@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a,
p {
	color: var(--);
}
#scrollUp,
.btn-outline-white:hover,
.btn-white {
	background-color: var(--whiteColor);
}
#scrollUp,
#scrollUp i {
	display: block;
	line-height: 50px;
}
.herobannerarea__clms
	.gridarea__wraper.gridarea__wraper__2
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__img
	.gridarea__small__content
	h6,
.mode_switcher.my_switcher button span,
body,
p {
	font-size: 16px;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__img,
.with__sidebar__content
	.gridarea__wraper.gridarea__course__list
	.gridarea__content
	.gridarea__list
	ul
	li {
	width: 30%;
}
.empower_gradient,
.gradient-text-color,
.nep2020_gradient {
	-webkit-text-fill-color: transparent;
}
:root {
	--bodyBg: #fff;
	--whiteColor: #ffffff;
	--whitegrey: #6a7c92;
	--whitegrey1: #ededed;
	--whitegrey2: #f2f6f7;
	--whitegrey3: #e7deff;
	--headingColor: #222222;
	--contentColor: #5f6c76;
	--contentColor2: #5c727d;
	--primaryColor: #7260ab;
	--secondaryColor: #cc60a3;
	--secondaryColor2: #f5dc42;
	--secondaryColor3: #5ccbf1;
	--primary-color: #212121;
	--background-color: #111;
	--font: sans-serif;
	--blackColor: #2c2e35;
	--blackColor2: #191b1e;
	--darkblack: #0c0e2b;
	--darkcolor: #263546;
	--darkgray: #9fa2ce;
	--deepgray: #202942;
	--lightGrey: #7b8696;
	--lightGrey2: #7b8697;
	--lightGrey3: #7e858b;
	--lightGrey4: #a2a9b6;
	--lightGrey5: #f0f0f5;
	--lightGrey8: #f0f1f3;
	--lightGrey6: #6d6e75;
	--lightGrey7: #f3f4fd;
	--lightGrey9: #9f98b2;
	--lightGrey10: #f5f5fe;
	--lightGrey11: #f7f8fd;
	--lightGrey12: #f0f4f7;
	--greencolor: #44cea9;
	--greencolor2: #1ec902;
	--greencolor3: #2ec14a;
	--orange: #fe2323;
	--borderColor: #eeeeee;
	--borderColor1: #e5e5e5;
	--borderColor2: #dddddd;
	--borderColor3: #f8f8f8;
	--borderColor4: #cacaca;
	--darkdeep1: #170f2f;
	--darkdeep2: #37404e;
	--darkdeep3: #f4f4f8;
	--darkdeep4: #949392;
	--darkdeep5: #62605d;
	--darkdeep6: #7e8285;
	--darkdeep7: #c4c4c4;
	--indigo: #b13bff;
	--deepgreen: #133344;
	--deepblue: #505975;
	--deepred: #dc164d;
	--skycolor: #03a9f4;
	--yellow: #ff912c;
	--yellow1: #f0b410;
	--blue: #2864ff;
	--naveBlue: #17093e;
	--borderRadius: 15px;
	--borderRadius2: 12px;
	--borderRadius3: 10px;
	--borderRadius4: 30px;
	--transition: 0.3s;
	--bodyFont: "poppins", sans-serif;
	--headingFont: "poppins", sans-serif;
	--contentFont: "poppins", sans-serif;
}
.is_dark {
	--bodyColor: #fff;
	--bodyBg: #0c0e2b;
	--bodyBg1: #0c0e2b;
	--headingColor: #fff;
	--blackColor: #fff;
	--blackColor2: #fff;
	--whiteColor: #0c0e2b;
	--darkdeep2: #fff;
	--darkblack: #fff;
	--lightGrey: #0c0e2b;
	--lightGrey7: #170f2f;
	--lightGrey10: #170f2f;
	--lightGrey11: #170f2f;
	--contentColor: #fff;
	--darkdeep5: #fff;
	--borderColor: #312a57;
	--whitegrey: #fff;
	--whitegrey1: #312a57;
	--whitegrey2: #312a57;
	--deepgray: #fff;
	--borderColor2: #fff;
	--darkdeep3: #17093e;
	--contentColor2: #fff;
	--deepgreen: #fff;
	--bs-body-color: #fff;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: var(--bodyFont);
	background-color: #fff;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
}
.educationarea__wrapper .educationarea__heading h2,
.single__service .service__content h3 a,
.tab__button__wrap li button,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headingFont);
	font-family: var(--headingFont);
}
a {
	text-decoration: none;
	transition: var(--transition);
}
.btn,
a,
button,
img,
input,
li,
p,
select,
textarea {
	-webkit-transition: all var(--transition) ease-out 0s;
	-moz-transition: all var(--transition) ease-out 0s;
	-ms-transition: all var(--transition) ease-out 0s;
	-o-transition: all var(--transition) ease-out 0s;
	transition: all var(--transition) ease-out 0s;
}
a:hover {
	color: var(--primaryColor);
}
input:focus-visible {
	outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--headingColor);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin-bottom: 15px;
	font-weight: 700;
	color: var(--blackColor);
}
ul {
	margin: 0;
}
li {
	list-style: none;
	display: inline-block;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: var(--bs-gutter-x, 0.9375rem);
	padding-left: var(--bs-gutter-x, 0.9375rem);
	--bs-gutter-x: 0.9375rem;
}
.btn-pink,
.btn-white {
	padding: 10px 35px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.btn-white {
	color: #000;
	border-radius: var(--borderRadius);
	border: 1px solid var(--whiteColor);
}
.btn-purple:hover,
.btn-white:hover {
	border: 1px solid var(--whiteColor);
	color: #fff;
}
.btn-pink {
	background-color: var(--secondaryColor);
	color: #fff;
	border-radius: var(--borderRadius);
	border: 1px solid var(--secondaryColor);
}
.btn-pink:hover {
	border: 1px solid var(--secondaryColor);
	color: var(--secondaryColor);
}
.btn-purple,
.btn-yellow {
	border-radius: var(--borderRadius);
	padding: 10px 35px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
}
.btn-yellow {
	background-color: var(--secondaryColor2);
	color: #000;
	border: 1px solid var(--secondaryColor2);
}
.btn-yellow:hover {
	border: 1px solid var(--secondaryColor2);
	color: var(--secondaryColor2);
}
.btn-purple {
	background-color: var(--primaryColor);
	color: #fff;
	border: 1px solid var(--primaryColor);
}
.btn-outline-white {
	padding: 10px 35px;
	display: inline-block;
	text-align: center;
	border-radius: var(--borderRadius);
	font-size: 18px;
	font-weight: 600;
	border: 1px solid var(--whiteColor);
	color: #fff;
}
.btn-outline-white:hover {
	border: 1px solid var(--whiteColor);
}
.btn-outline-pink {
	padding: 10px 35px;
	color: var(--secondaryColor);
	display: inline-block;
	text-align: center;
	border-radius: var(--borderRadius);
	font-size: 18px;
	font-weight: 600;
	border: 1px solid var(--secondaryColor);
}
.btn-outline-pink:hover {
	border: 1px solid var(--secondaryColor);
	background-color: var(--secondaryColor);
	color: #fff;
}
.primaryCard .enroll-course-circle::before {
	position: absolute;
	content: "";
	left: -100%;
	width: 100%;
	height: 4px;
	background: var(--primaryColor);
	top: 50%;
	transform: translateY(-50%);
}
.secondaryCard .enroll-course-circle::before,
.secondaryCard2 .enroll-course-circle::before {
	width: 233%;
	height: 4px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -2;
	content: "";
	position: absolute;
	right: 0;
}
.secondaryCard .enroll-course-circle::before {
	background: var(--secondaryColor3);
}
.secondaryCard2 .enroll-course-circle::before {
	background: var(--secondaryColor);
}
.secondaryCard2 .enroll-course-circle::after {
	position: absolute;
	content: "";
	left: 100%;
	width: 100%;
	height: 4px;
	background: var(--secondaryColor2);
	top: 50%;
	transform: translateY(-50%);
	z-index: -2;
}
.container-fluid.full__width__padding {
	padding: 0 30px;
}
@media (min-width: 1500px) and (max-width: 1920px) {
	.container-fluid.full__width__padding {
		padding: 0 150px;
	}
}
.row {
	--bs-gutter-x: 1.875rem;
}
.column__custom__class {
	padding-left: 15px;
	padding-right: 15px;
}
.row__custom__class {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}
.sp_100 {
	padding: 100px 0;
}
.sp_90 {
	padding: 90px 0;
}
.sp_80 {
	padding: 80px 0;
}
.sp_70 {
	padding: 70px 0;
}
.dont_wait_container,
.sp_60 {
	padding: 60px 0;
}
.sp_50 {
	padding: 50px 0;
}
.sp_40 {
	padding: 40px 0;
}
.sp_30 {
	padding: 30px 0;
}
.course_info,
.sp_20 {
	padding: 20px 0;
}
.sp_top_120 {
	padding-top: 120px;
}
.sp_top_100 {
	padding-top: 100px;
}
.sp_top_90 {
	padding-top: 90px;
}
.sp_top_80 {
	padding-top: 80px;
}
.sp_top_70 {
	padding-top: 70px;
}
.sp_top_60 {
	padding-top: 60px;
}
.blog__details__form,
.sp_top_50 {
	padding-top: 50px;
}
.sp_top_40 {
	padding-top: 40px;
}
.about__single__course__counter,
.sp_top_30 {
	padding-top: 30px;
}
.grid__course__status,
.sp_top_20 {
	padding-top: 20px;
}
.sp_bottom_110 {
	padding-bottom: 110px;
}
.sp_bottom_120 {
	padding-bottom: 120px;
}
.sp_bottom_100 {
	padding-bottom: 100px;
}
.sp_bottom_90 {
	padding-bottom: 90px;
}
.sp_bottom_80 {
	padding-bottom: 80px;
}
.sp_bottom_70 {
	padding-bottom: 70px;
}
.sp_bottom_60 {
	padding-bottom: 60px;
}
.sp_bottom_50 {
	padding-bottom: 50px;
}
.sp_bottom_40 {
	padding-bottom: 40px;
}
.sp_bottom_30 {
	padding-bottom: 30px;
}
.footer_container,
.sp_bottom_20 {
	padding-bottom: 20px;
}
.col--30 {
	padding-left: 30px;
	padding-right: 30px;
}
#scrollUp {
	width: 50px;
	height: 50px;
	color: var(--primaryColor);
	right: 20px;
	bottom: 60px;
	text-align: center;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9811 !important;
	position: fixed;
	box-shadow: 0 10px 50px rgba(13, 38, 59, 0.15);
}
#scrollUp i {
	font-size: 20px;
	transition: 0.5s;
}
#scrollUp:hover i {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.default__small__button {
	padding: 5px 23px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: var(--primaryColor);
	border-radius: var(--borderRadius2);
	background: var(--whitegrey3);
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.default__button,
.headerarea__button a {
	border-radius: var(--borderRadius);
	text-align: center;
}
.default__small__button.default__small__button__2 {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 14.5px;
	color: var(--whiteColor);
}
.default__button {
	padding: 10px 25px;
	background-color: var(--primaryColor);
	color: var(--whiteColor);
	display: inline-block;
	font-size: 15px;
	border: 1px solid var(--primaryColor);
}
.default__button:hover {
	background-color: var(--whiteColor);
	color: var(--primaryColor);
	border-color: var(--primaryColor);
	border: 1px solid var(--primaryColor);
}
.default__button.default__button--2 {
	background-color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}
.default__button.default__button--2:hover {
	background-color: var(--whiteColor);
	color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}
.default__button.default__button--3 {
	background-color: transparent;
	border: 1px solid var(--primaryColor);
	color: var(--primaryColor);
}
.default__button.default__button--3:hover {
	color: var(--whiteColor);
	border: 1px solid var(--primaryColor);
	background-color: var(--primaryColor);
}
.default__button.default__button--4 {
	background-color: transparent;
	border: 1px solid var(--secondaryColor);
	color: var(--secondaryColor);
}
.default__button.default__button--4:hover {
	color: var(--whiteColor);
	border: 1px solid var(--secondaryColor);
	background-color: var(--secondaryColor);
}
@keyframes dot-anim {
	0% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes dot-anim-2 {
	0% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes up-do-anim {
	0%,
	100%,
	25%,
	50%,
	75% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
@keyframes cir-anim {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes move5 {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
.theme__shadow__circle {
	position: fixed;
	left: -250px;
	top: 200px;
	right: auto;
	bottom: auto;
	z-index: -1;
	width: 500px;
	height: 500px;
	border-radius: 1000px;
	background-image: linear-gradient(
		45deg,
		var(--secondaryColor),
		var(--primaryColor)
	);
	opacity: 0.1;
	-webkit-filter: blur(100px);
	filter: blur(100px);
}
#loading-center,
.about__right__wraper__4,
.about__wrap__content,
.aboutarea,
.eventlistarea .container,
.headerarea .container,
.headerarea__2__input,
.heading__underline span,
.herobanner__video,
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form,
.search__form,
.service__wrap__content {
	position: relative;
}
.theme__shadow__circle.shadow__right {
	left: auto;
	top: 100px;
	right: -250px;
	bottom: auto;
	opacity: 0.1;
	background-image: linear-gradient(
		45deg,
		var(--primaryColor),
		var(--secondaryColor)
	);
}
.header__area.sticky,
.modal__wraper .modal-content {
	background: var(--whiteColor);
}
.course__details__tab__wrapper,
.section__title {
	margin-bottom: 40px;
}
.section__title .section__title__heading h2 {
	font-size: 40px;
	line-height: 54px;
	margin-bottom: 0;
	color: #000;
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.container-fluid.full__width__padding {
		padding: 0 50px;
	}
	.section__title .section__title__heading h2 {
		font-size: 38px;
		line-height: 50px;
	}
}
.heading__underline span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 7px;
	background: var(--secondaryColor2);
	bottom: 22px;
	left: 0;
	z-index: -1;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.section__title .section__title__heading h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.heading__underline span:after {
		bottom: 17px;
	}
}
.section__title__2 .section__small__title,
.section__title__2 .section__title__heading__2 {
	margin-bottom: 13px;
}
.section__title__2 .section__small__title span {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	color: var(--secondaryColor);
}
.section__title__2 .section__title__heading__2.section__title__heading__3 h2 {
	color: var(--blackColor);
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__close
	a
	:hover,
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__content
	a:hover,
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__content
	p
	span,
.headerarea__right .header__cart:hover > a {
	color: var(--secondaryColor);
}
.section__title__2 .section__title__heading__2.heading__fontsize__1 h2 {
	font-size: 65px;
	line-height: 72px;
}
.section__title__2 .section__title__heading__2.heading__fontsize__2 h2 {
	font-size: 47px;
	line-height: 50px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.section__title__2 .section__title__heading__2.heading__fontsize__2 h2 {
		font-size: 42px;
		line-height: 48px;
	}
}
.herobannerarea__title .herobannerarea__title__heading__2 h2,
.section__title__2 .section__title__heading__2 h2 {
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 0.5px;
	color: var(--whiteColor);
}
#loading {
	background-color: var(--whiteColor);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999999;
	margin-top: 0;
	top: 0;
}
#loading-center {
	width: 100%;
	height: 100%;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object {
	width: 80px;
	height: 80px;
	background-color: var(--primaryColor);
	-webkit-animation: 1s ease-in-out infinite animate;
	animation: 1s ease-in-out infinite animate;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
	0% {
		-webkit-transform: perspective(160px);
	}
	50% {
		-webkit-transform: perspective(160px) rotateY(-180deg);
	}
	100% {
		-webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
	}
}
@keyframes animate {
	0% {
		transform: perspective(160px) rotateX(0) rotateY(0);
		-webkit-transform: perspective(160px) rotateX(0) rotateY(0);
	}
	50% {
		transform: perspective(160px) rotateX(-180deg) rotateY(0);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0);
	}
	100% {
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
}
.mode_switcher.my_switcher {
	position: fixed;
	right: -50px;
	top: 100px;
	z-index: 9999999;
	transition: 0.3s;
}
.mode_switcher.my_switcher:hover {
	right: 0;
}
.mode_switcher.my_switcher button {
	display: flex;
	font-size: 20px;
	color: var(--whiteColor);
	background: var(--primaryColor);
	padding: 10px;
	line-height: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 90px;
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.15);
	border: none;
}
.mode_switcher.my_switcher button svg {
	width: 20px;
	margin-right: 10px;
}
.header_area .mob_menu_wrapper,
.is_dark .dark__mode,
.light__mode {
	display: none;
}
.is_dark .light__mode {
	display: block;
}
#back__preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -webkit- flex;
	display: -ms- flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	background: #fff;
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.back__loader_logo,
.educationarea .hero__shape,
.herobannerarea__icon img,
.login__shape__img .hero__shape,
.shape__icon__2 .shape__icon__img {
	position: absolute;
}
.back__loader_logo img {
	width: 200px;
}
#back__circle_loader {
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-top-color: var(--primaryColor);
	border-right-color: var(--secondaryColor);
	border-bottom-color: var(--secondaryColor2);
	border-left-color: var(--secondaryColor3);
	border-radius: 50%;
	-webkit-animation: 2s linear infinite spinLoader;
	animation: 2s linear infinite spinLoader;
}
@-webkit-keyframes spinLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.modal__wraper {
	max-width: 1000px;
	margin: 150px auto;
	max-height: 750px;
	overflow: auto;
}
.modal__wraper .modal-body {
	padding: 0;
}
.modal__wraper .btn-close {
	position: absolute;
	right: 10px;
	z-index: 999;
	background-color: var(--whiteColor);
}
.header__area.sticky {
	position: fixed;
	top: 0;
	z-index: 999;
	right: 0;
	left: 0;
	width: 100%;
	transition: 0.4s;
	-webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
	animation: 0.3s ease-in-out fadeInDown;
}
.headerarea__main__menu nav ul > li .headerarea__submenu,
.headerarea__submenu--third {
	padding: 14px 0;
	box-shadow: 0 0 50px 10px rgba(15, 157, 193, 0.1);
	visibility: hidden;
	min-width: 200px;
}
.headerarea__left {
	display: flex;
	height: 100%;
	align-items: center;
}
.headerarea__main__menu {
	text-align: center;
	width: 100%;
	margin: auto;
}
.headerarea__main__menu nav ul > li {
	position: relative;
	margin: 8px 0;
}
.headerarea__main__menu nav ul {
	margin: 22px 0;
	background: linear-gradient(90deg, #cc60a3, #7260ab, #5ccbf1);
	border-radius: 10px;
}
.headerarea__main__menu nav ul > li a.active {
	background: #fff;
	color: #000;
	padding: 2px 20px;
	border-radius: 10px;
}
.headerarea__main__menu nav ul > li a {
	padding: 2px 7px !important;
	display: block;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	color: #fff;
	border-radius: 10px;
}
.headerarea__main__menu nav ul > li:hover > a {
	background: #fff;
	color: #000;
	border-radius: 10px;
}
.headerarea__main__menu nav ul > li .headerarea__submenu {
	position: absolute;
	background-color: var(--whiteColor);
	transition: 0.3s;
	top: 110%;
	left: 0;
	opacity: 0;
	z-index: 9999;
	border-bottom-right-radius: var(--borderRadius);
	border-bottom-left-radius: var(--borderRadius);
	text-align: left;
}
.headerarea__main__menu nav ul > li .headerarea__submenu > li {
	display: block;
	margin: 0;
	border-left: 2px solid transparent;
}
.headerarea__main__menu nav ul > li .headerarea__submenu > li:hover {
	border-left: 2px solid var(--primaryColor);
}
.headerarea__main__menu nav ul > li .headerarea__submenu > li:hover > a {
	color: var(--primaryColor);
	background-color: var(--whitegrey1);
}
.headerarea__main__menu nav ul > li .headerarea__submenu > li a {
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerarea__main__menu nav ul > li:hover .headerarea__submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.headerarea__right {
	text-align: right;
	display: flex;
	justify-content: end;
	height: 100%;
	align-items: center;
}
.headerarea__right .header__cart {
	padding: 0 20px;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.headerarea__right .header__cart:hover .header__right__dropdown__wrapper {
	visibility: visible;
	opacity: 1;
	top: 100%;
	transition: 0.3s;
}
.headerarea__right .header__cart > a {
	font-size: 24px;
	color: var(--blackColor);
	position: relative;
}
.headerarea__right .header__cart > a::before {
	font-size: 10px;
	font-weight: 500;
	line-height: 15px;
	position: absolute;
	top: 0;
	right: -10px;
	width: 15px;
	height: 15px;
	padding: 0 4px;
	content: "3";
	text-align: center;
	border-radius: 100%;
	background: var(--secondaryColor);
	color: var(--whiteColor);
}
.headerarea__right .header__cart .header__right__dropdown__wrapper {
	position: absolute;
	width: 300px;
	max-height: 700px;
	padding: 20px;
	border-bottom: 3px solid var(--borderColor);
	background-color: var(--whiteColor);
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
	top: 120%;
	left: -117px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__close {
	position: absolute;
	right: 0;
	top: -10px;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner {
	border-bottom: 1px solid var(--borderColor);
	margin-bottom: 30px;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__img
	a {
	border: 1px solid var(--borderColor);
	display: inline-block;
}
.aboutarea__img__2 img,
.educationarea__img .aboutimg__4__img__1,
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__img
	img,
.herobannerarea__img img {
	width: 100%;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__content {
	text-align: left;
	width: 70%;
	margin-left: 15px;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__content
	a {
	font-size: 14px;
	line-height: 20px;
	color: var(--darkblack);
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__inner
	.single__header__right__dropdown
	.header__right__dropdown__content
	p {
	color: var(--darkblack);
	font-size: 14px;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.dropdown__price {
	text-align: left;
	font-size: 17px;
	margin-bottom: 20px;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.dropdown__price
	span {
	float: right;
	color: var(--secondaryColor);
	font-weight: 700;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__button
	a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__button
	a.white__color {
	border: 1px solid var(--secondaryColor);
	margin-bottom: 20px;
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__button
	a.white__color:hover {
	background: var(--secondaryColor);
	color: var(--whiteColor);
}
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__button
	a.blue__color {
	background: var(--darkblack);
	color: var(--whiteColor);
}
.course_concept_detailts
	.row
	.col-custom-new:first-child
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(13)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(5)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(9)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__button
	a.blue__color:hover,
.is_dark .mobile-off-canvas-active .mobile-aside-close:hover,
.mobile-off-canvas-active .mobile-aside-close:hover,
.secondaryCard2 .adaptive-item1 span,
.secondaryCard2 .adaptive-item1 span::after,
.secondaryCard2 .course-enroll-descr,
.secondaryCard2 .course-enroll-descr::after,
.secondaryCard2 .enroll-course-circle,
.secondaryCard_bg {
	background: var(--secondaryColor);
}
.headerarea__login a:hover,
.headerarea__outline_button a:hover {
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
}
.headerarea__login {
	margin-right: 15px;
}
.headerarea__login a {
	color: var(--blackColor);
	font-size: 15px;
	font-weight: 600;
	padding: 8px 15px;
	border: 1px solid var(--borderColor1);
	display: inline-block;
	text-align: center;
	border-radius: var(--borderRadius);
}
.headerarea__login a:hover {
	color: var(--whiteColor);
}
.headerarea__button a {
	padding: 8px 15px;
	background-color: var(--secondaryColor);
	color: var(--whiteColor);
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid var(--secondaryColor);
}
.headerarea__outline_button a {
	padding: 8px 15px;
	color: var(--primaryColor);
	display: inline-block;
	text-align: center;
	border-radius: var(--borderRadius);
	font-size: 12px;
	font-weight: 700;
	border: 1px solid var(--primaryColor);
}
.headerarea__outline_button a:hover {
	color: var(--whiteColor);
}
.headerarea .mega__menu__label.new,
.headerarea__button a:hover,
.hreobannerarea__button .herobannerarea__button__2:hover,
.mobile-off-canvas .mobile-aside-button:hover,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	.lang-curr-dropdown
	ul
	li
	a:hover,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang:hover
	> a,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li
	a:hover,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li
	ul
	li
	a:hover,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-search
	form
	button:hover {
	color: var(--secondaryColor);
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.headerarea__main__menu nav ul > li a {
		padding: 2px 15px;
	}
	.headerarea__button a {
		padding: 8px 10px;
		font-size: 12px;
	}
	.herobannerarea.herobannerarea__2 .herobannerarea__content__wraper {
		padding-right: 0;
	}
}
.headerarea__button a:hover {
	background-color: var(--whiteColor);
	border-color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}
#headingFive .key_features,
#headingOne .key_features {
	background: #ccc0f2 !important;
	border-left: 6px solid var(--primaryColor);
}
#headingSix .key_features,
#headingTwo .key_features {
	background: #b2e1f1 !important;
	border-left: 6px solid var(--secondaryColor3);
}
#headingThree .key_features {
	background: #f4ebb1 !important;
	border-left: 6px solid var(--secondaryColor2);
}
#headingFour .key_features {
	background: #f2aed8 !important;
	border-left: 6px solid var(--secondaryColor);
}
#headingSeven .key_features {
	background: #f4ebb1 !important;
	border-left: 6px solid var(--secondaryColor);
}
.headerarea__submenu--third {
	position: absolute;
	right: 0;
	left: 100%;
	background-color: var(--whiteColor);
	top: 0;
	opacity: 1;
	z-index: 999;
	border-bottom-right-radius: var(--borderRadius);
	border-bottom-left-radius: var(--borderRadius);
	text-align: left;
	opacity: 0;
	transition: var(--transition);
}
.headerarea__main__menu
	nav
	ul
	> li
	.headerarea__submenu
	li:hover
	.headerarea__submenu--third,
.wrapper.overlay-active .body-overlay {
	opacity: 1;
	visibility: visible;
}
.headerarea__main__menu .headerarea__submenu .headerarea__submenu--third > li {
	border-left: 2px solid transparent;
	width: 100%;
}
.headerarea__main__menu
	.headerarea__submenu
	.headerarea__submenu--third
	> li:hover {
	border-left: 2px solid var(--primaryColor);
	background-color: var(--whitegrey1);
}
.accordion-button::after {
	width: 25px;
	height: 25px;
	background-color: #fff;
	background-size: 70%;
	border-radius: 50%;
	background-position: center;
}
button.accordion-button.key_features {
	outline: 0;
	box-shadow: none;
	border-radius: 10px !important;
	padding: 5px 10px;
}
.Comparison_modal .modal-content,
.accordion-item {
	border: 0 !important;
}
.tution .content__cirriculum__wrap::-webkit-scrollbar {
	width: 5px;
}
.tution .content__cirriculum__wrap::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #ddd;
}
.tution .content__cirriculum__wrap::-webkit-scrollbar-thumb {
	background: var(--secondaryColor);
	border-radius: 10px;
}
.headerarea__search__wrap {
	padding: 20px 0;
	border-bottom: 1px solid var(--borderColor);
}
.headerarea__search__wrap .headerarea__login {
	margin-right: 0;
}
.topbararea {
	background: var(--blackColor2);
	padding: 5px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.section__title .section__title__heading h2,
	.section__title__2 .section__title__heading__2.heading__fontsize__2 h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.heading__underline span:after {
		bottom: 19px;
	}
	.topbararea {
		display: none;
	}
	.herobannerarea {
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.section__title {
		margin-bottom: 20px;
	}
	.section__title .section__title__heading h2,
	.section__title__2 .section__title__heading__2.heading__fontsize__2 h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.heading__underline span:after {
		bottom: 16px;
	}
	.topbararea {
		display: none;
	}
}
.topbar__left ul li {
	color: var(--whiteColor);
	font-size: 14px;
}
.topbar__right {
	display: flex;
	justify-content: end;
	align-items: center;
}
.topbar__right .topbar__icon {
	margin-right: 5px;
}
.topbar__right .topbar__icon i {
	color: var(--primaryColor);
	font-size: 15px;
}
.topbar__right .topbar__text {
	margin-right: 37px;
}
.headerarea__2__info__img:last-child,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a:last-child,
.topbar__right .topbar__list ul li:last-child a {
	margin-right: 0;
}
.topbar__right .topbar__text p {
	margin: 0;
	color: var(--whiteColor);
	font-size: 14px;
}
.topbar__right .topbar__list ul li a {
	font-size: 15px;
	color: var(--whiteColor);
	margin-right: 13px;
}
.topbar__right .topbar__list ul li a:hover {
	color: var(--primaryColor);
}
.educationarea .row,
.headerarea__2 .row,
.herobannerarea .row {
	align-items: center;
}
.headerarea__2__inner {
	display: flex;
}
.headerarea__2__info__img {
	height: 24px;
	width: 24px;
	position: relative;
	margin-right: 70px;
}
.headerarea__2__info__img:hover .language__dropdown {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.headerarea__2__info__img a {
	display: flex;
	align-items: center;
}
.headerarea__2__info__img a img {
	border-radius: 100%;
	width: 100%;
	margin-right: 5px;
}
.headerarea__2__info__img .language__dropdown {
	box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
	position: absolute;
	z-index: 99;
	top: 50px;
	left: 0;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.headerarea__2__info__img .language__dropdown li {
	display: block;
}
.headerarea__2__info__img .language__dropdown li a {
	display: block;
	padding: 10px;
	color: var(--blackColor);
	font-size: 0.8125rem;
	background-color: var(--whiteColor);
	min-width: 200px;
}
.headerarea__2__info__img .language__dropdown li a:hover {
	background: var(--darkdeep4);
	color: var(--whiteColor);
}
.headerarea__2__info__img .language__dropdown li a img {
	width: 18px;
	margin-right: 10px;
	border-radius: 100%;
}
.headerarea__2__input input {
	width: 100%;
	border-radius: 50px;
	padding: 8px 0 7px 15px;
	border: 1px solid var(--borderColor);
	background: 0 0;
}
.headerarea__2__input i {
	position: absolute;
	right: 27px;
	bottom: 17px;
}
.headerarea .mega__menu__wrapper {
	width: 100%;
	padding: 30px !important;
	max-height: 650px;
	overflow: auto;
}
.headerarea .mega__menu__item li {
	display: block;
	text-align: left;
}
.headerarea .mega__menu__item li a {
	padding: 10px;
	border-left: 2px solid transparent;
}
.headerarea .mega__menu__item li a:hover {
	background-color: var(--whitegrey1);
	border-left: 2px solid var(--primaryColor);
}
.headerarea .mega__menu__label {
	position: relative;
	background: var(--whitegrey3);
	font-size: 12px;
	padding: 5px 15px;
	line-height: 1;
	margin-left: 5px;
	color: var(--primaryColor);
	border-radius: var(--borderRadius);
}
.headerarea .mega__menu__thumb__label {
	position: absolute;
	background: var(--secondaryColor);
	font-size: 12px;
	padding: 5px 15px;
	line-height: 1;
	color: var(--whiteColor);
	border-radius: var(--borderRadius);
	top: 5px;
	left: 5px;
}
.headerarea .mega__menu__title {
	margin-bottom: 10px;
}
.headerarea .mega__menu__title a {
	padding: 10px;
	text-align: left;
	font-size: 18px;
	border-bottom: 1px solid var(--borderColor);
}
.headerarea .mega__menu__img a,
.herobannerarea.herobannerarea__university,
.mob_menu_wrapper .headerarea__right .header__cart {
	padding: 0;
}
.headerarea .mega__menu__img img {
	width: 100%;
	border-radius: var(--borderRadius);
}
.headerarea .mega__menu__thumb {
	position: relative;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	margin: 15px 0;
	transition: var(--transition);
}
.headerarea .mega__menu__thumb:hover {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}
.headerarea .mega__menu__thumb a {
	padding: 0;
	overflow: hidden;
}
.headerarea .mega__menu__thumb a:hover .mega__menu__thumb__title {
	bottom: 0;
	opacity: 1;
}
.headerarea .mega__menu__thumb img {
	width: 100%;
	border-radius: var(--borderRadius);
}
.headerarea .mega__menu__thumb__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	color: var(--whiteColor);
	font-size: 14px;
	background: var(--primaryColor);
	padding: 10px;
	line-height: 1;
	border-bottom-left-radius: var(--borderRadius);
	border-bottom-right-radius: var(--borderRadius);
	transition: var(--transition);
	opacity: 0;
	text-align: center;
}
.headerarea .mega__menu__grid__5 {
	padding: 15px 30px !important;
}
@media (min-width: 1500px) and (max-width: 1920px),
	(min-width: 1366px) and (max-width: 1499px),
	(min-width: 992px) and (max-width: 1365px) {
	.transparent__header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		border-bottom: 1px solid var(--borderColor);
		z-index: 999;
	}
	.headerarea .mega__menu__grid__5 .mega__menu__single__wrap {
		width: 20%;
	}
}
.create__course small,
.headerarea .headerarea__submenu li a {
	color: var(--contentColor);
}
.herobannerarea__text.herobannerarea__text__2 p,
.herobannerarea__title .herobannerarea__title__heading__2 h2 span {
	color: var(--secondaryColor2);
}
.headerarea .tab__button__wrap,
.herobannerarea__title .herobannerarea__small__title {
	margin-bottom: 15px;
}
.headerarea .tab__button__wrap li button {
	padding: 12px 0;
	font-size: 18px;
}
.headerarea .tab__button__wrap li.nav-item {
	width: 50%;
}
.mobile-off-canvas .mobile-aside-button {
	color: var(--darkdeep1);
	font-size: 20px !important;
	color: var(--darkdeep1);
}
.mob_menu_wrapper {
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-logo img {
	max-width: 150px;
}
.header-right-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.mobile-off-canvas {
	margin-left: 20px;
	text-align: right;
}
.mobile-aside-button {
	color: var(--darkdeep1);
	font-size: 20px;
}
.wrapper .body-overlay {
	background: rgba(35, 35, 36, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
.mobile-off-canvas-active .mobile-aside-close {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: var(--darkdeep1);
	color: var(--whiteColor);
	line-height: 40px;
	text-align: center;
	top: 0;
	left: -40px;
	font-size: 18px;
	position: absolute;
	cursor: pointer;
	transition: var(--transition);
}
.mobile-off-canvas-active {
	background-color: var(--whiteColor);
	position: fixed;
	top: 0;
	width: 330px;
	min-height: 100vh;
	bottom: 0;
	right: -330px;
	visibility: hidden;
	opacity: 1;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
	z-index: 99999;
}
.mobile-off-canvas-active.inside {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.mobile-aside-close .mobile-off-canvas-active .mobile-aside-close i {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: inline-block;
	color: var(--whiteColor);
}
.mobile-off-canvas-active .mobile-aside-close:hover i {
	color: var(--whiteColor);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-off-canvas-active .header-mobile-aside-wrap {
	padding: 40px 30px 50px;
	overflow: auto;
	height: 100%;
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search {
	border-bottom: 1px solid var(--borderColor);
	margin-bottom: 27px;
	padding-bottom: 40px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form input {
	background-color: var(--whitegrey2);
	border: none;
	border-radius: 0;
	height: 50px;
	padding: 0 60px 0 15px;
	width: 100%;
	font-size: 14px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
	background-color: transparent;
	border-color: var(--borderColor);
	-o-border-image: none;
	border-image: none;
	border-radius: 5px 0 0 5px;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	color: var(--darkdeep1);
	font-size: 18px;
	height: 100%;
	padding: 0 15px 0 14px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-search
	form
	button
	i {
	margin-top: 5px;
	display: inline-block;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap {
	border-bottom: 1px solid var(--borderColor);
	margin-bottom: 36px;
	padding-bottom: 27px;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav {
	height: 100%;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li {
	display: block;
	position: relative;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li.menu-item-has-children
	.menu-expand {
	line-height: 50;
	top: -5px;
	left: 95%;
	width: 30px;
	position: absolute;
	height: 50px;
	text-align: center;
	cursor: pointer;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li.menu-item-has-children
	.menu-expand
	i {
	display: block;
	position: relative;
	width: 10px;
	margin-top: 25px;
	border-bottom: 1px solid var(--darkdeep1);
	-webkit-transition: 250ms ease-out;
	transition: 250ms ease-out;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li.menu-item-has-children
	.menu-expand
	i::before {
	top: 0;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-bottom: 1px solid var(--darkdeep1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li.menu-item-has-children.active
	> .menu-expand
	i::before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li
	a {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 18px;
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-family: var(--contentFont);
	color: var(--darkdeep1);
	font-weight: 500;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li
	ul
	li
	a {
	padding: 10px 15px 5px;
	font-size: 14px;
	color: var(--darkdeep1);
	font-weight: 500;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li
	ul
	li
	ul
	li
	a {
	padding: 10px 30px 5px;
	font-size: 14px;
	color: var(--darkdeep1);
	font-weight: 300;
}


/* .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
	border-bottom: 1px solid var(--borderColor);
	margin-bottom: 31px;
	padding-bottom: 37px;
} */


.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang {
	position: relative;
	margin-bottom: 15px;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang:last-child {
	margin-bottom: 0;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	a {
	font-size: 16px;
	display: block;
	letter-spacing: 0.2px;
	font-family: var(--contentFont);
	color: var(--darkdeep1);
	font-weight: 500;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	a
	i {
	float: right;
	font-size: 15px;
	position: relative;
	top: 8px;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	.lang-curr-dropdown {
	margin-top: 5px;
	display: none;
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
	padding: 22px 30px 26px;
	width: 100%;
	z-index: 11;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	.lang-curr-dropdown
	ul
	li {
	padding-bottom: 10px;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	.lang-curr-dropdown
	ul
	li:last-child {
	padding-bottom: 0;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	.lang-curr-dropdown
	ul
	li
	a {
	font-size: 14px;
	letter-spacing: 0.2px;
	font-family: var(--contentFont);
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.mobile-off-canvas-active {
		width: 280px;
		right: -280px;
	}
	.mobile-off-canvas-active .header-mobile-aside-wrap {
		padding: 30px 20px 50px;
	}
	.mobile-off-canvas-active
		.header-mobile-aside-wrap
		.mobile-search
		form
		button {
		font-size: 16px;
	}
	.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
		display: block;
	}
	.mobile-off-canvas-active
		.header-mobile-aside-wrap
		.mobile-curr-lang-wrap
		.single-mobile-curr-lang {
		margin-bottom: 5px;
	}
	.mobile-off-canvas-active
		.header-mobile-aside-wrap
		.mobile-curr-lang-wrap
		.single-mobile-curr-lang:last-child {
		margin-bottom: 0;
	}
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap {
	margin-bottom: 20px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
	font-size: 16px;
	margin-right: 20px;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a.facebook {
	color: #3b5999;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a.twitter {
	color: #55acee;
}
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a.google,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a.instagram,
.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a.pinterest {
	color: var(--darkdeep1);
}
@media only screen and (max-width: 991px) {
	.desktop__menu__wrapper,
	.header__topbar {
		display: none;
	}
	.mob_menu_wrapper {
		display: block;
	}
}
.mob_menu_wrapper .headerarea__right .header__cart::before {
	top: 5px;
	right: -5px;
}
.mob_menu_wrapper
	.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper {
	left: auto;
	right: -50px;
}
.mobile-language-active,
.mode_switcher.my_switcher,
.topbararea {
	display: none !important;
}
.headerarea__left__logo img {
	width: 90px;
}
.herobannerarea {
	background: var(--darkdeep1);
	position: relative;
}
.herobannerarea__single__slider {
	padding-top: 80px;
	padding-bottom: 140px;
}
@media (max-width: 767px) {
	.herobannerarea {
		padding-top: 50px;
		padding-bottom: 205px;
	}
	.herobannerarea.herobannerarea__2 {
		width: 100%;
	}
	.herobannerarea__single__slider {
		padding-top: 100px !important;
		padding-bottom: 150px !important;
	}
}
.herobannerarea.herobannerarea__2 {
	background: var(--whiteColor);
	border-radius: 50px;
	overflow: hidden;
	width: 95%;
	margin: auto;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.headerarea__main__menu nav ul > li a {
		padding: 2px 10px;
		font-size: 14px;
	}
	.headerarea__right .header__cart {
		padding: 0 10px;
	}
	.headerarea__right .header__cart > a::before {
		top: 7px;
		right: 11px;
	}
	.headerarea__right .header__cart .header__right__dropdown__wrapper {
		left: -150px;
	}
	.headerarea__login {
		margin-right: 7px;
	}
	.headerarea__button a,
	.headerarea__login a {
		padding: 8px 15px;
		font-size: 12px;
	}
	.topbar__left ul li,
	.topbar__right .topbar__text p {
		font-size: 12px;
	}
	.herobannerarea.herobannerarea__2 {
	/* padding-top: 50px; */
		/* padding-bottom: 50px; */
	}
	.herobannerarea.herobannerarea__2 .herobannerarea__content__wraper {
		padding-right: 0;
	}
}
.dont_wait,
.herobannerarea.herobannerarea__2 .herobannerarea__content__wraper,
.populerarea__content {
	padding-left: 50px;
}
.herobannerarea__text p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: var(--whiteColor);
}
.hreobannerarea__button {
	margin-top: 45px;
	display: flex;
	align-items: center;
}
.hreobannerarea__button a.herobannerarea__button__1 {
	padding: 17px 30px;
	background: var(--whiteColor);
	box-shadow: 0 4px 13px 1px rgba(95, 45, 237, 0.16);
	border-radius: var(--borderRadius);
	transition: var(--transition);
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: var(--darkdeep2);
	border: 1px solid var(--whiteColor);
	margin-right: 30px;
}
.hreobannerarea__button a.herobannerarea__button__1:hover {
	border: 1px solid var(--whiteColor);
	color: var(--whiteColor);
	background: var(--darkblack);
}
.hreobannerarea__button .herobannerarea__button__2 {
	background: 0 0;
	color: var(--whiteColor);
	box-shadow: none;
}
.herobannerarea__icon .hero__icon__1 {
	left: 50%;
	bottom: 15%;
	animation: 6s linear infinite alternate cir-anim;
}
.herobannerarea__icon .hero__icon__2 {
	top: 10%;
	left: 5%;
	animation: 3s linear infinite alternate dot-anim-2;
}
.herobannerarea__icon .hero__icon__3 {
	top: 5%;
	left: 45%;
}
.herobannerarea__icon .hero__icon__4 {
	bottom: 15%;
	right: 5%;
}
.hreobannerarea__button__2 {
	margin-top: 30px;
}
.hreobannerarea__button__2 .hreobannerarea__button__3 {
	background: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
	color: var(--whiteColor);
	margin-left: 28px;
}
.hreobannerarea__button__2 .hreobannerarea__button__3:hover {
	border: 1px solid var(--secondaryColor);
	color: var(--secondaryColor);
	background: var(--whiteColor);
}
.herobannerarea__icon__2 .herobanner__common__img {
	position: absolute;
	z-index: 0;
}
.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__1 {
	right: 40px;
	bottom: 233px;
	opacity: 0.33;
	animation: 3s linear infinite move5;
	z-index: 2;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__1 {
		bottom: 112px;
	}
}
.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__2 {
	top: 110px;
	right: 50px;
	animation: 6s linear infinite alternate move5;
	z-index: 2;
}
.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__3 {
	top: 50px;
	right: 210px;
	animation: 3s linear infinite alternate dot-anim;
	z-index: 2;
}
.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__4 {
	top: 80px;
	left: 772px;
	animation: 3s linear infinite alternate dot-anim-2;
	z-index: 2;
}
.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__5 {
	top: 100px;
	right: 110px;
	animation: 3s linear infinite alternate dot-anim-2;
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__1 {
		bottom: 112px;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__2 {
		top: 64px;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__5 {
		right: 82px;
	}
	.herobannerarea__online__course
		.herobannerarea__title
		.herobannerarea__title__heading__2.herobannerarea__title__heading__3
		h2 {
		font-size: 90px;
		line-height: 95px;
	}
}
.herobannerarea__box {
	margin-left: 70px;
	margin-right: 70px;
	border-radius: 15px;
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__2 {
		top: 75px;
		left: 30px;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__4 {
		left: 595px;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__5 {
		top: 13px;
		right: 90px;
	}
	.herobannerarea__box {
		margin-left: 40px;
		margin-right: 40px;
	}
}
.herobannerarea__title .herobannerarea__small__title span {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	color: var(--primaryColor);
}
.herobannerarea__title
	.herobannerarea__title__heading__2.herobannerarea__title__heading__3
	h2 {
	font-size: 38px;
	line-height: 48px;
	color: var(--whiteColor);
}
.herobannerarea__clms
	.gridarea__wraper.gridarea__wraper__2
	.gridarea__content
	.gridarea__heading
	h3 {
	font-size: 24px;
	line-height: 1;
}
.herobannerarea__clms .gridarea__wraper {
	padding: 25px;
	border-radius: 10px;
}
.herobannerarea__clms .swiper-3d .swiper-slide-shadow {
	background: 0 0;
}
.herobannerarea__clms.herobannerarea.herobannerarea__2 {
	padding-top: 70px;
	padding-bottom: 120px;
}
.herobanner__video > img {
	width: 100%;
	border-radius: 10px;
}
.herobanner__video .video__pop__btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.slider__controls__wrap.slider__controls__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: 0 0;
	outline: 2px solid var(--blackColor);
	outline-offset: 2px;
	margin: 0 8px;
}
.slider__controls__wrap.slider__controls__pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	outline-color: var(--primaryColor);
	background: var(--primaryColor);
}
.slider__controls__wrap .swiper-pagination {
	bottom: 20px;
}
.slider__controls__wrap.slider__controls__arrows .arrow-btn {
	border: 0;
	transition: var(--transition);
	transform: translateY(-50%);
	margin-top: 0;
}
.slider__controls__wrap.slider__controls__arrows .arrow-btn:after {
	font-size: 20px;
	font-weight: 700;
	color: var(--lightGrey4);
	transition: var(--transition);
}
.slider__controls__wrap.slider__controls__arrows .arrow-btn:hover {
	border: 0;
}
.slider__controls__wrap.slider__controls__arrows .arrow-btn:hover:after {
	color: var(--whiteColor);
}
.herobannerarea .slider__controls__arrows .arrow-btn {
	right: 30px;
	opacity: 0;
	height: 70px;
	width: 34px !important;
	border-radius: 0 !important;
	backdrop-filter: blur(14px);
	background-color: #ffffff21;
}
.herobannerarea .slider__controls__arrows .swiper-button-prev {
	left: 30px;
}
.herobannerarea:hover .slider__controls__arrows .arrow-btn {
	right: 0;
	opacity: 1;
}
.herobannerarea:hover .slider__controls__arrows .swiper-button-prev {
	left: 0;
}
.hero__course .slider__controls__wrap .swiper-pagination {
	bottom: -20px;
}
.herobannerarea.herobannerarea__marketplace .herobannerarea__content__wraper {
	max-width: 80%;
	margin: auto auto 30px;
}
.herobannerarea.herobannerarea__university .hreobannerarea__button__2,
.keyfeatures {
	margin-top: 50px;
}
.search__form input {
	width: 100%;
	height: 60px;
	border-radius: 50px;
	border: 1px solid var(--borderColor);
	padding: 0 150px 0 260px;
}
.search__form .search__form__categories {
	display: flex;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 30px;
	align-items: center;
	cursor: pointer;
}
.herobannerarea__price,
.trainingarea__wraper .trainingarea__icon {
	align-items: center;
	display: flex;
}
.search__form .search__form__categories svg {
	color: var(--blackColor);
	width: 20px;
}
.search__form .search__form__categories .icon {
	margin-right: 5px;
	height: 20px;
	line-height: 1;
}
.search__form button {
	display: flex;
}
.search__form button svg {
	width: 20px;
	margin-right: 5px;
}
.search__form .wide {
	border: none;
	background: 0 0;
	cursor: pointer;
}
.search__form .search__btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
}
.concept_card_item .key_concept_card .concept_gradient_container,
.search__form .search__btn button {
	border-radius: 50px;
}
.keyfeatures li {
	color: var(--whiteColor);
	margin: 0 10px;
}
.herobannerarea__price {
	font-size: 40px;
	font-weight: 700;
	color: var(--primaryColor);
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 40px;
}
.herobannerarea__price del {
	color: var(--lightGrey4);
	font-size: 30px;
	font-weight: 400;
	margin-left: 10px;
}
.herobannerarea.herobannerarea__machine__learning .herobannerarea__text__2 p,
.herobannerarea.herobannerarea__machine__learning
	.herobannerarea__title__heading__3
	h2,
.herobannerarea.herobannerarea__university .footerarea__icon__2 p,
.herobannerarea.herobannerarea__university
	.herobannerarea__single__slider
	.herobannerarea__text
	p,
.herobannerarea__price span {
	color: var(--whiteColor);
}
.herobannerarea__price span {
	font-size: 12px;
	background: var(--secondaryColor);
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 1;
	margin-left: 15px;
}
.text-center .herobannerarea__price {
	justify-content: center;
}
.text-end .herobannerarea__price {
	justify-content: end;
}
.herobannerarea.herobannerarea__ecomarece
	.slider__controls__wrap
	.swiper-pagination {
	bottom: 80px;
}
.herobannerarea.herobannerarea__kindergarten
	.slider__controls__wrap
	.swiper-pagination {
	bottom: 30px;
}
.herobannerarea.herobannerarea__university .herobannerarea__single__slider {
	padding: 140px 0 170px;
}
@media (min-width: 992px) and (max-width: 1365px), (max-width: 767px) {
	.herobannerarea.herobannerarea__university .herobannerarea__single__slider {
		padding: 100px 0 150px;
	}
}
.herobannerarea.herobannerarea__university
	.herobannerarea__single__slider
	.herobannerarea__title
	h2 {
	line-height: 1.2;
	color: var(--whiteColor);
}
.herobannerarea.herobannerarea__university
	.herobannerarea__single__slider::after {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	height: 100%;
	width: 100%;
	content: "";
	opacity: 0.7;
	z-index: 9;
}
.herobannerarea.herobannerarea__university .swiper.university__slider__thumb {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.herobannerarea.herobannerarea__university
	.swiper.university__slider__thumb
	.swiper-wrapper {
	display: flex;
	justify-content: center;
}
.herobannerarea.herobannerarea__university
	.swiper.university__slider__thumb
	.swiper-wrapper
	.swiper-slide {
	max-height: 80px;
	max-width: 150px;
	cursor: pointer;
}
.herobannerarea.herobannerarea__university
	.swiper.university__slider__thumb
	.swiper-wrapper
	.swiper-slide
	img {
	width: 100%;
	border-radius: 10px;
}
.herobannerarea.herobannerarea__university .default__button {
	padding: 15px 40px;
	border-radius: 50px;
	font-size: 16px;
}
.herobannerarea.herobannerarea__university .container {
	position: relative;
	z-index: 999;
}
.herobannerarea.herobannerarea__university .herobannerarea__content__wraper {
	padding: 0;
}
.blogarea__bottom__button,
.herobannerarea.herobannerarea__university .footerarea__icon__2 {
	text-align: center;
	margin-top: 50px;
}
.herobannerarea.herobannerarea__university .footerarea__icon__2 ul li a {
	width: 60px;
	height: 57px;
	line-height: 57px;
	border-radius: 50px;
	font-size: 20px;
}
.herobannerarea.herobannerarea__machine__learning
	.herobannerarea__content__wraper,
.herobannerarea.herobannerarea__single__course
	.herobannerarea__content__wraper {
	padding-right: 0;
}
.herobannerarea.herobannerarea__machine__learning
	.herobannerarea__icon__2
	.herobanner__common__img.herobanner__img__1 {
	left: 40px;
	bottom: 10%;
}
.herobannerarea.herobannerarea__machine__learning
	.slider__controls__wrap.slider__controls__pagination
	.swiper-pagination-bullet {
	outline: 2px solid var(--whiteColor);
}
.gridarea.gridarea__2,
.herobannerarea.herobannerarea__machine__learning
	.slider__controls__wrap.slider__controls__pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--whiteColor);
}
@media (min-width: 1500px) and (max-width: 1920px),
	(min-width: 1366px) and (max-width: 1499px) {
	.container {
		max-width: 1300px;
	}
	.herobannerarea__online__course.herobannerarea {
		padding-top: 120px;
		padding-bottom: 160px;
	}
	.herobannerarea .slider__controls__arrows .arrow-btn {
		height: 70px;
		width: 70px;
	}
	.herobannerarea.herobannerarea__marketplace {
		padding-top: 130px;
		padding-bottom: 200px;
	}
	.herobannerarea.herobannerarea__kindergarten,
	.herobannerarea__single__slider {
		padding-top: 70px;
		padding-bottom: 120px;
	}
	.herobannerarea.herobannerarea__university
		.herobannerarea__single__slider
		.herobannerarea__title
		h2 {
		font-size: 75px;
	}
	.herobannerarea.herobannerarea__single__course {
		padding-top: 100px;
		padding-bottom: 120px;
	}
}
.herobannerarea .summery__single__course {
	margin: 50px 0 0;
	background: var(--borderColor);
	padding: 30px;
	border-radius: var(--borderRadius3);
}
.flex-row,
.herobannerarea .summery__single__course ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.herobannerarea .summery__single__course ul li {
	margin: 0;
}
.herobannerarea .summery__single__course ul li .course__price {
	font-size: 30px;
	font-weight: 700;
}
.educationarea {
	padding-top: 240px;
	padding-bottom: 175px;
	position: relative;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.herobannerarea__title
		.herobannerarea__title__heading__2.herobannerarea__title__heading__3
		h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.herobannerarea__title .herobannerarea__title__heading__2 h2 {
		font-size: 50px;
		line-height: 62px;
	}
	.educationarea {
		padding-top: 200px;
	}
}
.educationarea__wrapper {
	padding-right: 160px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.educationarea__wrapper {
		padding-right: 50px;
	}
}
.educationarea__wrapper .educationarea__heading {
	margin-bottom: 18px;
}
.educationarea__wrapper .educationarea__heading h2 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 700;
	color: var(--blackColor);
	margin: 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.educationarea__wrapper .educationarea__heading {
		margin-bottom: 10px;
	}
	.educationarea__wrapper .educationarea__heading h2 {
		font-size: 50px;
		line-height: 62px;
	}
}
.educationarea .educationarea__content {
	margin-bottom: 30px;
}
.educationarea .educationarea__content p {
	font-size: 18px;
	line-height: 30px;
	color: var(--contentColor);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.educationarea .educationarea__content {
		margin-bottom: 20px;
	}
	.educationarea .educationarea__content p {
		font-size: 16px;
		line-height: 25px;
	}
}
.educationarea .educationarea__bottom__button input {
	height: 58px;
	width: 311px;
	padding-left: 13px;
	border: 1px solid var(--lightGrey2);
	border-radius: var(--borderRadius);
	margin-right: 12px;
}
.educationarea .educationarea__bottom__button input::placeholder {
	color: var(--lightGrey);
}
.educationarea .educationarea__bottom__button a {
	padding: 14px 39px;
}
.grid__filter__2 button:last-child,
.tab__button__wrap li.nav-item:last-child {
	padding-right: 0;
}
.educationarea .hero__shape__1 {
	right: 16%;
	top: 60%;
	animation: 3s linear infinite alternate dot-anim;
}
.educationarea .hero__shape__2 {
	right: 9%;
	top: 58%;
	animation: 3s linear infinite alternate dot-anim-2;
}
.educationarea .hero__shape__3 {
	left: 50%;
	bottom: 15%;
	animation: 6s linear infinite alternate cir-anim;
}
.educationarea .hero__shape__4 {
	left: 53%;
	top: 43%;
	animation: 6s linear infinite alternate cir-anim;
}
.about__right__wraper__2,
.aboutarea__img__inner,
.educationarea__right__wraper {
	position: relative;
	height: 100%;
}
.educationarea__right__wraper .educationarea__img,
.populerarea__button {
	text-align: right;
}
.educationarea__right__wraper .educationarea__img .education__img__2 {
	position: absolute;
	bottom: -93px;
	left: 0;
}
.educationarea__right__wraper .educationarea__img .education__img__3 {
	position: absolute;
	z-index: -9;
	left: 20px;
	top: 40px;
}
.educationarea__right__wraper .educationarea__img .education__img__4 {
	position: absolute;
	top: -22px;
	z-index: -1;
	right: -16px;
	animation: 3s linear infinite alternate dot-anim-2;
}
.educationarea__right__wraper .educationarea__small__img {
	position: absolute;
	right: 40px;
	bottom: -105px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.educationarea__right__wraper .educationarea__small__img {
		right: -50px;
		bottom: -125px;
		max-width: 160px;
	}
}
.educationarea__right__wraper .educationarea__small__img a img + img {
	margin-left: -35px;
}
.educationarea__right__wraper .educationarea__small__img a:hover img + img {
	margin-left: -30px;
}
.educationarea__right__wraper
	.educationarea__small__img
	.educationarea__small__para
	p {
	font-size: 14px;
	color: var(--lightGrey3);
}
.educationarea__right__wraper
	.educationarea__small__img
	.educationarea__small__para
	p
	span {
	color: var(--blackColor);
}
.educationarea__right__wraper .educationarea__small__img__2 {
	position: absolute;
	background: var(--whiteColor);
	width: 342px;
	height: 75px;
	top: 41px;
	right: -166px;
	padding: 10px;
	box-shadow: 0 10px 20px 0 rgba(0, 5, 52, 0.1);
	animation: 3s linear infinite move5;
	display: flex;
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.herobannerarea.herobannerarea__machine__learning {
		padding-top: 155px;
		padding-bottom: 180px;
	}
	.educationarea__right__wraper .educationarea__small__img__2 {
		right: -86px;
	}
}
@media (min-width: 992px) and (max-width: 1365px) {
	.educationarea__right__wraper .educationarea__small__img__2 {
		right: -26px;
	}
}
.educationarea__right__wraper .educationarea__small__img__2 img {
	margin-right: 20px;
}
.educationarea__right__wraper
	.educationarea__small__img__2
	.educationarea__small__content
	span {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: var(--greencolor3);
}
.educationarea__right__wraper
	.educationarea__small__img__2
	.educationarea__small__content
	p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}
.trainingarea__wraper {
	border: 1px solid rgba(126, 133, 139, 0.18);
	padding: 26px 30px 26px 26px;
	border-radius: var(--borderRadius);
	transition: var(--transition);
	margin-bottom: 30px;
}
.trainingarea__wraper:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 30px 0;
	border-color: var(--primaryColor);
}
.trainingarea__wraper.trainingarea__wraper__2:hover {
	border-color: var(--greencolor);
}
.trainingarea__wraper.trainingarea__wraper__2 .trainingarea__icon i {
	color: var(--greencolor);
	border: 1px solid rgba(68, 206, 169, 0.18);
}
.trainingarea__wraper.trainingarea__wraper__2 .trainingarea__content a:hover {
	color: var(--greencolor);
}
.trainingarea__wraper.trainingarea__wraper__3:hover {
	border-color: var(--secondaryColor2);
}
.trainingarea__wraper.trainingarea__wraper__3 .trainingarea__icon i {
	color: var(--secondaryColor2);
	border: 1px solid var(--secondaryColor2);
}
.secondary2Card_color,
.trainingarea__wraper.trainingarea__wraper__3 .trainingarea__content a:hover {
	color: var(--secondaryColor2);
}
.trainingarea__wraper .trainingarea__icon i {
	width: 71.94px;
	height: 69.44px;
	line-height: 69.44px;
	border: 1px solid rgba(95, 45, 237, 0.15);
	text-align: center;
	border-radius: 100%;
	color: var(--primaryColor);
	font-size: 26px;
	margin-right: 35px;
	background: rgba(142, 102, 255, 0.05);
}
.trainingarea__wraper .trainingarea__icon .trainingarea__content h6 {
	font-size: 20px;
	color: var(--blackColor);
	font-weight: 600;
	margin-bottom: 5px;
}
.trainingarea__wraper .trainingarea__icon .trainingarea__content p {
	font-size: 14px;
	color: var(--lightGrey3);
	margin-bottom: 0;
}
.aboutarea__img__inner .aboutarea__img .aboutimg__1 {
	width: 100%;
}
.aboutarea__img__inner .aboutarea__img .aboutimg__2 {
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
}
.aboutarea__content__wraper {
	padding-left: 35px;
}
.aboutarea__content__wraper .aboutarea__headding,
.aboutarea__content__wraper .aboutarea__para {
	margin-bottom: 13px;
}
.aboutarea__content__wraper .aboutarea__headding h2 {
	font-size: 45px;
	line-height: 54px;
	font-weight: 700;
}
.aboutarea__content__wraper .aboutarea__para.aboutarea__para__2 {
	border-left: 2px solid var(--primaryColor);
	padding-left: 13px;
}
.aboutarea__content__wraper .aboutarea__para p {
	line-height: 29px;
}
.aboutarea__content__wraper .aboutarea__list ul li {
	margin-bottom: 14px;
	line-height: 30px;
	color: var(--blackColor);
}
.aboutarea__content__wraper .aboutarea__list ul li i {
	height: 16px;
	width: 16px;
	line-height: 16px;
	color: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	border-radius: 100%;
	margin-right: 12px;
}
.aboutarea__content__wraper .aboutarea__bottom__button,
.become__instructor__text p,
.course__summery__lists,
.create__course__bottom__button {
	margin-top: 20px;
}
.aboutarea__content__wraper .aboutarea__bottom__button a i {
	font-size: 16px;
}
.aboutarea__2 .aboutarea__content__wraper {
	padding-left: 0;
}
.aboutarea__2 .aboutarea__content__wraper .aboutarea__headding,
.aboutarea__2 .aboutarea__content__wraper .aboutarea__para,
.aboutarea__content__tap__wraper .paragraph__1,
.populerarea__heading a {
	margin-bottom: 25px;
}
.aboutarea__list__2 ul li {
	margin-bottom: 18px;
	color: var(--blackColor);
	font-weight: 700;
	display: block;
}
.aboutarea__list__2 ul li:hover i {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.aboutarea__list__2 ul li i {
	width: 31px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	background: rgba(95, 45, 237, 0.04);
	color: var(--primaryColor);
	transition: var(--transition);
	display: inline-block;
	margin-right: 15px;
}
.about__right__wraper__2 .aboutarea__2__img__1 {
	margin-left: 70px;
	border-radius: 10px;
}
.about__right__wraper__2 .aboutarea__2__img__2 {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.about__right__wraper__2 .aboutarea__2__img__3 {
	position: absolute;
	top: -18px;
	left: 30px;
	z-index: -1;
	animation: 3s linear infinite alternate dot-anim-2;
}
.about__right__wraper__2 .aboutarea__2__img__4 {
	position: absolute;
	top: 30%;
	left: 0;
	z-index: -1;
}
.aboutarea__2__text {
	background: var(--whiteColor);
	display: flex;
	border-left: 4px solid var(--primaryColor);
	max-width: 290px;
	box-shadow: 0 30px 40px 0 rgba(1, 11, 60, 0.06);
	align-items: center;
	justify-content: center;
	padding: 25px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	animation: 3s linear infinite move5;
}
.aboutarea__2__text .aboutarea__counter {
	display: flex;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: var(--primaryColor);
	padding-right: 10px;
}
.aboutarea__2__text p {
	line-height: 26px;
	font-weight: 700;
	color: var(--blackColor);
	margin: 0;
}
.about__right__wraper__4 .aboutimg__4__img__2 {
	position: absolute;
	left: 0;
	top: 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.trainingarea__wraper .trainingarea__icon .trainingarea__content h6 {
		font-size: 18px;
	}
	.about__right__wraper__4 .aboutimg__4__img__2 {
		left: -23px;
	}
	.aboutarea__5 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.aboutarea__5__img {
	background-image: url(../img/about/about_8.png);
	position: relative;
}
.aboutarea__5__img img,
.course_img img {
	width: 100%;
	border-radius: 10px;
}
.aboutarea__content__wraper__5 {
	margin-left: 65px;
}
.aboutarea__content__tap__wraper .aboutarea__tap__heading,
.aboutarea__content__wraper__5 .section__title {
	margin-bottom: 30px;
}
.aboutarea__content__wraper__5 .aboutarea__5__small__icon__wraper {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 25px;
}
.aboutarea__content__wraper__5
	.aboutarea__5__small__icon__wraper
	.aboutarea__5__small__icon {
	margin-right: 17px;
}
.aboutarea__content__wraper__5
	.aboutarea__5__small__icon__wraper
	.aboutarea__small__heading {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--blackColor2);
}
.aboutarea__content__wraper__5
	.aboutarea__5__small__icon__wraper
	.aboutarea__small__heading
	span {
	font-weight: 700;
}
.aboutarea__content__wraper__5 .aboutarea__bottom__button__5 {
	margin-top: 30px;
}
.about__button__wrap,
.blog__details__margin,
.zoom__meetings__details .course__details__img__2 {
	margin-bottom: 50px;
}
.about__button__wrap li {
	margin-right: 35px;
}
.about__button__wrap li button {
	padding: 15px 59px;
	border: none;
	background: var(--bodyBg1);
	text-transform: uppercase;
	color: var(--blackColor2);
	font-weight: 700;
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.08);
	position: relative;
}
.about__button__wrap li button:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: var(--primaryColor);
	left: 0;
	bottom: 0;
	transition: var(--transition);
}
.about__button__wrap li button.active:after,
.about__button__wrap li button:hover:after,
.aboutarea__content__tap__wraper img,
.aboutarea__single__course .aboutarea__img img {
	width: 100%;
}
.aboutarea__content__tap__wraper .aboutarea__tap__heading h5 {
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 0;
}
.brandarea,
.testmonialarea {
	background: var(--lightGrey7);
}
.brandarea__wraper {
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}
.brandarea__wraper .brandarea__img {
	width: 20%;
	margin: 25px 0 45px;
}
.brandarea__wraper.brandarea__wraper__2 {
	background: var(--whiteColor);
	border-radius: 6px;
	z-index: 11;
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
}
.brandarea__wraper.brandarea__wraper__2 .brandarea__img {
	margin: 45px 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.aboutarea__content__wraper__5 {
		margin-left: 0;
	}
	.brandarea__wraper.brandarea__wraper__2 .brandarea__img {
		margin: 35px 0;
	}
	.abouttabarea {
		padding-bottom: 80px;
	}
}
.brandarea__2 {
	transform: translateY(-50%);
}
.brandarea__2 .container {
	max-width: 1510px;
}
.brandarea .section__title .section__title__heading h2 {
	max-width: 80%;
	margin: auto;
}
.tution__img img {
	border-radius: 10px;
}
.about__padding__wrap {
	background: var(--darkdeep3);
	margin: 0 150px;
	padding: 120px 0;
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
	border-radius: 20px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.about__padding__wrap {
		margin: 0 50px;
		padding: 50px 0;
	}
}
.about__padding__wrap .instructor__list > ul {
	flex-wrap: wrap;
}
.populerarea__wraper {
	margin-bottom: 65px;
	align-items: center;
}
.populerarea__heading h2 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 0;
}
.populerarea__content p {
	line-height: 29px;
}
.populerarea__button a {
	background: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}
.populerarea__button a:hover {
	background: var(--whiteColor);
	border: 1px solid var(--secondaryColor);
	color: var(--secondaryColor);
}
.single__service {
	transition: var(--transition);
	position: relative;
}
.best__categories__link,
.best__categories__name {
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single__service:hover {
	transform: translateY(-5px);
}
.online__course__wrap,
.single__service.ss_margin {
	margin-top: 50px;
}
.single__service .service__content h3 a {
	color: var(--blackColor);
	transition: var(--transition);
}
.populerarea__2 {
	background-color: var(--lightGrey10);
	background: var(--lightGrey10);
}
.eventarea__wraper,
.populerarea__2 .row {
	align-items: center;
}
.populerarea__2 .service__content h3 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
}
.populerarea__2 .service__button a:hover {
	color: var(--secondaryColor);
}
.populerarea__2 .single__service {
	padding: 35px;
}
.service__img {
	position: relative;
	margin-bottom: 10px;
}
.service__img img {
	max-width: 60px;
	margin-bottom: 10px;
}
.service__img svg {
	max-height: 60px;
	transition: var(--transition);
}
.service__img .service__bg__img svg {
	position: absolute;
	top: -13px;
	left: -10px;
	max-height: 60px;
	transition: var(--transition);
}
.service__content h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 5px;
}
@media (min-width: 576px) and (max-width: 767px) {
	.aboutarea__content__tap__wraper .single__event__wraper .eventarea__img {
		width: 40%;
	}
	.aboutarea__content__tap__wraper
		.single__event__wraper.single__award
		.eventarea__content__wraper {
		width: 60%;
	}
	.service__content h3 {
		font-size: 17px;
	}
}
.service__content p {
	line-height: 29px;
	margin-bottom: 0;
}
.service__small__img svg {
	position: absolute;
	top: 20px;
	right: 30px;
	opacity: 0;
	max-height: 25px;
	max-width: 30px;
	transition: var(--transition);
}
.service__content__2 p {
	font-size: 14px;
	line-height: 24px;
}
.service__button {
	margin-top: 15px;
}
.service__button a {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--blackColor);
}
.best__categories__item,
.eventarea__details__small__button,
.populerarea__content__wraper__2 .section__title {
	margin-bottom: 30px;
}
.populerarea__content__wraper__2
	.populerarea__content__2
	.populerarea__para__1 {
	margin-bottom: 35px;
}
.populerarea__content__wraper__2
	.populerarea__content__2
	.populerarea__para__2 {
	margin-bottom: 40px;
	border-left: 3px solid var(--secondaryColor);
	padding-left: 10px;
}
.populerarea__content__wraper__2 .populerarea__button__2 .default__button {
	background: var(--secondaryColor);
	color: var(--whiteColor);
	border: 1px solid var(--secondaryColor);
}
.populerarea__content__wraper__2
	.populerarea__button__2
	.default__button:hover {
	border: 1px solid var(--secondaryColor);
	color: var(--secondaryColor);
	background: var(--whiteColor);
}
.service__wrap__content .service__animate__shape__2 img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50px;
	animation: 3s linear infinite move5;
}
.about__wrap__content .service__animate__shape__1 img {
	position: absolute;
	right: 50px;
	bottom: -50px;
	animation: 3s linear infinite alternate dot-anim-2;
}
.animate__content .single__service {
	width: 250px;
	margin: 0 10px;
}
.best__categories__item:hover .best__categories__link,
.tabCourses button:nth-child(10).active,
.tabCourses button:nth-child(2).active,
.tabCourses button:nth-child(6).active {
	background-color: var(--secondaryColor);
	color: var(--whiteColor);
}
.best__categories__item:hover .best__categories__name {
	color: var(--whiteColor);
}
.best__categories__link {
	display: flex;
	align-items: center;
	background-color: var(--borderColor);
	border-radius: 5px;
	padding: 20px 30px 15px;
	height: 100%;
	min-height: 70px;
	justify-content: center;
}
.best__categories__icon {
	flex-shrink: 0;
	max-width: 60px;
	width: 100%;
}
.best__categories__info {
	text-align: center;
}
.best__categories__name {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0;
	position: relative;
	display: block;
}
.best__categories__more,
.countdown_timing_list li div span {
	font-size: 12px;
}
.gridarea {
	padding-top: 100px;
	padding-bottom: 70px;
	background: var(--lightGrey7);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.aboutarea__content__tap__wraper
		.single__event__wraper
		.eventarea__content__wraper
		.single__event__heading
		h4 {
		font-size: 20px;
		margin-right: 0;
	}
	.about__padding__wrap {
		margin: 0 50px;
		padding: 40px 30px;
	}
	.about__padding__wrap .instructor__list > ul > li {
		width: 50%;
	}
	.about__padding__wrap .aboutarea__5_img img,
	.about__padding__wrap .educationarea__img img,
	.about__padding__wrap .tution__img img {
		padding-bottom: 30px;
	}
	.populerarea__heading h2 {
		font-size: 37px;
		line-height: 40px;
	}
	.populerarea__content {
		padding-left: 0;
	}
	.service__content h3 {
		font-size: 17px;
		line-height: 15px;
	}
	.populerarea__2 .service__content__2 h3 {
		font-size: 17px;
		margin-bottom: 0;
	}
	.service__content__2 p {
		font-size: 11px;
		line-height: 19px;
	}
	.service__button {
		margin-top: 0;
	}
	.populerarea__content__wraper__2
		.populerarea__content__2
		.populerarea__para__1 {
		margin-bottom: 10px;
	}
	.gridarea {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}
.gridarea__wraper {
	background: var(--whiteColor);
	padding: 15px;
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
	margin-bottom: 30px;
}
.grid__filter,
.single__event__wraper {
	box-shadow: 0 30px 40px 0 rgba(1, 11, 60, 0.06);
}
.gridarea__wraper.gridarea__wraper__2 .gridarea__content .gridarea__heading h3 {
	font-size: 18px;
	line-height: 25px;
}
.gridarea__wraper.gridarea__wraper__2
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__img
	.gridarea__small__content
	h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.gridarea__wraper:hover .gridarea__img img {
	transform: scale(1.05);
}
.gridarea__wraper .gridarea__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.gridarea__wraper .gridarea__img img {
	width: 100%;
	border-radius: var(--borderRadius);
}
.gridarea__wraper .gridarea__img .gridarea__small__button {
	position: absolute;
	top: 3px;
	left: 8px;
}
.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge {
	background: var(--secondaryColor);
	color: var(--whiteColor);
	border-radius: 3px;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
	line-height: 1;
}
.gridarea__wraper
	.gridarea__img
	.gridarea__small__button
	.grid__badge.blue__color {
	background: var(--blue);
}
.course_concept_detailts
	.row
	.col-custom-new:nth-child(12)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(16)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(4)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(8)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.gridarea__wraper
	.gridarea__img
	.gridarea__small__button
	.grid__badge.pink__color,
.secondary4Card_bg {
	background: var(--secondaryColor2);
}
.gridarea__wraper
	.gridarea__img
	.gridarea__small__button
	.grid__badge.green__color {
	background: var(--greencolor2);
}
.gridarea__wraper
	.gridarea__img
	.gridarea__small__button
	.grid__badge.orange__color {
	background: var(--orange);
}
.gridarea__wraper
	.gridarea__img
	.gridarea__small__button
	.grid__badge.yellow__color {
	background: var(--yellow);
}
.gridarea__wraper .gridarea__img .gridarea__small__icon {
	position: absolute;
	top: 3px;
	right: 8px;
}
.gridarea__wraper .gridarea__img .gridarea__small__icon i {
	width: 30px;
	height: 27px;
	line-height: 27px;
	background: rgba(0, 0, 0, 0.16);
	display: inline-block;
	text-align: center;
	color: var(--whiteColor);
	border-radius: 3px;
	transition: var(--transition);
}
.gridarea__wraper .gridarea__img .gridarea__small__icon i:hover {
	background: var(--primaryColor);
}
.gridarea__wraper .gridarea__content .gridarea__list {
	margin-bottom: 15px;
}
.gridarea__wraper .gridarea__content .gridarea__list ul {
	display: flex;
}
.gridarea__wraper .gridarea__content .gridarea__list ul li {
	font-size: 14px;
	width: 50%;
	color: var(--blackColor);
}
.gridarea__wraper .gridarea__content .gridarea__list ul li i {
	font-size: 18px;
	color: var(--primaryColor);
	margin-right: 5px;
}
.gridarea__wraper .gridarea__content .gridarea__heading h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
}
.gridarea__wraper .gridarea__content .gridarea__heading h3 a {
	color: var(--blackColor);
}
.gridarea__wraper .gridarea__content .gridarea__heading h3 a:hover {
	color: var(--primaryColor);
}
.gridarea__wraper .gridarea__content .gridarea__price {
	font-size: 18px;
	font-weight: 600;
	color: var(--primaryColor);
	margin-bottom: 20px;
}
.gridarea__wraper .gridarea__content .gridarea__price.green__color {
	color: var(--lightGrey4);
}
.gridarea__wraper .gridarea__content .gridarea__price.green__color span {
	color: var(--greencolor);
	font-size: 16px;
}
.grid__filter button.active,
.grid__filter button:hover,
.grid__filter__2 button.active,
.grid__filter__2 button:hover,
.gridarea__wraper .gridarea__content .gridarea__bottom h6:hover,
.gridarea__wraper.gridarea__course__list
	.gridarea__content
	.gridarea__bottom
	.gridarea__details
	a:hover {
	color: var(--primaryColor);
}
.gridarea__wraper .gridarea__content .gridarea__price del {
	color: var(--lightGrey4);
	font-size: 13px;
}
.gridarea__wraper .gridarea__content .gridarea__price span {
	margin-left: 25px;
}
.gridarea__wraper .gridarea__content .gridarea__price span del {
	color: var(--secondaryColor3);
	font-size: 16px;
}
.gridarea__wraper .gridarea__content .gridarea__bottom {
	border-top: 1px solid var(--lightGrey5);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.gridarea__bottom__left,
.gridarea__wraper .gridarea__content .gridarea__bottom .gridarea__small__img {
	display: flex;
	align-items: center;
}
.gridarea__wraper
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__img
	img {
	max-width: 30px;
	border-radius: 50px;
}
.gridarea__wraper
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__content {
	margin-left: 15px;
}
.gridarea__wraper
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__content
	h6 {
	margin-bottom: 0;
}
.gridarea__wraper .gridarea__content .gridarea__bottom .gridarea__star {
	color: var(--yellow);
	font-size: 15px;
}
.gridarea__wraper .gridarea__content .gridarea__bottom .gridarea__star span {
	color: var(--lightGrey6);
	font-size: 13px;
}
.grid__filter {
	padding: 20px 40px;
	background: var(--whiteColor);
	margin-bottom: 25px;
	margin-right: 50px;
	margin-left: 50px;
	border-radius: var(--borderRadius);
	text-align: center;
}
.grid__filter button {
	border: none;
	background: 0 0;
	margin: 0 15px;
	padding: 0 15px;
	position: relative;
	font-weight: 500;
	color: var(--contentColor);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.grid__filter {
		padding: 10px;
		margin-right: 0;
		margin-left: 0;
	}
	.grid__filter button {
		margin: 0 12px;
		padding: 0 12px;
	}
}
.grid__filter button::before {
	width: 0;
	transition: var(--transition);
	position: absolute;
	content: "";
	height: 2px;
	background: var(--primaryColor);
	bottom: -20px;
	left: 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.grid__filter button::before {
		bottom: -10px;
	}
}
.grid__filter button:hover::before {
	width: 100%;
}
.grid__filter button:last-child {
	margin-right: 0;
	padding-right: 0;
}
.grid__filter button:last-child::after {
	display: none;
}
.grid__filter button.active::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: var(--primaryColor);
	bottom: -20px;
	left: 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.grid__filter button.active::before {
		bottom: -10px;
	}
}
.grid__filter button::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	background: var(--contentColor);
	bottom: 8px;
	right: -15px;
}
.gridarea__wraper.gridarea__course__list {
	display: flex;
	margin-bottom: 30px;
	padding-right: 30px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
	.gridarea__wraper.gridarea__course__list {
		flex-wrap: wrap;
		padding-right: 15px;
	}
}
.gridarea__wraper.gridarea__course__list .gridarea__img {
	margin-bottom: 0;
	width: 35%;
}
.gridarea__wraper.gridarea__course__list .gridarea__content {
	width: 65%;
	padding-left: 90px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.gridarea__wraper.gridarea__course__list .gridarea__content {
		padding-left: 30px;
	}
}
.gridarea__wraper.gridarea__course__list .gridarea__content .gridarea__heading {
	max-width: 95%;
}
.gridarea__wraper.gridarea__course__list
	.gridarea__content
	.gridarea__heading
	h3 {
	font-weight: 600;
	font-size: 34px;
	line-height: 37px;
}
.gridarea__wraper.gridarea__course__list .gridarea__content .gridarea__price {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(114, 106, 137, 0.8);
}
.gridarea__wraper.gridarea__course__list
	.gridarea__content
	.gridarea__price
	span {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: var(--greencolor2);
}
.event__details__text span,
.gridarea__wraper.gridarea__course__list
	.gridarea__content
	.gridarea__bottom
	.gridarea__details
	a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--blackColor);
}
.gridarea__bottom__left .gridarea__star {
	margin-left: 35px;
}
.grid__row {
	align-items: center;
	margin-bottom: 25px;
}
.grid__filter__2 {
	text-align: right;
}
.grid__filter__2 button {
	border: none;
	background: 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	padding-right: 40px;
	color: var(--contentColor);
}
.color-title,
.secondaryCard_color,
.single__event__wraper:hover
	.eventarea__content__wraper
	.eventarea__list
	ul
	li
	a:hover,
.single__event__wraper:hover
	.eventarea__content__wraper
	.single__event__button
	a:hover,
.single__event__wraper:hover
	.eventarea__content__wraper
	.single__event__heading
	h4
	a:hover {
	color: var(--secondaryColor);
}
.product__grid:hover .product__grid__action {
	bottom: 20px;
	visibility: visible;
	opacity: 1;
}
.product__grid__action {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
}
.product__grid__action ul,
.section__title__heading_flex,
.timeline-second-card {
	display: flex;
	justify-content: center;
}
.product__grid__action ul li {
	margin: 0 3px;
}
.product__grid__action ul li a {
	height: 45px;
	width: 50px;
	display: block;
	border: 1px solid var(--borderColor);
	text-align: center;
	line-height: 45px;
	border-radius: var(--borderRadius);
	background-color: var(--whiteColor);
	font-size: 14px;
}
.product__grid__action ul li a:hover {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: var(--whiteColor);
}
.product__grid__action ul li a.grid__cart {
	width: auto;
	padding: 0 20px;
}
.product__grid__action ul li svg {
	height: 18px;
	position: relative;
	top: -2px;
}
.product__grid__action ul li svg path {
	transition: var(--transition);
}
.gridarea__wraper.product__grid .gridarea__content .gridarea__heading h3 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 500;
}
.gridarea__wraper.product__grid .gridarea__content .gridarea__price {
	line-height: 1;
	font-size: 24px;
}
.gridarea__wraper.product__grid .gridarea__content .gridarea__price del {
	font-size: 16px;
}
.zoom__meeting__grid.gridarea__wraper .gridarea__content .gridarea__heading h3 {
	font-size: 22px;
	line-height: 1;
}
.dashboard__rating__count,
.scc__meta,
.zoom__meeting__grid .zoom__meeting__id p {
	font-size: 14px;
}
.zoom__meeting__grid .zoom__meeting__id span {
	font-weight: 700;
	color: var(--secondaryColor);
	font-size: 18px;
	margin: 10px;
}
.zoom__meeting__grid .zoom__meeting__time p {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.zoom__meeting__grid .zoom__meeting__time span {
	font-weight: 700;
	color: var(--primaryColor);
	font-size: 26px;
	margin-left: 10px;
}
.zoom__meeting__grid
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__content {
	margin-left: 15px;
	font-size: 12px;
}
.zoom__meeting__grid
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__content
	h5 {
	margin: 0;
	font-size: 18px;
}
.zoom__meeting__grid
	.gridarea__content
	.gridarea__bottom
	.gridarea__small__img
	img {
	max-width: 50px;
}
.zoom__meetings__details .course__details__sidebar--2 {
	top: 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.gridarea__wraper.gridarea__course__list
		.gridarea__content
		.gridarea__heading
		h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.grid__filter__2 button {
		padding-right: 17px;
	}
	.eventarea {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.eventlistarea {
		padding-top: 50px;
		padding-bottom: 80px;
	}
}
.eventlistarea__bg svg {
	position: absolute;
	left: -135px;
	top: 20%;
	animation: 3s linear infinite alternate dot-anim-2;
}
.eventarea__section__title {
	max-width: 70%;
}
.eventarea__content p {
	position: relative;
	margin-bottom: 0;
}
.eventarea__content p::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: var(--darkdeep7);
	left: -30px;
}
.single__event__wraper {
	padding: 20px;
	display: flex;
	background: var(--whiteColor);
	margin-bottom: 24px;
	transition: var(--transition);
	border-radius: var(--borderRadius);
}
.single__event__wraper:last-child {
	margin-bottom: 0;
}
.primaryCard_bg,
.single__event__wraper:hover {
	background: var(--primaryColor);
}
.single__event__wraper:hover .eventarea__content__wraper .eventarea__list ul li,
.single__event__wraper:hover
	.eventarea__content__wraper
	.eventarea__list
	ul
	li
	a,
.single__event__wraper:hover
	.eventarea__content__wraper
	.eventarea__list
	ul
	li
	i,
.single__event__wraper:hover
	.eventarea__content__wraper
	.single__event__button
	a,
.single__event__wraper:hover
	.eventarea__content__wraper
	.single__event__heading
	h4
	a {
	color: var(--whiteColor);
}
.single__event__wraper.single__event__wraper__2 {
	justify-content: space-between;
	padding-left: 45px;
}
.single__event__wraper.single__event__wraper__2 .eventarea__img {
	margin-right: 0;
	margin-left: 45px;
}
.single__event__wraper.single__award {
	padding: 15px;
	margin-bottom: 30px;
}
.single__event__wraper.single__award .eventarea__content__wraper {
	padding: 0;
}
.single__event__wraper .eventarea__img {
	margin-right: 40px;
	text-align: center;
}
.single__event__wraper .eventarea__content__wraper {
	padding: 18px 0;
}
.single__event__wraper .eventarea__content__wraper .eventarea__list {
	margin-bottom: 10px;
}
.single__event__wraper .eventarea__content__wraper .eventarea__list ul li {
	font-size: 14px;
	margin-right: 18px;
	color: var(--blackColor);
}
.single__event__wraper .eventarea__content__wraper .eventarea__list ul li i {
	color: var(--primaryColor);
	margin-right: 4px;
}
.single__event__wraper .eventarea__content__wraper .eventarea__list ul li a,
.single__event__wraper .eventarea__content__wraper .eventarea__list ul li span {
	color: var(--primaryColor);
}
.featurearea__small__title,
.single__event__wraper .eventarea__content__wraper .single__event__heading {
	margin-bottom: 15px;
}
.single__event__wraper .eventarea__content__wraper .single__event__heading h4 {
	font-size: 24px;
	font-weight: 600;
	margin-right: 40px;
}
.single__event__wraper .eventarea__content__wraper .single__event__button a {
	color: var(--blackColor);
	font-size: 16px;
}
.primaryCard_color,
.single__event__wraper
	.eventarea__content__wraper
	.single__event__button
	a:hover {
	color: var(--primaryColor);
}
.single__event__wraper .eventarea__content__wraper .single__event__button a i {
	position: relative;
	top: 1px;
}
.tab__button__wrap {
	margin-bottom: 43px;
}
.tab__button__wrap li {
	transition: var(--transition);
}
.tab__button__wrap li.nav-item {
	width: 20%;
	padding-right: 10px;
}
.pricingarea__content__wraper .pricingarea__button a,
.tab__button__wrap li button.active::after,
.tab__button__wrap li button:hover::after {
	width: 100%;
}
.tab__button__wrap li button {
	border: none;
	padding: 18px 0;
	background: var(--lightGrey7);
	margin-right: 11px;
	font-size: 22px;
	font-weight: 600;
	color: var(--blackColor);
	width: 100%;
	border-radius: var(--borderRadius);
	position: relative;
	transition: var(--transition);
}
.tab__button__wrap li button:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	background: var(--whiteColor);
	color: var(--primaryColor);
}
.tab__button__wrap li button::after {
	position: absolute;
	content: "";
	height: 4px;
	width: 0;
	background: var(--primaryColor);
	top: 0;
	left: 0;
	transition: var(--transition);
	border-radius: 0 0 2px 2px;
}
.tab__button__wrap li button.active {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	background: var(--whiteColor);
}
.pricingarea__content__wraper {
	padding: 50px 40px 40px;
	background: var(--lightGrey10);
	transition: var(--transition);
	border-radius: var(--borderRadius3);
}
.pricingarea__content__wraper:hover {
	background: var(--whiteColor);
	box-shadow: 0 4px 49px rgba(0, 0, 0, 0.05);
}
.pricingarea__content__wraper .pricingarea__heading {
	margin-bottom: 55px;
}
.pricingarea__content__wraper .pricingarea__heading h6 {
	font-weight: 600;
	font-size: 28px;
	line-height: 45px;
	color: var(--blackColor);
}
.pricingarea__content__wraper .pricingarea__heading .pricingarea__number {
	align-items: center;
}
.pricingarea__content__wraper .pricingarea__heading .pricingarea__number h1 {
	font-weight: 500;
	font-size: 48px;
	color: var(--blackColor);
}
.pricingarea__content__wraper
	.pricingarea__heading
	.pricingarea__number
	h1
	.price__currency {
	font-size: 58px;
	padding-right: 3px;
}
.pricingarea__content__wraper
	.pricingarea__heading
	.pricingarea__number
	h1
	.price__durition {
	font-weight: 500;
	font-size: 22px;
	line-height: 35px;
	color: var(--contentColor2);
	padding-left: 3px;
}
.pricingarea__content__wraper .pricingarea__heading p {
	line-height: 19px;
	color: var(--blackColor);
	font-weight: 400;
	margin-bottom: 0;
}
.pricingarea__content__wraper .pricingarea__list ul li {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: var(--deepblue);
	margin-bottom: 30px;
}
.pricingarea__content__wraper .pricingarea__list ul li i {
	height: 20px;
	width: 20px;
	line-height: 21px;
	text-align: center;
	border-radius: 50px;
	background: var(--secondaryColor);
	color: var(--whiteColor);
	margin-right: 15px;
	font-size: 12px;
	display: inline-block;
}
.pricingarea__content__wraper .pricingarea__list ul li i.close__button,
.pricingarea__content__wraper .pricingarea__list ul li i.dark__color__2 {
	background: var(--lightGrey6);
}
.blogarae__img__2,
.instructor__sidebar__img,
.pricingarea__content__wraper .pricingarea__plan__type,
.testimonialarea__paragraph__3 {
	position: relative;
}
.pricingarea__content__wraper .pricingarea__plan__type img {
	position: absolute;
	top: -30px;
	right: 0;
	max-width: 70%;
}
.pricingarea__content__wraper .pricingarea__button {
	margin-bottom: 25px;
}
.pricingarea__content__wraper .pricingarea__button.pricingarea__button__2 a {
	background: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}
.pricingarea__content__wraper
	.pricingarea__button.pricingarea__button__2
	a:hover {
	background: var(--whiteColor);
	color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}
.pricingarea__content__wraper .pricingarea__text p {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
}
.eventarea__details__small__button a {
	height: 25px;
	width: 98px;
	background: var(--indigo);
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: var(--whiteColor);
	display: inline-block;
	text-align: center;
	border-radius: var(--borderRadius);
}
.event__details__heading h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
}
.dashboardarea__left,
.eventarea__details__list ul,
.shoptab__shoing__wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.eventarea__details__list ul li {
	margin-right: 76px;
}
.eventarea__details__list ul li .event__details__small__img,
.registerarea__video {
	display: flex;
	align-items: center;
}
.event__details__text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
.event__details__inner {
	margin-top: 35px;
}
.event__details__inner .event__details__img__2 {
	margin-bottom: 35px;
}
.event__details__inner .event__details__img__2 img,
.testimonial__group__img img {
	width: 100%;
}
.event__details__inner .event__details__content {
	margin-bottom: 20px;
}
.blog__details__heading__2 h5,
.event__details__inner .event__details__content h4,
.event__details__list__2 h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
}
.event__details__inner .event__details__content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	color: var(--darkdeep4);
}
.course_compare_title,
.event__details__list__2 ul li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.event__details__list__2 ul li i {
	color: var(--primaryColor);
	margin-right: 3px;
}
.event__details__list__2 ul li p,
.single__team .teamarea__content p {
	margin: 0;
}
.event__sidebar__wraper {
	background: var(--whiteColor);
	box-shadow: 0 5px 20px rgba(94, 122, 193, 0.14);
	border-radius: 5px;
	padding: 33px 25px;
	margin-bottom: 30px;
}
.event__sidebar__wraper .event__price__wraper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.event__sidebar__wraper .event__price__wraper .event__price {
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	color: var(--primaryColor);
}
.event__sidebar__wraper .event__price__wraper .event__price del {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--lightGrey4);
}
.event__sidebar__wraper .event__price__wraper .event__Price__button a {
	width: 81px;
	height: 27px;
	display: inline-block;
	background: var(--whitegrey1);
	color: var(--secondaryColor2);
	font-weight: 600;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
}
.event__details__list ul li {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--borderColor);
}
.event__details__list ul li .event__details__icon {
	margin-right: 10px;
}
.event__details__date p {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.event__details__date p span {
	color: var(--blackColor);
	margin-right: 7px;
}
.event__details__button a {
	padding: 10px 56px;
}
.event__details__sidebar__heading h6 {
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	color: var(--blackColor);
}
.event__details__img__2 {
	margin-top: 25px;
	margin-bottom: 30px;
}
.event__thomas {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 15px;
	color: var(--contentColor);
}
.event__details__share {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.event__details__share span {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-right: 7px;
	color: var(--contentColor);
}
.event__details__share .event__details__share__list ul li {
	margin-right: 11px;
}
.event__details__share .event__details__share__list ul li a {
	width: 40px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	background: var(--whitegrey2);
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	color: var(--skycolor);
}
.event__details__share .event__details__share__list ul li a:hover {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.event__details__share .event__details__share__list ul li a.sky__color {
	background-color: var(--whitegrey2);
	color: var(--skycolor);
}
.event__details__share .event__details__share__list ul li a.sky__color:hover {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.event__details__share .event__details__share__list ul li a.deep__red {
	background-color: var(--whitegrey1);
	color: var(--deepred);
}
.event__details__share .event__details__share__list ul li a.deep__red:hover {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.registerarea {
	background-image: url(../img/register/register__bg.png);
	position: relative;
	margin-bottom: 150px;
}
.blogarea__content__wraper .blogarea__text__wraper,
.registerarea__form {
	padding: 40px 35px 35px;
}
.registerarea::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	right: auto;
	background: rgba(38, 0, 148, 0.93);
	top: 0;
	bottom: 0;
}
.registerarea__section__title {
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.registerarea__section__title .section__title__heading h2 {
	color: var(--whiteColor);
	z-index: 1;
}
.registerarea__video a::after,
.registerarea__video a::before {
	left: 50%;
	top: 50%;
	display: block;
	width: 180px;
	height: 180px;
	z-index: 9;
	position: absolute;
	content: "";
}
.registerarea__section__title .section__title__heading h2 small {
	color: var(--yellow1);
	font-size: 42px;
}
.registerarea__wraper {
	max-width: 85%;
}
.registerarea__content {
	z-index: 1;
	position: relative;
}
.registerarea__content.course__details__video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.registerarea__video a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--secondaryColor3);
	color: var(--whiteColor);
	border-radius: 100%;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
	position: relative;
}
.registerarea__video a img {
	width: auto;
}
.registerarea__video a::before {
	border: 2px solid var(--secondaryColor);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	-webkit-animation: 3.25s linear 0.75s infinite zoomBig;
	animation: 3.25s linear 0.75s infinite zoomBig;
}
.registerarea__video a::after {
	border: 2px solid var(--secondaryColor2);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	-webkit-animation: 3.25s linear infinite zoomBig;
	animation: 3.25s linear infinite zoomBig;
}
.registerarea__video p {
	font-weight: 600;
	color: var(--whiteColor);
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 0;
}
.registerarea__form {
	position: relative;
	z-index: 1;
	background: var(--lightGrey10);
	box-shadow: 0 30px 40px 0 rgba(1, 11, 60, 0.06);
	border-radius: var(--borderRadius);
	margin-bottom: -150px;
}
.registerarea__form .registerarea__form__heading h4 {
	font-family: var(--bodyFont);
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.registerarea__form form .register__input {
	height: 50px;
	width: 100%;
	border: none;
	background: var(--lightGrey8);
	padding: 10px 15px;
	font-size: 16px;
	line-height: 54px;
	margin-bottom: 25px;
}
.registerarea__form form .register__input.textarea {
	height: 155px;
	width: 100%;
}
.registerarea__img .register__1 {
	position: absolute;
	top: 8%;
	left: 8%;
	animation: 3s linear infinite alternate dot-anim-2;
}
.registerarea__img .register__2 {
	position: absolute;
	top: 50%;
	left: 11%;
	animation: 6s linear infinite alternate cir-anim;
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.registerarea__video a {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.registerarea__video p {
		font-size: 18px;
		line-height: 30px;
	}
	.registerarea__img .register__1 {
		left: 0;
	}
	.registerarea__img .register__2 {
		left: 4%;
	}
}
@media (min-width: 992px) and (max-width: 1365px) {
	.event__details__button a {
		padding: 10px 48px;
		font-size: 14px;
	}
	.event__details__share .event__details__share__list ul li {
		margin-right: 9px;
	}
	.registerarea__video a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.registerarea__video p {
		font-size: 18px;
		line-height: 30px;
	}
	.registerarea__form {
		padding: 30px 25px 25px;
	}
	.registerarea__img .register__1 {
		top: 0;
	}
	.registerarea__img .register__2 {
		left: 54%;
	}
}
.registerarea__img .register__3 {
	position: absolute;
	top: 60%;
	left: 3%;
	animation: 3s linear infinite alternate dot-anim;
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.registerarea__img .register__3 {
		left: 0;
		top: 73%;
	}
}
@media (min-width: 992px) and (max-width: 1365px) {
	.registerarea__img .register__3 {
		top: 74%;
		left: 12%;
	}
	.testmonialarea {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@keyframes zoomBig {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}
	40% {
		opacity: 0.5;
		border-width: 2px;
	}
	65% {
		border-width: 1px;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 1px;
	}
}
.testimonial_study_info {
	text-align: center;
	padding: 100px 10px 10px;
	border-radius: 30px;
	margin-top: -88px;
	min-height: 220px;
}
.cbse-banner-section h1,
.heading-3,
.instructor_info span,
.modal-right-side p,
.news-banner-section h1,
.pinkcard p,
.primaryCard_bg p,
.purplecard p,
.secondaryCard_bg p,
.teacher-banner-section h1,
.teacher-banner-section p,
div#Grade3 h4.grade_title,
div#Grade3 p,
div#Grade3 span,
div#Grade3 ul li,
div#Grade7 h4.grade_title,
div#Grade7 p,
div#Grade7 span,
div#Grade7 ul li,
h2.start-your-journey {
	color: #fff;
}
.course_concept_detailts
	.row
	.col-custom-new:nth-child(10)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(14)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(2)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(6)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.secondary3Card_bg,
.secondaryCard .adaptive-item1 span,
.secondaryCard .adaptive-item1 span::after,
.secondaryCard .course-enroll-descr,
.secondaryCard .course-enroll-descr::after,
.secondaryCard .enroll-course-circle {
	background: var(--secondaryColor3);
}
.secondary3Card_color,
.text-skyblue {
	color: var(--secondaryColor3);
}
.secondary3Card_bg p,
.secondary4Card_bg p {
	color: #3d3d3d;
}
.testimonial_study_info p {
	margin: 0;
	line-height: 21px;
}
.single__testimonial__wraper {
	padding: 40px 50px 50px 40px;
	box-shadow: 0 30px 40px 0 rgba(1, 11, 60, 0.06);
	border-radius: var(--borderRadius);
	background: var(--whiteColor);
}
.course__tap__wrap li button,
.single__blog__wraper {
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}
.single__testimonial__wraper .single__testimonial__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.counterarea__text__wraper,
.single__testimonial__wraper .single__testimonial__inner .testimonial__img {
	display: flex;
	align-items: center;
}
.single__testimonial__wraper
	.single__testimonial__inner
	.testimonial__img
	.testimonial__name {
	margin-left: 22px;
}
.single__testimonial__wraper
	.single__testimonial__inner
	.testimonial__img
	.testimonial__name
	h6 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}
.single__testimonial__wraper
	.single__testimonial__inner
	.testimonial__img
	.testimonial__name
	span {
	font-size: 14px;
	color: var(--lightGrey9);
}
.single__testimonial__wraper .single__testimonial__inner .testimonial__icon i {
	color: var(--yellow);
	font-size: 18px;
}
.single__testimonial__wraper
	.single__testimonial__inner
	.testimonial__icon
	i.dark__color {
	color: var(--lightGrey6);
}
.blog__content__wraper__2
	.blogarea__text__wraper__2
	.blogarea__button__2
	a:hover,
.default__arrow .slick-arrow:hover {
	color: var(--secondaryColor);
}
.single__testimonial__wraper .testimonial__content p {
	line-height: 32px;
	margin-bottom: 0;
}
.default__arrow .slick-arrow {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: -50px;
	width: auto;
	z-index: 9;
	transform: translateY(-50%);
	cursor: pointer;
	transition: var(--transition);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.default__arrow .slick-arrow {
		left: -34px;
	}
}
.default__arrow .slick-arrow.next_class {
	left: auto;
	right: -50px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.default__arrow .slick-arrow.next_class {
		right: -34px;
	}
}
.aboutarea__3 {
	background: var(--lightGrey10);
	position: relative;
}
.aboutarea__3 .aboutarea__img__3 .aboutarea__3__img__1 {
	position: absolute;
	top: 110px;
	left: 216px;
	animation: 3s linear infinite alternate dot-anim-2;
}
.aboutarea__3 .aboutarea__img__3 .aboutarea__3__img__2 {
	position: absolute;
	top: 360px;
	left: 162px;
	animation: 6s linear infinite alternate cir-anim;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.aboutarea__3 .aboutarea__img__3 .aboutarea__3__img__2 {
		left: 318px;
	}
}
.aboutarea__3 .aboutarea__img__3 .aboutarea__3__img__3 {
	position: absolute;
	top: 430px;
	left: 156px;
	animation: 3s linear infinite alternate dot-anim;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.aboutarea__3 .aboutarea__img__3 .aboutarea__3__img__3 {
		top: 433px;
		left: 196px;
	}
}
.aboutarea__3__section__title,
.teamarea__margin {
	margin-bottom: 20px;
}
.aboutarea__3__button {
	margin-top: 45px;
}
.aboutarea__3__button a {
	background: var(--secondaryColor);
	color: var(--whiteColor);
	border: 1px solid var(--secondaryColor);
}
.aboutarea__3__button a:hover {
	color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
	background: var(--whiteColor);
}
.aboutarea__para__3 .aboutarea__icon__3 i,
.testimonial__slider__active__3 .slick-arrow:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.aboutarea__para__3 {
	background: var(--whiteColor);
	padding: 50px 25px;
	position: relative;
}
.aboutarea__para__3::after {
	position: absolute;
	left: 27px;
	bottom: -14px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid var(--whiteColor);
	content: "";
}
.aboutarea__para__3 p {
	margin-bottom: 0;
}
.aboutarea__para__3 .aboutarea__icon__3 i {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -30px;
	left: -30px;
	font-size: 30px;
}
.blogarea__content__wraper .blogarea__img .blogarea__date span,
.course__categories__list ul li,
.single__team .teamarea__img .teamarea__icon ul li {
	display: block;
}
.blogarae__img__2 img,
.blogarea__content__wraper .blogarea__img img,
.blogarea__content__wraper
	.blogarea__text__wraper
	.blogarea__icon
	.blogarea__person
	.blogarea__img
	img,
.blogsidebar__content__wraper__2 .recent__list li .recent__img img,
.instructor__sidebar__img img,
.single__blog__img img,
.single__expart__teacher .teacher__img svg,
.single__team .teamarea__img img {
	width: 100%;
}
.aboutarea__img__3 {
	margin-top: 22px;
	display: flex;
	align-items: center;
}
.aboutarea__img__3 .aboutarea__img__name {
	margin-left: 80px;
}
.aboutarea__img__3 .aboutarea__img__name h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 5px;
}
.aboutarea__img__3 .aboutarea__img__name p {
	line-height: 17px;
	color: var(--lightGrey9);
	margin-bottom: 0;
}
.custom__review__grid {
	padding-right: 30px;
	padding-left: 30px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.aboutarea__3__button {
		margin-top: 20px;
	}
	.aboutarea__para__3 p {
		font-size: 14px;
	}
	.aboutarea__img__3 .aboutarea__img__name {
		margin-left: 20px;
	}
	.aboutarea__img__3 .aboutarea__img__name h6 {
		font-size: 18px;
		line-height: 23px;
	}
	.aboutarea__img__3 .aboutarea__img__name p {
		font-size: 15px;
	}
	.testimonial__area__2 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.testimonial__area__2 .row {
	margin-right: -30px;
	margin-left: -30px;
}
.testimonialarea__3 {
	background: var(--lightGrey10);
	padding-top: 145px;
	padding-bottom: 154px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.testimonialarea__3 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.counterarea {
		padding-bottom: 80px;
	}
}
.testimonialarea__paragraph__3 p {
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: var(--lightGrey);
}
.testimonialarea__paragraph__3 .testimonial__quote i {
	font-size: 20px;
	color: var(--primaryColor);
}
.testimonialarea__paragraph__3 .testimonial__quote i.quote__left {
	padding-right: 5px;
}
.testimonialarea__paragraph__3 .testimonial__quote i.quote__right {
	padding-left: 5px;
}
.testimonialarea__person__3 {
	display: flex;
	align-items: center;
	margin-top: 45px;
}
.testimonialarea__person__3 .testimonial__img__3 {
	margin-right: 18px;
}
.testimonialarea__person__3 .testimonial__name h6 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}
.testimonialarea__person__3 .testimonial__name span {
	color: var(--primaryColor);
	font-weight: 500;
}
.testimonial__group__img {
	padding-left: 70px;
}
.testimonial__slider__active__3 .slick-arrow {
	height: 60px;
	width: 60px;
	background: var(--whiteColor);
	line-height: 68px;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: var(--transition);
	z-index: 99;
	cursor: pointer;
}
.testimonial__slider__active__3 .slick-arrow.prev_class {
	right: 61px;
}
.summercamp-courses-item .summer-course-title,
.testimonial__slider__active__3 .slick-arrow i {
	font-size: 30px;
}
.counterarea__text__wraper .counter__img {
	margin-right: 16px;
}
.counterarea__text__wraper .counter__content__wraper .counter__number {
	font-weight: 700;
	font-size: 34px;
	line-height: 1.1;
	font-family: Hind;
	color: var(--blackColor);
}
.counterarea__text__wraper .counter__content__wraper p {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: var(--blackColor);
	margin: 0;
}
.single__team .teamarea__img {
	position: relative;
	margin-bottom: 20px;
}
.single__team .teamarea__img:hover .teamarea__icon {
	right: 20px;
	opacity: 1;
	visibility: visible;
}
.single__team .teamarea__img .teamarea__icon {
	position: absolute;
	top: 20px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
}
.single__team .teamarea__img .teamarea__icon ul li i {
	height: 41px;
	width: 41px;
	line-height: 41px;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	color: var(--darkdeep4);
	display: inline-block;
	margin-bottom: 10px;
	background: var(--whiteColor);
	box-shadow: 0 10px 15px rgba(221, 221, 221, 0.15);
	border-radius: 5px;
	transition: var(--transition);
}
.single__expart__teacher .teacher__icon ul li a:hover,
.single__team .teamarea__img .teamarea__icon ul li i:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.single__team .teamarea__content h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: var(--blackColor);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.teamarea {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.expart__teacher {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.single__expart__teacher {
	text-align: center;
	margin: 30px 0;
}
.single__expart__teacher .teacher__img {
	margin-bottom: 30px;
	position: relative;
}
.single__expart__teacher .teacher__img svg {
	position: absolute;
	left: 0;
	top: -16px;
	right: 0;
	opacity: 0;
	transition: var(--transition);
}
.single__expart__teacher:hover .teacher__img svg {
	animation: 8s linear infinite alternate cir-anim;
	opacity: 1;
}
.single__expart__teacher .teacher__name {
	margin-bottom: 10px;
}
.single__expart__teacher .teacher__name h4 {
	font-weight: 600;
	font-size: 28px;
	line-height: 45px;
	margin: 0;
}
.single__expart__teacher .teacher__name span {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: var(--primaryColor);
}
.single__expart__teacher .teacher__icon ul li {
	margin-right: 5px;
}
.single__expart__teacher .teacher__icon ul li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	display: inline-block;
	background: rgba(95, 45, 237, 0.04);
	border-radius: 100%;
	color: var(--primaryColor);
}
.instructor__sidebar__img .instructor__sidebar__small__img {
	position: absolute;
	top: 0;
	left: -21px;
	z-index: -1;
	animation: 3s linear infinite alternate dot-anim-2;
}
.instructor__list > ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.instructor__list > ul li .instructor__heading h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
	margin: 0;
}
.instructor__list > ul li .instructor__heading p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.instructor__list > ul li .instructor__follow span,
.instructor__list > ul li .instructor__review span {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--blackColor);
}
.instructor__list > ul li .instructor__review .instructor__star i {
	color: var(--yellow);
}
.instructor__list > ul li .instructor__follow .instructor__icon li,
ul.footer-copy-menu li {
	margin: 0 5px;
}
.instructor__list > ul li .instructor__follow .instructor__icon li:first-child,
.tabCourses button:first-child,
ul.footer-copy-menu li:first-child {
	margin-left: 0;
}
.instructor__list > ul li .instructor__button a {
	padding: 8px 40px;
}
.instructor__content__wraper {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--borderColor);
}
.instructor__content__wraper h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
}
.instructor__content__wraper p {
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
}
.instructor__heading__2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.instructor__heading__2 h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2px;
	margin-bottom: 0;
}
.blogarea__content__wraper {
	box-shadow: 0 3px 40px rgba(14, 37, 49, 0.078);
	border-radius: var(--borderRadius);
	margin-bottom: 30px;
}
.blogarea__content__wraper:hover .blogarea__img img {
	transform: scale(1.05);
}
.blogarea__content__wraper .blogarea__img {
	position: relative;
	overflow: hidden;
}
.blogarea__content__wraper .blogarea__img .blogarea__date {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--primaryColor);
	display: inline-block;
	text-align: center;
	font-weight: 600;
	line-height: 36px;
	color: var(--whiteColor);
	border-radius: var(--borderRadius);
	font-family: var(--contentFont);
	font-size: 30px;
	padding: 8px 24px;
}
.blogarea__content__wraper .blogarea__img .blogarea__date.small__date {
	line-height: 30px;
	font-size: 24px;
	padding: 7px 22px;
}
.blogarea__content__wraper .blogarea__text__wraper.blogarea__text__wraper__2 {
	padding: 25px 20px;
}
.blogarea__content__wraper
	.blogarea__text__wraper.blogarea__text__wraper__2
	h3 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 0;
}
.blogarea__content__wraper .blogarea__text__wraper h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 53px;
}
.blogarea__content__wraper .blogarea__text__wraper h3 a {
	color: var(--blackColor);
}
.blogarea__content__wraper
	.blogarea__text__wraper
	.blogarea__icon
	.blogarea__list
	ul
	li
	a:hover,
.blogarea__content__wraper .blogarea__text__wraper h3 a:hover,
.single__blog__content h4 a:hover,
.single__blog__content p {
	color: var(--primaryColor);
}
.blogarea__content__wraper .blogarea__text__wraper .blogarea__para p {
	line-height: 29px;
}
.blogarea__content__wraper .blogarea__text__wraper .blogarea__icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.blogarea__content__wraper
	.blogarea__text__wraper
	.blogarea__icon
	.blogarea__person {
	display: flex;
	align-items: center;
}
.blogarea__content__wraper
	.blogarea__text__wraper
	.blogarea__icon
	.blogarea__person
	.blogarea__img {
	width: 44px;
	height: 44px;
	margin-right: 12px;
}
.blogarea__content__wraper
	.blogarea__text__wraper
	.blogarea__icon
	.blogarea__person
	.blogarea__name {
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: var(--blackColor);
}
.blogarea__content__wraper
	.blogarea__text__wraper
	.blogarea__icon
	.blogarea__person
	.blogarea__name
	span {
	color: var(--darkdeep5);
}
.blogarea__content__wraper
	.blogarea__text__wraper
	.blogarea__icon
	.blogarea__list
	ul
	li
	a {
	height: 41px;
	width: 41px;
	line-height: 41px;
	border: 1px solid var(--borderColor);
	border-radius: var(--transition);
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: var(--darkdeep4);
	border-radius: var(--borderRadius);
}
.single__blog__img {
	position: relative;
	padding: 10px;
}
.single__blog__button {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.single__blog__button a {
	padding: 10px 48px;
	background: var(--blackColor2);
	border: 1px solid var(--blackColor2);
	border-radius: 114px;
	font-size: 15px;
	line-height: 18px;
}
.single__blog__button a:hover {
	border: 1px solid var(--blackColor2);
	color: var(--blackColor2);
}
.single__blog__content {
	padding: 30px 20px 40px 30px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.instructor__list > ul li .instructor__heading h3 {
		font-size: 30px;
		line-height: 44px;
	}
	.instructor__list > ul li .instructor__heading p {
		font-size: 14px;
	}
	.single__blog__content {
		padding: 30px 10px 40px 20px;
	}
}
.single__blog__content p {
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.single__blog__content h4 a {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--blackColor2);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.single__blog__content h4 a {
		font-size: 20px;
		line-height: 27px;
	}
}
.single__blog__content .single__blog__bottom__button a {
	font-weight: 500;
	line-height: 19px;
	color: var(--blackColor2);
}
.blog__content__wraper__2
	.blogarea__text__wraper__2
	.blogarea__heading__2
	h3
	a:hover,
.blogarae__img__2 .blog__video__button i,
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidebar__name__2
	h5
	a:hover,
.single__blog__content .single__blog__bottom__button a:hover {
	color: var(--primaryColor);
}
.blogarea__bottom__button a {
	padding: 15px 47px;
}
.blog__content__wraper__2 {
	margin-bottom: 35px;
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.05);
}
.blog__content__wraper__2 .blogarea__text__wraper__2 {
	padding: 26px 30px 20px;
}
.blog__content__wraper__2 .blogarea__text__wraper__2 .blogarea__heading__2 h3 {
	margin: 0;
}
.blog__content__wraper__2
	.blogarea__text__wraper__2
	.blogarea__heading__2
	h3
	a {
	font-weight: 700;
	font-size: 34px;
	line-height: 54px;
	color: var(--blackColor2);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.blog__content__wraper__2
		.blogarea__text__wraper__2
		.blogarea__heading__2
		h3
		a {
		font-size: 28px;
		line-height: 40px;
	}
}
.blog__content__wraper__2 .blogarea__text__wraper__2 .blogarea__list__2 {
	padding-bottom: 19px;
	border-bottom: 1px solid var(--borderColor2);
	margin-bottom: 14px;
}
.blog__content__wraper__2 .blogarea__text__wraper__2 .blogarea__list__2 ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-right: 12px;
	position: relative;
}
.blog__content__wraper__2
	.blogarea__text__wraper__2
	.blogarea__list__2
	ul
	li:after {
	position: absolute;
	content: "";
	height: 11px;
	width: 1px;
	background: var(--borderColor);
	right: -9px;
	bottom: 3px;
}
.blog__content__wraper__2 .blogarea__text__wraper__2 .blogarea__paragraph {
	margin-bottom: 17px;
}
.blog__content__wraper__2 .blogarea__text__wraper__2 .blogarea__button__2 {
	display: flex;
	justify-content: space-between;
}
.blog__content__wraper__2 .blogarea__text__wraper__2 .blogarea__button__2 a {
	font-weight: 500;
	line-height: 19px;
	color: var(--primaryColor);
}
.blog__content__wraper__2
	.blogarea__text__wraper__2
	.blogarea__button__2
	.blogarea__icon__2
	i:hover,
.blogarae__img__2 .blog__video__button i:hover,
.blogarae__img__2 .blogarea__date__2,
.main__pagination__wrapper ul li a.active,
.main__pagination__wrapper ul li a:hover {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.blog__content__wraper__2
	.blogarea__text__wraper__2
	.blogarea__button__2
	.blogarea__icon__2
	i {
	height: 28px;
	width: 32px;
	background: var(--whitegrey1);
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	transition: var(--transition);
}
.blogarae__img__2.course__details__img__2 {
	margin-bottom: 20px;
}
.blogarae__img__2 .blogarea__date__2 {
	position: absolute;
	padding: 11px 18px;
	top: 24px;
	right: 22px;
	border-radius: var(--borderRadius);
	text-align: center;
}
.blogarae__img__2 .blogarea__date__2 span {
	display: block;
	font-family: Hind;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
}
.blogarae__img__2 .blog__video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.blogarae__img__2 .blog__video__button i {
	height: 78px;
	width: 78px;
	line-height: 78px;
	text-align: center;
	border-radius: 100%;
	background: var(--whiteColor);
	display: inline-block;
	transition: var(--transition);
}
.main__pagination__wrapper {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}
.main__pagination__wrapper ul li {
	margin-right: 10px;
}
.main__pagination__wrapper ul li a {
	height: 50px;
	width: 50px;
	background: var(--whitegrey1);
	color: var(--blackColor2);
	display: inline-block;
	line-height: 50px;
	text-align: center;
}
.main__pagination__wrapper ul li a.disable {
	cursor: not-allowed;
}
.blogsidebar__content__wraper__2 {
	padding: 30px 35px 30px 30px;
	border: 1px solid var(--borderColor2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
	margin-bottom: 30px;
}
.blogsidebar__content__wraper__2.tab__instructor {
	border: none;
	box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.03);
}
.blogsidebar__content__wraper__2.tab__instructor
	.blogsidebar__content__inner__2 {
	display: flex;
	text-align: left;
}
.blogsidebar__content__wraper__2.tab__instructor
	.blogsidebar__content__inner__2
	.blogsidebar__img__2 {
	margin-right: 20px;
}
.blog__details__comment .blog__details__comment__inner .author__img,
.blog__details__content__wraper
	.blog__details__comment
	.blog__details__comment__inner
	.author__img {
	margin-right: 30px;
}
.blogsidebar__content__wraper__2 .blogsidebar__content__inner__2,
.course__summery__button,
.early__programs .single__blog__content,
.errorarea__inner {
	text-align: center;
}
.blog__details__content__wraper .blog__details__img,
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidebar__img__2 {
	margin-bottom: 30px;
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidebar__name__2 {
	margin-bottom: 12px;
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidebar__name__2
	h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: var(--blackColor2);
	margin: 0 0 7px;
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidebar__name__2
	h5
	a {
	color: var(--blackColor2);
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidebar__name__2
	p {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: var(--contentColor2);
	margin: 0;
}
.blog__details__content__wraper .blog__details__content p.content__1,
.property__facts__feature .single__grid__details__icon,
.sidebar__title {
	margin-bottom: 25px;
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blog__sidebar__text__2
	p {
	line-height: 26px;
	font-size: 14px;
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidbar__icon__2
	ul
	li {
	margin-right: 6px;
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidbar__icon__2
	ul
	li
	a {
	width: 35px;
	height: 35px;
	line-height: 32px;
	display: inline-block;
	border: 1px solid var(--borderColor2);
	border-radius: var(--borderRadius);
	transition: var(--transition);
	text-align: center;
}
.blogsidebar__content__wraper__2
	.blogsidebar__content__inner__2
	.blogsidbar__icon__2
	ul
	li
	a:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
	border: 1px solid var(--primaryColor);
}
.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__name
	h6
	a:hover,
.blogsidebar__content__wraper__2 .recent__list li .recent__text h6 a:hover,
.blogsidebar__content__wraper__2
	form
	.blogsudebar__input__area
	.blogsidebar__input__icon:hover,
.course__tag__list ul li a span.active {
	color: var(--primaryColor);
}
.blogsidebar__content__wraper__2 form .blogsudebar__input__area {
	position: relative;
}
.blogsidebar__content__wraper__2 form .blogsudebar__input__area input {
	width: 100%;
	border: none;
	background: var(--lightGrey10);
	padding: 15px 16px;
	font-size: 14px;
	line-height: 26px;
	color: var(--contentColor);
}
.blogsidebar__content__wraper__2
	form
	.blogsudebar__input__area
	.blogsidebar__input__icon {
	position: absolute;
	top: 20%;
	right: 20px;
	border: none;
	background: 0 0;
	color: var(--contentColor);
}
.sidebar__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-left: 8px;
}
.sidebar__title::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 21px;
	background: var(--primaryColor);
	left: 0;
	bottom: 5px;
}
.blogsidebar__content__wraper__2 .categorie__list li {
	display: block;
	border: 1px solid var(--borderColor2);
	margin-bottom: 16px;
	padding: 8px 16px;
	transition: var(--transition);
}
.blogsidebar__content__wraper__2 .categorie__list li:hover,
.featurearea .progress .progress-bar {
	background: var(--primaryColor);
}
.blogsidebar__content__wraper__2 .categorie__list li:hover a {
	color: var(--whiteColor);
}
.blogsidebar__content__wraper__2 .categorie__list li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
}
.blogsidebar__content__wraper__2 .categorie__list li a span {
	float: right;
}
.blogsidebar__content__wraper__2 .recent__list li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.blogsidebar__content__wraper__2 .recent__list li .recent__img {
	position: relative;
	padding-right: 20px;
	width: 40%;
}
.blogsidebar__content__wraper__2 .recent__list li .recent__img .recent__number {
	position: absolute;
	top: -4px;
	left: 0;
}
.blogsidebar__content__wraper__2
	.recent__list
	li
	.recent__img
	.recent__number
	span {
	height: 24px;
	width: 23px;
	line-height: 24px;
	color: var(--whiteColor);
	background: var(--primaryColor);
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	text-align: center;
}
.blogsidebar__content__wraper__2 .recent__list li .recent__text {
	width: 60%;
}
.blogsidebar__content__wraper__2
	.recent__list
	li
	.recent__text
	.recent__date
	a {
	font-weight: 500;
	line-height: 15px;
	font-size: 14px;
}
.blogsidebar__content__wraper__2 .recent__list li .recent__text h6 a {
	font-weight: 700;
	line-height: 22px;
	color: var(--blackColor2);
}
.blogsidebar__content__wraper__2 .photo__gallery__img {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(3, 1fr);
}
.blogsidebar__content__wraper__2 .photo__gallery__img .single__gallery__img,
.contact__input__wraper,
.course__input,
.lesson__content__main,
.review__wrapper .single__progress__bar {
	position: relative;
}
.blogsidebar__content__wraper__2
	.photo__gallery__img
	.single__gallery__img::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	transition: var(--transition);
}
.blogsidebar__content__wraper__2
	.photo__gallery__img
	.single__gallery__img:hover::before {
	background: rgba(0, 0, 0, 0.5);
}
.blogsidebar__content__wraper__2
	.photo__gallery__img
	.single__gallery__img:hover
	.gallery__icon
	a {
	opacity: 1;
}
.blogsidebar__content__wraper__2
	.photo__gallery__img
	.single__gallery__img
	img {
	width: 100%;
}
.blogsidebar__content__wraper__2
	.photo__gallery__img
	.single__gallery__img
	.gallery__icon,
.features_play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.blogsidebar__content__wraper__2
	.photo__gallery__img
	.single__gallery__img
	.gallery__icon
	a {
	color: var(--whiteColor);
	opacity: 0;
}
.blogsidebar__content__wraper__2 .get__touch__input input {
	border: none;
	border-bottom: 1px solid var(--borderColor2);
	width: 100%;
	background: 0 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: var(--contentColor);
}
.blogsidebar__content__wraper__2 .get__touch__input a {
	padding: 13px 55px;
}
.blogsidebar__content__wraper__2 .populer__tag__list ul li {
	margin: 5px;
}
.course__details__wraper ul li:last-child,
.course__tag__list ul li:last-child,
.loginarea__wraper form .login__form .form__check label {
	margin-bottom: 0;
}
.blogsidebar__content__wraper__2 .populer__tag__list ul li a {
	padding: 3px 19px;
	border: 1px solid var(--borderColor2);
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}
.blogsidebar__content__wraper__2 .populer__tag__list ul li a:hover {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.blogsidebar__content__wraper__2 .follow__icon ul li {
	margin-right: 14px;
}
.blogsidebar__content__wraper__2 .follow__icon ul li a {
	width: 39px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: var(--whitegrey2);
	color: var(--blackColor2);
	display: inline-block;
	border-radius: var(--borderRadius);
}
.blogsidebar__content__wraper__2 .follow__icon ul li a:hover {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.blog__details__content__wraper .blog__details__img img,
.blog__details__img__2 img {
	width: 100%;
}
.blog__details__content__wraper .blog__details__content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: var(--darkdeep4);
}
.blog__details__content__wraper .blog__details__content p.content__2,
.blog__details__content__wraper .blog__details__content p.content__3,
.course__list__wraper .blog__details__list__2,
.experence__description {
	margin-bottom: 20px;
}
.blog__details__content__wraper .blog__details__content p.content__4,
.blog__details__content__wraper .blog__details__content p.content__6,
.blog__details__content__wraper .blog__details__content p.content__7,
.blog__details__content__wraper .blog__details__content p.content__9 {
	margin-bottom: 30px;
}
.blog__details__content__wraper .blog__details__content p.content__5 {
	margin-bottom: 35px;
}
.blog__details__content__wraper
	.blog__details__content
	.blog__details__heading
	h5 {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
}
.blog__details__content__wraper .blog__details__content .blockquate__wraper {
	background: var(--blackColor2);
	padding: 55px 40px 60px 70px;
	position: relative;
	margin-bottom: 43px;
}
.blog__details__content__wraper
	.blog__details__content
	.blockquate__wraper
	.blockquate__content
	h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: var(--whiteColor);
}
.blog__details__content__wraper
	.blog__details__content
	.blockquate__wraper
	.blockquate__content
	a {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: var(--whiteColor);
	position: relative;
	padding-left: 60px;
}
.blog__details__content__wraper
	.blog__details__content
	.blockquate__wraper
	.blockquate__content
	a::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 45px;
	background: var(--whiteColor);
	left: 0;
	top: 40%;
}
.blog__details__content__wraper
	.blog__details__content
	.blockquate__wraper
	.blockquate__img
	img {
	position: absolute;
	left: 37%;
	top: 14%;
}
.blog__details__content__wraper .blog__details__list__2 ul li {
	display: flex;
	margin-bottom: 0;
}
.blog__details__content__wraper .blog__details__list__2 ul li i {
	width: 31px;
}
.blog__details__content__wraper .blog__details__list__2 ul li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	width: 508px;
}
.blog__details__content__wraper .blog__details__comment {
	border-top: 1px solid var(--borderColor2);
	padding-top: 50px;
}
.blog__details__content__wraper
	.blog__details__comment
	.blog__details__comment__heading
	h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
.blog__details__content__wraper
	.blog__details__comment
	.blog__details__comment__inner {
	display: flex;
}
.blog__details__content__wraper
	.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__name
	h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
}
.blog__details__content__wraper
	.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__name
	p {
	font-weight: 600;
	font-size: 12px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.blog__details__content__wraper
	.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__text
	p {
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
}
.blog__details__tag {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid var(--borderColor2);
	border-bottom: 1px solid var(--borderColor2);
	padding: 40px 0;
	margin-bottom: 40px;
}
.blog__details__tag ul.share__list li a {
	height: 38px;
	width: 41px;
	border-radius: var(--borderRadius);
}
.blog__details__tag ul li {
	margin-right: 5px;
}
.blog__details__tag ul li.heading__tag {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: var(--blackColor);
}
.blog__details__tag ul li a {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	border: 1px solid var(--borderColor2);
	padding: 9px 12px;
	border-radius: var(--borderRadius);
}
.blog__details__tag ul li a:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
	border-color: var(--primaryColor);
}
.blog__details__comment {
	border-top: 1px solid var(--borderColor2);
	padding-top: 50px;
	border-bottom: 1px solid var(--borderColor2);
	padding-bottom: 15px;
}
.blog__details__comment .blog__details__comment__heading,
.course__details__paragraph,
.course__details__price,
.course__tap__wrap {
	margin-bottom: 30px;
}
.blog__details__comment .blog__details__comment__heading h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
.blog__details__comment .blog__details__comment__inner {
	display: flex;
	position: relative;
	margin-bottom: 40px;
}
.blog__details__comment .blog__details__comment__inner.author__padding__left {
	padding-left: 100px;
}
.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__name
	h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
}
.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__name
	h6
	a {
	color: var(--blackColor);
}
.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__name
	p {
	font-weight: 600;
	font-size: 12px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.course__button a,
.course__details__price ul li,
.loginarea__wraper
	.login__social__option
	.login__social__btn
	li
	.login__button__1 {
	margin-right: 20px;
}
.blog__details__comment
	.blog__details__comment__inner
	.author__content
	.author__text
	p {
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
}
.blog__details__comment .author__icon {
	position: absolute;
	right: 0;
}
.blog__details__comment .author__icon button {
	border: none;
	background: 0 0;
}
.blog__details__comment .author__icon button:hover path {
	fill: var(--primaryColor);
}
.blog__details__form .blog__details__input__heading {
	padding-bottom: 30px;
}
.blog__details__form .blog__details__input__heading h5 {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
}
.blog__details__form .blog__details__input input,
.blog__details__form .blog__details__input textarea {
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	color: var(--contentColor);
	background: 0 0;
	width: 100%;
}
.blog__details__form .blog__details__input {
	margin-bottom: 10px;
}
.blog__details__form .blog__details__input input {
	border: 1px solid var(--borderColor2);
	margin-bottom: 30px;
	height: 60px;
	line-height: 26px;
	border-radius: var(--borderRadius);
}
.course__categories__list ul li:last-child a,
.course__skill__list ul li:last-child {
	margin: 0;
}
.blog__details__form .blog__details__input textarea {
	height: 209px;
	border: 1px solid var(--borderColor2);
	padding-top: 20px;
	line-height: 26px;
	border-radius: var(--borderRadius);
}
.blog__check__box {
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	padding-left: 150px;
	color: var(--contentColor);
}
.blog__details__button {
	text-align: center;
	margin-top: 30px;
}
.blog__details__button a {
	padding: 13px 70px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.blogsidebar__content__wraper__2 {
		padding: 20px;
	}
	.blogsidebar__content__wraper__2 .follow__icon ul li {
		margin-right: 6px;
	}
	.blog__details__content__wraper
		.blog__details__content
		.blockquate__wraper
		.blockquate__content
		h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.blog__details__content__wraper .blog__details__list__2 ul li p {
		font-size: 12px;
		line-height: 21px;
		margin-bottom: 7px;
	}
	.blog__details__img__2 {
		margin-bottom: 30px;
	}
	.blog__check__box {
		padding-left: 0;
	}
	.blogarea__2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.early__programs .single__blog__content h4 a {
	font-size: 34px;
	line-height: 1.5;
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.early__programs .single__blog__content h4 a {
		font-size: 20px;
	}
	.featurearea {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.blog__details__img__2 .registerarea__content .registerarea__video a,
.blogarae__img__2 .registerarea__content .registerarea__video a {
	margin-right: 0;
}
.gallery .blogsidebar__content__wraper__2 .photo__gallery__img {
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}
.course__sidebar__wraper {
	border: 1px solid var(--borderColor);
	padding: 40px 25px 33px 20px;
	margin-bottom: 10px;
}
.course__heading h5 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}
.course__input input {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	height: 46px;
	padding-left: 13px;
	border: none;
	background: rgba(245, 245, 245, 0.71);
}
.course__input .search__button {
	position: absolute;
	top: 23%;
	right: 12px;
}
.course__input .search__button button {
	background: 0 0;
	border: none;
}
.course__input .search__button button:hover {
	color: var(--secondaryColor);
}
.course__categories__list ul li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid var(--borderColor);
	width: 100%;
	padding: 8px 13px;
	display: block;
	margin-bottom: 15px;
}
.course__categories__list ul li a:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.course__categories__list ul li a span {
	float: right;
}
.course__tag__list ul li {
	display: block;
	margin-bottom: 23px;
}
.cart__pm__btn__wrap,
.course__tag__list ul li a,
.foter__bottom__text,
.get-in-touch .contact-btn,
.scc__info,
.school-info-parent,
ul.img-certificate {
	display: flex;
	align-items: center;
}
.course__tag__list ul li a .course__check__box {
	height: 15px;
	width: 14px;
	border: 1px solid var(--darkdeep6);
	margin-right: 13px;
}
.course__tag__list ul li a .course__check__box.active,
.course__tag__list ul li a .course__check__box:hover {
	background: var(--primaryColor);
	border: 1px solid var(--borderColor);
}
.course__tag__list ul li a span {
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
}
.course__skill__list ul li {
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
	display: block;
}
.course__text__wraper {
	border: 1px solid var(--borderColor);
	display: flex;
	justify-content: space-between;
	padding: 10px 13px;
	align-items: center;
	margin-bottom: 30px;
}
.course__text__wraper .course__text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--blackColor);
	margin: 0;
}
.course__button a:hover,
.course__text__wraper .course__icon ul li a.active {
	color: var(--primaryColor);
}
.course__text__wraper .course__icon ul li.short__by__new {
	padding-left: 80px;
	padding-right: 10px;
}
.course__text__wraper .course__icon ul li.short__by__new .form-select {
	border: none;
	background-color: none;
	appearance: down;
}
.course__text__wraper .course__icon ul li a {
	margin-right: 11px;
}
.enroll_modal_img img,
.multiple-brand-img img,
.with__sidebar__content
	.gridarea__wraper.gridarea__course__list
	.gridarea__img {
	width: 40%;
}
.with__sidebar__content
	.gridarea__wraper.gridarea__course__list
	.gridarea__content {
	width: 60%;
	padding-left: 30px;
}
.with__sidebar__content
	.gridarea__wraper.gridarea__course__list
	.gridarea__content
	.gridarea__heading
	h3 {
	font-size: 26px;
	line-height: 30px;
}
.course__button__wraper {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	justify-content: space-between;
}
.course__button a {
	height: 26px;
	width: 114px;
	background: var(--primaryColor);
	color: var(--whiteColor);
	display: inline-block;
	text-align: center;
	line-height: 23px;
	font-weight: 600;
	font-size: 14px;
	border-radius: var(--borderRadius);
	border: 1px solid var(--primaryColor);
}
.course__details__wraper ul,
.course__tap__wrap li {
	border-right: 2px solid var(--borderColor);
}
.course__button a:hover {
	background-color: var(--whiteColor);
	border: 1px solid var(--primaryColor);
}
.course__button a.course__2 {
	background: var(--indigo);
	border: 1px solid var(--indigo);
}
.course__button a.course__2:hover {
	background-color: var(--whiteColor);
	color: var(--indigo);
	border: 1px solid var(--indigo);
}
.course__date p {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}
.course__date p span {
	color: var(--blackColor);
}
.course__details__heading h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 58px;
	color: var(--blackColor);
}
.course__details__price ul li .course__price {
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	color: var(--primaryColor);
}
.course__details__price ul li .course__price del {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: var(--lightGrey4);
}
.course__details__price ul li .course__details__date {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--blackColor);
}
.course__details__price ul li .course__details__date i {
	color: var(--primaryColor);
}
.course__details__price ul li .course__star i {
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: var(--yellow);
}
.course__details__price ul li .course__star span {
	color: var(--blackColor);
}
.course__details__paragraph p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.course__details__wraper {
	background: var(--darkdeep3);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.course__details__wraper ul {
	width: 50%;
	padding: 55px 70px 55px 50px;
}
.course__details__wraper ul:last-child {
	border: none;
}
.course__details__wraper ul li {
	color: var(--contentColor2);
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.course__details__wraper ul li span {
	color: var(--deepgreen);
	font-weight: 500;
}
.content__cirriculum__wrap .accordion-button {
	font-size: 20px;
	color: var(--headingColor);
	font-weight: 700;
	box-shadow: none;
}
.course__tap__wrap li button.active,
.course__tap__wrap li:hover button,
.scc__wrap .question {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.content__cirriculum__wrap .accordion-body {
	padding: 10px 30px;
}
.content__cirriculum__wrap .accordion-button:focus {
	box-shadow: none;
}
.scc__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--borderColor);
	padding: 15px 0;
	flex-wrap: wrap;
}
.scc__wrap:last-child {
	border-bottom: none;
}
.scc__info h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}
.scc__info i {
	margin-right: 10px;
	font-size: 16px;
}
.scc__info h5 span {
	font-weight: 500;
}
.scc__wrap .question {
	display: inline-block;
	height: 24px;
	line-height: 23px;
	padding: 0 10px;
	border-radius: var(--borderRadius);
	margin-left: 20px;
}
.content__cirriculum__wrap .accordion-item {
	margin-bottom: 25px;
	border: 1px solid var(--borderColor);
}
.course__tap__wrap li:last-child {
	border: none;
}
.course__tap__wrap li button {
	padding: 15px 45px;
	border: none;
	background: var(--whiteColor);
	color: var(--blackColor);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.early__programs .single__blog__content h4 a {
		font-size: 24px;
	}
	.course__sidebar__wraper {
		padding: 30px 15px 23px 10px;
	}
	.course__details__wraper ul {
		padding: 35px 30px;
	}
	.course__details__wraper ul li span {
		font-size: 14px;
	}
	.course__tap__wrap li button {
		padding: 12px 25px;
	}
}
.course__tap__wrap li button i,
.mr-2 {
	margin-right: 8px;
}
.experence__heading h5 {
	font-weight: 700;
	font-size: 26px;
	line-height: 56px;
	color: var(--blackColor);
}
.experence__description p {
	font-weight: 400;
	line-height: 30px;
	font-size: 18px;
	color: var(--darkdeep4);
	margin-bottom: 20px;
}
.course__details__populer__list li {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.course__details__populer__list li .course__details__populer__content {
	margin-left: 20px;
}
.course__details__populer__list li .course__details__populer__content span {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--primaryColor);
}
.course__details__populer__list li .course__details__populer__content h6 a,
.review__box .review__number,
.review__box span {
	color: var(--blackColor);
}
.course__details__populer__list li .course__details__populer__content h6 {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}
.course__details__populer__list
	li
	.course__details__populer__content
	h6
	a:hover {
	color: var(--primaryColor);
}
.add__a__review__wrapper .add__a__review .property__sidebar__icon ul li i,
.event__details__date a:hover,
.property__comment
	.property__comment__list
	.property__comment__comment
	.property__sidebar__icon
	ul
	li
	i,
.property__comment
	.property__comment__list
	.property__comment__comment
	h6
	a:hover,
.review__box .review__icon i,
.review__wrapper .single__progress__bar .rating__text i {
	color: var(--secondaryColor);
}
.review__box {
	background: var(--whiteColor);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	text-align: center;
	min-width: 200px;
	padding: 29px 10px;
}
.review__box .review__number {
	font-weight: 800;
	font-size: 72px;
	line-height: 90px;
}
.review__box span {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}
.review__wrapper .single__progress__bar .rating__text {
	display: inline-block;
	position: relative;
	top: 19px;
}
.review__wrapper .single__progress__bar .progress {
	max-width: 85%;
	margin-left: 38px;
	height: 10px;
	background: var(--borderColor);
}
.review__wrapper .single__progress__bar .progress .progress-bar {
	background-color: var(--secondaryColor);
}
.review__wrapper .single__progress__bar span {
	position: absolute;
	right: 0;
	top: 50%;
}
.property__comment .property__comment__list {
	list-style: none;
	border-top: 1px solid var(--borderColor2);
	padding-top: 35px;
	position: relative;
	margin-top: 35px;
}
.property__comment .property__comment__list:first-child {
	margin-top: 0;
}
.property__comment .property__comment__list .property__comment__img {
	max-width: 100px;
	margin-right: 30px;
	float: left;
}
.property__comment .property__comment__list .property__comment__img img {
	width: 100%;
	border-radius: 100%;
}
.property__comment .property__comment__list .property__comment__comment h6 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}
.property__comment .property__comment__list .property__comment__comment h6 a {
	color: var(--headingColor);
}
.property__comment .property__comment__list .property__comment__comment p {
	font-size: 14px;
	margin: 0;
}
.property__comment .property__comment__list .property__comment__comment span {
	position: absolute;
	padding: 0 25px;
	border: 2px solid var(--borderColor2);
	display: inline-block;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 36px;
	top: 27px;
	right: 0;
	transition: 0.3s;
}
.property__comment
	.property__comment__list
	.property__comment__comment
	span:hover {
	border-color: var(--secondaryColor);
}
.add__a__review__wrapper {
	padding: 50px;
	background-color: var(--lightGrey12);
	margin-bottom: 50px;
}
.add__a__review__wrapper h4 {
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}
.add__a__review__wrapper .add__a__review {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.add__a__review__wrapper .add__a__review h6 {
	margin: 0 15px 0 0;
}
.add__a__review__wrapper
	.add__a__review
	.property__sidebar__icon
	ul
	li
	i:hover {
	color: var(--primaryColor);
}
.add__a__review__wrapper .add__a__review__input,
.become__instructor__list,
.create__course__title,
.shopsidebar__bitton {
	margin-bottom: 30px;
}
.add__a__review__wrapper .add__a__review__input input {
	padding: 15px 20px;
	min-height: 65px;
	width: 100%;
	border: 2px solid var(--whiteColor);
	font-size: 15px;
}
.add__a__review__wrapper .add__a__review__input textarea {
	padding: 15px 20px;
	min-height: 150px;
	width: 100%;
	border: 2px solid var(--whiteColor);
	font-size: 15px;
	position: relative;
}
.add__a__review__wrapper .add__a__review__button,
.checkoutarea__payment__input__box {
	margin-top: 30px;
}
.property__facts__feature.property__facts__feature__2 {
	margin-top: 60px;
	margin-bottom: 40px;
}
.property__facts__feature h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	border-left: 2px solid var(--secondaryColor);
	padding-left: 10px;
}
.property__facts__feature .single__grid__details__icon li {
	width: 33.33%;
}
.property__facts__feature p {
	margin: 24px 0;
	font-size: 16px;
}
.event__details__icon i {
	font-size: 22px;
}
.event__details__date a {
	color: var(--contentColor);
	font-weight: 700;
}
.course__details__top--2 {
	padding-top: 70px;
	position: relative;
	z-index: 9;
}
.course__details__sidebar--2 {
	position: relative;
	top: -340px;
	z-index: 10;
}
.course__details__sidebar--2 .event__details__date {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.course__details__sidebar--2 .event__details__list ul li {
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: var(--blackColor);
}
.lesson__content__wrap {
	position: absolute;
	z-index: 999;
	background: var(--primaryColor);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}
.animate__content__wrap,
.breadcrumb__inner ul li a,
.breadcrumbarea,
.cartarea__title,
.descriptionarea__link,
.loginarea,
.loginarea__wraper .login__heading .login__description a,
.loginarea__wraper .login__social__option p,
.loginarea__wraper form .login__form .login__form__link a,
.shopsidebar__remove a,
.single__contact {
	position: relative;
}
.lesson__content__wrap h3 {
	color: var(--whiteColor);
	font-size: 22px;
	margin: 0;
}
@media (min-width: 320px) and (max-width: 575px) {
	.search__form .search__btn {
		right: 0;
		top: 70px;
		transform: translatey(0);
	}
	.aboutarea__content__tap__wraper .single__event__wraper .eventarea__img {
		margin-bottom: 20px;
	}
	.blog__details__content__wraper .blog__details__content .blockquate__wraper {
		padding: 20px;
	}
	.blog__details__tag ul.share__list {
		margin-top: 10px;
	}
	.course__text__wraper .course__icon ul li.short__by__new {
		padding-left: 50px;
	}
	.property__comment .property__comment__list .property__comment__comment span {
		top: 172px;
	}
	.lesson__content__wrap {
		top: 5px 100px;
	}
	.lesson__content__wrap h3 {
		font-size: 16px;
	}
}
.lesson__content__wrap a {
	color: var(--whiteColor);
}
.course__details__sidebar .event__sidebar__wraper .event__price__wraper,
.tabcollectionarea__item__wrap {
	margin-bottom: 20px;
}
.course__summery__lists li {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid var(--borderColor);
}
.course__summery__lists li .course__summery__item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 14px;
	color: var(--contentColor);
}
.course__summery__lists li .course__summery__item .sb_content {
	background: var(--borderColor);
	padding: 6px 10px;
	line-height: 13px;
	font-size: 12px;
	border-radius: 50px;
}
.course__summery__lists li .course__summery__item .sb_label,
.teacher-successfull-card h6,
.teaching-setu100 h5 {
	font-weight: 500;
}
.course__summery__button span {
	font-size: 13px;
	color: var(--contentColor);
}
.course__summery__button .default__button {
	width: 100%;
	margin-bottom: 10px;
}
.course__summery__button p {
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}
.course__summery__button .default__button--3 {
	font-size: 20px;
	font-weight: 700;
}
.content__cirriculum__wrap .accordion-button span {
	font-size: 12px;
	background: var(--borderColor);
	padding: 4px 10px;
	margin-left: 10px;
	line-height: 1;
	border-radius: 20px;
	font-weight: 700;
}
.single__contact {
	border: 1px solid var(--borderColor);
	padding: 40px 35px 35px 40px;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 15px rgba(174, 181, 206, 0.09);
	margin-bottom: 30px;
	transition: var(--transition);
}
.single__contact:hover {
	box-shadow: 0 4px 25px rgba(174, 181, 206, 0.3);
	transform: translateY(-5px);
}
.single__contact .contact__text {
	margin-left: 30px;
}
.single__contact .contact__text h5 {
	margin: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: var(--blackColor);
}
.single__contact .contact__text p {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
}
.single__contact .contact__text span {
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--contentColor);
}
.contact__form__inner {
	padding: 90px 70px 70px;
	border: 1px solid var(--borderColor2);
}
.contact__form__inner .contact__form__heading {
	margin-bottom: 40px;
}
.contact__form__inner .contact__form__heading h3 {
	font-weight: 700;
	font-size: 44px;
	line-height: 70px;
	color: var(--blackColor);
	margin: 0;
}
.breadcrumb__inner ul li a:hover,
.loginarea__wraper .login__heading .login__description a:hover,
.loginarea__wraper form .login__form .login__form__link a:hover {
	color: var(--primaryColor);
}
.contact__form__inner .contact__form__heading p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}
.contact__input__wraper input {
	height: 60px;
	width: 100%;
	padding-left: 27px;
	border: 1px solid var(--borderColor2);
	margin-bottom: 30px;
	border-radius: var(--borderRadius);
	background: 0 0;
	color: var(--contentColor);
}
.contact__input__wraper .contact__icon {
	position: absolute;
	top: 17px;
	right: 24px;
}
.contact__input__wraper .contact__icon i {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: var(--primaryColor);
}
.contact__input__wraper textarea {
	width: 100%;
	border: 1px solid var(--borderColor2);
	padding-left: 27px;
	height: 285px;
	padding-top: 30px;
	border-radius: var(--borderRadius);
	background: 0 0;
	color: var(--contentColor);
}
.compare_course_form,
.contact__button {
	margin-top: 40px;
}
.contact__button a {
	padding: 17px 48px;
}
.featurearea__thumb__img,
.form-messege {
	padding-top: 10px;
}
.errorarea__inner .error__img,
.mb-65 {
	margin-bottom: 60px;
}
.Important-details-card,
.herobannerarea__sub__title,
.maintaince .featurearea__countdown .count p,
.shopsidebar__list ul li {
	margin-bottom: 10px;
}
.errorarea__inner .error__img img {
	width: 100%;
}
.errorarea__inner .error__text h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 80px;
	margin: 0;
}
.breadcrumb__inner ul li,
.breadcrumb__inner ul li a,
.errorarea__inner .error__text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
.errorarea__inner .error__button {
	margin-top: 50px;
}
.errorarea__inner .error__button a {
	padding: 16px 43px;
}
.loginarea .tab__button__wrap li.nav-item,
img.course_det_services_thumbnail {
	width: 50%;
}
.featurearea__img img,
.loginarea__wraper .login__heading .login__description a:hover:after,
.loginarea__wraper form .login__button a,
.loginarea__wraper form .login__form .login__form__link a:hover:after {
	width: 100%;
}
.loginarea__wraper {
	padding: 31px 50px 50px;
	border-radius: 5px;
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}
.Image-section,
.associated_counts,
.box-2,
.dashboardarea__star,
.heading-2,
.loginarea__wraper .login__heading,
.modal-content-inner,
.photo-gallery-section,
.rating,
.school_partners,
.siteStatus {
	text-align: center;
}
.loginarea__wraper .login__heading .login__title {
	font-size: 32px;
	line-height: 1.5;
	margin: 0 0 8px;
}
.loginarea__wraper .login__heading .login__description a:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background: var(--primaryColor);
	bottom: 0;
	left: 0;
	transition: var(--transition);
}
.loginarea__wraper form .login__button,
.loginarea__wraper form .login__form {
	margin-top: 25px;
}
.loginarea__wraper form .login__form label {
	display: block;
	margin-bottom: 10px;
	color: var(--contentColor);
}
.loginarea__wraper form .login__form .common__login__input {
	background-color: transparent;
	border: 1px solid var(--borderColor);
	font-size: 14px;
	font-weight: 400;
	height: 52px;
	padding: 3px 20px;
	width: 100%;
	border-radius: 5px;
	color: var(--contentColor);
}
.loginarea__wraper form .login__form .form__check,
.review_content {
	display: flex;
}
.loginarea__wraper form .login__form .form__check input {
	width: 18px;
	margin-right: 8px;
}
.loginarea__wraper form .login__form .login__form__link a:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background: var(--primaryColor);
	bottom: 0;
	left: 0;
	transition: var(--transition);
}
.loginarea__wraper .login__social__option {
	margin-top: 25px;
	text-align: center;
}
.loginarea__wraper .login__social__option p::before {
	content: "";
	position: absolute;
	height: 1px;
	background: var(--borderColor4);
	width: 40%;
	left: 0;
	top: 16px;
}
.loginarea__wraper .login__social__option p::after {
	content: "";
	position: absolute;
	height: 1px;
	background: var(--borderColor4);
	width: 40%;
	right: 0;
	top: 16px;
}
.loginarea__wraper .login__social__option .login__social__btn li a {
	padding: 10px 44px;
}
.login__shape__img .hero__shape.hero__shape__1 {
	right: 14%;
	top: 30%;
	animation: 3s linear infinite alternate dot-anim;
}
.login__shape__img .hero__shape.hero__shape__2 {
	top: 50%;
	left: 5%;
	animation: 3s linear infinite alternate dot-anim-2;
}
.login__shape__img .hero__shape.hero__shape__3 {
	left: 50%;
	bottom: 60px;
	animation: 6s linear infinite alternate cir-anim;
}
.login__shape__img .hero__shape.hero__shape__4 {
	left: 50%;
	top: 40px;
	animation: 6s linear infinite alternate cir-anim;
}
.maintaince .row {
	height: 100vh;
}
.maintaince .featurearea__countdown {
	margin: 20px 0 0;
}
.maintaince .featurearea__countdown .count {
	margin: 0 20px;
}
@media (min-width: 1500px) and (max-width: 1920px) {
	.mode_switcher.my_switcher {
		top: 300px;
	}
	.headerarea .container {
		max-width: 1330px;
	}
	.headerarea.headerarea__2 .container,
	.topbararea.topbararea--2 .container {
		max-width: 1590px;
	}
	.headerarea.headerarea__3 .container,
	.topbararea .container {
		max-width: 1460px;
	}
	.herobannerarea.herobannerarea__2 .container {
		max-width: 1370px;
	}
	.herobannerarea__online__course
		.herobannerarea__title
		.herobannerarea__title__heading__2.herobannerarea__title__heading__3
		h2 {
		font-size: 90px;
		line-height: 95px;
	}
	.maintaince h1 {
		font-size: 100px;
	}
	.maintaince .featurearea__countdown .count {
		height: 80px;
		width: 80px;
	}
	.maintaince .featurearea__countdown .count p {
		font-size: 20px;
	}
}
.btn-slot-submit i,
.maintaince .featurearea__countdown .count span {
	font-size: 20px;
}
.breadcrumbarea {
	padding-top: 162px;
	padding-bottom: 150px;
	background: var(--lightGrey10);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.experence__description p {
		font-size: 14px;
		line-height: 27px;
	}
	.breadcrumbarea {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.herobannerarea.herobannerarea__2 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.herobannerarea.herobannerarea__2 .herobannerarea__content__wraper {
		padding-right: 0;
	}
	.herobannerarea__icon .hero__icon__2 {
		top: 4%;
		left: 42%;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__1 {
		right: 248px;
		bottom: 143px;
		z-index: 2;
	}
	.herobannerarea__box {
		margin-left: 10px;
		margin-right: 10px;
	}
	.herobannerarea__clms .hero__course {
		margin-top: 30px;
	}
	.herobannerarea.herobannerarea__ecomarece
		.slider__controls__wrap
		.swiper-pagination {
		bottom: 100px;
	}
	.herobannerarea.herobannerarea__university
		.herobannerarea__single__slider
		.herobannerarea__title
		h2 {
		font-size: 50px;
	}
	.educationarea {
		padding-top: 50px;
	}
	.educationarea__wrapper {
		padding-right: 0;
		padding-bottom: 70px;
	}
	.educationarea__wrapper .educationarea__heading {
		margin-bottom: 10px;
	}
	.educationarea__wrapper .educationarea__heading h2 {
		font-size: 40px;
		line-height: 62px;
	}
	.educationarea .educationarea__content {
		margin-bottom: 20px;
	}
	.educationarea .educationarea__content p {
		font-size: 15px;
		line-height: 25px;
	}
	.educationarea .hero__shape__1 {
		right: 31px;
		top: 70%;
	}
	.educationarea .hero__shape__2 {
		right: 12%;
	}
	.educationarea .hero__shape__3 {
		left: 4%;
	}
	.educationarea .hero__shape__4 {
		left: 9%;
	}
	.educationarea__right__wraper .educationarea__img {
		text-align: center;
	}
	.educationarea__right__wraper .educationarea__img .education__img__2,
	.educationarea__right__wraper .educationarea__img .education__img__3 {
		left: 30px;
	}
	.educationarea__right__wraper .educationarea__img .education__img__4 {
		right: 155px;
	}
	.educationarea__right__wraper .educationarea__small__img {
		right: 219px;
	}
	.educationarea__right__wraper .educationarea__small__img__2 {
		right: 9px;
	}
	.aboutarea__content__wraper {
		margin-top: 30px;
		padding-left: 0;
	}
	.aboutarea__list__2 ul li {
		margin-bottom: 12px;
	}
	.about__right__wraper__2,
	.populerarea__heading {
		margin-bottom: 30px;
	}
	.about__right__wraper__2 .aboutarea__2__img__2 {
		right: 143px;
	}
	.about__right__wraper__4 {
		margin-bottom: 80px;
	}
	.aboutarea__5,
	.eventarea,
	.expart__teacher,
	.testimonial__area__2,
	.testimonialarea__3,
	.testmonialarea {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.aboutarea__content__wraper__5 {
		margin-left: 0;
		margin-top: 30px;
	}
	.about__button__wrap,
	.aboutarea__content__wraper__5 .section__title {
		margin-bottom: 10px;
	}
	.aboutarea__content__wraper__5 .aboutarea__5__small__icon__wraper {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.aboutarea__content__wraper__5 .aboutarea__bottom__button__5 {
		margin-top: 10px;
	}
	.about__button__wrap li {
		margin-right: 10px;
	}
	.about__button__wrap li button {
		padding: 10px 40px;
	}
	.brandarea__wraper .brandarea__img {
		width: 25%;
	}
	.brandarea__wraper.brandarea__wraper__2 .brandarea__img {
		margin: 25px 0;
	}
	.abouttabarea,
	.counterarea {
		padding-bottom: 70px;
	}
	.about__padding__wrap {
		margin: 0 50px;
		padding: 40px 30px;
	}
	.blog__check__box,
	.blog__details__comment .blog__details__comment__inner.author__padding__left,
	.populerarea__content {
		padding-left: 0;
	}
	.populerarea__button {
		text-align: left;
	}
	.populerarea__2 .service__content__2 h3,
	.service__button {
		margin-bottom: 0;
	}
	.blog__details__content__wraper,
	.counterarea__text__wraper,
	.event__details__inner,
	.instructor__sidebar,
	.populerarea__content__wraper__2,
	.pricingarea__content__wraper,
	.single__team {
		margin-bottom: 30px;
	}
	.populerarea__content__wraper__2
		.populerarea__content__2
		.populerarea__para__1 {
		margin-bottom: 10px;
	}
	.about__wrap__content .service__animate__shape__1 img {
		bottom: 38px;
	}
	.gridarea {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.grid__filter {
		padding: 10px;
		margin-right: 0;
		margin-left: 0;
	}
	.grid__filter button {
		margin: 0 8px;
		padding: 0 8px;
		font-size: 12px;
	}
	.grid__filter button.active::before,
	.grid__filter button::before {
		bottom: -15px;
	}
	.grid__filter button::after {
		bottom: 2px;
	}
	.gridarea__wraper.gridarea__course__list .gridarea__content {
		padding-left: 20px;
	}
	.gridarea__wraper.gridarea__course__list
		.gridarea__content
		.gridarea__heading
		h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.gridarea__wraper.gridarea__course__list
		.gridarea__content
		.gridarea__bottom
		.gridarea__details
		a {
		font-size: 14px;
	}
	.grid__filter__2 {
		text-align: left;
	}
	.eventlistarea {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.eventarea__section__title,
	.registerarea__wraper {
		max-width: 100%;
	}
	.contact__form__inner,
	.single__event__wraper {
		padding: 20px;
	}
	.single__event__wraper.single__event__wraper__2 .eventarea__img {
		margin-left: 0;
	}
	.single__event__wraper .eventarea__img {
		margin-right: 30px;
	}
	.single__event__wraper
		.eventarea__content__wraper
		.single__event__heading
		h4 {
		font-size: 18px;
	}
	.single__event__wraper .eventarea__content__wraper .single__event__button a {
		font-size: 14px;
	}
	.tab__button__wrap li button {
		padding: 7px 0;
		font-size: 18px;
	}
	.event__details__text span {
		font-size: 11px;
	}
	.event__details__text p {
		font-size: 12px;
	}
	.registerarea {
		padding-bottom: 80px;
		margin-bottom: 0;
	}
	.registerarea__form {
		margin-bottom: 0;
		margin-top: 60px;
	}
	.registerarea__img .register__1 {
		top: 0;
		left: 0;
	}
	.registerarea__img .register__2 {
		left: 71%;
		top: 24%;
	}
	.registerarea__img .register__3 {
		top: 3%;
		left: 83%;
	}
	.single__testimonial__wraper .single__testimonial__inner {
		margin-bottom: 15px;
	}
	.default__arrow .slick-arrow {
		left: -43px;
	}
	.default__arrow .slick-arrow.next_class {
		right: -43px;
	}
	.aboutarea__3 .aboutarea__img__3 .aboutarea__3__img__2 {
		left: 262px;
	}
	.aboutarea__3 .aboutarea__img__3 .aboutarea__3__img__3 {
		top: 630px;
		left: 476px;
	}
	.aboutarea__content__wraper__3 {
		margin-top: 30px;
	}
	.aboutarea__3__button {
		margin-top: 20px;
	}
	.aboutarea__img__3 .aboutarea__img__name {
		margin-left: 20px;
	}
	.testimonial__group__img {
		padding-left: 0;
		margin-top: 30px;
	}
	.teamarea {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.single__blog__content {
		padding: 20px 10px;
	}
	.single__blog__content h4 a {
		font-size: 20px;
		line-height: 23px;
	}
	.blog__content__wraper__2
		.blogarea__text__wraper__2
		.blogarea__heading__2
		h3
		a {
		font-size: 32px;
		line-height: 40px;
	}
	.blogarea__2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.course__sidebar__wraper {
		padding: 30px 15px 23px 10px;
		margin-bottom: 30px;
	}
	.course__tap__wrap li button {
		padding: 15px 25px;
	}
	.single__contact {
		padding: 15px 35px 25px 20px;
	}
	.single__contact .contact__text {
		margin-left: 20px;
	}
	.single__contact .contact__text p {
		font-size: 13px;
		line-height: 20px;
	}
	.errorarea__inner .error__text h3 {
		font-size: 40px;
		line-height: 58px;
	}
	.loginarea__wraper .login__social__option p::after,
	.loginarea__wraper .login__social__option p::before {
		width: 30%;
	}
	.loginarea__wraper
		.login__social__option
		.login__social__btn
		li
		.login__button__1 {
		margin-right: 10px;
		margin-bottom: 0;
	}
	.breadcrumbarea {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.aboutarea__5,
	.breadcrumbarea,
	.eventarea,
	.eventlistarea,
	.expart__teacher,
	.herobannerarea.herobannerarea__2,
	.testimonial__area__2,
	.testimonialarea__3,
	.testmonialarea {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.primaryCard .enroll-course-circle::before,
	.secondaryCard .enroll-course-circle::before {
		position: absolute;
		content: "";
		left: 50%;
		width: 4px;
		height: 100%;
		top: 100%;
		transform: translateX(-50%);
	}
	.herobannerarea.herobannerarea__2 .herobannerarea__content__wraper {
		padding-right: 0;
		padding-left: 0;
	}
	.about__button__wrap,
	.enroll_form_content .dashboard__selector select,
	.populerarea__heading {
		margin-bottom: 10px;
	}
	.primaryCard .enroll-course-circle::before {
		background: var(--primaryColor);
	}
	.secondaryCard .enroll-course-circle::before {
		background: var(--secondaryColor3);
		z-index: -2;
	}
	.secondaryCard2 .enroll-course-circle::after,
	.secondaryCard2 .enroll-course-circle::before {
		content: none;
	}
	.hero_section {
		padding: 0 !important;
	}
	.enroll_form {
		padding: 20px !important;
		width: 90%;
	}
	.adaptive-item1 {
		margin-top: 60px;
	}
	.herobannerarea__text p {
		font-size: 14px;
		line-height: 22px;
	}
	.btn-outline-white,
	.btn-pink,
	.btn-white {
		padding: 8px 20px;
		font-size: 16px;
		margin: 10px 5px;
	}
	.hreobannerarea__button a.herobannerarea__button__1 {
		padding: 12px 20px;
		font-size: 14px;
		line-height: 14px;
		margin-right: 6px;
	}
	.herobannerarea__icon .hero__icon__1 {
		left: 40%;
		bottom: 54%;
	}
	.herobannerarea__icon .hero__icon__2 {
		top: 1%;
		left: 65%;
	}
	.about__right__wraper__2 .aboutarea__2__img__1,
	.hreobannerarea__button__2 .hreobannerarea__button__3 {
		margin-left: 0;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__2,
	.registerarea__img .register__1 {
		top: 0;
		left: 0;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__3 {
		left: 140px;
		display: none;
	}
	.herobannerarea__icon__2 .herobanner__common__img.herobanner__img__5 {
		top: 0;
		right: 0;
	}
	.herobannerarea__box {
		margin-left: 10px;
		margin-right: 10px;
	}
	.herobannerarea__title .herobannerarea__small__title {
		margin-bottom: 5px;
	}
	.herobannerarea__title
		.herobannerarea__title__heading__2.herobannerarea__title__heading__3
		h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.herobannerarea__title .herobannerarea__title__heading__2 h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.herobannerarea__clms .hero__course {
		margin-top: 30px;
		padding: 0 30px;
	}
	.herobannerarea__clms.herobannerarea.herobannerarea__2 {
		padding: 50px 0;
	}
	.abouttabarea,
	.counterarea,
	.herobannerarea.herobannerarea__kindergarten,
	.herobannerarea.herobannerarea__marketplace,
	.herobannerarea.herobannerarea__single__course {
		padding-bottom: 50px;
	}
	.herobannerarea.herobannerarea__marketplace .herobannerarea__icon {
		position: relative;
		z-index: -9;
	}
	.search__form input {
		padding: 0 140px 0 170px;
	}
	.herobannerarea__price {
		font-size: 30px;
	}
	.herobannerarea.herobannerarea__ecomarece {
		padding-bottom: 0;
		padding-top: 0;
	}
	.mobile-logo img {
		max-width: 90px;
	}
	.herobannerarea.herobannerarea__university .herobannerarea__single__slider {
		padding: 50px 0 100px;
	}
	.aboutarea__3__button,
	.blog__details__heading__2,
	.herobannerarea.herobannerarea__university .footerarea__icon__2,
	.herobannerarea.herobannerarea__university .hreobannerarea__button__2 {
		margin-top: 20px;
	}
	.herobannerarea.herobannerarea__university .footerarea__icon__2 ul li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.educationarea {
		padding-top: 50px;
	}
	.educationarea__wrapper {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.educationarea__wrapper .educationarea__heading {
		margin-bottom: 0;
	}
	.educationarea__wrapper .educationarea__heading h2 {
		font-size: 40px;
		line-height: 52px;
	}
	.educationarea .educationarea__content p {
		font-size: 15px;
		line-height: 25px;
	}
	.educationarea .educationarea__bottom__button input {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.educationarea .hero__shape__4 {
		top: 41%;
	}
	.educationarea__right__wraper .educationarea__small__img {
		bottom: -136px;
	}
	.educationarea__right__wraper .educationarea__small__img__2 {
		right: 0;
		top: 24px;
		width: 300px;
	}
	.educationarea__img .aboutimg__4__img__2 {
		width: 100%;
	}
	.add__a__review__wrapper,
	.blogarea__content__wraper .blogarea__text__wraper,
	.blogsidebar__content__wraper__2,
	.contact__form__inner,
	.trainingarea__wraper {
		padding: 20px;
	}
	.aboutarea__img__inner {
		margin-top: 90px;
	}
	.aboutarea__img__inner .aboutarea__img .aboutimg__2 {
		top: -20%;
		width: 100%;
	}
	.aboutarea__content__wraper {
		margin-top: 30px;
		padding-left: 0;
	}
	.aboutarea__content__wraper .aboutarea__headding h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.aboutarea__content__wraper .aboutarea__para p,
	.experence__description p {
		font-size: 14px;
		line-height: 27px;
	}
	.aboutarea__content__wraper .aboutarea__list ul li {
		font-size: 14px;
		line-height: 25px;
	}
	.aboutarea__content__wraper .aboutarea__list ul li i {
		margin-right: 5px;
	}
	.aboutarea__list__2 ul li {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.about__right__wraper__2 .aboutarea__2__img__2 {
		bottom: 91px;
		right: -17px;
	}
	.aboutarea__2__text {
		padding: 12px 10px;
	}
	.about__right__wraper__4 {
		margin-bottom: 80px;
	}
	.aboutarea__content__wraper__5 {
		margin-left: 0;
		margin-top: 30px;
	}
	.about__button__wrap li {
		margin-right: 14px;
	}
	.about__button__wrap li button {
		padding: 10px 25px;
		margin-bottom: 10px;
	}
	.brandarea__wraper .brandarea__img {
		width: 50%;
	}
	.brandarea__wraper.brandarea__wraper__2 .brandarea__img {
		margin: 20px 0;
	}
	.brandarea__2 {
		transform: translateY(0);
	}
	.brandarea .section__title .section__title__heading h2,
	.eventarea__section__title,
	.registerarea__wraper {
		max-width: 100%;
	}
	.about__padding__wrap {
		margin: 0 10px;
		padding: 10px;
	}
	.about__padding__wrap .tution__img img {
		width: 100%;
	}
	.populerarea__heading h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.blog__check__box,
	.blog__details__comment .blog__details__comment__inner.author__padding__left,
	.populerarea__content {
		padding-left: 0;
	}
	.populerarea__button {
		text-align: left;
	}
	.single__service.ss_margin {
		margin-top: 0;
	}
	.blog__details__content__wraper,
	.counterarea__text__wraper,
	.event__details__inner,
	.instructor__sidebar,
	.populerarea__content__wraper__2,
	.pricingarea__content__wraper,
	.single__team {
		margin-bottom: 30px;
	}
	.populerarea__content__wraper__2
		.populerarea__content__2
		.populerarea__para__1 {
		margin-bottom: 10px;
	}
	.about__wrap__content .service__animate__shape__1 img {
		bottom: 36px;
	}
	.gridarea {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.blog__details__tag,
	.blogsidebar__content__wraper__2.tab__instructor
		.blogsidebar__content__inner__2,
	.course__text__wraper,
	.gridarea__wraper .gridarea__content .gridarea__bottom,
	.gridarea__wraper .gridarea__content .gridarea__list ul,
	.instructor__list > ul {
		flex-wrap: wrap;
	}
	.gridarea__wraper .gridarea__content .gridarea__list ul li {
		width: 100%;
	}
	.grid__filter {
		padding: 10px;
		margin-right: 0;
		margin-left: 0;
	}
	.grid__filter button {
		margin: 0 10px;
		padding: 0 10px;
	}
	.grid__filter button.active::before,
	.grid__filter button::before {
		bottom: -3px;
	}
	.gridarea__wraper.gridarea__course__list .gridarea__img {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.gridarea__wraper.gridarea__course__list .gridarea__content {
		padding-left: 0;
		width: 100%;
	}
	.gridarea__wraper.gridarea__course__list
		.gridarea__content
		.gridarea__heading
		h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.gridarea__wraper.gridarea__course__list
		.gridarea__content
		.gridarea__bottom
		.gridarea__details
		a {
		font-size: 13px;
	}
	.grid__filter__2 {
		text-align: left;
	}
	.grid__filter__2 button {
		padding-right: 20px;
	}
	.product__grid__action ul li a.grid__cart {
		padding: 0 5px;
	}
	.gridarea__wraper.product__grid .gridarea__content .gridarea__heading h3,
	.zoom__meeting__grid .zoom__meeting__time span {
		font-size: 20px;
	}
	.zoom__meeting__grid.gridarea__wraper
		.gridarea__content
		.gridarea__heading
		h3 {
		font-size: 18px;
	}
	.zoom__meeting__grid .zoom__meeting__id span {
		font-size: 14px;
	}
	.single__event__wraper {
		padding: 15px;
		flex-wrap: wrap;
	}
	.single__event__wraper.single__event__wraper__2 {
		padding-left: 15px;
	}
	.single__event__wraper.single__event__wraper__2 .eventarea__img {
		margin-left: 0;
		width: 100%;
	}
	.single__event__wraper .eventarea__img {
		margin-right: 0;
		width: 100%;
	}
	.single__event__wraper
		.eventarea__content__wraper
		.single__event__heading
		h4 {
		font-size: 15px;
	}
	.tab__button__wrap {
		margin-top: 30px;
	}
	.tab__button__wrap li.nav-item {
		width: 50%;
	}
	.tab__button__wrap li button {
		font-size: 18px;
		padding: 7px 0;
		margin-bottom: 10px;
	}
	.event__details__heading h3 {
		font-size: 30px;
		line-height: 44px;
	}
	.eventarea__details__list ul li {
		margin-right: 26px;
	}
	.registerarea {
		padding-top: 80px;
		padding-bottom: 80px;
		margin-bottom: 0;
	}
	.registerarea__video a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.registerarea__video p {
		font-size: 15px;
		line-height: 23px;
	}
	.registerarea__form {
		margin-bottom: 0;
		margin-top: 60px;
		padding: 30px 25px 25px;
	}
	.registerarea__img .register__2 {
		left: 84%;
		top: 24%;
	}
	.registerarea__img .register__3 {
		top: 3%;
		left: 63%;
	}
	.single__testimonial__wraper {
		padding: 20px 10px;
	}
	.single__testimonial__wraper .single__testimonial__inner {
		margin-bottom: 10px;
	}
	.single__testimonial__wraper
		.single__testimonial__inner
		.testimonial__img
		.testimonial__name
		h6 {
		font-size: 18px;
	}
	.single__testimonial__wraper
		.single__testimonial__inner
		.testimonial__icon
		i {
		font-size: 12px;
	}
	.default__arrow .slick-arrow {
		left: -15px;
	}
	.default__arrow .slick-arrow.next_class {
		right: -15px;
	}
	.aboutarea__content__wraper__3 {
		margin-top: 50px;
	}
	.aboutarea__img__3 .aboutarea__img__name {
		margin-left: 20px;
	}
	.testimonialarea__paragraph__3 p {
		font-size: 16px;
		line-height: 33px;
	}
	.testimonialarea__person__3 {
		margin-top: 15px;
	}
	.testimonial__group__img {
		padding-left: 0;
		margin-top: 70px;
	}
	.testimonial__slider__active__3 .slick-arrow {
		bottom: -50px;
	}
	.teamarea {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.instructor__list > ul li {
		margin-bottom: 10px;
	}
	.instructor__list > ul li .instructor__heading h3 {
		font-size: 25px;
		line-height: 34px;
	}
	.course__details__paragraph p,
	.instructor__list > ul li .instructor__heading p {
		font-size: 14px;
	}
	.blogarea__content__wraper .blogarea__img .blogarea__date,
	.blogarea__content__wraper .blogarea__img .blogarea__date.small__date {
		line-height: 20px;
		font-size: 16px;
		padding: 5px 15px;
	}
	.blogarea__content__wraper .blogarea__text__wraper h3,
	.blogarea__content__wraper
		.blogarea__text__wraper.blogarea__text__wraper__2
		h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.blogarea__content__wraper
		.blogarea__text__wraper
		.blogarea__icon
		.blogarea__person
		.blogarea__name {
		font-size: 13px;
		line-height: 21px;
	}
	.blogarea__content__wraper
		.blogarea__text__wraper
		.blogarea__icon
		.blogarea__list
		ul
		li {
		margin-bottom: 3px;
	}
	.blogarea__content__wraper
		.blogarea__text__wraper
		.blogarea__icon
		.blogarea__list
		ul
		li
		a {
		height: 20px;
		width: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.blog__content__wraper__2
		.blogarea__text__wraper__2
		.blogarea__heading__2
		h3
		a {
		font-size: 24px;
		line-height: 34px;
	}
	.main__pagination__wrapper ul li a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.blogsidebar__content__wraper__2 .follow__icon ul li {
		margin-right: 6px;
	}
	.blog__details__content__wraper
		.blog__details__content
		.blockquate__wraper
		.blockquate__content
		h3 {
		font-size: 19px;
		line-height: 36px;
	}
	.blog__details__content__wraper
		.blog__details__content
		.blockquate__wraper
		.blockquate__img
		img {
		left: 22%;
		top: 22%;
	}
	.blog__details__tag ul li.heading__tag {
		font-size: 18px;
		line-height: 28px;
	}
	.blog__details__tag ul li a {
		font-size: 11px;
		padding: 5px 8px;
	}
	.blog__details__comment .blog__details__comment__inner .author__img {
		margin-right: 20px;
	}
	.blogarea__2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.early__programs .single__blog__content h4 a {
		font-size: 24px;
	}
	.gallery .blogsidebar__content__wraper__2 .photo__gallery__img {
		grid-template-columns: repeat(2, 1fr);
	}
	.course__sidebar__wraper {
		padding: 30px 15px 23px 10px;
		margin-bottom: 30px;
	}
	.course__text__wraper .course__text {
		margin-bottom: 20px;
	}
	.course__details__heading h3 {
		font-size: 32px;
		line-height: 43px;
	}
	.course__details__wraper ul {
		padding: 10px;
		width: 100%;
	}
	.content__cirriculum__wrap .accordion-body,
	.course__tap__wrap li button {
		padding: 10px;
	}
	.review__wrapper .single__progress__bar .progress {
		margin-right: 25px;
	}
	.single__contact {
		padding: 15px 35px 25px 20px;
	}
	.single__contact .contact__text {
		margin-left: 20px;
	}
	.single__contact .contact__text p {
		font-size: 13px;
		line-height: 20px;
	}
	.contact__form__inner .contact__form__heading h3 {
		font-size: 23px;
		line-height: 40px;
	}
	.contact__form__inner .contact__form__heading p {
		font-size: 13px;
		line-height: 20px;
	}
	.errorarea__inner .error__text h3 {
		font-size: 35px;
		line-height: 40px;
	}
	.loginarea__wraper {
		padding: 10px 20px 40px;
	}
	.loginarea__wraper .login__social__option p::after,
	.loginarea__wraper .login__social__option p::before {
		width: 30%;
	}
	.loginarea__wraper
		.login__social__option
		.login__social__btn
		li
		.login__button__1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.breadcrumbarea--2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.breadcrumbarea--3 {
	padding-bottom: 0;
	padding-top: 50px;
}
.breadcrumb__content__wraper {
	text-align: center;
	position: relative;
	z-index: 9;
}
.breadcrumb__content__wraper .breadcrumb__title h2 {
	font-weight: 700;
	font-size: 55px;
	line-height: 72px;
	color: var(--blackColor2);
	margin: 0;
}
.shape__icon__2 .shape__icon__img.shape__icon__img__1 {
	bottom: 60px;
	left: 165px;
	animation: 3s linear infinite move5;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.breadcrumb__content__wraper .breadcrumb__title h2 {
		font-size: 40px;
		line-height: 60px;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__1 {
		bottom: 21px;
		left: 50px;
	}
}
.shape__icon__2 .shape__icon__img.shape__icon__img__2 {
	top: 100px;
	left: 50px;
	animation: 6s linear infinite alternate cir-anim;
}
.shape__icon__2 .shape__icon__img.shape__icon__img__3 {
	top: 80px;
	right: 575px;
	animation: 3s linear infinite alternate dot-anim;
}
.shape__icon__2 .shape__icon__img.shape__icon__img__4 {
	top: 100px;
	right: 45px;
	animation: 3s linear infinite alternate dot-anim-2;
}
.breadcrumb__inner ul li {
	color: var(--blackColor2);
}
.breadcrumb__inner ul li a {
	padding-right: 26px;
	color: var(--blackColor2);
}
.breadcrumb__inner ul li a:after {
	position: absolute;
	content: "\eaa0";
	font-family: icofont;
	top: 0;
	right: 3px;
}
.breadcrumbarea--3 .blogarae__img__2.course__details__img__2,
.dashboard .counterarea__text__wraper {
	margin-bottom: 0;
}
.animate__content__wrap {
	display: flex;
	width: fit-content;
}
.animate__animated {
	will-change: transform;
	animation: 50s linear infinite marquee;
}
.animate__content__wrap:hover {
	animation-play-state: paused;
}
.animate__content__single {
	display: block;
	width: 100%;
	min-width: max-content;
	padding-inline: 16px;
}
.animate__content__single span {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	color: var(--darkdeep2);
}
.animate__content__single span a {
	color: var(--darkdeep2);
}
.animate__content__single span a:hover,
.animate__content__single--2 span,
.animate__content__single--2 span a {
	color: var(--primaryColor);
}
.animate__content__single--2 span a:hover {
	color: var(--secondaryColor);
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media (min-width: 992px) and (max-width: 1365px) {
	.shape__icon__2 .shape__icon__img.shape__icon__img__3 {
		top: 0;
	}
	.featurearea {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.featurearea__small__title span {
	font-size: 18px;
	line-height: 1.2;
	color: var(--blackColor);
}
.featurearea__main__title h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.featurearea__price span {
	font-size: 18px;
	margin-right: 6px;
	color: var(--blackColor);
}
.featurearea__price span.featurearea__price__button {
	padding: 5px 10px;
	background: var(--primaryColor);
	color: var(--whiteColor);
	font-size: 15px;
	border-radius: var(--borderRadius);
}
.featurearea__price span.featurearea__price__button.black__color,
.is_dark .single__event__wraper:hover,
.is_dark .testimonial__slider__active__3 .slick-arrow {
	background: var(--blackColor);
}
.featurearea__countdown__title {
	display: flex;
	margin-top: 20px;
}
.featurearea__countdown__title svg,
.featurearea__progress__text h6 {
	color: var(--blackColor);
}
.featurearea__bottom__button a,
.featurearea__size__button ul li a:hover {
	background: var(--blackColor);
	color: var(--whiteColor);
}
.featurearea__countdown__title h5 {
	margin-left: 6px;
}
.featurearea__countdown {
	display: flex;
	margin-bottom: 0;
}
.featurearea__countdown .count {
	margin-right: 6px;
	background: var(--secondaryColor2);
	text-align: center;
	line-height: 1;
	border-radius: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.featurearea__countdown .count p {
	margin-bottom: 5px;
	color: #000;
	font-size: 18px;
	width: 100%;
}
.featurearea__countdown .count span {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.featurearea__quantity__button:hover a,
.shoptab__inner ul li button.active svg,
.shoptab__inner ul li button:hover svg,
.tabcollectionarea__product__item__link.active,
.tabcollectionarea__product__item__link:hover {
	color: var(--primaryColor);
}
.featurearea .progress {
	height: 4px;
}
.featurearea__size {
	margin-top: 20px;
	margin-bottom: 7px;
	color: var(--blackColor);
}
.featurearea__size__button ul li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: var(--blackColor);
	border: 1px solid var(--borderColor);
	display: inline-block;
	text-align: center;
	border-radius: var(--borderRadius);
}
.featurearea__size__img ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.featurearea__size__img ul li a img {
	border: 1px solid var(--borderColor);
	border-radius: var(--borderRadius);
	padding: 3px;
	max-width: 60px;
}
.featurearea__quantity__button {
	margin-right: 20px;
	padding: 10px 37px;
	border: 2px solid var(--blackColor);
	border-radius: 40px;
	color: var(--blackColor);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.featurearea__quantity__button {
		margin-right: 10px;
	}
}
.featurearea__quantity {
	display: flex;
	margin-bottom: 30px;
}
.featurearea__bottom__button a {
	padding: 15px 110px;
	border-radius: 30px;
	display: inline-block;
}
.featurearea__single__big__img,
.featurearea__single__thumb__img {
	border: 1px solid var(--borderColor);
}
.featurearea__bottom__button a:hover {
	background: var(--primaryColor);
}
.featurearea__thumb__img.slider__default__arrow .slick-arrow {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
.cartarea__product__thumbnail a img,
.cartarea__table__content table,
.checkoutarea__table,
.descriptionarea__link.active:after,
.descriptionarea__link:hover:after,
.featurearea__single__big__img img,
.featurearea__single__thumb__img img {
	width: 100%;
}
.featurearea__single__thumb__img {
	cursor: pointer;
}
.tabcollectionarea__item__wrap.text-center {
	justify-content: center;
}
.tabcollectionarea__product__item__link {
	border: none;
	margin: 0 30px 0 0;
	background: 0 0;
	font-size: 20px;
	font-weight: 500;
}
.descriptionarea__tab__wrapper {
	border: 1px solid var(--borderColor);
	padding: 30px 30px 37px;
}
.descriptionarea__link {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1;
	padding: 0 0 10px;
	margin: 0 32px 15px 0;
	border: none;
	background: 0 0;
	color: var(--blackColor);
}
.descriptionarea__link:after {
	content: "";
	height: 2px;
	left: 0;
	width: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	background-color: var(--primaryColor);
	bottom: 0;
}
@media (min-width: 768px) {
	.featurearea__details__img {
		position: sticky;
		top: 100px;
		margin-bottom: 0;
	}
}
.faqarea__heading {
	position: relative;
	transform: rotate(-90deg) translatex(-50%);
}
.faqarea__heading h3 {
	color: var(--lightGrey);
	font-size: 200px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.5;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.faqarea__heading h3 {
		font-size: 140px;
	}
}
.cartarea__clear a,
.cartarea__shiping__update a {
	background-color: var(--blackColor);
	font-size: 13px;
	font-weight: 600;
	color: var(--whiteColor);
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
}
.faqarea__wrapper .accordion-item .accordion-header button {
	padding: 24px 25px 25px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	transform: inherit;
	background-color: var(--whiteColor);
	display: flex;
	align-items: center;
	width: 100%;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s;
	color: var(--blackColor);
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.faqarea__heading h3 {
		font-size: 140px;
	}
	.cartarea,
	.checkoutarea {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (min-width: 992px) and (max-width: 1365px) {
	.cartarea {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.cartarea__table__content table {
	border: 1px solid var(--borderColor);
}
.cartarea__table__content table thead tr {
	background-color: var(--greywhite);
	border: 1px solid var(--borderColor);
}
.cartarea__table__content table thead tr th {
	border-top: none;
	font-size: 14px;
	font-weight: 600;
	padding: 21px 45px 22px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	color: var(--blackColor);
	min-width: 100px;
}
.cartarea__table__content table tbody tr {
	border-bottom: 1px solid var(--borderColor);
	color: var(--blackColor);
}
.cartarea__table__content table tbody tr td {
	font-size: 16px;
	text-align: center;
	border: 1px solid var(--borderColor);
	padding: 20px 0;
}
.cartarea__table__content table tbody tr td a img {
	max-width: 80px;
}
.cartarea__table__content table tbody tr td a svg {
	width: 25px;
}
.cartarea__product__name,
.cartarea__product__quantity {
	width: 435px;
}
.cartarea__plus__minus {
	display: inline-block;
	height: 55px;
	padding: 0;
	position: relative;
	border: 2px solid var(--borderColor2);
	overflow: hidden;
	max-width: 150px;
}
.cartarea__plus__minus .qtybutton {
	color: var(--blackColor);
	cursor: pointer;
	float: inherit;
	font-size: 16px;
	margin: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 20px;
	text-align: center;
}
.cartarea__plus__minus .qtybutton.dec {
	left: 10px;
	top: 10px;
}
.cartarea__plus__minus .qtybutton.inc {
	right: 10px;
	top: 10px;
}
.cartarea__plus__minus__box {
	color: var(--blackColor);
	float: left;
	font-size: 14px;
	height: 50px;
	margin: 0;
	width: 100%;
	background: 0 0;
	border: none;
	padding: 0;
	text-align: center;
}
.cartarea__shiping__update__wrapper {
	padding: 30px 0 55px;
	display: flex;
	justify-content: space-between;
}
.cartarea__shiping__update a {
	padding: 18px 40px 17px;
}
.cartarea__shiping__update a:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.cartarea__clear a {
	padding: 18px 40px 17px;
	margin-right: 20px;
}
.cartarea__code label,
.cartarea__tax__select label {
	color: var(--blackColor);
}
.cartarea__clear a:last-child,
.tabCourses button:last-child {
	margin-right: 0;
}
.cartarea__clear a:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.cartarea__tax {
	background-color: var(--greywhite);
	border: 1px solid var(--borderColor);
	border-radius: 5px;
	padding: 45px 30px 50px;
}
.cartarea__code input,
.cartarea__discount__code textarea {
	border: 1px solid var(--borderColor2);
}
.cartarea__title::after {
	background-color: var(--borderColor2);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
	z-index: 1;
}
.cartarea__title h4 {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding-right: 18px;
	background-color: var(--whiteColor);
	position: relative;
	z-index: 99;
}
.cartarea__code input,
.cartarea__tax__select select {
	box-shadow: none;
	height: 40px;
	padding: 0 50px 0 15px;
	width: 100%;
	font-size: 12px;
	cursor: pointer;
}
.cartarea__text {
	margin-top: 22px;
}
.cartarea__code,
.cartarea__tax__select,
.create__course__margin,
.create__course__single__img {
	margin-bottom: 20px;
}
.cartarea__discount__code {
	margin: 21px 0 0;
}
.cartarea__discount__code textarea {
	background: var(--whiteColor);
	width: 100%;
	height: 100px;
}
.cartarea__grand__totall h5 {
	font-size: 14px;
	margin: 36px 0 27px;
}
.cartarea__grand__totall h5 span {
	float: right;
	font-size: 18px;
	font-weight: 500;
}
.cartarea__grand__totall a {
	color: var(--whiteColor);
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 18px 10px 17px;
	text-align: center;
	text-transform: uppercase;
	background: var(--blackColor);
}
.cartarea__grand__totall a:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
@media (min-width: 992px) and (max-width: 1365px) {
	.checkoutarea {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.dashboardarea__inner {
		bottom: 15px;
	}
}
.checkoutarea__billing__heading h2 {
	border-bottom: 1px solid var(--borderColor);
	color: var(--blackColor);
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.checkoutarea__inputbox label {
	font-weight: 500;
	color: var(--blackColor);
	margin-bottom: 5px;
	font-size: 14px;
}
.checkoutarea__inputbox input {
	background: 0 0;
	border: 1px solid var(--borderColor);
	color: var(--blackColor);
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.checkoutarea__payment__wraper {
	background: var(--greyColor2);
	padding: 35px;
}
.checkoutarea__total h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.checkoutarea__item {
	border-top: 1px solid var(--borderColor2);
}
.checkoutarea__item td {
	border-style: solid none none;
	border-width: 1px medium medium;
	font-weight: 500;
	padding: 15px;
	color: var(--blackColor);
}
.shoptab__inner ul li button,
.shoptab__select select {
	border: none;
	background: 0 0;
}
.checkoutarea__payment__input__box a {
	padding: 10px 40px;
}
.checkoutarea__payment__type label {
	color: var(--blackColor);
	padding-left: 5px;
	padding-bottom: 10px;
}
.shoptab {
	display: flex;
	padding: 10px 30px;
	background-color: var(--darkdeep3);
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.shoptab__inner ul li {
	padding-right: 10px;
}
.shoptab__inner ul li button svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	color: var(--blackColor);
}
.shoptab__shoing__wrap p {
	margin: 0;
}
.shoptab__select {
	margin-right: 50px;
	align-items: center;
	color: var(--blackColor);
}
.shopsidebar__list ul li,
.shopsidebar__top {
	justify-content: space-between;
	display: flex;
}
.dashboard__button__wrap li,
.notice-board-card img,
.shoptab__select label,
ul.img-certificate li:first-child {
	margin-right: 10px;
}
.shoptab__select select {
	height: 40px;
	padding: 10px;
	cursor: pointer;
	color: var(--blackColor);
}
.shopsidebar__top {
	align-items: center;
	margin-bottom: 20px;
}
.shopsidebar__top h2 {
	font-size: 22px;
}
.course_concept_detailts
	.row
	.col-custom-new:nth-child(11)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(15)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(3)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(7)
	.concept_card_item
	.key_concept_card
	.concept_gradient_container,
.primaryCard .adaptive-item1 span,
.primaryCard .adaptive-item1 span::after,
.primaryCard .course-enroll-descr,
.primaryCard .course-enroll-descr::after,
.primaryCard .enroll-course-circle,
.shopsidebar__remove a:hover:after {
	background: var(--primaryColor);
}
.shopsidebar__remove a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--blackColor);
	bottom: -1px;
	left: 0;
}
.shopsidebar__widget {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
	padding: 20px;
	margin-bottom: 50px;
}
.shopsidebar__list,
.swiper.modal__gallery {
	margin-top: 10px;
}
.shopsidebar__widget .shopsidebar__box label,
.shopsidebar__widget summary {
	color: var(--blackColor);
}
.dashboardarea__img {
	position: relative;
	z-index: 2;
}
.dashboard__table table,
.dashboardarea__img img {
	width: 100%;
}
.dashboardarea__img.dashboardarea__margin__0 {
	margin: 0 0 30px;
}
.dashboardarea__inner {
	background-color: var(--naveBlue);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	border-radius: var(--borderRadius2);
	flex-wrap: wrap;
}
.dashboardarea__inner.student__dashboard__inner {
	background: var(--skycolor);
}
.btn-secondary,
.dashboardarea__inner.student__dashboard__inner .default__button,
button.btn-slot-submit:hover {
	background-color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}
.dashboard__content__wraper,
.dashboard__inner {
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.02);
	background: var(--whiteColor);
}
.dashboardarea__inner.admin__dashboard__inner {
	background-color: var(--primaryColor);
}
.dashboardarea__inner.admin__dashboard__inner .default__button {
	border: 1px solid var(--whiteColor);
}
.dashboardarea__left__img {
	width: 120px;
	height: 120px;
	margin-right: 20px;
}
.dashboardarea__left__img img {
	width: 100%;
	border-radius: 100%;
	border: 2px solid var(--darkdeep7);
	padding: 4px;
}
.dashboardarea__left__content h4 {
	margin: 0;
	line-height: 1.24;
	color: var(--whiteColor);
}
.dashboardarea__left__content h5 {
	color: var(--whiteColor);
	margin-bottom: 5px;
}
.dashboardarea__left__content ul {
	margin-top: 5px;
}
.dashboardarea__left__content ul li {
	color: var(--whiteColor);
	font-size: 14px;
	margin-right: 15px;
}
.dashboardarea__left__content ul li svg {
	width: 18px;
}
.dashboard__small__btn:hover::after,
.dashboard__table table tbody tr,
.dashboard__table table thead tr {
	width: 100%;
}
.dashboardarea__star i,
.dashboardarea__star svg {
	width: 16px;
	color: var(--yellow);
	font-size: 16px;
}
.dashboardarea__star span {
	color: var(--whiteColor);
	font-size: 16px;
	display: block;
}
.dashboard {
	padding-top: 30px;
}
.dashboard__inner {
	padding: 20px 30px 30px;
	border-radius: var(--borderRadius3);
}
.dashboard__nav__title {
	margin-bottom: 10px;
	margin-top: 20px;
}
.dashboard__nav__title h6 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	background: var(--lightGrey5);
	padding: 10px 10px 7px;
	color: var(--contentColor);
	line-height: 1;
}
.dashboard__nav ul li {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid var(--borderColor);
	width: 100%;
	position: relative;
}
.dashboard__nav ul li a {
	font-size: 16px;
}
.dashboard__nav ul li a.active {
	color: var(--primaryColor);
}
.dashboard__nav ul li a svg {
	width: 16px;
	margin-right: 10px;
}
.dashboard__content__wraper {
	padding: 50px 40px;
	margin-bottom: 30px;
	border-radius: var(--borderRadius2);
}
.dashboard__single__counter,
.dashboard__table table thead,
.dashboard__table__row {
	background: var(--lightGrey5);
}
.dashboard__section__title {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--borderColor);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dashboard__section__title h4 {
	margin: 0;
}
.dashboard__single__counter {
	padding: 50px 40px;
	margin-bottom: 20px;
	border-radius: var(--borderRadius3);
	box-shadow: 0 0 1px 1px rgba(95, 45, 237, 0.2);
}
.dashboard__table table thead tr th {
	padding: 10px 20px;
}
.dashboard__table table tbody tr th {
	font-weight: 400;
	font-size: 16px;
	padding: 10px 20px;
	border: 0;
	color: var(--darkblack);
}
.dashboard__Announcement p,
.dashboard__small__text,
.dashboard__table table tbody tr th p,
.teacher-students-section h3,
.teacher-students-section p,
.user-section h6,
div#GradeAll .course_content_container,
p {
	margin: 0;
}
.dashboard__table table tbody tr th span {
	color: var(--blackColor);
	font-weight: 700;
}
.dashboard__table table tbody tr th p a {
	color: var(--blackColor);
}
.dashboard__table table tbody tr td {
	padding: 10px 20px;
	color: var(--contentColor);
}
.dashboard__table table tbody tr td span.dashboard__td {
	background: var(--greencolor2);
	padding: 5px 7px;
	font-size: 12px;
	display: flex;
	height: 22px;
	align-items: center;
	border-radius: 6px;
	justify-content: center;
	width: max-content;
	color: var(--whiteColor);
}
#Grade11,
#Grade3,
#Grade7,
.course_content_container:nth-child(10),
.course_content_container:nth-child(2),
.course_content_container:nth-child(6),
.dashboard__table table tbody tr td span.dashboard__td--cancel {
	background-color: var(--secondaryColor);
}
#Grade10,
#Grade6,
.course_content_container:nth-child(5),
.course_content_container:nth-child(9),
.dashboard__table table tbody tr td span.dashboard__td--over {
	background-color: var(--primaryColor);
}
.dashboard__table table tbody tr td span.dashboard__td--comming {
	background-color: var(--skycolor);
}
.dashboard__table table tbody tr td span.dashboard__td__2 {
	color: var(--whiteColor);
	background: var(--primaryColor);
}
.dashboard__table table tbody tr td span {
	color: var(--blackColor);
	font-weight: 700;
}
.dashboard__table__star i,
.dashboard__table__star svg {
	width: 16px;
	color: var(--primaryColor);
	font-size: 16px;
}
.dashboard__form__input label svg,
.dashboard__small__btn svg,
.dashboard__small__btn__2 svg {
	width: 14px;
}
.dashboard__form {
	font-size: 18px;
	line-height: 1.67;
	color: var(--contentColor);
}
.course_nsdc_points,
.dashboard__form__margin {
	margin-top: 15px;
}
.dashboard__star__course {
	font-size: 15px;
	line-height: 1.67;
}
.dashboard__star__course a {
	color: var(--blackColor);
	font-weight: 700;
}
.dashboard__star__course a :hover,
.is_dark .single__service:hover .service__content h3 a:hover {
	color: var(--secondaryColor);
}
.dashboard__small__btn {
	font-size: 14px;
	margin: 10px;
	color: var(--blackColor);
	position: relative;
	transition: 0.3s;
	font-weight: 700;
}
.dashboard__small__btn::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	background: var(--primaryColor);
	bottom: -4px;
	left: 0;
	transition: 0.3s;
}
.dashboard__small__btn__2 {
	color: var(--whiteColor);
	transition: 0.3s;
	font-weight: 700;
	padding: 0 14px;
	font-size: 14px;
	height: 30px;
	line-height: 29px;
	background: var(--primaryColor);
	display: flex;
	align-items: center;
	border-radius: 6px;
	border: 1px solid var(--primaryColor);
	justify-content: center;
	margin: 5px 0;
}
.dashboard__small__btn__2:hover {
	color: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	background: var(--whiteColor);
}
.dashboard__popular__instructor__single:last-child,
.dashboard__recent__course__single:last-child {
	border-bottom: none;
	padding-bottom: inherit;
}
.dashboard__small__btn__3 {
	background: var(--secondaryColor);
	color: var(--whiteColor);
	border: 1px solid var(--secondaryColor);
}
.dashboard__button__wrap li button {
	padding: 15px 39px;
}
.dashboard__select__heading span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	opacity: 0.5;
	margin-bottom: 6px;
	display: inline-block;
}
.dashboard__selector select {
	padding: 13px;
	border: none;
	box-shadow: var(--boxshadow1);
}
.dashboard__Announcement__wraper {
	background: var(--lightGrey7);
	padding: 25px 30px;
	box-shadow: var(--shadow-1);
	border-radius: 6px;
	margin-bottom: 60px;
}
.dashboard__Announcement h5 {
	margin: 0 0 5px;
}
.dashboard__form__input label {
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--blackColor);
}
.create__course__textarea,
.dashboard__form__input input,
.dashboard__form__input textarea {
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--borderColor);
	border-radius: 6px;
	line-height: 23px;
	padding: 10px 20px;
	font-size: 14px;
	color: var(--contentColor);
	margin-bottom: 15px;
}
.become__instructor__heading {
	border-bottom: 1px solid var(--borderColor);
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 600;
}
.become__instructor__small__heading {
	font-weight: 600;
	font-size: 24px;
}
.become__instructor__img {
	width: 25px;
	height: 25px;
}
.become__instructor__img img {
	width: 100%;
}
.become__instructor__list ul li {
	margin-top: 20px;
	display: flex;
	color: var(--contentColor);
}
.become__instructor__list ul li .become__instructor__img {
	margin-right: 20px;
}
.become__instructor__form {
	background: var(--darkdeep3);
	padding: 40px;
}
.become__instructor__form
	.dashboard__form__wraper
	.dashboard__form__input
	input,
.become__instructor__form
	.dashboard__form__wraper
	.dashboard__form__input
	textarea,
.is_dark .content__cirriculum__wrap .accordion-body,
.is_dark .dashboard__nav__title h6,
.is_dark .dashboard__single__counter,
.is_dark .dashboard__table table thead,
.is_dark .dashboard__table__row,
.is_dark .faqarea__wrapper .accordion-body {
	background: var(--whiteColor);
}
.become__instructor__check {
	margin-bottom: 13px;
	color: var(--contentColor);
}
.create__course__accordion__wraper .accordion-item,
.dashboard__admin__report__wrap {
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.02);
	margin-bottom: 20px;
	background: var(--whiteColor);
}
.become__instructor__check__label a {
	color: var(--blackColor);
	font-weight: 700;
	position: relative;
}
.become__instructor__check__label a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--blackColor);
	left: 0;
	bottom: -2px;
}
.become__instructor__check__label a:hover,
.become__instructor__check__label a:hover::after {
	color: var(--primaryColor);
}
@media (min-width: 1366px) and (max-width: 1499px) {
	.create__course {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (min-width: 992px) and (max-width: 1365px) {
	.become__instructor__form,
	.dashboard__inner {
		padding: 20px;
	}
	.create__course {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.create__course__accordion__wraper .accordion-item {
	border: none;
}
.create__course__accordion__wraper .accordion-item h2 {
	padding: 20px 30px;
}
.create__course__accordion__wraper .accordion-item h2 button {
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	text-align: left;
	padding: 0;
	background-color: transparent;
	font-weight: 600;
	color: var(--blackColor);
}
.create__course__small {
	margin-top: 10px;
	color: var(--contentColor);
}
.create__course__small svg {
	width: 14px;
}
.create__course__single__img img {
	width: 100%;
}
.create__course__bottom__button a {
	background: var(--secondaryColor);
	color: var(--whiteColor);
	display: inline-block;
	text-align: center;
	padding: 13px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid var(--secondaryColor);
}
.create__course__bottom__button a:hover {
	border: 1px solid var(--secondaryColor);
	background: 0 0;
	color: var(--secondaryColor);
}
.create__course__wraper {
	padding: 30px;
	border: 2px solid var(--primaryColor);
}
.create__course__title h4 {
	font-size: 30px;
	line-height: 1.25;
	font-weight: 700;
}
.create__course__list ul li {
	display: flex;
	font-size: 18px;
	margin: 7px 0;
	line-height: 1.45;
	color: var(--contentColor);
}
.dashboard__popular__instructor__content span,
.dashboard__recent__course__meta ul li {
	color: var(--darkblack);
}
.create__course__list ul li svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	color: var(--greencolor);
}
.dashboard__admin__report__wrap {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
	border-radius: var(--borderRadius2);
	flex-wrap: wrap;
}
.dashboard__admin__report {
	padding: 0 20px;
}
.dashboard__linechart {
	width: 65%;
}
.dashboard__piechart {
	width: 35%;
}
.dashboard__admin__report__top .form-select {
	max-width: 170px;
}
.admin__content__wrapper {
	max-height: 550px;
	overflow: auto;
}
.dashboard__popular__instructor__single {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--borderColor);
	padding: 15px 0;
	flex-wrap: wrap;
}
.dashboard__popular__instructor__img {
	max-width: 20%;
	padding-right: 10px;
}
.dashboard__popular__instructor__img img {
	width: 100%;
	border-radius: 100px;
}
.dashboard__popular__instructor__content {
	max-width: 80%;
}
.dashboard__popular__instructor__content li {
	font-size: 14px;
	margin-right: 15px;
	color: var(--darkblack);
}
.dashboard__popular__instructor__content h4 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1;
}
.dashboard__popular__instructor.dashboard__notificatoin__wrap img {
	border-radius: 0;
	max-width: 50px;
}
.dashboard__popular__instructor.dashboard__notificatoin__wrap
	.dashboard__popular__instructor__img {
	padding-right: 20px;
}
.dashboard__recent__course__single {
	display: flex;
	border-bottom: 1px solid var(--borderColor);
	padding: 20px 0;
	align-items: center;
	flex-wrap: wrap;
}
.dashboard__recent__course__heading h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 5px;
}
.dashboard__recent__course__img {
	width: 30%;
	padding-right: 20px;
}
.dashboard__recent__course__img img {
	width: 100%;
}
.dashboard__recent__course__content,
.quotation-section img {
	width: 70%;
}
.dashboard__recent__course__meta ul {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.dashboard__meessage {
	min-width: 280px;
	height: 100%;
	background: var(--whiteColor);
	overflow: hidden;
	position: relative;
	border: 1px solid var(--borderColor);
	border-radius: 10px;
	max-height: 600px;
	overflow-y: scroll;
}
.dashboard__meessage__chat {
	padding: 15px 30px;
	background: var(--deepgreen);
}
.dashboard__meessage__chat h3 {
	font-size: 22px;
	line-height: 30px;
	color: var(--whiteColor);
	font-weight: 600;
	margin: 0;
}
.dashboard__meessage__search {
	padding: 30px;
	position: relative;
	border-bottom: 1px solid var(--borderColor);
}
.dashboard__meessage__search button {
	position: absolute;
	top: 42px;
	left: 50px;
	font-size: 18px;
	color: var(--darkdeep4);
	font-weight: 400;
	cursor: pointer;
	background: 0 0;
	z-index: 1;
	transition: 0.5s;
	border: none;
}
.dashboard__meessage__search input {
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid var(--borderColor);
	border-radius: 25px;
	padding: 10px 20px 10px 47px;
	font-size: 14px;
	font-weight: 500;
	color: var(--darkdeep4);
	background: var(--whiteColor);
}
.dashboard__meessage__contact ul li {
	position: relative;
	padding: 15px 30px;
	cursor: pointer;
	border-bottom: 1px solid var(--borderColor);
	width: 100%;
}
.dashboard__meessage__dot {
	position: absolute;
	left: 38px;
	bottom: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid var(--whiteColor);
	z-index: 1;
	background: var(--primaryColor);
}
.dashboard__meessage__contact__wrap {
	position: relative;
	display: flex;
}
.dashboard__meessage__chat__img {
	margin-right: 20px;
	max-width: 50px;
}
.about-us-img-1 img,
.about-us-img-2 img,
.ai-section img,
.article-section img,
.btn-full,
.btn-full-width,
.cbse-banner-section img,
.copyright__logo img,
.dashboard__meessage__chat__img img,
.dont_wait_container img,
.error-404-section img,
.footerarea__icon.footerarea__icon__2 ul li a img,
.footerarea__right__img img,
.hands_on_item img,
.instructor_card img,
.modal-left-side .img-2,
.modal_thumbnail,
.news-banner-section img,
.teacher-help-desk img,
.teacher-instructor-created img,
.teacher-instructor-regulations img,
.teaching-setu100 img,
a.whatsapp-chat img,
img.award-chart,
img.webinar_pic {
	width: 100%;
}
.dashboard__meessage__meta {
	position: relative;
	min-height: 50px;
}
.dashboard__meessage__meta h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
}
.dashboard__meessage__meta .chat__time,
.dashboard__meessage__meta p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	color: var(--darkdeep4);
}
.dashboard__meessage__meta p {
	position: relative;
	display: block;
}
.dashboard__meessage__meta .chat__time {
	position: absolute;
	top: 0;
	right: -180px;
}
.dashboard__meessage__profile {
	position: relative;
	display: block;
	padding: 1px 0 12px 65px;
	border-bottom: 1px solid var(--borderColor);
	min-height: 60px;
}
.dashboard__meessage__profile__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.dashboard__meessage__profile__meta h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
}
.dashboard__meessage__profile__meta p {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: var(--darkdeep4);
	font-weight: 400;
	margin: 0;
}
.dashboard__meessage__profile__chat__option {
	position: absolute;
	right: 0;
	bottom: 12px;
}
.dashboard__meessage__profile__chat__option a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: var(--darkdeep4);
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid var(--borderColor);
}
.dashboard__meessage__profile__chat__option a:first-child {
	margin-right: 6px;
}
.dashboard__meessage__profile__chat__option a:hover {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.dashboard__meessage__sent__item__img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.dashboard__meessage__sent__item__img img {
	width: 100%;
	border-radius: 100%;
}
.dashboard__meessage__sent {
	margin-top: 40px;
	max-height: 500px;
	overflow-y: scroll;
}
.instructor_card,
.tab,
.tabCourses,
.webinar_info,
a.avatarProfile {
	overflow: hidden;
}
.dashboard__meessage__sent ul li {
	position: relative;
	max-width: 415px;
	display: flex;
}
.dashboard__meessage__sent ul li p {
	display: block;
	padding: 10px 15px;
	border-radius: 5px;
	background: var(--darkdeep3);
	color: var(--blackColor);
	font-size: 14px;
	line-height: 26px;
}
.dashboard__meessage__sent ul li span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: var(--darkdeep4);
	margin-bottom: 10px;
}
.dashboard__meessage__sent__item {
	margin-left: auto;
}
.dashboard__meessage__sent__item .dashboard__meessage__sent__item__img {
	margin-right: 0;
	margin-left: 20px;
}
.dashboard__meessage__sent__item .dashboard__meessage__sent__item__content {
	text-align: right;
}
.dashboard__meessage__input {
	position: relative;
	padding-right: 30px;
}
.dashboard__meessage__input input {
	position: relative;
	width: 100%;
	height: 50px;
	background: var(--darkdeep3);
	font-size: 14px;
	font-weight: 500;
	color: var(--darkdeep4);
	border-radius: 25px;
	padding: 10px 30px 10px 85px;
	border: none;
}
.dashboard__meessage__input .attachment {
	position: absolute;
	left: 25px;
	z-index: 1;
	font-size: 20px;
	color: var(--darkdeep4);
	top: 15px;
	cursor: pointer;
}
.dashboard__meessage__input .attachment:after {
	position: absolute;
	content: "";
	background: #e5eded;
	height: 50px;
	width: 1px;
	top: -15px;
	right: -20px;
}
.dashboard__meessage__input button {
	position: absolute;
	right: 30px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	align-items: center;
	border-radius: 50%;
	text-align: center;
	background: var(--primaryColor);
	border: none;
}
.dashboard__meessage__input button i {
	font-size: 20px;
	color: var(--whiteColor);
}
.dashboard__meessage__content__wrap {
	background: var(--whiteColor);
	padding: 10px;
	border-radius: var(--borderRadius3);
}
.dashboard__label,
.grid__course__status .progress-bar {
	background-color: var(--primaryColor);
	font-size: 10px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.dashboard__meessage__content__wrap,
	.herobanner__video {
		margin-top: 30px;
	}
	.tution__img {
		margin-bottom: 20px;
	}
	.aboutarea__para__3 .aboutarea__icon__3 i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 20px;
		top: 0;
		left: 0;
	}
	.research__programs .single__blog__wraper {
		margin-bottom: 30px;
	}
	.with__sidebar__content .gridarea__wraper.gridarea__course__list {
		padding-right: 15px;
	}
	.with__sidebar__content
		.gridarea__wraper.gridarea__course__list
		.gridarea__img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.with__sidebar__content
		.gridarea__wraper.gridarea__course__list
		.gridarea__content {
		width: 100%;
		padding-left: 0;
	}
	.course__details__sidebar--2 {
		top: 0;
	}
}
.dashboard__label {
	position: absolute;
	top: 20px;
	right: 10px;
	line-height: 14px;
	font-weight: 500;
	display: inline-block;
	color: var(--whiteColor);
	padding: 0 9px;
	border-radius: 15px;
}
.grid__course__status .progress {
	margin-bottom: 15px;
	height: 25px;
}
.dropdown:hover .dropdown-content,
.grid__course__status .default__button,
.summer_camp_title h2 {
	display: block;
}
.footerarea {
	background: linear-gradient(
		var(--secondaryColor3),
		var(--secondaryColor3),
		var(--primaryColor)
	);
	margin-top: 50px;
}
.footerarea__newsletter__wraper {
	padding: 45px 30px;
	border-radius: var(--borderRadius2);
	background: var(--secondaryColor) url(../img/Pattern.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.footerarea__newsletter {
	margin-left: 30px;
}
.about-us-overlay-section,
.concept_card_item,
.course_details_projects,
.course_img,
.course_primary,
.early_bird,
.footerarea__newsletter__input,
.pink_right_arrow,
.purple_right_arrow,
.relative-checkbox,
.relative_container {
	position: relative;
}
.footerarea__newsletter__input input {
	width: 100%;
	color: var(--whiteColor);
	height: 62px;
	background: var(--deepgray);
	font-size: 16px;
	padding-left: 15px;
	border: 1px solid var(--deepgray);
	border-radius: var(--borderRadius);
}
.footerarea__newsletter__input input::placeholder {
	color: var(--darkgray);
}
.footerarea__newsletter__input input:focus {
	border: 1px solid var(--whitegrey);
}
.footerarea__newsletter__button {
	position: absolute;
	top: 0;
	right: 0;
}
.footerarea__newsletter__button .subscribe__btn {
	padding: 0 20px;
	background: var(--primaryColor);
	text-align: center;
	color: var(--whiteColor);
	display: inline-block;
	border: 1px solid var(--primaryColor);
	border-radius: var(--borderRadius);
	font-size: 15px;
	height: 62px;
	line-height: 62px;
}
.footerarea__newsletter__button .subscribe__btn:hover {
	background: inherit;
	border: 1px solid var(--primaryColor);
}
.footerarea__newsletter__wraper .row {
	align-items: center;
}
.footerarea__wrapper {
	padding-top: 110px;
	padding-bottom: 80px;
	border-bottom: 1px solid var(--darkcolor);
}
.footerarea__wrapper.footerarea__wrapper__2 {
	border-bottom: none;
}
.footerarea__wrapper .footerarea__padding__left {
	padding-left: 60px;
}
.footerarea__wrapper .footerarea__about__us {
	margin-right: 30px;
}
.footer_container h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}
.footerarea__wrapper .footerarea__inner .footerarea__content {
	margin-bottom: 30px;
}
.footerarea__wrapper .footerarea__inner .footerarea__content p {
	color: var(--darkgray);
}
.footerarea__wrapper .footerarea__inner .footerarea__icon {
	margin-top: 30px;
}
.footerarea__wrapper .footerarea__inner .footerarea__icon ul li {
	margin-right: 5px;
}
.footerarea__wrapper .footerarea__inner .footerarea__icon ul li a {
	height: 44px;
	width: 44px;
	line-height: 44px;
	background: var(--deepgray);
	font-size: 16px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	color: var(--whitegrey);
}
.footerarea__wrapper .footerarea__inner .footerarea__icon ul li a:hover,
.is_dark .footerarea__wrapper .footerarea__inner .footerarea__icon ul li a,
.is_dark .search__form .search__form__categories svg {
	color: var(--whiteColor);
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li {
	display: block;
	margin-bottom: 12px;
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a {
	color: var(--darkgray);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--contentFont);
	transition: 0.3s;
	position: relative;
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background: var(--secondaryColor2);
	left: 0;
	bottom: -5px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.enroll_modal label a,
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:hover,
.text-yellow,
div#Grade3 .course_reviews,
div#Grade3 .course_reviews span,
div#Grade7 .course_reviews,
div#Grade7 .course_reviews span,
div#Grade8 .course_reviews,
div#Grade8 .course_reviews span,
div#Grade9 .course_reviews,
div#Grade9 .course_reviews span {
	color: var(--secondaryColor2);
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:hover::after {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.footerarea__right__wraper .footerarea__right__list ul li {
	margin-bottom: 10px;
	display: block;
}
.footerarea__right__wraper .footerarea__right__list ul li a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.footer-contact-info,
span.social-icon {
	align-items: center;
	background: #fff;
	display: flex;
}
span.social-icon {
	width: 28px;
	height: 28px;
	justify-content: center;
	border-radius: 50%;
	margin-right: 8px;
	color: var(--primaryColor);
}
p.certified_title {
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}
.footer-item-info h4,
.footerarea__copyright__wrapper .footerarea__copyright__content p a:hover,
.footerarea__copyright__wrapper .footerarea__copyright__content p span,
.footerarea__copyright__wrapper .footerarea__copyright__list ul li a:hover,
.footerarea__right__wraper
	.footerarea__right__list
	ul
	li
	a:hover
	.footerarea__right__content
	h6,
.footerarea__text h3 span {
	color: var(--primaryColor);
}
.footer-contact-info {
	justify-content: space-between;
	padding: 40px 25px 25px;
	border-radius: 23px;
}
.gradient_get_info_footer {
	background: linear-gradient(
		90deg,
		var(--secondaryColor2),
		var(--secondaryColor3),
		var(--secondaryColor),
		var(--primaryColor)
	);
	padding: 5px;
	border-radius: 23px;
	width: 85%;
	margin: -10px auto 100px;
}
.get-in-touch {
	background: linear-gradient(
		90deg,
		var(--secondaryColor),
		var(--secondaryColor2)
	);
	border: 2px solid #fff;
	border-radius: 23px;
	padding: 47px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -85px;
	position: relative;
	top: -73px;
}
.footer-item-info h4 {
	display: flex;
	align-items: start;
	font-weight: 500;
}
.footer-item-info h4 i {
	font-size: 26px;
	margin-right: 5px;
	margin-top: 4px;
}
.black_pink_Banner h2,
.black_pink_Banner p,
.black_purple_Banner h2,
.black_purple_Banner p,
.black_yellow_Banner h2,
.black_yellow_Banner p,
.text-dark {
	color: #000 !important;
}
.footerarea__right__wraper
	.footerarea__right__list
	ul
	li
	a
	.footerarea__right__img {
	margin-right: 11px;
	max-width: 60px;
}
.footerarea__right__wraper
	.footerarea__right__list
	ul
	li
	a
	.footerarea__right__content
	span {
	font-size: 12px;
	color: var(--darkgray);
}
.footerarea__right__wraper
	.footerarea__right__list
	ul
	li
	a
	.footerarea__right__content
	h6 {
	font-size: 15px;
	color: var(--whiteColor);
}
.footerarea__copyright__wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.get-in-touch .contact-btn h4 {
	margin-right: 20px;
	margin-bottom: 0;
	font-weight: 500;
	color: #000;
}
.copyright-footer {
	border-top: 1px solid #fff;
	padding: 10px 0;
}
ul.footer-copy-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
p.copyright_text {
	font-size: 12px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
.card1,
.card2,
.card3 {
	padding: 25px;
}
.footerarea__copyright__wrapper
	.footerarea__copyright__content.footerarea__copyright__content__2
	p {
	color: var(--whiteColor);
	font-size: 14px;
}
.footerarea__copyright__wrapper .footerarea__copyright__content p {
	color: var(--darkgray);
	margin-bottom: 0;
}
.footerarea__copyright__wrapper .footerarea__copyright__content p a,
.footerarea__copyright__wrapper .footerarea__copyright__list ul li a {
	color: var(--darkgray);
}
.card-section:nth-child(2n) > .info > .title,
.footerarea__copyright__wrapper .footerarea__copyright__list,
.footerarea__icon__2 {
	text-align: right;
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li {
	color: var(--darkgray);
	position: relative;
	padding-right: 25px;
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li:last-child {
	padding-right: 0;
}
.footerarea__copyright__wrapper
	.footerarea__copyright__list
	ul
	li:last-child::after,
.tabcontent,
.tabcontentPlan,
.tabcontentPlan10,
.tabcontentPlan2,
.tabcontentPlan3,
.tabcontentPlan4,
.tabcontentPlan5,
.tabcontentPlan6,
.tabcontentPlan7,
.tabcontentPlan8,
.tabcontentPlan9 {
	display: none;
}
.bg-color-group,
.card-icon-title {
	display: flex;
	align-items: center;
	width: 100%;
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	background: var(--darkgray);
	bottom: 5px;
	right: 9px;
}
.footerarea__text h3 {
	font-size: 40px;
	line-height: 64px;
	color: var(--whiteColor);
	margin-bottom: 0;
}
.footerarea__text p {
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 0;
}
.foter__bottom__text .footer__bottom__icon {
	margin-right: 22px;
}
.foter__bottom__text .footer__bottom__icon i {
	width: 78px;
	height: 78px;
	color: var(--whiteColor);
	background: var(--primaryColor);
	display: inline-block;
	text-align: center;
	line-height: 78px;
	font-size: 30px;
}
.foter__bottom__text .footer__bottom__content h6 {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	color: var(--whiteColor);
	text-transform: uppercase;
	margin-bottom: 0;
}
.foter__bottom__text .footer__bottom__content span {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.63);
	display: block;
	margin-bottom: 7px;
}
.footerarea__copyright__wrapper__2 .row,
.start-journey-dontwait .row,
.tabcontent .row {
	align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
	.breadcrumb__content__wraper .breadcrumb__title h2 {
		font-size: 40px;
		line-height: 60px;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__1 {
		bottom: 0;
		left: 14px;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__2 {
		top: 0;
		left: 0;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__3 {
		top: 0;
		right: 40px;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__4 {
		top: 157px;
		right: 40px;
	}
	.cartarea,
	.checkoutarea,
	.create__course,
	.featurearea {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.featurearea__main__title h3 {
		font-size: 26px;
	}
	.featurearea__countdown .count {
		height: 55px;
		width: 55px;
	}
	.featurearea__countdown .count p {
		font-size: 16px;
	}
	.featurearea__countdown .count span {
		font-size: 14px;
	}
	.featurearea__size__img ul li a img {
		max-width: 40px;
	}
	.featurearea__quantity__button {
		margin-right: 5px;
	}
	.featurearea__bottom__button a {
		padding: 15px 90px;
	}
	.faqarea__heading {
		transform: none;
	}
	.faqarea__heading h3 {
		font-size: 150px;
	}
	.cartarea__table__content table thead tr th {
		padding: 21px 25px 22px;
	}
	.cartarea__tax,
	.dashboard__inner {
		margin-bottom: 30px;
	}
	.checkoutarea__payment__wraper {
		padding: 10px;
	}
	.dashboardarea__inner {
		bottom: 0;
	}
	.dashboardarea__left__img {
		width: 100px;
		height: 100px;
		margin-right: 10px;
	}
	.dashboardarea__left__content h4 {
		margin-bottom: 0;
		line-height: 1;
	}
	.dashboard__button__wrap li button {
		padding: 15px 20px;
		font-size: 14px;
	}
	.create__course__wraper {
		margin-top: 20px;
	}
	.footerarea__newsletter__button .subscribe__btn {
		padding: 0 10px;
		font-size: 12px;
	}
	.footerarea__wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footerarea__wrapper .footerarea__padding__left,
	.footerarea__wrapper .footerarea__right__wraper {
		padding-left: 0;
	}
	.footerarea__wrapper .footerarea__inner {
		margin-top: 20px;
	}
	.footerarea__copyright__wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footerarea__copyright__wrapper
		.footerarea__copyright__content.footerarea__copyright__content__2 {
		margin-bottom: 20px;
	}
	.footerarea__text h3 {
		font-size: 25px;
		line-height: 40px;
	}
	.footerarea__icon__2 {
		text-align: left;
	}
}
.footerarea__icon__2 ul li a {
	width: 40.19px;
	height: 37px;
	display: inline-block;
	text-align: center;
	line-height: 37px;
	margin-right: 7px;
}
@media (min-width: 992px) and (max-width: 1365px) {
	.footerarea__wrapper .footerarea__padding__left,
	.footerarea__wrapper .footerarea__right__wraper {
		padding-left: 0;
	}
	.footerarea__copyright__wrapper
		.footerarea__copyright__content.footerarea__copyright__content__2
		p,
	.footerarea__wrapper .footerarea__inner .footerarea__content p {
		font-size: 14px;
	}
	.footerarea__wrapper .footerarea__inner .footerarea__icon ul li a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.footerarea__icon__2 ul li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 3px;
	}
}
@media (min-width: 992px) and (max-width: 1365px),
	(min-width: 768px) and (max-width: 991px),
	(max-width: 767px) {
	.modal__wraper {
		margin: 50px auto;
	}
	.early__programs .single__blog__wraper {
		margin-bottom: 30px;
	}
	.footerarea.footerarea__image {
		background-image: none !important;
	}
}
.is_dark .gridarea__wraper,
.is_dark .registerarea__form {
	background: var(--naveBlue);
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.1);
}
.is_dark .mode_switcher.my_switcher button {
	color: var(--blackColor);
	background: var(--whiteColor);
	border-color: var(--blackColor);
}
.is_dark .aboutarea__para__3 .aboutarea__icon__3 i,
.is_dark .blogarae__img__2 .blogarea__date__2,
.is_dark .blogarea__content__wraper .blogarea__img .blogarea__date,
.is_dark .blogsidebar__content__wraper__2 .follow__icon ul li a:hover,
.is_dark .default__arrow .slick-arrow,
.is_dark .default__button,
.is_dark
	.footerarea__copyright__wrapper
	.footerarea__copyright__content.footerarea__copyright__content__2
	p,
.is_dark .footerarea__icon__2 ul li a,
.is_dark .footerarea__newsletter__button a,
.is_dark
	.footerarea__right__wraper
	.footerarea__right__list
	ul
	li
	a
	.footerarea__right__content
	h6,
.is_dark .footerarea__text h3,
.is_dark .footerarea__wrapper .footerarea__inner .footerarea__heading h3,
.is_dark .foter__bottom__text .footer__bottom__content h6,
.is_dark .foter__bottom__text .footer__bottom__icon i,
.is_dark .gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge,
.is_dark .gridarea__wraper .gridarea__img .gridarea__small__icon i,
.is_dark .headerarea__button a,
.is_dark .headerarea__login a:hover,
.is_dark
	.headerarea__main__menu
	nav
	ul
	> li
	.headerarea__submenu
	> li:hover
	> a,
.is_dark .herobannerarea__text p,
.is_dark .herobannerarea__title .herobannerarea__title__heading__2 h2,
.is_dark .mobile-off-canvas .mobile-aside-button,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang
	a,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li
	a,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-search
	form
	button,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-search
	form
	input,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a,
.is_dark .mobile-off-canvas-active .mobile-aside-close:hover i,
.is_dark
	.populerarea__content__wraper__2
	.populerarea__button__2
	.default__button,
.is_dark .registerarea__content .registerarea__video p,
.is_dark .registerarea__section__title .section__title__heading h2,
.is_dark .single__service:hover .service__content h3 a,
.is_dark .single__service:hover .service__content p,
.is_dark .single__team .teamarea__img .teamarea__icon ul li i:hover,
.is_dark .testimonialarea__paragraph__3 p {
	color: var(--blackColor);
}
.is_dark .blog__details__comment .author__icon button path,
.is_dark .single__service:hover .service__img .service__icon__bg path {
	fill: var(--blackColor);
}
.answer a,
.is_dark .default__arrow .slick-arrow:hover,
.is_dark .main__pagination__wrapper ul li a.active,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-curr-lang-wrap
	.single-mobile-curr-lang:hover
	> a,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li
	a:hover,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-search
	form
	button:hover,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-social-wrap
	a:hover,
.secondaryColor,
.summercamp-courses-item:first-child h2.summer-course-title,
.text-pink,
div#Grade5 .course_reviews,
div#Grade5 .course_reviews span {
	color: var(--secondaryColor);
}
.is_dark .footerarea {
	background: var(--lightGrey);
}
.course_content_container:nth-child(3) .course_reviews,
.course_content_container:nth-child(3) .course_reviews span,
.course_content_container:nth-child(4) .course_reviews,
.course_content_container:nth-child(4) .course_reviews span,
.course_content_container:nth-child(7) .course_reviews,
.course_content_container:nth-child(7) .course_reviews span,
.course_content_container:nth-child(8) .course_reviews,
.course_content_container:nth-child(8) .course_reviews span,
.is_dark .footerarea__newsletter__button a:hover,
.is_dark
	.footerarea__right__wraper
	.footerarea__right__list
	ul
	li
	a:hover
	.footerarea__right__content
	h6,
.primaryColor,
.summercamp-courses-item:nth-child(2) h2.summer-course-title,
.text-purple,
div#Grade4 .course_reviews,
div#Grade4 .course_reviews span {
	color: var(--primaryColor);
}
.is_dark
	.footerarea__wrapper
	.footerarea__inner
	.footerarea__icon
	ul
	li
	a:hover {
	color: var(--blackColor);
	background: var(--secondaryColor);
}
.is_dark .mobile-off-canvas-active .mobile-aside-close {
	background: var(--darkdeep1);
	color: var(--blackColor);
}
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li.menu-item-has-children
	.menu-expand
	i,
.is_dark
	.mobile-off-canvas-active
	.header-mobile-aside-wrap
	.mobile-menu-wrap
	.mobile-navigation
	nav
	.mobile-menu
	li.menu-item-has-children
	.menu-expand
	i::before {
	border-bottom: 1px solid var(--blackColor);
}
.is_dark .testimonial__slider__active__3 .slick-arrow:hover {
	background: var(--secondaryColor);
	color: var(--blackColor);
}
.is_dark #scrollUp {
	background: var(--primaryColor);
	color: var(--blackColor);
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.1);
}
.is_dark .blog__content__wraper__2 {
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
}
.is_dark .blogsidebar__content__wraper__2 .populer__tag__list ul li a:hover {
	color: var(--blackColor);
	border-color: var(--primaryColor);
}
.is_dark .blogsidebar__content__wraper__2 .categorie__list li:hover {
	border: var(--primaryColor);
}
.is_dark .blogsidebar__content__wraper__2 .categorie__list li:hover a,
.is_dark
	.blogsidebar__content__wraper__2
	.photo__gallery__img
	.single__gallery__img
	.gallery__icon
	a,
.is_dark .course__button a,
.is_dark .course__categories__list ul li a:hover,
.is_dark .course__input .search__button button,
.is_dark .course__tap__wrap li:hover button,
.is_dark .scc__info i,
.is_dark .scc__meta,
.is_dark .scc__wrap .question,
.is_dark .topbar__left ul li,
.is_dark .topbar__right .topbar__list ul li a,
.is_dark .topbar__right .topbar__text p {
	color: var(--blackColor);
}
.is_dark .is_dark .topbararea {
	background: var(--lightGrey10);
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}
.is_dark .contact__form__inner {
	border: none;
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}
.is_dark .course__input input {
	border: 1px solid var(--blackColor);
	background: 0 0;
	color: var(--blackColor);
}
.is_dark .course__tap__wrap li button.active {
	background: var(--primaryColor);
	color: var(--blackColor);
}
.is_dark .add__a__review__wrapper {
	background-color: transparent;
	box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.1);
}
.is_dark .add__a__review__wrapper .add__a__review__input input,
.is_dark .add__a__review__wrapper .add__a__review__input textarea {
	border: 1px solid var(--blackColor);
	background: 0 0;
	color: var(--blackColor);
}
.is_dark .add__a__review__wrapper .mb-0,
.is_dark .eventarea__details__small__button a,
.is_dark .headerarea__right .header__cart::before,
.is_dark
	.property__comment
	.property__comment__list
	.property__comment__comment
	span,
.is_dark .single__expart__teacher .teacher__icon ul li a:hover {
	color: var(--blackColor);
}
.is_dark .topbararea {
	background: var(--lightGrey10);
}
.is_dark .headerarea__right .header__cart .header__right__dropdown__wrapper {
	background-color: var(--darkdeep3);
}
.is_dark .aboutarea__list__2 ul li:hover i,
.is_dark .blog__details__tag ul li a:hover,
.is_dark
	.blogsidebar__content__wraper__2
	.recent__list
	li
	.recent__img
	.recent__number
	span,
.is_dark .faqarea__heading h3,
.is_dark .featurearea__countdown .count p,
.is_dark .featurearea__countdown .count span,
.is_dark .featurearea__price span.featurearea__price__button,
.is_dark
	.headerarea__right
	.header__cart
	.header__right__dropdown__wrapper
	.header__right__dropdown__button
	a.white__color:hover,
.is_dark
	.herobannerarea.herobannerarea__machine__learning
	.herobannerarea__text__2
	p,
.is_dark .herobannerarea.herobannerarea__university .footerarea__icon__2 p,
.is_dark
	.herobannerarea.herobannerarea__university
	.herobannerarea__single__slider
	.herobannerarea__title
	h2,
.is_dark .keyfeatures li {
	color: var(--blackColor);
}
.is_dark .content__cirriculum__wrap .accordion-button {
	background-color: var(--bodyBg);
}
.is_dark .blogarea__content__wraper {
	box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}
.is_dark
	.herobannerarea__machine__learning
	.slider__controls__wrap.slider__controls__pagination
	.swiper-pagination-bullet {
	outline: 2px solid var(--blackColor);
}
.is_dark
	.herobannerarea__machine__learning
	.slider__controls__wrap.slider__controls__pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--blackColor);
}
.is_dark .featurearea__price span.featurearea__price__button.black__color {
	color: var(--whiteColor);
}
.is_dark .tab__button__wrap li button {
	box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.1);
}
.is_dark .headerarea .mega__menu__thumb {
	box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.2);
}
.is_dark .dashboardarea__left__content h4,
.is_dark .dashboardarea__left__content h5,
.is_dark .dashboardarea__star span,
.is_dark .headerarea .mega__menu__thumb__label,
.is_dark .headerarea .mega__menu__thumb__title {
	color: var(--blackColor);
}
.is_dark .create__course__accordion__wraper .accordion-item,
.is_dark .dashboard__admin__report__wrap,
.is_dark .dashboard__content__wraper,
.is_dark .dashboard__inner,
.is_dark .shopsidebar__widget {
	box-shadow: 0 0 1px 1px rgba(95, 45, 237, 0.2);
}
.is_dark .modal__wraper .btn-close {
	background-color: var(--blackColor);
}
.deactive-cart,
.header__area {
	background: #fff;
}
img.banner_img_slot {
	width: 85%;
	border-radius: 10px;
}
@-webkit-keyframes mouse-scroll {
	0% {
		top: 10%;
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		top: 30%;
		opacity: 0;
	}
}
@-moz-keyframes mouse-scroll {
	0% {
		top: 10%;
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		top: 30%;
		opacity: 0;
	}
}
@-o-keyframes mouse-scroll {
	0% {
		top: 10%;
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		top: 30%;
		opacity: 0;
	}
}
@keyframes mouse-scroll {
	0% {
		top: 10%;
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		top: 30%;
		opacity: 0;
	}
}
.scroll-msg-inner {
	width: 45px;
	height: 70px;
	position: absolute;
	border-radius: 34px;
	border: 3px solid var(--primaryColor);
	top: 75%;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
}
.scroll-msg-wheel {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: 0.9s infinite mouse-scroll;
	-moz-animation: 0.9s infinite mouse-scroll;
	-o-animation: 0.9s infinite mouse-scroll;
	animation: 0.9s infinite mouse-scroll;
}
#Grade12,
#Grade4,
#Grade8,
.card1,
.course_content_container:nth-child(11),
.course_content_container:nth-child(3),
.course_content_container:nth-child(7),
button.btn-slot-submit,
ul.sets_up_list li:nth-child(4),
ul.sets_up_list li:nth-child(7) {
	background-color: var(--secondaryColor3);
}
.btn-group-slots button {
	margin: 5px;
	border-radius: 6px;
	font-size: 20px;
	border: 2px solid #ddd;
	box-shadow: 1px 2px 5px #ddd;
	color: var(--blackColor);
	text-transform: capitalize;
}
button.btn-slot-submit {
	width: 100%;
	margin-top: 12px;
	border: 1px solid var(--secondaryColor3);
	text-transform: uppercase;
	padding: 12px;
}
.card1,
.card2,
.card3,
img.banner-card,
span.car-icon {
	border-radius: 10px;
}
.herobannerarea__sub__title span {
	text-transform: uppercase;
	font-weight: 600;
}
.hero-btn-more-info p,
.instructor_info h4,
.section__title__heading h2,
ul.sets_up_list li {
	text-transform: capitalize;
}
.hero-btn-more-info p {
	margin: 0;
	text-align: center;
}
.black_pink_Banner h2 span,
.text-secondary,
h2.recommmended_title {
	color: var(--secondaryColor) !important;
}
.text-grey {
	color: #565656;
}
span.amount-zero {
	font-size: 24px;
	-webkit-text-stroke: thin;
	text-decoration: line-through;
}
.black_yellow_Banner h2 span,
.text-secondary2 {
	color: var(--secondaryColor2) !important;
}
.text-ques {
	font-size: 65px;
}
.card1 {
	color: var(--whiteColor);
}
.card2 {
	background-color: var(--secondaryColor);
	color: var(--whiteColor);
}
.card3 {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
}
span.car-icon {
	margin-right: 14px;
	background: #fff;
	padding: 5px;
}
.card-icon-title img,
.student-img,
.teaching-setu100 .CheckCircle {
	width: 35px;
}
.card-icon-title {
	justify-content: space-between;
	margin-bottom: 20px;
}
.card-icon-title h4 {
	font-size: 16px;
	margin-bottom: 0;
	color: var(--whiteColor);
}
.early__programs {
	background-color: var(--whiteColor);
}
.card-content-body ul li {
	display: flex;
	align-items: self-start;
	line-height: 18px;
	margin-bottom: 14px;
	font-size: 14px;
}
.card-content-body ul li i {
	margin-right: 5px;
	margin-top: 3px;
}
img.banner-card {
	width: 100%;
	height: 100%;
}
.coursearea {
	background: url(../img/Bg-wall.png) center/cover no-repeat;
}
.color1,
.color2,
.color3,
.color4 {
	width: 25%;
	height: 5px;
}
.color1 {
	background: var(--primaryColor);
}
.color2 {
	background: var(--secondaryColor);
}
.color3 {
	background: var(--secondaryColor2);
}
.color4 {
	background: var(--secondaryColor3);
}
.adaptive-item1,
.why-coding-item {
	text-align: center;
	position: relative;
}
.adaptive-item1 span {
	padding: 8px 25px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.adaptive-item1 span::after,
.course-enroll-descr::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 100px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}
.course-enroll-descr {
	border-radius: 10px;
	padding: 10px;
	margin: 40px auto;
	position: relative;
	display: block;
	width: max-content;
}
.course-enroll-descr p {
	color: #fff;
	margin: 0;
}
.tab button,
.tabCourses button {
	background-color: inherit;
	outline: 0;
	margin: 0 10px;
	transition: 0.3s;
	cursor: pointer;
}
.enroll-course-circle {
	width: 186px;
	height: 186px;
	margin: auto;
	border-radius: 50%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.enroll-course-child-circle {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	padding: 28px;
	text-align: center;
	box-shadow: 0 4px 15px #0000001a;
	display: inline-flex;
}
.tab,
.tabCourses {
	border-radius: 10px;
}
.tab {
	box-shadow: 0 4px 16px #0000001a;
	padding: 10px;
	text-align: center;
}
.gradient_background {
	background-color: #fff;
	border-radius: 10px;
	padding: 5px;
}
.tabCourses {
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 16px;
	padding: 2px;
	text-align: center;
	display: inline !important;
	width: auto;
	margin: auto;
	background: linear-gradient(
		90deg,
		var(--secondaryColor),
		var(--primaryColor),
		var(--secondaryColor3),
		var(--secondaryColor2)
	);
}
.tab button {
	border: none;
	padding: 14px 16px;
	font-size: 17px;
	border-radius: 10px;
}
.tabCourses button {
	border: none;
	padding: 10px 12px;
	font-size: 15px;
	border-radius: 10px;
}
.tabCourses button:first-child.active {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
}
.course_content_container {
	margin: 25px 0;
	padding: 60px 0;
}
#Grade5,
#Grade9,
.course_content_container:nth-child(12),
.course_content_container:nth-child(4),
.course_content_container:nth-child(8),
.course_details_keywords ul.summercamp_keywords li:first-child,
ul.sets_up_list li:first-child,
ul.sets_up_list li:nth-child(5),
ul.sets_up_list li:nth-child(9) {
	background-color: var(--secondaryColor2);
}
.course_content_container:first-child {
	background-color: var(--primaryColor);
	margin-top: 25px !important;
}
.tabCourses button:nth-child(11).active,
.tabCourses button:nth-child(3).active,
.tabCourses button:nth-child(7).active {
	background-color: var(--secondaryColor3);
	color: var(--whiteColor);
}
.tabCourses button:nth-child(4).active,
.tabCourses button:nth-child(8).active {
	background-color: var(--secondaryColor2);
	color: var(--whiteColor);
}
.tabCourses button:nth-child(5).active,
.tabCourses button:nth-child(9).active {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
}
.card-title,
.course_content_container:nth-child(3) h4.grade_title,
.course_content_container:nth-child(3) p.description,
.course_content_container:nth-child(3) span.mrp_cut,
.course_content_container:nth-child(3) span.sale_price,
.course_content_container:nth-child(3) ul.star_list li,
.course_content_container:nth-child(4) h4.grade_title,
.course_content_container:nth-child(4) p.description,
.course_content_container:nth-child(4) span.mrp_cut,
.course_content_container:nth-child(4) span.sale_price,
.course_content_container:nth-child(4) ul.star_list li,
.course_content_container:nth-child(7) h4.grade_title,
.course_content_container:nth-child(7) p.description,
.course_content_container:nth-child(7) span.mrp_cut,
.course_content_container:nth-child(7) span.sale_price,
.course_content_container:nth-child(7) ul.star_list li,
.course_content_container:nth-child(8) h4.grade_title,
.course_content_container:nth-child(8) p.description,
.course_content_container:nth-child(8) span.mrp_cut,
.course_content_container:nth-child(8) span.sale_price,
.course_content_container:nth-child(8) ul.star_list li,
.hands_on_item p,
.selected-box i,
.selected-box span,
.skybluecard p,
.summer_course_price span.sale_price,
.teacher-help-desk p,
.textcolor_black h4.concept-title,
.textcolor_black p.concept-desc,
.yellowcard p,
div#Grade4 h4.grade_title,
div#Grade4 p,
div#Grade4 span,
div#Grade4 ul li,
div#Grade5 h4.grade_title,
div#Grade5 p,
div#Grade5 span,
div#Grade5 ul li,
div#Grade8 h4.grade_title,
div#Grade8 p,
div#Grade8 span,
div#Grade8 ul li,
div#Grade9 h4.grade_title,
div#Grade9 p,
div#Grade9 span,
div#Grade9 ul li {
	color: #000;
}
.tab.cousePlanTabs {
	padding: 5px;
	width: fit-content;
	margin: auto;
	background-color: var(--primaryColor);
	color: #fff;
}
button.tablinksPlan.active,
button.tablinksPlan2.active,
button.tablinksPlan3.active,
button.tablinksPlan4.active,
button.tablinksPlan5.active,
button.tablinksPlan6.active,
button.tablinksPlan7.active {
	background-color: #fff !important;
	color: #000 !important;
}
button.tablinksPlan,
button.tablinksPlan2,
button.tablinksPlan3,
button.tablinksPlan4,
button.tablinksPlan5,
button.tablinksPlan6,
button.tablinksPlan7 {
	padding: 2px 20px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.btn-secondary:hover {
	background-color: var(--secondaryColor2);
	border: 1px solid var(--secondaryColor2);
}
.course_container,
.key_features {
	border-radius: 10px;
	padding: 10px;
}
span.author_name {
	color: #3dcbb1;
	font-size: 12px;
}
span.author_name i {
	color: #717171;
}
p.description {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-weight: 300;
}
.course_reviews {
	color: #ffd130;
	font-size: 16px;
}
.course_reviews span {
	color: #ffffffb8;
}
.course_img span.bestSellers,
span.bestOff {
	padding: 4px 10px;
	color: #fff;
	border-radius: 35px;
	font-size: 12px;
	font-weight: 600;
}
.course_img span.bestSellers {
	background: #3dcbb1;
	margin-right: 5px;
}
.float_info_course {
	position: absolute;
	top: 5px;
	right: 5px;
}
span.bestOff {
	background: var(--primaryColor);
}
.key_features h5 {
	color: #191e4d;
	margin-bottom: 0;
	font-size: 14px;
}
ul.keyfeatures_list li {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}
ul.keyfeatures_list li span i {
	background-color: #f0f2fd;
	font-size: 16px;
	color: #5bc587;
}
.course_container {
	box-shadow: 0 4px 16px #0000001a;
}
img.purchase-img {
	width: 70%;
	margin-bottom: 10px;
}
.tab_course_plan {
	padding: 20px;
	text-align: center;
}
.book_now_btn {
	font-size: 18px;
	width: 100%;
}
h4.coursePrice {
	color: var(--primaryColor);
	font-size: 40px;
}
h4.coursePrice span {
	color: #1b1d21;
	font-size: 16px;
	font-weight: 400;
}
.tab_course_plan p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 24px;
	color: #1b1d21;
}
.herobannerarea__single__slider {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50px;
}
.competition_banner .lets-start-btn,
.lets-start-btn_comp {
	background: linear-gradient(to right, #7252da, #46d0ff);
	padding: 0.8rem 2.5rem;
	border-radius: 0.5rem;
	color: #fff;
	text-decoration: none;
}
.herobannerarea__single__slider.olympiad_banner:nth-child(2) {
	background-image: url(../img/olympiad-course.jpg) !important;
	padding-top: 75px !important;
	padding-bottom: 140px !important;
}
.olympiad_banner p.join-revolution {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.olympiad_banner h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}
span.yellow_txt {
	color: #f5dc42;
	font-size: 50px;
	font-weight: 600;
}
.olympiad_banner h2 {
	font-size: 70px !important;
}
.olympiad_banner p.olym-desc {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
img.skills_india,
img.summercamp_center_img {
	width: 170px;
}
@media only screen and (max-width: 576px) {
	.herobannerarea__single__slider:first-child {
		background-image: url(../img/bgimage.png);
	}
	.herobannerarea__single__slider:nth-child(2) {
		/* background-image: url(../img/compbannermob.png) !important;
		padding: 300px 0 106px !important; */
	}
}


/* Default hide mobile video */
.mobile-video {
  display: none;
}

/* On mobile screens */
@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }
  .mobile-video {
    display: block;
  }
}





.herobannerarea__single__slider:first-child {
	 background-image: url(../img/bgimage.png); 
	/* background: linear-gradient(270deg, #6540DB 0%, #CF3A96 100%); */ !important;
}.herobannerarea__single__slider.video-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px; /* adjust as per design */
}

.herobannerarea__single__slider.video-banner .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  object-fit: fill; /* 🔥 maintains aspect ratio & avoids cut/stretch */
  z-index: -1;border-radius: 70px;
}

/* For mobile screens */
@media (max-width: 768px) {
display : none;
  .herobannerarea__single__slider.video-banner {
    height: 400px; /* smaller for mobile */
  }
}


.video-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px; /* adjust this as per your design */
}

.video-banner .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; /* ensures it fills like background */
  z-index: -1;
}

/* For mobile screens */
@media (max-width: 768px) {
  .video-banner {
    height: 400px; /* smaller height for mobile */
  }
}


.herobannerarea__single__slider:first-child {
	/* background-image: url(../img/winter_video.mp4); */
	
}


.herobannerarea__single__slider:nth-child(3) {
	/* background-image: url(../img/bgimage.png); */
	background: linear-gradient(270deg, #6540DB 0%, #CF3A96 100%); !important;
}

.herobannerarea__single__slider:nth-child(4) {
	/* background-image: url(../img/compbanner.webp);
	padding: 300px 0 106px !important; */
}
.herobannerarea__single__slider:nth-child(5) {
	background-image: url(../img/olympiad-course.webp);
}
.herobannerarea__single__slider:nth-child(6) {
	background-image: url(../img/slider-1.webp);
}
.herobannerarea__single__slider:nth-child(7) {
	background-image: url(../img/NEP2020.webp);
}


.school_banner {
	background-image: url(../img/empower_the_future.webp) !important;
}
ul.nep-2020-list li {
	display: block;
	font-weight: 600;
}
.nep2020_gradient {
	background: linear-gradient(#dd9f00, #c82f8e);
	-webkit-background-clip: text;
}
.empower_gradient {
	background: linear-gradient(#c82f8e, #5a44a3);
	-webkit-background-clip: text;
}
.black_registration_open_Banner h3.highlight_banner_txt {
	display: inline-block;
	margin: 0;
	background: var(--secondaryColor2);
	padding: 2px 10px;
	border-radius: 50px;
	color: #000;
}
.black_registration_open_Banner h2.course_name_banner {
	color: #000 !important;
	font-size: 60px !important;
	line-height: 80px !important;
	margin: 0;
}
span.grade_info {
	color: #000 !important;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
}
p.book_camp {
	color: #000 !important;
	font-weight: 600;
	margin-top: 10px;
}
.pinkcard,
.summerCampPink_btn .btn-white {
	background: var(--secondaryColor);
	color: #fff;
}
.summerCampPink_btn .btn-outline-white,
.summerCampPurple_btn .btn-outline-white {
	border: 1px solid #000;
	color: #000;
}
.purplecard,
.summerCampPurple_btn .btn-white {
	background: var(--primaryColor);
	color: #fff;
}
.hero_section {
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.desktop__menu__wrapper {
	box-shadow: 0 4px 10px #0000001a !important;
	padding: 0 50px;
	position: relative;
	z-index: 999;
}
.instructor_card {
	position: relative;
	border-radius: var(--borderRadius4);
}
.instructor_card::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000000bd, #c93b3b00);
}
.instructor_info {
	position: absolute;
	z-index: 9;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.instructor_info h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}
.instructor_info p {
	font-size: 16px;
	color: var(--secondaryColor2);
	line-height: 15px;
	font-style: italic;
}
.enroll_form_content .dashboard__selector select {
	padding: 13px;
	border: 1px solid #f2f2f2;
	box-shadow: var(--boxshadow1);
	background-color: #f2f2f2;
	appearance: inherit !important;
}
.enroll_form_content .create__course__bottom__button a {
	background: var(--secondaryColor);
	color: var(--whiteColor);
	display: inline-block;
	text-align: center;
	padding: 10.6px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid var(--secondaryColor);
}
.enroll_form_content .create__course__bottom__button {
	margin-top: 0;
}
h4.enroll-course-form-title {
	font-size: 18px;
	margin-bottom: 18px;
}
.enroll_form {
	padding: 40px;
	background: #fff;
	box-shadow: 0 6px 25px #0000001f;
	border-radius: 23px;
	margin-top: -70px;
	position: relative;
	z-index: 99;
}
a.avatarProfile {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
a.avatarProfile img {
	width: 100%;
	object-fit: cover;
}
.summercamp_hero {
	background: var(--primaryColor) url(../img/summercamp-slider.jpg) no-repeat !important;
	background-position: center;
	background-size: cover !important;
	text-align: center;
	padding: 120px 0;
	background-repeat: no-repeat !important;
}
h2.sumcamp_title {
	font-size: 65px;
	color: var(--whiteColor);
}
h3.subcamp_title {
	font-size: 45px;
	font-weight: 600;
	margin: 0;
	color: var(--whiteColor);
}
span.summercamp_highlight {
	background: var(--secondaryColor);
	padding: 0 10px;
	border-radius: 50px;
}
.summercamp_hero p {
	color: #fff;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	font-family: poppins;
	margin-bottom: 0;
}
.summercamp_hero p span {
	color: var(--secondaryColor2);
	font-weight: 800;
}
.summercamp_priceRegister {
	background: var(--primaryColor) url(../img/registration_pic.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 55px 0 10px;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	margin: 50px auto;
}
.summercamp_priceRegister::before,
.webinar_info::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000);
}
.registerDate span {
	font-size: 16px;
	font-weight: 400;
}
.registerDate span span.bold_text {
	font-size: 22px;
	font-weight: 600;
}
.registerDate {
	font-size: 30px;
	font-weight: 800;
	color: #000;
	display: inline-block;
	line-height: 35px;
	background: var(--secondaryColor2);
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 65px;
	position: relative;
}
.registerDate::after {
	position: absolute;
	content: "";
	background: url(../img/msg_wings.png) center/cover no-repeat;
	bottom: -35%;
	left: 40px;
	width: 70px;
	height: 56px;
}
.registration_caption {
	position: relative;
	z-index: 9;
	padding: 50px;
}
.registration_caption p {
	text-align: center;
	color: #fff;
}
.registration_caption h3 {
	color: var(--secondaryColor2);
	font-size: 50px;
	text-align: center;
}
.registration_caption h2 {
	color: #fff;
	text-align: center;
}
p.summerDisc {
	font-weight: 400;
	font-size: 30px;
}
h2.summerTech {
	font-size: 70px;
	font-weight: 400;
}
.free-brochure-text,
.grow-skill .col-10 span,
.selected-box span,
.text-bold,
span.bold,
span.font-medium {
	font-weight: 600;
}
.summercamp_features {
	background: #f0f0f0;
	padding: 40px 45px;
	border-radius: 25px;
	margin-bottom: 50px;
	border: 1px solid #d9d9d9;
}
ul.sumcamp_features_list li {
	display: flex;
	align-items: start;
	font-size: 18px;
	margin-bottom: 10px;
}
ul.sumcamp_features_list li img.list-icon {
	margin-right: 10px;
	margin-top: 5px;
}
h2.vacation_summary_title {
	font-size: 30px;
	text-align: left;
	font-weight: 400;
}
h2.vacation_summary_title span {
	font-weight: 600;
	color: var(--secondaryColor);
}
ul.vacation_summary_list {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 2rem;
}
ul.vacation_summary_list li {
	list-style: disc !important;
	margin-bottom: 1rem;
	display: list-item;
	text-align: -webkit-match-parent;
	unicode-bidi: isolate;
}
.webinar_info {
	position: relative;
	border-radius: 18px;
}
.webinar_info .webinar-caption {
	margin: 40px 20px;
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.webinar-caption p.webinar_name {
	text-align: left;
	color: #f9f9f9;
	font-size: 20px;
	margin-bottom: 0;
}
p.webinar_title {
	margin: 0;
	text-align: left;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
}
span.category {
	font-size: 12px;
	font-weight: 700;
	background: var(--primaryColor);
	color: #fff;
	padding: 4px;
	border-radius: 2px;
}
h3.section_inner_title {
	font-size: 30px;
	font-weight: 600;
}
.review_captions h4,
.review_content p,
p.darkColor {
	font-size: 18px;
	color: #000;
}
p.darkColor {
	text-align: left;
}
.review_content p {
	font-weight: 500;
	margin-bottom: 0;
}
img.review_user {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
}
.review_captions {
	margin-left: 18px;
	margin-top: 20px;
}
.modal_alert,
.modal_summerRegistration {
	margin: auto !important;
	max-height: 750px;
	overflow: auto;
	top: 50%;
	transform: translateY(-50%) !important;
}
.review_captions h4 {
	font-weight: 600;
	margin-bottom: 5px;
}
.featured_review {
	border-radius: 25px;
	border: 1px solid #000;
	padding: 40px;
}
.modal_alert,
.modal_summerRegistration,
.summercamp_modal {
	border-radius: 10px;
	position: relative;
}
ul.review_ratings {
	color: #979797;
}
.modal_alert {
	max-width: 500px !important;
}
.modal_summerRegistration {
	max-width: 700px !important;
}
.modal-content-inner img,
.teacher-banner-section img {
	width: 50%;
	margin: auto;
}
.modal-banner {
	height: 160px;
	background: url(../img/summercamp_modal_thumb.jpg) center no-repeat;
	background-size: cover !important;
}
.summerCampModal button.btn-close {
	right: 15px;
	top: 15px;
}
.relative_vector h2::after,
.relative_vector_pink h2::after,
.relative_vector_yellow h2::after,
.summer_camp_title h1::before {
	width: 95px;
	height: 65px;
	z-index: -1;
	top: -16px;
}
.summercamp_modal {
	text-align: center;
	background: #fff;
	margin-top: -10px;
	padding: 25px;
}
input.Subscribe_btn {
	margin-top: 15px;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 600;
}
h2.modal_camp_title {
	font-size: 32px;
	line-height: 35px;
	color: #363636;
	margin-bottom: 5px;
}
h4.modal_camp_subtitle {
	font-size: 18px;
	font-weight: 300;
	color: #1b1b1b9c;
}
p.modal_camp_desc {
	color: #1b1b1b9c;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.email_box {
	background: #f9f9f9;
	padding: 8px 15px;
	text-align: left;
	color: #979797;
	border: 1px solid #d8d8d8 !important;
	margin-bottom: 2px;
}
.btn-primary:hover {
	color: var(--whiteColor) !important;
	background-color: var(--secondaryColor) !important;
	border-color: var(--secondaryColor) !important;
}
.modal_summerRegistration .modal-banner {
	height: 207px;
	background: url(../img/registration_popup.jpg) no-repeat;
	background-size: cover !important;
}
img.registration_camp_brand {
	width: 100px;
}
.summercamp_registr_modal {
	background: #fff;
	margin-top: -10px;
	position: relative;
	border-radius: 10px;
	padding: 40px;
}
.purple-hover:hover {
	border: 1px solid var(--primaryColor) !important;
	color: var(--primaryColor) !important;
}
.summercamp_registr_modal p {
	line-height: 24px;
}
.registration_camp_reg_form label {
	color: #979797;
	font-size: 16px;
	line-height: 21px;
}
.registration_camp_reg_form span {
	font-size: 12px;
	color: #979797;
}
.registration_camp_reg_form .row {
	margin-bottom: 28px;
	margin-top: 25px;
}
.registration_camp_reg_form .row:last-child {
	margin-bottom: 0;
	margin-top: 0;
}
.summerCamp_reg_btn {
	width: 75%;
	margin: auto;
	padding: 8px;
	font-weight: 600;
}
.bg_pink_vector,
.bg_yellow_vector,
.course_box_inner_container,
.course_details_hero_banner .container,
.one_vector_sticky,
.school_student_info,
.two_vector_sticky {
	position: relative;
	z-index: 9;
}
.school_student_img::after,
.school_students::after {
	z-index: 1;
	position: absolute;
	height: 100%;
	content: "";
}
.school_student_img {
	position: relative;
	height: 337px;
	z-index: 99;
}
.school-info {
	text-align: center;
	display: flex;
	align-items: center;
	margin-right: 6px;
}
.dashboardarea__right_school__img {
	width: 120px;
	height: 120px;
	margin: 6px 10px 6px auto;
	background: #fff;
	border-radius: 50%;
}
.dashboardarea__right_school__img img {
	width: 120px;
	border-radius: 100%;
	border: 2px solid var(--darkdeep7);
	padding: 4px;
	height: 120px;
	object-fit: contain;
}
.school_student_img::after {
	background: url(../img/honeyBee_wall.png) center/cover no-repeat;
	width: 100%;
	left: -25px;
}
.school_student_img img {
	width: 60%;
	z-index: 9;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.school_students {
	margin-top: 50px;
	background: #f5dc4282;
	position: relative;
}
.school_students::after {
	background: url(../img/vector_shape.png) center/cover no-repeat;
	width: 300px;
	right: 0;
	top: 0;
}
.countdown_timing_list li {
	color: #000;
	width: 55px;
	height: 55px;
	border-radius: 15px;
	background-color: var(--secondaryColor2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 3px;
}
.siteStatus h4,
.siteStatus p,
h3#headline {
	color: #fff;
	margin: 0;
}
.countdown_timing_list li p {
	font-size: 20px;
	display: block;
	line-height: 10px;
	text-align: center;
	width: 100%;
	color: #000;
	margin: 0;
	font-weight: 600;
}
.countdown_timing_list li div {
	margin-top: 7px;
}
.registraionOpen_summer_timing {
	background: linear-gradient(
		90deg,
		var(--secondaryColor),
		var(--primaryColor),
		var(--secondaryColor3),
		var(--secondaryColor2)
	);
	border-radius: 25px;
	padding: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mr-5 {
	margin-right: 50px !important;
}
.siteStatus {
	margin: 15px 0;
}
.border_both {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media (max-width: 767px) {
	.breadcrumb__content__wraper .breadcrumb__title h2 {
		font-size: 30px;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__1 {
		bottom: 0;
		left: 0;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__2 {
		top: 0;
		left: 0;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__3 {
		top: 0;
		right: 30px;
	}
	.shape__icon__2 .shape__icon__img.shape__icon__img__4 {
		top: 212px;
		right: 30px;
	}
	.featurearea {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.featurearea__main__title h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.featurearea__countdown .count {
		height: 50px;
		width: 50px;
	}
	.featurearea__countdown .count p,
	.featurearea__countdown .count span {
		font-size: 15px;
	}
	.featurearea__size__img ul li a img {
		max-width: 36px;
	}
	.featurearea__quantity__button {
		margin-right: 10px;
		padding: 3px 15px;
	}
	.featurearea__bottom__button a {
		padding: 12px 60px;
	}
	.faqarea__heading {
		transform: none;
	}
	.faqarea__heading h3 {
		font-size: 150px;
	}
	.faqarea__wrapper .accordion-item .accordion-header button {
		font-size: 18px;
		padding: 14px 10px 15px;
	}
	.cartarea,
	.checkoutarea,
	.create__course {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cartarea__table__content table thead tr th {
		padding: 13px 4px 9px;
		font-size: 10px;
	}
	.cartarea__table__content table tbody tr td {
		font-size: 10px;
		padding: 15px 0;
	}
	.cartarea__plus__minus,
	.cartarea__plus__minus__box {
		width: 90px;
	}
	.cartarea__shiping__update__wrapper {
		padding: 22px 0 36px;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}
	.cartarea__clear a,
	.cartarea__shiping__update a {
		padding: 18px 20px;
	}
	.cartarea__tax,
	.dashboard__inner,
	.school_student_img {
		margin-bottom: 30px;
	}
	.cartarea__shiping__update {
		margin-bottom: 10px;
	}
	.become__instructor__form,
	.checkoutarea__item td,
	.checkoutarea__payment__wraper,
	.dashboard__content__wraper,
	.shoptab {
		padding: 10px;
	}
	.shoptab__select select {
		max-width: 170px;
	}
	.dashboardarea__inner {
		padding: 20px;
		text-align: center;
		justify-content: center;
	}
	.dashboardarea__left {
		justify-content: center;
	}
	.dashboard__single__counter {
		padding: 20px;
	}
	.dashboard__table table thead tr th {
		padding: 10px 5px;
		min-width: 150px;
		font-size: 14px;
	}
	.dashboard__table table tbody tr td,
	.dashboard__table table tbody tr th {
		padding: 10px 5px;
		font-size: 13px;
	}
	.dashboard__table table tbody tr th p,
	.dashboard__table table tbody tr th p a,
	.dashboard__table table tbody tr th span {
		font-size: 13px;
	}
	.dashboard__table table tbody tr td span,
	.dashboard__table table tbody tr td span.dashboard__td,
	.dashboard__table table tbody tr td span.dashboard__td__2 {
		font-size: 13px;
	}
	.dashboard__button__wrap li button {
		padding: 10px 20px;
		font-size: 14px;
	}
	.create__course__wraper {
		margin-top: 20px;
	}
	.create__course__title h4 {
		font-size: 24px;
	}
	.dashboard__admin__report {
		padding: 10px 0;
	}
	.dashboard__linechart,
	.dashboard__piechart,
	.dashboard__recent__course__content {
		width: 100%;
	}
	.dashboard__popular__instructor__content,
	.dashboard__popular__instructor__img {
		max-width: 100%;
	}
	.dashboard__recent__course__heading h3 {
		margin-top: 10px;
		font-size: 14px;
	}
	.dashboard__recent__course__img {
		width: 100%;
		padding-right: 0;
	}
	.dashboard__meessage__input {
		padding-right: 0;
	}
	.dashboard__meessage__input button {
		right: 0;
	}
	.footerarea__newsletter {
		margin-left: 0;
		margin-top: 30px;
	}
	.footerarea__newsletter__button .subscribe__btn {
		padding: 0 13px;
		font-size: 12px;
	}
	.footerarea__wrapper {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.footerarea__wrapper .footerarea__padding__left,
	.footerarea__wrapper .footerarea__right__wraper {
		padding-left: 0;
	}
	.footerarea__wrapper .footerarea__inner {
		margin-top: 20px;
	}
	.footerarea__copyright__wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footerarea__copyright__wrapper
		.footerarea__copyright__content.footerarea__copyright__content__2,
	.instructor_card {
		margin-bottom: 20px;
	}
	.footerarea__copyright__wrapper .footerarea__copyright__list {
		text-align: center;
		margin-top: 20px;
	}
	.footerarea__text h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.footerarea__icon__2 {
		text-align: left;
	}
	.school_student_img::after {
		left: 0;
		border-radius: 30px;
	}
	.school_student_img img {
		width: 90%;
	}
	.school_student_info p {
		margin-bottom: 10px !important;
	}
	.school_students {
		margin-top: 50px;
		padding: 50px 20px;
	}
	.border_both {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
		padding: 20px 0;
	}
	.black_registration_open_Banner h2.course_name_banner {
		font-size: 48px !important;
		line-height: 70px !important;
	}
	.herobannerarea__single__slider {
		background-position: left;
	}
	.footerarea__newsletter__wraper {
		padding: 25px 15px;
		border-radius: var(--borderRadius2);
		background: var(--secondaryColor) url(../img/Pattern.png);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 60%;
	}
	h2.modal_camp_title {
		font-size: 28px;
		line-height: 30px;
	}
	h4.modal_camp_subtitle {
		font-size: 16px;
	}
	h2.sumcamp_title {
		font-size: 35px;
	}
	h3.subcamp_title {
		font-size: 22px;
	}
	.summercamp_hero p {
		margin-top: 22px;
		font-size: 16px;
	}
	.registration_camp_reg_form .row {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.text-end {
		text-align: center !important;
	}
	.registraionOpen_summer_timing .register_btn,
	.summercamp_registr_modal p {
		text-align: center;
	}
	.email_box {
		padding: 10px;
		text-align: left;
	}
	.registration_camp_form .email_box {
		padding: 10px;
		text-align: center;
	}
	.testimonial_study_info {
		margin-bottom: 15px;
	}
	.registration_caption h3 {
		font-size: 32px;
	}
	.registration_caption {
		z-index: 9;
		padding: 20px;
	}
	h2.summerTech {
		font-size: 35px;
		font-weight: 400;
	}
	p.summerDisc {
		font-weight: 400;
		font-size: 16px;
	}
	.registerDate {
		font-size: 25px;
		line-height: 30px;
		padding: 15px;
		border-radius: 15px;
		margin-top: -15px;
		margin-bottom: 45px;
		margin-left: 45px;
	}
	ul.sumcamp_features_list li {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.summercamp_features {
		background: #f0f0f0;
		padding: 20px 45px;
	}
	.section_inner_title {
		font-size: 22px !important;
	}
	.instructor_info span {
		color: #fff;
	}
	.tabCourses button {
		padding: 5px 7px;
		font-size: 14px;
		margin: 0 5px;
		border-radius: 4px;
	}
	.tab.cousePlanTabs {
		width: 70%;
	}
	.course_descr {
		padding: 25px 0;
	}
	.order2 {
		order: 2;
	}
	.school_students::after {
		position: absolute;
		content: "";
		background: url(../img/vector_shape.png) center/contain no-repeat;
		width: 215px;
		height: 100%;
		right: 0;
		top: 0;
	}
	.registraionOpen_summer_timing {
		display: block;
		padding: 25px;
	}
	.countdown_timing_list li {
		width: 55px;
		height: 55px;
	}
	ul.countdown_timing_list {
		text-align: center;
		margin: 15px 0;
	}
	.countdown_timing_list li p {
		font-size: 18px;
	}
	.countdown_timing_list li div span {
		font-size: 10px;
	}
}
.counter__number,
span.sale_price {
	font-weight: 700;
}
.black_pink_Banner .btn-outline-white,
.black_purple_Banner .btn-outline-white,
.black_yellow_Banner .btn-outline-white {
	border: 1px solid #000 !important;
	color: #000 !important;
}
.black_purple_Banner h2 span {
	color: var(--primaryColor) !important;
}
span.terms_c {
	font-size: 10px;
}
.counter__number,
.siteStatus h4 {
	font-size: 40px;
	line-height: 35px;
}
h3#headline {
	font-size: 24px;
	font-weight: 500;
}
.siteStatus p {
	font-size: 18px;
}
.site_Counter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gradient_full_bg h2,
.text-white {
	color: #fff !important;
}
h4.grade_title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
span.mrp_cut {
	font-size: 24px;
	color: #fff;
	margin-right: 10px;
	text-decoration: line-through;
}
span.sale_price {
	font-size: 30px;
	color: #fff;
}
ul.star_list li img {
	width: 18px;
	margin-right: 10px;
}
ul.star_list li {
	font-size: 12px;
	color: #fff;
}
.modal_summerEnroll {
	max-width: 565px !important;
	margin: auto !important;
	max-height: 750px;
	overflow: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%) !important;
	border-radius: 10px;
}



.summerCampEnrollModal .modal-content {
	background: 0 0 !important;
	border: 0 !important;
}
.enroll_modal_img {
	margin-bottom: -100px;
	position: relative;
	z-index: 99;
	text-align: center;
}
.summerCampEnrollModal .row {
	margin-bottom: 0;
	margin-top: 8px;
}
.summerCampEnrollModal .dashboard__selector select,
.summerCampEnrollModal .email_box {
	padding: 8px 10px;
}
.enroll_modal {
	background: linear-gradient(#7260ab, #46357b);
	margin-top: 0;
	position: relative;
	border-radius: 10px;
	padding: 20px;
}
.enroll_modal p {
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 0;
}
.enroll_modal label {
	color: #fff;
	font-weight: 300;
}
.enrollModal_container {
	background: linear-gradient(
		var(--secondaryColor2),
		var(--secondaryColor3),
		var(--secondaryColor),
		var(--primaryColor)
	);
	padding: 10px;
	border-radius: 15px;
}
.checkbox-input {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.school_student_info p {
	color: #000;
	margin-bottom: 40px;
}
.school_student_info h2 {
	color: #000;
	font-size: 30px;
	font-weight: 500;
}
.gradient_full_bg {
	background: linear-gradient(45deg, #f5dc42, #5ccbf1, #cc60a3, #7260ab);
}
ul.sets_up_list li {
	margin: 5px 0;
	padding: 5px 10px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.notice-board-card,
.notice-item {
	align-items: center;
	display: flex;
}
ul.sets_up_list li span.dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	margin-right: 10px;
	display: inline-block;
}
ul.sets_up_list li:nth-child(2),
ul.sets_up_list li:nth-child(6) {
	background-color: var(--primaryColor);
	color: #fff;
}
ul.sets_up_list li:nth-child(2) span,
ul.sets_up_list li:nth-child(3) span,
ul.sets_up_list li:nth-child(6) span,
ul.sets_up_list li:nth-child(8) span {
	background-color: #fff;
}
ul.sets_up_list li:nth-child(3),
ul.sets_up_list li:nth-child(8) {
	background-color: var(--secondaryColor);
	color: #fff;
}
ul.sets_up_list li:nth-child(7) span,
ul.sets_up_list li:nth-child(9) span {
	background-color: #000;
}
.summercamp_hero_banner {
	text-align: center;
	position: relative;
	padding: 50px 0;
}
.summercamp_hero_banner::before {
	content: "";
	position: absolute;
	width: 20%;
	background: url(../img/left_summerCampBanner.png) left bottom/contain
		no-repeat;
	bottom: 0;
	left: 0;
	height: 100%;
}
.summercamp_hero_banner::after {
	content: "";
	position: absolute;
	width: 20%;
	background: url(../img/right_summerCamp_banner.png) right bottom/contain
		no-repeat;
	bottom: 0;
	right: 0;
	height: 100%;
}
.summer_camp_title h2 {
	font-size: 40px;
	font-weight: 800;
	color: #000;
}
.summer_camp_title h1 {
	font-size: 50px;
	font-weight: 800;
	color: #000;
	display: inline;
	position: relative;
	z-index: 9;
}
.summer_camp_title h1::before {
	position: absolute;
	content: "";
	background: url(../img/purple-Vector.svg) center/cover no-repeat;
	left: -16px;
}
img.right_bird {
	position: absolute;
	bottom: 45px;
	width: 90px;
}
h4.summer_caption {
	color: #000;
	margin-top: 10px;
	font-size: 30px;
}
span.font-normal {
	font-weight: 400;
}
.summer_camp_banner_caption p {
	font-size: 24px;
	margin: 45px 0;
	color: #000;
}
.enroll_now_btn {
	padding-bottom: 35px;
}
ul.summercamp_keywords li {
	margin: 0 30px;
	padding: 2px 0;
}
ul.summercamp_keywords li:first-child {
	background-color: #cc60a3;
	padding: 0 18px;
	border-radius: 40px;
}
ul.summercamp_keywords li:nth-child(2) {
	background-color: #f5dd4285;
	padding: 0 18px;
	border-radius: 40px;
}
ul.summercamp_keywords li:nth-child(3) {
	background-color: #5cccf180;
	padding: 0 18px;
	border-radius: 40px;
}
ul.summercamp_keywords li:nth-child(4) {
	background-color: #7260ab7e;
	padding: 0 18px;
	border-radius: 40px;
}
.gradient_bg_bottom {
	background: linear-gradient(transparent, #fff);
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0;
	z-index: 999;
}
.relative_vector h2,
.relative_vector_pink h2,
.relative_vector_yellow h2 {
	position: relative;
	z-index: 9;
	display: inline;
}
.relative_vector h2::after {
	position: absolute;
	content: "";
	background: url(../img/skyblue-vector.svg) center/cover no-repeat;
	right: -16px;
}
.hands_on_item {
	text-align: center;
	padding: 30px;
}
.hands_on_item h4 {
	margin-top: 45px;
	margin-bottom: 6px;
}
p.three-line-p {
	font-size: 24px;
	color: #000;
}
h2.black-and {
	margin: 0 10px;
}
.section__title__heading_flex .pink-title-desc h2.pink-title {
	font-size: 50px;
	color: var(--secondaryColor);
	margin: 0;
}
.section__title__heading_flex h2.black-and {
	font-size: 50px;
	margin: 0 15px;
}
.section__title__heading_flex .purple-title-desc h2.purple-title {
	font-size: 50px;
	color: var(--primaryColor);
	margin: 0;
}
.section__title__heading_flex .pink-title-desc p,
.section__title__heading_flex .purple-title-desc p {
	margin: 0;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}
.summer_course_price span.mrp_cut {
	color: #979797;
	font-weight: 500;
}
.summercamp-courses-item img {
	width: 100%;
	border-radius: 15px;
}
p.class-grade {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.course-tags span {
	font-size: 14px;
	padding: 3px 9px;
	border-radius: 30px;
}
.course-tags .mid-tags {
	margin: 0 15px;
}
.course-tags span:first-child {
	background-color: #cc60a37e;
}
.course-tags span:nth-child(2) {
	background-color: #f5dc427e;
}
.course-tags span:nth-child(3) {
	background-color: #5ccbf17e;
}
.summer-course-desc p {
	color: #000;
	margin: 0;
	font-size: 14px;
}
.summer-course-desc {
	margin: 20px 0 40px;
}
.course-item-caption {
	padding: 25px;
}
.summercamp-courses-item {
	background: #fff;
	border-radius: 25px;
	padding: 10px;
	margin: 12px 0;
	box-shadow: 0 4px 50px #00000025;
}
.pink-board,
.summercamp-courses-item:first-child {
	border: 10px solid #cc60a37e;
}
.purple-board,
.summercamp-courses-item:nth-child(2) {
	border: 10px solid #7260ab7e;
}
.summercamp-courses-item:nth-child(2) .btn-outline-pink {
	color: var(--primaryColor) !important;
	border: 1px solid var(--primaryColor) !important;
}
.summercamp-courses-item:nth-child(2) .btn-outline-pink:hover,
.summercamp-courses-item:nth-child(2) .btn-pink {
	color: #fff !important;
	border: 1px solid var(--primaryColor) !important;
	background-color: var(--primaryColor) !important;
}
.summercamp-courses-item:nth-child(2) .btn-pink:hover {
	color: var(--primaryColor) !important;
	border: 1px solid var(--primaryColor) !important;
	background-color: #fff !important;
}
.summer_notice_wall {
	background: url(../img/bg-colorfull-wall.jpg) right/cover no-repeat;
	padding: 40px 7px;
	border-radius: 15px;
}
.faqs_container_wrap .container,
.gradient-notice-board {
	background: linear-gradient(
		90deg,
		var(--secondaryColor2),
		var(--secondaryColor3),
		var(--secondaryColor),
		var(--primaryColor)
	);
}
.notice-board-card p {
	font-size: 14px;
	margin: 0;
	color: #242426;
}
.notice-board-card h4,
.notice_courses_price span.sale_price {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}
.notice-board-card {
	padding: 20px 18px;
	border-radius: 10px;
	height: 90%;
	box-shadow: 0 4px 25px #00000025;
}
.notice_courses_price span.mrp_cut {
	color: #aaa;
	font-size: 14px;
}
.yellow-board {
	border: 10px solid #f5dc427e;
}
.skyblue-board {
	border: 10px solid #5ccbf17e;
}
.gradient-notice-board {
	padding: 15px;
	border-radius: 15px;
}
.summer_notice_wall h4.prereq-title {
	font-size: 30px;
	margin-bottom: 5px;
}
.summer_notice_wall p.prereq-desc {
	font-size: 14px;
	margin-bottom: 40px;
	color: #000;
	font-weight: 600;
}
.notice-item {
	padding: 20px 10px;
	border-radius: 15px;
	height: 100%;
}
.notice-item p {
	margin: 0 0 0 10px;
	font-size: 14px;
	line-height: 18px;
}
.yellowcard {
	background: var(--secondaryColor2);
	color: #fff;
}
.skybluecard {
	background: var(--secondaryColor3);
	color: #000;
}
img.notice-board-icon {
	width: 42px;
}
.relative_vector_pink h2::after {
	position: absolute;
	content: "";
	background: url(../img/pink-Vector.svg) center/cover no-repeat;
	right: -16px;
}
.relative_vector_yellow h2::after {
	position: absolute;
	content: "";
	background: url(../img/Yellow_Vector.svg) center/cover no-repeat;
	right: -16px;
}
.question {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 20px 80px 20px 20px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.question::after {
	content: "\002B";
	font-size: 1.5rem;
	position: absolute;
	right: 20px;
	transition: 0.2s;
}
.question.active::after {
	transform: rotate(45deg);
}
.answercont {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.answer {
	padding: 0 20px 20px;
	line-height: 1.5rem;
}
ol.courses_Setu li {
	margin-bottom: 10px;
	display: table;
	list-style: decimal;
}
.answer,
.answer p {
	color: #5c5c5c;
}
.faqs_container_wrap .container {
	padding: 1px;
	border-radius: 15px;
	margin-bottom: 7px;
}
.faqs_item {
	background-color: #fff;
	border-radius: 15px;
}
.course_details_hero_banner {
	position: relative;
	background: linear-gradient(#cc60a3, #7260ab);
	border-bottom-left-radius: 265.5px;
	border-bottom-right-radius: 265.5px;
	text-align: center;
	padding: 50px;
}
.course_details_hero_banner .summer_camp_title h2 {
	color: #fff;
	font-size: 60px;
}
.course_details_hero_banner .summer_camp_title h5 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}
.course-details-img img.features_img {
	width: 70%;
	border-radius: 15px;
	border: 7px solid #fff;
}
.features_play_icon img {
	background: var(--secondaryColor);
	padding: 10px;
	border-radius: 50%;
}
.course_details_keywords {
	margin: 50px 30px;
}
.course_details_keywords ul.summercamp_keywords li:nth-child(2) {
	background-color: #5bc587;
}
.course_details_keywords ul.summercamp_keywords li:nth-child(3) {
	background-color: #d0e54c;
}
.course_details_hero_banner::after {
	content: "";
	position: absolute;
	top: -12%;
	left: 0;
	background: url(../img/course_details_banner_vector.png) center/contain
		no-repeat;
	height: 100%;
	width: 100%;
}
.course_details_points .section__title p {
	font-size: 24px;
	color: #000;
	margin-top: 20px;
}
.course_details_points .hands_on_item h4 {
	margin-top: 10px;
	margin-bottom: 6px;
}
.pink-to-purple {
	background: url(../img/pink-purple-Intersect.svg) center/contain no-repeat;
	padding: 25px 40px;
}
.skyblue-to-yellow {
	background: url(../img/skyblue-yellow-Intersect.svg) center/contain no-repeat;
	padding: 25px 40px;
}
.yellow-to-pink {
	background: url(../img/yellow-to-pink-Intersect.svg) center/contain no-repeat;
	padding: 25px 40px;
}
.dont_wait.text-black {
	padding-left: 140px;
}
.pink-to-purple p.subtitle,
.yellow-to-pink p.subtitle {
	color: #fff;
	font-size: 24px;
	margin: 0;
	font-weight: 500;
}
.pink-to-purple h2.title,
.yellow-to-pink h2.title {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}
.skyblue-to-yellow p.subtitle {
	color: #000;
	font-size: 24px;
	margin: 0;
	font-weight: 500;
}
.skyblue-to-yellow h2.title {
	color: #000;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}
.key_concept_card {
	position: relative;
	margin-bottom: 25px;
	background: linear-gradient(90deg, #f5dc42, #5ccbf1, #cc60a3, #7260ab);
	border-radius: 50px;
	padding: 10px;
	z-index: 2;
}
.concept_gradient_container {
	display: flex;
	align-items: center;
	padding: 10px;
}
.concept_card_shape_img {
	width: 235px;
	border-radius: 50px;
	height: 231px;
	overflow: hidden;
}
img.concept_card_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.concept_card_caption {
	width: calc(100% - 235px);
	padding-left: 15px;
}
.concept_card_caption h4.concept-title {
	color: #fff;
	font-size: 18px;
}
.concept_card_item::after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	content: "";
	top: 5px;
	left: 7px;
	background: #000;
	z-index: 0;
}
.pink_right_arrow::after,
.purple_right_arrow::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
	height: 7%;
	right: 0;
}
.concept_card_caption p.concept-desc {
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
}
.card_count_no {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: -20px;
	right: 48px;
	z-index: 9;
	font-size: 30px;
	font-weight: 600;
}
.course_concept_detailts
	.row
	.col-custom-new:first-child
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(13)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(5)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(9)
	.concept_card_item
	.card_count_no {
	border: 3px solid var(--secondaryColor);
}
.course_concept_detailts
	.row
	.col-custom-new:nth-child(10)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(14)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(2)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(6)
	.concept_card_item
	.card_count_no {
	border: 3px solid var(--secondaryColor3);
}
.course_concept_detailts
	.row
	.col-custom-new:nth-child(11)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(15)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(3)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(7)
	.concept_card_item
	.card_count_no {
	border: 3px solid var(--primaryColor);
}
.course_concept_detailts
	.row
	.col-custom-new:nth-child(12)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(16)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(4)
	.concept_card_item
	.card_count_no,
.course_concept_detailts
	.row
	.col-custom-new:nth-child(8)
	.concept_card_item
	.card_count_no {
	border: 3px solid var(--secondaryColor2);
}
.why-coding-item img {
	margin-bottom: 20px;
	width: 60%;
}
.why-coding-desc {
	color: #000;
	font-size: 24px;
	text-align: center;
	line-height: 32px;
}
.pink_right_arrow::after {
	background: url(../img/pink_arrow.svg) 0 0 / contain no-repeat;
}
.purple_right_arrow::after {
	background: url(../img/purple_arrow.svg) 0 0 / contain no-repeat;
}
.one_vector_sticky::after,
.two_vector_sticky::after,
.two_vector_sticky::before {
	top: -110px;
	width: 133px;
	height: 133px;
	position: absolute;
	content: "";
}
.gradient_box {
	background: linear-gradient(
		90deg,
		var(--secondaryColor2),
		var(--secondaryColor3),
		var(--secondaryColor),
		var(--primaryColor)
	);
	border-radius: 50px;
	padding: 5px;
}
.gradient_container {
	background-color: #fff;
	border-radius: 50px;
	padding: 30px 0;
}
.projects_features_in_list {
	background: linear-gradient(var(--secondaryColor3), var(--primaryColor));
	padding: 20px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	position: relative;
	z-index: 9;
}
.projects_features_in_list ul li {
	display: flex;
	border-radius: 50px;
	background: var(--secondaryColor2);
	color: #000;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 24px;
	font-weight: 600;
    align-items: center !important;
}
.projects_features_in_list ul li span.circle_count {
	font-size: 26px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 68px;
	height: 68px;
	background: var(--secondaryColor);
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
}
.two_vector_sticky::before {
	background: url(../img/marshmallow-orange.svg) center/contain no-repeat;
	left: -20px;
	z-index: 1;
}
.two_vector_sticky::after {
	background: url(../img/marshmallow-blue.svg) center/contain no-repeat;
	right: 0;
	z-index: 1;
}
.one_vector_sticky::after {
	background: url(../img/Pencil-duet.svg) center/contain no-repeat;
	right: 0;
}
.mb-10 {
	margin-bottom: 170px;
}
.course_details_projects::after {
	position: absolute;
	height: 28px;
	width: 100%;
	background: var(--secondaryColor);
	content: "";
	bottom: -28px;
	left: 0;
}
.capstone_sections .capstone_project {
	background: var(--secondaryColor2) url(../img/capstone-project-bg.png)
		no-repeat;
	border-radius: 95px;
	border: 5px solid var(--primaryColor);
	padding: 100px 40px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.capstone-title {
	margin-bottom: 182px;
}
.capstone-title h2 {
	background: url(../img/capstone-vector.svg) center/contain no-repeat;
	height: 152px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	margin: auto;
}
.capstone-title p {
	font-size: 24px;
	color: #000;
	max-width: 600px;
	margin: auto;
}
.captone-type-info {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.captone-type-info .capstone-icon {
	width: 221px;
	height: 221px;
	border-radius: 50%;
	padding: 5px;
	position: absolute;
	left: -10px;
}
.course_primary::after,
.course_secondary::after {
	position: absolute;
	content: "";
	width: 121px;
	height: 111px;
	right: -20px;
	bottom: -20px;
}
.pink-to-yellow {
	background: linear-gradient(var(--secondaryColor), var(--secondaryColor2));
}
.blue-to-yellow {
	background: linear-gradient(var(--secondaryColor3), var(--secondaryColor2));
	right: -10px;
	left: auto !important;
}
.white-circle {
	border-radius: 50%;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.capstone-info {
	height: 92px;
	background: var(--secondaryColor);
	width: 100%;
	border-radius: 100px;
	box-shadow: 0 7px #000000c2;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 60px;
}
.capstone-info h3 {
	margin: 0;
	font-size: 25px;
	color: #fff;
}
.skyblue-strip {
	background: var(--secondaryColor3);
	justify-content: start;
	padding-left: 60px;
}
.product-details span,
span.within_title {
	color: #000;
	font-weight: 600;
}
.section__title p {
	font-size: 24px;
	color: #000;
	margin-top: 20px;
}
.course_card {
	box-shadow: 0 4px 50px #00000025;
	border-radius: 25px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.course_card .course_info h4,
.course_compare_box h3 {
	font-size: 24px;
	font-weight: 600;
}
.course_info p {
	margin: 0;
	font-size: 14px;
}
.course_primary::after {
	background: url(../img/course_vector.svg) center/contain no-repeat;
}
.course_secondary::after {
	background: url(../img/course_vector_purple.svg) center/contain no-repeat;
}
a.course_enroll_now_btn {
	padding: 15px 30px;
	margin-top: 15px;
}
.course_secondary a.course_enroll_now_btn {
	padding: 15px 30px;
	margin-top: 15px;
	background: var(--secondaryColor) !important;
	border: 1px solid var(--secondaryColor);
}
.course_secondary a.course_enroll_now_btn:hover {
	background: #fff !important;
	color: var(--secondaryColor) !important;
	border: 1px solid var(--secondaryColor);
}
@media (max-width: 768px) {
	.flex-row,
	.section__title__heading_flex {
		display: block;
	}
	.question {
		font-size: 1rem;
		padding: 15px 50px 15px 15px;
	}
	.pink_right_arrow::after,
	.purple_right_arrow::after {
		top: auto;
		right: auto;
		bottom: -20%;
		transform: translateX(-50%) rotate(90deg);
		width: 15%;
		height: 7%;
	}
	.course_details_hero_banner {
		padding: 20px;
		border-bottom-left-radius: 140.5px;
		border-bottom-right-radius: 140.5px;
	}
	.course_details_hero_banner .summer_camp_title h2 {
		font-size: 40px;
	}
	.course_details_hero_banner .summer_camp_title h5 {
		font-size: 26px;
	}
	.course_details_keywords {
		margin: 50px 10px;
	}
	ul.summercamp_keywords li {
		margin: 7px 20px;
	}
	.course-details-img img.features_img {
		width: 100%;
		border-radius: 15px;
		border: 7px solid #fff;
	}
	.course_details_points .section__title p,
	.projects_features_in_list ul li {
		font-size: 20px;

	}
	img.course_det_services_thumbnail {
		width: 65%;
	}
	.hands_on_item {
		padding: 20px;
	}
	.dont_wait,
	.dont_wait.text-black {
		padding-left: 0;
	}
	.captone-type-info .capstone-icon img,
	.start-journey-dontwait img {
		width: 75%;
	}
	.pink-to-purple,
	.skyblue-to-yellow,
	.yellow-to-pink {
		padding: 5px 40px 60px;
		background-size: cover;
	}
	.concept_card_caption p.concept-desc {
		margin: 0;
		font-size: 18px;
		line-height: 22px;
	}
	.textcolor_black h4.concept-title {
		font-size: 16px;
	}
	.concept_card_caption {
		right: 30px;
	}
	.pink_right_arrow::after {
		background: url(../img/pink_arrow.svg) 0 0 / contain no-repeat;
	}
	.why-coding-item {
		position: relative;
		margin-bottom: 75px;
	}
	.purple_right_arrow::after {
		position: absolute;
		content: "";
		background: url(../img/purple_arrow.svg) 0 0 / contain no-repeat;
	}
	.projects_features_in_list {
		border-radius: 50px;
		margin-bottom: 120px;
	}
	.projects_features_in_list ul li span.circle_count {
		font-size: 26px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 55px;
		height: 55px;
	}
	.capstone-title {
		margin-bottom: 108px;
	}
	.capstone_sections .capstone_project {
		background-position: top right;
	}
	.captone-type-info .capstone-icon {
		width: 130px;
		height: 130px;
	}
	.capstone-info {
		height: 70px;
		padding-right: 40px;
	}
	.capstone-info h3 {
		font-size: 24px;
	}
	.captone-type-info {
		margin-bottom: 70px;
	}
	.footer-item-info p,
	.pb-mob-0 {
		margin-bottom: 0;
	}
	.pb-mob-0 {
		padding-bottom: 0;
	}
	ul.sets_up_list li {
		margin: 7px 0;
		padding: 7px 10px;
	}
	.get-in-touch {
		display: block;
		padding: 15px 25px;
	}
	.footer-contact-info {
		display: block;
		padding: 30px 20px 10px;
	}
	.footer-item-info h4 {
		font-size: 18px;
	}
	.gradient_get_info_footer {
		margin: -10px auto 80px;
	}
	.footerarea__heading {
		margin-top: 25px;
	}
	.btn-outline-white,
	.btn-pink,
	.btn-purple,
	.btn-white {
		padding: 8px 20px;
		font-size: 14px;
		border-radius: 6px;
	}
	.summercamp_modal {
		padding: 15px;
	}
	.modal_alert {
		max-width: 390px !important;
	}
	a.whatsapp-chat {
		width: 50px;
		height: 50px;
		display: block;
		position: fixed;
		bottom: 125px;
		right: 18px;
		z-index: 99999;
	}
	.tution .content__cirriculum__wrap {
		max-height: 100vh;
		overflow-y: scroll;
	}
}
.bg_pink_vector::after,
.bg_yellow_vector::after {
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 1;
	content: "";
	right: 0;
}
@media (max-width: 990px) {
	.footer-contact-info {
		display: block;
		padding: 30px 20px 10px;
	}
}
.no-thanks {
	font-size: 13px;
}
.sticky-top {
	z-index: 9;
}
div#courseDetails .blog__details__button {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.dont_wait .title::before,
.tution span.question::after {
	content: none;
}
.tution .content__cirriculum__wrap {
	max-height: 100vh;
	overflow-y: scroll;
}
i.icofont-ui-lock {
	font-size: 20px;
	color: #dc3545 !important;
}
i.icofont-tick-boxed {
	font-size: 20px;
	color: #28a745 !important;
}
a.whatsapp-chat {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	bottom: 125px;
	right: 18px;
	z-index: 99999;
}
.Comparison_modal {
	text-align: center;
	background: #fff;
	margin-top: 20px;
	position: relative;
	border-radius: 10px;
	padding: 25px;
}
.course_compare_title h4 {
	font-size: 24px;
	font-weight: 600;
	margin-left: 15px;
	margin-bottom: 0;
}
.course_compare_box p {
	font-size: 14px;
	line-height: normal;
}
.course_compare_box {
	padding: 15px 25px;
	border-radius: 15px;
	box-shadow: 0 4px 10px #0000004d;
	text-align: left;
	height: 100%;
}
.border-pink {
	border: 10px solid var(--secondaryColor);
}
.border-purple {
	border: 10px solid var(--primaryColor);
}
.course-keys-compare-list {
	font-size: 16px;
	font-weight: 600;
	padding-left: 1rem;
}
.meeting-link,
.para-1,
.para-2 {
	font-size: 18px;
}
ol.course-keys-compare-list li {
	list-style-type: decimal;
	display: list-item;
	font-weight: 600;
	font-size: 14px;
}
h2.comparison_title {
	font-size: 40px;
}
.bg_yellow_vector::after {
	background: url(../img/electricode-vector.png) no-repeat;
	height: 100%;
}
.bg_pink_vector::after {
	background: url(../img/bits-andbolt-vector.png) no-repeat;
	height: 100%;
}
img.header_dashboard_icon {
	background: var(--secondaryColor);
	padding: 4px;
	border-radius: 5px;
}
.profile {
	position: relative;
	display: inline-block;
	text-align: center;
}
.profile-pic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.dropbtn {
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #fff;
	min-width: 180px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 999;
	text-align: left;
	border-radius: 8px;
}
.heading-4,
.heading-5,
.heading-6,
.para-1,
.para-5,
.part-3,
.text-2,
.text_with_strike {
	text-align: center;
}
.dropdown-content a {
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.dropdown-content a:hover {
	background-color: #f1f1f1;
}
.section-1 {
	background-color: #7260ab;
}
.para-1 {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.news-banner-section p,
.text-1 {
	color: #f5dc42;
}
.part-1 {
	padding: 18px;
}
.heading-1 {
	color: #000;
	line-height: normal;
}
.para-2 {
	color: #000;
	font-weight: 600;
	line-height: 28px;
}
.link-1 {
	margin: 60px 0;
}
.meeting-link {
	background-color: #cc60a3;
	padding: 15px 35px;
	border-radius: 10px;
	font-weight: 600;
	color: #fff;
	margin: 10% 0;
}
.part-2 {
	padding: 5% 0;
}
.Share_tomottow_picture {
	border: 1px solid #fff;
	border-radius: 30px;
	width: 100%;
}
.section-3 {
	padding: 2rem;
	border-radius: 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #fff;
}
.associated_containers {
	border-radius: 30px !important;
}
.text_with_strike {
	position: relative;
	margin: 20px 0;
}
.text_with_strike::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.text_with_strike span {
	position: relative;
	z-index: 9;
	background-color: #fff;
	padding: 0 13px;
}
.partner_images {
	width: 10rem;
	height: 10rem;
	margin: 0 20px;
}
.counts_pic {
	width: 64px;
}
.para-3 {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
.heading-4,
.para-4 {
	color: #fff;
	font-size: 18px;
}
.heading-6,
.para-4,
.para-5,
.text-2 {
	font-weight: 600;
}
.section-4 {
	margin: 10rem 0;
}
.picture-1 {
	width: 100%;
	height: auto;
}
.partner-picture {
	width: 50%;
	height: auto;
}
.Section-5 {
	margin: 30px;
	padding: 5% 5% 0;
	background: linear-gradient(180deg, #cc60a3 0, #5a44a3 100%);
	border-radius: 30px;
}
.part-3 {
	margin-bottom: 5%;
}
.picture-2 {
	border-radius: 50%;
	border: 4px solid #fff;
	width: 100%;
}
.heading-4 {
	margin: 10% 0;
}
.box-1 {
	margin: 2% 0 0;
	padding: 5% 5% 0;
	border: 5px solid #6246a3;
	border-radius: 30px;
	border-image-source: linear-gradient(
			0deg,
			#5d47a5 18%,
			#5ccbf1 50.5%,
			#f5dc42 100%
		)
		1;
}
.section-6 {
	margin: 70px 30px;
	padding: 5rem 5rem 0;
	background: linear-gradient(180deg, #f5dc42 0, #fff 100%);
	border-radius: 30px;
}
.heading-5 {
	color: #000;
}
.back_color {
	color: #fff;
	background: linear-gradient(270deg, #7260ab 0, #cc60a3 100%);
	width: 290px;
	height: 60px;
	border-radius: 50px;
	padding: 1px 10px 2px 20px;
}
.para-5 {
	color: #000;
	font-size: 18px;
	margin: 2%;
}
.card_first {
	position: relative;
	width: 100%;
	height: auto;
}
.cirle_count,
.cirle_count_2 {
	top: -33.5px;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	left: 50%;
	border-style: dotted;
	border-color: #fff;
	z-index: 9;
	position: absolute;
	transform: translateX(-50%);
}
.cirle_count {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6852b0;
}
.card-section,
.cirle_count_2 {
	display: flex;
	justify-content: center;
}
.cirle_count_2 {
	align-items: center;
	background-color: #c73b96;
}
.picture-4,
.picture-8 {
	width: 100%;
	height: auto;
}
.content-part,
.content-part-1 {
	border-radius: 30px;
	margin: 20px;
	padding: 15px 15px 50px;
}
.text-2 {
	font-size: 40px;
	color: #fff;
}
.content-part {
	background: linear-gradient(180deg, #5f46af 0, #cb3a94 100%);
}
.content-part-1 {
	background: linear-gradient(180deg, #5ccbf1 0, #5f46af 100%);
}
.content-part-2 {
	margin: 5%;
}
.picture-3 {
	padding: 5%;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 20px;
}
.card-section {
	align-items: center;
	border: 5px solid #fff;
	border-radius: 30px;
	padding: 2rem;
	margin: 3rem 0;
}
.heading-6 {
	font-size: 34px;
	line-height: 44px;
	color: #fff;
	margin: 0;
}
.para-6,
.text-3 {
	color: #fff;
	font-size: 18px;
}
.para-6 {
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}
.heading-8,
.text-4 {
	line-height: 25px;
	text-align: center;
}
.star {
	margin: 2px;
}
span.star img {
	width: 22px;
}
.text-3 {
	padding: 5px 2px;
}
.heading-7 {
	color: #000;
	text-align: center;
	margin: 5%;
	font-weight: 600;
}
.picture-4 {
	border-radius: 30px;
}
.picture-5 {
	border-radius: 40px 0;
	border: 10px solid #dd51a8;
}
.picture-6 {
	border-radius: 40px 0;
	border: 10px solid #f5dc42;
}
.picture-7 {
	border-radius: 40px 0;
	border: 10px solid #6d53bf;
}
.heading-8 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: -8px;
}
.text-4 {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	margin: 15px;
}
.student-section {
	margin: 0 11rem;
}
.heading-9,
.para-7 {
	color: #fff;
	margin: 5% 2%;
}
.secton-9 {
	background: linear-gradient(90deg, #4f407d 0, #7260ab 30%, #150549 100%);
	border-radius: 30px;
	padding: 1.5rem;
}
.heading-9 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
}
.para-7 {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
.meeting-link-2 {
	background-color: #f5dc42;
	padding: 15px 35px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 10% 0;
}
.link-2 {
	margin: 60px 20px;
}
.picture-8 {
	border: 5px solid #f5dc42;
	border-radius: 30px;
}
.upgrade_content {
	padding-top: 2rem;
}
@media (max-width: 767px) {
	.olympiad_banner h2 {
		font-size: 50px !important;
	}
	span.yellow_txt {
		color: #f5dc42;
		font-size: 30px;
		font-weight: 600;
	}
	.heading-9 {
		font-size: 26px;
		font-weight: 600;
		line-height: 34px;
		color: #fff;
		margin: 5% 2%;
	}
	.upgrade_image {
		padding-left: 0;
	}
	.card_first {
		margin: 30px 0;
	}
	.Section-5 {
		margin: 0;
		padding: 2%;
		border-radius: 10px;
	}
	.heading-4 {
		margin: 10px 0;
		color: #fff;
		font-size: 12px;
		text-align: center;
		font-weight: 500;
	}
	.heading-5 {
		color: #000;
		text-align: center;
		line-height: 2.5rem;
		font-size: 24px;
	}
	.card-section {
		border: 3px solid #fff;
		border-radius: 15px;
		padding: 0.5rem;
		margin: 2rem 0;
	}
	.cirle_count,
	.cirle_count_2 {
		position: absolute;
		top: -24.5px;
		width: 55px;
		height: 55px;
	}
	.heading-6 {
		font-size: 24px;
		line-height: 48px;
	}
	.para-6 {
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
	}
	.rating span.star img {
		width: 12px;
	}
	.para-1 {
		font-size: 14px;
	}
	.section-6 {
		margin: 70px 00px;
		padding: 1rem;
	}
	.content-part {
		background: linear-gradient(180deg, #5f46af 0, #cb3a94 100%);
		border-radius: 30px;
		margin: 10px;
		padding: 10px;
	}
	.link-1 {
		margin: 20px 0 10px;
	}
	.section-4 {
		margin: 5rem 0;
	}
	.concept_gradient_container {
		display: block;
	}
	.concept_card_shape_img {
		width: 100%;
		border-radius: 50px;
		height: 160px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.concept_card_caption {
		width: 100%;
		padding: 12px;
	}
	.col-custom-new {
		margin: 20px 0;
	}
}
@media (max-width: 320px) {
	.section-6 {
		margin: 20px 0 0;
		padding: 1rem;
	}
	.content-part {
		margin: 10px;
		padding: 10px;
	}
	.content-part-1 {
		margin: 10px;
	}
	.para-1 {
		font-size: 12px;
	}
	.card_first {
		margin: 30px 0;
	}
}
.video_screens {
	width: 100%;
	height: 100%;
}
.video_close_btn {
	right: 4px;
	position: absolute;
	top: 4px;
	background-color: #ffffff5c;
	z-index: 9;
}
.video_modal {
	border-radius: 15px !important;
	overflow: hidden;
}
.info,
.value {
	display: flex;
}
.about-us-gray-box {
	width: 450px;
	height: 470px;
	background-color: #f2f2f2;
	margin: auto;
	border-radius: 0.5rem;
}
.about-us-img-1 {
	position: absolute;
	top: -18px;
	right: -15px;
}
.about-us-img-2 {
	position: absolute;
	bottom: -25px;
	left: 10px;
}
.grow-skill .text-gray {
	color: #a29a9a;
	font-weight: 600;
}
.grow-skill img {
	width: 30px;
}
.grow-skill .col-10 {
	padding-top: 0.3rem;
}
.inner-box {
	background: linear-gradient(to right, #7260ab, #cc60a3);
	border-radius: 14px;
	padding: 3rem;
}
.selected-box {
	width: 100%;
	padding: 1rem;
	height: 200px;
	background-color: #fff;
	border-radius: 14px;
	margin-bottom: 2rem;
	color: #a29a9a;
}
.selected-box:hover {
	background-color: #f5dc42;
	color: #000;
	cursor: pointer;
}
.cbse-banner-section {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.cbse-banner-content {
	text-align: center;
	padding: 8rem 2rem;
}
@media (max-width: 600px) {
	.banner-content {
		position: absolute;
		top: 25%;
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
	}
	.visioncraft-heading {
		width: 100%;
	}
	.article-card .card-body,
	.article-section {
		padding: 0 1rem;
	}
	.article-section-content {
		margin: 2rem 0;
		padding: 0.5rem 1rem;
	}
	.article-card .card {
		min-height: 400px;
	}
	.article-card img {
		padding: 1rem;
	}
	.article-card-btn-section {
		position: absolute;
		top: 47%;
		left: 7%;
	}
	.article-card-btn-section .analysis-btn,
	.article-card-btn-section .marketing-btn {
		padding: 0.5rem 1rem;
	}
}
.timeline::before {
	content: "";
	background: #fff;
	z-index: -100;
}
.timeline::after {
	content: "";
	background: #fff;
}
.value {
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.timeline-second {
	margin: 20px auto;
	padding: 20px;
}
.card-section {
	position: relative;
	max-width: 100%;
}
.card-section:nth-child(odd) {
	padding: 30px 0 30px 30px;
}
.card-section:nth-child(2n) {
	padding: 30px 30px 30px 0;
}
.card-section:nth-child(odd)::before {
	left: 0;
	top: -4.5rem;
	bottom: -4.5px;
	border-width: 15px 0 15px 15px;
	border-radius: 50px 0 0 50px;
}
@media only screen and (max-width: 400px) {
	.card-section:nth-child(odd)::before {
		top: -5px;
		bottom: -5px;
	}
}
.card-section:nth-child(2n)::before {
	right: 0;
	top: -4.2rem;
	bottom: 0;
	border-width: 15px 15px 15px 0;
	border-radius: 0 50px 50px 0;
}
.info {
	flex-direction: column;
	background: #333;
	color: gray;
	border-radius: 10px;
	padding: 10px;
}
.title::before,
.value {
	display: flex;
	justify-content: center;
}
.title {
	color: #ff4500;
	position: relative;
}
.title::before {
	content: "1";
	position: absolute;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 999px;
	border: 3px solid #ff4500;
}
.card-section:nth-child(odd) > .info > .title::before {
	left: -65px;
	top: 25px;
}
.card-section:nth-child(2n) > .info > .title::before {
	right: -65px;
	top: 25px;
}
.bg-light-pink {
	background-color: #c78bb0;
}
.bg-light-purple {
	background-color: #9b91ba;
}
.bg-light-yellow {
	background-color: #bc9c7c;
}
.bg-light-skyblue {
	background-color: #8fc2d3;
}
.bg-light-green {
	background-color: #6aab71;
}
.bg-light-red {
	background-color: #a06b6b;
}
.bg-light-orange {
	background-color: #c69e76;
}
.multiple-brand-img {
	margin-bottom: -5rem;
}
.award-scholarships,
.student-registration {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.snack-timeline img,
.teacher-instructor-regulations img {
	width: 80%;
}
.text-left {
	text-align: left;
}
.relative-bee-award-students {
	position: relative;
	height: 100%;
	padding: 198px 20px;
	text-align: center;
}
.relative-bee-award-students img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.award-radius-container {
	background: linear-gradient(90deg, #fbcc34, #7ac943);
	border-radius: 25rem;
	position: relative;
}
.relative-bee-award-students::before {
	content: "";
	top: 0;
	left: -30px;
	background: url(../img/award-img-vector-left.png) center/cover no-repeat;
	position: absolute;
	width: 161px;
	height: 427px;
}
.relative-bee-award-students::after {
	content: "";
	top: 0;
	right: -30px;
	background: url(../img/award-img-vector-right.png) center/cover no-repeat;
	position: absolute;
	width: 177px;
	height: 407px;
}
.timeline::after,
.timeline::before {
	width: 20px;
	height: 20px;
	top: 40px;
	content: "";
}
@media (max-width: 767px) {
	.about-us-img-1,
	.about-us-img-2 {
		position: absolute;
		left: 0;
		width: 100%;
	}
	.about-us-title {
		margin-top: 3rem;
	}
	.inner-box {
		padding: 0.5rem;
	}
	.selected-box {
		width: 100%;
		height: 220px;
		overflow-y: auto;
	}
	.olympiad-banner {
		background-image: linear-gradient(#6540db, #cf3a96);
		border-bottom-right-radius: 10%;
		border-bottom-left-radius: 10%;
		padding: 2rem 1rem 4rem;
	}
	.multiple-brand-img {
		margin-top: -55px;
		margin-bottom: -65px;
	}
	.sub-card {
		height: auto;
		background-color: #fff;
	}
	section.student-important-details .col-lg-11 {
		padding: 0 !important;
	}
	.olympiad-img {
		width: 20px;
		margin: auto;
	}
	.Important-details-card .value {
		height: 65px;
		width: 65px;
		margin: 0.6rem auto auto;
		border: 7px solid transparent;
	}
	.active-cart,
	.deactive-cart {
		gap: 12px;
		padding: 0.5rem 1rem;
		border-radius: 2rem;
	}
	.Important-details-card .timeline {
		height: 90px;
		width: 90px;
	}
	.deactive-cart h4 {
		color: #000;
		font-weight: 600;
		font-size: 1rem;
	}
	.Important-details-card .value p {
		font-weight: 600;
		color: #000;
		font-size: 14px;
	}
	.Important-details-card .timeline .mid-box {
		width: 85px;
		height: 85px;
	}
	.active-cart {
		background-image: linear-gradient(to right, #f5dc42, #fff);
		align-items: center;
	}
	.deactive-cart {
		align-items: center;
	}
	.para-size {
		font-size: 1.3rem;
		color: #000;
	}
	.award-scholarships,
	.student-registration {
		-webkit-text-fill-color: transparent;
		font-size: 1.8rem;
	}
	.snack-timeline img {
		width: 100%;
	}
	.student-registration {
		background: -webkit-linear-gradient(0deg, #6e54c1, #5ccbf1);
		-webkit-background-clip: text;
	}
	.award-scholarships {
		background: -webkit-linear-gradient(0deg, #3972ff, #7ac943);
		-webkit-background-clip: text;
	}
	.common-outline-btn,
	.common-yellow-btn {
		padding: 0.8rem 1.8rem;
	}
	.ms-4 {
		margin-left: 1rem !important;
	}
	.awards-scholarship-section .sp_bottom_50 {
		padding-bottom: 0;
	}
	.awards-scholarship-section .sp_top_50 {
		padding-top: 0;
	}
	.award-radius-container {
		border-radius: 2rem;
		position: relative;
		margin-top: 0;
	}
	.relative-bee-award-students img {
		width: 100%;
		margin-bottom: 25px;
	}
	.award-radius-container .text-left {
		text-align: center;
		padding-bottom: 20px;
	}
	.award-radius-container .sp_bottom_20 {
		padding-bottom: 10px;
	}
	.award-radius-container h2 {
		margin-bottom: 0;
	}
	.award-prize-rank-chart {
		display: none;
	}
	.multiple-brand-img img {
		width: 90%;
	}
}
@media (max-width: 1024px) {
	.award-radius-container {
		border-radius: 2rem;
		position: relative;
		margin-top: 3rem;
	}
	.relative-bee-award-students img {
		width: 55%;
		margin-bottom: 25px;
	}
	.award-radius-container .text-left {
		text-align: center;
		padding-bottom: 20px;
	}
	.award-radius-container .sp_bottom_20 {
		padding-bottom: 10px;
	}
	.award-radius-container h2 {
		margin-bottom: 0;
	}
	.award-prize-rank-chart {
		display: none;
	}
	.footer-contact-info {
		padding: 40px 18px 25px;
		display: block;
	}
	.footer-item-info h4 {
		display: flex;
		align-items: start;
		font-size: 20px;
	}
	.olympiad-banner {
		padding: 4rem 1rem;
	}
	.multiple-brand-img img {
		width: 65%;
	}
	.multiple-brand-img {
		text-align: center;
		margin-top: -4rem;
		margin-bottom: -4rem;
	}
}
.cbse-banner-section,
.news-banner-section {
	position: relative;
	margin-bottom: 2rem;
}
.banner-content {
	position: absolute;
	top: 35%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.cbse-banner-section p {
	color: #f5dc42;
	width: 60%;
	margin: auto;
}
.article-section {
	padding: 0 5rem 0 7rem;
	margin-bottom: 1rem;
}
.article-section-content {
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px, rgba(0, 0, 0, 0.06) 0 1px 2px;
	margin: 3.5rem 0 0 -5rem;
	padding: 0.5rem 1rem 0.5rem 5rem;
	border-radius: 1rem;
}
.article-card {
	margin-bottom: 2rem;
	position: relative;
}
.card-bottom-link {
	position: absolute;
	bottom: 1.5rem;
}
.article-card h5 {
	line-height: 20px;
}
.article-card .card {
	background-color: #f9f9f9;
	border-radius: 2rem;
	border: none;
	min-height: 600px;
	position: relative;
}
.article-card-btn-section {
	position: absolute;
	top: 40.5%;
	left: 10%;
}
.article-card .card:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.article-card img {
	padding: 2rem;
	height: 340px;
	border-radius: 4rem;
}
.article-card .card-body {
	padding: 0 2rem;
}
.article-card .read-more {
	text-decoration: underline;
	color: #000;
}
.article-card .read-more:hover {
	color: #cc60a3 !important;
	cursor: pointer;
}
@media (max-width: 600px) {
	.banner-content {
		position: absolute;
		top: 25%;
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
	}
	.visioncraft-heading {
		width: 100%;
	}
	.article-card .card-body,
	.article-section {
		padding: 0 1rem;
	}
	.article-section-content {
		margin: 2rem 0;
		padding: 0.5rem 1rem;
	}
	.article-card .card {
		min-height: 650px;
	}
	.article-card img {
		padding: 1rem;
	}
	.article-card-btn-section {
		position: absolute;
		top: 40%;
		left: 7%;
	}
	.article-card-btn-section .analysis-btn,
	.article-card-btn-section .marketing-btn {
		padding: 0.5rem 1rem;
	}
}
@media (min-width: 601px) and (max-width: 900px) {
	.banner-content {
		top: 25%;
		left: 15%;
		right: 15%;
	}
	.article-section {
		padding: 0 3rem;
	}
	.article-section-content {
		margin: 2.5rem 0;
		padding: 0.5rem 1rem 0.5rem 3rem;
	}
	.article-card .card {
		min-height: 500px;
	}
	.article-card img {
		padding: 1.5rem;
	}
	.article-card .card-body {
		padding: 0 1.5rem;
	}
}
@media (min-width: 901px) and (max-width: 1200px) {
	.banner-content {
		top: 30%;
		left: 20%;
		right: 20%;
	}
	.article-section {
		padding: 0 4rem;
	}
	.article-section-content {
		margin: 3rem 0;
		padding: 0.5rem 1rem 0.5rem 4rem;
	}
	.article-card .card {
		min-height: 550px;
	}
	.article-card img {
		padding: 1.5rem;
	}
	.article-card .card-body {
		padding: 0 1.5rem;
	}
}
.common-blue-btn,
.common-pink-btn,
.common-purple-btn {
	padding: 0.8rem 2.5rem;
	border-radius: 2rem;
	color: #fff;
}
.blog-banner-section img {
	width: 100%;
	border-radius: 4rem;
}
.common-pink-btn {
	background-color: #cc60a3;
	text-decoration: none;
}
.common-purple-btn {
	background-color: #7260ab;
	text-decoration: none;
}
.common-blue-btn {
	background-color: #5ccbf1;
	text-decoration: none;
}
.common-white-btn,
.common-yellow-btn {
	border-radius: 2rem;
	color: #000;
	padding: 0.8rem 2.5rem;
	text-decoration: none;
}
.common-yellow-btn {
	background-color: #f5dc42;
}
.common-white-btn {
	background-color: #fff;
}
.common-outline-btn {
	border: 1.5px solid #fff;
	padding: 0.8rem 2.5rem;
	border-radius: 2rem;
	color: #fff;
	text-decoration: none;
}
.user-section {
	border-left: 1px solid #d3d3d3;
}
.courses-description {
	padding: 0 5rem;
}
.courses-description ol,
.product-details ul,
ul {
	padding: 0 1rem;
}
.quotation-section {
	background-color: #cc60a3;
	height: 200px;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.quotation-content {
	background-color: #f9f9f9;
}
@media (min-width: 320px) and (max-width: 600px) {
	.news-banner-section img {
		height: 30vh;
	}
	.cbse-banner-section img {
		height: 25vh;
	}
	.cbse-banner-section h1 {
		color: #fff;
	}
	.cbse-banner-section p {
		color: #f5dc42;
		width: 100%;
	}
	.quotation-section {
		width: 50%;
		margin: auto auto 1rem;
		border-radius: 1rem;
	}
	.quotation-section img {
		width: 50%;
	}
	.courses-description {
		padding: 0;
	}
	.latest-post {
		text-align: center;
	}
}
.teacher-banner-section {
	background-image: linear-gradient(to right, #d45aa6, #6f58b7);
	margin: 0 1rem;
	padding: 0;
	border-radius: 2rem;
}
.teacher-students-section {
	background-color: #ffeee8;
	margin-top: 1rem;
}
.teacher-students-section p,
.teacher-successfull-card p,
.teaching-setu100 p {
	font-size: 0.8rem;
}
.teaching-setu100 img {
	margin: auto;
}
.teacher-successfull-instructor {
	background-color: #f5f7fa;
	padding: 2rem;
}
.teacher-successfull-instructor h2 {
	width: 40%;
	margin: auto auto 2rem;
}
.teacher-successfull-card {
	background-color: #fff;
	padding: 3rem 1rem 1rem;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.teacher-successfull-card i {
	font-size: 1.5rem;
	padding: 1rem;
	border-radius: 0.2rem;
}
.teacher-help-desk {
	background-color: #f5dc42;
	padding-top: 2rem;
	border-radius: 2rem;
}
.teacher-help-desk i {
	font-size: 2rem;
	color: #cc60a3;
}
.teacher-help-desk .mail-icon {
	font-size: 1.5rem;
	background-color: #fff;
	border-radius: 50%;
	padding: 1rem;
}
.quotation-text {
	background-color: #dbcfff;
	padding: 1.5rem;
	border-radius: 1rem;
}
.quotation-text i {
	color: #cc60a3;
}
.career-details-address {
	background-color: #f5f7fa;
	padding: 3rem 5rem 3rem 6rem;
	margin-bottom: 2rem;
}
.product-details {
	padding: 0 15rem;
}
.gradient-text-color {
	background: linear-gradient(to left, #f5dc42, #5ccbf1, #cc60a3, #7260ab);
	-webkit-background-clip: text;
}
.error-404-section {
	padding: 8rem;
}
.error-404-content h1 {
	color: #e9eaf0;
	font-size: 4rem;
}
.olympiad-banner {
	background-image: linear-gradient(#6540db, #cf3a96);
	border-bottom-right-radius: 10%;
	border-bottom-left-radius: 10%;
	padding: 5rem;
}
.multiple-brand-img {
	text-align: center;
	margin-top: -8rem;
}
.multiple-brand-section {
	position: absolute;
	top: 27%;
	left: 30%;
}
.olympiad-title h1 {
	font-size: 3rem;
	color: #fff;
}
.olympiad-title h4 {
	font-weight: 500;
	color: #fff;
}
.highlight-text {
	vertical-align: middle;
	font-size: 2.5rem;
	font-weight: 600;
}
.olympiad-img {
	width: 100%;
	margin: auto;
}
.para-size {
	font-size: 1.5rem;
	color: #000;
}
.feature-card h5 {
	font-size: 1.2rem;
	font-weight: 600;
}
.feature-card img {
	width: 100px;
	height: 100px;
}
.sub-card {
	box-shadow: 0 10px 50px rgba(13, 38, 59, 0.15);
	padding: 1rem;
	border-radius: 1rem;
	height: 200px;
	background-color: #fff;
}
.Important-text {
	text-decoration: none;
	padding: 0 1rem;
	font-size: 2rem;
	font-weight: 600;
	background-image: linear-gradient(to right, #7260ab, #cc60a3);
	color: #fff;
	border-radius: 2rem;
}
.active-cart,
.deactive-cart {
	padding: 0.5rem 1rem;
	gap: 20px;
}
.timeline,
.timeline::before {
	background: linear-gradient(to right, #fff, #fff),
		linear-gradient(to bottom, #7260ab, #cc60a3);
}
.timeline {
	z-index: 100;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: relative;
	border: 3px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}
.timeline::before {
	position: absolute;
	left: -12px;
	border-radius: 999px;
	border: 3px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}
.timeline::after,
.value {
	background: linear-gradient(to right, #fff, #fff),
		linear-gradient(to bottom, #7260ab, #cc60a3);
}
.timeline::after {
	position: absolute;
	right: -12px;
	border-radius: 999px;
	border: 3px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}
.value {
	height: 75px;
	width: 75px;
	margin: 0.6rem auto auto;
	border: 10px solid transparent;
	border-radius: 50%;
	align-items: center;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}
.class-number,
.table-data-1 {
	justify-content: center;
	display: flex;
}
.value p {
	font-weight: 600;
	color: #000;
}
.small-price {
	font-size: 1.5rem;
	font-weight: 700;
}
.price-big {
	font-size: 2rem;
	font-weight: 700;
}
.award-scholarships,
.student-registration {
	font-size: 2.2rem;
	-webkit-text-fill-color: transparent;
}
.active-cart {
	background-image: linear-gradient(to right, #f5dc42, #fff);
	border-radius: 2rem;
}
.deactive-cart {
	border-radius: 2rem;
}
.deactive-cart h4 {
	color: #000;
	font-weight: 600;
	font-size: 1.3rem;
}
.para-size-1 {
	margin-top: 2rem;
}
.student-registration {
	background: -webkit-linear-gradient(#6e54c1, #5ccbf1);
	-webkit-background-clip: text;
}
.award-scholarships {
	background: -webkit-linear-gradient(#3972ff, #7ac943);
	-webkit-background-clip: text;
}
.bg-image {
	background: url("/img/olympiad/Vector\ 30.svg");
	height: 100%;
	width: 100%;
}
.table-header {
	background-color: #f5dc42;
	font-weight: 600;
	padding: 1rem;
	font-size: 0.9rem;
	border-radius: 2rem;
	border: 2px solid #fff;
	position: absolute;
	top: -1.8rem;
	left: 1.5rem;
	width: 100%;
	z-index: 100;
}
.table-header .col {
	padding: 0;
	margin: 0;
}
.table-side-section {
	background-image: linear-gradient(to bottom, #5ccbf1, #f5dc42);
	border-radius: 5rem;
	transform: translateX(15%);
}
.table-side-section-text-1 {
	color: #cc60a3;
	font-weight: 600;
}
.table-side-section-text-2 {
	color: #7260ab;
	font-weight: 600;
}
.class-number {
	width: 50px;
	height: 50px;
	align-items: center;
	background-color: #fff;
	font-weight: 500;
	border-radius: 50%;
	margin: auto;
}
.class-name {
	padding: 0.97rem 0;
}
.data-bg-row-1,
.data-bg-row-2 {
	padding: 0.5rem 0;
	margin-bottom: 0.1rem;
	border-top-right-radius: 5rem;
	border-bottom-right-radius: 5rem;
	color: #fff;
}
.data-bg-row-1 {
	background-image: linear-gradient(to right, #cc60a3, #ed7115);
}
.data-bg-row-2 {
	background-image: linear-gradient(to right, #7260ab, #8950fc);
}
.table-data-1 {
	align-items: center;
}
.table-data {
	font-size: 0.8rem;
	transform: translateX(25%);
}
.blog-details-section img {
	height: 500px;
	object-fit: fill;
	width: 100%;
}
.blog-details-section a {
	color: #0af;
}
.blog-4-detail-img-1 {
	height: 1300px !important;
}
@media (min-width: 320px) and (max-width: 800px) {
	.students-details-box {
		width: 170px;
		margin-top: 1rem;
	}
	.p-5 {
		padding: 1.5rem !important;
	}
	.career-details-address,
	.error-404-section {
		padding: 2rem;
	}
	.product-details {
		padding: 1rem;
	}
	.teacher-successfull-instructor h2 {
		width: 100%;
	}
	.blog-details-section img {
		height: 300px;
		object-fit: fill;
		width: 100%;
	}
}
.user-img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}
.modal-content {
	border-radius: 1rem;
}
.modal-outline-bg-color {
	background: linear-gradient(90deg, #cc60a3, #5ccbf1, #f5dc42);
	padding: 0.2rem;
	border-radius: 1rem;
}
.modal-left-side,
.modal-right-side {
	height: 390px;
	padding: 2rem;
	border-radius: 1rem 0 0 1rem;
}
.modal-left-side {
	background-color: #f5dc42;
	padding-top: 2rem;
	border-radius: 1rem 0 0 1rem;
}
.modal-left-side .img-1 {
	width: 15%;
	position: absolute;
	top: 6.2rem;
	left: 0;
}
.download-title {
	font-size: 1.8rem;
	line-height: 2.2rem;
	width: 80%;
}
.modal-right-side {
	background: linear-gradient(to bottom, #db50a6, #6d53bf);
	padding: 2rem 5rem 2rem 2rem;
	border-radius: 0 1rem 1rem 0;
}
.description-text {
	font-size: 0.8rem;
	margin: 0.7rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
	.modal-outline-bg-color {
		background: linear-gradient(90deg, #cc60a3, #5ccbf1, #cc60a3);
		padding: 0.2rem;
		border-radius: 1rem;
	}
	.modal-left-side {
		height: 100%;
		width: 95%;
		text-align: right;
		border-radius: 1rem;
		margin-left: 0.2rem;
	}
	.modal-right-side {
		width: 95%;
		margin-left: 1.2rem;
		border-radius: 1rem;
		padding: 1.5rem;
	}
	.modal-left-side .img-1 {
		width: 30%;
		position: absolute;
		top: 0.5rem;
		left: 2rem;
	}
	.modal-left-side .img-2 {
		width: 60%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.award-prize-rank-chart {
		display: none;
	}
	.modal-right-side {
		background: linear-gradient(to bottom, #db50a6, #6d53bf);
		padding: 2rem;
		border-radius: 0 1rem 1rem 0;
	}
	.download-title {
		font-size: 1.6rem;
		line-height: 2rem;
		width: 100%;
	}
	input.Subscribe_btn {
		margin-top: 5px;
	}
}
.photo-gallery-section .gallery-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0rem;
	justify-content: center;
	align-items: center;
}
.photo-gallery-section .card {
	color: #252a32;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
}
.photo-gallery-section .card-image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #fff;
}
.photo-gallery-section .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-title {
	width: 40%;
	margin: auto;
	background-color: #ffc1e8;
	padding: 15px;
	border-radius: 15px;
	font-size: 40px;
}
h3.relative-gallery-title {
	font-size: 40px;
	position: relative;
	display: inline-block;
}
h3.relative-gallery-title::after {
	position: absolute;
	content: "";
	background: url(../img/gallery/gallery-title-vector.svg) center/cover
		no-repeat;
	width: 121px;
	height: 111px;
	z-index: -1;
	bottom: -29px;
	right: -68px;
}
.photo-gallery-content {
	padding: 40px 0 30px;
}
.photo-gallery-content p {
	font-size: 22px;
	color: #000;
	line-height: 40px;
	text-align: center;
	width: 50%;
	margin: auto;
}
@media only screen and (max-width: 600px) {
	.photo-gallery-section .gallery-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0rem;
	}
	.gallery-title {
		width: 90%;
		padding: 10px;
		border-radius: 7px;
		font-size: 28px;
	}
	h3.relative-gallery-title {
		font-size: 24px;
	}
	.photo-gallery-content p {
		font-size: 16px;
		color: #000;
		line-height: 28px;
		text-align: center;
		width: 100%;
		margin: auto;
	}
	h3.relative-gallery-title::after {
		width: 75px;
		height: 70px;
		z-index: -1;
		bottom: 0;
		right: -8px;
	}
}
@media only screen and (max-width: 1024px) {
	h3.relative-gallery-title {
		font-size: 28px;
	}
	.photo-gallery-content p {
		font-size: 16px;
		color: #000;
		line-height: 28px;
		text-align: center;
		width: 100%;
		margin: auto;
	}
	h3.relative-gallery-title::after {
		width: 75px;
		height: 70px;
		z-index: -1;
		bottom: 0;
		right: -8px;
	}
	.photo-gallery-section .gallery-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 0rem;
	}
	.gallery-title {
		width: 90%;
		padding: 12px;
		border-radius: 8px;
		font-size: 32px;
	}
}
.modal_schedule_meeting .email_box {
	padding: 8px 10px;
	margin-bottom: 8px;
}
.modal_schedule_meeting.modal__wraper::-webkit-scrollbar {
	width: 5px;
}
.modal_schedule_meeting.modal__wraper::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 5px;
}
.modal_schedule_meeting.modal__wraper::-webkit-scrollbar-thumb {
	background: var(--skycolor);
	border-radius: 10px;
}
.modal_schedule_meeting.modal__wraper {
	max-width: 1000px;
	margin: 40px auto;
	max-height: 851px !important;
	overflow: hidden;
}
.banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	overflow: hidden;
	border-radius: 50px;
	margin-top: -100px;
}
.main-bg {
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/asset2/bgimage.webp") center center/cover no-repeat;
	z-index: -1;
}
.left-section {
	max-width: 50%;
	z-index: 2;
}
.left-section h1 {
	font-size: 1.5rem;
	line-height: 1.5;
}
.composite-skill {
	display: inline-block;
	padding: 5px 10px;
	font-size: xxx-large;
}
.skill {
	background: linear-gradient(45deg, #7600ff, #ff007a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	z-index: 10;
}
.left-section p {
	margin: 15px 0;
	font-size: 1rem;
	color: #555;
}
.actions {
	display: flex;
	align-items: center;
	gap: 20px;
}
.get-started {
	padding: 10px 20px;
	background: #dc3b9f;
	color: #fff;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 1rem;
}
.watch-video {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #000;
	font-weight: bolder;
	padding: 10px 20px;
	background: #444143;
	color: #fff;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 1rem;
}
.play-icon {
	font-size: 1.5rem;
	color: #dc3b9f;
	font-weight: bolder;
}
.right-section {
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-image: url("../img/asset2/Contest\ Banners\ \(32\)\ 1\ \(1\).png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.image-container {
	display: flex;
	justify-content: 1 space-between;
	width: 100%;
}
.image-container img {
	width: 38%;
	height: auto;
}
@media (max-width: 768px) {
	.banner {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.right-section {
		display: none;
	}
	.left-section {
		max-width: 100%;
	}
	.get-started {
		margin-bottom: 10px;
	}
}











/* css due to over riding */

.enroll_modal_img_unique img{
    width: 40%;
}


.uniqueSummerCampModal .modal-content {
	background: 0 0 !important;
	border: 0 !important;
}
.enroll_modal_img_unique {
	margin-bottom: -100px;
	position: relative;
	z-index: 99;
	text-align: center;
}
.uniqueSummerCampModal .row {
	margin-bottom: 0;
	margin-top: 8px;
}
.uniqueSummerCampModal .dashboard__selector select,
.uniqueSummerCampModal .email_box_unique {
	padding: 8px 10px;
}
.enroll_modal_unique {
	background: linear-gradient(#7260ab, #46357b);
	margin-top: 0;
	position: relative;
	border-radius: 10px;
	padding: 20px;
}
.enroll_modal_unique p {
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 0;
}
.enroll_modal_unique label {
	color: #fff;
	font-weight: 300;
}
.enrollModal_container_unique {
	background: linear-gradient(
		var(--secondaryColor2),
		var(--secondaryColor3),
		var(--secondaryColor),
		var(--primaryColor)
	);
	padding: 10px;
	border-radius: 15px;
}
.checkbox-input-unique {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
	margin-right: 10px;
}

/* css due to over riding  */











