

@import url('css/owl.css');
@import url('css/animate.css');
@import url('css/custom-animate.css');
@font-face {
    font-family: 'AvenirNextLTProCondensed_5184';
    src: url('fonts/AvenirNextLTProCondensed_5184.eot');
    src: url('fonts/AvenirNextLTProCondensed_5184.eot') format('embedded-opentype'),
         url('fonts/AvenirNextLTProCondensed_5184.woff2') format('woff2'),
         url('fonts/AvenirNextLTProCondensed_5184.woff') format('woff'),
         url('fonts/AvenirNextLTProCondensed_5184.ttf') format('truetype'),
         url('fonts/AvenirNextLTProCondensed_5184.svg#AvenirNextLTProCondensed_5184') format('svg');
}
.page-scrolled{
	padding-top: 280px;
}
body{
    
font-family: 'Roboto Slab', serif;
font-weight: 300;
}
#videoDiv2 {width:100%; max-width:100%; height: calc(100% - 118px); margin:auto; display:block; position: relative;} /* This has been changed */
#video2{width: 100%    !important;
	height: auto   !important;  } /* This has been changed */

.robotoLight{
	font-family: 'Roboto';
	font-weight: 300 !important;
}
.roboto{
	font-family: 'Roboto';
}
.colorgrey{
	color: #666666;
}
header{
	background: #fff;
	transition: transform .5s ease;
	-webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
.fixed-header{
	position: fixed;
	width: 100%;
	z-index: 99999;
	-webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
  box-shadow: -3px -4px 20px 0px #dadada;
  top: 0px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
	color: #db936a !important;
}
.nano-header{
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 114px;
}
.nav-link{
    color:#666;
    font-size: 1rem;
    font-weight: 400;
    padding-left: .8rem !important;
    padding-right: .8rem !important;
	font-family: 'Roboto', sans-serif;
}

.nav-item:last-child .nav-link{
    padding-right: 0px !important;
}
.nav-link:hover, .nav-link.active{
    color:#db936a
}
.header-contact{
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.header-contact i{
    color:#db936a;
    margin-right: 10px;
}
.header-contact a{
    color: #6d6f71;
    margin-left: 15px;
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.header-contact a:hover{
    color:#db936a;
}


/*===================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #282828;
	color: #ffffff;
	overflow:hidden;
}

.banner-carousel .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	opacity: 0;
	z-index: 1;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 760px;
	padding: 0 0px;
	z-index:5;
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 760px;
}

.banner-carousel .content-box.right-aligned .inner{
	float: right;
	max-width: 700px;
}

.banner-two .banner-carousel .content-box .inner{
	text-align: center;
	max-width: 700px;
	float: none;
	margin: 0 auto;
}

.banner-carousel .content-box .subtitle{
	display: block;
	font-size: 24px;
	line-height: 1.25em;
	color: #ffffff;
	font-weight: 500;
	opacity: 0;
	margin-bottom: 15px;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-carousel .content-box .subtitle .icon{
	position: relative;
	top: -2px;
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/icons/leaf-one.png) left center no-repeat;
	vertical-align: middle;
}

.banner-carousel .active .content-box .subtitle{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 60px;
	line-height: 1.25em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 16px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-two .banner-carousel .content-box h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 64px;
	padding-top: 5px;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 500;
	max-width: 650px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .content-box .link-box{
	position: relative;
	display: block;
	padding-top: 35px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-two .banner-carousel .content-box .link-box{
	padding-top: 20px;
}

.banner-carousel .content-box .link-box .theme-btn{
	min-width: 180px;
	margin-right: 15px;
}

.banner-two .banner-carousel .content-box .link-box .theme-btn{
	margin: 0px 8px 10px;
}

.banner-carousel .content-box .link-box .theme-btn:last-child{
	margin-right: 0;
}

.banner-carousel .active .content-box .link-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-ms-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
}

.banner-two .banner-carousel .active .content-box .link-box{
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 100%;
	height: 0;
}

.banner-section .banner-carousel .owl-nav .owl-prev,
.banner-section .banner-carousel .owl-nav .owl-next{
	position: absolute;
	left: 50px;
	display: block;
	top: 0;
	width: 50px;
	height: 50px;
	background: #ffffff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #132728;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-two .banner-carousel .owl-nav .owl-prev,
.banner-two .banner-carousel .owl-nav .owl-next{
	line-height: 48px;
	background: none;
	border: 1px dashed #ffffff;
	color: #ffffff;
}

.banner-section .banner-carousel .owl-nav .owl-next{
	left: auto;
	right: 50px;
}

.banner-section .banner-carousel .owl-nav .owl-prev:hover,
.banner-section .banner-carousel .owl-nav .owl-next:hover{
	background: #24a77e;
	border-color: #24a77e;
	color: #ffffff;
}

.banner-section .owl-dots{
	position: absolute;
	left: 0px;
	bottom: 30px;
	text-align: center;
	display: none;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin:0px 7px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.50);
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
	border-color: rgba(255,255,255,1);
}

.banner-section .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(255,255,255,0.50);
	border-radius: 50%;
	z-index: 1;
}

.banner-section .owl-dots .owl-dot.active span:before{
	background: rgba(255,255,255,1);
}
.nano-science-heading{
    
   
    font-weight: 500;
    font-size: 55px;
	color: #666;
	font-family: 'Roboto', sans-serif;
    line-height: 45px;
	margin-bottom: 0px;
    animation-delay: 0.3s;
    }
	.testimonial-heading{
		background: #1F76A3;
		background: rgb(31,118,163);
		background: linear-gradient(90deg, rgba(31,118,163,1) 0%, rgba(151,193,181,1) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 500;
		font-size: 60px;
	}
.font-green{
	color: #74b2b3;
}
.section-heading{
color: #666666;

font-weight: 700;
font-size: 60px;
font-family: 'Roboto', sans-serif;
margin-bottom: 50px;
}
.section-heading01{
	color: #666666;
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.overflow-hidden{
    overflow: hidden;
}
.home-content{
   
    margin-top: 30px;
	width: 70%;
}
.home-content p{
    color:#666;
    font-size: 14px;

}
.custom-btn-white{
    border-radius: 50px !important;
    border-color: #fff;
	background-color: #fff !important;
    color:#db936a !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	font-size: 16px !important;
}
.custom-btn-white:hover{
    border-radius: 50px !important;
    border-color: #fff;
	background-color: #fff !important;
    color:#666 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.custom-btn{
    border-radius: 50px !important;
    border-color: #db936a;
    color:#db936a;
    padding-left: 30px !important;
    padding-right: 30px !important;
	font-size: 16px !important;
	margin-top: -4px;
}
.custom-btn:hover{
    background-color: #db936a !important;
    color: #fff;
    border-color: #db936a;
}
.custom-btn-play{
    border-radius: 50px !important;
    border-color: #fc0d1b;
    color:#fff;
    background-color: #fc0d1b;
    text-align: center;
    min-width: 150px;
    margin-left: 15px;
}
.custom-btn-play:hover{
    background-color: #db936a !important;
    color: #fff;
    border-color: #db936a;
}
.our-products{
    background: rgb(230,230,229);
    background: linear-gradient(180deg, rgba(230,230,229,1) 0%, rgba(254,254,253,1) 100%);

}
.our-products .card{
    overflow: hidden;
    background-color: transparent;
    border: 0;
}
.card-title{
	font-family: 'Roboto', sans-serif;
}
.our-products .card .card-title{
    font-size: 32px;
    font-weight: bolder;
    margin-top: 15px;
	font-family: 'Roboto', sans-serif;
}
.our-products .card .card-body{
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
}
.our-products .card img{
    transition: transform .5s ease;
}
.our-products .card:hover img{
    transform: scale(1.1);
}
.link-enquire{
    text-transform: uppercase;
    color: #db936a;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    color: #1f76a3;
}
.card-image{
    max-height: 275px;
    overflow: hidden;
}

.product-range{
    background: rgb(236,240,239);
background: linear-gradient(180deg, rgba(236,240,239,1) 0%, rgba(255,255,255,1) 100%);
}
.wow{
    transition-delay: 0.05s;
}
.product-images{
    position: relative;
    text-align: center;
    
    height: 350px;
}
.product-images img{
    position: absolute;
}
.product-images img:nth-child(1){
    z-index: 6;
    left: 50%;
    margin-left: -109px;
}
.product-images img:nth-child(2){
    z-index: 5;
    left: 13%;
    top: 50px;
}
.product-images img:nth-child(3){
    z-index: 5;
    left: 56%;
    top: 50px;
}
.product-images img:nth-child(4){
    z-index: 4;
    left: 0%;
    top: 92px;
}
.product-images img:nth-child(5){
    left: 75%;
    top: 92px;
}
.mb-40{
    margin-bottom: 40px;
}
.anymation-delay1s{
    animation-delay: .5s;
}
.anymation-delay2s{
    animation-delay: .5s;
}
.anymation-delay3s{
    animation-delay: .5s;
}
.anymation-delay4s{
    animation-delay: .5s;
}
.anymation-delay5s{
    animation-delay: .5s;
}
.product-range p{
	width: 80%;
	font-size: 14px;
	letter-spacing: .3px;
}
 p{
	font-size: 15px;
	letter-spacing: .3px;
	line-height: 25px;
}
.font-weight500{
	font-weight: 500;
}
.font-weight600{
	font-weight: 600;
}
.btn-buy-now{
	background-color: #db936a !important;
    color: #fff;
    border-color: #db936a;
	border-radius: 50px !important;
    border-color: #db936a;
    padding: 10px 50px !important;
	text-transform: uppercase;
}
.btn-submit{
	background-color: #db936a !important;
    color: #fff;
    border-color: #db936a;
	border-radius: 10px !important;
    border-color: #db936a;
    padding: 10px 50px !important;
	text-transform: uppercase;
}

.services-list .card .card-footer{
	position: absolute;
	width: 100%;
	bottom: 0px;
	color: #585857;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	font-family: 'Roboto';
	border: 0px !important;
	padding: 50px 10px 0px 10px !important;
	
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);

}
.color1:hover .card-footer{
	color: rgba(148, 22, 17, 1);
}
.color2:hover .card-footer{
	color: rgba(0,158,177,1);
}
.color3:hover .card-footer{
	color: rgba(28,106,174,1);
}
.color4:hover .card-footer{
	color: rgba(221, 162, 16, 1);
}
.color5:hover .card-footer{
	color: rgba(0,133,67,1);
}
.color6:hover .card-footer{
	color: rgba(220,145,90,1);
}
.services-list .card{
	transition: transform .5s ease;
	overflow: hidden;
	border-radius: 0px !important;
	cursor: pointer;
}
.services-list .card .card-img{
	transition: transform .5s ease;
}
.services-list .card .card-img-overlay{
	display: flex;
	justify-content: center;
    align-items: center;
	transition: transform .5s ease;
}
.services-list .card:hover .icon-holder, .services-list .card:hover .card-img{
	transform: scale(1.1);
	transition: transform .5s ease;
}
.bg1{
	background-color: rgba(148, 22, 17, 0.7);
}
.bg2{
	background-color: rgba(0,158,177,.7);
}
.bg3{
	background-color: rgba(28,106,174,.7);
}
.bg4{
	background-color: rgba(221, 162, 16, 0.7);
}
.bg5{
	background-color: rgba(0,133,67,.7);
}
.bg6{
	background-color: rgba(220,145,90,1);
}
.icon-holder{
	border-radius: 100px;
	padding: 5px;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	transition-delay: 0.05s;
}
.pt-100{
	padding-top: 100px;
}
.contact-card{
	background-color: rgba(220,145,90,1);
}
.contact-card a{
	color: #fff;
	text-decoration: none;
}
.contact-card a:hover{
	color: #1f76a3;
}

.sanitization-img img{
	border-radius: 100%;
	float: left;
    width: 30%;
    margin: 5px;
}
.bg-section{
	background: url(images/bg-1.jpg) center center;
	height: 650px;
	background-repeat: no-repeat;
	margin-top: 50px;
	background-size: cover;
	display: flex;
	align-items: center;

}

.text-holder h1{
	font-size: 55px !important;
	font-family: Roboto;
}
.text-holder h5{
	font-size: 36px !important;
	font-weight: normal !important;
}
.customer-care-band{
	background-color: #121212;
	color:#fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customer-care-band i{
	color: #db936a;
	font-size: 30px;
	margin: 0px 10px;
    vertical-align: sub;

}
.customer-care-band a{
	text-decoration: none;
}
.customer-care-band a:hover{
	color: #db936a !important;
}
.form-section{
	background: #ecf0ef;
}
.color-primary{
	color: #db936a !important;
}
.testimonials-slider .item img{
	width: auto;
	height: auto;
	margin: 0 auto;

}

.testimonials-slider .owl-prev{
	color: #db936a !important;
	font-size: 35px !important;
	position: absolute;
	top: 50%;
	left: -30px;
}

.testimonials-slider .owl-next{
	color: #db936a !important;
	font-size: 35px !important;
	position: absolute;
	top: 50%;
	right: -30px;
}
.social-text{
	
	padding: 80px;
	align-items: center;
    display: flex;
}
.social-text h1{
	font-size: 50px;
}
footer{
	background: #f2f4f3;
}
footer p{
	font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 20px;

}
.bottom-footer{
	background:#f5f1f0
}
.footer-icon{
	color: #db936a !important;
	font-size: 25px !important;
	margin-right: 5px;
	vertical-align: bottom;
}
.social-media{
	font-size: 30px !important;
	color: #888888;
	margin-right: 5px;
}
.social-media:hover{
	color: #db936a !important;
}

.line-secprator{
	background: rgb(218,143,105);
background: linear-gradient(90deg, rgba(218,143,105,1) 0%, rgba(83,142,151,1) 100%);
height: 10px;
width: 100%;
}
.bottom-footer-text{
	padding-top: 20px;
	padding-bottom: 20px;
}
.mark-img{
	position: relative;
}
.mark-img img{
	position: absolute;
    top: -50px;
    left: 5%;
}
.bg-white{
	background: #fff !important;
}
.our-team{
	background: #ecf0ef;
}
.mb-0{
	margin-bottom: 0px !important;
}
.team-box{
	padding-bottom: 30px;
	
}
.team1-bg{
	background: url(images/team1_bg.png) no-repeat center center;
	background-position-x: 60px;
    background-position-y: 15px;
}
.team2-bg{
	background: url(images/team2_bg.png) no-repeat center center;
	background-position-x: 30px;
    background-position-y: 15px;
}
.team3-bg{
	background: url(images/team1_bg.png) no-repeat center center;
	background-position-x: 60px;
    background-position-y: 10px;
}
.team4-bg{
	background: url(images/team2_bg.png) no-repeat center center;
	background-position-x: 30px;
    background-position-y: 5px;
}
.pt-20{
	padding-top: 20px;
}
.counterBg{
	background: url(images/counterBg.jpg) no-repeat center center;
	color: #fff !important;
}
.counter-box{
	text-align: center;
	
}
.counter-box .box-inner{
	border: 2px solid #fff;
	border-radius: 20px;
}
.counter-box .number{
	font-size: 70px;
	font-weight: bold;
}
.big-text{
	font-size: 55px;
	font-weight: bold;
	line-height: 55px;
	font-family: Roboto;
}
.pt-70{
	padding-top: 70px;

}
.pb-70{
	padding-bottom: 70px;
}
.pb-100{
	padding-bottom: 70px;
}
.pt-150{
	padding-top: 150px;

}
.pb-150{
	padding-bottom: 150px;
}
.videoBg{
	background: url(images/videoBg.jpg) center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.nano-materials{
	background: url(images/nano-slider.jpg) right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.nano-materials01{
	background: url(images/natureNanoBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.card-advt{
	width: 100%;
	padding:25px;
	box-shadow: 0px 5px 10px #c9c9c9;
    border-radius: 15px;
}
.card-advt img{
	width: 100%;
}
.mt-15{
	margin-top: 15px;
}
.contact-info{
	
    height: 100%;
    color: #666;
    padding: 10px;
    font-size: 16px;
}
.contact-info .title {
    font-size: 28px;
    color: #666;
    margin-bottom: 34px;
	font-family: Roboto;
	font-weight: 600;
}
.contact-info .content-part p{
	margin-bottom: 5px;
}
.contact-info .info-wrap {
    display: flex;
	margin-bottom: 10px;
}
.contact-info .info-wrap .icon-part {
    margin-right: 25px;
}
.contact-info .info-wrap .icon-part i {
    font-size: 24px;
    line-height: 40px;
	color: #db936a;
}
.contact-info .info-wrap .content-part a{
	color: #282828;
}
.contact-info .info-wrap .content-part h4 {
    margin-bottom: 0;
   
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
	font-weight: 600;
}

.lined-title{
    font-size: 16px;
	display: block;
    vertical-align: middle;
    padding-top: 10px;
}
.title-line{
	width: 100px;
    height: 2px;
    background-color: #74b2b3;
    display: flex;
}

.hs-wrapper{
	
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.hs-wrapper div{
	top: 0px;
	left: 0px;
	height: 100%;
	position: absolute;
	-webkit-animation: showMe 0.8s linear infinite 0s forwards;
	-moz-animation: showMe 0.8s linear infinite 0s forwards;
	-o-animation: showMe 0.8s linear infinite 0s forwards;
	-ms-animation: showMe 0.8s linear infinite 0s forwards;
	animation: showMe 0.8s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}
.hs-wrapper div:nth-child(1){
	z-index: 9;
}
.hs-wrapper div:nth-child(2){
    -webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
	z-index: 8;
}
.hs-wrapper div:nth-child(3){
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-nimation-delay: 0.6s;
	animation-delay: 0.6s;
	z-index: 7;
}
.hs-wrapper div:nth-child(4){
    -webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
	z-index: 6;
}

.hs-wrapper div:nth-child(6){
    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	z-index: 4;
}
.hs-wrapper div:nth-child(7){
   
}
.hs-wrapper div:nth-child(8){
    -webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
	z-index: 2;
}
.hs-wrapper:hover div{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}
.hs-overlay{
	position: relative;
	
}
.hs-overlay span{
	display: block;
	padding: 20px;
	position: absolute;
	font-family: 'Roboto';
	
	font-weight: 300 !important;
	
	color: #fff;
	font-size: 22px;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	bottom: 0;
}
.hs-overlay span.right{
	
	right: 10px;
	
	bottom: 0px;
	
}
.hs-overlay span i{
	font-style: normal ;
	font-weight: 700 !important;
}
.hs-overlay hr{
	width: 100px;
	height: 1px;
	background-color: #fff;
	opacity: 1;
}
@-webkit-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

.postion-relative{
	position: relative;
	overflow: hidden;
}
.image-text{
	position: absolute; 
    bottom: 20px;
    right: 20px;
	font-family: 'Roboto';
	font-weight: 300 !important;
	color: #fff;
	font-size: 18px;
}

.image-text i{font-style: normal ;
	font-weight: 700 !important;font-size: 22px;}

.image-text .line{
	width: 100px;
	height: 1px;
	background-color: #fff;
}
.image-text span{
	text-shadow: 1px 1px 4px black;
}

.image-text.left{
	bottom: 20px;
    left: 20px;
}
.white-bg-section{
	background-color: #fff;
	padding: 50px 0px;
	margin-bottom: 100px;
}
.good-sence{
	background: url(images/good-senceBg.jpg) #f5f5f4 left center;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
}
.collab-bg{
	background-color: #d59e7d;
	margin-top: -50px;
    margin-bottom: -80px;
	color: #fff;
	padding: 50px;
}
.line-h-32{
	line-height: 32px !important;
}
.collab-c1{
	background-color: #b2a49b !important;
}
.collab-c2{
	background-color: #a0c4d5;
}
.collab-c3{
	background-color: #cbac8b;
}
.collab-c4{
	background-color: #9ebec4;
}
.collab-c5{
	background-color: #88bdb4;
}
.collab-bg-1{
	background: url(images/collab-bg-1.jpg) center center;
	padding: 80px 0px;
	background-repeat: no-repeat;
	margin-top: 50px;
	background-size: cover;
	display: flex;
	align-items: center;

}
.collab-card .card-advt{
    width: 100%;
    padding: 25px;
    box-shadow: none;
    border-radius: 15px;
}
.call-to-action{
	background-color: #74b2b3;
	color: #fff;
	font-family: Roboto;
	font-weight: 700;
	text-align: center;
	padding: 50px 0px;
}
.call-to-action h1{
	font-weight: bold;
}
.zoom-hover:hover{
	transform: scale(1.1);
    transition: transform .5s ease;
}
.form-floating>label{
	font-family: Roboto !important;
}
.navbar-dark .navbar-nav .nav-link{
	color: #666 !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
	color: #db936a !important;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
	color: #db936a !important;	
}
.bg-dark{
	background-color: #f2f4f3 !important;
}
.dropdown-item{
	color: #666 !important;	
	font-family: Roboto;
	font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover{
	color: #db936a !important;		
}
.nav-link:focus, .nav-link:hover{
	color: #db936a !important;	
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #e9ecef !important;
}

.hide-in-desktop{
	display: none;
}
.navbar-brand{
	max-width: 225px;
}
.navbar-brand img{
	width: 100%;
}
.mobile-number-box{
	padding: 0px !important;
}
.mobile-number-box .form-control{
	padding-left: 83px;
    border: 0px;
    height: 56px;
	font-family: 'Roboto';
	font-weight: 300 !important;
}
.mobile-number-box > div{
	width: 100%;
	height: 58px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.navbar-brand{
		width: 70%;
	}
	.navbar-brand img{
		width: 100%;
	}
	.header-contact{
		display: block;
	}
	.header-contact a{
		display: block;
		text-align: left;
	}
	.mobile-heading{
		font-size: 35px !important;
		line-height: 35px !important;
	}
	.product-images{
		height: inherit !important;
	}
	.product-images img{
		position: relative;
		left: auto !important;
		margin-left: auto !important;
		top: inherit !important;
		width: 70%;
	}
	.hide-in-mobile{
		display: none !important;
	}
	.home-content{
		width: 100%;
		padding: 0px 15px;
	}
	.product-range p{
		width: 100%;
	}
	.hide-in-desktop{
		display: block;
	}
	.width100{
		width:  100% !important;
	}
	.text-holder h1{
		font-size: 40px !important;
	}
	.customer-care-band div{
		text-align: left !important;
	}
	.customer-care-band a{
		font-size: 16px !important;
	}
	.show-box{
		height: 245px !important;
		
	}
	.social-text{
		padding: 12px !important;
	}
	.collab-bg{
	 margin-top: inherit !important; 
     margin-bottom: inherit !important;
	}
	.white-bg-section{
		padding: 0px 0px;
		margin-bottom: 0px;
	}
	.mobile-padding15{
		padding:0px 15px
	}
	.mt10{
		margin-top: 10px;
	}
	.mt20{
		margin-top: 20px;
	}
	.custom-btn{
		margin-top: 10px;
	}
	#ourProduct .hide-in-desktop .postion-relative{
		margin-top: 15px;
	}
	.btn-buy-now{
		margin-top: 20px;
	}
	.pt-100{
		padding-top: 80px !important;
	}
	.pb-50{
		padding-bottom: 40px !important;
	}
	.sanitization-img img{
		width: 28%;
		margin-top: 15px;
	}
	.bg-section{
		height: 360px;
	}
	.footer-logo-mob img{
		width: 55% !important;
		margin-bottom: 15px;
	}
	.makein-logo-mob{
		width: 40% !important;
		margin-top: 25px;
	}
	.mobile-pb-0{
		padding-bottom: 0px !important;
	}
	.text-left-mob{
		text-align: left !important;
	}
	.mobile-order-first{
		order: -1!important;
	}
	.collab-card .card-advt{
		padding: 0px;
	}
	.collab-bg{
		padding: 20px;
	}
	.nano-header{
		top: 105px;
	}
	.card-body{
		padding: 0px !important;
	}
	.fw-normal{
		font-weight: normal !important;
	}

	
}


