/*
 Theme Name: AYA
 Theme URI: https://ayabs.com/
 Author: AYA Business School
 Author URI: https: //ayabs.com/
 Description: Powered by AYA Business School
 Version: 1.0
 License: Free
 Text Domain: ayatheme
*/
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Bold.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Regular.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Light.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #141e2d;
	--bs-secondary: #d7b469;
	--bs-body-font-size: 15px;
	--bs-body-color: #222222;
	--bs-body-color-rgb: 34, 34, 34;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-dark: #505050;
	--bs-dark-rgb: 80, 80, 80;
	--bs-primary-rgb: 20, 30, 45;
	--bs-secondary-rgb: 215, 180, 105;
	--bs-link-color: #418ceb;
	--bs-link-color-rgb: 65, 140, 235;
	--bs-link-hover-color: #d7b469;
    --bs-link-hover-color-rgb: 215, 180, 105;
	--bs-body-font-family: YekanBakhFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 0;
	--bs-blue: #418ceb;
	--bs-danger: #FF0404;
	--bs-danger-rgb: 255, 4, 4;
	--bs-gray-900: #191919;
	--bs-gray-800: #505050;
	--bs-gray-700: #828282;
	--bs-gray-500: #c8c8c8;
	--bs-gray-400: #e6e6e6;
	--bs-gray-300: #f5f5f5;
	font-size: 15px;
}
body {
	background: var(--bs-light);
	line-height: 2;
}
body.overlay:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	right: 0;
	z-index: 2;
}
img {
	max-width: 100%;
}
a, a:hover {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
	color: #1e1e1e;
	font-weight: bold;
	font-family: YekanBakhFaNum;
}
.h1, h1 {
	font-size: 18px;
}
.h2, h2 {
	font-size: 1.3rem;
}
.h3, h3 {
	font-size: 1.2rem;
}
.h4, h4 {
	font-size: 1.1rem;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: var(--bs-border-radius) !important;
	border: none !important;
	background: var(--bs-gray-300);
	padding: 0 1rem !important;
	line-height: 48px !important;
	height: 48px !important;
	outline: 0 !important;
	font-family: YekanBakhFaNum !important;
	direction: rtl;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 72px !important;
	line-height: 2em !important;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-secondary {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-blue);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-blue {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-blue);
    --bs-btn-border-color: var(--bs-blue);
    --bs-btn-hover-bg: var(--bs-secondary);
	--bs-btn-hover-color: var(--bs-body-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn, button {
	padding: 0 30px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn.btn-secondary.active {
	background: var(--bs-blue);
	color: #fff;
}

.text-blue {
	color: var(--bs-blue);
}

.fs-14 {
	font-size: 14px;
}
.fs-15 {
	font-size: 15px;
}

.bg-blue {
	background: var(--bs-blue);
}

.main ::-webkit-scrollbar {
    width: 5px;
	height: 5px;
	margin-right: 1rem
}
.main ::-webkit-scrollbar-track {
    background: #D9D9D9;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
	border-radius: 5px;
}

@media screen and (min-width: 1500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px;
	}
}

.icon-150 {
	width: 150px;
	height: 150px;
}
.icon-50 {
	width: 50px;
	height: 50px;
	stroke-width: 1.5px;
}
.icon-40 {
	width: 40px;
	height: 40px;
	stroke-width: 1.5px;
}
.icon-30 {
	width: 30px;
	height: 30px;
	stroke-width: 1.5px;
}
.icon-25 {
	width: 25px;
	height: 25px;
	stroke-width: 1.5px;
}
.icon-20 {
	width: 20px;
	height: 20px;
	stroke-width: 1.5px;
}
.icon-chevron {
	width: 40px;
	height: 40px;
	padding: 0.5rem;
	border-radius: 50%;
	background: #ddd;
}
.leaflet-popup-content {
	font-family: YekanBakhFaNum !important;
}
.link-dark:hover {
	color: var(--bs-blue) !important;
}
.scrollable {
	max-height: 400px;
	overflow-y: auto;
	padding-left: 0.5rem
}
.cursor-pointer {
	cursor: pointer;
}

.shadow {
	box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,.15) !important;
}

.is-layout-flex {
    display: flex;
	flex-direction: row;
    row-gap: 1rem;
    column-gap: 1rem;
}
.filter-white {
	filter: brightness(0) invert(1);
}

body.promotion-active {
	padding-top: 66px
}

body > header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}
body.admin-bar > header {
	top: 32px;
}

body.promotion-active > header {
	top: 66px;
}
body.admin-bar.promotion-active > header {
	top: calc(66px + 32px);
}

body > .promotion {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
body.admin-bar > .promotion {
	top: 32px;
}

.promotion-holder {
	height: 66px;
}

body > .main {
	margin-top: 66px;
}

.main-menu ul {
	list-style: none;
}
.main-menu ul.menu-l1 > li {
	display: inline-block;
}
.main-menu ul.menu-l1 > li > a {
	padding: 18px 10px;
	transition: all .3s ease-in-out;
	position: relative;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	display: inline-flex;
}
.main-menu ul.menu-l1 > li > a.dropdown:after {
	content: url(images/icons/chevron-bottom.svg);
	margin-right: 2px;
}
.main-menu .menu-l2.dropdown-box {
	position: absolute;
	background: #fff;
	padding: 0;
	min-width: 160px;
	top: 100%;
	right: -999em;
	opacity: 0;
	box-shadow: var(--bs-box-shadow);
	transition: opacity 0.3s ease-in-out;
}
.main-menu .menu-l2.dropdown-box li {
	position: relative;
}
.main-menu .menu-l2.dropdown-box li:hover a {
	color: var(--bs-blue)
}
.main-menu .menu-l2.dropdown-box li:not(:last-child) {
	margin-bottom: 0;
}
.main-menu .menu-l2.dropdown-box li a {
	font-size: 1rem;
	padding: 7px 15px 7px;
	color: var(--bs-body-color);
	font-size: 0.8rem;
}
.main-menu li.dropdown:hover .dropdown-box {
	right: 0;
	opacity: 1;
}
.main-menu ul.menu-l3.dropdown-box {
	padding: 0;
	min-width: 160px;
	position: absolute;
	right: -999em !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease-in-out;
	top: 0;
	background: #f5f5f5;
}
.main-menu .menu-l2 > li:hover ul.menu-l3.dropdown-box {
	right: calc(100%) !important;
	opacity: 1 !important;
}
.main-menu ul.menu-l2 > li > a {
	display: flex;
	justify-content: space-between;
}
.main-menu ul.menu-l2 > li > a.has-child:after {
	content: url(images/icons/chevron-left.svg);
	transform: rotate(90deg) !important;
	margin-right: 5px;
}

.mega-menu {
	position: absolute;
    width: 100%;
    right: -999em;
    top: 100%;
	opacity: 0;
	background: #fff;
	box-shadow: var(--bs-box-shadow);
	padding-left: 1.5rem;
	min-height: 21rem;
	transition: opacity 0.3s ease-in-out;
}
.main-menu li.has-megamenu:hover .mega-menu {
	right: 0;
	opacity: 1;
}

.mega-menu .filter {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5rem;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 0.85rem;
	text-align: center;
	background: var(--bs-gray-500);
}
.mega-menu .filter.active, .mega-menu .filter:hover {
	background: var(--bs-blue);
}
.mega-menu a.link-dark {
	font-size: 0.8rem;
}

.search-btn:before, .main-menu ul.menu-l1 > li > a.dropdown:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	bottom: -9px;
	right: 50%;
	transform: translateX(50%);
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}
.main-menu ul.menu-l1 > li > a.dropdown:before {
	bottom: -1px;
}
.search-btn.active:before, .main-menu ul.menu-l1 > li:hover > a.dropdown:before {
	opacity: 1;
}
.search-btn.active svg, .search-btn:hover svg, .cart-btn:hover svg {
	stroke: var(--bs-secondary)
}
#search-box {
	right: 0;
	top: -100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out;
}
#search-box.active {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.search-img {
	height: 50px;
	width: 70px;
	object-fit: cover;
}

.login-register-btn a {
	background: var(--bs-blue);
	transition: all 0.3s ease-in-out;
}
.login-register-btn a:hover {
	background: var(--bs-secondary);
	color: var(--bs-body-color) !important;
}

.main-slide {
	height: 800px;
	overflow: hidden;
}

.stat-number {
	font-size: 4rem;
}

.play-btn {
	cursor: pointer;
}

.home-icon {
	background: var(--bs-primary);
	transition: all .3s ease-in-out;
}
.home-icon:hover {
	background: var(--bs-blue);
}
.home-icon svg {
	transition: all .3s ease-in-out;
}
.home-icon:hover svg {
	stroke: #fff;
}

.home-course-categories .row {
	flex-wrap: wrap;
}
.home-course-categories .row > .col:first-child, .home-course-categories .row > .col:nth-child(2) {
	width: 50%;
	flex-basis: 50%;
}

.middle-banner {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-carousel {
	padding: 0 6rem;
}
.testimonial-carousel .owl-item img {
	width: auto;
}
.carousel-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}
.carousel-next {
	right: 0;
}
.carousel-prev {
	left: 0;
}

body.home #free-consultation {
	background: url(images/cta-banner-min.jpg) no-repeat center center;
	background-size: cover;
}

.most-viewed-articles .img-holder img {
	height: 250px;
	object-fit: cover;
}

.title-banner {
	height: 20rem;
	background-color: var(--bs-dark);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
body.single.single-post .title-banner {
	height: 30rem;
}

.social-item {
	transition: all .3s ease-in-out;
}
.social-item:hover {
	fill: var(--bs-secondary)
}

.top-posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.top-posts .post-1 { grid-area: 1 / 1 / 3 / 3; }
.top-posts .post-2 { grid-area: 1 / 3 / 2 / 4; }
.top-posts .post-3 { grid-area: 2 / 3 / 3 / 4; }
.top-posts .post-4 { grid-area: 1 / 4 / 2 / 5; }
.top-posts .post-5 { grid-area: 2 / 4 / 3 / 5; }

.top-posts > div:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.posts-holder img {
    max-height: 300px;
}

.filter-courses {
	position: absolute;
	right: 50%;
	top: -4rem;
	transform: translateX(50%);
	z-index: 1;
}
.filter-courses .filter-btn {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) inset;
	cursor: pointer;
}
.filter-courses .filter-btn.active {
	box-shadow: none;
}
.course-links {
    position: absolute;
    width: 100%;
    right: 0;
    padding: 1rem;
    top: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
	transition: opacity 0.3s ease-in-out;
}
.course:hover .course-links {
	opacity: 1;
	visibility: visible;
	z-index: 10;
	box-shadow: 0 0.5rem 0.5rem 0 rgba(0,0,0,0.2)
}

.course-filtered, .group-filtered {
	display: none !important;
}
.consultation-form .ff_submit_btn_wrapper {
	margin: 0 !important;
}
.course-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-gray-400);
}
.course-icon.active {
	background: var(--bs-primary);
}

.sidebar-posts .img-holder, #free-consultation .course-submit-form {
	width: 30%;
}
.post-date {
	color: var(--bs-gray-500)
}
.side-sticky {
	top: calc(1rem + 66px);
}
body.promotion-active .side-sticky {
	top: calc(1rem + 132px);
}
body.admin-bar .side-sticky {
	top: calc(1rem + 32px + 66px);
}
body.admin-bar.promotion-active .side-sticky {
	top: calc(1rem + 32px + 132px);
}
.quick-access-link {
	cursor: pointer;
}
.quick-access-link:hover {
	color: var(--bs-blue)
}
.hover-shadow {
	transition: all .3s ease-in-out;
}
.hover-shadow:hover {
	box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,0.2);
	background: #fff;
}
.readmore-btn {
	opacity: 0;
	transition: all .3s ease-in-out;
}
.hover-shadow:hover .readmore-btn {
	opacity: 1;
}
.cat-row {
	border-right: 3px solid transparent;
	transition: all 0.3s ease-in-out;
}
.cat-row:hover {
	border-right-color: var(--bs-secondary);
}
.cat-link {
	color: var(--bs-gray-500)
}
.paginate span, .paginate a {
	width: 30px;
	height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
	color: var(--bs-dark)
}
.paginate span:not(.dots), .paginate a:hover {
	color: #fff;
	background: var(--bs-blue);
}
.paginate a:hover svg path {
	fill: #fff;
}

.post-content {
	* {
		max-width: 100%;
	}
	img {
		height: auto;
		display: block;
		margin:  0 auto;
	}
	table {
		width: 100%;
		margin-bottom: 1rem;
		tr:nth-child(even) td {
			background: var(--bs-gray-300);
		}
		td {
			border: 1px solid #dee2e6;
			padding: 0.5rem;
		}
	}
	h2, h3, h4 {
		color: var(--bs-secondary)
	}
}

.rating-star {
	fill: var(--bs-gray-700);
	cursor: pointer;
}
.rating-star:hover, .rating-star:hover ~ .rating-star {
	fill: var(--bs-secondary);
}

#comments-list > .comments-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#comments-list > .comments-list .comment {
	margin-bottom: 0.5rem;
}
.comment-body {
	padding: 1rem;
	background: var(--bs-gray-300);
	position: relative;;
}
.comment-body p {
	margin: 0;
}
.comment-body cite {
	font-style: normal;
}
.comment-body .comment-author {
	font-weight: bold;
}
.comment-body .says {
	display: none;
}
.comment-body .comment-meta {
	position: absolute;
	left: 1rem;
	top: 1rem;
	font-size: 12px;
}
#comment {
	height: 150px !important;
}

.faq-row .faq-question {
	cursor: pointer;
}
.faq-row .faq-question:after, .file-row .file-row-title:after  {
	content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5303 0.969669C11.2374 0.676776 10.7626 0.676777 10.4697 0.96967L6 5.43934L1.53033 0.96967C1.23744 0.676777 0.762563 0.676777 0.46967 0.96967C0.176777 1.26256 0.176777 1.73744 0.46967 2.03033L5.46967 7.03033C5.61032 7.17098 5.80109 7.25 6 7.25C6.19891 7.25 6.38968 7.17098 6.53033 7.03033L11.5303 2.03033C11.8232 1.73744 11.8232 1.26256 11.5303 0.969669Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
    height: 27px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(180deg);
}
.faq-row .faq-answer {
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.faq-row.active .faq-answer  {
	max-height: 6rem;
}
.faq-row .faq-answer p  {
	margin: 0;
}
.episode.show-file-content, .episode.hide-file-content {
	cursor: pointer;
}
.page-course ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-course ul li {
	position: relative;
	padding-right: 1rem;
}
.page-course ul li:before {
	content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--bs-secondary);
    margin-left: 0.5rem;
    position: absolute;
    right: 0;
    top: 0.7rem;
}
.price-addtocart {
	width: 15rem;
}
.price-addtocart del {
	text-decoration-color: rgba(255, 0, 0, 0.5);
    text-decoration-thickness: 5px;
}
.price-addtocart ins {
	background: none;
    color: #000;
}

.popup-video {
	display: none;
	position: fixed;
    width: 50%;
    right: 50%;
    top: calc(50% + 66px);
    transform: translate(50%, -50%);
    z-index: 10;
    padding: 1rem;
    background: #fff;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}
#close-popup-video {
	width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: 0;
    cursor: pointer;

}
#close-popup-video:before, #close-popup-video:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
#close-popup-video:before {
	width: 1px;
	height: 80%;
}
#close-popup-video:after {
	width: 80%;
	height: 1px;
}

.book-readmore {
	transition: all .3s ease-in-out;
	background: #fff;
}
.book-readmore:hover {
	background: var(--bs-blue);
}
.book-readmore a {
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.book-readmore a:after {
	content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 35px solid var(--bs-secondary);
    border-bottom: 40px solid transparent;
    margin-top: 1rem;
}
.book-readmore a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.book-readmore:hover a {
	color: #fff;
}

.star-line {
	height: 30px;
}

.course-carousel .owl-stage, .articles-carsouel .owl-stage {
	display: flex;
}
.course-carousel .course, .articles-carsouel .article {
	height: 100%;
}
.course-carousel .course-teacher-img img + img {
	margin-left: -15px;
}
.course-teachers .teacher-img a + a {
	margin-left: -25px;
}
.articles-carsouel .article img {
	height: 260px;
	object-fit: cover;
}
.course-carousel .owl-stage-outer {
	padding-bottom: 6.5rem;
}
.course-carousel .course-teacher-img img {
	width: auto !important;
}

.test-form .gform_footer .gform_button, .course-submit-form .gform_footer .gform_button {
	color: #fff !important;
	background: var(--bs-blue) !important;
	padding: 0.75rem 0;
	font-weight: bold !important;
	transition: all 0.3s ease-in-out;
	font-size: 1rem !important;
	width: 100%;
	margin: 0 !important
}
.course-submit-form .gform_footer .gform_button {
	background: var(--bs-body-color) !important;
}
.test-form .gform_footer .gform_button:hover {
	background: var(--bs-primary) !important;
}
.course-submit-form .gform_footer .gform_button:hover {
	background: var(--bs-secondary) !important;
	color: var(--bs-body-color) !important;
}
.course-submit-form label.gfield_label {
	display: none !important;
}
.course-submit-form .gform_footer {
	padding: 0 !important;
}

.organizational-chart {
	padding: 2rem 6rem;
}

.calendar-table  .course-name {
	width: 35%;
	flex-basis: 35%;
}
.calendar-table .course-teacher {
	width: 15%;
	flex-basis: 15%;
}
.calendar-table .course-duration, .calendar-table .course-start {
	width: 15%;
	flex-basis: 15%;
}
.calendar-table .course-link {
	width: 20%;
	flex-basis: 20%;
}

.teacher-box .teacher-img a:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
}

/*WOOCOMMERCE*/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}
.woocommerce-cart table.cart, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce table.shop_table {
	border: none !important;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce table.shop_table th, .woocommerce table.shop_table td {
	border: none !important;
	border-bottom: 1px solid #efefef !important;
	border-radius: 0;
	padding: 1.5rem 0.5rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
	width: 50%;
	text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 50%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: none;
	display: flex;
	gap: 0.5rem;
}
.woocommerce #content table.cart td.actions .coupon button, .woocommerce table.cart td.actions .coupon button, .woocommerce-page #content table.cart td.actions .coupon button, .woocommerce-page table.cart td.actions .coupon button {
	flex-shrink: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: auto;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #efefef;
	border-radius: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: var(--bs-primary);
	color: #fff;
	border-radius: 0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--bs-primary)
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
	width: auto;
	float: none;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 0.75rem 0.5rem;
	border-right: 3px solid transparent;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: bold;
	color: var(--bs-gray-800);
}
.woocommerce-MyAccount-navigation ul li:hover a {
	background: var(--bs-blue);
	color: #fff;
	border-right-color: transparent
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	border-right-color: var(--bs-secondary)
}
.woocommerce-MyAccount-navigation ul li a:before {
	width: 35px;
	height: 35px;
	display: block
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%23c8c8c8' fill='none'%3E%3Cpath d='M34.8,10.66h9.8v31.84H5.41V10.66h9.8M15.94,7.5h18.12v6.01H15.94v-6.01h0ZM28.85,21.9h10.4M28.85,26.1h10.4M28.85,30.31h10.4M28.85,34.52h6.55M16.51,28.35c-2.2-.8-2.81-2.29-2.81-4.11s1.26-3.09,2.81-3.09,2.81,1.27,2.81,3.09-.58,3.37-2.81,4.11h0ZM13.92,28.83h5.18c1.74,0,3.16,1.42,3.16,3.16v2.52h-11.51v-2.52c0-1.74,1.42-3.16,3.16-3.16h0Z'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%23c8c8c8' fill='none'%3E%3Cpath d='M30.97,16.06v25.12c0,.71-.6,1.31-1.31,1.31H7.93c-.71,0-1.31-.59-1.31-1.31V8.81c0-.72.59-1.31,1.31-1.31h14.47'/%3E%3Cpath d='M30.97,16.06h-7.25c-.72,0-1.31-.59-1.31-1.31v-7.25l8.56,8.56h0Z'/%3E%3Cpath d='M35.62,11.89h4.69v24.35c0,4.85-4.69,4.85-4.69,0V11.89h0Z'/%3E%3Cpolyline points='43.37 24.82 43.39 15.73 35.6 15.73'/%3E%3Cline x1='37.89' y1='42.5' x2='37.89' y2='39.88'/%3E%3Cline x1='11.87' y1='14.54' x2='18.79' y2='14.54'/%3E%3Cline x1='11.87' y1='21.09' x2='25.71' y2='21.09'/%3E%3Cline x1='11.87' y1='24.92' x2='25.71' y2='24.92'/%3E%3Cline x1='11.87' y1='28.74' x2='25.71' y2='28.74'/%3E%3Cline x1='11.87' y1='32.57' x2='18.79' y2='32.57'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--purchased-products a:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%23c8c8c8' fill='none'%3E%3Cpath d='M11.68,11.12h26.65c.77,0,1.35.64,1.39,1.39l1.39,25.03c.04.76-.64,1.39-1.39,1.39H10.28c-.76,0-1.44-.63-1.39-1.39l1.39-25.03c.04-.77.63-1.39,1.39-1.39h0Z'/%3E%3Cpath d='M18.95,14.11c.95,0,1.72.77,1.72,1.72s-.77,1.72-1.72,1.72-1.72-.77-1.72-1.72.77-1.72,1.72-1.72h0ZM31.05,14.11c.95,0,1.72.77,1.72,1.72s-.77,1.72-1.72,1.72-1.72-.77-1.72-1.72.77-1.72,1.72-1.72h0Z'/%3E%3Cpath d='M30.87,14.95v-5.14c0-3.22-2.64-5.87-5.87-5.87h0c-3.23,0-5.87,2.64-5.87,5.87v5.14'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%23c8c8c8' fill='none'%3E%3Cpath d='M39.17,15.84v25.38c0,.69-.59,1.28-1.28,1.28H12.11c-.69,0-1.28-.58-1.28-1.28V8.78c0-.7.58-1.28,1.28-1.28h18.72'/%3E%3Cpath d='M39.17,15.84h-7.06c-.7,0-1.28-.58-1.28-1.28v-7.06l8.34,8.34h0Z'/%3E%3Cline x1='15.68' y1='28.46' x2='34.32' y2='28.46'/%3E%3Cline x1='15.68' y1='33.02' x2='34.32' y2='33.02'/%3E%3Cline x1='15.68' y1='37.58' x2='27.33' y2='37.58'/%3E%3Cpath d='M18.69,13.97c0,1.85,1.28,3.14,2.86,3.14s2.86-1.29,2.86-3.14c0-3.61-5.71-3.5-5.71,0h0Z'/%3E%3Cpath d='M15.68,23.8v-2.92c0-1.59,1.3-2.89,2.89-2.89h5.97c1.59,0,2.89,1.3,2.89,2.89v2.92'/%3E%3Cline x1='18.59' y1='23.8' x2='18.59' y2='21.49'/%3E%3Cline x1='24.5' y1='21.49' x2='24.5' y2='23.8'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%23c8c8c8' fill='none'%3E%3Cpath d='M40.48,24.91h-19.76M34.18,17.93l7.04,6.98-7.04,6.98M22.94,10h-11.52c-.81,0-1.46.66-1.46,1.46v27.07c0,.81.66,1.46,1.46,1.46h11.52'/%3E%3C/svg%3E");
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background: var(--bs-blue);
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	margin-left: 0.5rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background: var(--bs-secondary);
	color: var(--bs-body-color)
}

footer a {
	color: #fff;
}
footer a:hover {
	color: var(--bs-blue);
}
footer .footer-form {
	width: 35%;
}
footer .fluentform fieldset {
	display: flex;
	gap: 1rem;
}
footer .fluentform .ff-el-form-hide_label {
	flex-grow: 1;
}
footer .fluentform legend {
	display: none !important;
}
footer .fluentform .ff-el-group {
	margin: 0 !important;
}
footer .social-item:hover {
	fill: var(--bs-blue)
}

@media only screen and (max-width: 767px) {
	body.admin-bar > header {
		top: 46px;
	}
	body.promotion-active > header {
		top: 50px;
	}
	body.admin-bar.promotion-active > header {
		top: calc(50px + 46px);
	}
	body.admin-bar > .promotion {
		top: 46px;
	}

	body.promotion-active {
		padding-top: 50px;
	}
	
	.promotion-holder {
		height: 50px;
	}
	.promotion-holder .fs-1 {
		font-size: 1.5rem !important;
	}
	.promotion-holder .fs-4 {
		font-size: 12px !important
	}
	header .container {
		padding: 0;
	}
	header #mobile-menu-toggler {
		width: 30px;
	}
	header #mobile-menu-toggler .toggler-bar {
		width: 100%;
		height: 2px;
		background: #fff;
		position: relative;
	}
	header #mobile-menu-toggler.active .toggler-bar:first-child {
		transform: rotate(45deg);
		top: 10px;
	}
	header #mobile-menu-toggler.active .toggler-bar:nth-child(2) {
		visibility: hidden;
	}
	header #mobile-menu-toggler.active .toggler-bar:nth-child(3) {
		transform: rotate(-45deg);
		top: -9px;
	}
	.main-menu-holder {
		position: fixed;
		left: -100%;
		width: 90%;
		transition: left 0.3s ease-in-out;
		height: 100%;
        background: #fff;
        top: 66px;
	}
	body.promotion-active .main-menu-holder {
		top: calc(66px + 50px);
	}
	body.admin-bar.promotion-active .main-menu-holder {
		top: calc(66px + 50px + 46px);
	}
	.main-menu-holder.menu-active {
		left: 0;
		overflow-y: auto;
	}
	.main-menu ul.menu-l1 > li {
		border-bottom: 1px solid #efefef;
	}
	.main-menu ul.menu-l1 > li > a {
		color: var(--bs-body-color);
		padding: 0.5rem 1rem;
        display: flex;
        justify-content: space-between;
		align-items: center;
	}
	.main-menu ul.menu-l1 > li > a.dropdown:after {
		display: none;
	}
	.main-menu ul.menu-l1 > li > a.dropdown > .show-dropdown {
		display: flex;
		align-items: center;
		justify-content: end;
		height: 40px;
		width: 40px;
	}
	.main-menu ul.menu-l1 > li > a.dropdown > .show-dropdown:before {
		content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.9165 1.00012L4.9165 4.91774L0.916504 1.00012' stroke='%23222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
	.main-menu li.dropdown:hover .dropdown-box, .main-menu li.has-megamenu:hover .mega-menu {
		right: -999em;
		opacity: 0;
	}
	.main-menu li.dropdown .dropdown-box.active, .main-menu li.has-megamenu .mega-menu.active {
		position: relative;
		right: unset;
		top: unset;
		box-shadow: none;
		opacity: 1;
	}
	.mega-menu {
		padding-left: 0;
		padding: 0 0.5rem;
	}
	.mega-menu .filter {
		font-size: 0.7rem;
		padding: 0.5rem 0.1rem;
	}
	.mega-menu .row {
		width: auto !important;
	}
	.mega-menu .row > .col {
		width: 100%;
		flex-basis: 100%;
	}
	.main-slide {
		height: 400px;
	}
	.main-slide .container {
		bottom: 1rem !important;
        top: unset !important;
        transform: none !important;
        right: 0 !important;
	}
	.home-course-categories .row > .col {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.middle-banner {
		background-position: 35% 0;
		height: 300px;
	}
	.testimonial-carousel {
		padding: 0 3rem;
	}
	.testimonial-carousel .slide-info, .testimonial-carousel .img-holder {
		text-align: center;
		margin: 0 auto;
	}

	.top-posts {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}
	
	.top-posts .post-1 { grid-area: 1 / 1 / 3 / 3; }
	.top-posts .post-2 { grid-area: 3 / 1 / 4 / 2; }
	.top-posts .post-3 { grid-area: 3 / 2 / 4 / 3; }
	.top-posts .post-4 { grid-area: 4 / 1 / 5 / 2; }
	.top-posts .post-5 { grid-area: 4 / 2 / 5 / 3; }

	.organizational-chart {
		padding: 2rem;
	}
	.organizational-chart .row > .d-flex {
		align-items: center !important;
	}

	.book-readmore {
		height: 500px !important;
	}

	.calendar-table > .d-flex {
		gap: 1rem
	}
	.calendar-table > .d-flex > div {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	
	.filter-courses {
		width: 100%;
		top: calc(-4rem + 4px)
	}
	.filter-courses .filter-btn {
		font-size: 13px !important;
	}
	.filter-by-group {
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.filter-by-group .filter-group {
		flex-grow: 1;
		white-space: pre;
	}

	.course-btns {
		flex-wrap: wrap;
	}
	.course-btns > button {
		width: calc(50% - 0.5rem) !important;
	}
	.course-features {
		flex-wrap: wrap;
		row-gap: 2rem;
	}
	.course-features > div {
		width: 50%;
	}
	.course-features > div > div:first-child {
		font-size: 13px;
	}
	.course-features > div > div:last-child {
		font-size: 11px;
	}
	.price-addtocart {
		width: 100%;
		margin-top: 5rem;
	}
	#free-consultation .w-50, #free-consultation .course-submit-form {
		width: 100% !important;
	}

	.mobile-quick-access .qal {
		color: #fff;
		text-align: center;
		width: 100%;
		font-size: 10px;
	}
	.mobile-quick-access .qal svg {
		filter: brightness(0) invert(1);
	}

	.popup-video {
		width: 95%;
		top: 50%;
		padding: 0.5rem;
	}

	footer .footer-form {
		width: 100%;
	}
}
/* header .cart-btn a .cart-count {
    position: absolute !important;
    top: 15px !important;
    right: 19px !important;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    z-index: 10;
} */
/* button.btn.btn-blue.w-100 {
    border-radius: 10px;
}
button.btn.btn-secondary.w-100.btn-scroll {
    border-radius: 10px;
}
input#ff_4_email {
    border-radius: 10px !important;
}
div#about-course {
    border-radius: 10px;
}
div#headlines {
    border-radius: 10px;
}
div#target-audience {
    border-radius: 10px;
}
div#certificate {
    border-radius: 10px;
}
div#gallery {
    border-radius: 10px;
}
.bg-white.p-3.d-flex.flex-column.flex-lg-row.align-items-start.align-items-lg-center.justify-content-between {
    border-radius: 10px;
}
.course.bg-white.p-3.d-flex.flex-column.gap-2.position-relative.hover-shadow {
    border-radius: 10px;
}
.course-links.d-flex.align-items-center.justify-content-between {
    border-radius: 10px;
}
.comments-holder.mt-3.bg-white.p-3 {
    border-radius: 10px;
}
input#submit {
    border-radius: 10px;
}
img.img-fluid.wp-post-image {
    border-radius: 10px;
}
img.w-100.h-100.object-fit-cover.lazyloaded {
    border-radius: 10px;
}
.side-sticky.position-sticky.bg-white.shadow {
    border-radius: 10px;
}
input#ff_5_names_first_name_ {
    border-radius: 10px !important;
}
input#ff_5_phone {
    border-radius: 10px !important;
}
button.ff-btn.ff-btn-submit.ff-btn-md.btn.btn-primary.w-100.ff_btn_no_style {
    border-radius: 10px;
} */