@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@font-face{
    font-family:'bold';
    src:url('fonts/RedHatDisplay-Bold.ttf') format('truetype');
    font-style:normal;
    font-weight:normal;}
@font-face{
    font-family:'black';
    src:url('fonts/RedHatDisplay-Black.ttf') format('truetype');
    font-style:normal;
    font-weight:normal;}
@font-face{
    font-family:'regular';
    src:url('fonts/RedHatDisplay-Regular.ttf') format('truetype');
    font-style:normal;
    font-weight:normal;}
html{scroll-behavior: smooth;}    
a{text-decoration:none!important;}
li{list-style-type: none!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;}  
.semi{font-family: Helvetica, sans-serif; font-weight: bold;}
.bold{font-family: Helvetica, sans-serif; font-weight: 600;} 
.regular{font-family: Helvetica, sans-serif}
.smallfnt{font-size: 14px;}
.mediumfnt{font-size: 18px;}
.topbrd{border-right: 1px solid black;}
.largefnt{font-size: 3.65rem;}
.pad{padding:90px 0;}
.fullpad{padding: 0!important; margin:0!important;}
.wrdbrk{white-space:pre;}
.wave{ 
    overflow: hidden;
    position: absolute;
    left: -3px;
    width: 101%;
    bottom: -4px;}
.text1 {position: relative; padding: 5px 0 0 30px; margin-top: -45px;}
.logo{width: 200px;}
.navfont{font-family: Arial, sans-serif; font-size: 18px; letter-spacing: 1px;}
.navbar-light .navbar-nav .nav-link {color: #037c03 !important;}
.navbar-light .navbar-nav .nav-link:hover{color: #f30909 !important;}
.navbar-light .navbar-nav .active > .nav-link {color: #f30909 !important;}
.clr{color: #036f45 !important;}
.top-bg {background-color: #f9ce24  !important;}
.bottom-bg{background-color: #324911 !important;}
.product-content h5{font-family: Helvetica, sans-serif;}
.product-content p{font-family: Helvetica, sans-serif;}
.marquee{width: 100%; overflow: hidden; font-size: 16px; line-height: 40px;}
.bg-overlay {position: relative;}
.bg-overlay::after{
    background-color: rgba(0, 0, 0, 0.486);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.bg-overlay1 {position: relative;}
.bg-overlay1::after{
    background-color:(rgba(197, 179, 12, 0.938));
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;opacity: 0.6;}
.shop_btn{
    display: inline-block;
    font-size: 20px; 
    transition: 1s; 
    border-radius: 50px;
    background-size: 200%;
    color: #fff !important;
    padding: 12px 30px;
    background-image: linear-gradient(to left,#ffc312,#ee5a24,#ffc312); transition: 0.6s;}
.shop_btn1{display: inline-block;
    font-size: 16px; 
    transition: 1s; 
    background-size: 200%;
    color: #fff !important;
    padding: 12px 30px;
    background-image: linear-gradient(to left,#ffc312,#ee5a24,#ffc312);border-radius: 50px;}
.shop_btn:hover{background-position: right;}
.icon{margin-right: 1rem;}
.icon i{
    color: #ffffff;
    font-size: 18px;
    background:linear-gradient(to right,#026f45,#05a83c);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;}
.product{overflow: hidden; position: relative;}
.product::before{ 
    top: 0;
    left: 21.6%;
    width: 0%;
    content: "";
    height: 100%;
    opacity: 0.8;
    position: absolute;
    transition: 500ms all ease;
    background: linear-gradient(to top, #4a1388, #e0c737);}
.product-content{ left: 100px;
    opacity: 0;
    color: #fff;
    bottom: 15px;
    visibility: hidden;
    position: absolute;
    transition: 500ms all ease; text-align: center;}
.product:hover::before{width: 57.2%;}
.product:hover .product-content{opacity: 1;bottom: 45px;visibility: visible;}
.greenribbon{
    position:relative;
    height: 96px;
    margin-left:20px;
    border-radius:0 4px 4px 0;
    background-color:#0a611d;
    color:#fff;}
.greenribbon i{font-size: 50px;padding: 20px 0 0 13px;}
.do{margin-left:0.5rem;}
.greenribbon::before{
    content:"";
    display:block;
    position:absolute;
    left: -48px;
    top:0px;
    border:solid 48px #0a611d;
    border-right-width:0;
    border-left-color:transparent;}
.redribbon{
    position:relative;
    height:96px;
    margin-left:20px;
    border-radius:0 4px 4px 0;
    background-color:#e21a13;
    color:#fff;}
.redribbon i{font-size: 50px;padding: 20px 0  0  13px;}
.do{margin-left: 0.8rem;}
.redribbon::before{
    content:"";
    display:block;
    position:absolute;
    left: -48px;
    top:0px;
    border:solid 48px #e21a13;
    border-right-width:0;
    border-left-color:transparent;}
.paralax{background-image: url(../images/paralx.webp);background-position: center; background-repeat: no-repeat;background-size: cover; background-attachment: fixed;} 
.footer{ background-color: #049040; padding:80px 0 0 0;}
.border {
    border-top: 2px solid #eecd11;
    height: 1px;
    margin: 10px auto 0;
    position: relative;
    width: 20%;}
.border::before {
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -4px;
    width: 50px;
    background-color:#000000; border-radius: 50px;}
.btp{float: right;padding-top: 160px;}
.btp i{color: #ffffff;
    font-size: 22px;
    background:linear-gradient(to right,#ffc312,#ee5a24);
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;}
.btp::before{content: "";
    display: block;
    width: 1px;
    height: 100px;
    background-color: #ffffff;
    position: absolute;
    top:50px;
    left: 65%;}
.btp::after{content: "back to top";
    display: inline-block;
    width: 133px;
    font-size: 1.2rem;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    left: calc(65px + 15px);
    top: 0px}
.aboutcirclebg{overflow:visible; position: relative;}
.bg1{position: absolute; top: -135px; transform: rotate(180deg); right: -48px;}
.aboutcirclebg img{width: 660px;}
.prices{background-image:linear-gradient(to left,#0d3226,#0c6239,#0d3226);background-position: center; background-repeat: no-repeat;background-size: cover;}
.hex1 {
    margin-top: 30px;
    width: 120px;
    height: 70px;
    background-color: #3B185F;
    border-color:#3B185F;
    position: relative;
    display: inline-block; top: -25px;left: 0px;}
.hex1:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 15px solid;
    border-color: inherit;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    position: absolute;
    top: -15px;
    left: 0;}
.hex1:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -15px;
    border-top: 15px solid;
    border-color: inherit;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    left: 0;}
.hex2 {
    margin-top: 30px;
    width: 120px;
    height: 70px;
    background-color: #72221a;
    border-color:#72221a;
    position: relative;
    display: inline-block; top: -25px;left: 0px;}
.hex2:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 15px solid;
    border-color: inherit;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    position: absolute;
    top: -15px;left: 0;}
.hex2:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -15px;
    border-top: 15px solid;
    border-color: inherit;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;left: 0;}
.hex3 {
    margin-top: 30px;
    width: 120px;
    height: 70px;
    background-color: #FF7000;
    border-color:#FF7000;
    position: relative;
    display: inline-block; top: -25px;left: 0px;}
.hex3:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 15px solid;
    border-color: inherit;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    position: absolute;
    top: -15px;left: 0;}
.hex3:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -15px;
    border-top: 15px solid;
    border-color: inherit;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;left: 0;}
.hex1 img{width: 63px;padding-top:5px;}
.hex2 img{width: 63px;padding-top:5px;}
.hex3 img{width: 63px;padding-top:5px;}
.check{font-size: 50px;
    background:linear-gradient(to right,#026f45,#05a83c);
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;color: #fff;}
.times{font-size: 50px;
    background:linear-gradient(to right,#e21a13,#943838);
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;color: #fff;}
.call-us i{font-size: 35px;}
.call-us p{margin-left: 1.3rem; font-size: 25px;}
.quality {background:linear-gradient(to right,#026f45,#05a83c); border-radius: 5%; text-align: center; color: #fff; height: 300px; margin-bottom: 20px; padding: 10px;}
.whychoose{padding: 25px 0;}
.whychoose 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;}
.salesbg{background-image: url(../images/newconfetti.webp);background-repeat: no-repeat; background-position: center;background-attachment: fixed;}
.counter{color: #F14997;
    background: linear-gradient(to right bottom,#fff, #f9f9f9);
    width: 200px;
    padding: 20px 0 0;
    margin: 0 auto;
    border-radius: 50px 0;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden; 
    text-align: center;}
.counter-icon{font-size: 45px; padding-bottom: 15px;}
.counter h3{font-size: 20px; font-family: Helvetica, sans-serif;;padding-bottom: 10px;}
.counter .counter-value{
    color: #fff;
    background: linear-gradient(to right bottom, #FD8ED2, #F14997);
    font-size: 30px;
    padding: 0px 0 8px;
    display: block;}
.blue{ color: #0092CD; }
.blue .counter-value{ background: linear-gradient(to right bottom, #06BBF4, #0092CD); }
.orange{ color: #FB9A00; }
.orange .counter-value{ background: linear-gradient(to right bottom, #FCCA09, #FB9A00); }
.green{ color: #03BFB0; }
.green .counter-value{ background: linear-gradient(to right bottom, #00E2CD, #03BFB0); }    
.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: -25px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    color: #036f45;
    font-size: 14.5px;}
.phone p::after {
    content: url(../images/phn.webp);
    position: absolute;
    top: 12px;
    margin-left: 26px;}
.phone span {
    vertical-align: middle;
    display: table-cell;
    color:#000000;
    font-size: 16px;}
.w0{width:0%;}
.wc{z-index: 1; position: relative;}
.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;}
.btp{padding: 30px;}
.btp::after,.btp::before{display: none;}
.product::before{ left: 0%;}
.product-content{ left: 16px;}
.product:hover::before{width: 100%}
.shop_btn1{font-size: 14px; padding: 8px 18px;}
.aboutcirclebg img{width: 340px;}}

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.btp::after,.btp::before{display: none;}
.product::before{ left:2%;}
.product-content{ left: 20px;}
.product:hover::before{width:96%;}
.aboutcirclebg img{width: 600px;}
.bg1{position: absolute; top: -34px; right: -15px; width: 66%;}}

#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: #0c6239;
    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 #0c6239;
    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);}