:root {
  /* --green-color: #a9c226; */
  --green-color: #a9c226;
  --white-color: #fff;
  --light-green: rgb(80, 157, 121);
  --blue-color: #0090B3;
  --orange: #f67a14;
  --dark-green: #6b8e23;
}
.sh-down{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
}
.btn {
    z-index: 1;
}
.image_frame{
    width: 800px;
    border-radius: 120px 0px 0px 120px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: 5;
	margin-left: 45px;
}
.image_frame img{
	height: 344px;
}
.second-title h1{
	line-height: 1.4em;
}
.para{
	letter-spacing: 0.5px;
	padding: 10px 0;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    color: #f67a14 !important;
    text-transform: none !important;
}
.para strong{
	font-weight: 500;
}
.block{
	max-width: 530px;
    margin-top: 25px !important;
}
.block-bordered{
	margin-top: 15px;
	border: 1px solid #f67a14;
	border-radius: 10px;
	padding: 20px;
	width: 80%;
}
.btn-haritha{
	background: var(--green-color);
	color: var(--white-color);
	border-radius: 20px;
}
.btn-haritha:hover{
	color: var(--white-color);
}
.my-card{
    position:absolute;
    left:45%;
    top:-20px;
    border-radius:50%;
	background: var(--green-color);
	color: var(--white-color);
	font-size: 20px;
    width: 50px;
    height: 50px;
    border: none;
    overflow: hidden;
}
.haritha-card{
	box-shadow: rgb(0 0 0 / 5%) 0px 9px 19px -1px;
    border-radius: 20px;
	background-image: linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;
    background-size: auto;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
	padding: 50px 24px 24px;
    margin: 25px 0px 40px;
}

/*.bor{
	border-width: 1px;
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted var(--light-green)!important;
    margin-bottom: 10px;
    padding: 0px;
}*/
.haritha-card h4{
	color: var(--light-green);
	line-height: 1.4em;
	font-weight: 500;
	margin-top: 15px;
}
.haritha-card p{
	font-size: 17px !important;
    line-height: 1.75em !important;
}
p{
	line-height: 1.8em;
	font-size: 17px;
}


.card-haritha{
	box-shadow: rgb(0 0 0 / 5%) 0px 9px 19px -1px;
    border-radius: 20px;
	padding: 20px 24px 24px;
}
.card-haritha.card-success{
	border-top: 3px solid var(--green-color);
}
.card-haritha.card-danger{
	border-top: 3px solid rgb(153,0,17);
}
.card-haritha .card-header{
	border-bottom: 0;
	color: #000;
	font-weight: 500;
}
.card-haritha ul li{
	line-height: 2em;
}
.card-haritha ul li i{
	margin-right: 5px;
	color: var(--dark-green);
	font-weight: 500;
}
.haritha-ul{
	
}
.haritha-ul li{
	line-height: 2.5em;
	font-size: 17px;
}
.haritha-ul li:before{
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	width: 1.3em; /* same as padding-left set on li */
	color: var(--light-green);
	font-weight: 500;
	margin-right: 5px;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.btn-block{
	display: block;
}
.haritha-quote-block{
	background: #FCF6F5;
	border-radius: 15px;
	border: 1px solid rgb(255,229,220);
	padding: 20px 30px 30px 60px;
    margin-bottom: 20px !important;
}
.haritha-quote-block p{
	display: inline-block;
    vertical-align: middle;
    clear: both;
    overflow: visible;
    width: 100%;
    z-index: 1;
    position: relative;
    min-height: 10px;
	
}
.img-block{
	max-width: 600px;
	margin: auto auto;
	border-radius: 20px;
	overflow: hidden;
}
.img-block img{
	width: 100%;
}
.h-special{
	padding: 15px;
    margin: 0px;
}
.haritha-card-sm{
	box-shadow: rgb(0 0 0 / 5%) 0px 9px 19px -1px;
    border-radius: 20px;
    overflow: hidden;
    background-image: linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
	border: none;
}

.sp-card{
	position: relative;
    border-radius: 50%;
    background: var(--green-color);
    color: var(--white-color);
    font-size: 20px;
    width: 70px;
    height: 70px;
    border: none;
}
.sp-card span{
	font-size: 40px;
	margin: auto auto;
	font-weight: 500
}
.bord{
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted var(--green-color);
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.bord h4{
	margin-bottom: 0;
	color: var(--green-color);
}
.img-block-t1{
	max-width: 800px;
	margin: auto auto;
	border-radius: 20px;
	overflow: hidden;
}
.rounded-2side{
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
}
.faq-wrap .card-header h2 button::after {
	position: absolute;
	content: "\f068";
	top: 6px;
	left: 0;
	font-size: 26px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	line-height: 1.8em;
	color: #000;
	margin-left: 10px;
}
.course-wrap .card-header h2 button::after {
	position: absolute;
	content: "\f0d7";
	top: 0;
	left: 0;
	font-size: 26px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	line-height: 1.8em;
	color: #fff;
	margin-left: 15px;
}
.faq-wrap .faq-accordion .card-header h2 button.collapsed::after {
	content: "\f067";
    color: #000;
	box-shadow: none;
    font-size: 22px;
}
.course-wrap .faq-accordion .card-header h2 button.collapsed::after {
	content: "\f0da";
    color: #333;
	box-shadow: none;
    font-size: 26px;
}

.haritha-box{
    overflow: hidden;
    padding: 20px;
    background-color: rgb(252,246,245) !important;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid var(--green-color);
}
.haritha-box ul{
	padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    color: rgb(59,59,59);
    font-size: 17px;
    padding-left: 30px;
    line-height: 1.8em;
}
.haritha-box ul li:before{
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	font-weight: 800;
	font-size: 8px;
	align-items: center;
    display: flex;
}
.haritha-image1{
	height: auto;
	padding: 0px;
    max-width: 100%;
    box-sizing: border-box;
	/*width: 550px;*/
    z-index: 3;
    position: relative;
    box-shadow: rgb(0 0 0 / 25%) 0px 8px 12px 0px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.haritha-image1 img{
	display: block;
    padding: 0px;
    height: auto;
	max-width: 100%;
    width: 100%;
}
.upper-wrapper{
    min-height: 10px;
	max-width: 65%;
	margin-top: 20px;
}
.upper-wrapper div{
	position: relative;
    width: 100%;
    height: 100% !important;
	background: var(--green-color);
}
.upper-wrapper div:before{
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 42px solid #FDF8F4;
    border-left: 28px solid var(--green-color);
    width: 0;
}
.upper-wrapper p{
	color: #fff;
    padding-left: 20px;
	font-size: 24px;
}
.bottom-wrapper{
	background: #fff;
	overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
    margin-top: -20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.list-box{
    background-image: linear-gradient(#EEEEEE,#EEEEEE);
	background-size: auto;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
	padding: 15px;
}
.list-box ul{
	
}
.list-box ul li{
	margin-bottom: 6px;
    /*border-radius: 5px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 3%) 0px 0px 5px -1px;
    background: #fff;
    padding: 5px 8px;*/
	
}
.list-box ul li:before{
	background: #E5DFDA;
	content: '';
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: var(--geen-color);
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
    padding: 8px;
	border-radius: 100px;
}
/*.list-box.icon-1 ul li:before{
	background: #E5DFDA;
	content: '';
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	color: var(--geen-color);
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
    padding: 8px;
	border-radius: 100px;
}*/
.list-box.icon-1 ul li:before{
	background: none;
	content: '';
	font-family: "";
	padding: 0;
}
.list-box h4{
	/* color: var(--green-color); */
    color: var(--dark-green);
}
.primary-color{
	/* color: var(--green-color)!important; */
    color: var(--dark-green);
}
.underline{
	width: 250px;
}
.f-30{
    font-size: 30px;
}
.f-26{
   font-size: 30px; 
}
.f-33{
    font-size: 33px;
}
.pt-5 {padding-top: 5px!important;}
.pb-5 {padding-bottom: 5px!important;}
.btn-haritha:hover{
    color: #fcfcfe;
}


/*Trust Pilot Reviews */
.review-block{
    margin-bottom: 12px;
}
.reveiw-artical{
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #fafafa!important;
    overflow: hidden;
    color: #777!important;
    border: 1px solid #ededed!important;
    
    /*only for carousel*/
    margin: 0 8px;
    
    
    
}
.review-aside .image-block{
    background-color: #ffc5d5;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: default;
}
.review-aside .image-block span{
    /*font-family: Arial,sans-serif;*/
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: -0.18px;
}
.image-block img{
    border-radius: 100%;
}
.review-aside a{
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-self: center;
    overflow: hidden;
    margin-left: 10px;
}
.name {
    /*font-family: ;*/
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px!important;
    letter-spacing: -0.15px;
    color: #1c1c1c;
}
.profession{
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: 0.15px;
    color: #696a6a;
    margin: 0;
    padding: 0;
}
.reviews-count{
    /*font-family: ;*/
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.15px;
}
.review-aside .location{
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.15px;
    color: #696a6a;
    top: 14.5%;
    right: 12%;
    position: absolute;
}
.location span{
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    letter-spacing: 0.15px;
}
.divider{
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 16px 0;
    outline: none;
    background-color: #e3e4e4;
}
.review-section{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: 200px;
}
.overflow-y{
    overflow-y: scroll;
}
.rating-block{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.rating-block .star-rating_starRating{
    width: 108px;
    height: 20px;
    display: flex;
    min-width: 90px;
    
}
.time{
    flex-grow: 1;
    text-align: right;
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: 0.15px;
    color: #696a6a;
}
.review-text{
    margin-top: 16px;
    
}
.review-text h2{
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: -0.2px;
    color: #1c1c1c;
}
p.review-description{
    margin-top: 8px;
    color: #191919;
    font-weight: 400;
    line-height: 1.4;
    font-size: 17px;
    letter-spacing: 0.18px;
}
.read-more-show, .read-more-hide {
    color: #0F215A;
    font-weight: 600;
}
.hide {
    display: none;
}
.overflow-y::-webkit-scrollbar {
    width: 8px!important;
}
.overflow-y::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
    background: #ccc!important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5)!important;
}
.overflow-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
}
/*Trust Pilot Reviews */
/* Responsive Css */
@media only screen and (max-width: 767px) {
	.block-bordered{
		width: 100%;
	}
	.image_frame{
		margin-left: 0;
		border-radius: 20px;
		width: 100%;
	}
	.card-haritha{
		padding: 20px 15px 24px;
		margin-bottom: 15px;
	}
	.sp-card{
		margin: auto auto;
	}
	.bord{
		text-align: center;
		
	}
	.bord h4{
		font-size: 19px;
		margin-top: 10px;
	}
	.haritha-box ul{
		padding-left: 0;
	}
	.haritha-image1{
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 912px) {
	.text-center-respon{
		text-align: center;
	}
	.block-bordered{
		margin: auto auto;
	}
	.image_frame{
		margin-left: 0;
		border-radius: 60px 0px 0px 60px;
	}
	.image_frame img{
		/*height: 450px;*/
		height: auto;
		float: right;
		border-radius: 60px 0px 0px 60px;
	}
	.sp-card{
		width: 50px;
		height: 50px;
	}
	.sp-card span{
		font-size: 24px;
	}
}

blockquote.theme-colored {
    background: #fff;
    border-left: 3px solid green;
}
blockquote p {
    text-align: left;
    color: #000;
    font-style: italic;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #000;
    text-align: left;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

.f-28{
    font-size: 28px;
}

/*.bsingle__post{
    box-shadow: rgb(0 0 0 / 25%) 0px 7px 10px 0px;
}*/
.second-title h3 {
	font-size: 24px;
}
.ml-160{
    margin-left: 160px;
}
.card-haritha-line-height ul li{
    line-height: 1rem;
    padding: 5px;
}

.play {
    background: red;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 22px;
    height: 45px;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    width: 60px;
    position: absolute;
    top: 36%;
    left: 38%;
}
.play::before { 
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255);
    content: ' ';
    font-size: 0.55em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
}

.owl-dots-custom .owl-carousel .owl-dots {
    position: absolute;
    top: 90%;
    left: 43%;
}


.head-price-area{
    display: flex;
    text-align: center;
}
.head-price-area div{
    width: 100%;
    margin-top: 7px;
}
.head-price-area div p{
    color: #fff;
    margin-bottom: 0;
}
.head-price-area div .price-text{
    line-height: 24px;
    font-size: 35px;
    font-weight: 600;
}
.head-price-area div .price-text del {
    font-size: 16px;
    font-weight: 400;
}

.enroll-button {
    display: block;
    text-align: center;
    padding: 13px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 19px;
    letter-spacing: 1px;
    transition: all .5s ease;
}
.enroll-button:hover {
    background-color: #fff;
    color: green!important;
}

.header-cta ul li a {
    font-size: 15px;
}
.header-cta ul li a:hover{
    color: #fff;
}
.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
}

.header-logo-new{
    width: 325px;
}

.early-bird {
    color: #fff;
    margin: 15px 0;
    font-size: 18px;
    font-style: italic;
}
.module{
    background: var(--dark-green);
    margin: 0px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    width: 24%;
    font-size: 18px;
}
.bank-info {
    font-weight: 400;
    font-size: 16px;
    margin: auto 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.bsingle__post {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}
/*.bsingle__post:hover {
    border: 1px solid green;
}*/
.min-height-202 {
    min-height: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.min-height-144 {
    min-height: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videos img {
  width:100%;
  height:auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 9px 19px -1px;
}
a.video, a.home-video {
  float: left;
  position: relative;
}
a.video span {
  width: 100px;
  height: 100%;
  position: absolute;
  left : 34%;
  background: url('../images/yt-btn.svg') no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
a.home-video span{
    width: 85px;
    height: 100%;
    position: absolute;
    left : 36%;
    background: url('../images/yt-btn.svg') no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
  a.video span {
    left: 32%;
  }
  .ml-160{
        margin-left: 0;
    }
}

.call-to-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto auto;
    width: 32%;
}

.about-area ul li{
	font-size: 1rem;
	line-height: 2;
	display: flex;
    align-items: baseline;
}
.haritha-box ul li {
    font-size: 1.2rem;
    line-height: 2;
}
.about-area table td p{
	margin-bottom: 9px!important;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.custom-list li i {
    position: absolute;
    left: 0;
    top: 9px;
}
.custom-list li::before {
    content: '';
    display: block;
    width: 0;
}
.newEvents h2 {
	font-size: 28px;
	font-weight: 600;
}
.newEvents .card-body h2 {
	font-size: 18px;
}
.newEvents .card-body strong, .newEvents .card-body p {
	font-size: 16px;
}
.event_custom_btn {
	background: #174A17;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px;
    border-radius: 50px;
    width: 140px;
    margin: auto;
}
.color-yellow {
    color: #ffe234;
}
.event_custom_btn:hover,.event_custom_btn:focus,.event_custom_btn:active{
	color: #b70c0c;
    background-color: red;
	background: rgb(211, 220, 211);
}
@media screen and (max-width: 767px) { 
    .call-to-action {
        display: block;
        width: 100%;
    }
    .btn-ct {
        padding: 20px 49px;
        margin-bottom: 10px;
    }
	
}
.ml-20 {
    margin-left: 20px;
}
.blog__btn.text-left {
    padding-bottom: 8px;
}
.capsule {
	background: var(--green-color);
	padding: 15px;
	border-radius: 30px;
	width: 230px;
	margin:auto;
}
.capsule-heading {
	margin-bottom: 0!important;
	color: #fff!important;
	font-size: 21px!important;
	font-weight: 500!important;
}

.custom_testimonials .testimonial-card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.custom_testimonials .image_area {
	width: 15%;
	text-align: center;
}
.custom_testimonials .testimonial-card img {
	border-radius: 50%;
}
.custom_testimonials .testimonial-card .card-body {
	display: flex;
	align-items: center;
}
.testimonial-content {
    width: 100%;
}
/*.custom_testimonials .testimonial-card .testimonial-info {
	margin-left: 20px;
}*/
.custom_testimonials .testimonial-rating {
	color: #FFA800;
}
.custom_testimonials .testimonial-info h3{
    font-size: 17px;
}
.custom_cards .seat-btn {
	background: none;color: green;font-size: 19px;font-weight: 600;text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .custom_testimonials .testimonial-card .card-body {
    	display: block;
    }
    .custom_testimonials .image_area {
    	width: 50%;
    	text-align: center;
    	margin: auto auto;
    }
    .testimonial-content {
        width: auto;
    }
    .custom_testimonials .testimonial-rating {
    	text-align: center;
    }
}


.luxury-card {
	background: #F5F5F5;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	overflow: hidden;
}
.luxury-card .card-body {
	padding: 30px;
}
.f-35 {
	font-size: 35px;
}

/*Sub Sub Menu*/
.has-sub-sub > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	z-index: 1000;
	border-top: 4px solid green;
}

.has-sub-sub:hover > ul {
	display: block;
}

.has-sub-sub > ul > li {
	list-style: none;
}

.has-sub-sub > ul > li > a {
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}

.has-sub-sub > ul > li > a:hover {
	background: #f1f1f1;
	color: #007bff;
}
/*Sub Sub Menu*/

.p-10 {
	padding: 10px!important;
}


.schedule-table {
    width: 100%;
    border-collapse: collapse;
}

.schedule-table td, .schedule-table th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}