@charset "utf-8";
/***** Design By Sagar 4.3 HTML 5 *****/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Inter:wght@100..900&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* CSS Document */

body {
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #5a5959;
	font-size: 15px;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-thumb {
	background: #313d4f;
	-webkit-border-radius: 0;
	border-radius: 0
}

* {
	padding: 0;
	margin: 0;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

ul, li {
	padding: 0;
	margin: 0;
}

a {
	color: #222;
	text-decoration: none !important;
}

ul, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

p {
	padding: 0;
	margin: 0;
	
}

::-moz-selection {
	text-shadow: none;
	background: #ff627f;
	color: #fff;
}

::selection {
	text-shadow: none;
	background: #ff627f;
	color: #fff;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
	--primary: #171b5a;
	--secondary: #ff5001;
}

.carousel-item img {
	object-fit: cover;
	width: 100%;
}

.header-s {
	padding: 1px 10px;
	font-size: 14px;
}
.account-l {
	text-align: left;
}
.account-l ul li {
	display: inline-block;
	margin-right:25px;
}

.account-r {
	text-align: right;
}

.account-r ul li {
	display: inline-block;
}

.account-r ul li a {
	display: inline-block;
	padding: 9px 15px;
}

.account-r i {
	padding-right: 5px;
	color: #e30016;
}
.account-l i {
	padding-right: 5px;
	color: #e30016;
}

.header_main {
	background: #eee;
}
.companylogo img{ margin-right:20px; margin-bottom:20px; width:150px;}
.fb{
	background-color: #4b69b0;
    border-radius: 100px;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 0px;
    font-weight: 700;
    color: #ffffff;
    top: 0px;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: .5s linear;
}
.in{background-image: linear-gradient(45deg, #f7a350, #e02c47) !important; font-size:19px;}
.ld{ background:#0678b6;}
.you{ background:#e83f3a;}
.fb:hover{
	transform: rotateY(360deg);
	color:#fff;
}
.in:hover{
	transform: rotateY(360deg);
	color:#fff;
	
}
.ld:hover{
	transform: rotateY(360deg);
	color:#fff;
}
.you:hover{
	transform: rotateY(360deg);
	color:#fff;
}

.set-h {
	padding: 15px 11px;
}

.email-s {
	display: inline-flex;
	margin-right: 15px;
}

.button2 {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 100px;
	width: 38px;
	height: 38px;
	text-align: center;
	padding: 0px;
	font-weight: 700;
	color: #171b5a;
	top: 0px;
	margin-right: 8px;
}
.button3 {
	background-color: #2ba63a;
    border: 1px solid #2ba63a;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px;
    font-weight: 700;
    color: #fff;
    top: 0px;
    margin-right: 8px;
    font-size: 22px;
}
.sub {
    position: relative;
}
.call-title {
	color: #222 !important;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 2px;
	font-weight: 700;
	display: block;
}

.call-sub {
	font-size: 14px;
	color: #666 !important;
}

.email-s {
	text-decoration: none;
}

/*** header ***/
#nav:checked~.header {
  display: block;
  transform: translateX(0);
  transition: all 0.3s ease-out;
  ;
}

.dropdoqwn i {
  float: right;
  padding-top: 4px;
}

#sub:checked~.dropdoqwn {
  display: block !important;
}

#sub:checked~.dropdoqwn2 {
  display: block;
}


.header ul li {
	display: inline-block;
	float: none;
	margin: 0px;
}

.headerf-0flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerf-0flex li a {
	padding: 15px 18px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	transition: .6s linear;
	font-weight: 400;
	border-radius: 3px;
	text-transform: uppercase;
}
.headerf-0flex li a:hover {background-color:#171b5a;border-radius:0px;}
.hide {
	display: none;
}

.header ul ul {
	position: absolute;
	display: none;
	animation: fadeInLeft .5s forwards;
	z-index: 9999;
}

.dropdoqwn li {
	display: block !important;
	float: none;
}

.dropdoqwn2 {
	left: 100%;
	margin-right: .1rem;
	margin-top: -37px;
	min-width: 160px;
	background-color:#181a3a;
}

.dropdoqwn {
	background-color:#181a3a;
}

.dropdoqwn li a {
	display: block !important;
	font-size: 14px;
	padding: 8px 15px;
	min-width: 250px;
	text-align: left;
	border-radius: 0px;
	color: #fff;
	text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
	background-color: #e30016;
	font-size: 14px;
	color: #fff;
}

.meg:hover {
	background-color: #fff;
}

.headerlist {
	padding: 10px 30px;
}

.myheaderlist ul {
	overflow-x: scroll;
}

.megmenupart {
	position: absolute;
	width: 100%;
	display: none;
	left: 0px;
	right: 0;
	z-index: 9999 !important;
	margin: 0px auto;
	transition: 1s ease-in-out;
	animation: fadeInDown .5s forwards;
}

.megamenu li {
	display: block;
	width: 100%;
}

.megamenu li a {
	padding: 4px;
	text-transform: capitalize;
}

.megamenu strong {
	width: 100%;
	display: block;
	padding-top: 30px;
	font-weight: 700;
	border-bottom: 1px solid #999;
	padding: 10px 0px;
}

.megmenupart ul {
	position: inherit !important;
	display: block !important;
}

.megamenu {
	background-color: #fff;
	color: #444;
	height: 380px;
	border-radius: 0px;
}

#nav:checked~.header {
	display: block;
	transform: translateX(0);
	transition: all 0.3s ease-out;
	;
}

.dropdoqwn i {
	float: right;
	padding-top: 4px;
}

.login2 {
	font-size: 13px !important;
	font-weight: 400 !important;
	text-align: left;
	line-height: 0px;
	padding-left: 0px !important;
	color: var(--green);
	vertical-align: super !important;
}

.login {
	margin-top: 13px;
	position: relative;
	top: 5px;
	padding-bottom: 11px;
	margin-right: 17px !important;
}

nav {
	position: relative;
}

.border2 {
	position: absolute;
	top: 68px;
	max-width: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}

.logo-center {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 240px;
	height: 192px;
	z-index: 9;
}

.side-right {
	float: right;
}

.side-right li {
	display: inline-block;
	margin-right: 10px;
}

.header-bg {
	background-color: #e30117;
}

.logo-m {
	display: none;
}

.darkHeader {
	position: fixed !important;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #171b5a;
	animation:fadeInDown 1s;
}

.darkHeader .logo-center {
	padding: 7px 10px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 240px;
	height: 105px;
	z-index: 9;
	background: #e30117;
	top: 0;
	border-radius: 0px 0px 50px 50px;
}
.darkHeader .logo-center img{
	width:170px;
}
.aboutus {
	color: #444;
	padding: 40px 0px !important;
	font-size: 17px;
	line-height: 28px;
}
.aboutus span{ color:#f40000;}
.aboutus ul li{line-height: 34px; background:url(../images/mobile_arrow_right.png) no-repeat; background-position:0px 7px; padding-left:30px;}
.aboutus h1 {
	font-size: 41px;
	color: #171b5a;
}

.about img {
	float: right;
}
.aboutus p{ text-align:justify;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: #4c5ae8;
	color: #fff !important;
}
.productrend{ font-weight:700; color:#000; margin-top:30px;}
.aboutus a {
	display: inline-table;
	background: #e30016;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	padding: 8px 25px;
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
}

/* #region Testominal */

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    /* border-top: 1px solid #dee2e6; */
    border: 1px solid #dee2e6;
    font-size: 15px;
    line-height: 23px;
}

.testominal {
	background: #ffff;
	text-align: center;
}

.testominal h3 {
	font-size: 3rem;
	color: #171b5a;
}

.testominal hr {
	width: 195px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 33px;
	border-top: 5px solid #e30016;
}

.colmn1::before {
	position: absolute;
	width: 50px;
	height: 50px;
	content: '"';
	background: #e30016;
	color: #fff;
	left: 10px;
	top: 88px;
	font-size: 50px;
	text-align: center;
	padding: 2px 0px;
}

.colmn1::after {
	position: absolute;
	width: 19px;
	height: 19px;
	content: '';
	background: #e30016;
	color: #fff;
	left: 10px;
	top: 70px;
	font-size: 50px;
	text-align: center;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.colmn1 {
	background: #f1f5f7;
	padding: 30px 30px 15px 50px;
	color: #666;
	font-size: 16px;
	text-align: left;
	margin-top: 50px;
	border-radius: 5px;
	min-height: 145px;
}

.set-one h6 {
	text-align: left;
	margin-top: 20px;
}

.set-one {
	margin-left: 30px;
	margin-right: 30px;
}

.owl-buttons {
	display: none;
}

.phone-set strong {
	font-weight: 700;
}

.exp-h {
	font-size: 17px;
	color: #2b3339;
}

/* #endregion Testominal */

/*#region Footer  */

.footer {
	background-color: #e5e5f9;
	color: #111;
	padding: 3rem 4rem;
	word-break:break-all;
}

.footer span {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 17px;
	display: block;
}

.footer li a {
	color: #111;
	display: block;
	transition: .3s ease-in-out;
	padding: 3px 0px;
}

.footer li a:hover {
	color: #e30016;
}

.footer_d{ display:flex; align-items: center;} 
.footer_d i{ padding-right:10px;}

.footer svg {
	margin-right: 5px;
}
iframe{width: 100%;}
.c_right {
	background-color: #171b5a;
	padding: 17px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.c_right a {
	color: #fff;
}

/*#region Footer  */
.onepart {
    /* border-radius: 15px; */
    background-color: #fff;
    box-shadow: 0 3px 22px 10px rgb(136 136 136 / 29%);
    margin-top: 10px;
    margin-bottom: 70px;
    transition: .4s linear;
}
.onepart img {
	width: 100%;
	height: 250px;
	padding: 10px;
    object-fit: contain;
}
.headingname5 {
	text-decoration:none!important;
	display:block;
	text-align:center;
	width:100%;
	color:#252a3f!important;
	padding:15px 10px;
	font-size:18px;
	font-weight:700;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.readmore a {
	background-color:#e30016;
	box-shadow:0 3px 29px 9px rgba(136, 136, 136, .31);
	padding:12px 14px 22px 32px 0;
	border-radius:100px;
	font-size:16px;
	color:#fff;
	font-weight:500;
	padding:13px 5px 11px 26px !important;
	text-decoration:none;
	border:1px solid #fff;
transition:.4s linear
}
.readmore {
	text-align: center;
    margin-top: -5px;
    margin-bottom: -30px;
    position: relative;
    top: 14px;
	
}
.readmore i {
	background-color:#171b5a;
	color:#fff;
	padding:8px 0 0 0;
	border-radius:50%;
	width:36px;
	height:36px;
	font-size:19px;
	margin-left:6px;
	text-align:center
}
.readmore a:hover {
	background-color:#e30016;
	color:#fff
}
.readmore a:hover i {
	background-color:#fff;
	color:var(--secondary)
}

.clintlogo img{ width:100%; height:150px; object-fit:contain; border:1px solid #ccc;}
.bredcrm{ line-height:30px; padding:8px 0px;}
.bredcrmtext { text-align:right; font-size:13px;}


.setp{
	position:relative;
}
.left-side-p{
	position:sticky;
    top: 52px;
    bottom: 0;
	height:90vh;
    background-color: #fff;
}

.types{
	color: #292929;
    display: block;
    border-bottom: 1px solid #f783ac;
    padding: 15px 20px;
    font-weight: 700;
	font-size: 16px;
}
.textscrool{
	max-height:300px;
	overflow:auto;
}
.types i{
	color:#f70059;
	padding-right:5px;
}
.plus-icon{
	color: #4b566b;
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px !important;
}
.card-header{
	    padding: 12px 18px;}
.textscrool a{ font-size:16px; color:#4b566b;; padding:6px 0px}
.card-body a{
	display: block;
    padding: 4px 10px;
    color: #2c343e;
    font-size: 14px;
	padding-left: 18px;
}
.card-body a:hover{
    color: #eb0000;
}
.card-body{ padding:0px; overflow-x: auto;
	max-height: 300px;}
/* width */
.card-body::-webkit-scrollbar {
	width: 0px;
  }
  
  /* Track */
  .card-body::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  /* Handle */
  .card-body::-webkit-scrollbar-thumb {
	background: #888;
  }
  
  /* Handle on hover */
  .card-body::-webkit-scrollbar-thumb:hover {
	background: #555;
  }	

.phonecall{
	padding:0px 18px;
}
.card{
	border:none;
}
.accordion>.card>.card-header {
    border-radius: 0;
     margin-bottom: 0px; 
}
.phonecall i{
	font-size: 18px;
    color: #f70059 !important;
    padding-right: 2px;
	padding-top:4px;
	width: 24px;
    text-align: center;
}
.card:show i{
	color:red !important;
} 
.fbtext2 {
	text-align:left;
	padding:4px 21px;
}
.fbtext2 h4{
	    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
	margin-top:0px;
}
.seriframe{
	border:none;
	width:100%;
	max-height:630px;
}
.formpage5 {
	border-radius:7px;
	border:1px solid #e8e8e8;
	background-color:#fff;
}
.innerform {
	background:#eeebeb;
	color:#555;
	padding:0!important;
	margin:7px;
	border-radius:7px
}
.formpage5 h6 {
	font-size:20px;
	color:#fff;
	text-align:center;
	display:block;
	margin-bottom:0;
	background-color:#027846;
	padding:8px;
	border-radius:6px 6px 0 0
}
.innerform form {
	padding:5px 25px
}
.forminner {
	display:block;
	text-align:center;
	font-weight:400;
	font-size:12px!important;
	padding-top:13px;
	padding-bottom:9px
}
.formsetting{
	display: block !important;
}
.inputname {
	border:1px solid #ccc;
	font-size:14px;
	margin-bottom:10px;
	color:#333;
	padding:5px 10px;
	width:100%;
	min-height:auto !important;
}
.inputbutton {
	outline:0;
	margin:0 auto;
	border:none;
	padding:8px 27px;
	border-radius:3px;
	color:#fff;
	font-weight:700;
	background-color:#647a91;
	display:block;
	font-size:16px;
	width:100%;
	margin-bottom:20px;
	margin-top:23px
}
.details img{ width:100%; height:480px; object-fit:contain;}
.discription{ line-height:26px; text-align:justify;}

.formpage5{position:sticky !important;
    top: 52px;
}
.aboutus p{ margin-bottom:20px;}
.aboutus strong{margin-top: 21px; background:#171b5a; display:table; color:#fff; padding:5px 10px;    font-size: 18px;}
.gallerypage img{ width:100%; height:200px; object-fit:contain; border:1px solid #ccc;border-radius: 5px;}
.map iframe {
	width:100%;
	height:530px;
	border:none !important;
}
.point_table{ margin-bottom:10px !important; line-height:24px;
    background: url(../images/mobile_arrow_right.png) no-repeat;
    background-position: 0px 4px;
    padding-left: 30px;}
.contact-i {
	background-color:#fff;
	box-shadow: -12px -7px 30px 10px rgba(136, 136, 136, 0.17);
	padding: 50px 60px  !important;
	font-size:16px;
	text-align:left;
	position:relative;
}
.c-one {
	clear:both;
}
.icons5 {
    max-width: 38px;
    margin: -7px 10px 0px 0px;
    float: left;
    font-size: 30px;
    color: var(--orange) !important;
}
.c-one span {
	display:block;
	color:#000;
	font-weight:700;
	font-size:18px;
}
.c-one a {
	color:#000;
	font-size:17px;
	text-decoration:none;
}
.support {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}




@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
	}
	.navbar-toggler {
		display: none;
	}
	.sawheat{ display:none;}

	
}

@media screen and (min-width:150px) and (max-width:992px) {
	.hide {
    display: block !important;
    top: 3px;
    right: 20px;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-2.png);
    width: 100%;
       height: 39px;
    background-repeat: no-repeat;
    background-position: right;
	position:absolute;
	
}
.contact-i {
	padding: 20px  !important;
}
.c-one {
	clear:both;
	margin-bottom:20px;
}
.c_right {
	padding:17px 15px 80px;
}
.testominal h3 {
    font-size: 24px;
}
.about img {
    margin-top: 20px;
}
.aboutus {
    padding: 14px 0px !important;
}
.aboutus h1 {
    font-size: 22px;
	margin-bottom:10px;
}
	.setp{display:none;}
	.bredcrm{ text-align:center;}
	.bredcrm h5{ font-size:16px; margin-top:10px;}
	.bredcrmtext {display:none;}
	/* .logo-m {
		display: block;
		text-align: center;
		margin-bottom:8px;
	} */
	.navbar-toggler {
		display: block;
    background: #171b5a;
    border-radius: 0px;
    box-shadow: none !important;
    outline: none !important;
    z-index: 99999;
    position: relative;
	}
	.top-s {
		display: none;
	}
	.logo-center {
		display: none;
	}
	.header-s {
		display: none;
	}
	.side-right li {
		display: block !important;
		margin-right: 0px;
	}
	.headerf-0flex li a {
		padding: 12px 18px;
	}
	.headerf-0flex {
		display: block !important;
		padding:0px !important;
	}
	.form1 {
		display: none;
	}
	.onepart {
		padding-top: 0px !important;
	}
	.onepart img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: 0px 0px;
	}
	.getintouch h4 {
		font-size: 28px;
		margin-top: 12px;
		line-height: 34px;
		color: #0c2251;
		font-weight: 900;
		margin-bottom: 40px;
	}
	.getintouch {
		padding: 3rem 0rem .5rem 0rem;
	}
	.active {
		background-color: transparent !important;
	}
	.box-g .d-flex {
		margin-bottom: 20px;
	}
	.phone-email a {
		margin-top: 20px;
	}
	.india-lead h1 {
		color: #fff;
		text-align: center;
		font-weight: 800;
		font-size: 32px;
	}
	.product h2 {
		font-weight: 700;
		padding-bottom: 5px;
		color: #222;
		font-size: 20px;
	}
	.add {
		margin-bottom: 30px;
	}
	.india-lead {
		background-color: #ff5001;
		color: #fff;
		padding: 3rem 0rem;
	}
	.box-g {
		padding-bottom: 0px !important;
	}
	.search-txt {
		display: none;
	}
	form {
		position: relative;
		display: flex;
	}
	.set-h {
		padding: 10px 0px;
		text-align: center;
	}
	.form-page {
		padding-left: 58px !important;
		box-shadow: 0 1px 5px -1px #888 !important;
		margin-top: 10px !important;
	}
	.serach button {
		position: absolute;
		top: 16px;
		right: 3px;
		border: none;
		background-image: linear-gradient(#f0efef, white, #f0efef);
		color: #232121;
		padding: 5px 18px;
		font-size: 16px;
		font-weight: 600;
		border-radius: 0px 5px 5px 0px !important;
	}
	.form-page:focus {
		border: none;
	}
	.darkHeader .offcanvas-collapse {
		top: 58px !important;
	}
	.darkHeader .top-nav {
		border: none !important;
	}
	.logo-s img {
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 127px;
	}
	.serach {
		padding: 0px !important;
	}
	.addcart {
		display: none;
	}
	.darkHeader .logo-s img {
		display: none;
	}
	.top-nav {
		background-image: linear-gradient(#f0efef, white, #f0efef);
		margin-top: 14px;
		border-top: 1px solid #dcdbdb;
		margin-bottom: -5px;
	}
	.hide {
		display: block;
	}
	.right-side {
		float: none;
	}
	.dropdoqwn2 {
		display: none;
		position: relative !important;
		left: 0 !important;
		width: 100%;
		margin-top: 0px;
	}
	.dropdoqwn {
		display: none;
		position: relative !important;
		width: 100%;
		margin-top: 0px;
	}
	.dropdoqwn2 {
		display: none;
		position: relative;
	}
	
	.md{ display:none !important;}
	.dropdoqwn li a {
		display: block !important;
		background-color: #262c7f;
		font-size: 14px;
		border-bottom: 0px solid #14bd62;
		padding: 10px 15px;
		min-width: 150px;
		text-align: left;
		border-radius: 0px;
		color: #fff;
		text-transform: capitalize !important;
	}
	.logo-part {
		display: none;
	}
	.header ul li {
		display: block;
	}
	.faicon {
		position: absolute;
		top: 26px;
		right: 9px;
		z-index: 999;
		width: 21px;
	}
	.email-s {
		display: none;
	}
	.mobile_icons{ display:none !important;}
	
}

@media screen and (min-width:800px) {
	.header ul li:hover>ul {
		display: block;
	}
	.meg:hover .megmenupart {
		display: block !important;
	}
	.clientp {
		padding: 0px 58px !important;
	}
	.faicon {
		display: none;
	}
}

.active .type17 {
	transform: rotate(45deg);
	background-color: #fff;
	transition: all 0.6s ease-in-out;
}

.active .type17:before {
	transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
	transform: translate(16px, -7px) rotate(90deg);
}

.block {
	height: 38px;
	width: 38px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	/* transition: all 1s ease; */
	background-image: #fff;
}

.cta {
	height: 50px;
	width: 50px;
	cursor: pointer;
}

.toggle-btn {
	height: 2px;
	width: 25px;
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
	content: "";
	height: 2px;
	width: 25px;
	box-shadow: 0 -10px 0 0 #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
	content: "";
	height: 2px;
	width: 25px;
	box-shadow: 0 10px 0 0 #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.type17:before {
	width: 12px;
}

.type17:after {
	width: 12px;
	box-shadow: 13px 10px 0 0 #fff;
}
.marqeeimg{ border-bottom:1px solid #dedee0; padding:10px;}
.marqeeimg img{ height:140px; width:140px; border:2px solid #CCC; padding:5px; }




@media (max-width: 991.98px) {
	.footer{
		padding:3rem 1rem;
	}
	.footer span {
    display: block;
    margin-top: 35px;
    }
	.sawheat{
		position: absolute;
		z-index: 11;
		color: #fff !important;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		 font-size: 17px;
          padding: 18px;
		  text-transform: uppercase;
	}
	.headerpart{ position:relative; background: #e30016;}
	.header-bg {
		background-color: transparent !important;
	}
	.side-right {
		float: none !important;
	}
	.offcanvas-collapse {
		position: fixed !important;
		top: 116px !important;
		/* Height of navbar */
		bottom: 0;
		left: 100%;
		width: 100% !important;
		height: 100% !important;
		padding-top: 15px;
		z-index: 99999 !important;
		overflow-y: auto;
		visibility: hidden;
		background-color: #171b5a;
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.phone {
		display: none !important;
	}
	.back-to-top {
		display: none !important;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

@-moz-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
.in-down {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}

@-moz-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-100px);
		-moz-transform: translatex(-100px);
		-o-transform: translatex(-100px);
		transform: translatex(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}

.in-left {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-duration: 1s;
	animation-delay: 1s;
}

.back-to-top {
	position: fixed;
	display: none;
	text-align: center;
	z-index: 99999999;
	background-color: #ffffff;
	color: #1c1210;
	width: 45px;
	height: 42px;
	line-height: 30px;
	right: 40px;
	bottom: 30px;
	padding-bottom: 2px;
	font-size: 25px;
	padding-top: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: none;
	border: 2px solid #1c1210;
	animation: fadeInRight 1.2s;
	border-radius: 10px 10px 0px 0px;
}

.back-to-top:hover {
	background-color: #1c1210 !important;
	color: #fff;
}
 .mobilefixed {
	position:fixed;
	background-color:#fff;
	width:100%;
	bottom:0;
	color:#fff;
	display:flex;
	text-align:center;
	z-index:99999!important;
	box-shadow:-8px 2px 21px 0 rgba(136, 136, 136, .4);
	border-radius:10px 10px 0 0
}
.mobilefixed ul {
	width:100%
}
.mobilefixed li {
	display:inline-block;
	width:19%;
	margin-bottom:-11px
}
.mobilefixed li a {
	color:#000;
	padding:10px 15px 0 15px;
	font-weight:400;
	font-size:13px;
	display:inline-block
}
.google {
	padding-top:20px
}
.mobilefixed img {
	width:22px;
	margin:0 auto
}
.home-cions {
	background-color:#fff;
	border-radius:100px;
	padding:15px!important;
	height:53px!important;
	position:relative;
	top:-26px;
	box-shadow:0 0 9px 0 #a0a0a0
}
.home-cions img {
	width:24px;
	margin-top:-3px
}
.mobilefixed span {
	width:100%;
	display:block;
	font-size:12px
}
.subhead{ font-weight:700;}

.chaneellogo {
    box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
    padding: 30px 20px 0px;
    border-radius: 10px;
    background: #fff;
	text-align:center;
	min-height:350px;
}
.chaneellogo p{ text-align:center; margin-top:20px;}
.chaneellogo a{ text-align:center;    text-align: center;
    background: none;
    color: #000;
    padding: 0px;
    margin: 0px;}


	.nav {
		height: 150px;
		background: #e30117;
		display: flex;
		justify-content: center;
		align-items: center;
	  }
	  
	  .banner {
		/* background-image: url("./image-fs/banner.png"); */
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 7%;
		padding-bottom: 7%;
		position: relative;
	  }
	  
	  .banner h1 {
		font-family: "Kantumruy Pro", sans-serif;
		font-size: 48px;
		font-weight: 700;
		line-height: 86.72px;
		text-align: center;
		color: #fff;
	  }
	  
	  .banner p {
		font-family: "Hind";
		font-size: 24px;
		font-weight: 700;
		line-height: 38.42px;
		text-align: center;
		color: #fff;
	  }
	  
	  .banner-nav {
		position: absolute;
		top: 20px;
		left: 20px;
		display: flex;
		width: 30%;
	  }
	  
	  .banner-nav i {
		color: #e30117;
		margin-right: 3%;
	  }
	  
	  .banner-nav span {
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 21px;
		text-align: left;
		color: #fff;
	  }
	  
	  .content {
		margin-top: 4%;
	  }
	  
	  .content-header h1 {
		font-family: "Montserrat Alternates";
		font-size: 30px;
		font-weight: 700;
		line-height: 36.57px;
		text-align: center;
		color: #670000;
		margin-bottom: 4%;
	  }
	  
	  .content-img img {
		width: 100%;
	  }
	  
	  .content-text h3 {
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 29.26px;
		text-align: left;
		color: #ab0202;
		margin-bottom: 3%;
	  }
	  .content h2 {
		font-family: "Poppins";
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align: left;
	  
		color: #d28209;
		/* margin-bottom: 3%; */
	  }
	  .content-text h6 {
		font-family: "Inter";
		font-size: 18px;
		font-weight: 500;
		line-height: 21.78px;
		text-align: left;
	  
		color: #000000;
		margin-bottom: 3%;
	  }
	  .content-list {
		list-style: none;
		margin-bottom: 3%;
	  }
	  
	  .content-list li {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	  }
	  
	  .content-list li img {
		width: 24px;
	  }
	  
	  .content-list li p {
		font-family: "Inter", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 19.36px;
		text-align: left;
		color: #000;
		margin-left: 3%;
		margin-bottom: 0;
	  }
	  
	  .imgs-last {
		padding-top: 4%;
		padding-bottom: 4%;
		background: #ffcf88;
		margin-top: 4%;
		margin-bottom: 4%;
	  }
	  
	  .imgs-last h1 {
		font-family: "Montserrat";
		font-size: 24px;
		font-weight: 600;
		line-height: 29.26px;
		text-align: left;
		color: #ab0202;
		margin-bottom: 3%;
	  }
	  
	  .last-1 img {
		width: 100%;
	  }
	  
	  .footer {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 250px;
		background: #d9d9d9;
	  }

	  .tabs {
		display: flex;
		justify-content: space-around;
		margin-top: 2%;
		margin-bottom: 2%;
		border-bottom: 1px solid #d28209;
	  }
	  
	  .tablink {
		background: transparent;
		border: 0;
		padding: 8px;
		font-family: "Poppins";
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		color: #d28209;
	  }
	  
	  .tablink.active {
		font-weight: 700;
		border-bottom: 3px solid #d28209;
	  }
	  
	  .content-p {
		font-family: "Inter";
		font-size: 20px;
		font-weight: 400;
		line-height: 24.2px;
		text-align: justify;
	  }
	  
	  .content-option {
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
	  }
	  
	  .content-option li {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		width: 30%;
	  }
	  
	  .content-option li img {
		width: 24px;
	  }
	  
	  .content-option li p {
		font-family: "Podkova", sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 22.16px;
		text-align: left;
	  
		color: #000;
		margin-left: 3%;
		margin-bottom: 0;
	  }
	  
	  .orange-card {
		padding: 5%;
		border-radius: 10px;
		background: #FF7C027D;
	  }
	  
	  .orange-card h5 {
		font-family: "Poppins", sans-serif;
		font-size: 24px;
		font-weight: 600;
		text-align: center;
		color: #670000;
	  }
	  .orange-card h6 {
		font-family: "Poppins", sans-serif;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		color: #AB0202;
	  }
	  
	  
	  @media(max-width :768px) {
		.content-option li{
		  width: 100%;
		}
		.content-option {
		  display: block;
		}
	  }