@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@font-face{
	font-family:'bold';
	src:url('font/bold.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;}
@font-face{
	font-family:'medium';
	src:url('font/medium.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;}		
a{text-decoration:none!important; color: #fff;}
li{list-style-type: none!important;}
html{scroll-behavior: smooth;}
.pad{padding:90px 0;}
.fullpad{padding: 0!important; margin:0!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.wrdbrk{white-space:pre;}
.bold{font-family:'helvetica';}
.medium{font-family:'helvetica';}
.topbg{background-image: url("../images/homebg.jpg"); 
	background-repeat: no-repeat; 
	background-size:cover;
	position: relative;}
.topbg::before {
    background: #000000ab  none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;}
#home {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-position: 50% 0px;}
.homecenter {
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
    position: relative;}
.toppagelogo {width: 250px;}
.headfnt{font-size: 50px;}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	animation: anim2 ease-in-out 3s infinite alternate;
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;}
.move a {
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;}
.move a:hover {background-color: #50c0c1; color: #fff; text-decoration: none;}
@keyframes anim2{
	0%{
	  -webkit-transform: scale(1.0) rotate(0deg);
	}
	50%{
	  -webkit-transform: scale(0.8) rotate(10deg);
	}
	100%{
	  -webkit-transform: scale(1.2) rotate(-20deg);
	}
}
.top-bg{background-color: #50c0c1; color: #f5f5f5;}
.marquee{width: 100%; overflow: hidden; font-size: 14px;}
.smallfnt{font-size: 15px;}
.logo{width: 100px;}
.navfont{font-family:'Arial'; font-size: 16px; letter-spacing: 1px;}
.navbar-light .navbar-nav .active > .nav-link {color: #f30909 !important;}
.navbar-light .navbar-nav .nav-link {color: #6b6b51 !important;}
.navbar-light .navbar-nav .nav-link:hover{color: #f30909 !important;}
.backbg{background-image: url(../images/topbg.png); background-size: contain;}
.text1 {position: relative; padding: 5px 0 0 30px; margin-top: -45px;}
.clr{color: #fd4702 !important;}
.clr-yellow{color: #fde202 !important;}
.clr1{color: #080800;}
.wc{position: relative; z-index: 1;}
.bg-overlay {position: relative;}
.bg-overlay::after{
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.align-self-center{align-self: center!important;}
.footer{background: url("../images/footerimg.png") no-repeat scroll; background-color: #f7efff; padding:80px 0 40px 0;}
.shop-btn{
    display: inline-block;
    background: #ef8d0e;
    padding: 8px 32px;
    font-size: 18px;
    border-radius: 6px;
    color: #f5f5f5;
    transition:0.15s ease;}
.shop-btn:hover{
    box-shadow: 0px 4px 8px rgba(45, 35, 66, 0.4), 0px 7px 13px -3px rgba(45, 35, 66, 0.3), inset 0px -3px 0px #ef8d0e;
    transform: translateY(-2px);}
.choose-bg{background-color: #7ce9e0;}
.choose il{
    list-style: none;
    margin: 30px 0 0 0;
    float: left;
    width: 100%}
.choose ul li{
    float: left;
    width: 100%;
    border-left: 1px solid #ddd;
    padding: 15px 0 15px 50px;
    position: relative;}
.choose ul li i{
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    height: 60px;
    width: 60px;
    position: absolute;
    text-align: center;
    left: -30px;
    top: 0;
    margin: auto;
    bottom: 0; 
    line-height: 60px; 
    background-color: #fff;
    font-size: 30px;
    transition: all .3s ease-in-out;}
.choose-content{background:#f0efef; border-radius: 15px}
.choose ul li:hover i{background-color:#ef8d0e; color: #fff;}
.contact-box{
    background: #fcf8f8;
    position: relative;
    z-index:1;
    border-radius: 20px;
    text-align: center;}
.paralax1{
    background-image: url(../images/paralx.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;}
.paralax{
    background-image: url(../images/paralax.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;}
.counter{
    color: #fff;
    font-family: "helvetica";
    text-align: center;
    width: 180px;
    height: 180px;
    padding: 40px 20px 20px;
    margin: 0 auto;
    border-radius: 180px 100px 125px 135px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    overflow: hidden;}
.counter-value{font-size: 40px; line-height: 40px; display: block;}
.counter.yellow{background: linear-gradient(to right bottom, #FFD81B, #f9b12a);}
.counter.green{ background: linear-gradient(to right bottom, #a9dd23, #52C242);}
.cyan{ background: linear-gradient(to right bottom, #01AD9F, #008888);}
.counter.blue{ background: linear-gradient(to right bottom, #00C5EF, #0092f4);}
.square{ background-color: rgb(119, 182, 57); padding: 30px 10px 0 14px; border-radius: 0 10px 10px 0; height: 80px; width: 60px; color: #fff;display: block;}
.square i{font-size: 30px;}
.quality-content{margin-left: 2rem;}
.safetytipsbg {
    background-image: url("../images/safetytips.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.docard{border:2px solid #5d8700; border-radius:25px;}
.docardheading{color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #298145;
    padding: 20px 0px 20px 0px;
    border-radius:20px 20px 0 0;}
.docardheadingbottom {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #298145;
    padding: 20px 0px 20px 0px;
    border-radius: 0px 0px 20px 20px;}
.dontcard{border:2px solid #AD3737; border-radius:25px;}
.dontcardheading{color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #AD3737;
    padding: 20px 0px 20px 0px;
    border-radius:20px 20px 0 0;}	
.dontcardheadingbottom{color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #AD3737;
    padding: 20px 0px 20px 0px;
    border-radius:0px 0px 20px 20px;}	
.greenclr1{color:#5d8700}	
.greenclr2{color:#77b255}	
.redclr1{color:#AD3737;}
.redclr2{color:#dd2f45;}	
.call-us p {margin-left: 1.3rem;font-size: 25px;}
.call-us i {font-size: 35px;}
.section-title h1 span {
	display: inline-block;
	color: #fff;
	position: relative;
	border-radius: 50px;
	padding: 4px 20px;
	line-height: initial;
	font-size: 25px;
	background: #fe0000;
	margin-bottom: 15px;}
.section-title h1 span::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	border-top: 8px solid #fe0000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left: 10px;}
.point2{bottom: 15px;right: 10px;}
.blink img{animation: blink 1s;
    animation-iteration-count: infinite;
    -webkit-animation: blink 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}


@media(min-width:1px) and (max-width:767.98px){
    .pad{padding:40px 0;}    
    .contact-box{top:-15px;position: relative;}
    .footlogo{width:280px;}
}
@media (min-width:768px) and (max-width:991.98px){
    .pad{padding:40px 0;}   
    .contact-box {top:0; margin-bottom: 25px;}
    .footlogo{width:225px;}
}
.time-of-year {
    color: #000000;
    font-size: 24px;
    margin: 100px 75px 10px 75px;
    position: relative;
    text-align: center;
    width: 200px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0); 
    -webkit-font-smoothing: antialiased;}
.time-of-year .tooltip {
    background: #50c0c1;
    opacity: 0;
    border-radius: 3px;
    bottom: -49px;
    font-size: 20px;
    display: block;
    left: -60px;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    width: 280px;
    height:90px;
    z-index: 1102;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out; white-space: nowrap;}
.time-of-year .tooltip::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #50c0c1;
    bottom: 58px;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 0%;
    margin-left: -13px;
    transform: rotate(92deg);}
.time-of-year:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);}