@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
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;}
.pad{padding:90px 0;}
.fpad{padding:40px 0 20px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.arial {font-family: Arial, sans-serif;font-weight: 600;}
.helvetica {font-family: helvetica, sans-serif;line-height: 28px;}
svg {position: relative;bottom:-2px;}
.copyrightbg{background-color:#d72005;}
.txt-danger{color:#d72005;}
.txt-blue{color:#062284;}
.sfnt{font-size: 14px;}
.welfnt {margin-top: 0px;line-height: 1em;font-size: 55px;font-weight: bold;color: #313a42;}
.gradienttxt{
	background: linear-gradient(97.34deg, #F84141 25.43%, #F84141 25.44%, #F84141 25.44%, #FFC000 55.55%);
    background-clip: border-box;
 	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bold;}
.process-box .inner-box {
	width: 160px;
	height: 160px;
	background: rgba(254,124,0,0.1);
	border-radius: 50%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: 30px;}
.process-box .inner-box::before {
	position: absolute;
	content: "";
	height: 180px;
	top: -10px;
	text-align: center;
	left: -10px;
	border-radius: 50%;
	width: 180px;
	border: 3px dashed rgba(0,23,54,0.1);
	transition: all .3s ease-in-out;}
.process-box .inner-box .process-img {text-align: center;position: absolute;left: 15px;top: 15px;z-index: 1;}
.process-box.odd .inner-box .process-img {right: 20px;bottom: 15px;top: unset;left: unset;}	
.process-box .inner-box .process-no {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: 10px;
	box-shadow: 0px 5px 18.8px 1.2px rgba(99,102,187,0.1);
	z-index: -1;}
.process-box.odd .inner-box .process-no {left: 15px;top: 15px;bottom: unset;}
.process-box .inner-box .process-no span {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #001736;}
.process-box .inner-box .process-img img {width: 100px;height: 100px;border-radius: 50%;}
.process-box:hover .inner-box::before {border-color: #fbb12e;animation: rotated 10s infinite linear;}
.parallaxo1{
	background-image: url("../images/count.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.parallaxo1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;}
.parallaxo2{
	background-image: url("../images/parallax.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.parallaxo2::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;}
.why-us-block {position: relative;display: block;padding-left: 0;list-style: none;margin-bottom: 0;}
.why-us-block .inner-block {position: relative;width: 50%;float: left;}
.why-us-block .inner-block .content {
	position: relative;
	display: block;
	background: rgba(255,255,255,0.1);
	text-align: center;
	padding: 40px 15px 38px 15px;}
.why-us-block .inner-block.color2 .content {background: rgba(0,0,0,0.1);}
@keyframes rotated {
	0% {-webkit-transform: rotate(0);transform: rotate(0);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
.padtt15 {padding-top: 50px !important;}
.shop-page {position: relative;display: block;margin-bottom: 30px;}
.shop-img {
	position: relative;
	display: block;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	overflow: hidden;
	z-index: 1;}
.shop-img::before {
	position: absolute;
	top: 0%;
	right: 0%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	-webkit-transform: translateX(-50%, -50%);
	transform: translateX(-50%, -50%);
	opacity: 0;
	z-index: 1;}
.shop-img img {
	width: 100%;
	transform: scale(1.0);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;}
.shopimg-content {
	position: relative;
	align-items: flex-end;
	justify-content: space-between;
	background: #ffffff;
	box-shadow: 0px 0px 18px 0px rgba(229, 230, 232, 0.72);
	padding: 32px 25px 32px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;}
.shop-page:hover .shop-img::before {-webkit-animation: circle .95s;animation: circle .95s;}
@keyframes circle {
	0% {opacity: 1;}
	40% {opacity: 1;}
	100% {width: 200%;height: 200%;opacity: 0;}}
.shop-page:hover .shop-img img {transform: scale(1.1) rotate(1deg);}
.icon-wrap {
	background-color:#ffd700;
	background-repeat: no-repeat;
	background-size: cover;
	width: 110px;
	height: 96px;
	display: block;
	-webkit-mask-image: url(../images/bg-icon-box.svg);
	mask-image: url(../images/bg-icon-box.svg);
	margin: 0 auto;}
#counter li{margin-top:35px !important;}
.count-icn{font-size: 40px;line-height: 96px;color:#d72005 !important;}
.counttext, .bannerhead{color:gold;font-size: 45px;font-weight: 700;}
.goalbg{
	position: relative;
	padding: 41px 36px 22px 54px;
	border-radius:30px;
	overflow: hidden;
	background-color:#fff1b9;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	height: 250px;}
.about-us .text {
	font-size: 6.5rem;
	font-weight: 900;
	background-position: 50% 50%;
	background-repeat:repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-name: masked-animation;
	animation-name: masked-animation;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;}
@keyframes  masked-animation{0%, 100% {background-position: 50% 35%;}50% {background-position: 50% 65%;}}
.overlay-about {background-image: url("../images/maskimg.webp" );}
.prasad {border: 2px solid #773ad0;}
.product1 {transition: all 0.25s linear;}
.card-content22 {width: 100%;position: relative;top: 0px;z-index: 9999;border-radius: 0 0 6px 6px;}
.product-content22 {
	/*background-image: url("../images/yellow-wave-card-large.webp");*/
  background-color: #15561c;
  color: #fff !important;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  z-index: 1;
  bottom: -5%;
  display: flex;
  align-items: flex-end;
  padding: 0 1.5rem;
    padding-top: 0px;
  text-align: center;
  padding-top: 15px;
  border-radius: 40px;}
.box1 {margin: 0 auto;padding-bottom: 10px;}
.clr1 {color: #44ff91 !important;}
.goalbg .content {position: relative;max-width: 330px;z-index: 1;}
.goalbg .side-icon {position: absolute;right:65px;top: 40px;z-index: 1;}
.goalbg1{background-color:#fbefeb!important;}
.goalbg .colorlayer {position: absolute;right: -145px;top: -100px;width: 380px;height: 380px;border-radius: 50%;}
.goalbg .colorlayer::before {position: absolute;content: "";left: -15px;top: -15px;right: -15px;bottom: -15px;border-radius: 50%;}
.goalhead{position:relative;z-index:3;}
.terms {position: relative; padding: 5px 0 0 30px; margin-top: -50px;}
.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;}
.social_img{width:50px;}
.social_point1{bottom:80px; left:10px;}
.social_point2{bottom:130px; left:10px;}
.social_point3{bottom:180px; left:10px;}
.social_point4{bottom:230px; left:10px;}
.blink{
    -webkit-animation: blink 1s;
	animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
	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;}
.footer-content {padding: 30px 30px;}
.logo-box {position: relative;margin-bottom: 40px;display: inline-block;}
.padtt15 {padding-top: 0px !important;}
.about-us .text {font-size:2.7rem;}
.welfnt {font-size: 35px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.padtt15 {padding-top: 0px !important;}
.about-us .text {font-size: 3.5rem;}
}

#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 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	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;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); }
.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	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);}