@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
/* @font-face{
  font-family:'bold';
  src:url('font/Jost-Bold.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;}
@font-face{
  font-family:'regular';
  src:url('font/Roboto-Regular.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;} */
a{text-decoration:none!important;}
li{list-style-type: none!important;}
.pad{padding:90px 0;}
.fullpad{padding: 0!important; margin:0!important;}
.wrdbrk{white-space:pre;}
.text1 {position: relative; padding: 5px 0 0 30px; margin-top: -45px;}
.logo{width: 140px;}
.navfont{font-family: Arial, sans-serif; font-size:19px; letter-spacing:1px;}
.navbar{padding:0!important}
.navbar-light .navbar-nav .nav-link {color:white!important;}
.navbar-expand-lg .navbar-nav .nav-link {padding:1rem 2rem!important;}
.navbar-light .navbar-nav .nav-link:hover{background-color: #a9cf46; color: black !important;}
.navbar-light .navbar-nav .active>.nav-link{background-color: #a9cf46; color: black !important;}
.navbar button {background-color: #fff;}
.regular{font-family: Helvetica, sans-serif;}
.bold{font-family: Helvetica, sans-serif; font-weight: 600;}
.smallfnt{font-size: 15px;}
.marquee{width: 100%; overflow: hidden; font-size: 15px; line-height: 40px;}
.phone {
    float: right;
    width: 282px;
    height: 70px;
    margin: 25px 10px 25px 10px;
    display: table;
    background: url(../images/png.webp) no-repeat;
    border-left: transparent;}
.phone p {
    left: -30px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    color: #6b6b51;
    font-size: 14px;}
.phone p::after {
    content: url(../images/phn.webp);
    position: absolute;
    top: 12px;
    margin-left:25px;}
.phone span {
    vertical-align: middle;
    display: table-cell;
    color: #6b6b51;
    font-size: 16px;}
.clr{color: #743b92 !important;}
.wc{z-index: 1; position: relative;}
.bg-overlay {position: relative;}
.bg-overlay::after{
    background-color: rgba(0, 0, 0, 0.747);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.footer{background:url(../images/footer.png) no-repeat scroll; background-color: #f7efff; padding:80px 0 0 0; background-size:cover;}
.shop-btn {
    padding: 13px 20px 13px;
    border: 2px solid #ffffff;
    color:#fff!important;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;  
    transition: 0.6s;}
.shop-btn:after {
    content: "";
    background-color: #733b93;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.6s;}
.shop-btn:hover:after {top: 0px;left: 0px;}
.shop-btn:hover{  border: 2px solid #ffffff;}
.marker i{font-size: 3.2rem; padding:7px; color: #763d95;}
/* Home start */
.homeparalax{background-image: url("../images/homeparallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;}
.product-card{
    overflow: hidden; 
    border: 1px solid #DDD;
    transition: 1.5s ease-in-out;
    position: relative;
    max-width: 280px;
    margin: 0 auto;background-color: #fff;}
.product-card{box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1);}
.product-card::before{position: absolute;
    left: 0;
    top:0px;
    height: 100%;
    width: 100%;
    background-image: url(../images/blob.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    opacity: .50;}
.product{text-align: center;overflow: hidden;}
.product-card img{transition:0.6s ease-in-out;z-index: 1;position: relative;}
.product-card:hover{ box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1); background-color: #fff;transform: scale(1.05);}
.product-card:hover img{transform: scale(1.05);}
.whychoose{background: url(../images/whychoose.webp);
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;}
.choose{background: linear-gradient(to right,#026f45,#05a83c);
    border-radius: 12px;
    text-align: center;
    color: #fff;}
.icon{padding: 25px 0;}
.icon i{text-align: center;
    background-image: linear-gradient(to left,#ffc312,#ee5a24,#ffc312);
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 26px;
    display: block;
}
.mt-40{margin-top: -40px;}
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 30px 10px;
    background-color: #fff;
    height: 150px;
    border-radius: 5px;}
.card-counter i{font-size:4rem;opacity: 0.2;}
.card-counter .count-numbers{
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 3rem;
    color: #fff;}
.card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 100px;
    opacity: 0.9;
    font-size: 18px; 
    color: #fff;}
.card-counter.yellow{background: linear-gradient(to right bottom, #FFD81B, #f9b12a);}
.card-counter.green{ background: linear-gradient(to right bottom, #a9dd23, #52C242); }
.cyan{ background: linear-gradient(to right bottom, #01AD9F, #008888); }
.card-counter.blue{ background: linear-gradient(to right bottom, #00C5EF, #0092f4);}
.sale{background-color: #00a5558c; position: relative; overflow: hidden;}
.sale::before{content:""; position: absolute;background-image: url(../images/circle-blue.png);width: 300px;
height: 300px;top: -110px;right: -190px;opacity: 0.4;}
.align-center{align-self: center;}
/* Home end */
/* about start */
.paralax{background-image: url(../images/paralax.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;}
/* about end */
 /* safety page start */
.safety{background: url(../images/safety.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.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;}
.greenclr{color: #5d8700;}
.greenclr1{color: #77b255;}
.clr1{color: #f30909;}
.clr2{color: #d34242 !important;}
.icnwdth {width: 35px;}
  /* safety page end */
.call-us p {margin-left: 1.3rem;font-size: 25px;}
.call-us i {font-size: 35px;}
.top-bg{background-color: #733b93 ;color: #f5f5f5;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:45px;}
.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;}    
.whychoose{background: none;}
.phone{display: none;}
.shop-btn {padding: 13px 50px 13px;}
}

@media (min-width:768px) and (max-width:991.98px){
.whychoose{background: none;}
.phone{display: none;}
}
     
#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}

.time-of-year {
    color: #fff;
    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: #733b93;
    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 #733b93;
    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);}