/* CSS Document */
/*#0C4A6E
#3B82F6
#1F2937
#5EEAD4
#EFF6FF*/

html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
}
.wrapper{margin:18px 0;}

.sticky {position: fixed;top: 0;background-color:#fff;box-shadow:0 0 17px 0 rgba(0,0,0,.15);}
.sticky + .content {padding-top: 112px;}

.top-links {background-color:#3B82F6;float:left;width:100%;padding:6px 0;}
.top-links .container {width: 1300px;}
.top-links a{font-weight:400;display:inline-block;color:#fff;text-decoration:none;font-size:14px;margin-right:9px;}
.top-links a:last-child { margin-right: 0;}
.top-links a > i{width:25px;height:30px;font-size:1.1em;color:#fff;text-align:center;line-height:30px;margin-right:0;}
.top-links .col-lg-8 { text-align: right;}

.fixed-height{float:left;width:100%;padding:1.4em 0;z-index:1050;position: relative;}
.fixed-height .container {width: 1300px;}
.fixed-height .col-lg-2 { width: 12%;}
.fixed-height .col-lg-10 { width: 88%; text-align: right; line-height: 0; }
.logo{position:relative;width:206px;float:left;z-index:2;}
.logo a{text-decoration:none;}
header{background-color:#fff;}.fixed-height .col-md-9 .col-md-4:first-child .c-info i{color:#da394a;}
.fixed-height .col-md-9 .col-md-3:nth-child(2) .c-info i{color:#720D91;}
.fixed-height .col-md-9 .col-md-3:nth-child(3) .c-info i{color:#41D3BD;}
.social{width:100%;float:left;}
.social img{width:30px; height: 30px; border-radius: 6px;margin:13px 8px 0 0; outline: 2px solid #fff;}
#cssmenu { display: inline-block;}
#cssmenu ul li a.menu-active { color: #3B82F6;}

.slider{width:100%;float:left;}
.slider .item img{width:100%; /*height: 600px;*/ object-fit: cover; }
.slider .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, rgba(255,255,255, .6), rgba(255,255,255,.3) );
	z-index: 0;
	mix-blend-mode: overlay;
}
.carousel-control{width:12%;top:50%;transform:translateY(-50%); height: 32px;}
.left.carousel-control { left: 30px; text-align: left; background-image: none;}
.right.carousel-control { right: 30px;text-align: right; background-image: none;}
.carousel-control > i{font-size:30px;text-shadow:none;color:#fff;}
.carousel-control svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: none;
	color: #fff;
	width: 50px;
	background-color: transparent;
	padding: .8em .7em;
	border-radius: 4px;
	background: #1F2937;
}
.left.carousel-control svg {
	left: 10px;
}
.right.carousel-control svg {
	right: 10px;
}
.carousel-indicators {bottom: 10px;}
.carousel-indicators li{border:0;height:15px;width:15px;background-color:#1F2937;margin:0;border-radius: 4px; margin: 0 2px;}
.carousel-indicators .active{background-color:#3B82F6;height:15px;width:15px;}
.bnt-txt{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner-txt{width:100%;position:absolute;top:48%;z-index:1;margin:auto;left:14em;transform: translateY(-50%);}
.banner-txt p{ border-left: 4px solid #5EEAD4; clip-path: polygon(100% 100%, 90% 0%, 0 0%, 0 100%); display: inline-block; position: relative;color:#fff;background: #1F2937; padding: 4px 40px 4px 15px;font-weight:400;margin:20px 0;font-size:22px; letter-spacing: 3px; text-transform: uppercase;}
.banner-txt h1{ color:#3B82F6;font-weight:600;font-size:6em;margin:10px 0 40px;line-height: .85em;letter-spacing: -.5px; text-transform: uppercase;}
.banner-txt h1 > span{font-weight:400;display:block;font-size:17px;letter-spacing: 0; color: #1F2937;line-height: 1.5em;letter-spacing: .5px;text-transform: none;}
.banner-txt h1 > span:first-child{margin: 1em 0 0;}
.banner-txt h1 > abbr{display:block; text-indent: -5px;}
.banner-txt h1 > abbr:nth-child(2){margin: 0 0 .2em;}
.banner-txt a{ position: relative; color:#1F2937;background-color:#5EEAD4;padding:10px 50px 12px 20px;font-weight:500;font-size:16px;text-decoration:none;border:2px solid transparent; letter-spacing: .3px; border-radius: 30px;}
.banner-txt a:hover{color:#3B82F6;background-color:#fff;transition:all 0.15s ease;border-color:#3B82F6;}
.banner-txt a > svg { position: absolute; top:5px; right: 10px; height: 35px; width: 35px; border-radius: 50%; }
.banner-txt a:hover .st0, .banner-txt a:focus .st0, .banner-txt a:hover .st1, .banner-txt a:focus .st1 { stroke: #3B82F6!important; }

.slider .item:nth-child(2) .banner-txt h1 { color: #5EEAD4;}
.slider .item:nth-child(2) .banner-txt h1 > span { color: #eee;}

.notice {
	float: left;
	width: 100%;
	background-color: #5EEAD4;
	padding: .8em 0;
	text-align: center;
}
.notice .container {width: 1300px;}
marquee {
	float: left;
	width: 100%;
}
.notice p {
	margin: 0;
	color: #1F2937;
	font-weight: 400;
}

.notice.dark {
	background-color: #1F2937;
}
.notice.dark p {
	color: #fff;
}

.welcome{padding:5em 0;float:left;width:100%;}
.welcome img { width: 98%; border-radius: 30px;}
.spacer { margin: 0 0 20px; display: block; }
.welcome p{font-weight:400;color:#888;line-height:1.6em;font-size:1.1em;}
.welcome h4 { color:#3B82F6; font-weight: 600; letter-spacing: .3px; margin: 20px 0;}
.welcome ul { margin: 0 0 20px; padding: 0; list-style: none; display: inline-block;}
.welcome ul li { position: relative; color:#888; font-size:1.1em;font-weight:400; width: 50%; float: left; padding: 0 0 .8em 2em;}
.welcome ul li::before { content:""; height: 18px; width: 18px; background-image:url('../images/chevron-forward.svg'); background-size: 18px; background-repeat: no-repeat; color: #3B82F6; position: absolute; top: 3px; left: 0;}
.welcome a{position:relative;float: left; color:#fff;background-color:#3B82F6;padding:10px 50px 12px 20px;text-transform:capitalize;font-weight:500;font-size:16px;text-decoration:none;border:2px solid transparent; letter-spacing: .3px; border-radius: 30px;}
.welcome ul li a {
    display: block;
    float: none;
    color: #888;
    background-color: transparent;
    padding: 0;
    border: none;
    letter-spacing: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 1em;
}
.welcome a:hover{color:#3B82F6;background-color:#fff;transition:all 0.15s ease;border-color:#3B82F6;}
.welcome a > svg {
	position: absolute;
	top: 4px;
	right: 5px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
.welcome a:hover .st0, .welcome a:focus .st0, .welcome a:hover .st1, .welcome a:focus .st1 { stroke:#3B82F6; }

.testimonials{float:left;width:100%;text-align:center;padding:3.3em 0 5em;}
.testimonials .col-lg-2 { width: 20%;}
.testimonials .container-fluid, .testimonials .col-md-12:last-child{padding:0;}
.testimonials p {
	font-weight: 400;
	color: #888;
	line-height: 1.6em;
	font-size: 1.1em;
	margin: 1em 0;
}

.owl-carousel .owl-item {
    margin: 0 8px;
	border: 1px solid #999;
}
.owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.fa-inverse { font-size: 2em;}

h3.heading{ font-size:52px;text-transform:capitalize;color:#3B82F6;position:relative;display:inline-block;margin:0 0 15px 0;font-weight:600;}
/*h3.heading::before{content:"";position:absolute;bottom:-8px;left:0;height:3px;background-color:#1F2937;width:42%;}
h3.heading::after{content:"";position:absolute;bottom:-14px;left:38%;height:15px;width:15px;background-color:#fff; border: 2px solid #3B82F6; border-radius: 50%;}*/
h3.heading > span{color:#1F2937;}
h3.heading > span.block{display: block; line-height: 1.4em;}

footer{padding:4em 0;background:#3B82F6;float:left;width:100%;}
.foot-list ul{margin:0;padding:0;list-style:none;}
.foot-list p { color: #eee; margin: 1em 0 0;}
.foot-list h4{color:#fff;font-weight:600;letter-spacing: .7px;text-transform:capitalize;font-size:22px;position:relative;margin:0 0 25px;}
.foot-list h2 {color:#fff;}
.foot-list h2 > img { border-radius: 6px; padding: 6px 8px; background-color: #fff; }
.foot-list ul li{float:none;color:#fff;font-weight:400;}
.foot-list ul li:last-child{border:0;}
.foot-list ul li i{ margin-right: 16px; color: #fff; vertical-align: top; margin-top: 4px; }
.foot-list ul li a{color:#eee;font-weight:400;font-size:14px;margin:0 0 10px;padding:0;border:none;display:block;text-decoration:none;}
.foot-list ul li a:hover{color:#fff;}
.foot-list ul li a > span { width: calc( 100% - 30px); display: inline-block;}
.foot-list.no-margin ul li:nth-child(2),.foot-list.no-margin ul li:nth-child(3){padding-left:0;}

.allrights{background-color:#1F2937;float:left;width:100%;padding:2em 0;}
.rights{padding:15px 0;float:left;width:100%;}
.rights p{text-align:center;color:#fff;text-transform:capitalize;margin-bottom:0;font-weight:400;letter-spacing:.4px;}

.contact{text-align:center;padding:4em 0 5em;float:left;width:100%;background-image: linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)), url('../images/dot.png'); background-size: 4px;}
.contact p{font-weight:800;color:#555;}
.contact-container { border: 1px solid #ccc; overflow: hidden; border-radius: 30px; width: 100%; background: #fff; float: left; margin: 2em 0 0; }
.contact-container .col-lg-5 { padding-left: 0;}
.contact-container img { height: calc(416px + 8em); object-fit: cover;}
.contact-form{width:100%;float:left;z-index:1;position:relative;margin: 2em 0 0;}
.contact-form > img {top:-65px;left:-65px;position:absolute;width:20%;z-index:-1;}
.contact-form table{width:100%;text-align:left;}
.contact-form table th{font-weight:400;color:#555;}
.contact-form table td { position: relative;}
.contact-form table td::before { content:""; position: absolute; top:17px; left: 22px; font-family:'FontAwesome'; color: #3B82F6;}
.contact-form table tr:first-child td:first-child::before {content: "\f007";}
.contact-form table tr:first-child td:last-child::before {content: "\f095";}
.contact-form table tr:nth-child(2) td::before { top:17px; content: "\f073";}
.contact-form table tr:nth-child(2) td:first-child::before {content: "\f0e0";}
.contact-form table tr:nth-child(3) td::before {content: "\f040"; top:20px; }
.contact-form input{border-radius: 30px; width:94%;float:left;border:none;margin:4px 0 10px 0;border:1px solid #ccc;padding: .7em .7em .8em 3em;}
.contact-form input:nth-child(2){margin-right:0;}
.contact-form select {border-radius: 30px; width:100%;float:left;border:none;margin:4px 0 10px 0;border:1px solid #ccc;padding: .7em .7em .8em 3em;}
.contact-form textarea{border-radius: 30px; padding: 1em .6em .7em 3em;width:97%;border:none;resize:none;margin:5px 0 15px;border:1px solid #ccc;}
.contact-form button{ text-align: left; width: 210px; position: relative; border:2px solid transparent; font-size:16px;font-weight:500;background-color:#3B82F6;color:#fff;padding:18px 20px 18px;border-radius: 10vw; letter-spacing: .5px;}
.contact-form button:hover{color:#3B82F6;background-color:#fff;transition:all 0.15s ease;border-color:#3B82F6;}
.contact-form button > svg {
	position: absolute;
	top: 12px;
	right: 15px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	stroke:#fff;
}
.contact-form button:hover .st0, .contact-form button:hover .st1, .contact-form button:hover > svg { stroke:#3B82F6; }
iframe{width:100%;height:300px;}

.gallery{float:left;width:100%;text-align:center;padding: 4em 0 5em; background-image: linear-gradient(rgba(245,245,245,.92), rgba(245,245,245,.92)), url('../images/map.png'); background-position: center; background-repeat: no-repeat;}
.fancybox-skin{padding:1px!important;border-radius:0!important;}

a.fancybox{width: 100%;height: 260px;display:block;position: relative;background-color: #fff; overflow: hidden;}
a.fancybox::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%; -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;}
a.fancybox:hover::before{background-color:rgba(0,0,0,.8);}
a.fancybox::after{content:"\f002";font-size:0;color:transparent;font-family:'FontAwesome';font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;}
a.fancybox:hover::after{color:#fff;font-size:1.7em;}
.gallery h2 { font-weight:500; font-size: 16px; color: #fff; margin: 0; padding: .8em 0; text-transform: capitalize;}
.gallery a:last-child { text-decoration: none;}

.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item { opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity;}
.carousel-fade .next.left,.carousel-fade .prev.right,.carousel-fade .item.active { opacity: 1; }
.carousel-fade .active.left,.carousel-fade .active.right { left: 0; opacity: 0;z-index: 1;}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

.breadcrum { text-align: center; position: relative;float: left;width: 100%;padding: 4em 0;text-transform: capitalize;background-color: #5EEAD4;}
.breadcrum h2 {margin: 0;z-index: 1;position: relative;color:#1F2937;font-weight: 400; text-transform: uppercase; letter-spacing: 1.5px;}
.breadcrum a {color: #5A6471;display: inline-block;margin-right: 4px;font-weight: 500;z-index: 1;position: relative;}
.breadcrum a > i {color:#5A6471;}
.breadcrum a > svg { position: relative; top: 3px; height: 18px; color:#5A6471; }
.breadcrum a:nth-child(2n+1) , .breadcrum a:last-child {pointer-events: none;}

.about2 { float: left; width: 100%; padding: 4em 0;}
.why { list-style: none; padding: 0;}
.about2 p, .why li {
    font-weight: 400;
    color: #555;
    line-height: 1.7em;
    font-size: 1.1em;
}
.about2 img { height: 450px; width: 100%; object-fit: cover; object-position: right;}
.why li i { margin: 0 10px 0 0; color: #3B82F6;}
.about2 .contact-form { padding: 0;}
.contact-details {
	border-radius: 30px;
	padding: 2em;
	margin: 0;
	background-color: #3B82F6;
	text-align: left;
	width: 100%;
	float: left;
}
.contact-details li{list-style:none;color:#fff;}
.contact-details li a{ float: left; width: calc(100% - 23px); color:#fff;text-decoration:none;font-size:1.1em;display:block;font-weight: 400;}
.contact-details li i {
	color: #fff;
	float: left;
	width: 15px;
	line-height: 22px;
}
.contact-details i{margin-right:8px;color:#ddd;}
.contact-details hr {
	border-color: rgba(255,255,255,.2);
	margin: 10px 0;
	width: 100%;
	float: left;
}
.contact-details li > img {
	border-radius: 6px;
	padding: 6px 8px;
	background-color: #fff;
	margin: 0 0 1.5em;
}

.accordions {float: left; width: 100%; padding: 4em 0; background-image: linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)), url('../images/dot.png'); background-size: 4px;}

.table { margin-bottom: 0;}
.panel, .panel-group .panel + .panel { margin: 1em 0 0;}
.panel-heading { padding: 10px;}
.panel-default>.panel-heading { padding: 12px;background-color: #3B82F6; border: 0; border-radius: 0;}
.panel-title { text-transform: capitalize; font-size: 18px; font-weight: 600; color: #3B82F6;}
.panel-title > span { text-transform: capitalize; font-size: 14px; font-weight: 400; color: #888; margin: 0 0 2px; display: inline-block;}
.panel-title a { text-decoration: none; position: relative; display: block;}
.panel-title i { margin: 0 10px 0 0;}
.panel-body {padding: 15px;}
.panel-body a { color: #555; text-decoration: none; font-weight: 500;}
.panel p { color: #666; font-size: 1.1em;}
.panel p > span { font-weight: 600;}
.panel p + div { padding: 0 0 0 1em;}
/*.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 5px;font-size: 14px;}*/

.img-container{float:left;width:100%;overflow:hidden;position:relative;margin:2em 0 0;background-color:#fff;border:1px solid #aaa;}
.pro .img-container .img-image {float:left;width:100%;position:relative; height: 420px;}
.cate .img-container .img-image{height:485px;}
.img-container .img-image img {margin:auto;}
.img-container a{text-decoration:none;position:absolute;font-weight:600;letter-spacing: .6px;left:0;right:0;bottom:0;display:block;padding:.8em 1.5em;background-color:#1F2937;color:#fff;text-transform:uppercase;font-size:14px;transition:all .15s ease;text-align:center;}

.pro-view {float: left; width: 100%; margin: 2em 0;}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
	background-color: #ceced0;
}
.mySwiper2 {
	height: 458px;
	width: 100%;
	border: 1px solid #ccc;
}
.mySwiper2 a.fancybox { height: 458px;}
.mySwiper {
	height: 80px;
	box-sizing: border-box;
	margin: 15px 0 0;
}
.mySwiper .swiper-slide {
	width: 100%;
	opacity: 0.2;
	border: 1px solid #0092DB;
	overflow: hidden;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	position:absolute;
	top:0;
	left:0;
}
.mySwiper2 .swiper-button-next:after, .mySwiper2 .swiper-button-prev:after {
	font-size:2em;
	color: #000;
}

.break { float: left; width:100%; margin: 1em 0;}
.product-desc-details h3 { color: #9f2925; font-weight: 500; font-size: 26px; margin: 10px 0;}
.product-desc-details h4 { color: #9f2925; font-weight: 500; margin: 1.2em 0 0; }
.product-desc-details p { font-weight: 400; color: #555; line-height: 1.5em; font-size: 1.1em; margin: 1em 0;}
.product-desc-details ul { padding: 0; list-style: none; margin: .4em 0 0;}
.product-desc-details ul li {font-weight: 400; color: #555; line-height: 1.7em; font-size: 1.1em; }
.product-desc-details ul li i { margin: 0 10px 0 0; color: #3B82F6;}
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th { font-weight: 600;}

.privacy h4 { margin-top: 20px; font-weight: 600;}

.gallery p {
	font-weight: 400;
	color: #888;
	line-height: 1.6em;
	font-size: 1.1em;
	margin: 1em 0 2em;
}
.gallery p > span { display: block; }
.gallery ul {	
	padding: 0;
	margin: 1.5em 0 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.gallery ul li {list-style: none; display: inline-block; margin:0 1em 0 0; text-align: center; border-right: 3px solid #3B82F6; width: 33.33333333%;}
.gallery ul li:last-child {margin: 0; border-right: 0;}
.gallery ul li span { color: #3B82F6; font-weight: 600; font-size: 5.5em; text-align: center; display: block; position: relative; }
.gallery ul li span::before {
	content: "+";
	position: absolute;
	top: 0;
	right: 60px;
	color: #3B82F6;
	font-weight: 600;
	font-size: .9em;
	text-align: center;
	display: block;
}

.gallery ul li h4 { text-transform: capitalize; margin: 0; font-size: 1.4em; color: #1F2937; font-weight: 500; letter-spacing: 1px;}
.gallery .video-container { float: left; width: 100%; margin: 4em 0 0;}
.gallery iframe { height: 400px; border-radius: 30px; }

.product-container { min-height: 662px; border: 1px solid #eee; float: left; width: 100%; margin: 2em 0 0; text-align: left; background-color: #f5f5f5; padding: 1.5em;  border-radius: 40px; position: relative; overflow: hidden; }
.product-container::before { transition: all .25s ease; content: "";position: absolute;bottom: 0;left: 0;height: 0;width: 100%;background: #fff; z-index: -1;}
.product-container:hover::before { height: 100%; }
.product-container img { background-color: #fff; width: 100%; border: 1px solid #ccc; border-radius: 30px; }
.product-container h3 { color: #0C4A6E; font-weight: 600; text-transform: capitalize; font-size: 22px; line-height: 1.2em; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient:vertical; text-overflow: ellipsis; overflow: hidden;}
.product-container p { margin: 0; line-height: 1.4em; color: #555; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.product-container p > i { color: #3B82F6; }
.product-container p:nth-child(4) { margin: 10px 0 0;}
.product-container h3 > a{ text-decoration: none; color: #3B82F6;}
.product-container h3:hover, .product-container h3:hover > a{ color: #1F2937;}
.product-container a{ padding: 0 0 0 8px; line-height: 34px; height: 40px; width: 152px; float: left; color:#fff;background-color:#3B82F6;text-transform:capitalize;font-weight:500;font-size:15px;text-decoration:none;border:2px solid transparent; letter-spacing: .3px; border-radius: 20px;}
.product-container a:hover, .product-container a:focus {color:#3B82F6;background-color:#fff;transition:all 0.15s ease;border-color:#3B82F6;}
.product-container a > i { color: #0C4A6E; background-color: #fff; height: 25px; width: 25px; border-radius: 50%; line-height: 24px; text-align: center;}
.product-container a:hover > i, .product-container a:focus > i { color: #fff; background-color: #3B82F6;}
.buttons-holder { margin: 13px 0 0 ; display: flex; align-items: center; gap: 10px; flex-wrap:wrap;}
.product-container .buttons-holder a:nth-child(2){ color:#3B82F6; background-color: #fff;border-color:#3B82F6;}
.product-container .buttons-holder a:nth-child(2) > i { color:#3B82F6;}
.product-container .buttons-holder a:nth-child(2):hover, .product-container .buttons-holder a:nth-child(2):focus { background-color:#0C4A6E; color: #fff; border-color: #0C4A6E; }
.product-container .buttons-holder a:nth-child(2):hover > i, .product-container .buttons-holder a:nth-child(2):focus > i { color:#fff;}
.product-container .buttons-holder a:last-child{ padding: 5px; width: 40px; line-height: 26px;background-color: #25D366;}
.product-container .buttons-holder a:last-child > i { background-color: #25D366; color: #fff; font-weight:500;font-size:20px;}

.newsletter{float:left;width:100%;background:#fff;}
.newsletter .col-lg-9 { background: #1F2937;}
.newsletter h4 { height: 132px; color:#fff;text-transform:capitalize; margin:0; font-weight:400; line-height: 1.6em; display: flex; align-items: center; justify-content: space-between; }
.newsletter button { border-radius: 30px; font-size: 16px; font-weight:500; text-transform:capitalize; text-decoration:none; color:#1F2937; background-color: #5EEAD4; border: 0; padding: 8px 20px; margin-right: 15em; }
.newsletter button > i { color: #1F2937; margin: 0 10px 0 0;}
.newsletter button:hover, .newsletter button:focus, .newsletter button:hover > i, .newsletter button:focus > i { background-color: #fff; color: #3B82F6;}

.md-content {border-radius: 20px;}
.md-content input{width:48%;float:left;border:none;margin:4px 0 6px 0;border:1px solid #ccc;padding: .6em .7em .6em 1em; height: auto; border-radius: 12px;}
input[type="date"].form-control { line-height: normal;}
.md-content input:nth-child(odd){margin:4px 16px 10px 0;}
.md-content input:nth-child(2){margin-right:0;}
.md-content textarea{border-radius: 12px;float:left;padding: .6em .7em .6em 1em;width:100%;border:none;resize:none;margin:6px 0 15px 0;border:1px solid #ccc;}
.md-content button.md-submit{width: 100%;border:none;text-transform:capitalize;font-size:14px;font-weight:600;background-color:#3B82F6;color:#fff;padding:15px 30px;border-radius: 30px; letter-spacing: 1px;}
.md-content button.md-submit:hover{background-color:#1F2937;transition:all 0.15s ease;}
.md-content button > svg { width: 15px; height: 15px; top: 2px; position: relative;}

.about2 p{font-weight:400;color:#888;line-height:1.6em;font-size:1.1em;}
.about2 h4 { color:#3B82F6; font-weight: 600; letter-spacing: 1.3px; margin: 30px 0 20px;}
.about2 ul { margin: 0 0 20px; padding: 0; list-style: none; display: inline-block;}
.about2 ul li { position: relative; color:#888; font-size:1.1em;font-weight:400; width: 50%; float: left; padding: 0 0 1em 2em;}
.about2 ul li::before { content:""; height: 18px; width: 18px; background-image:url('../images/chevron-forward.svg'); background-size: 18px; background-repeat: no-repeat; color: #3B82F6; position: absolute; top: 3px; left: 0;}
.about2 a{float: left;  color:#fff;background-color:#3B82F6;padding:12px 30px;text-transform:uppercase;font-weight:600;font-size:14px;text-decoration:none;border:2px solid transparent; letter-spacing: 1px; border-radius: 30px;}
.about2 a:hover{color:#3B82F6;background-color:#fff;transition:all 0.15s ease;border-color:#3B82F6;}

.abt-icons { display: flex; align-items: center; margin: 1em 0 0 ;font-weight:400;color:#888;line-height:1.6em;font-size:1.1em; padding: 1em; background: #f5f5f5;}
.abt-icons img { height: 50px; width: 50px; margin: 0 1em 0 0;}

.about2 .contact-container { margin: 0;}
.about2 .contact-form input {width: 100%; height: 58px;}
.about2 .contact-form select {width: 100%; height: 58px; text-transform: capitalize;float:left;border:none;margin:4px 0 6px 0;border:1px solid #ccc;padding: .8em .7em .8em 2.3em; border-radius: 0;}
.about2 .contact-form textarea {width: 100%;}
.about2 .contact-form table td::before { top:24px;}
.about2 .contact-form table tr:first-child td::before {content: "\f007";}
.about2 .contact-form table tr:nth-child(2) td::before {content: "\f0e0";}
.about2 .contact-form table tr:nth-child(3) td::before {content: "\f095";}
.about2 .contact-form table tr:nth-child(4) td::before {content: "\f073";}
.about2 .contact-form table tr:nth-child(5) td::before {content: "\f093";}
.about2 .contact-form table tr:nth-child(6) td::before {content: "\f040";}
.about2 .contact-container img { height: auto; margin: 2em 0 0; }
.about2 .contact-container .col-lg-5 { padding-left: 15px;}

.contact2 { float: left; width: 100%; padding: 4em 0; background-image: linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)), url('../images/dot.png'); background-size: 4px;}
.contact2 .contact-form {margin: 0;}
.contact2 .contact-form input {width: 100%; background-color: #fff;}
.contact2 .contact-form select {border-radius: 30px; width:100%;float:left;border:none;margin:4px 0 10px 0;border:1px solid #ccc;padding: .7em .7em .8em 3em; background-color: #fff; }
.contact2 .contact-form select option[disabled] { color: #ccc;}
.contact2 .contact-form select{-moz-appearance:none;-webkit-appearance:none;color:#666;background-image:url('../images/chevron-down.svg');background-position:center right 1.2em;background-repeat:no-repeat;background-size:13px;}
.contact2 .contact-form textarea {width: 100%; margin: 4px 0 10px;}
/*.contact2 .contact-form table tr:nth-child(4) {display: none;}*/
.contact2 .contact-form table tr:first-child td::before {content: "\f007"; top: 14px;}
.contact2 .contact-form table tr:nth-child(2) td::before {content: "\f095";}
.contact2 .contact-form table tr:nth-child(3) td::before {content: "\f0c9"; top: 15px;}
.contact2 .contact-form table tr:nth-child(4) td::before {content: "\f013"; top: 15px;}
.contact2 .contact-form table tr:nth-child(5) td::before {content: "\f073"; top: 16px;}
.contact2 .contact-form table tr:nth-child(6) td::before {content: "\f041";}
.contact2 .contact-form table tr:nth-child(7) td::before {content: "\f040";}
.contact2 .contact-form button { text-align: center; width: 100%; font-size: 18px; letter-spacing: 0; margin: 10px 0 0;}
.contact2 iframe { width:100%; height: 340px; border-radius: 30px; margin: 2em 0 0; box-shadow: 0 0 25px 0 rgba(0,0,0,.2) }

.content2 .contact-form table tr:first-child td::before {content: "\f007";}
.content2 .contact-form table tr:nth-child(2) td::before {content: "\f0e0";}
.content2 .contact-form table tr:nth-child(3) td::before {content: "\f095";}
.content2 .contact-form table tr:nth-child(4) td::before {content: "\f073";}
.content2 .contact-form table tr:nth-child(5) td::before {content: "\f040";}
.content2 .contact-form table tr:last-child td::before {content: none;}
.content2 .contact-form button { width: 100%;}

.mt-1 { margin: 1.8em auto 0;}

.support { padding: 4em 0; float: left; width: 100%;}
.nav-tabs { display: block; width: 100%; list-style: none; float: left; padding: 0; }
.nav-tabs>li>a { padding: .8em 1.3em;float:left;font-size: 16px; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #3B82F6;
	text-decoration: none;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #fff;
    background-color: #1F2937;
	text-decoration: none;
}
.tab-content {width: 100%; float: left;  }
.tab-content h2 {color: #fff; background: #1F2937; padding: .5em; display: inline-block; margin-bottom: 0;}
.tab-content p { background: rgba(1,64,140,.1); padding: 1em;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { color: #666; }

.sub-columns { background: #fff; padding: 1.5em; list-style: none; float: left; width: 100%; border-radius: 30px; }
.sub-columns li {position: relative; padding: 0 0 0 1.5em;}
.sub-columns li::before { content: "\f054"; position: absolute; top:4px; left: 0; font-family:'FontAwesome'; color: #1F2937;}
.sub-columns li a{ text-decoration: none; font-weight: 500; font-size: 17px; color: #888; line-height: 1.7em; display: block;}
.sub-columns li a:hover, .sub-columns li a:focus{ color: #3B82F6; }

.enquiry .contact-form table tr:nth-child(4) td::before {
	content: "\f040";
}

.career .contact-form table tr:nth-child(5) td::before { content: "\f093";}

a#scroll{border: 1px solid #3B82F6;border-radius:30px;background-color:#fff;color:#3B82F6;padding:16px;position:fixed;bottom:10%;right:23px;text-decoration:none;z-index:1;font-size: 1.4em;}
a#scroll:hover, a#scroll:focus {background-color:#1F2937; color: #fff; border-color: #1F2937;}
.whatsapp { background: #24cc63; bottom: 170px; z-index: 3; position: fixed; right: 20px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; height: 60px; width: 60px; font-size: 34px;text-decoration: none;}
.whatsapp2 { bottom: 240px; }
.whatsapp:hover, .whatsapp:focus { background-color: #1F2937; color:#fff; text-decoration:none;}
.whatsapp2:hover, .whatsapp2:focus { background-color: #3B82F6; color:#fff; text-decoration:none;}

.about2 a.download { float: none; display: inline-block; margin: 1em 0 0;}

.team { position: relative; float: left; width: 100%; text-align: left; border-radius: 30px; background-color: #fff; padding: 2.5em 1.5em; margin: 0 0 1.5em;}
.team img { object-fit: cover; width: 335px; height: 335px; border-radius: 50%; border: 6px solid #3B82F6; margin: 0 0 .4em;}
.team h3 {
	color: #3B82F6;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.team p {
	margin: 0 0 2px 15px;
	line-height: 1.6em;
	color: #888;
}

.team.category-container::before { content:"";position: absolute; left: 50%; transform: translateX(-50%); height: 80%; width: 1px; background: #3B82F6; }
.team.category-container h3 > svg {
    color: #3B82F6;
    height: 26px;
    width: 26px;
    margin: 0 8px 0 0;
    top: 4px;
    position: relative;
}
.faq .container {width: 1300px;}
.faq .col-lg-5 { position: sticky; top: 2em;}
#accordion .panel-heading a:before {
  content: '';
  position: absolute;
  right: 5px;
  top: -8px;
  height: 25px;
  width: 25px;
  background: url('../images/chevron-down.svg');
  background-size: 25px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.contact-form.mt-1 { margin: .7em 0 0;}

.office-tour .container {width: 1300px;}
.office-tour { text-align: center;}
.office-tour a { height: 250px; border-radius: 30px; overflow: hidden; display: block; margin: 1em 0;}
.office-tour a:hover > img { transform: scale(1.2); filter: grayscale(100%);}
.office-tour a > img { transition: all .15s linear; height: 100%; object-fit: cover; width: 100%; }

.special-offers .product-container { margin: 1em 0 0; text-align: center;}
.special-offers .product-container img { width: 95px; display: inline-block; border-radius: 20px; margin: 1em 0 0;}
.special-offers .product-container p {-webkit-line-clamp: 5;}

.blogs .container {width: 1300px;}
.blogs .product-container { overflow: unset; margin: 2em 0 1em; }
.blogs .product-container span { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-size: 16px; font-weight: 600; color: #3B82F6; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; background-color:#fff; border: 2px solid #3B82F6; border-radius: 50%; }
.blogs .product-container p {-webkit-line-clamp: 4;}

.map { float: left; width: 100%;}
.map .col-lg-12 { padding: 0;}
.map iframe { width: 100%; height: 350px;}

.overbite .product-container {border: 1px solid #ccc; background-color: #fff; }
.overbite .product-container p {margin: 1em 0 0; display: block;}
.overbite .product-container:hover::before { background: #f5f5f5; }

.testimonials.dots { background-image: linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)), url('../images/dot.png'); background-size: 4px;}
.testimonials.auto .product-container { min-height: auto;}

.product-container.cat h3 { margin-bottom: 0; margin-top: 15px; }
.product-container.cat h5 { display: inline-block; margin-top: 5px; margin-bottom: 0; background-color: #5EEAD4; color: #0C4A6E; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; padding: 4px 6px;}
.product-container.cat.auto { min-height: auto;}

.centralise > svg {
    color: #3B82F6;
    height: 26px;
    width: 26px;
    margin: 0 8px 0 0;
    top: 4px;
    position: relative;
}

.notice.others { padding: 2.5em 0; }
.notice.others p { font-size: 20px; font-weight: 500; }
.notice.others p > a { background-color: #1F2937; color: #fff; padding: 6px 12px; border-radius: 8px; text-decoration: none;}
.notice.others p > a:last-child { background-color: #24cc63; color: #fff; }
.notice.others p > a:hover, .notice.others p > a:focus { background-color: #fff; color: #1F2937; }

h1.success{
    color: #1F2937;
    font-weight: 500;
    font-size: 4em;
	margin: 0;
}
h1.fail{
    color: #a5243d;
    font-weight: 500;
    font-size: 4em;
	margin: 0;
}
h1.success > span, h1.fail > span {
    font-size: 18px;
    line-height: 1em;
    display: block;
    margin: .5em 0 0;
    color: #777;
	font-weight: 400;
}

@media(max-width:1440px){
	.bnt-txt{height:90%;}
	#cssmenu > ul > li > a {padding:20px 9px; font-size: 1.12em;}
}
@media(max-width:1370px){
	.top-links .container, .fixed-height .container, .notice .container, .faq .container, .office-tour .container, .blogs .container {width: 1230px;}
	/*.slider .item > img { height: 658px; }*/
	.banner-txt {left: 9em; width: 276px;}
	.banner-txt p { font-size: 18px; margin: 20px 0 10px;}
	.banner-txt h1 { font-size: 4em; margin: 10px 0 30px;}
	.banner-txt h1 > span { font-size: 15px;	}	
	.product-container h3 { font-size: 18px;}
	.buttons-holder { gap: 6px;}
	.product-container {  padding: 1.5em 1em; min-height: 498px;}
	.testimonials.dots .product-container { background: #fff; border-color: #ccc;}
	.testimonials.dots .product-container::before { background: #f5f5f5; }
	.product-container a { padding: 0 10px 0 6px; width: auto; font-size: 13px; height: 36px; line-height: 31px;}
	.product-container .buttons-holder a:nth-child(2) { padding: 0 13px;}	
	.product-container .buttons-holder a:nth-child(2) > i { display: none;}
	.newsletter button { margin-right: 0em;}
	.contact-form button { padding: 10px 25px 12px; width: 220px; text-align: left;}
	.contact-form button > svg { top: 5px; right: 6px;}
	.contact2 .contact-form button > svg { top: 12px; }
	.contact2 .contact-form button { padding: 18px 25px 18px; text-align: center;}
	.welcome ul { margin: 0 0 10px; }
	.breadcrum { padding: 3em 0;}
	.contact-container img { height: calc(416px + 4em); width: 100%;}
}
@media(max-width:1199px){
	.bnt-txt{height:100%;}
	.sticky + .content {padding-top: 110px;}
	.top-links a{font-size:13px;margin-right:7px;}
	.top-links .col-md-8 a{ display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; }
	.logo { width: 100%; margin: .3em 0 0;}
	#cssmenu ul ul li a{font-size:12px;}
	#cssmenu > ul > li > a {padding: 20px 11px; letter-spacing: 0; font-size: 1.1em; margin-right: 0;}
	#cssmenu > ul > li:last-child { display: none;}
	/*#cssmenu li:hover > ul > li{height:36px;}*/
	iframe{height:392px;}
	a.fancybox {height: 210px;}
	.welcome img { width: 100%; height: 80%; object-fit: cover;}
	.pro .img-container .img-image { height: 355px;}
	.cate .img-container .img-image { height: 329px;}
	.mySwiper2, .mySwiper2 a.fancybox {height: 373px;}
	.about2 img {height: 530px;}
	.contact2 .col-lg-8 .row { margin: 0;}
	.gallery ul li span {font-size: 4em;}
	.slider .item > img {height: 520px;}	
	.top-links .container, .fixed-height .container, .notice .container, .faq .container, .office-tour .container, .blogs .container {width: 990px;}
	.testimonials .col-lg-2 { width: 25%;}
	.banner-txt h1 { line-height: .9em;}
	.banner-txt h1 > span:last-child{margin: -.5em 0 0;}
}
@media(max-width:991px){
	.logo{margin: 0;z-index:999; width: 200px;}
	.sticky + .content {padding-top: 130px;}
	.fixed-height{padding:1em 0;}
	.fixed-height .col-lg-10 { width: 100%; }
	#cssmenu { position: absolute; top: 0; right: 0; transform:translateY(-40px); z-index: 16;}
	#cssmenu ul { padding: 0; background-color: #fff; transform:translateY(20px); box-shadow: 0 8px 5px -3px rgba(0,0,0,.3); }
	#cssmenu ul ul {transform: translateY(0);}
	#cssmenu > ul > li > a{text-align:left; padding: 14px 16px; background-color: #fff;}
	#cssmenu > ul > li:last-child { display: flex; margin: 0;}
	#cssmenu > ul > li > img {margin: 0 0 0 15px;}
	#cssmenu > ul > li:last-child > a {	padding: 10px 0 10px 10px;}
	#cssmenu::before { content:""; position: absolute; top: -4px; right: 0; height: 50px; width: 50px; background: #1F2937; border-radius: 30px;}
	#cssmenu #menu-button::before { background: #5EEAD4;}
	#cssmenu #menu-button::after { border-color: #5EEAD4;}
	#cssmenu #menu-button.menu-opened::before, #cssmenu #menu-button.menu-opened::after { background: #fff; top: 19px; right: 18px;}
	#cssmenu { transform: translateY(-49px);}
	a.fancybox {height: 345px; margin: 1em 0 0;}
	.banner-txt h1 {font-size: 4em; letter-spacing: 1px;}
	.banner-txt p { margin: 10px 0 15px; font-size: 20px;}
	.banner-txt p::before {	top: -40px; height: 20px;}
	.welcome img {height: 450px;}
	.top-links a > i { width: 15px; margin-right: 5px;}
	.top-links .col-sm-4 a { width: 15px; height: 22px; overflow: hidden; display: inline-block;}
	.left.carousel-control { left: 20px;}
	.right.carousel-control { right: 20px;}
	#cssmenu #menu-button:before {top: 14px; right: 15px;}
	#cssmenu #menu-button:after { top: 20px; right: 15px;}
	.cate .img-container .img-image { height: 298px;}
	.pro .img-container .img-image { height: 300px;}
	.product-desc-details h3 { margin: 20px 0 10px;}
	.product-desc-details p { margin: 0 0 1em;}
	.foot-list h4 {	margin: 25px 0 13px;}	
	.contact-container img {height: 100%;}
	.gallery ul li span::before {right: 30px;}
	.newsletter button {margin-right: 0; flex-shrink: 0; }
	.slider .item > img {height: 440px;}
	.top-links .container, .fixed-height .container, .notice .container, .faq .container, .office-tour .container, .blogs .container {width: 750px;}
}
@media(max-width:767px){
	.fixed-height{padding: 1.2em 0;}
	.sticky + .content {padding-top: 126px;}	
	.top-links .col-sm-4 a > i {display:inherit;}
	.top-links a{white-space:nowrap;width:24px;overflow:hidden;padding:0;z-index:999;font-size:14px;}
	.top-links a > i { font-size: .9em; height: 20px;}
	.top-links .col-xs-11 { padding-right: 0;}
	.top-links .col-xs-11 a {width: auto;}
	.top-links .col-xs-1 a { position: relative; right: 15px;}
	.carousel-control{width:12%;top:43%;bottom:57%;}
	.slider .item{height:400px;}
	.slider .item img{height:100%;object-fit:cover;}
	.carousel-control > i{font-size:20px;}
	.banner-txt h1 { font-size: 35px;width: 90%;margin: 10px auto 20px;line-height: .9em;letter-spacing: 0;	}
	.banner-txt h1 > span { font-size: .4em; }
	.banner-txt h1 > span:last-child{margin: 0;}
	.banner-txt p{ clip-path: polygon(100% 100%, 90% 0%, 10% 0%, 0% 100%); border-left: 0; font-size:16px; padding: 4px 30px; margin: 10px 0 5px;}	
	.banner-txt a{font-size:15px; display: inline-block; }
	.slider hr{margin:8px 0;}
	header .col-xs-12,.allrights .container,.allrights .col-xs-12{padding-left:0;padding-right:0;}
	header .row{margin-left:0;margin-right:0;}
	#cssmenu { transform: translateY(-47px);}
	#cssmenu ul {transform: translateY(16px);}
	#cssmenu ul li a {padding: 12px 15px;}
	#cssmenu ul ul li a {font-size:13px;padding:11px 25px;width:calc(100% - 34px);}
	#cssmenu #menu-button:before, #cssmenu #menu-button:after {right: 15px;}
	#cssmenu .submenu-button { top: 0; border-left-color: #3B82F6;}
	#cssmenu .submenu-button::before, #cssmenu .submenu-button::after { background: #1F2937;}
	#cssmenu li:hover > ul > li:hover > a {color: #fff;}
	#cssmenu > ul > li:hover > a {color: #3B82F6;}
	#cssmenu > ul > li > a{ font-size: 1.1em;}	
	#cssmenu ul > li > a:focus, #cssmenu ul > li > a:hover {color: #3B82F6;}
	#cssmenu ul ul { background: #ddd;}
	#cssmenu ul ul ul { background: #eee;}
	#cssmenu ul ul li {	border-top: 1px solid rgba(255,255,255,.6);}
	.welcome{padding:2em 0;}
	.social{padding:0 15px 0 0;}
	.contact-form{margin:1em 0 0;}
	a.fancybox {height: 267px;}
	.cate .img-container .img-image { height: 413px;}
	.pro .img-container .img-image { height: 348px;}
	.about2 img { height: auto; margin: 0 0 1em;}
	.contact2 .contact-form button { margin: 0 0 2em;}
	.gallery p > span {display: inline;}
	h3.heading {font-size: 30px; margin: 0;}
	.welcome h3.heading, .about2 h3.heading, .content2 h3.heading, .contact2 h3.heading { margin: 0 0 15px;}
	.welcome ul li {padding: 0 0 .4em 1em; }
	.welcome ul li::before {background-size: 14px;}
	.welcome h4 { line-height: 1.3em;}
	.gallery ul { margin: 0; flex-direction: column;}
	.gallery ul li {margin: 0 0 1em; padding: .5em 0 1.3em;width: 100%;border: 1px solid #48678d; border-radius: 30px; background: rgb(255,255,255);}
	.gallery ul li:last-child {	border-right: 1px solid #48678d; margin: 0;}
	.gallery ul li span {font-size: 3em;}
	.gallery ul li span::before {right: 90px;}
	.product-container {margin: 1em 0 0;}
	.newsletter h4 { height: 152px; flex-direction: column; align-items: start; justify-content: start; line-height: 1.3em;margin-top: 1em;}
	.newsletter button {margin-right: 0; margin-top: 1em;}	
	.contact-container .col-lg-5 {padding: 0;}
	.contact-form input {width: 98%; margin: 0 0 6px; padding: .8em .7em .8em 3em; background-color: #fff;}
	.contact-form textarea {width: 99%;margin: 0 0 10px;}
	.contact-form table td::before, .contact-form table tr:nth-child(2) td::before { top: 14px;}
	.content2 h1 { font-size: 30px;}
	.content2 .contact-form table tr:first-child td::before { top: 20px; }
	.content2 .contact-form table tr:nth-child(2) td::before { top: 20px; }
	.content2 .contact-form table tr:nth-child(3) td::before { top: 21px; }
	.career .contact-form table tr:nth-child(5) td::before { top: 19px; }
	.gallery, .testimonials, .contact, .about2, .support, .contact2, .accordions {padding: 3em 0;}
	footer { padding: 2em 0 3em;}
	a#scroll { bottom: 30px;}
	.whatsapp { bottom: 100px; }
	.whatsapp2 { bottom: 170px; }
	.mt-1 {	margin: 1em 0;}	
	.top-links .container, .fixed-height .container, .notice .container, .faq .container, .office-tour .container, .blogs .container {width: auto;}
	.gallery .video-container { margin: 2em 0 0;}
	.contact-container img {height: auto;}
	.md-content input {	width: 100%;}
	.faq .col-lg-5 { position: relative; top: 0;}
	.team {padding: 2.5em 1em; margin: 1em 15px; width: auto;}
	.team img {	float: none; margin: 0 auto 1.5em; shape-outside: none; max-width: none; height: 275px; width: 275px; }
	.team h3 {margin: 0;}
	h3.heading { line-height: 1.22em;}
	.banner-txt h1 > abbr {	text-indent: -2px;}
	.spacer + h3 {margin: 1em 0 0;}
	.team.category-container::before {content: none;}
	.team.category-container .col-xs-12:last-child h3 > svg {margin: 20px 8px 0 0;}
	.exp { display: block; margin: 4px 0 0; color: #1F2937; font-size: 18px; }
	.product-container h3 {font-size: 22px;}
	.contact2 .contact-form table tr:nth-child(5) td::before { top: 12px;}
	
	.welcome{padding:2em 0; background: #f5f5f5;}
	.welcome p, .testimonials h3.heading, .testimonials p {display: none;}
	.slider .item:nth-child(2) .banner-txt h1 { color: #3B82F6;}
    .slider .item:nth-child(2) .banner-txt h1 > span { color: #1F2937;}
}
@media(max-width:635px){
	.top-links .col-xs-11 a:first-child { width: 16px;}
	.pro .img-container .img-image, .cate .img-container .img-image { height: auto;}
	.carousel-control svg { width: 30px;padding: .3em;}
	.slider .item { height: auto; }
	.slider .item::before { background: none;mix-blend-mode: normal;}
	.bnt-txt { position: relative; height: auto; width: auto; background: radial-gradient( circle 170px at 50%, rgba(255,255,255, 1), rgba(200,200,200,.2) ); }
	.banner-txt { text-align: center; height: 340px; padding: 12px 0; position: relative; top: 0; transform: translateY(0); width: 100%; left: 0;}
	.banner-txt h1 {margin: 10px 0; width: 100%; font-size: 50px; }
	.banner-txt h1 > span {font-size: 15px; line-height: 1.5em; letter-spacing: .5px;}
	.carousel-control svg { width: 25px; background: none; color: #333; padding: 0; }
	.left.carousel-control svg {left: -10px;}
	.right.carousel-control svg {right: -10px;}
	.gallery ul li h4 {	font-size: 1.2em;letter-spacing: .5px;}
	.welcome h4 {margin: 20px 0 10px;}
	.welcome ul {margin: 0 0 10px;}
	.welcome a { margin: 0 0 20px;}
	.spacer {margin: 0;}
	.welcome img { margin: 0 0 15px;}
	.banner-txt h1 > abbr:nth-child(2) { margin: 0 0 10px; font-size: 75px; margin: 7px 0 20px;}
	.buttons-holder { gap: 8px;}
	.product-container a { font-size: 14px; height: 38px; line-height: 33px; }
	.contact-form table td { width: 100%; display: inline-block;}
	.contact-container { padding: 0 0 1.5em; }
	.contact2 .contact-form button > svg {top: 12px;right: 15px;}
	.breadcrum {padding: 2em 0;}
	.team h3.centralise { margin: 1em 0 0; }
	
	.welcome ul li a { margin: 0;}
}
@media(max-width:545px){
	.gallery .col-xs-6 { width: 100%;}
	.testimonials .col-lg-2 {width: 100%;}
	.testimonials .col-xs-6 { width: 100%; }
	.gallery a.fancybox { height:auto; }
	.notice.others p > a { display: block;}
	.notice.others p > a:first-child {
        width: 235px;
        margin: auto;
    }
}
@media(max-width:350px){
	.top-links .col-xs-11 {	width: 85%; }
	.top-links .col-xs-1 {	width: 15%; }
	.top-links .col-xs-1 a { right: auto; }
}
