*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
}

:root {
	--theme-primary: #1b458f;
	--theme-light: #61a7fa;
	--theme-dark: #060e1f;
	--theme-primary-fc: #fff;
	--theme-dark-fc: #cecece;
	--theme-accent: #f75f96;
	--light-text: #707070;
	--primary-icon-bg: #f3f3f3;
	--shadow-color: rgba(4, 20, 69, 0.1);
}

input,
button,
select,
textarea {
	border: 0;
	background-color: transparent;
}

a {
	text-decoration: none;
	transition: ease 0.25s color;
}

ul {
	list-style: none;
}

/*  */

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #060606;
}

.container {
	max-width: 1140px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.container-sm {
	max-width: 900px;
}

.body-content {
	min-height: calc(100vh - 118px - 65px);
}

.action-link {
	background-color: var(--theme-accent);
	display: inline-block;
	padding: 15px 25px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
}

.action-link.alt-color {
	background-color: var(--theme-primary);
}

.home-section {
	padding: 60px 0;
	position: relative;
}

.home-section-title {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 0.7em;
	margin-bottom: 0.3em;
	position: relative;
}

.home-section-title span {
	color: var(--theme-accent);
}

.home-section-title::before,
.home-section-title::after {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #707070;
	position: absolute;
	transform: translateX(-50%);
}

.home-section-title::before {
	left: 49%;
	bottom: 0.55em;
	transform: translateX(-50%);
}

.home-section-title::after {
	left: 51%;
	bottom: 0.3em;
}

.home-section-subtitle {
	color: #000;
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
}

/*  */

.header-main {
	position: sticky;
	top: 0;
	transition: ease 0.25s top;
	z-index: 5;
	width: 100%;
}

.top-header {
	background-color: var(--theme-accent);
	color: var(--theme-primary-fc);
	font-size: 12px;
}

.top-header-row {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
}

.top-header-nav-links {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.top-header-nav-links li {
	margin-right: 25px;
}

.top-header-social-links {
	display: flex;
	align-items: center;
}

.top-header-social-links li {
	margin-left: 25px;
}

.nav-header {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	font-size: 12px;
}

.nav-header-row {
	display: flex;
	align-items: center;
}

.header-brand {
	height: 58px;
	margin-right: 25px;
	line-height: 58px;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--theme-primary);
}

.header-brand img {
	width: auto;
	height: 100%;
	display: block;
}

.nav-link {
	font-weight: 600;
	text-transform: uppercase;
}

.nav-link-active .nav-link {
	color: var(--theme-accent);
}

.header-search {
	padding: 10px 15px;
	border-radius: 50px;
	border: 2px solid #eee;
	font-size: 16px;
}

.header-search-input {
	outline: none;
	width: 150px;
}

.search-btn {
	color: var(--theme-primary);
}

.header-action {
	padding: 8px 18px;
	border-radius: 4px;
	background-color: #7ed8f6;
	color: #fff;
	margin-left: 15px;
	color: var(--theme-primary);
	font-weight: 600;
	display: inline-block;
}

/*  */

.banner-slide {
	position: relative;
	height: 85vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.banner-slide-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: -2;
	position: absolute;
}

.banner-slide::before {
	content: "";
	background: linear-gradient(75deg, rgb(16 16 16 / 34%) 10%, rgb(230 2 100 / 0%));
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}

.banner-slide-content {
	position: relative;
}

.banner-slide-title {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	max-width: 600px;
	line-height: 1.2;
	margin-bottom: 0.7em;
}

.banner-slide-link {
	display: inline-block;
	padding: 15px 20px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 4px;
}

.page-banner-slider .swiper-pagination {
	position: absolute;
	bottom: 100px;
	right: 30px;
	left: auto;
	top: auto;
	width: auto;
}

.page-banner-slider .swiper-container .swiper-pagination-bullet {
	display: block;
	margin-bottom: 10px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
}

.page-banner-slider .swiper-container .swiper-pagination-bullet-active {
	background-color: var(--theme-accent);
}

/*  */

.banner-bottom-grid-container {
	margin-top: -60px;
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}

.banner-bottom-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}

.banner-grid-item {
	padding: 50px 35px;
	background-color: #dadada;
	color: #fff;
	border-radius: 8px;
}

.banner-grid-icon {
	font-size: 45px;
}

.banner-grid-title {
	font-size: 24px;
	font-weight: 600;
	margin-top: 1em;
}

.banner-grid-item.color-1 {
	background-color: #007bed;
}

.banner-grid-item.color-2 {
	background-color: #ffca5b;
}

.banner-grid-item.color-3 {
	background-color: #ff4f7f;
}

.banner-grid-item.color-4 {
	background-color: #00e79d;
}

/*  */
.home-about-grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	gap: 20px;
}

.about-grid-item {
	padding: 0 10px;
}

.about-grid-icon {
	width: 70px;
	height: 70px;
	margin: auto;
	margin-bottom: 30px;
	border-radius: 100px;
	background-color: var(--primary-icon-bg);
	color: var(--theme-primary);
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-grid-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0.7em;
}

.about-grid-text {
	color: var(--light-text);
	line-height: 1.6;
}

/*  */

.home-courses-section {
	background-color: #f8f9ff;
}

.home-courses-grid {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px; */
	margin-top: 30px;
}

.course-grid-item {
	border-radius: 7px;
	overflow: hidden;
	background-color: #fff;
	transition: ease 0.25s box-shadow;
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
}

.course-grid-item:hover {
	box-shadow: 0px 15px 30px rgba(29, 23, 77, 0.08);
}

.course-img {
	background-color: #00ae76;
	position: relative;
	height: 180px;
}

.course-img img {
	display: block;
	width: 100%;
	opacity: 0;
}

.course-img-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #fff;
}

.course-img-text-1 {
	font-weight: 600;
	font-size: 22px;
}

.course-img-text-2 {
	font-weight: 500;
	font-size: 36px;
}

.course-item-details {
	padding: 20px;
	border: 1px solid #eee;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	border-top: 0;
	flex: 1 1 auto;
}

.course-meta {
	margin-top: 0;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.meta-icon {
	color: var(--theme-accent);
}

.course-item-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.course-item-desc {
	/* color: var(--light-text); */
	line-height: 1.5;
	/* margin-bottom: 1em; */
	font-size: 12px;
	font-weight: 500;
}

.course-item-desc a {
	color: var(--theme-primary);
}

.course-item-extras {
	margin-top: auto;
	border-top: 1px solid #eee;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course-item-rating {
	display: flex;
	font-size: 13px;
	color: #ffca5b;
}

.course-item-rating li {
	margin-right: 4px;
}

.course-details-link {
	color: var(--theme-accent);
	font-weight: 600;
	font-size: 15px;
}

.course-item-tags {
	position: absolute;
	left: 30px;
	top: 15px;
	display: flex;
}

.course-tag {
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	margin-right: 5px;
	background-color: #ddd;
}

.course-tag-1 {
	background-color: #ffa22e;
}

.course-tag-2 {
	background-color: #00c298;
}

.course-tag-3 {
	background-color: #007bed;
}

.course-price-val {
	position: absolute;
	right: 35px;
	top: 140px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: var(--theme-accent);
	color: #fff;
	box-shadow: 0px 8px 20px rgba(247, 95, 150, 0.2);
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.course-price-val .full-price {
	font-size: 0.8em;
	font-weight: 500;
	text-decoration: line-through;
}

.course-price-val .full-price i {
	text-decoration: inherit;
}

.courses-action {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.home-courses-grid .course-nav-btn {
	color: var(--theme-accent);
	background-color: var(--theme-primary-fc);
	padding: 5px;
	width: 30px;
	height: 65px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.home-courses-grid .course-nav-btn::after {
	font-size: 26px;
}

.home-courses-grid .swiper-button-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.home-courses-grid .swiper-button-next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

/*  */

.home-services-section {
	background-size: cover;
	min-height: 90vh;
}

.home-services-grid {
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 50px;
	margin-bottom: auto;
}

.service-grid-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	display: flex;
	align-items: center;
	transition: ease 0.3s box-shadow;
}

.service-item-icon {
	flex: 0 0 65px;
	height: 65px;
	margin-right: 10px;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-primary);
	background-color: var(--primary-icon-bg);
	border-radius: 50px;
}

.service-item-icon i {
	display: block;
	transition: ease 0.25s transform;
	transform-origin: center;
}

.service-grid-item:hover  {
	box-shadow: 0 0 12px var(--shadow-color);
}

.service-grid-item:hover .service-item-icon i {
	transform: scale(1.3);
}

.service-item-title {
	font-size: 16px;
	font-weight: 600;
	/* margin-bottom: 0.5em; */
}

.service-item-text {
	color: var(--light-text);
	line-height: 1.5;
}

/*  */

.home-counter-grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.counter-grid-item {
	padding: 20px;
}

.counter-item-number {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.counter-item-text {
	text-transform: uppercase;
}

/*  */

.work-steps-row {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.works-col-1 {
	color: #f75f96;
}

.works-col-2 {
	color: #61a7fa;
}

.works-col-item {
	padding: 30px;
	position: relative;
}

.works-col-3 {
	color: #00b044;
}

.works-col-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: -250px;
	height: 2px;
	background-color: currentColor;
	z-index: 0;
}

.works-item-label {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 25px;
	border-radius: 50px;
	background-color: currentColor;
	display: inline-block;
	z-index: 1;
	position: relative;
}

.works-item-label span {
	color: var(--theme-primary-fc);
}

.works-item-label {
	border: 2px solid currentColor;
	transition: ease 0.25s background-color;
}

.works-item-label:hover {
	background-color: var(--theme-primary-fc);
}

.works-item-label span {
	transition: ease 0.25s color;
}

.works-item-label:hover span {
	color: currentColor;
}

/*  */

.home-tst-grid {
	margin-top: 50px;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.tst-grid-item {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 20px 62px var(--shadow-color);
	padding: 30px;
}

.tst-text {
	color: var(--light-text);
	display: block;
	width: 100%;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.tst-text::before {
	color: var(--theme-accent);
	font-size: 48px;
	line-height: 0.5;
	font-family: 'Times New Roman', Times, serif;
}

.tst-item-auth {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.tst-item-img {
	border-radius: 50px;
	flex: 0 0 60px;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
}

.tst-item-img img {
	display: block;
	width: 100%;
}

.tst-item-name {
	font-weight: 600;
	font-size: 20px;
}

.tst-item-sub {
	color: var(--light-text);
	font-size: 14px;
}

/*  */

.home-testimonial2-section {
	background-color: var(--theme-accent);
	color: #fff;
}

.testimonial-row {
	display: flex;
	max-width: 800px;
	margin: auto;
}

.testimonial-left .home-section-title {
	text-align: left;
}

.testimonial-left .home-section-title::after,
.testimonial-left .home-section-title::before {
	content: none;
}

.testimonial-left,
.testimonial-right {
	width: 50%;
}

.testimonial-slide {
	padding: 3px;
}

.testimonial-text {
	font-size: 20px;
	margin-bottom: 1.5em;
	line-height: 1.6;
}

.testimonial-auth {
	font-size: 22px;
	font-weight: 500;
}

.testimonial-auth::before {
	content: '- ';
}

/*  */

.home-instructor-grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.home-instructor-row {
	display: flex;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

.instr-grid-item {
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 10px 62px var(--shadow-color);
	text-align: center;
}

.home-instructor-row .instr-grid-item {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	width: calc(25% - 30px);
}

.instr-item-img {
	border-radius: inherit;
	overflow: hidden;
	position: relative;
	/* margin-bottom: 30px; */
}

.instr-item-img img {
	display: block;
	width: 100%;
}

.instr-social-links {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	transition: ease 0.25s transform;
	border-radius: inherit;
}

.instr-grid-item:hover .instr-social-links {
	transform: translateY(-100%);
}

.instr-social-link {
	margin: 5px;
	background-color: #fff;
	color: var(--theme-primary);
	border-radius: 50px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.3;
}

.instr-item-details {
	padding: 20px;
	padding-bottom: 15px;
}

.instr-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0.3em;
}

.instr-subtitle {
	font-size: 13px;
	color: var(--light-text);
}

.instr-info-link {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	padding: 7px 15px;
	background-color: var(--theme-primary);
	color: var(--theme-primary-fc);
	border-radius: 4px;
}

.tutor-modal {
	width: 750px;
}

.tutor-modal .swal2-close:hover {
	color: var(--theme-primary);
}

.tutor-info-row {
	display: flex;
}

.tutor-info-img {
	width: 30%;
	margin-right: 5%;
}

.tutor-info-img img {
	display: block;
	width: 100%;
}

.tutor-info-content {
	width: 65%;
	text-align: left;
}

.tutor-info-name {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 15px;
}

.tutor-info-desc p {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 14px;
}

/*  */

.home-contact-row {
	display: flex;
	align-items: center;
}

.home-contact-img {
	flex: 0 0 40%;
	padding: 0 50px;
}

.home-contact-img img {
	width: 100%;
}

.home-contact-title {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.home-contact-text {
	color: var(--light-text);
	line-height: 1.6;
}

.home-contact-link {
	margin-top: 30px;
}

/*  */

.subscribe-section {
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.subscribe-wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0 40px var(--shadow-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subscribe-text,
.subscribe-form {
	flex: 0 0 49%;
}

.subscribe-title {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.subscribe-subtitle {
	color: var(--light-text);
	letter-spacing: 1px;
}

.subscribe-form-group {
	display: flex;
}

.subscribe-form-input {
	padding: 16px 20px;
	border: 1px solid #eee;
	border-radius: 8px 0 0 8px;
	width: 100%;
	outline: none;
	transition: ease 0.25s;
	transition-property: border-color, box-shadow;
}

.subscribe-form-input:focus {
	box-shadow: 0 0 1px 3px rgba(145, 230, 196, 0.5);
	border-color: rgba(145, 230, 196, 0.5);
}

.subscribe-action {
	padding: 16px 30px;
	background-color: var(--theme-primary);
	color: var(--theme-primary-fc);
	font-weight: 600;
	border-radius: 0 8px 8px 0;
}

/*  */

.page-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--theme-dark);
	color: var(--theme-primary-fc);
}

.subscribe-section+.page-footer {
	padding-top: 200px;
	margin-top: -100px;
}

.footer-col-title {
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 0.7em;
	margin-bottom: 1em;
	border-bottom: 1px solid #0b1c35;
}

.footer-col-content {
	line-height: 1.8;
	font-size: 14px;
	color: var(--theme-dark-fc);
}

.footer-col-links li {
	margin-bottom: 0.4em;
}

.footer-nav-link {
	display: inline-block;
}

.footer-nav-link span {
	transition: ease 0.25s transform;
	display: inline-block;
}

.footer-nav-link:hover span {
	transform: translateX(5px);
}

.footer-nav-link::before {
	content: "\f101";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 7px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.footer-contact-link {
	margin-bottom: 10px;
	display: inline-block;
	margin-left: 4px;
}

.footer-social-links {
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.footer-social-links li {
	margin-right: 7px;
}

.footer-social-icon {
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.06);
	transition: ease 0.25s;
	border-radius: 50px;
	transition-property: background-color, color;
}

.footer-social-icon:hover {
	background-color: rgba(255, 255, 255, 0.25);
	/* color: var(--theme-accent); */
}

.footer-copy {
	background-color: #040a17;
	color: var(--theme-dark-fc);
	/* text-align: center; */
	padding: 15px 0;
}

.footer-copy-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copy-row .footer-social-links {
	margin-top: 0;
}

/*  */

@media (min-width: 521px) {
	.scroll-down .header-main {
		top: -40px;
	}

	.footer-cols {
		display: flex;
	}

	.footer-col {
		flex: 0 0 23%;
		padding-right: 30px;
	}

	.footer-col:last-child {
		flex: 1 1 auto;
		padding-right: 0;
	}

	.nav-toggle,
	.responsive-menu {
		display: none;
	}

	.nav-content {
		display: flex;
		align-items: center;
		height: 100%;
		margin-left: auto;
	}

	.header-nav-links {
		display: flex;
	}

	.header-nav-links li {
		margin-left: 25px;
	}

	.header-search {
		margin-left: 25px;
	}

	.counter-grid-item+.counter-grid-item {
		border-left: 1px solid #eee;
	}
}

@media (max-width: 520px) {
	body {
		font-size: 13px;
	}

	body.menu-open {
		height: 100vh;
		overflow: hidden;
	}

	.top-header {
		display: none;
	}

	.header-main {
		position: fixed;
	}

	.banner-bottom-grid,
	.home-about-grid,
	.home-tst-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.home-contact-row,
	.subscribe-wrapper {
		flex-wrap: wrap;
	}

	.header-brand {
		height: 40px;
		line-height: 40px;
	}

	.header-nav-links {
		margin-top: 20px;
	}

	.header-nav-links li {
		margin-bottom: 15px;
	}

	.nav-header-row {
		flex-wrap: wrap;
	}

	.nav-toggle {
		padding: 8px 15px;
		/* line-height: 1; */
		background-color: var(--theme-primary);
		color: var(--theme-primary-fc);
		border-radius: 4px;
		margin-left: 10px;
	}

	.header-action {
		margin-left: auto;
	}

	.nav-content {
		overflow: hidden;
		display: none;
		width: 100%;
		text-align: center;
	}

	.header-search {
		display: flex;
		width: 80%;
		margin: 0 auto 20px;
	}

	.header-search-input {
		width: 100%;
	}

	.body-content {
		margin-top: 60px;
		min-height: calc(100vh - 126px - 60px);
	}

	.home-section {
		padding: 30px 0;
	}

	.home-section-title {
		font-size: 20px;
	}

	.home-section-title::before {
		content: none;
	}

	.home-section-title::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.action-link {
		padding: 10px 20px;
	}

	.banner-slide {
		height: 80vh;
	}

	.banner-slide-title {
		font-size: 28px;
	}

	.banner-slide-link {
		padding: 10px 15px;
	}

	.banner-bottom-grid-container {
		padding-bottom: 30px;
	}

	.banner-grid-item {
		padding: 40px 30px;
	}

	.banner-grid-icon {
		font-size: 32px;
	}

	.banner-grid-title {
		font-size: 18px;
	}

	.about-grid-icon {
		margin-bottom: 15px;
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.about-grid-title {
		font-size: 16px;
	}

	.home-courses-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	/* .course-item-tags {
		left: 10px;
	} */
	.course-img {
		height: 160px;
	}

	.course-item-title {
		font-size: 18px;
	}

	.course-item-extras {
		padding-top: 10px;
	}

	.course-details-link {
		font-size: 13px;
	}

	.course-price-val {
		font-size: 15px;
		width: 60px;
		height: 60px;
		top: 120px;
	}

	.home-services-section {
		background-position: top;
		min-height: auto;
	}

	.home-services-grid {
		margin-top: 30px;
		margin-bottom: 30px;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	.service-grid-item {
		padding: 20px;
		flex-direction: column;
		text-align: center;
	}

	.service-item-title {
		font-size: 16px;
	}

	.service-item-icon {
		width: 50px;
		flex: 0 0 50px;
		height: 50px;
		font-size: 22px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.home-counter-grid {
		margin-top: 20px;
		grid-template-columns: 1fr 1fr;
	}

	.counter-item-number {
		font-size: 20px;
	}

	.counter-item-text {
		font-size: 12px;
	}

	.work-steps-row {
		flex-direction: column;
		margin-top: 20px;
	}

	.works-col-item {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.works-col-item:not(:last-child)::after {
		width: 2px;
		bottom: -30px;
		height: auto;
		right: auto;
	}

	.works-item-label {
		background-color: #fff;
		border: 2px solid currentColor;
		font-size: 18px;
	}

	.works-item-label span {
		color: #000;
	}

	.home-tst-grid {
		margin-top: 20px;
	}

	.testimonial-row {
		flex-direction: column;
	}

	.testimonial-left,
	.testimonial-right {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}

	.testimonial-left .home-section-title {
		font-size: 24px;
	}

	/* .testimonial-left .home-section-title br {
		display: none;
	} */

	.testimonial-text {
		font-size: 16px;
	}

	.testimonial-auth {
		font-size: 18px;
	}

	.tst-item-img {
		flex: 0 0 45px;
		height: 45px;
	}

	.tst-item-name {
		font-size: 14px;
	}

	.tst-item-sub {
		font-size: 12px;
	}

	.home-instructor-grid {
		margin-top: 20px;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.instr-grid-item {
		border-radius: 4px;
	}

	.home-instructor-row {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 15px;
	}

	.home-instructor-row .instr-grid-item {
		width: 55%;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 15px;
	}

	.instr-social-links {
		padding: 7px;
	}

	.instr-item-details {
		padding: 10px 0 5px;
	}

	.instr-title {
		font-size: 15px;
	}

	.instr-subtitle {
		font-size: 12px;
	}

	.home-contact-img {
		flex: 1 1 100%;
		margin-bottom: 20px;
	}

	.home-contact-title {
		font-size: 16px;
	}

	.subscribe-section {
		margin-top: 10px;
	}

	.subscribe-wrapper {
		padding: 20px;
	}

	.subscribe-text,
	.subscribe-form {
		flex: 1 1 100%;
	}

	.subscribe-text {
		margin-bottom: 20px;
	}

	.subscribe-title {
		font-size: 18px;
	}

	.subscribe-form-input,
	.subscribe-action {
		padding: 10px 15px;
	}

	.subscribe-section+.page-footer {
		margin-top: -70px;
		padding-top: 100px;
	}

	.home-contact-content {
		width: 100%;
		text-align: center;
	}

	.footer-col-title {
		margin-bottom: 0.5em;
	}

	.footer-col-content {
		margin-bottom: 20px;
		font-size: 13px;
	}

	.footer-col-links li {
		margin-bottom: 0;
	}

	.footer-contact-link {
		margin-bottom: 5px;
	}

	.footer-social-icon {
		width: 30px;
		height: 30px;
	}

	.footer-copy-row {
		flex-direction: column;
	}

	.footer-copy-row>*:not(:last-child) {
		margin-bottom: 10px;
	}

	.responsive-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 25px 20px;
		z-index: 50;
		transform: translateX(-100%);
		transition: ease-in-out 0.25s transform;
	}

	.menu-open .responsive-menu {
		transform: translateX(0);
	}

	.menu-dismiss-btn {
		position: absolute;
		top: 20px;
		right: 20px;
		background-color: transparent;
		color: #000;
		font-size: 64px;
		font-weight: 100;
		line-height: 0.5;
		padding: 0;
	}

	.menu-content {
		height: 100%;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
	}

	.menu-brand-img {
		height: 50px;
	}

	.menu-brand-img img {
		height: 100%;
		width: auto;
		display: block;
	}

	.resp-nav-links {
		display: block;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.resp-nav-links li {
		margin-bottom: 5px;
	}

	.menu-social-links {
		display: flex;
		color: var(--light-text);
		margin-top: auto;
		margin-bottom: 15px;
	}

	.menu-social-links li {
		margin-right: 10px;
	}

	.menu-copy-text {
		margin-top: 5px;
	}

	.tutor-info-row {
		flex-direction: column;
	}

	.tutor-info-img,
	.tutor-info-content {
		width: 100%;
	}

	.tutor-info-img {
		margin-right: 0;
		padding: 15px 45px;
	}
}