@charset "utf-8";

/* CSS Document */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Lato', sans-serif !important;
	color: #000;
	font-size: 16px;
	overflow-x: hidden !important;
	text-rendering: optimizeLegibility;
	text-rendering: auto;
}

p {
	font-size: 16px;
	line-height: 26px;
}

a,
button,
input[type="submit"] {
	text-decoration: none !important;
	-ms-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: inline-block;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'HK Nova Medium' !important; */
}

ul {
	padding: 0;
}

li {
	color: #626161;
	list-style: none;
}


/*--------------

  Landing Animation

  --------------*/

.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
}

.loader1 {
	display: inline-block;
	font-size: 0px;
	padding: 0px;
	padding: 20px;
}

.loader1 img {
	width: 120px;
}

.loader1 span {
	vertical-align: middle;
	border-radius: 100%;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 3px 2px;
	-webkit-animation: loader1 0.8s linear infinite alternate;
	animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(255, 255, 255, 0.6);
}

.loader1 span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(255, 255, 255, 0.8);
}

.loader1 span:nth-child(3) {
	-webkit-animation-delay: -0.26666s;
	animation-delay: -0.26666s;
	background: rgba(255, 255, 255, 1);
}

.loader1 span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(255, 255, 255, 0.8);
}

.loader1 span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(253, 219, 39, 0.4);
}

@keyframes loader1 {
	from {
		transform: scale(0, 0);
	}
	to {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes loader1 {
	from {
		-webkit-transform: scale(0, 0);
	}
	to {
		-webkit-transform: scale(1, 1);
	}
}


/*------------------------

    common Styles for site

 --------------------------*/


/*------------------------------

    common Styles for site start

 -------------------------------*/

.videoPlayModal .modal-body {
	padding: 0;
}

.videoPlayModal .modal-body iframe {
	display: block;
}

.arLabel1 {
	font-weight: 700;
	margin-bottom: 5px;
}

.form-control.arInput1 {
	height: 50px;
	border: none;
	background: #efefef;
	color: #000;
	font-size: 18px;
	border-radius: 0;
}

.form-control.arInput1:focus {
	background: #e2e2e2;
	box-shadow: none;
}

.btn.commonBtn {
	background: #000000;
	color: #fff;
	padding: .75rem 1.5rem;
	font-weight: 600;
	font-size: 18px;
	border-radius: 28px;
}


/*------------------------

    common Styles for site end

 --------------------------*/


/* ----------------------------

    1. Header start

 ------------------------------*/

.top-header-social ul {
	margin-bottom: 0;
}

.top-header-social ul li {
	position: relative;
}

.top-header-social ul li+li {
	margin-left: 20px;
}

.top-header-social ul li a {
	/*color: #a8a8a8;*/
	color: #ffffff;
}

.top-header-social ul li a:hover {
	color: #9ac23b;
	/* color: #163602;*/
}

.top-header-list ul {
	display: none!important;
}

.top-header-list ul li+li::before {
	content: "|";
	color: #4AA02C;
	display: inline-block;
	margin-right: 20px;
}

.top-header-list ul li a {
	color: #4AA02C;
}

.top-header-list ul li a span {
	margin-right: 10px;
}

.top-header-list ul li a i {
	margin-right: 10px;
}

.top-header-list ul li+li {
	margin-left: 20px;
}

.topHeader {
	background: #1d2321;
	/*background:#A0C839;*/
	padding: 18px 0;
}

.dropdown span {
	display: none;
}

.bottomHeader {
	top: -61px;
	left: 0;
	width: 100%;
	padding: 16px 0;
	z-index: 2;
	background: #ebebeb;
	transition: all ease-in-out 500ms;
}

.logo img {
	width: 198px;
}

.bottomHeader.sticky {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.hambergerBtn {
	display: none;
}

.customNav ul {
	margin-bottom: 0;
}

.customNav ul li a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding: 8px 16px;
	text-transform: uppercase;
}

.customNav ul li .sub-menu li a {
	color: #fff;
	display: block;
}

.customNav ul li .sub-menu li:hover>a,
.customNav ul li.current-menu-item .sub-menu li:hover>a {
	/*background: black;*/
	background: #909090;
	/*color: #4AA02C;*/
	color: #fff;
	border-radius: 0px;
}

.customNav ul li.current-menu-item a {
	/*background: black;*/
	background: #909090;
	/*color: #4AA02C;*/
	color: #ffffff;
	border-radius: 5px;
}

.customNav ul li.current-menu-item .sub-menu li a {
	background: #4AA02C;
}

.customNav>ul>li.current-menu-item.has-submenu>a::before {
	border: 1px solid #39a02c;
	border-top: 0px;
	border-left: 0px;
	right: 11px;
}

.has_third_menu>a::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	border-left: 0;
	border-top: 0;
	position: absolute;
	top: 16px;
	right: 6px;
	transform: rotate(45deg);
}

.customNav>ul>li.has-submenu>a {
	/* padding-right: 30px;*/
	padding-right: 18px;
}

.customNav>ul>li+li {
	/*margin-left: 10px;*/
	margin-left: 6px;
}

.customNav>ul>li.has-submenu>a::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	border-left: 0;
	border-top: 0;
	position: absolute;
	top: 16px;
	right: 6px;
	transform: rotate(45deg);
}

.customNav>ul>li>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 16px;
	width: 0;
	height: 2px;
	background: #464646;
	transition: all ease-in-out 300ms;
}

.customNav ul li a:hover::after,
.customNav ul li.active a::after {
	width: calc(100% - 32px);
}

.dropdown>a i {
	font-size: 12px;
	margin-left: 10px;
	display: none;
}

.header_social ul li a {
	font-size: 18px;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #ffffff;
	display: inline-block;
}

.customNav .dropdown-menu {
	margin: 0 !important;
	padding: 0;
	background: #1045db;
}

.customNav ul>li>ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	background: #4AA02C;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.customNav ul>li.has-submenu:hover>ul {
	opacity: 1;
	visibility: visible;
}

.customNav ul>li>ul>li>ul {
	top: 100%;
	left: -50%;
}

.has_third_menu {
	position: relative;
}

.has_third_menu:hover ul {
	opacity: 1;
	visibility: visible;
}


/* ----------------------------

    1. Header end (<:;>)

 ------------------------------*/


/* ----------------------------

    2. Banner start

 ------------------------------*/

.banner-section {
	position: relative;
	z-index: 1;
}

.banner-section .item {
	overflow: hidden;
}

.banner_text {
	position: absolute;
	top: 50%;
	padding-left: calc((100% - 1110px) / 2);
	padding-right: 15px;
	transform: translateY(-50%);
	width: 50%;
	z-index: 99;
}

.banner_text h2 {
	font-size: 48px;
	color: #fff;
	transform: translateY(-200px);
	-webkit-transition: all 600ms ease-in-out 0.3s;
	transition: all 600ms ease-in-out 0.3s;
	opacity: 0;
	font-weight: 700;
}

.banner_text a.banner_yellow_btn {
	padding: .8rem;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff!important;
	border-color: #ffa21e;
	background-color: #ffa21e9c;
}

.banner_text .banner_video iframe {
	margin: 2rem 0rem;
}

.owl-item.active .banner_text h2 {
	opacity: 1;
	transform: translateY(0);
}

.owl-item.active .banner_text .banner_txt_btn_prt .enroll_now_btn {
	margin-top: 2rem;
	background: #fff;
}

.owl-item.active .banner_text p {
	opacity: 1;
	transform: translateY(0);
}

.banner_text p {
	color: #fff;
	font-size: 18px;
	position: relative;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transition: all 300ms ease-in-out 0.9s;
	transition: all 300ms ease-in-out 0.9s;
	margin-bottom: 30px;
}

.banner_category::before {
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 0;
	background: #959595;
}

.home_banner_carousel .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 1s ease-in-out 1.5s;
	transition: all 1s ease-in-out 1.5s;
}

.home_banner_carousel .owl-item.active .item::before {
	width: 100%;
}

.enroll_now_btn {
	color: #4AA02C;
	background: #1c2321;
	line-height: 46px;
	white-space: nowrap;
	border-radius: 30px;
	padding: 0 58px;
}

.enroll_now_btn:hover {
	background: #4AA02C;
	color: #1c2321;
	transition: all ease-in-out 300ms;
}

.banner_text .banner_txt_btn_prt {
	opacity: 0;
	transform: translateY(80px);
	-webkit-transition: all 600ms ease-in-out 1s;
	transition: all 600ms ease-in-out 1s;
}

.owl-item.active .banner_text .banner_txt_btn_prt {
	opacity: 1;
	transform: translateY(0);
}

.carousl_img {
	position: relative;
}

.carousl_img::after {
	content: "";
}

.banner-text {
	text-align: center;
	max-width: 560px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.banner-text h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
}

.banner-text p {
	color: #fff;
	font-size: 18px;
}

.home_banner_carousel .owl-dots {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 9;
}

.home_banner_carousel .owl-dots .owl-dot {
	padding: 2px 0 !important;
	margin: 2px 0;
}

.home_banner_carousel .owl-dots .owl-dot:focus {
	outline: none;
}

.home_banner_carousel .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background: #072b38;
	display: block;
	border-radius: 50%;
}

.home_banner_carousel .owl-next {
	position: absolute;
	width: 30%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
}

.home_banner_carousel .owl-next:focus,
.home_banner_carousel .owl-prev:focus {
	outline: none;
}

.home_banner_carousel .owl-next:after,
.home_banner_carousel .owl-prev:after {
	content: "";
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

.home_banner_carousel .owl-next:after {
	cursor: url(../images/arrow-right-white.png) 25 25, pointer;
}

.home_banner_carousel .owl-prev:after {
	cursor: url(../images/arrow-left-white.png) 25 25, pointer;
}

.home_banner_carousel .owl-prev {
	position: absolute;
	width: 30%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.home_banner_carousel .owl-dots .owl-dot:hover span {
	background: #3c4343;
}

.home_banner_carousel .owl-dots .owl-dot.active span {
	background: #fff;
}

.click_to_visitnext {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}


/* ----------------------------

    2. Banner end (<:;>)

 ------------------------------*/


/* ----------------------------

    3. home about us start

 ------------------------------*/

.common_heading1 h2 {
	font-size: 36px;
	font-weight: 400;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 30px;
}

.common_heading1 h2::after {
	content: "";
	background: #4AA02C;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.common_heading1 h2 strong {
	font-weight: 700;
}

.home-about-sec {
	padding: 60px 0;
}

.about_text_part p {
	color: #7e7e7e;
}


/* ----------------------------

    3. home about us end

 ------------------------------*/


/* ----------------------------

    4. Cources we offer start

 ------------------------------*/

.ech_traning_txt {
	background: #4AA02C;
	height: 100%;
	width: 100%;
	padding: 20px 15px 54px;
}

.ech_traning_txt h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.ech_traning_txt h2 span {
	color: #000;
	border-bottom: 3px solid #000;
	padding: 3px 0;
}

.ech_traning_txt ul {
	padding-left: 20px;
}

.ech_traning_txt ul li {
	color: #fff;
	list-style: disc outside;
	margin-bottom: 14px;
}

.get_detials_btn {
	color: #4AA02C;
	background: #000;
	line-height: 46px;
	padding: 0 30px;
}

.get_details_btn_sect {
	position: absolute;
	bottom: 0;
	right: 0;
}

.each_training+.each_training {
	margin-top: 30px;
}

.each_training .img-fluid {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.online_cource_wrap {
	background: #ecf0f5;
	/*padding: 30px 22px;*/
	padding: 43px 22px;
}

.each_mfull_cources {
	background-color: #fff;
}

.mfull_txt {
	padding: 10px 10px 10px 20px;
}

.mfull_txt h2 {
	font-size: 24px;
	color: #010000;
	margin-bottom: 4px;
}

.mfull_txt p {
	color: #878787;
	margin-bottom: 0;
	line-height: 1.4;
}

.each_mfull_cources {
	margin-top: 20px;
}

.free_trail_btn {
	font-size: 18px;
	color: #4AA02C;
	background: #000;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	font-weight: 700;
}

.free_trail_btn:hover {
	color: #fff;
	background: #4AA02C;
}

.freeTrial_sect {
	margin-top: 80px;
}

.online_courcess {
	padding: 0 0 80px;
}


/* ----------------------------

    4. Cources we offer end (<:;>)

 ------------------------------*/


/* ----------------------------

    5. video section start

 ------------------------------*/

.video_section .container-fluid {
	padding: 0;
}

.videoPlayBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videoPartAr .video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_overlay>img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.video_right_txt {
	/*background: #1c2321;*/
	background: #f2f2f2;
	padding: 0 calc((100% - 1110px)/ 2) 0 42px !important;
}

.textInnr_ar h2 {
	color: #4AA02C;
	font-size: 24px;
	margin-bottom: 18px;
}

.textInnr_ar p {
	/*color: #b1b1b1;*/
	color: #909090;
	font-size: 16px;
}

.see_more_video_btn {
	border: 1px solid #4AA02C;
	background: #1c2321;
	padding: 10px 30px;
	color: #fff;
	white-space: nowrap;
}

.see_more_video_btn img {
	margin-right: 12px;
}

.see_more_video_btn:hover {
	color: #fff;
	background: #4AA02C;
}

.see_moreVideo_sect {
	margin-top: 40px;
}

.video_right_txt {
	padding: 40px!important;
}


/* ----------------------------

    5. video section end (<:;>)

 ------------------------------*/


/* ----------------------------

    6. mindfull ness traning start

 ------------------------------*/

.mindfulness-training {
	/*background: #ebeef3;*/
	position: relative;
	z-index: 1;
}

.mindfulness-training::after {
	content: "";
	width: 33.333337%;
	/*background: #4AA02C;*/
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}

.mindufllness_right {
	background: #4AA02C;
}

.each_steps {
	width: 50%;
	text-align: center;
	position: relative;
	padding-bottom: 26px;
	z-index: 1;
}

.each_steps .icons {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #1c2321;
	text-align: center;
	line-height: 78px;
	margin: 0 auto;
	position: relative;
}

.each_steps::after {
	content: "";
	position: absolute;
	top: 39px;
	/* left: ; */
	width: 50%;
	height: 0px;
	border-top: 1px dashed #464646;
	z-index: -1;
}

.each_steps h4 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 5px;
	width: 100%;
	position: absolute;
	text-align: center;
}

.step_wrap li {
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.step_wrap li+li {
	margin-top: -33px;
}

.step_wrap li::after {
	content: "";
	width: 1px;
	height: 48px;
	background: #000000;
	position: absolute;
	top: -20px;
	left: 50%;
}

.step_wrap li::before {
	content: "";
	width: 13px;
	height: 13px;
	background: #000000;
	position: absolute;
	left: 50%;
	top: 33px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transform: translateX(-6px);
}

.step_wrap li:nth-child(even) {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.step_wrap li:nth-child(odd) .each_steps::after {
	left: 50%;
}

.step_wrap li:nth-child(even) .each_steps::after {
	left: 0;
}

.mfTraining {
	text-align: center;
}

.mfTraining h2 {
	font-size: 36px;
	color: #000;
}

.mfTraining p {
	color: #909090;
}

.mindufllness_left {
	background: #ebeef3;
	padding-top: 60px;
	padding-bottom: 60px;
}
.mindufllness_wrap {
    padding: 0 15px;
}
.mindufllness_right_inr {
	color: #fff;
	padding: 0 40px;
}

.mindufllness_right_inr h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
}

.col-md-5.mindufllness_right {
	padding: 0 40px;
}

.join_our_online_cliases {
	margin-top: 50px;
}

.join_our_online_cliases h4 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.register_now_btn {
	background: #000;
	color: #4AA02C;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	padding: 17px 30px;
	line-height: 1.6;
	font-weight: 700;
}

.register_now_btn:hover {
	color: #4AA02C;
	background: #fff;
}


/* ----------------------------

    6. mindfull ness traning end (<:;>)

 ------------------------------*/


/* ----------------------------

    7. sign up today section start (<:;>)

 ------------------------------*/

.downloadArbtn {
	background: #4AA02C;
	color: #fff;
	padding: 18px 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	display: block;
}

.downloadArbtn img {
	vertical-align: middle;
}

.downloadArbtn:hover {
	color: #fff;
	background: #333;
}

.ar_pdf_download li+li {
	margin-left: 35px;
}

.sign_up_left {
	text-align: center;
}

.sign_up_left::after {
	content: "";
	width: 1px;
	height: 80%;
	position: absolute;
	bottom: 20px;
	right: 0;
	background: #949797;
}

.sign_up_left p {
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 30px;
}

.sign_up_left h4 {
	font-size: 18px;
	font-weight: 400;
	color: #4AA02C;
	text-transform: uppercase;
	font-weight: 700;
}

.shine_color_btn {
	/*color: #4AA02C;

     background: #333;*/
	color: #fff;
	background: #909090;
	border-radius: 10px;
	padding: 13px 52px;
	border: none;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.shine_color_btn:hover {
	background: #4AA02C;
	color: #333;
}

.sign_up_today {
	position: relative;
	padding: 60px 0;
}

.sign_up_right {
	text-align: center;
}

.sign_up_right h2 {
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	/* margin-bottom: 25px; */
}

.sign_up_right h4 {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 35px;
}

.col-md-6.sign_up_right {
	padding: 0 30px;
}

.form-control.arInput3 {
	height: 50px;
	border-radius: 0;
	border: 1px solid #b7b7b7;
}

textarea.form-control.arInput3 {
	height: auto;
}


/* ----------------------------

    7. sign up today section end (<:;>)

 ------------------------------*/


/* ----------------------------

    8. testimonial  Section Start

 ------------------------------*/

.testimonial_sect {
	/*background: #1c2321;*/
	background: #f2f2f2;
}

.each_testimonial {
	background: #fff;
	padding: 30px;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
	height: 402px;
}

.right_client_dtls {
	padding-left: 20px;
}

.right_client_dtls h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
	font-style: italic;
}

.right_client_dtls p {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	font-style: italic;
}

.left_clicent_img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
}

.testimonial_carouusel .owl-item.active.center {
	z-index: 2;
	position: relative;
}

.testimonial_carouusel .owl-item.active.center .each_testimonial::after {
	content: "";
	position: absolute;
	top: -26px;
	width: 55px;
	height: 42px;
	background: url(../images/quote.png) center center;
	background-size: cover !important;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial_carouusel .item {
	padding: 80px 0;
}

.testi_Usrdtls {
	margin-bottom: 20px;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.testimonial_carouusel .owl-dots {
	text-align: center;
	z-index: 9;
	padding-bottom: 40px;
}

.testimonial_carouusel .owl-dots .owl-dot {
	padding: 2px 0 !important;
	margin: 0 6px;
}

.testimonial_carouusel .owl-dots .owl-dot:focus {
	outline: none;
}

.testimonial_carouusel .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background: #acacac;
	display: block;
	border-radius: 50%;
}

.testimonial_carouusel .owl-dots .owl-dot.active span {
	background: #4AA02C;
}


/* ----------------------------

    8.  testimonial  Section end (<:;>)

 ------------------------------*/


/* ----------------------------

    8. meet_our_instructor Start

 ------------------------------*/


/* ----------------------------

    8. meet_our_instructor end (<:;>)

 ------------------------------*/


/* ----------------------------

    9. Our Proud Graduates Start

 ------------------------------*/


/* ----------------------------

   9. Our Proud Graduates end (<:;>)

------------------------------*/


/* ----------------------------

   10. Latest news start

------------------------------*/


/* ----------------------------

   10. Latest news end (<:;>)

------------------------------*/


/* ----------------------------

   11. partner_sect end

------------------------------*/

.parterner_carousel {
	text-align: center;
}

.parterner_carousel.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.partner_sect {
	padding: 50px 0;
}


/* ----------------------------

   11. partner_sect end (<:;>)

------------------------------*/


/* ----------------------------

   12. footer sect Start

------------------------------*/

.site_footer {
	background: #ebebeb;
}

.top_footer {
	padding-top: 50px;
}

.bottom_footer p {
	margin-bottom: 0;
}

.bottom_footer p a {
	color: #65e0ff;
	font-style: italic;
}

.each_ft_prt.leftLine::after {
	content: "";
	width: 1px;
	height: 80%;
	top: 8px;
	left: -36px;
	background: #565b5a;
	position: absolute;
}

.each_ft_prt h4 {
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-weight: 700;
	position: relative;
}

.each_ft_prt h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 78px;
	height: 1px;
	background: #000000;
}

.each_ft_prt p {
	font-size: 16px;
	opacity: 0.62;
}

.ft_logo_prt {
	margin-bottom: 20px;
}

.bottom_footer {
	padding: 18px 0;
	color: #5c727c;
	margin-top: 30px;
	border-top: 1px solid #7d807f;
}

.ft_quicklink li a {
	padding: 3px 0;
	display: block;
	line-height: 1.2;
	color: #606060;
}

.ft_quicklink li a:hover {
	opacity: 1;
}

.ft_quicklink {
	width: 100%;
}

.ft_socoalSect ul li+li {
	margin-left: 28px;
}

.ft_socoalSect ul li a {
	color: #a7a7a7;
	font-size: 20px;
}

.ft_socoalSect ul li a:hover {
	color: #9bc238;
}

.getintouch_phon {
	margin-bottom: 60px;
}

.getintouch_phon li {
	margin-bottom: 15px;
}

.getintouch_phon li a {
	color: #8a9397;
}

.getintouch_phon li a i {
	color: #65e0ff;
	margin-right: 10px;
}

.payment_accepet p {
	font-size: 13px;
	text-align: right;
}

.payment_accepet li+li {
	margin-left: 7px;
}


/* ----------------------------

   12. footer page end (<:;>)

------------------------------*/


/* ----------------------------

   13. tranners page Start

------------------------------*/

.inner_banner_sect {
	position: relative;
}

.inner_banner_sect img {
	width: 100%;
}

.inner_banner_sect::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.2);
}

.inner_banner_txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	transform: translateY(-50%);
	z-index: 1;
}

.inner_banner_txt h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	text-transform: uppercase;
}

.contact_fe_section {
	background: #f3f3f3;
	padding: 60px 0;
}

.each_contact_box {
	text-align: center;
}

.each_contact_box .cb_left {
	font-size: 30px;
	color: #9bc238;
	margin-bottom: 10px;
}

.each_contact_box h6 {
	font-size: 24px;
	color: #000000;
}

.each_contact_box p {
	font-size: 16px;
	color: #1c2321;
	line-height: 20px;
	margin-bottom: 0;
}

.each_contact_box p a {
	color: #000;
}

.contact_fe_section [class*="col"]:not(:first-child) {
	border-left: 1px solid #d7d7d7;
}

.container.cotact_form_cont {
	max-width: 730px;
}

.contact_title {
	text-align: center;
	margin-bottom: 20px;
}

.contact_title h2 {
	font-size: 36px;
	color: #000;
}

.contact_form {
	padding: 50px 0;
}

.form-control.arInput2 {
	height: 46px;
	border: none;
	color: #000;
	background: #f4f4f4;
	border-radius: 0;
}

.form-control.arInput2::placeholder {
	color: #808080;
	opacity: 1;
}

.form-control.arInput2:focus {
	-webkit-box-shadow: 3px 6px 10px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 6px 10px -3px rgba(0, 0, 0, 0.2);
}

textarea.form-control.arInput2 {
	height: 150px;
}

.arLabel2 {
	color: #808080;
}

.ar_form_devider hr {
	margin-bottom: 20px;
	margin-top: 0;
}

.contact_form .form-group {
	margin-bottom: 20px;
}


/* ----------------------------

   14.  course start

------------------------------*/

.startup-section {
	background-color: #f4f6fd;
	padding: 55px 0px;
}

h3.title-text1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
	color: #000000;
	font-weight: 300;
	position: relative;
}

h3.title-text1::before {
	position: absolute;
	content: "";
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url("../images/line.png");
	background-repeat: no-repeat;
	height: 2px;
	width: 88px;
}

.startup-text p {
	font-size: 17px;
	color: #000;
	font-weight: 400;
	text-align: center;
}

.box-100 {
	background-color: #fff;
	padding: 25px 0px;
	text-align: center;
	box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.box-100 h4::before {
	content: '';
	position: absolute;
	left: -32px;
	top: 3px;
	background-image: url(../images/box.png);
	width: 21px;
	height: 20px;
	background-repeat: no-repeat;
}

.box-design {
	margin-top: 40px;
}

.box-100 h4 {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.cta-style-two .container-fluid {
	padding: 0;
}

.cta-style-two .row {
	margin-left: -.5px;
	margin-right: -.5px;
}

.cta-style-two .row [class*="col-"] {
	padding: 0 .5px;
}

.cta-style-two .cta-style-two-1 {
	background: #252A33 url(../images/course.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 457px;
}

.cta-style-two .cta-style-two-2 {
	padding: 99.5px 0;
	padding-left: 100px;
	padding-right: 100px;
	background: #4AA02C;
	background-size: cover;
}

.cta-style-two-2 h3 {
	font-size: 42px;
	color: #fff;
	margin-bottom: 63px;
	position: relative;
	text-align: center;
}

.cta-style-two-2 h3::before {
	position: absolute;
	content: "";
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url("../images/line1.png");
	background-repeat: no-repeat;
	height: 2px;
	width: 88px;
}

.cta-style-two-2 p {
	color: #fff;
	font-size: 16px;
	text-align: justify;
}

.utf-info-section .info-img {
	background: #ffffff;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	/*padding: 20px;*/
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
	position: relative;
}

.info-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 300%;
	left: -70%;
	top: -100%;
	transform: rotate(45deg);
	/*background: #909090;*/
	background: #4AA02C;
}

.utf-info-section .info-img img {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .18);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
	position: relative;
	z-index: 1;
	border-color: rgba(255, 255, 255, 0.5);
}

.info-content {
	padding-left: 50px;
}

.utf-info-section .info-content .utf-content-title {
	color: #424242;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: center;
}

.utf-info-section .info-content .utf-content-description {
	font-size: 15px;
}

.utf-box-stats {
	padding: 30px 15px 25px 15px;
	border-radius: 6px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.utf-box-stats.with-margin {
	margin-bottom: 20px;
}

.utf-box-stats i {
	display: inline-block;
	float: none;
	width: 100%;
	font-size: 30px;
	margin-bottom: 15px;
	color: #4AA02C;
}

.utf-box-stats p {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
}

.utf-content-block {
	padding-left: 30px;
}

.content-sec {
	padding: 60px 0px;
}

.utf-box-stats.with-margin {
	height: 181px;
}

.cta-style-two-2.cta-style-two-3 {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 50px;
}

.cta-style-two-2.cta-style-two-3 h3 {
	font-size: 29px;
}

.cta-style-two-2.cta-style-two-3 ul li {
	position: relative;
	color: #fff;
	margin-bottom: 16px;
	line-height: 20px;
	padding-left: 30px;
}

.cta-style-two-2.cta-style-two-3 ul li::before {
	position: absolute;
	left: 0;
	top: 8px;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #fff;
}

article#post-387 {
	width: 100%;
}

article#post-387 .col-lg-9>div {
	max-width: 430px;
	margin: 0px auto;
	padding-top: 0px!important;
}

article#post-387 ul.navbar-nav {
	width: 100%;
}

article#post-387 .bsui ul.list-unstyled li {
	margin: 0px!important;
}

article#post-387 .bsui ul.list-unstyled li a.nav-link {
	padding-left: 50px;
	position: relative;
}

article#post-387 .bsui .navbar-light .navbar-nav .nav-link.active {
	background: #1e73be26;
	color: #1e73be;
}

article#post-387 .bsui .navbar-light .navbar-nav .nav-link.active:before {
	content: "";
	position: absolute;
	border-right: #1e73be 5px solid;
	height: 100%;
	top: 0;
	left: 0;
}

.get_detials_btn:hover {
	color: #fff!important;
}


/* ----------------------------

   14. blog page end (<:;>)

------------------------------*/


/* ----------------------------

   14.  video page start

------------------------------*/


/* ----------------------------

   14.  video page start

------------------------------*/


/* ----------------------------

   14.  listing page start

------------------------------*/


/* ----------------------------

   14.  listing page start

------------------------------*/


/* ----------------------------

   15.  product detials page start

------------------------------*/


/* ----------------------------

   15.  product detials page end

------------------------------*/


/* ----------------------------

   16.  services page end

------------------------------*/


/* ----------------------------

   16.  services detials page end

------------------------------*/

.each_mfull_cources .mfull_txt .read_more button {
	background: black;
	color: #4AA02C;
	border: none;
	padding: 7px 20px;
	margin-top: 7px;
	border-radius: 3px;
	font-weight: 500;
	transition: .5s;
}

.each_mfull_cources .mfull_txt .read_more button:hover {
	background: #4AA02C;
	transition: .5s;
	color: black;
}

.read_more2 {
	background: #f2f2f2;
	color: #4AA02C;
	border: none;
	padding: 7px 20px;
	margin-top: 7px;
	border-radius: 15px;
	font-weight: 500;
	transition: .5s;
}

article#post-385,
article#post-386,
article#post-388 {
	margin: 0px auto;
	max-width: 400px;
	width: 400px;
}

.read_more2 {
	margin: 0px auto;
	display: table;
}

.read_more2:hover {
	/*color: #fff;*/
	color: #909090;
}

.achtsamkeitsseminare_banner:after {
	display: none;
}

video#myVideo {
	height: 20rem;
	object-fit: cover;
	width: 100%;
	object-position: bottom;
}

.utf-info-section .info-content .utf-content-description ul li {
	position: relative;
	align-items: center;
	display: flex;
	margin-bottom: .5rem;
}

.utf-info-section .info-content .utf-content-description ul li:before {
	content: '';
	position: relative;
	background: url(http://crescentek.net/projects/vollerelan/dev/wp-content/uploads/2021/04/bullet.png) no-repeat center;
	width: 2rem;
	height: 2rem;
	top: 0rem;
	left: 0rem;
}

.blog-details {
	margin-bottom: 50px;
}

.blog-details h1.entry-title a {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	margin: 0 0 7px;
}

.blog-details ul.entry-meta {
	display: flex;
}

.blog-details ul.entry-meta li {
	border-right: 1px solid #eee;
	padding-right: 30px;
	margin-right: 25px;
	list-style: none;
	display: inline-block;
	line-height: 18px;
	margin-top: 10px;
}

.blog-details ul.entry-meta li:last-child {
	border-right: none
}

.blog-details ul.entry-meta li span {
	color: #ccc;
	font-size: 12px;
	font-weight: 700;
	display: block;
	line-height: 18px;
}

.blog-details ul.entry-meta li span.value,
.blog-details ul.entry-meta li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	color: #7a7a7a;
}

.blog-details .entry-content {
	margin-bottom: 3rem;
}

.blog-details .entry-content p {
	color: #666;
	line-height: 1.7rem;
}

.blog-details .uwp_widgets.bsui>div.bg-light {
	border: #ddd .1rem solid;
	background: #fff!important;
	fill: #fff!important;
	padding: 30px;
}

.blog-details .media-body h5 {
	color: #ccc;
	text-transform: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	margin: 12px 0 2px;
	text-transform: capitalize;
}

.blog-details footer.entry-footer span a {
	color: #333;
	margin: 0px 5px;
	text-transform: uppercase;
	font-size: 12px;
}

.blog-details footer.entry-footer {
	margin-bottom: 30px;
}

.blog-details footer.entry-footer span {
	color: #ccc;
	font-weight: 600;
}

.blog-details footer.entry-footer span a {
	color: #333;
	margin: 0px 5px;
}

.blog-details .uwp_widgets {
	margin-top: 40px;
	display: none;
}

.blog_page header {
	display: flex;
	margin-bottom: 30px;
}

.blog_page .date-meta {
	font-size: 72px;
	font-weight: 700;
	height: 82px;
	width: 110px;
	line-height: 58px;
	color: #4AA02C;
}

.blog_page .date-meta i {
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	display: block;
	line-height: 20px;
	margin-top: 10px;
}

.blog_page .entry-contain {
	border-left: #ddd 1px solid;
	padding-left: 20px;
}

.blog_page .entry-title a {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	color: #333;
}

.blog_page .entry-title a:hover {
	color: #4AA02C;
}

.blog_page .entry-summary p {
	margin: 0px;
}

.blog_page .entry-summary {
	margin-bottom: 20px;
}

.blog_page .entry-summary p span {
	margin-bottom: 5px;
	display: block;
}

.blog_page .readmore a {
	background: #000;
	padding: 10px 30px;
	border-radius: 5px;
	color: #4AA02C;
	margin-top: 30px;
}

.blog_page .readmore a:hover {
	background: #4AA02C;
	color: #000;
}

.comment_section {
	width: 100%;
}

.comment_section .comment-respond .comment-reply-title {
	font-weight: 700;
	padding: 15px 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 25px;
}

.comment_section .comment-form-comment label {
	display: block;
}

.comment_section .comment-form-comment textarea {
	width: 100%;
	padding: 7px 15px;
	border: 1px solid #e3e6e6;
}

.comment_section .form-submit input {
	padding: 15px 30px;
	border: none;
	background: #4AA02C;
	color: #fff;
	border-radius: 5px;
}

.comment_field {
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-flow: wrap;
}

.comment_field p {
	width: 32.5%;
}

.comment_field p label {
	display: block;
	color: #333;
}

.comment_field p input {
	border: #e3e6e6 1px solid;
	height: 50px;
	width: 100%;
}

ul.xoxo>li {
	padding: 0 20px;
	margin-bottom: 50px;
	position: relative;
	border-left: #ddd 1px solid;
}

ul.xoxo>li .screen-reader-text {
	display: none;
}

ul.xoxo>li .search-form label .search-field {
	line-height: 40px;
	background: #fff;
	height: 42px;
	padding: 0 60px 0 15px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #eee;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul.xoxo>li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 36px;
	z-index: 0;
	background: #4AA02C;
}

li.cat-item.cat-item-1.current-cat {
	color: #4AA02C;
}

ul.xoxo>li .search-form label {
	width: 100%;
}

ul.xoxo>li .ser_btn {
	width: 30px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.xoxo>li input.search-submit {
	font-size: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border: none;
	right: 0px;
	background: transparent;
}

ul.xoxo>li .ser_btn:before {
	content: "\f002";
	font-family: 'FontAwesome';
	color: #000;
}

ul.xoxo>li h3.widget-title {
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

ul.xoxo>li ul>li>a {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 10px;
	display: block;
}

ul.xoxo>li ul>li>a:hover {
	color: #4AA02C;
}

ul.xoxo>li ul>li.cat-item.cat-item-1.current-cat a {
	color: #4AA02C;
}

.not_found img {
	width: 100%;
}

#content .page.type-page{
	padding: 0 15px;
}


/*========================

    media css start

========================*/

@media screen and (min-width:1200px) {
	.cta-style-two .cta-style-two-2 {
		height: 100%;
	}
	.cta-style-two .cta-style-two-1 {
		background-size: cover!important;
		background-position: top;
	}
}

@media only screen and (max-width:1199px) {
	.banner_text {
		padding-left: calc((100% - 930px) / 2);
	}
	.ech_traning_txt h2 {
		font-size: 18px;
	}
	.banner_text h2 {
		font-size: 38px;
	}
	.customNav>ul>li+li {
		margin-left: 3px;
	}
	.customNav ul li a {
		padding: 8px 12px;
	}
	.online_cource_wrap>h2 {
		font-size: 24px;
	}
	.mfull_txt h2 {
		font-size: 18px;
	}
	.video_right_txt {
		padding: 0 calc((100% - 930px)/ 2) 0 30px !important;
	}
	.downloadArbtn {
		padding: 18px 15px;
		font-size: 14px;
	}
	.downloadArbtn img {
		width: 16px;
	}
}

@media screen and (min-width:992px) {
	.has-submenu {}
	.video_wrap,
	.videoPartAr .video_overlay {
		padding-right: 15px;
	}
	.sign_up_today>.container>.row>.col-md-6 {
		padding: 0 50px;
	}
}

@media screen and (min-width:768px) {
	.testimonial_carouusel .owl-item.active.center .each_testimonial {
		transform: scale(1.3);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.testimonial_carouusel .owl-item.active.center .testi_Usrdtls {
		opacity: 1;
	}
	.testimonial_carouusel .owl-item.active.center .each_testimonial>p {
		font-size: 12px;
	}
	.testi_Usrdtls {
		opacity: 0;
	}
}

@media only screen and (max-width:1199px) {}

@media screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (max-width:991px) {
	/* nav css start */
	.hambergerBtn {
		width: 30px;
		height: 30px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		float: none;
		margin-left: auto;
		display: block;
		background: transparent;
		border: none;
	}
	.hambergerBtn:focus {
		outline: none;
	}
	.hambergerBtn span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #000;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.hambergerBtn span:nth-child(1) {
		top: 0px;
	}
	.hambergerBtn span:nth-child(2) {
		top: 10px;
	}
	.hambergerBtn span:nth-child(3) {
		top: 20px;
	}
	.hambergerBtn.clicked span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hambergerBtn.clicked span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}
	.hambergerBtn.clicked span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.customNav {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 400px;
		width: 100%;
		z-index: 6;
		background: #000;
		-webkit-transition: all ease-in-out 400ms;
		-moz-transition: all ease-in-out 400ms;
		transition: all ease-in-out 400ms;
		-webkit-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.62);
		-moz-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.62);
		box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.62);
		transform: translateY(-120%);
		min-width: 320px;
	}
	.bottomHeader {
		padding: 10px 0;
	}
	.bottom_nav_middle {
		/* position: static !important; */
	}
	.customNav {
		overflow-y: scroll;
		height: 100vh;
		justify-content: flex-start!important;
	}
	.customNav.show_nav {
		top: 56px;
		transform: translateY(0);
	}
	.customNav>ul>li.searchBtn>a {
		color: #fff;
	}
	.customNav .d-flex {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.customNav>ul>li>a {
		padding: 12px 15px;
		color: #fff;
	}
	.topHeader {
		padding: 6px 0;
	}
	.customNav>ul>li+li {
		border-top: 1px solid #ffffff21;
	}
	.bottomHeader {
		padding: 14px 0;
		z-index: 99;
	}
	.customNav>ul>li+li {
		margin-left: 0;
	}
	.customNav>ul>li ul {
		position: absolute!important;
		visibility: hidden;
		opacity: 0;
		background: #4AA02C;
		color: #fff;
		width: 100%;
		transform: none !important;
	}
	.customNav ul>li>ul>li>ul {
		top: 100%;
		left: 0px;
		overflow-y: scroll;
		height: 100vh;
	}
	.has-submenu>span {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 6px;
		right: 5px;
		background: #fff;
		line-height: 30px;
		text-align: center;
		font-size: 22px;
		color: #4AA02C;
		border-radius: 4px;
	}
	.customNav>ul>li ul li+li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.customNav ul li a {
		color: #fff;
	}
	/* nav css end */
	.banner_text {
		width: 100%;
		padding: 0 30px;
	}
	.home_banner_carousel .owl-item.active .item::before {
		width: 100%;
	}
	.banner-section .owl-carousel .item>img {
		height: 400px;
		object-fit: cover;
	}
	.online_cource_wrap>h2 {
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}
	.mfull_txt h2 {
		font-size: 20px;
	}
	.mfull_txt p {
		font-size: 14px;
	}
	.mfull_txt {
		align-self: center;
	}
	.video_right_txt {
		padding: 0 30px 0 30px !important;
	}
	.mfTraining h2 {
		font-size: 22px;
	}
	.mindufllness_right_inr h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.col-md-5.mindufllness_right {
		padding: 0 30px;
	}
	.join_our_online_cliases h4 {
		font-size: 16px;
	}
	.register_now_btn {
		font-size: 16px;
		padding: 14px 22px;
	}
	.each_ft_prt.leftLine::after {
		display: none;
	}
	.inner_banner_txt h2 {
		font-size: 28px;
	}
}

@media screen and (max-width:767px) {
	.col-md-6.sign_up_right {
		margin-top: 30px;
		padding: 30px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	}
	.comment_field p {
		width: 100%;
		padding: 0px 15px;
	}
	.each_testimonial {
		background: #fff;
		padding: 30px;
		-webkit-transition: all ease-in-out 300ms;
		transition: all ease-in-out 300ms;
		height: auto;
	}
	.sign_up_today::after {
		display: none;
	}
	.instructor_btn {
		padding: 7px 8px;
	}
	.search_box_group .col-md {
		margin-bottom: 20px;
	}
	.search_box_group .row {
		justify-content: center;
	}
	.top-header-list ul,
	.top-header-social ul {
		justify-content: center;
	}
	.top-header-social ul {
		margin-bottom: 6px;
	}
	.common_heading1 h2 {
		font-size: 22px;
	}
	.each_ft_prt+.each_ft_prt {
		border-left: none;
		padding: 0 15px;
	}
	.customNav>ul>li>a {
		font-size: 14px;
	}
	.greyMapCont {
		order: 2;
		margin-top: 30px;
	}
	.inner_banner>img {
		height: 250px;
		object-fit: cover;
	}
	.inner_banner_text h2 {
		font-size: 30px;
	}
	.contact_fe_section .col-lg-4 {
		margin-bottom: 30px;
	}
	.contact_fe_section [class*="col"]:not(:first-child) {
		border-left: none;
	}
	.contact_form h2 {
		margin-bottom: 20px;
		font-size: 26px;
		text-align: center;
	}
	.blog_imgpart {
		padding-left: 0px;
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.box-date {
		padding: 6px;
		background: #fff;
		border: 1px solid #d2d2d2;
	}
	.box-date .month {
		right: 8px;
		top: 52px;
	}
	.box-content {
		padding: 20px;
	}
	.blogDetails {
		padding: 40px 0;
	}
	.shop-list-desc {
		padding: 30px;
	}
	.course-list .col-md-7 {
		order: 2;
	}
	.shop-list-desc h4 {
		font-size: 20px;
	}
	.product_details .col-md-5 {
		margin-bottom: 30px;
	}
	.product_heading {
		font-size: 24px;
	}
	.dtls_pg_price {
		font-size: 20px;
	}
	.services_section .col-md-4 {
		margin-bottom: 30px;
	}
	.services_left_part {
		margin-bottom: 30px;
	}
	.cuponGroup .d-flex .d-flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mfull_txt h2 {
		font-size: 16px;
	}
	.free_trail_btn {
		font-size: 14px;
		line-height: 44px;
		padding: 0 30px;
	}
	.freeTrial_sect {
		margin-top: 40px;
	}
	.video_right_txt {
		padding: 30px !important;
	}
	.textInnr_ar h2 {
		font-size: 21px;
	}
	.mindfulness-training::after {
		display: none;
	}
	.col-md-5.mindufllness_right {
		padding: 30px;
	}
	.mindufllness_left {
		background: #ebeef3;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mindfulness-training {
		padding-bottom: 40px;
	}
	.sign_up_right h2 {
		font-size: 24px;
	}
	.sign_up_right h4 {
		font-size: 18px;
	}
	.sign_up_left::after {
		display: none;
	}
	.testimonial_carouusel .owl-item.active.center .each_testimonial::after {
		top: 0;
	}
	.testimonial_carouusel .item {
		padding: 30px 0;
	}
	.inner_banner_sect>img {
		width: 100%;
		/*height: 300px;

       object-fit: cover;*/
	}
	.cta-style-two .cta-style-two-2 {
		padding: 30px !important;
	}
	.cta-style-two-2 h3 {
		font-size: 30px;
	}
	.utf-content-block {
		padding-left: 0px;
		padding-top: 30px;
	}
	.each_training a {
		display: block;
	}
	.each_mfull_cources .mfull_img {
		text-align: center;
		margin-top: 10px;
	}
	.mfull_txt {
		text-align: center;
	}
	.videoPartAr iframe {
		width: 100%;
		height: 240px;
	}
}

@media screen and (max-width:575px) {
	.top-header-list ul {
		flex-wrap: wrap;
	}
	.top-header-list ul li {
		margin-bottom: 5px;
	}
	.banner_text h2 {
		font-size: 18px;
	}
	.ft_logo_prt>img {
		width: 160px;
	}
	.ft_socoalSect.mt-5 {
		margin-top: 0 !important;
	}
	.each_steps h4 {
		font-size: 14px;
	}
	.home_banner_carousel .owl-next {
		display: none;
	}
.banner-section .item {
    overflow: hidden;
    /*background-size: 100% !important;*/
    background-repeat: no-repeat !important;
    height: 200px;
	background-position:right center !important;
}
.owl-item.active .banner_text .banner_txt_btn_prt .enroll_now_btn{
	margin-top: 0;
}
.banner_text p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
} 
.wpcf7 .ajax-loader{
	position: absolute;
}
}

@media screen and (max-width:480px) {
	.banner_btns_group {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.banner_btns_group li+li {
		margin-left: 0;
		margin-top: 15px;
	}
	.ar_pdf_download {
		flex-direction: column;
		width: 100%;
	}
	.ar_pdf_download li+li {
		margin-top: 20px;
		margin-left: 0;
	}
	.ar_pdf_download li a {
		width: 100%;
		display: block;
	}
	.logo img {
		width: 130px;
	}
	.customNav.show_nav {
		top: 48px;
	}
	.box-date .date {
		font-size: 70px;
	}
	.box-date .month {
		right: 24px;
		font-size: 16px;
		top: 49px;
	}
	.each_training .col-6 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.inner_banner_txt h2 {
		font-size: 16px;
		margin: 0px;
	}
}

@media screen and (max-width:414px) {
	.each_mfull_cources .mfull_img {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.each_mfull_cources {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mfull_img img {
		width: 100%;
		display: block;
	}
	.free_trail_btn {
		font-size: 12px;
		padding: 0px 10px;
	}
}

.row.about-user-profile {
	align-items: flex-start;
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}

@media screen and (max-width:319px) {}


/**/

.utf-content-description p {
	text-align: justify;
}
