* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
:root{
	--primary-color:#b2d025;
	--primary-grediant:#5f0099;
	--secondary-color:#000;
	--primary-text:#000;
	--seconary-text:#151515;
	--primary-button: #000;

}

a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
h4, h5 {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.form-control{
	border-radius: 8px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9ed4a7;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(81 207 102 / 17%);
}
.btn-primary {
	position: relative;
	margin: 0;
	padding: 0.8em 1em;
	outline: none;
	text-decoration: none;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	width: fit-content;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background-color: #333;
	border-radius: 10px;
	color: #fff;
    font-weight: 500;
    font-size: 14px;
	font-family: inherit;
	z-index: 0;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .btn-primary:hover {
	animation: sh0 0.5s ease-in-out both;
  }
  
  /* @keyframes sh0 {
	0% {
	  transform: rotate(0deg) translate3d(0, 0, 0);
	}
  
	25% {
	  transform: rotate(7deg) translate3d(0, 0, 0);
	}
  
	50% {
	  transform: rotate(-7deg) translate3d(0, 0, 0);
	}
  
	75% {
	  transform: rotate(1deg) translate3d(0, 0, 0);
	}
  
	100% {
	  transform: rotate(0deg) translate3d(0, 0, 0);
	}
  } */
  
  .btn-primary:hover span {
	animation: storm 0.7s ease-in-out both;
	animation-delay: 0.06s;
  }
  
  .btn-primary::before,
  .btn-primary::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
	z-index: -1;
	transform: translate(100%, -25%) translate3d(0, 0, 0);
  }
  
  .btn-primary:hover::before,
  .btn-primary:hover::after {
	opacity: 0.15;
	transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .btn-primary:hover::before {
	transform: translate3d(50%, 0, 0) scale(0.9);
  }
  
  .btn-primary:hover::after {
	transform: translate(50%, 0) scale(1.1);
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b0b0b;
    /* border-color: #0062cc; */
}
.navbar {
    position: fixed;
    right: 0;
    left: 0;
	top: 0px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 50px;
    line-height: 50px;
    background: #ffffff;
    z-index: 1030;
	box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
}
.navbar .active {
	color: #b2d025 !important;
}
.navbar .navbar-brand {
	padding: 0px !important;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.navbar .nav-item a:hover {
	color: #b2d025;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #000;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
    background: #ffffffc2;
    backdrop-filter: blur(30px);
    transition: 3s;
    height: 80px;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	transform: scale(0.6) !important;
	transition: all 0.6s ease-in-out;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: #7a60ff;
	/* background: linear-gradient(to left, #7a60ff, #cd9ffa); */
	background: url("/images/b4.png");
    padding: 180px 0px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
	margin-top: 80px;

}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000061;
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.section-meals {
	padding: 20px 0;
  }
  
  .meal {
	box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
	border-radius: 11px;
	overflow: hidden;
	transition: all 0.4s;
  }
  
  .meal:hover {
	transform: translateY(-1.2rem);
	box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
  }
  
  .meal-content {
	padding: 30px;
  }
  
  .meal-tags {
	margin-bottom: 10px;
	display: flex;
	gap: 0.4rem;
  }
  
  .tag {
	display: inline-block;
	padding: 0.4rem 0.8rem;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #51cf66;
	color: #333;
	border-radius: 100px;
	font-weight: 600;
  }
  
  .tag--vegetarian {
	background-color: #51cf66;
  }
  
  .tag--vegan {
	background-color: #94d82d;
  }
  
  .tag--paleo {
	background-color: #ffd43b;
  }
  
  .meal-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.6rem;
}
  
  .meal-attributes {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
  }
  
  .meal-attribute {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 1.6rem;
  }
  
  .meal-icon {
    height: 20px;
    width: 20px;
	color: #e67e22;
  }
  
  .meal-img {
	width: 100%;
	height: 224.15px;
	object-fit: cover;
  }
  
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:20px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 14px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	/* margin-bottom:50px; */
    background: #fff;
    height: 100%;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #dedede;
}
.icon-box i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    /* background: linear-gradient(to left, #7a60ff, #cd9ffa); */
    background: #b2d025;
    color: #ffffff;
    font-size: 27px;
    line-height: 51px;
    margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8e1efc;
	padding: 10px 40px;
	border: 2px solid #8e1efc;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(122, 96, 255, 0.90), rgba(205, 159, 250, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(142, 30, 252);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	/* background:  rgb(213, 198, 221); */
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
/* .footer-col{
   width: 25%;
   padding: 0 15px;
} */
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #8e1efc;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.footer-card{
	background: url("/images/footercard.jpg");
    padding: 18px;
	background-size: cover;
    border-radius: 26px;
    margin-top: -120px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.footer-card::before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ef8d12;
    z-index: -1;
    border-radius: 26px;
    opacity: 0.7;
}
/*responsive*/
/* @media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
} */
.ezy__service9 {
	/* Bootstrap variables */
	--bs-body-color: #2B323C;
	--bs-body-bg: rgb(255, 255, 255);

	/* Easy Frontend variables */
	--ezy-theme-color: rgb(13, 110, 253);
	--ezy-theme-color-rgb: 13, 110, 253;
	--ezy-item-bg: #ffffff;
	--ezy-item-icon-bg: #ffffff;
	--ezy-item-shadow: 0px 8px 44px rgba(227, 238, 255, 0.48);
	--ezy-shape-color: #FFE7E7;

	background: #f5f5f5;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.ezy__service9 {
		padding: 100px 0;
	}
}

/* Gray Block Style */
.gray .ezy__service9,
.ezy__service9.gray {
	/* Bootstrap variables */
	--bs-body-bg: 

}
.ezy__service9 {
	/* Bootstrap variables */
	--bs-body-color: #2B323C;
	--bs-body-bg: rgb(255, 255, 255);

	/* Easy Frontend variables */
	--ezy-theme-color: rgb(13, 110, 253);
	--ezy-theme-color-rgb: 13, 110, 253;
	--ezy-item-bg: #ffffff;
	--ezy-item-icon-bg: #ffffff;
	--ezy-item-shadow: 0px 8px 44px rgba(227, 238, 255, 0.48);
	--ezy-shape-color: #FFE7E7;

	background: var(--bs-body-bg);
	overflow: hidden;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.ezy__service9 {
		padding: 100px 0;
	}
}

/* Gray Block Style */
.gray .ezy__service9,
.ezy__service9.gray {
	/* Bootstrap variables */
	--bs-body-bg: rgb(246, 246, 246);

	/* Easy Frontend variables */
	--ezy-item-bg: #fff;
	--ezy-item-icon-bg: #fff;
	--ezy-item-shadow: 0px 8px 44px rgba(207, 226, 255, 0.48);
}

/* Dark Gray Block Style */
.dark-gray .ezy__service9,
.ezy__service9.dark-gray {
	/* Bootstrap variables */
	--bs-body-color: #ffffff;
	--bs-body-bg: rgb(30, 39, 53);

	/* Easy Frontend variables */
	--ezy-item-bg: rgb(11, 23, 39);
	--ezy-item-icon-bg: #1e2b3b;
	--ezy-item-shadow: none;
}

/* Dark Block Style */
.dark .ezy__service9,
.ezy__service9.dark {
	/* Bootstrap variables */
	--bs-body-color: #ffffff;
	--bs-body-bg: rgb(11, 23, 39);

	/* Easy Frontend variables */
	--ezy-item-bg: #162231;
	--ezy-item-icon-bg: #0B1727;
	--ezy-item-shadow: none;
}

.ezy__service9-heading {
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	color: var(--bs-body-color);
}

@media (min-width: 768px) {
	.ezy__service9-heading {
		font-size: 45px;
		line-height: 45px;
	}
}

.ezy__service9-sub-heading {
	font-size: 14px;
	line-height: 25px;
	color: var(--bs-body-color);
	opacity: .8;
}

.ezy__service9-item {
	background-color: var(--ezy-item-bg);
	box-shadow: var(--ezy-item-shadow);
	border-radius: 20px;
	border: none;
}

.ezy__service9-icon {
	background-color: var(--ezy-item-icon-bg);
	box-shadow: 0 4px 34px 0 rgba(163, 190, 241, .12);
	color: var(--ezy-theme-color);
}

.ezy__service9-icon {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	font-size: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: -42px;
}

.ezy__service9-title {
	color: var(--bs-body-color);
}

.ezy__service9-content {
	color: var(--bs-body-color);
	opacity: .8;
}

.ezy__service9-shape {
	background-color: #b1d02548;
	border-radius: 30px 0 0 30px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 60px;
	top: 0;
	width: 100vw;
	z-index: -1;
}

@media (min-width: 991px) {
	.ezy__service9-shape {
		left: 60%;
	}
}
.ezy__service16 {
	/* Bootstrap variables */
	--bs-body-color: #252d39;
	--bs-body-bg: rgb(255, 255, 255);

	/* Easy Frontend variables */
	--ezy-theme-color: rgb(13, 110, 253);
	--ezy-theme-color-rgb: 13, 110, 253;
	--ezy-item-color: #23262F;
	--ezy-item-bg: #ffffff;
	--ezy-item-shadow: 0 4px 140px rgba(231, 231, 234, 0.66);
	--ezy-item-icon-bg: #ffffff;
	--ezy-item-icon-shodow: 0 4px 34px 0 rgba(163, 190, 241, 0.12);
	--ezy-item-border-color: rgba(0, 0, 0, 0.06);

	background-color: var(--bs-body-bg);
	overflow: hidden;
	padding: 60px 0;
}

@media (min-width: 768px) {
	.ezy__service16 {
		padding: 100px 0 0px;
	}
}

/* Gray Block Style */
.gray .ezy__service16,
.ezy__service16.gray {
	/* Bootstrap variables */
	--bs-body-bg: rgb(246, 246, 246);

	/* Easy Frontend variables */
	--ezy-item-color: #32343d;
	--ezy-item-bg: rgb(246, 246, 246);
	--ezy-item-shadow: 0 4px 140px rgba(231, 231, 234, 1);
	--ezy-item-icon-bg: #fff;
	--ezy-item-border-color: rgba(18, 18, 18, 0.06);
}

/* Dark Gray Block Style */
.dark-gray .ezy__service16,
.ezy__service16.dark-gray {
	/* Bootstrap variables */
	--bs-body-color: #ffffff;
	--bs-body-bg: rgb(30, 39, 53);

	/* Easy Frontend variables */
	--ezy-item-color: #d2d2d2;
	--ezy-item-bg: rgb(30, 39, 53);
	--ezy-item-shadow: 0 4px 140px #101c2d;
	--ezy-item-icon-bg: #101c2d;
	--ezy-item-icon-shodow: 0 7px 34px 0px rgba(0, 0, 0, .25);
	--ezy-item-border-color: #101c2d;
}

/* Dark Block Style */
.dark .ezy__service16,
.ezy__service16.dark {
	/* Bootstrap variables */
	--bs-body-color: #ffffff;
	--bs-body-bg: rgb(11, 23, 39);

	/* Easy Frontend variables */
	--ezy-item-color: #BFC0C2;
	--ezy-item-bg: rgb(11, 23, 39);
	--ezy-item-shadow: 0 4px 140px #0B1727;
	--ezy-item-icon-bg: #0B1727;
	--ezy-item-icon-shodow: 0 7px 27px 0px rgb(16, 0, 56);
	--ezy-item-border-color: #0b1727;
}

.ezy__service16-heading {
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	color: var(--bs-body-color);
}

@media (min-width: 768px) {
	.ezy__service16-heading {
		font-size: 45px;
		line-height: 45px;
	}
}

.ezy__service16-sub-heading {
	font-size: 20px;
	line-height: 25px;
	color: var(--bs-body-color);
	opacity: .7;
}

@media (max-width: 767px) and (min-width: 576px) {
	.ezy__service16-list [class*="col-"] {
		border-bottom: 1px solid var(--ezy-item-border-color);
		border-left: 1px solid var(--ezy-item-border-color);
	}

	.ezy__service16-list [class*="col-"]:nth-child(2n + 1) {
		border-left-color: transparent;
	}

	.ezy__service16-list [class*="col-"]:nth-last-child(-n + 2) {
		border-bottom-color: transparent;
	}
}

@media (min-width: 767px) {
	.ezy__service16-list [class*="col-"] {
		border-bottom: 1px solid var(--ezy-item-border-color);
		border-left: 1px solid var(--ezy-item-border-color);
	}

	.ezy__service16-list [class*="col-"]:nth-child(3n + 1) {
		border-left-color: transparent;
	}

	.ezy__service16-list [class*="col-"]:nth-last-child(-n + 3) {
		border-bottom-color: transparent;
	}
}

.ezy__service16-icon {
	background-color: var(--ezy-item-icon-bg);
	box-shadow: var(--ezy-item-icon-shodow);
	color:#b2d025;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ezy__service16-title {
	color: var(--bs-body-color);
}

.ezy__service16-content {
	color: var(--bs-body-color);
	opacity: .8;
}

.ezy__service16-item {
	background-color: var(--ezy-item-bg);
	border-radius: 0;
	height: 100%;
	transition: box-shadow .3s ease-in-out;
	position: relative;
}

.ezy__service16-item:hover,
.ezy__service16-item.active {
	box-shadow: var(--ezy-item-shadow);
	z-index: 1;
}
.ezy__featured33 {
	/* Bootstrap variables */
	--bs-body-color: #23262f;
	--bs-body-bg: rgb(255, 255, 255);
  
	/* Easy Frontend variables */
	--ezy-theme-color: rgb(13, 110, 253);
	--ezy-theme-color-rgb: 13, 110, 253;
	--ezy-item-bg: #ffffff;
	--ezy-item-shadow: 0px 20px 34px rgba(241, 241, 241, 1);
	--ezy-shape-color: #e6eaf1;
  
	background-color: var(--bs-body-bg);
	overflow: hidden;
	padding: 0 0 60px 0;
  }
  
  @media (min-width: 768px) {
	.ezy__featured33 {
	  padding: 0 0 100px 0;
	}
  }
  
  /* Gray Block Style */
  .gray .ezy__featured33,
  .ezy__featured33.gray {
	/* Bootstrap variables */
	--bs-body-bg: rgb(246, 246, 246);
  }
  
  /* Dark Gray Block Style */
  .dark-gray .ezy__featured33,
  .ezy__featured33.dark-gray {
	/* Bootstrap variables */
	--bs-body-color: #ffffff;
	--bs-body-bg: rgb(30, 39, 53);
  
	/* Easy Frontend variables */
	--ezy-item-bg: #162231;
	--ezy-item-shadow: 0 20px 34px rgba(18, 13, 13, 0.18);
	--ezy-shape-color: rgb(11, 23, 39);
  }
  
  /* Dark Block Style */
  .dark .ezy__featured33,
  .ezy__featured33.dark {
	/* Bootstrap variables */
	--bs-body-color: #ffffff;
	--bs-body-bg: rgb(11, 23, 39);
  
	/* Easy Frontend variables */
	--ezy-item-bg: #162231;
	--ezy-item-shadow: 0 20px 34px rgba(18, 13, 13, 0.18);
	--ezy-shape-color: rgb(30, 39, 53);
  }
  
  .ezy__featured33-icon {
	height: 70px;
	width: 70px;
	color: #b2d025;
	border-radius: 50%;
	font-size: 32px;
	background-color: var(--ezy-item-bg);
	box-shadow: var(--ezy-item-shadow);
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .ezy__featured33-title {
	color: var(--bs-body-color);
  }
  
  .ezy__featured33-content {
	color: var(--bs-body-color);
	opacity: 0.7;
  }
  
  .ezy__featured32-thumbnail {
	background-color: var(--ezy-shape-color);
	border-radius: 0 0 200px 200px;
	padding-bottom: 100px;
  }
  
  .ezy__featured33-wrapper {
	margin-top: 40px;
  }
  .banner-sec-2{
    padding: 100px 0px;
    background: #f7d66f;
    margin-top: 100px;

  }
  .banner-sec-3{
	padding: 100px 0px;
    background: #f7d66f;
    margin-top: 100px;
  }
  .card-frame{
	padding: 20px;
    background: #ededed;
    border-radius: 22px;
	margin-bottom: 14px;
  }
  .myaccordion .btn-link{
	padding: 0px;
    width: 100%;
    background: #b2d025;
    color: #000;
    font-size: 20px;
    font-weight: 800;
  }
  .myaccordion .card-header{
	border-bottom: none;
  }
  .page-section{
	padding: 80px 0px;
  }
  .img-cloud-box{
	border-radius: 18px;
	overflow: hidden;
  }
  .counter-card {
    padding: 35px;
    background: aliceblue;
    border-radius: 22px;
    height: 100%;
	display: flex;
    align-items: center;
	}
	.counter-card span{
	color: #b2d025;
	display: block;	
	font-size: 32px;
	
	}
	.ezy__testimonial9 {
		/* Bootstrap variables */
		--bs-body-color: #212529;
		--bs-body-bg: rgb(255, 255, 255);
	  
		/* Easy Frontend variables */
		--ezy-theme-color: rgb(13, 110, 253);
		--ezy-theme-color-rgb: 13, 110, 253;
		--ezy-card-bg: #d7fdff;
		--ezy-item-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);
		--ezy-rating-rgb: 255, 215, 0;
	  
		background-color: var(--bs-body-bg);
		color: #000;
		overflow: hidden;
		padding: 60px 0;
	  }
	  
	  @media (min-width: 768px) {
		.ezy__testimonial9 {
		  padding: 100px 0;
		}
	  }
	  
	  /* Gray Block Style */
	  .gray .ezy__testimonial9,
	  .ezy__testimonial9.gray {
		/* Bootstrap variables */
		--bs-body-bg: rgb(246, 246, 246);
	  }
	  
	  /* Dark Gray Block Style */
	  .dark-gray .ezy__testimonial9,
	  .ezy__testimonial9.dark-gray {
		/* Bootstrap variables */
		--bs-body-color: #ffffff;
		--bs-body-bg: rgb(30, 39, 53);
	  
		/* Easy Frontend variables */
		--ezy-item-shadow: none;
	  }
	  
	  /* Dark Block Style */
	  .dark .ezy__testimonial9,
	  .ezy__testimonial9.dark {
		/* Bootstrap variables */
		--bs-body-color: #ffffff;
		--bs-body-bg: rgb(11, 23, 39);
	  
		/* Easy Frontend variables */
		--ezy-item-shadow: none;
	  }
	  
	  .ezy__testimonial9-heading {
		font-weight: bold;
		font-size: 25px;
		line-height: 25px;
		color: var(--bs-body-color);
	  }
	  
	  @media (min-width: 768px) {
		.ezy__testimonial9-heading {
		  font-size: 45px;
		  line-height: 45px;
		}
	  }
	  
	  .ezy__testimonial9-sub-heading {
		font-size: 16px;
		line-height: 22px;
		color: var(--bs-body-color);
	  }
	  
	  .ezy__testimonial9-card {
		border-radius: 20px;
		background-color: #b1d0253c;
		margin-top: 50px;
		margin-bottom: 20px;
	  }
	  
	  .ezy__testimonial9-img {
		border-radius: 20px;
		width: 85%;
		margin: -50px 0 -20px 0;
	  }
	  
	  .ezy__testimonial9-social-links a {
		display: inline-block;
		opacity: 0.6;
		transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, color 0.25s ease-in-out;
	  }
	  
	  .ezy__testimonial9-social-links a:hover {
		transform: translateY(5px);
		opacity: 1;
	  }
	  
	  .ezy__testimonial9-rating [class*="fa-"]:not(.active),
	  .ezy__testimonial9-rating [class*="fa-"]:not(.active) * {
		color: rgba(var(--ezy-rating-rgb), 0.2);
	  }
	  
	  .ezy__testimonial9-rating [class*="fa-"].active,
	  .ezy__testimonial9-rating [class*="fa-"].active * {
		color: rgba(var(--ezy-rating-rgb), 1);
	  }
	  .invest-card{
		background: aliceblue;
		padding: 18px;
		border-radius: 18px;
		height: 100%;
	  }
	  .invest-card a{
		color: #b2d025;
		font-weight: 600;
		text-decoration: none;

	  }
  @media (min-width: 768px) {
	.ezy__featured33-wrapper {
	  margin-top: 100px;
	}
  }
	.card-section-des{
		padding: 25px 20px;
		border-radius: 22px;
		background: yellowgreen;
		color: #fff;
	}
	
	.img-hover-box {
		position: relative;
		/* display: inline-block; */
	}
	
	.default-img {
		display: block;
	}
	
	.hover-img {
		display: none;
		position: absolute;
		bottom: 0;
		left: 100px;
	}
	
	.img-hover-box:hover .default-img {
		display: none;
	}
	
	.img-hover-box:hover .hover-img {
		display: block;
	}
	.invest-card a:hover{
		color: #84a000;
	}
	.gallery-img {
		transition: transform 0.3s ease-in-out;
		width: 100%;
		height: auto;
	  }
  
	  .gallery-img:hover {
		transform: scale(1.1);
	  }
	  .gallery {
		--g: 6px; /* the gap */
		
		display: grid;
		width: 450px; /* the size */
		aspect-ratio: 1;
		grid: auto-flow 1fr/repeat(3,1fr);
		gap: var(--g);
	  }
	  .gallery img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		filter: grayscale();
		cursor: pointer;
		transition: .5s
	  }
	  .gallery img:hover {
		filter: grayscale(0);
	  }
	  .gallery img:nth-child(2) {
		grid-area: 1/2/span 2/span 2;
		clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--g)/4) 100%,0 calc(50% - var(--g)/4))
	  }
	  .gallery img:nth-child(3) {
		grid-area: 2/1/span 2/span 2;
		clip-path: polygon(0 0,calc(50% - var(--g)/4) 0,100% calc(50% + var(--g)/4),100% 100%,0 100%);
	  }
	.ezy__service16-item ul{
		padding-left: 13px;
	}  
	.tamsik-card{
		padding: 20px;
		background: #ededed;
		border-radius: 22px;
		margin-top: 30px !important;
		height: 75%;
	}
	.btn-primary.focus, .btn-primary:focus {
		box-shadow: 0 0 0 .2rem rgb(170 170 170 / 50%);
	}
  @media (max-width:480px){
	.navbar-brand img{
		width: 54px !important;
	}
	.banner{
		padding: 80px 0px;
	}
	.ezy__service9-heading{
		font-size: 40px;
	}
	.footer-card{
		margin-bottom: 25px;
	}
	.banner-sec-2{
		margin-top: 80px;
	}
	.gallery {
		width: 100%;
	}
	.banner-sec-3 {
		padding: 100px 0px;
		background: #f7d66f;
		margin-top: 80px;
	}
	.tamsik-card{
		height: 86%;
	}
  }