@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;}
.fw500{font-weight:500;}
.marquee-head {width: 100%;overflow: hidden;font-size: 14px;line-height: 25px;  background:#d72005;color: #fff;}
svg {position: relative;bottom:-2px;}
.txt-danger{color:#d72005;}
.txt-blue{color:#062284;}
/* .servicetwo {background: #ffd5b56e;} */
/* .servicetwo svg {display: block;width: 100%;height: auto;fill: #ffcfaaa1;height:80px;} */
.bg-1{background-color:#ffc107!important;}
.bg-2{background-color:#eb2608!important;}
.padht {transition: 0.5s;transform: translateY(0);}
.padht:hover {-webkit-transform: translateY(-10px);transform: translateY(-10px);cursor: pointer;box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;}
.termsbg{
  background-image: url("../images/newconfetti.png"),radial-gradient(#000000, #47007b);
  background-repeat: no-repeat;}
.faq-subheading {
  color:#fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 15px;}
.faq-main-heading {color:#fff;font-size: 42px;font-weight: 700;line-height: 1.3;}
.faq-accordion {width: 100%;min-height: 400px;}
.faq-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);}
.faq-card .collapse {
  display: block !important;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;}
.faq-card .collapse.show {height: auto;}
.faq-btn {
  width: 100%;
  padding: 25px 30px;
  text-align: left;
  background: none;
  border: none;
  color:#fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;}
.faq-btn:focus { outline: none; box-shadow: 0 0 0 3px rgba(233, 197, 135, 0.3);}
.faq-btn:hover {color:#FFC000;}
.faq-btn[aria-expanded="true"] {background-color:#2c004d;color:#fff;}
.faq-btn[aria-expanded="true"] .faq-icon::before {transform: rotate(90deg);opacity: 0;}
.faq-btn[aria-expanded="true"] .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg);background:#fff;}
.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  flex-shrink: 0;}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color:#fff;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);}
.faq-icon::before {width: 16px;height: 2px;}
.faq-icon::after {width: 2px;height: 16px;}
.faq-title {flex: 1;}
.faq-body {
  padding: 0 30px 25px 74px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-top: 20px;}
.terms {position: relative;padding: 5px 0 0 30px;margin-top: -46px;}
.nav-btn {
	background-color: #322a6a !important;
	color: #fff !important;
	padding: 12px 25px;
	line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 50px;}
.fund-head {
	background-color: #ffffff;
	padding: 0px 0px 10px;
	padding-bottom: 25px;
	margin: 0 15px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
 	box-shadow: 0 0 36px rgba(0,0,0,.08);}
.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;
}	
.key {font-size:4.5rem;display: inline-block;letter-spacing: 1vw;transition: transform 0.2s;font-weight:700;}
.down_font {
	color: #F84141;
	font-weight: bold;}
  @keyframes pressDown1 {30%,40%,100% {transform: translateY(0);}35% {transform: translateY(10px);}}
  @keyframes pressDown2 {70%,80%,100% {transform: translateY(0);}75% {transform: translateY(10px);}}
  @keyframes pressDown3 {30%,40%,100% {transform: translateY(0);}35% {transform: translateY(10px);}}
  @keyframes pressDown4 {40%,50%,100% {transform: translateY(0);}45% {transform: translateY(10px);}}
  @keyframes pressDown5 {20%,30%,100% {transform: translateY(0);}25% {transform: translateY(10px);}}
  @keyframes pressDown6 {60%,70%,100% {transform: translateY(0);}65% {transform: translateY(10px);}}
  @keyframes pressDown7 {10%,20%,100% { transform: translateY(0);}15% {transform: translateY(10px);}}
  @keyframes pressDown8 {35%,45%,100% { transform: translateY(0);}40% {transform: translateY(10px);}}
.key:nth-child(1) {animation: pressDown1 2s infinite;}
.key:nth-child(2) {animation: pressDown2 3s infinite;}
.key:nth-child(3) {animation: pressDown3 4s infinite;}
.key:nth-child(4) {animation: pressDown4 2.5s infinite;}
.key:nth-child(5) {animation: pressDown5 2.5s infinite;} 
.key:nth-child(6) {animation: pressDown6 3.5s infinite;}
.key:nth-child(7) {animation: pressDown7 2.2s infinite;}
.key:nth-child(8) {animation: pressDown8 3.2s infinite;}
.key:nth-child(9) {animation: pressDown1 2s infinite;}
.key:nth-child(10) {animation: pressDown2 3s infinite;}
.key:nth-child(11) {animation: pressDown3 4s infinite;}
.key:nth-child(12) {animation: pressDown4 2.5s infinite;}
.fundimg-thumb::before {left: auto;right: 0;clip-path: polygon(0 67%, 100% 45%, 100% 100%, 0% 100%)!important;}
.fundimg-thumb::after, .fundimg-thumb::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -30%;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
	background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
	opacity: 0.8;
	clip-path: polygon(0 45%, 100% 67%, 100% 100%, 0% 100%);
	z-index: 1;}
.fund-content {position: absolute;bottom: -70px;padding: 0px 60px;right: 0%;}
.fund-content-inner {position: relative;z-index: 11;}
.fund-icon {margin-bottom: 23px;}
.fund-icon i {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size:25px;}
.dk-footer-box-info {
	position: absolute;
	top: -215px;
	background: #fff;
	padding: 17px 15px;
	left: 2px;
	right: 16px;
	text-align: center;
	border-top: 3px solid #d33540;}
.line {display: inline-block !important;margin-bottom: 3px !important;margin-right: 13px;}
.about-thumb {position: relative;z-index: 11;}
.about-thumb::before {
	position: absolute;
	content: "";
	left: 40%;
	bottom: -12%;
	width: calc(100% - 80px);
	height: 380px;
	background: transparent linear-gradient(93deg,#fcbd24,#ffee38) 0 0 no-repeat padding-box;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	z-index: -1;
	animation: round 2s linear infinite alternate;}
  @keyframes round {
	0% {-webkit-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;}
	100% {-webkit-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;}}
.list li {
	position: relative;
	float: left;
	width: 45%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #282932;
	min-height: 50px;
	margin-bottom: 15px;
	padding: 15px 0px 15px 70px;
	-webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	margin: 0 10px 30px 0;}
.list li i {position: absolute;left: 10px;top: 0px;font-size: 35px;line-height: 50px;}
.service-item{
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	padding: 60px 40px;
	padding-bottom: 55px;
	z-index: 1;}
.service-item .line-img {position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.mr-20 {margin-right: 20px;}
.service-icon i {font-size: 80px;display: inline-block;color: #f15144;}
.service-item::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
	background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
	z-index: -1;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	  transition-timing-function: ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.service-item:hover .service-icon i::before {color: #ffffff;}
.service-item:hover .service-content {color: #ffffff;}
.service-item:hover::after {height: 100%;}
.service-item::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: transparent linear-gradient(93deg,#f70905,#c80700) 0 0 no-repeat padding-box;
	z-index: -1;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	  transition-timing-function: ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64,0.37, 0.66); }
.parallaxa1 {
	background-image: url("../images/count.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.parallaxa1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;}
.parallaxa2{
	background-image: url("../images/footerbg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.parallaxa2::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;}
.why-bg1{background-color: #fcbd24;height: 250px;padding: 70px 40px !important;text-align: center;}
.why-bg2{background-color:#ffe600a6; height: 250px; padding: 70px 40px !important; text-align: center;}
.why-details .icon i{
	font-size: 100px;
	position: absolute;
	z-index: 0;
	color: #fff;
	opacity: 0.2;
	left: 10px;
	top: 120px;
	transition: 0.5s;}
.why-details:hover .icon i{transform: translateX(40px);}
#counter i {
	background-color: #ecd1d145;
	padding: 23px;
	border-radius: 58px;
	font-size: 20px;
	display: inline-flex;
	margin-bottom: 6px;
	border: 6px double #ffffff91;}
.counttext, .bannerhead {color: #ffffff;font-size: 46px;font-weight: 700;}
.product-head {position: relative;margin-bottom: 30px;}
.product-image {position: relative;overflow: hidden;}
.product-head-inner {position: relative;}
.product-image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);}
.product-head-inner:hover .product-image img:first-child {-webkit-transform: translatex(0) scalex(1);transform: translatex(0) scalex(1);opacity: 1;-webkit-filter: blur(0);filter: blur(0);}
.product-head-inner:hover .product-image img:nth-child(2) {-webkit-transform: translatex(-50%) scalex(2);transform: translatex(-50%) scalex(2);opacity: 0;-webkit-filter: blur(10px);filter: blur(10px);}
.product-image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 10px;}
.product-content{
	position: relative;
	z-index: 2;
	margin-top: -100px;
	padding: 20px 30px 25px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #fff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
	text-align: center;
	border-radius: 15px;}
.newsec-bg{background-color:#fff; text-align:center; padding:15px; border-radius:15px;}
.count-box {
	padding: 30px 25px 10px 25px;
  	position: relative;
  	text-align: center;
  	background: #fffbb9;
  	border-radius: 10px;}
.count-box i {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 40px;
	background: #200b01;
	border-radius: 50px;
	width: 90px;
	height: 90px;
	line-height: 80px;
	border: 5px solid #fb7803;}	
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:15px; left:10px;}
.point2{bottom: 15px; right: 10px;}
.social_img{width:50px;}
.social_point2{bottom:130px; left:10px;}
.social_point3{bottom:180px; 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;}
.key {font-size: 1.8rem;}
.faq-body {padding: 0 30px 25px 30px;font-size: 15px;}
.about-thumb::before {position: absolute;content: "";left: 50%;bottom: 6%;width: calc(100% - 104px);height: 231px;}
.list li {width: 100%;}
.dk-footer-box-info {position: relative;top: -7px;background: #fff;padding: 17px 15px;left: 0;right: 0;}
.fund-content {padding: 0px 103px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.key {font-size: 3rem;}
.faq-body {padding: 0 30px 25px 30px;font-size: 15px;}
.fund-content {padding: 0px 103px;}
.about-thumb::before {position: absolute;content: "";left: 50%;bottom: 6%;width: calc(100% - 179px);height: 69px;}
}

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