/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@600;700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');*/

body {
/*font-family: 'Manrope', sans-serif;font-size: 16px;line-height: 1.4;font-weight: 300; */
	margin: 0;
	padding: 0;
	color: #4f4f4f;
	font-family: "Exo 2", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0px;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
}

.navbar-cus-main {
	position: relative;
	z-index: 999;
}

.logo {
	position: relative;
	display: flex;
}

.logo img {
	width: 180px;
	height: auto;
}

.top-header .sub-menu-cus {
	left: 0;
	right: 0;
	width: 200px;
	padding: 0;
	border-radius: 0;
	border: none;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.top-header .sub-menu-cus ul li a {
	padding: 0;
	font-size: 12px;
}

.top-header .sub-menu-cus ul li:after {
	content: "";
	background: red;
	position: absolute;
	height: 5px;
	width: 5px;
	left: 10px;
	top: 17px;
	border-radius: 30px;
}

.dropdown .dropdown-menu {
	display: none;
}

.top-header .navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
}

.top-header .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-cus-main .top-header .nav-item .nav-link {
	padding: 20px 15px 5px;
	color: #333;
	font-size: 12px;
	text-transform: capitalize;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
	display: block;
	margin-top: 0.125em;
	margin-left: 0.125em;
}

.ktm-mega-menu {
	position: relative;
}

.ktm-mega-menu .dropdown-toggle::after {
	transition: transform .25s ease;
}

.ktm-mega-menu:hover .dropdown-toggle::after {
	transform: rotate(180deg);
}

.sub-menu-cus {
	position: absolute;
	left: 0px;
	right: 0;
	width: 270px;
	padding: 0;
	border-radius: 0;
	border: none;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.sub-menu-cus {
	list-style-type: none;
	padding: 0;
}

.sub-menu-cus li {
	position: relative;
}

.sub-menu-cus li:last-child a {
	border-bottom: none;
}

.sub-menu-cus.sub_has_menu .sub_has_children a {
	border-bottom: 1px solid #ddd;
}

.sub-menu-cus.sub_has_menu .sub_has_children a:hover {
	background-color: #fff;
}

.sub-menu-cus.sub_has_menu li .sub_has_menu a {
	border-bottom: 1px solid #ddd;
}

.sub-menu-cus li a:after {
	content: "";
	background: #fc4f19;
	position: absolute;
	height: 5px;
	width: 5px;
	left: 10px;
	top: 18px;
	border-radius: 30px;
}

.sub-menu-cus li a {
	padding: 0;
	font-size: 14px;
	padding: 10px 0px 10px 25px;
	border-bottom: 1px solid #ddd;
	background-color: #f3f3f3;
	display: block;
	color: #000;
}

.ktm-mega-menu .sub-menu-cus.sub_has_menu {
	left: 100%;
	top: 0;
	opacity: 0;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.sub-menu-cus .sub-menu li {
	display: block;
	position: relative;
}

.ktm-mega-menu .sub-menu-cus li .sub_has_menu {
	padding: 0;
}

.ktm-mega-menu .sub-menu-cus li:hover > .sub_has_menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0;
}

.ktm-mega-menu .sub-menu-cus li.has_children > a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: 9px;
	display: inline-block;
}

.navbar-cus-main .nav-item .nav-link {
	padding: 30px 15px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
}

.navbar-cus-main .navbar {
	padding: 10px 0;
}

.navbar-cus-main .dropdown-item:focus, .dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background-color: #006edd00;
}

.navbar-cus-main .nav-item a:hover {
	color: #fc4f19;
}

.home_banner_cus {
	background: #f1f0f500;
	min-height: 600px;
	top: -100px;
	margin-bottom: -100px;
	padding-top: 160px;
	position: relative;
}

.banner_info {
}

.banner-content-cus-main {
	text-align: center;
}

.banner-content-cus-main h1 {
	font-size: 54px;
	line-height: 1;
	font-weight: 600;
	padding: 0;
	margin-bottom: 30px;
	color: #000;
}

.banner-content-cus-main h2 {
	font-size: 24px;
	color: #181818;
}

.banner-content-cus-main p {
	font-size: 16px;
}

.banner-content-cus-main .sub_btn {
	background: #db0909;
	text-align: center;
	color: #fff;
	display: inline-block;
	min-width: 180px;
	padding: 14px 30px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	margin-top: 30px;
	transition: all .3s;
	background: -moz-linear-gradient(90deg, #072654, #2b63f8);
	background: -webkit-linear-gradient(90deg, #072654, #2b63f8);
	background: linear-gradient(90deg, #072654, #2b63f8);
	-webkit-box-shadow: 0 10px 15px 0 rgb(7 38 84 / 30%);
	box-shadow: 0 10px 15px 0 rgb(7 38 84 / 30%);
	position: relative;
	overflow: hidden;
	border: none;
}

.banner-content-cus-main .sub_btn i {
	margin-left: 5px;
	font-size: 18px;
}

.sub_btn span.circle {
	background: rgba(255, 255, 255, 0.2);
	display: block;
	position: absolute;
	top: -10%;
	right: -130px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.sub_btn:hover {
	background: -webkit-linear-gradient(90deg,#072654,#2b63f8);
	background: linear-gradient(90deg, #072654, #2b63f8);
	color: #fff;
}

.banner-content-cus-main .sub_btn:hover span.circle {
	top: -10%;
	right: -80px;
}

footer {
	position: relative;
	overflow: hidden;
	bottom: 6px;
}

.footer-svg {
	height: 80px;
	overflow: hidden;
}

.footer-svg svg path {
	fill: #FFF0F5;
}

.footer-row2 {
	background: #ffffff;
	padding: 50px 0 0px 0;
}

.footer-row2 h5 {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
	margin-top: 30px;
}

.footer-address-list {
	padding: 0;
}

.footer-address-list li {
	color: #6a6a8e;
	display: flex;
	padding: 0 0 10px 0;
}

.footer-address-list li > span {
	position: relative;
	top: 0px;
	line-height: 0;
}

.footer-address-list li i {
	margin: 0 15px 0 0;
	display: initial;
	font-size: 21px;
}

.footer-address-list li p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.footer-address-list li p span {
	display: flex;
	font-weight: 400;
	font-size: 15px;
}

.hline {
	border-top: 1px solid #e2eaef;
	margin: 0;
	position: relative;
}

footer.ftshap:before {
	content: "";
	background: url(../images/fdesgshape.png);
	position: absolute;
	width: 250px;
	height: 250px;
	bottom: 0;
	z-index: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	opacity: 0.1;
}

footer.ftshap:after {
	content: "";
	background: url(../images/ftdesgshape.png);
	position: absolute;
	width: 200px;
	height: 370px;
	background-repeat: no-repeat;
	top: 35%;
	z-index: 0;
	right: 0;
	background-position: center right;
	background-size: 80%;
	opacity: 0.1;
}

.footer-row3 {
/*	background: #ffffff;*/
	background-image: linear-gradient(#cae4ff40, #ff000000);
	padding: 40px 0;
}

.copyright {
	text-align: center;
	color: #6a6a8e;
	margin-top: 5px;
}

.footer-social-media-icons {
	margin: 0 0 30px 0;
}

.footer-social-media-icons a {
	color: #6a6a8e;
	font-size: 24px;
	border-radius: 4px;
	margin: 0 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
}

.footer-copyright {
}

.footer-copyright p {
	font-size: 16px;
}

.footer-copyright .footer-note {
	margin-top: 10px;
	font-size: 13px;
	line-height: 17px;
}

.footer-address-list li a {
	color: #6a6a8e;
	font-size: 16px;
	line-height: 1.2;
}

.link-hover a {
	color: #6a6a8e;
	display: inline-block;
	padding: 3px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	z-index: 1;
}

.link-hover a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.link-hover a:hover {
	color: #fc4f19 !important;
}

.link-hover a::after {
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: #fc4f19;
}

.navbar.fixed-top {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .17);
	animation: slide-down .7s;
}

@keyframes slide-down {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

#scroll-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 22px;
	border: none;
	outline: none;
	background: linear-gradient(90deg, #072654, #2b63f8);
	color: #fff;
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 0 3px 24px rgb(0 0 0/10%);
	transition: all .5s ease-in-out;
}

.blog-main-cus {
	padding: 50px 0;
	background-image: linear-gradient(#ff000000, #cbe4ff);
	z-index: 99;
	position: relative;
}

.title-single {
	padding-bottom: 25px;
	position: relative;
}

.title-single h2 {
	font-size: 30px;
	margin: 0 0 15px;
	font-weight: 600;
	text-transform: none;
	color: #000;
}

.title-single p {
	font-size: 16px;
	color: #212529;
	max-width: 65%;
	margin: 0 auto 10px;
	text-transform: none;
}

.blog-main-cus .media-card {
	border-radius: 8px;
	border: 1px solid #bdd2f1;
	background: #fff;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, .08);
	padding-bottom: 22px;
	height: 100%;
	overflow: hidden;
}

.media-card .blog-main-img-cus {
}

.media-card .blog-main-img-cus img {
	min-height: 100%;
}

.blog-main-cus .media-inner {
	padding: 0 15px;
}

.blog-main-cus .media-card h4 {
	color: #000;
	font-weight: 500;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 1.4;
}

.blog-main-cus .media-card h2 {
	color: #000;
	font-weight: 500;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 1.4;
}

.blog-main-cus .media-card a {
	color: #000;
}

.blog-main-cus .media-card p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

.sub_btn {
	background: #db0909;
	text-align: center;
	color: #fff;
	display: inline-block;
	min-width: 180px;
	padding: 14px 30px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	margin-top: 30px;
	transition: all .3s;
	background: -moz-linear-gradient(90deg, #072654, #2b63f8);
	background: -webkit-linear-gradient(90deg, #072654, #2b63f8);
	background: linear-gradient(90deg, #072654, #2b63f8);
	-webkit-box-shadow: 0 10px 15px 0 rgb(7 38 84 / 30%);
	box-shadow: 0 10px 15px 0 rgb(7 38 84 / 30%);
	position: relative;
	overflow: hidden;
	border: none;
}

.sub_btn i {
	margin-left: 5px;
	font-size: 16px;
	top: 2px;
	position: relative;
}

.sub_btn:hover span.circle {
	top: -10%;
	right: -80px;
}

.sub_btn span.circle {
	background: rgba(255, 255, 255, 0.2);
	display: block;
	position: absolute;
	top: -35%;
	right: -130px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.faq-cus-main {
	padding: 0;
}

.faq-cus-main .accordion-item {
	border-radius: 10px;
	border: 1px solid #cfcfcf;
	background: rgba(247, 247, 251, .5);
	margin-bottom: 15px;
	position: relative;
}

.faq-cus-main .accordion-header {
	margin-bottom: 0;
}

.faq-cus-main .accordion-button-cus {
	position: relative;
	height: 74px;
	border-radius: 10px !important;
	background: #fff0;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.accordion-button-cus:not(.collapsed)::after {
	background-image: url(../images/minus.png) !important;
}

.faq-cus-main .accordion-button-cus:after {
	background-image: url(../images/plus.png) !important;
	--bs-accordion-btn-icon-width: 1rem;
}

.faq-content {
}

.faq-content p {
	font-size: 16px;
}

.faq-content ul {
}

.faq-content ul li {
	font-size: 16px;
}

.faq-cus-main .accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.download {
	background: url(../images/help-more-questions.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 34px 34px;
	z-index: 99;
	position: relative;
}

.download h4 {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.4;
	padding-top: 255px;
}

.download p {
	color: #dbdbdb;
	font-size: 16px;
}

.btn.btn-download {
	width: 100%;
	height: 62px;
	border-radius: 6px;
	background: linear-gradient(90deg, #fc4f19, #f6a60d);
	border: none;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -.4px;
}

.owl-carousel button.owl-dot {
	background: #ddd;
	margin-right: 10px;
	border-radius: 0;
	width: 30px;
	height: 2px;
}

.owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.owl-carousel button.owl-dot.active {
	background: #ee1d25;
}

.owl-carousel button.owl-dot span {
	height: 10px;
	width: 10px;
	display: block;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 40%;
	top: 36px;
	line-height: 0;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 40%;
	top: 36px;
	line-height: 0;
}

.owl-carousel .owl-nav button.owl-prev .angle-left {
}

.owl-carousel .owl-nav button.owl-next .angle-right {
}

.owl-carousel .owl-nav button.owl-prev .angle-left img {
	width: 30px;
	height: auto;
	filter: opacity(0.5);
}

.owl-carousel .owl-nav button.owl-next .angle-right img {
	width: 30px;
	height: auto;
	filter: opacity(0.5);
}

.owl-carousel .owl-nav {
	position: relative;
}

.testimonials .feature-box-style-03 {
	margin-bottom: 20px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
	background: #fff;
	padding: 12px;
	border-radius: 6px;
}

.testimonials .review-rating-main-custom {
	min-height: 335px;
}

.testimonials .feature-box-style-03.item-feature-box .feature-box-info {
	padding-left: 15px;
}

.testimonials .size-lg {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.testimonials .feature-box-info h4:before {
	background: url(../images/top-quotation.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 33px;
	width: 43px;
	display: block;
	margin-bottom: 10px;
}

.testimonials .feature-box-info p.desc {
	color: #4f4f4f;
	margin-bottom: 0;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-align: left;
}

.testimonials .item-feature-box .client-review-img-content {
	margin-bottom: 15px;
	margin-top: 30px;
	margin-left: 20px;
}

.testimonials .item-feature-box .feature-box-icon {
	display: block;
}

.testimonials .feature-box-style-03.item-feature-box .feature-box-link {
	display: flex;
	align-items: flex-start;
	height: auto;
	width: 100%;
	margin: 0;
	position: relative;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}

.testimonials .feature-box-style-03.item-feature-box .client-review img {
	max-height: 65px;
	border-radius: 100%;
	width: 65px;
	border: 2px solid #fff;
	box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
	-webkit-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.testimonials .client-name-desc {
	display: block;
	text-align: left;
	margin-left: 20px;
}

.testimonials .client-name-desc h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #000;
}

.testimonials .client-name-desc p {
	font-size: 12px;
	color: #333;
	line-height: normal;
	margin-bottom: 0;
}

.testimonials .cover.left {
	left: 0;
	background: -webkit-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
	background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0));
	z-index: 9;
}

.testimonials .cover.right {
	right: 0;
	background: -webkit-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0));
	z-index: 9;
}

.testimonials .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(25vw - 12px);
	pointer-events: none;
	-webkit-transition: .5s opacity;
	transition: .5s opacity;
}

.review-slider-main-sec-cus {
	padding: 50px 0;
}

.testimonials {
	position: relative;
}

.testimonials-slider {
	position: relative;
}

.section {
	position: relative;
	width: 100%;
	z-index: 3;
}

.schedule-online-classes-bg {
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	z-index: 3;
}

.top_banner_info {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 3;
	margin-top: 10px;
}

.contant-detail .right1 {
	width: 100%;
}

.left-bg {
	padding: 100px 0 50px;
}

.right1 h1 {
	font-size: 42px;
	color: #000000;
	margin: 0 0 40px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
}

.schedule-online-classes-bg .top_feature {
	display: flex;
	align-items: center;
	justify-content: center;
}

.schedule-online-classes-bg .top_feature span {
	display: block;
	align-items: center;
	padding-right: 30px;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.schedule-online-classes-bg .top_feature figure img {
	margin-right: 8px;
	width: 35px;
}

figure {
	margin: 0;
}

.features_area {
	position: relative;
	display: block;
	left: 0px;
}

.schedule-online-classes-bg .content_info_box {
	background: #fff;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	padding: 20px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	border-radius: 6px;
}

.dash_title {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.form-subtitle {
	font-size: 14px;
}

.form-group {
	margin-bottom: 22px;
	position: relative;
}

.form-control {
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 6px;
	border: 1px solid #c8c8c8;
	height: 44px;
	box-shadow: none;
}

.form-control:focus {
	border-color: #f28128;
	outline: 0;
	box-shadow: none;
}

.textbox-error-msg {
	color: #ffc107 !important;
	position: absolute;
	bottom: -15px;
	font-size: 10px;
}

.btn_box {
}

.captcha_code {
	position: relative;
}

.home_enq_box span {
	color: #fff;
}

.captcha_code span {
	padding: 5px 0px 5px 5px;
	background: #000;
	display: flex;
	border-radius: 6px;
	width: 70px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
	justify-content: center;
}

.textbox-error-msg-captcha {
	color: #ffc107 !important;
	position: absolute;
	bottom: -12px;
	font-size: 10px;
}

.btn_box .c-button-custom-home {
	margin-left: 0 !important;
	min-width: 100%;
	min-height: 44px;
	padding: 7px 5px;
	font-size: 16px;
	background: linear-gradient(90deg, #fc4f19, #f6a60d);
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	line-height: 22px;
	border: none;
	display: inline-block;
	text-transform: none;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}

.trial-form-sub-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	position: relative;
	margin-top: 0;
}

.trial-form-sub-title:before, .trial-form-sub-title:after {
	content: '';
	position: absolute;
	width: 33%;
	height: 0.0625rem;
	background-color: rgba(112, 112, 112, 0.1);
	top: 60%;
	left: 0;
}

.trial-form-sub-title:after {
	right: 0;
	left: auto;
}

.schedule-online-classes-bg .scheduleaclasses-bannerform-nav .nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.schedule-online-classes-bg .scheduleaclasses-bannerform-nav .nav li {
	width: 49%;
}

.schedule-online-classes-bg .scheduleaclasses-bannerform-nav .nav li button.active {
	color: #fc4f19;
	background-color: #ff000000;
	border: 1px solid;
}

.schedule-online-classes-bg .scheduleaclasses-bannerform-nav .nav li button {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 20px 6px 0;
	margin-right: 15px;
	border-radius: 0;
	text-transform: none;
	border-bottom: 2px solid #f2662100;
	transition: all .3s;
	width: 95%;
	border: 1px solid #dddddd;
	border-radius: 6px;
}

.schedule-online-classes-bg .scheduleaclasses-bannerform-nav .nav li button.active:after {
	content: "";
	position: absolute;
	background: #fff url(../images/circle.png);
	left: -7px;
	top: -7px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.how-achieveaim-works-main-sec {
	padding: 50px 0;
	position: relative;
}

.all-types-work-achieveaim-main-boxes {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.all-types-work-achieveaim-main-boxes .elementor-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.all-types-work-achieveaim-main-boxes .elementor-row .elementor-col-50 {
	width: 50%;
}

.all-types-work-achieveaim-main-boxes .elementor-row .process1 {
	padding-top: 30px;
	position: relative;
}

.all-types-work-achieveaim-main-boxes .elementor-row .process1 .long_arrow {
	display: block;
	opacity: 0.05;
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 55px;
	right: -30px;
	transform: rotate(-50deg);
	z-index: 0;
}

.long_arrow img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.all-types-work-achieveaim-main-boxes .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.all-types-work-achieveaim-main-boxes .elementor-number {
	width: 15%;
}

.all-types-work-achieveaim-main-boxes .elementor-number span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(242, 243, 245);
	margin: 0px auto;
	flex-shrink: 0;
	color: #fc4f19;
	font-size: 18px;
	font-weight: 600;
}

.all-types-work-achieveaim-main-boxes .elementor-widget-heading {
	width: 85%;
	padding-right: 15px;
}

.all-types-work-achieveaim-main-boxes .elementor-widget-heading .elementor-heading-title {
	font-size: 20px;
	margin-bottom: 8px;
	padding: 0;
	line-height: 1;
}

.all-types-work-achieveaim-main-boxes .elementor-widget-heading p {
	font-size: 15px;
	color: #666;
	max-width: 90%;
}

.all-types-work-achieveaim-main-boxes .elementor-row .process2 .long_arrow {
	display: block;
	opacity: 0.05;
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: -30px;
	left: -55px;
	transform: rotate(50deg);
	z-index: 0;
}

.all-types-work-achieveaim-main-boxes .elementor-row .process2 {
	margin-top: 120px;
	position: relative;
}

.all-types-work-achieveaim-main-boxes .elementor-row .process3 .long_arrow {
	display: block;
	opacity: 0.05;
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 55px;
	right: -30px;
	transform: rotate(-54deg);
	z-index: 0;
}

.all-types-work-achieveaim-main-boxes .elementor-row .process3 {
	padding-top: 10px;
	position: relative;
}

.all-types-work-achieveaim-main-boxes .elementor-row .process4 {
	margin-top: 90px;
}

.all-types-work-achieveaim-main-boxes .guarantee_box {
	padding-top: 50px;
	text-align: center;
	width: 100%;
}

.all-types-work-achieveaim-main-boxes .guarantee_box .elementor-widget-heading {
	width: 100%;
}

.all-types-work-achieveaim-main-boxes .guarantee_box .elementor-widget-heading h5 {
	font-weight: 500;
	color: #666;
	font-size: 17px;
	text-transform: none;
}

.all-types-work-achieveaim-main-boxes .guarantee_box .elementor-heading-title {
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0;
	line-height: 1;
	margin-top: 30px;
}

.comfortzone-boxes-main-sec {
	padding: 50px 0 50px;
}

.comfortzone-boxes-main {
}

.comfortzone-single-box-main {
	text-align: center;
}

.comfortzone-single-box-main .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(242, 243, 245);
	margin: 0px auto;
	flex-shrink: 0;
	color: #f28128;
	font-size: 18px;
	font-weight: 600;
}

.comfortzone-single-box-main .icon svg {
}

.comfortzone-single-box-main .title-desc {
	margin-top: 20px;
}

.comfortzone-single-box-main .title {
	font-size: 22px;
}

.comfortzone-single-box-main .title-desc .desc {
	font-size: 14px;
	color: #999;
	text-transform: none;
}

.focus-on-the-skills-main-sec {
	padding: 0;
	position: relative;
}

.focus-on-the-skills-single-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.focus-on-the-skills-single-box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(242, 243, 245);
	margin: 0px auto;
	flex-shrink: 0;
	color: #f28128;
	font-size: 18px;
	font-weight: 600;
}

.focus-on-the-skills-single-box .icon svg {
}

.focus-on-the-skills-single-box .title-desc {
	width: 81%;
	text-align: left;
}

.focus-on-the-skills-single-box .title {
	font-size: 20px;
	text-transform: none;
}

.focus-on-the-skills-single-box .desc {
	font-size: 14px;
	color: #999;
	text-transform: none;
}

.request-private-tutor-main-cus {
}

.request-private-tutor-main-cus h2 {
	font-size: 30px;
	margin: 0 0 15px;
	font-weight: 600;
	text-transform: none;
}

.request-private-tutor-main-cus p {
	font-size: 15px;
	color: #555;
	max-width: 65%;
	margin: 0 auto 10px;
	text-transform: none;
}

.request-private-tutor-main-cus .sub_btn {
	line-height: 0;
	display: block;
	width: 220px;
	margin: 30px auto 0;
}

.shap_curve {
	margin-bottom: -34px;
}

.shap_curve img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.become-a-tutor-banner {
}

.become-a-tutor-banner .title {
	text-align: start;
}

.become-a-tutor-banner .banner-desc {
	font-size: 17px;
	color: #555;
	font-weight: 500;
	text-transform: none;
}

.banner-btn-cus {
}

.banner-btn-cus .sub_btn {
	margin-top: 0;
}

.main-breadcrumb-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 50px;
}

.course-breadcrum-main-title h1 {
	font-size: 32px;
}

.breadcrumb {
	padding: 5px 0 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: #ff000000;
}

.breadcrumb ul {
	color: #666;
	z-index: 99;
	position: relative;
	padding: 0;
	margin-bottom: 5px;
}

.breadcrumb ul i {
	font-size: 14px;
}

.breadcrumb li {
	list-style-type: none;
	display: inline-block;
	color: #666;
}

.breadcrumb li a {
	color: #666;
}

.course-breadcrum-main-title {
	z-index: 2;
	position: relative;
}

.main-breadcrumb-bg h2 {
	font-size: 30px;
	line-height: 1.1;
/*	color: #000;*/
	z-index: 99;
	position: relative;
	font-weight: 700;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.course-breadcrum-main-title p {
	font-size: 16px;
	color: #555;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 500;
}

.star-rating-students {
	z-index: 2;
	position: relative;
}

.star-rating-students p {
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.star-rating-students i {
	font-size: 12px;
	color: #ffbc00;
}

.star-rating-students span {
	color: #fc4f19;
	text-decoration: underline;
}

.teacher-name-college {
	z-index: 2;
	position: relative;
}

.teacher-name-college p {
	color: #666;
	font-size: 14px;
}

.teacher-name-college span {
	color: #fc4f19;
	text-decoration: underline;
}

.date-language {
	z-index: 2;
	position: relative;
}

.date-language p {
	color: #666;
	font-size: 14px;
}

.date-language span {
}

.main-breadcrumb-bg:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.about-section-menu {
	padding: 0px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 82px;
	z-index: 999;
	background: linear-gradient(90deg,#fc4f19,#f6a60d);
	box-shadow: 0 7px 12px rgb(0 0 0 / 20%);
	border-radius: 6px;
}

.about-section-menu-center {
	display: flex;
	align-items: center;
	justify-content: start;
}

.about-menu-all {
	padding: 0;
	margin: 0;
}

.about-menu-all li {
	display: inline-block;
	padding: 20px 18px;
	border-top: 2px solid transparent;
	border: none;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.about-menu-all a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0px;
	border-bottom: 2px solid #f5812000;
}

.about-menu-all a.active {
	border-bottom: 2px solid #fff;
}

.course-details-disc {
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	margin-top: 30px;
}

.container-left {
	width: 100%;
	margin: 0;
}

.CSAA-whizCardsBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 30px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
}

.CSAA-whizCardsBlock .left {
	margin: 0px 0 0;
}

.CSAA-whizCardsBlock .right {
	margin: 0 0 0 20px;
}

.CSAA-whizCardsBlock .left p {
	color: #51596c;
	font-size: 14px;
	margin: 0;
}

.CSAA-whizCardsBlock .right .whizcard {
	height: 35px;
	line-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #51596C;
	max-width: 200px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	white-space: nowrap;
	border-radius: 30px;
}

.course-details-over-view-coourse {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.course-details-over-view-coourse h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.course-details-over-view-coourse p {
	margin-left: 20px;
}

.course-details-what-you-learn-cus {
	margin-bottom: 50px;
}

.course-details-what-you-learn-cus h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.course-details-what-you-learn-cus p {
	margin-bottom: 20px;
}

.course-details-what-you-learn-cus ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

.course-details-what-you-learn-cus ul li {
	max-width: calc(100% / 2 - 35px);
	width: 100%;
	color: #51596C;
	font-size: 14px;
	padding-left: 30px;
	margin: 0 0 20px;
	position: relative;
}

.course-details-what-you-learn-cus ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	background: url(../images/arrow-what-will-learn.svg) no-repeat;
	width: 20px;
	height: 20px;
}

.moretext {
	display: none;
}

.course-details-what-you-learn-cus {
	margin-bottom: 50px;
}

.course-details-what-you-learn-cus h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.course-details-what-you-learn-cus p {
	margin-bottom: 20px;
}

.course-details-what-you-learn-cus ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

.course-details-what-you-learn-cus ul li {
	max-width: calc(100% / 2 - 35px);
	width: 100%;
	color: #51596C;
	font-size: 14px;
	padding-left: 30px;
	margin: 0 0 20px;
	position: relative;
}

.course-details-disc .moreless-button {
	font-size: 16px;
	color: #f58120;
}

.couse-details-included-course-main {
	background-color: rgb(245, 247, 250);
	padding: 25px 20px;
	margin-top: 30px;
}

.title-custom-course-details {
}

.title-custom-course-details h2 {
	font-size: 22px;
	margin-bottom: 30px;
}

.tab-couse-details-included {
	overflow: hidden;
	border: 1px solid #ccc0;
	background-color: #f1f1f100;
}

.course-buy-main-sticky {
	position: relative;
	top: -250px;
	margin-bottom: -250px;
	z-index: 999;
}

.course-buy-main {
	box-shadow: 0 7px 12px rgb(0 0 0 / 20%);
	padding: 25px;
	background-color: #fff;
	border-radius: 10px;
	position: -webkit-sticky;
	position: sticky;
	top: 85px;
	z-index: 999;
}

.course-details-video-breadcrumb {
	margin-top: 0px;
}

.single-video {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 0;
	transition: .3s;
	-webkit-transition: .3s;
}

.single-video::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.course-details-video-breadcrumb img {
	width: 100%;
	height: 160px;
	border: 1px solid #fff;
}

.single-video img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

.video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-top: 8px;
}

.video-icon a {
	text-align: center;
	display: inline-block;
	position: relative;
}

.video-icon a i {
	color: #f58120;
	font-size: 30px;
	border-radius: 50%;
	background: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	padding-left: 6px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 23%), 0 3px 6px 0 rgb(0 0 0 / 16%);
	transition: .3s;
	-webkit-transition: .3s;
}

.course-buy-main .option-group {
	margin-bottom: 15px;
}

.course-buy-main .option-group ul {
	margin: 0;
	border: 1px solid #DFE6EF;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
}

.course-buy-main .option-group ul li {
	background: #F9FBFC;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border-bottom: 1px solid #DFE6EF;
}

.course-buy-main .option-group .custom-checkbox {
	align-items: center;
	padding: 17px 15px;
}

.custom-checkbox {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0;
	cursor: pointer;
}

.course-buy-main .option-group .custom-checkbox input {
	width: 22px;
	height: 22px;
	border-radius: 50%;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 16px;
	height: 16px;
	margin: 0;
}

.course-buy-main .option-group .custom-checkbox input[type="checkbox"]:checked ~ .checkbox-style {
	background-color: #00BE7E;
	border: 1px solid #00BE7E;
}

.course-buy-main .option-group .custom-checkbox .checkbox-style {
	background: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #ddd;
}

.custom-checkbox .checkbox-style {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	border: 1px solid #C3C2C9;
	border-radius: 2px;
	background-color: #fff;
}

.course-buy-main span {
}

.course-buy-main .option-group .custom-checkbox .checkbox-style:before {
	content: "\f00c";
}

.custom-checkbox .checkbox-style:before {
	position: absolute;
	content: "F";
	font-size: 10px;
	font-family: "FontAwesome";
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.course-buy-main .option-group .custom-checkbox .name {
	color: #1F2430;
	font-size: 15px;
	margin: 0 10px 0 0;
}

.course-buy-main .option-group .price-block {
	display: flex;
	align-items: center;
	line-height: 1;
	margin: 0 0 0 auto;
}

.course-buy-main .option-group .price-block .old-price {
	color: #A2A2A2;
	font-size: 13px;
}

.course-buy-main .option-group .price-block .price {
	color: #1F2430;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 0 8px;
}

.course-buy-main .option-group ul li:last-child {
	border-bottom: 0;
}

.course-buy-total-cus {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course-buy-total-cus .offer {
	color: #fc4f19;
}

.course-buy-total-cus h4 {
	font-size: 20px;
	margin: 0;
}

.course-buy-main h4 {
	align-items: center;
	display: flex;
}

.course-buy-main .donate-btn-header {
	width: 100%;
}

.donate-btn-header {
	display: inline-block;
}

.course-buy-main .donate-btn-header a {
	width: 100%;
	text-align: center;
	height: 40px;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-top: 10px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: none;
	padding: 8px 22px;
	background: linear-gradient(90deg, #fc4f19, #f6a60d);
	color: #fff;
	border-radius: 30px;
	transition: all .3s;
}

.course-buy-main .donate-btn-header a:hover {
	background-color: #000;
}

.course-buy-total-cus .old-price {
	color: #A2A2A2;
	font-size: 13px;
}

.course-buy-total-cus h4 span {
	margin-left: 20px;
}

.money-back-guarantee {
	text-align: center;
}

.money-back-guarantee span {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.course-list-main-cus {
	padding: 80px 0;
	background-image: linear-gradient(#ff000000, lavenderblush);
}

.course-list-main-cus .nav {
	border-bottom: 1px solid #ddd;
}

.course-list-main-cus .nav li {
}

.course-list-main-cus .nav li button.active {
	color: #fc4f19;
	background-color: #ff000000;
	border-bottom: 2px solid #fc4f19;
	border-radius: 0;
}

.course-list-main-cus .nav li button {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 20px 10px 0;
	margin-right: 15px;
	border-radius: 0;
	text-transform: uppercase;
	border-bottom: 2px solid #f2662100;
	transition: all .3s;
}

.course-list-content-main-cus {
	border-radius: 15px;
}

.redexzone-single-blog {
	position: relative;
	background-color: #fff;
	text-align: left;
	margin-bottom: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: .3s;
	-webkit-transition: .3s;
	transform-origin: top;
}

.course-list-image-main-custom {
}

.redexzone-blog-thumb {
	position: relative;
}

.course-list-image-main-custom a {
	border-radius: 15px 0 0 15px;
}

.redexzone-blog-thumb a {
	position: relative;
	display: block;
	overflow: hidden;
}

.course-list-image-main-custom img {
	border-radius: 15px 0 0 15px;
}

.redexzone-blog-thumb img {
	display: block;
	width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
}

.course-list-title-desc-main {
	padding: 14px 0 14px;
}

.course-list-title-desc-main .redexzone-blog-meta {
	margin-bottom: 0px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
}

.course-list-title-desc-main .blog-page-title {
	padding-bottom: 0px;
}

.course-list-title-desc-main .blog-page-title h2 {
	margin-top: 0;
	font-size: 24px;
}

.course-list-title-desc-main .blog-page-title h2 a {
	color: #000;
}

.course-list-title-desc-main .blog-page-title p {
	color: #51596C;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0px;
	height: auto;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.course-list-title-desc-main .redexzone-blog-meta-left {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.program_info {
	display: flex;
	align-items: center;
	width: 100%;
}

.program_info span {
	display: inline-block;
	border-right: 1px solid #ccc;
	padding-right: 6px;
	margin-right: 6px;
	font-size: 14px;
	line-height: 12px;
}

.redexzone-blog-meta-left span i {
	margin-right: 4px;
	color: #fc4f19;
}

.program_info span:last-child {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

.price-review-block {
	padding: 20px 30px 0 0;
}

.price-review-block .btn-add-cart {
	color: #fff;
	background: linear-gradient(90deg, #fc4f19, #f6a60d);
	width: 120px;
	font-size: 15px;
	font-weight: 600;
	border: 0;
	padding: 10px 0;
	border-radius: 6px;
	transition: all .3s;
}

.price-review-block .btn-add-cart:hover {
	background: #000;
}

.fancybox-button {
	background: rgb(255 17 0);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	margin: 0;
	padding: 5px;
	position: relative;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 35px;
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 1;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	-o-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: visible;
	z-index: 99997;
}

.fancybox-button--arrow_left {
	display: none;
}

.fancybox-button--arrow_right {
	display: none;
}

.cart-main-section {
	padding: 50px 0;
	position: relative;
}

.cart-cus {
	margin-top: 30px;
}

.cart-course-list-main-box {
	position: relative;
	background-color: #fff;
	text-align: left;
	margin-bottom: 30px;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
	transition: .3s;
	-webkit-transition: .3s;
	transform-origin: top;
	padding: 10px 15px;
}

.cart-course-list-main {
}

.cart-course-list-main .option-group {
	margin: 0;
	padding: 0;
}

.cart-course-list-main .option-group .option {
	display: flex;
	align-items: center;
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #F3F3F4;
}

.cart-course-list-main .option-group .option .option-title {
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #1F2430;
	text-transform: capitalize;
	min-width: 120px;
}

.pIconclass {
	padding: 0 6px 3px 9px;
}

.cart-course-list-main .option-group .option-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	max-width: 270px;
	width: 100%;
}

.cart-course-list-main .option-group .option-right .price-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
	margin: 0 15px 0 auto;
	padding: 0;
}

.cart-course-list-main .option-group .option-right .price-block .old-price {
	color: #A2A2A2;
	font-size: 13px;
}

.cart-course-list-main .option-group .option-right .price-block .price {
	color: #1F2430;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 0 10px;
}

.cart-course-list-main .option-group .option-right .icon {
	margin: 0;
}

.cart-course-list-main .option-group .option-right .delete-ico {
	font-size: 13px;
	color: #51596C;
	padding: 8px;
	border-radius: 50%;
	background: #F3F3F4;
	transition: .2s all ease-in-out;
	cursor: pointer;
}

.order-summary-block {
	background: #fff;
	max-width: 350px;
	width: 100%;
	height: fit-content;
	margin: 0;
	border-radius: 8px;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}

.order-summary-block .order-summary {
	padding: 15px 20px 20px;
}

.order-summary-block .order-summary .title {
	border-bottom: 1px solid #F3F3F4;
	color: #1F2430;
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.order-summary-block .price-group {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #F3F3F4;
}

.order-summary-block .price-block:last-child {
	padding-bottom: 0;
}

.order-summary-block .price-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}

.order-summary-block .price-block span, .order-summary-block .saving-block span {
	margin: 0;
	font-size: 16px;
	color: #51596C;
}

.order-summary-block .price-block .price, .order-summary-block .price-block .price-discount {
	font-weight: 500;
	color: #1F2430;
}

.order-summary-block .saving-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.order-summary-block .saving-block .saving-amt {
	font-size: 24px;
	font-weight: bold;
	color: #1F2430;
}

.order-summary-block .btn-checkout {
	background: #F06421;
	display: block;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	transition: .2s all ease-in-out;
}

.order-summary-block .btn-checkout:hover {
	background-color: #000;
}

.order-summary-block .btn-checkout {
	width: 100% !important;
	cursor: pointer;
}

.cart-course-list-main .option-group .option-right .fa-trash {
	font-size: 13px;
	color: #51596C;
	padding: 8px;
	border-radius: 50%;
	background: #F3F3F4;
	transition: .2s all ease-in-out;
	cursor: pointer;
}

.cart-sec-title-cus {
	font-size: 24px;
}

.list-button-circle {
	padding: 15px 10px !important;
}

.feature-box-style-14 {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, .08);
    border: 1px solid #bdd2f1;
	border-radius: 6px;
}

.item-blog-list {
	margin-bottom: 20px;
	border-radius: 6px;
}

.blog-list-thumb {
	position: relative;
}

.blog-main-left .blog-list-thumb-link {
	overflow: hidden;
	display: block;
	position: relative;
	height: 130px;
}

.blog-list-title {
	font-size: 18px;
	margin: 0 0 10px;
}

.blog-list-title a {
	color: #333;
	text-shadow: 0 0 0;
}

.blog-list-info p.desc {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.blog-list-thumb img {
	width: 100%;
	height: auto;
}

.blog-list-pg-main-cus {
	padding: 50px 0;
	position: relative;
}

.recent-artical-sidebar-article-cus {
}

.recent-artical-sidebar-article-cus .media-card {
	border-radius: 8px;
	border: 1px solid #bdd2f1;
	background: #fff;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, .08);
	padding-bottom: 10px;
	height: 100%;
	margin-bottom: 0px;
	overflow: hidden;
}

.recent-artical-sidebar-article-cus .media-card .blog-main-img-cus img {
	height: auto;
	margin: 0 auto;
	background-color: #efefef;
	display: block;
	object-fit: contain;
	width: 100%;
}

.recent-artical-sidebar-article-cus .media-inner {
	padding: 0 15px;
}

.recent-artical-sidebar-article-cus .media-card h4 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recent-artical-sidebar-article-cus .media-card h2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recent-artical-sidebar-article-cus .media-card h2 a {
	color: #000;
}

.recent-artical-sidebar-article-cus .media-card h4 a {
	color: #000;
}

.recent-artical-sidebar-article-cus .media-card p {
	margin: 0;
	font-size: 15px;
	font-style: normal;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.feature-box-info h3 {
	font-size: 15px;
	margin: 5px 0 5px;
	line-height: 20px;
	font-weight: 600;
	color: #303133;
}

.feature-box-style-06 .feature-box-info h3 {
	font-size: 18px;
	margin: 0px 0 15px;
}

.contact-form-wrapper {
	position: relative;
	overflow: hidden;
	padding: 40px 60px 60px 60px;
}

.contact-form {
	position: relative;
	overflow: hidden;
}

.contact-form-wrapper .form-title {
	position: relative;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: rgb(18 18 18);
	margin-bottom: 40px;
}

.contact-form select, .contact-form .form-control, .contact-form .form-select, .contact-form textarea, .contact-form input {
	height: 56px;
	padding: 0 25px 0 25px;
	border: 1px solid #6f6e77;
	color: #6f6e77;
	background-color: #fff0;
	border-radius: 6px;
	font-size: 16px;
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.themeholy-btn:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: '';
	background-color: rgb(195 52 53);
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	border-radius: 0px;
}

.contact-info-wrap .title-area {
	margin-bottom: 40px;
}

.contact-info-wrap .sub-title {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fc4f19;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: -0.34em;
}

.contact-info-wrap .title-area .sec-title {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 600;
}

.contact-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid rgba(18, 18, 18, 0.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
	max-width: 320px;
}

.contact-info_icon {
	display: inline-block;
	color: rgb(195 52 53);
	text-align: center;
	font-size: 28px;
	position: relative;
}

.contact-info_icon img {
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
}

.contact-info_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.contact-info_text {
	min-width: 180px;
	display: block;
	margin-bottom: -0.5em;
}

.themeholy-social.author-social .info-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.themeholy-social.author-social a {
	background-color: rgb(217 217 217);
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	display: inline-block;
	color: rgb(18 18 18);
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
}

.themeholy-social a:last-child {
	margin-right: 0;
}

.contact-info_text a {
	color: rgb(111 110 119);
}

.contact-form textarea.form-control {
	min-height: 150px;
	padding: 25px 25px 0 25px;
}

.contact-main-sec-cus {
	padding: 50px 0;
	position: relative;
	z-index: 99;
}

.contact-map-sec-cus {
	position: relative;
	z-index: 99;
}

.submit-btn-cus {
	background: linear-gradient(90deg,#fc4f19,#f6a60d);
	display: block;
	border-radius: 8px;
	font-size: 16px;
	padding: 6px 20px;
	font-weight: 600;
	height: 50px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	transition: .2s all ease-in-out;
}

.submit-btn-cus:hover {
	background: #000;
}

.nav-top {
	display: none;
	align-items: center;
	position: fixed;
	z-index: 101;
	padding: 10px 20px;
	width: 100%;
	height: 50px;
	background-color: #188976;
}

.nav-top .hamburger {
	color: #fff;
	cursor: pointer;
}

.nav-drill {
	margin-top: 50px;
	transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
	transform: translateX(0);
}

.nav-is-toggled::after {
	opacity: 1;
	visibility: visible;
}

.nav-drill {
	display: flex;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	width: 300px;
	height: 100vh;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition: 0.45s;
}

.nav-items {
	flex: 0 0 100%;
}

.nav-item:not(:last-child) {
	border-bottom: none;
}

.nav-expand-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	background-color: #daf9f4;
	transition: 0.3s;
	visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
	border-bottom: solid 1px #ddd;
}

.nav-expand-content .nav-link {
	background-color: #daf9f4;
}

.nav-expand-content .nav-back-link {
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: #ffffff !important;
	color: #000;
}

.nav-expand-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-expand.active > .nav-expand-content {
	transform: translateX(0);
	visibility: visible;
}

.nav-expand .nav-expand-content {
	background-color: #fff;
}

.nav-expand .nav-expand-content .nav-link {
	background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content {
	background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-link {
	background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
	background-color: #84e9d9;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
	background-color: #84e9d9;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
	background-color: #59e1cb;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
	background-color: #59e1cb;
}

.footer-address-main-cus {
	margin-bottom: 20px;
}

.footer-address-main-cus .email-mobile-f {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 10px;
}

.footer-address-main-cus .email-mobile-f a {
	color: #6a6a8e;
}

.footer-address-main-cus .email-mobile-f .email {
}

.footer-address-main-cus .email-mobile-f .phone {
}

.signin-signup-btn-cus {
}

.signin-signup-btn-cus a {
	margin-left: 0 !important;
	min-width: 100%;
	padding: 7px 15px;
	font-size: 16px;
	background: -moz-linear-gradient(90deg, #072654, #2b63f8);
    background: -webkit-linear-gradient(90deg, #072654, #2b63f8);
    background: linear-gradient(90deg, #072654, #2b63f8);
    -webkit-box-shadow: 0 2px 15px 0 rgb(7 38 84 / 30%);
    box-shadow: 0 2px 15px 0 rgb(7 38 84 / 30%);
	border: none;
	color: #fff;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	text-transform: none;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}

.signin-signup-btn-cus a:hover {
	background: -moz-linear-gradient(90deg, #072654, #2b63f8);
    background: -webkit-linear-gradient(90deg, #072654, #2b63f8);
    background: linear-gradient(90deg, #072654, #2b63f8);
    -webkit-box-shadow: 0 10px 15px 0 rgb(7 38 84 / 30%);
    box-shadow: 0 10px 15px 0 rgb(7 38 84 / 30%);
	border: none;
}

.blur-\[120px\], .filter {
	filter: blur(120px);
}

.w-screen {
	width: 100vw;
}

.inset-0 {
	inset: 0;
}

.fixed {
	position: fixed;
}

.opacity-25 {
	opacity: .25;
}

.to-fl-pink-700 {
	--tw-gradient-to: #de00a5 var(--tw-gradient-to-position);
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.rounded-full {
	border-radius: 9999px;
}

.w-\[700px\] {
	width: 700px;
}

.aspect-square {
	aspect-ratio: 1 / 1;
}

.to-fl-gold-300 {
	--tw-gradient-to: #fecb51 var(--tw-gradient-to-position);
}

.from-fl-pink-700 {
	--tw-gradient-from: #de00a5 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(222,0,165,0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.-ml-20 {
	margin-left: -5rem;
}

.from-fl-blue-600 {
	--tw-gradient-from: #2541fc var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(37,65,252,0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.full-body-background-color-cus-main {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	filter: blur(120px);
}

.bg-gradient-to-b-left {
	background-image: linear-gradient(to right, #ff9e9e, #0476f3);
	aspect-ratio: 1 / 1;
	border-radius: 9999px;
	width: 50%;
	opacity: .25;
}

.bg-gradient-to-b-right {
	margin-left: -5rem;
	background-image: linear-gradient(to right, #0476f3, #fecb51);
	width: 50%;
	aspect-ratio: 1 / 1;
	border-radius: 9999px;
	opacity: .25;
}

.cart-course-list-main-box .course-list-image-main-custom a {
	border-radius: 15px;
}

.explore-top-subjects-main-sec-cus {
	position: relative;
}

.explore-top-subjects-main-sec-cus .nav {
	border-bottom: 1px solid #ddd;
}

.explore-top-subjects-main-sec-cus .nav li {
}

.explore-top-subjects-main-sec-cus .nav li button.active {
	color: #fc4f19;
	background-color: #ff000000;
	border-bottom: 2px solid #fc4f19;
	border-radius: 0;
}

.explore-top-subjects-main-sec-cus .nav li button {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 20px 10px 0;
	margin-right: 15px;
	border-radius: 0;
	text-transform: none;
	border-bottom: 2px solid #f2662100;
	transition: all .3s;
}

.explore-top-subjects-main-sec-cus .nav li button img {
	height: 24px;
	width: 24px;
	margin-right: 10px;
}

.explore-top-subjects-main-box-cus {
	box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5), 0 0 6px -2px rgba(0, 0, 0, .05);
	padding: 50px 50px;
	border-radius: 30px;
	background-color: #fff;
}

.businessmanagement-single-box-main {
	box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5), 0 0 6px -2px rgba(0, 0, 0, .05);
	border-radius: 12px;
	margin: 20px 0 10px;
}

.businessmanagement-box-img {
	position: relative;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.businessmanagement-box-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(#fc4f19, #fff0f500);
}

.businessmanagement-box-img img {
	border-radius: 12px 12px 0 0;
}

.businessmanagement-box-content {
	padding: 15px;
}

.businessmanagement-box-tag {
	background-color: #fc4f19;
	color: #fff;
	padding: 3px 10px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 15px;
}

.businessmanagement-box-tag h4 {
	font-size: 14px;
	margin: 0;
}

.businessmanagement-title-desc {
}

.businessmanagement-title-desc .title {
	font-size: 18px;
	font-weight: 600;
}

.businessmanagement-title-desc .desc {
	margin-bottom: 0;
}

.businessmanagement-box-img-logo {
	position: absolute;
	top: 80px;
	right: 25px;
	background-color: #fff;
	z-index: 9;
	padding: 10px 10px;
	border-radius: 6px;
}

.businessmanagement-box-img-logo img {
	height: auto;
	width: 110px;
}

.testimonials-single-top-main-cus {
	padding: 20px;
	background: #fff;
	border: 1.5px solid #eceaea;
	border-radius: 16px;
	width: 100%;
	margin-bottom: 20px;
}

.testimonials-single-top-video-cus {
}

.testimonials-single-top-video-cus .single-video {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0;
	transition: .3s;
	-webkit-transition: .3s;
}

.testimonials-single-top-video-cus .single-video::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.testimonials-single-top-video-cus .single-video img {
	display: block;
	width: 100%;
	border-radius: 12px;
}

.testimonials-single-top-main-cus .testimonials-single-top-content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
	margin-left: 20px;
	justify-content: space-evenly;
	padding: 50px 50px 0;
}

.testimonials-single-top-main-cus .quote-icon {
}

.testimonials-single-top-main-cus .quote-icon img {
	width: 28px;
	height: 20px;
}

.testimonials-single-top-content-desc {
}

.testimonials-single-top-content-desc h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin: 0;
}

.testimonials-single-top-content-name {
}

.testimonials-single-top-content-name h4 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.testimonials .testimonials-slider-home .feature-box-style-03 {
	margin-bottom: 20px;
	border: 1.5px solid #eceaea;
	box-shadow: 0 3px 0 #eceaea;
	background: #fff;
	padding: 12px;
	border-radius: 6px;
}

.testimonials .testimonials-slider-home .feature-box-style-03.item-feature-box .client-review img {
	max-height: 50px;
	border-radius: 100%;
	width: 50px;
	border: 2px solid #fff;
	box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
	-webkit-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.testimonials .testimonials-slider-home .client-name-desc {
	display: block;
	text-align: left;
	margin-left: 10px;
}

.testimonials .testimonials-slider-home .client-name-desc h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #000;
}

#lim-wrapper {
	position: relative;
}

.thankyou-main-sec-cus {
	padding: 50px 0;
}

.lim-content_1 {
	width: 100%;
}

.contant-detail {
	width: 100%;
	position: relative;
}

.main-title {
	margin-top: 15px;
	font-size: 42px;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

.style7 {
	font-size: 16px;
	font-weight: 500;
}

.mtop15 {
	margin-top: 15px;
}

.thankyou-pg-main-sec .checked_icon {
}

.thankyou-pg-main-sec .checked_icon img {
}

.blog-list-pg-main-cus .blog-main-left {
}

.blog-detailspg-pg-main-cus .item-blog-list h2 {
	font-size: 24px;
}
