@import"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";

:root {
	--font-family: 'Poppins', sans-serif;
	--main-color: #2772d8;
	--body-color: #616161;
	--heading-color: #111111;
	--white-color: #ffffff;
	--black-color: #000000;
	--font-size: 16px;
	--transition: all ease .5s;
	--border-radius: 4px;
	--box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

body {
	font-size: var(--font-size);
	font-family: var(--font-family)!important;
	color: var(--body-color)
}

a {
	display: inline-block;
	transition: var(--transition);
	text-decoration: none;
	color: var(--body-color)
}

a:hover {
	text-decoration: none;
	color: var(--main-color)
}

a:focus {
	text-decoration: none
}

button {
	outline: 0 !important;
	box-shadow: none;
	border: none
}

button:focus {
	box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif!important;
	color: var(--heading-color);
	font-weight: 500;
	line-height: 1.1!important;
}

h3 {
	font-size: 20px;
	line-height: 1.6
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

p {
	font-size: var(--font-size);
	margin-bottom: 15px;
	line-height: 1.8
}

p:last-child {
	margin-bottom: 0
}

img {
	max-width: 100%;
	height: auto
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.form-control {
	height: 50px;
	color: var(--main-color);
	border: 1px solid #ececed;
	background-color: #f5f6fa;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%
}

.form-control::placeholder {
	color: #676a6a
}

.form-control:focus {
	color: var(--black-color);
	background-color: rgba(0, 0, 0, 0);
	box-shadow: unset;
	outline: 0;
	border: 1px solid var(--main-color)
}

.form-control:hover:focus,
.form-control:focus {
	box-shadow: unset
}

textarea.form-control {
	height: auto
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.mt-30 {
	margin-top: 30px
}

.mb-30 {
	margin-bottom: 30px
}

.ebeef5-bg-color {
	background-color: #ebeef5
}

.f5f6fa-bg-color {
	background-color: #f5f6fa
}

.default-btn {
	font-size: 16px;
	color: var(--white-color);
	padding: 15px 40px;
	line-height: 1;
	transition: var(--transition);
	text-align: center;
	background-color: var(--main-color);
	border-radius: var(--border-radius);
	border: 1px solid var(--main-color);
	margin-bottom: -4px;
	text-transform: capitalize
}

.default-btn:hover {
	color: var(--main-color);
	border-color: var(--main-color) !important;
	background-color: rgba(0, 0, 0, 0)
}

.section-title {
	max-width: 750px;
	margin: -6px auto 50px;
	text-align: center
}

.section-title span {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: var(--main-color)
}

.section-title h2 {
	font-size: 36px;
	margin-bottom: 15px;
	position: relative
}

.section-title h2:last-child {
	margin-bottom: 0
}

.section-title.white-title span {
	color: var(--main-color)
}

.section-title.white-title h2 {
	color: var(--white-color)
}

.modal-newsletter-area .modal-dialog {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	max-width: 700px;
	border-radius: 0;
	margin: auto !important
}

.modal-newsletter-area .modal {
	background-color: rgba(0, 0, 0, .7)
}

.modal-newsletter-area .modal-body {
	padding: 0 10px
}

.modal-newsletter-area .modal-content {
	border-radius: 0
}

.modal-newsletter-area .modal-content .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-size: 20px;
	background-color: var(--main-color);
	color: var(--white-color)
}

.modal-newsletter-area .modal-newsletter-wrap {
	padding: 30px;
	text-align: center
}

.modal-newsletter-area .modal-newsletter-wrap h3 {
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: -8px;
	line-height: normal
}

.modal-newsletter-area .modal-newsletter-wrap p {
	margin-bottom: 30px
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form {
	position: relative
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .form-control {
	background-color: var(--white-color);
	font-size: 14px
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	color: var(--white-color);
	height: 50px;
	padding: 10px 20px;
	border: none
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .agree-label {
	text-align: left;
	margin-top: 30px
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .agree-label #chb1 {
	margin-right: 5px
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form .agree-label label {
	margin-bottom: 0;
	font-size: 14px
}

.modal-newsletter-area .modal-newsletter-wrap .newsletter-form #validator-newsletter {
	text-align: left;
	color: red;
	margin-top: 10px
}

.modal-newsletter-area .newsletter-img {
	background-image: url(../img/newsletter-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.modal-newsletter-area .newsletter-img img {
	display: none
}

.modal-newsletter-area #validator-newsletter-2 {
	color: red;
	margin-top: 10px;
	font-size: 14px;
	text-align: left
}

.modal-newsletter-area .p-0 {
	padding: 0 !important
}

.modal-newsletter-area .pl-0 {
	padding: 0 !important
}

.navbar-area.navbar-area-two {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1
}

.navbar-area .main-nav {
	background-color: var(--white-color);
	box-shadow: var(--box-shadow);
	padding-top: 20px;
	padding-bottom: 20px
}

.navbar-area .main-nav .container-fluid {
	max-width: 1470px;
	padding-left: 30px;
	padding-right: 30px
}

.navbar-area .main-nav .navbar {
	padding: 0
}

.navbar-area .main-nav .navbar .navbar-brand {
	font-size: 0
}

.navbar-area .main-nav .navbar .navbar-brand .white-logo {
	display: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 15px 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
	font-size: 16px;
	color: #1e293b;
	text-transform: capitalize;
	transition: var(--transition);
	font-weight: 700;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
	font-size: 22px;
	line-height: 0;
	position: relative;
	top: 4px
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #4f46e5;
	font-weight:700;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: var(--main-color)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	position: absolute;
	top: 120px;
	left: 0;
	padding: 0;
	opacity: 0;
	width: 250px;
	visibility: hidden;
	z-index: 99;
	display: block;
	padding: 0;
	background-color: var(--white-color);
	border: none;
	border-radius: 0;
	transition: all .2s ease-in-out;
	border-top: 2px solid var(--main-color);
	box-shadow: var(--box-shadow)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	font-size: 15px;
	color: var(--body-color);
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px dashed #eee;
	margin-left: 0;
	margin-right: 0;
	text-transform: capitalize;
	display: block;
	font-weight: 500
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 12px;
	transition: var(--transition);
	font-size: 20px
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: var(--main-color)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--main-color)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	top: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	top: -2px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: -100%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	position: absolute;
	right: -100%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--body-color);
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--main-color)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
	color: var(--main-color)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: var(--main-color)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -4px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -20px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
	left: auto;
	right: -100%
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	background-color: var(--white-color);
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-area .others-option .option-item {
	display: inline-block;
	position: relative;
	line-height: 1;
	top: 0;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #dadada
}

.navbar-area .others-option .option-item .search-overlay {
	display: none
}

.navbar-area .others-option .option-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: var(--white-color);
	z-index: 2;
	padding: 20px;
	box-shadow: var(--box-shadow);
	margin-top: 27px;
	border-top: 2px solid var(--border-radius);
	border-radius: var(--border-radius)
}

.navbar-area .others-option .option-item .search-overlay.search-popup .search-form {
	position: relative
}

.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eee;
	color: var(--heading-color);
	outline: 0;
	transition: var(--transition);
	font-size: 15px;
	padding-top: 4px;
	padding-left: 15px
}

.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
	border-color: var(--main-color)
}

.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: var(--main-color);
	border: none;
	width: 50px;
	outline: 0;
	color: var(--white-color);
	transition: var(--transition);
	padding: 0
}

.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
	background-color: var(--heading-color)
}

.navbar-area .others-option .option-item .search-btn {
	cursor: pointer;
	transition: var(--transition);
	color: var(--white-color);
	background-color: var(--main-color);
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center
}

.navbar-area .others-option .option-item .search-btn:hover {
	color: var(--white-color)
}

.navbar-area .others-option .option-item .close-btn {
	cursor: pointer;
	display: none;
	transition: var(--transition);
	background-color: var(--main-color);
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--white-color)
}

.navbar-area .others-option .option-item .close-btn:hover {
	color: var(--white-color)
}

.navbar-area .others-option .option-item .close-btn.active {
	display: block
}

.navbar-area .others-option .cart-icon {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	top: 5px
}

.navbar-area .others-option .cart-icon a i {
	font-size: 30px;
	transition: var(--transition);
	line-height: 1
}

.navbar-area .others-option .cart-icon a span {
	position: absolute;
	top: -4px;
	right: -7px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-color: var(--main-color);
	border-radius: 50%;
	text-align: center;
	color: var(--white-color);
	font-size: 11px
}

.navbar-area .others-option .cart-icon a:hover i {
	color: var(--main-color)
}

.navbar-area .others-option .register {
	display: inline-block
}

.navbar-area .others-option .register .default-btn {
	padding: 15px 30px;
	margin-bottom: -10px;
	position: relative;
	top: -4px
}

.mobile-nav {
	display: none
}

.mobile-nav .logo .white-logo {
	display: none
}

.others-option-for-responsive {
	display: none
}

.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 9991;
	position: absolute;
	right: 60px;
	top: 20px
}

.others-option-for-responsive .dot-menu .inner {
	display: flex;
	align-items: center;
	height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	transition: var(--transition);
	background-color: var(--black-color)
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: var(--main-color)
}

.others-option-for-responsive .container {
	position: relative
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: 0;
	left: 0;
	top: 10px;
	max-width: 262px;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	box-shadow: var(--box-shadow);
	transition: var(--transition);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1)
}

.others-option-for-responsive .option-inner {
	padding: 15px;
	box-shadow: var(--box-shadow);
	background-color: var(--white-color)
}

.others-option-for-responsive .option-inner .others-option {
	background-color: var(--white-color);
	border-radius: 30px;
	padding: 10px;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	box-shadow: var(--box-shadow)
}

.others-option-for-responsive .option-inner .others-option .option-item {
	margin-left: 15px;
	padding-left: 15px;
	position: relative
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
	margin-left: 0;
	padding-left: 0
}

.buy-now-btn {
	right: 20px;
	z-index: 99;
	top: 50%;
	position: fixed;
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-color: #82b440;
	padding: 10px 20px 10px 42px;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 13px;
	font-weight: 600
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	transform: translateY(-50%)
}

.buy-now-btn:hover {
	background-color: #ffb607;
	color: #fff
}

.banner-area {
	background-image: url(../img/banner-img/banner-bg-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 870px;
	padding-top: 130px;
	overflow: hidden
}

.banner-area .container-fluid {
	max-width: 1470px;
	padding-left: 30px;
	padding-right: 30px
}

.banner-area .social {
	position: relative
}

.banner-area .social .social-wrap {
	position: absolute;
	top: 50%;
	right: -115px;
	z-index: 1;
	transform: rotate(-90deg)
}

.banner-area .social .social-wrap li {
	display: inline-block;
	padding: 0 5px
}

.banner-area .social .social-wrap li.follow-us {
	text-transform: capitalize;
	color: var(--white-color);
	position: relative;
	padding-right: 70px
}

.banner-area .social .social-wrap li.follow-us::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 85px;
	width: 50px;
	height: 1px;
	background-color: var(--white-color);
	z-index: 1
}

.banner-area .social .social-wrap li a i {
	color: var(--white-color);
	transition: var(--transition)
}

.banner-area .social .social-wrap li a:hover i {
	color: var(--main-color)
}

.banner-content {
	margin-top: -275px
}

.banner-content h1 {
	color: var(--white-color);
	font-size: 55px;
	margin-bottom: 15px!important;
}

.banner-content p {
	color: var(--white-color);
	margin-bottom: 15px!important;
}

.banner-area-two {
	background: linear-gradient(120deg, #001d99, #071a3d, #021d83, #020617);
	padding-bottom: 80px;
	padding-top: 40px;
	position: relative;
	overflow: hidden
}

.banner-area-two .container-fluid {
	max-width: 1470px;
	padding-left: 30px;
	padding-right: 30px
}

.banner-area-two .banner-content {
	margin-top: 120px!important;
}

.banner-area-two .banner-content h1 {
	color: #ffffff!important;
}

.banner-area-two .banner-content p {
	color: #ffffff!important;
}

.banner-area-two .banner-img {
	margin-top: 130px!important;
	position: relative;
	z-index: 0
}

.banner-area-two .banner-img .banner-shape-1 {
	position: absolute;
	top: 0;
	left: -40px;
	z-index: -1;
	animation: moveBounce-top 9s linear infinite
}

.banner-area-two .banner-img .banner-shape-2 {
	position: absolute;
	top: 215px;
	left: -70px;
	z-index: -1;
	animation: moveBounce-top 15s linear infinite
}

.banner-area-two .banner-img .banner-shape-3 {
	position: absolute;
	top: 380px;
	left: -160px;
	z-index: -1;
	animation: moveBounce-top 9s linear infinite
}

.banner-area-two .banner-img .banner-shape-4 {
	position: absolute;
	top: 380px;
	left: -400px;
	z-index: -1;
	animation: rotate3d 4s linear infinite
}

.banner-area-two .banner-img .banner-shape-5 {
	position: absolute;
	top: 490px;
	left: -490px;
	z-index: -1
}

.banner-area-two .banner-img .banner-shape-6 {
	position: absolute;
	top: 515px;
	left: 0;
	z-index: -1;
	text-align: center;
	right: 150px
}

.banner-area-two .banner-img .banner-shape-7 {
	position: absolute;
	top: 475px;
	z-index: -1;
	text-align: center;
	right: 160px
}

.banner-area-two .banner-img .banner-shape-8 {
	position: absolute;
	top: 200px;
	z-index: -1;
	text-align: center;
	right: 0;
	animation: moveBounce-top 4s linear infinite
}

.banner-area-three {
	background-image: url(../img/banner-img/banner-bg-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 870px;
	overflow: hidden
}

.banner-area-three .container-fluid {
	max-width: 1470px;
	padding-left: 30px;
	padding-right: 30px
}

.banner-area-three .banner-content {
	margin-top: 140px
}

.banner-area-three .enroll-wrap {
	background-color: var(--white-color);
	max-width: 500px;
	margin-left: auto;
	margin-bottom: 0;
	margin-top: 100px
}

.banner-area-three .enroll-wrap .courses-title {
	background-color: var(--main-color);
	padding: 25px 30px 20px
}

.banner-area-three .enroll-wrap .courses-title span {
	color: var(--white-color)
}

.banner-area-three .enroll-wrap .courses-title h3 {
	color: var(--white-color);
	margin-bottom: 0
}

.banner-area-three .enroll-wrap .courses-form {
	border: 1px solid var(--main-color)
}

.banner-area-three .enroll-wrap .courses-form .form-group .form-control {
	background-color: #226ed5;
	border-color: #e1e2e3;
	color: #616161
}

.banner-area-three .enroll-wrap .courses-form .form-group .form-control::placeholder {
	color: #616161 !important
}

.banner-area-three .enroll-wrap .courses-form .form-group .form-control:focus {
	border-color: var(--main-color)
}

.banner-area-three .enroll-wrap .courses-form .form-group .nice-select {
	background-color: #226ed5;
	border-color: #e1e2e3
}

.banner-area-three .enroll-wrap .courses-form .form-group .nice-select span {
	color: #616161;
	font-size: 16px
}

.banner-area-three .enroll-wrap .courses-form .form-group .nice-select::after {
	border-color: var(--body-color)
}

.banner-area-three .enroll-wrap .courses-form .default-btn {
	background-color: var(--main-color);
	color: var(--white-color)
}

.banner-area-three .enroll-wrap .courses-form .default-btn:hover {
	background-color: var(--white-color) !important;
	color: var(--main-color) !important;
	border-color: var(--main-color) !important
}

@keyframes moveBounce-top {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(20px)
	}

	100% {
		transform: translateY(0px)
	}
}

.rotated {
	animation-name: rotated;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@keyframes rotated {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes rotate3d {
	0% {
		transform: rotateY(0deg)
	}

	100% {
		transform: rotateY(360deg)
	}
}

.partner-area {
	border-bottom: 1px solid #dcdde1
}

.partner-area .owl-carousel .owl-item img {
	width: auto;
	margin: auto
}

.partner-area .partner-item {
	text-align: center
}

.single-achieve {
	text-align: center;
	margin-bottom: 30px;
	transition: var(--transition)
}

.single-achieve .achieve-shape {
	position: relative;
	margin-bottom: 20px
}

.single-achieve .achieve-shape i {
	font-size: 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #52a0dd
}

.single-achieve .achieve-shape.shape-2 i {
	color: #925eca
}

.single-achieve .achieve-shape.shape-3 i {
	color: #fa9231
}

.single-achieve .achieve-shape.shape-4 i {
	color: #fc2f5c
}

.single-achieve h3 {
	max-width: 200px;
	margin: 0 auto 15px
}

.single-achieve:hover {
	transform: translateY(-5px)
}

.education-area {
	overflow: hidden
}

.education-img {
	background-image: url(../img/education-img.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.education-img img {
	display: none
}

.education-content {
	max-width: 510px;
	margin-left: 80px;
	margin-top: -5px;
	margin-bottom: -3px
}

.education-content .top-title {
	color: var(--main-color);
	font-size: 16px;
	margin-bottom: 5px;
	display: block
}

.education-content h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight:600;
}

.education-content h2 span {
	color: var(--main-color);
	text-transform: uppercase
}

.education-content ul {
	margin-top: 20px
}

.education-content ul li {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	padding-left: 35px;
	margin-bottom: 20px;
	color: var(--heading-color)
}

.education-content ul li:last-child {
	margin: 0
}

.education-content ul li i {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--main-color);
	border-radius: 50%
}

.education-content .default-btn {
	margin-top: 47px
}

.education-area-two .education-content {
	max-width: unset;
	margin-left: 0
}
.education-area-two{
    padding-bottom: 40px!important;
    padding-top: 120px!important;
}
.education-area-two .col-lg-6 {
	position: relative
}

.education-img-wrap .education-img-2 {
	text-align: right
}

.education-img-wrap .education-img-3 {
	position: absolute;
	top: 100px;
	left: 70px
}

.education-img-wrap .education-img-4 {
	position: absolute;
	left: 150px;
	bottom: 0;
	z-index: -1
}

.education-img-wrap .education-shape-1 {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1
}

.education-img-wrap .education-shape-2 {
	position: absolute;
	bottom: 0;
	right: 40px;
	z-index: -2
}

.courses-area {
	background-image: linear-gradient(to bottom, #f5f6fa, #edeff6)
}

.single-course {
	margin-bottom: 30px;
	transition: var(--transition);
	background-color: var(--white-color)
}

.single-course .course-content {
	position: relative;
	box-shadow: var(--box-shadow);
	padding: 20px
}

.single-course .course-content .price {
	background-color: var(--main-color);
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: var(--white-color);
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	top: -35px;
	right: 20px
}

.single-course .course-content .tag {
	color: var(--main-color);
	font-size: 15px;
	display: block;
	margin-bottom: 5px
}

.single-course .course-content a h3 {
	margin-bottom: 16px;
	transition: var(--transition)
}

.single-course .course-content a:hover h3 {
	color: var(--main-color)
}

.single-course .course-content .rating {
	margin-bottom: 20px;
	line-height: 1
}

.single-course .course-content .rating li {
	display: inline-block
}

.single-course .course-content .rating li i {
	color: var(--main-color);
	font-size: 20px
}

.single-course .course-content .rating li span {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -1px
}

.single-course .course-content .rating li a {
	position: relative;
	top: -1px
}

.single-course .course-content p {
	margin-bottom: 18px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 18px
}

.single-course .course-content .lessons {
	line-height: 1
}

.single-course .course-content .lessons li {
	display: inline-block
}

.single-course .course-content .lessons .float {
	float: right
}

.single-course:hover {
	transform: translateY(-5px)
}

.courses-two-area .owl-theme .owl-dots .owl-dot.active span,
.courses-two-area .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(0, 0, 0, 0)
}

.courses-two-area .owl-dots {
	margin-top: 20px !important;
	display: block;
	position: unset;
	line-height: 1
}

.courses-two-area .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--body-color);
	border-radius: 50%;
	transition: var(--transition);
	position: relative
}

.courses-two-area .owl-dots .owl-dot span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--body-color);
	transition: var(--transition);
	border-radius: 50%;
	margin: 4px
}

.courses-two-area .owl-dots .owl-dot:hover span {
	border-color: var(--main-color)
}

.courses-two-area .owl-dots .owl-dot:hover span::before {
	background-color: var(--main-color);
	margin: 3px
}

.courses-two-area .owl-dots .owl-dot.active span {
	border-color: var(--main-color);
	position: relative
}

.courses-two-area .owl-dots .owl-dot.active span::before {
	margin: 3px;
	background-color: var(--main-color)
}

.courses-two-area .owl-dots .owl-dot .active span,
.courses-two-area .owl-dots .owl-dot .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(0, 0, 0, 0)
}

.courses-area-three {
	background-image: url(../img/course-bg-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.courses-area-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: .8;
	z-index: -1
}

.courses-area-three .owl-theme .owl-nav {
	margin-top: 0 !important
}

.courses-area-three .owl-prev {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-55px)
}

.courses-area-three .owl-prev i {
	color: var(--white-color);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid var(--white-color);
	border-radius: 50%;
	font-size: 15px;
	transition: var(--transition)
}

.courses-area-three .owl-prev:hover i {
	background-color: var(--main-color);
	color: var(--white-color);
	border-color: var(--main-color)
}

.courses-area-three .owl-next {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-55px)
}

.courses-area-three .owl-next i {
	color: var(--white-color);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid var(--white-color);
	border-radius: 50%;
	font-size: 15px;
	transition: var(--transition)
}

.courses-area-three .owl-next:hover i {
	background-color: var(--main-color);
	color: var(--white-color);
	border-color: var(--main-color)
}

.courses-area-three .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0)
}

.courses-area-three .single-course {
	margin-bottom: 0
}

.counter-area {
	position: relative
}

.counter-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: auto;
	border-top: 1px solid #d4d7dd
}

.single-counter {
	text-align: center;
	margin-bottom: 30px;
	transition: var(--transition)
}

.single-counter .counter-shape {
	position: relative;
	margin-bottom: 10px
}

.single-counter .counter-shape h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #59a3de;
	font-weight: 700;
	font-size: 36px
}

.single-counter .counter-shape.shape-2 h2 {
	color: #925eca
}

.single-counter .counter-shape.shape-3 h2 {
	color: #fa9231
}

.single-counter .counter-shape.shape-4 h2 {
	color: #fc2f5c
}

.single-counter p {
	font-weight: 500;
	font-size: 20px;
	color: var(--heading-color)
}

.single-counter:hover {
	transform: translateY(-5px)
}

.enroll-area {
	background-image: url(../img/enroll-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.enroll-wrap {
	text-align: center;
	background-color: var(--main-color);
	padding: 30px
}

.enroll-wrap .courses-form {
	border: 1px solid var(--white-color);
	padding: 30px 40px
}

.enroll-wrap .courses-form span {
	color: var(--white-color);
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
	margin-top: -5px
}

.enroll-wrap .courses-form h3 {
	font-size: 30px;
	margin-bottom: 20px;
	color: var(--white-color)
}

.enroll-wrap .courses-form .form-group {
	margin-bottom: 30px
}

.enroll-wrap .courses-form .form-group .form-control {
	border-color: #f9d98c;
	background-color: #2772d8 !important;
	color: var(--white-color)
}

.enroll-wrap .courses-form .form-group .form-control::placeholder {
	color: var(--white-color)
}

.enroll-wrap .courses-form .form-group .nice-select {
	height: 50px;
	width: 100%;
	line-height: 48px;
	font-size: 13px;
	margin-bottom: 30px;
	padding-left: 20px;
	color: var(--white-color);
	border-radius: 0;
	border-color: #f9d98c;
	background-color: #2772d8 !important;
}

.enroll-wrap .courses-form .form-group .nice-select .option {
	color: #000000;
}

.enroll-wrap .courses-form .form-group .nice-select span {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0
}

.enroll-wrap .courses-form .form-group .nice-select::after {
	height: 8px;
	width: 8px;
	border-color: var(--white-color);
	right: 20px
}

.enroll-wrap .courses-form .form-group .nice-select.open .list {
	height: 250px;
	overflow-y: scroll
}

.enroll-wrap .courses-form .default-btn {
	background-color: var(--white-color);
	color: var(--heading-color);
	margin-bottom: 0
}

.enroll-wrap .courses-form .default-btn:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: var(--white-color) !important;
	color: var(--white-color) !important
}

.enroll-img {
	display: none
}

.teachers-area {
	position: relative;
	z-index: 1
}

.teachers-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-color: #f5f6fa;
	z-index: -1
}

.teachers-area-two {
	position: relative;
	background-image: linear-gradient(to bottom, #ffffff, #f5f6fa);
	overflow: hidden
}

.teachers-area-two::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1200px;
	border-bottom: 1px solid #e7e7e7
}

.single-teachers {
	margin-bottom: 30px;
	text-align: center;
	transition: var(--transition)
}

.single-teachers .teachers-content {
	box-shadow: var(--box-shadow);
	position: relative;
	padding: 30px;
	background-color: var(--white-color)
}

.single-teachers .teachers-content ul {
	background-color: var(--main-color);
	line-height: 1;
	max-width: 180px;
	margin: auto;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	transform: scaleX(0);
	transition: var(--transition)
}

.single-teachers .teachers-content ul li {
	display: inline-block;
	padding: 10px
}

.single-teachers .teachers-content ul li a i {
	color: var(--white-color);
	font-size: 20px
}

.single-teachers .teachers-content ul li a:hover {
	transform: translateY(-2px)
}

.single-teachers .teachers-content h3 {
	margin-bottom: 4px;
	margin-top: -10px
}

.single-teachers .teachers-content span {
	margin-bottom: -6px;
	display: block
}

.single-teachers:hover {
	transform: translateY(-5px)
}

.single-teachers:hover .teachers-content ul {
	transform: scaleX(1)
}


.feedback-area {
	position: relative
}

.feedback-area .owl-theme .owl-dots .owl-dot.active span,
.feedback-area .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(0, 0, 0, 0)
}

.feedback-area .owl-dots {
	margin-top: 20px !important;
	line-height: 1
}

.feedback-area .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--body-color);
	border-radius: 50%;
	transition: var(--transition);
	position: relative
}

.feedback-area .owl-dots .owl-dot span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--body-color);
	transition: var(--transition);
	border-radius: 50%;
	margin: 4px
}

.feedback-area .owl-dots .owl-dot:hover span {
	border-color: var(--main-color)
}

.feedback-area .owl-dots .owl-dot:hover span::before {
	background-color: var(--main-color);
	margin: 3px
}

.feedback-area .owl-dots .owl-dot.active span {
	border-color: var(--main-color);
	position: relative
}

.feedback-area .owl-dots .owl-dot.active span::before {
	margin: 3px;
	background-color: var(--main-color)
}

.feedback-area .owl-dots .owl-dot .active span,
.feedback-area .owl-dots .owl-dot .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(0, 0, 0, 0)
}

.feedback-area .feedback-shape-1 {
	position: absolute;
	top: 100px;
	left: 100px;
	animation: moveBounce-top 9s linear infinite
}

.feedback-area .feedback-shape-2 {
	position: absolute;
	bottom: 100px;
	right: 100px;
	animation: moveBounce-top 9s linear infinite
}

.feedback-area.feedback-area-three {
	background-image: url(../img/feedback-img/feedback-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.feedback-area.feedback-area-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-90deg, rgba(0, 0, 17, 0.8), rgba(0, 0, 17, 0.1));
	opacity: .8;
	z-index: -1
}

.feedback-area.feedback-area-three .section-title {
	margin-right: 0;
	margin-left: auto;
	max-width: 600px
}

.feedback-area.feedback-area-three .feedback-item {
	max-width: 600px;
	margin-left: auto;
	margin-right: 0
}

.feedback-area.feedback-area-three .feedback-item i {
	color: var(--main-color)
}

.feedback-area.feedback-area-three .feedback-item p {
	color: var(--white-color);
	margin-bottom: 40px
}

.feedback-area.feedback-area-three .feedback-item h3 {
	color: var(--white-color)
}

.feedback-area.feedback-area-three .feedback-item span {
	color: var(--main-color)
}

.feedback-area.feedback-area-three .owl-theme .owl-nav.disabled+.owl-dots {
	max-width: 600px;
	margin-left: auto
}

.feedback-area.feedback-area-three.feedback-area-style {
	background-image: url(../img/feedback-img/feedback-bg-2.jpg)
}

.feedback-area.feedback-area-three.feedback-area-style::before {
	display: none
}

.feedback-area.feedback-area-three.feedback-area-style .section-title {
	margin-right: auto;
	margin-left: 0;
	max-width: 600px
}

.feedback-area.feedback-area-three.feedback-area-style .feedback-item {
	max-width: 600px;
	margin-left: 0;
	margin-right: auto
}

.feedback-area.feedback-area-three.feedback-area-style .feedback-item i {
	color: var(--main-color)
}

.feedback-area.feedback-area-three.feedback-area-style .feedback-item p {
	color: var(--body-color);
	margin-bottom: 40px
}

.feedback-area.feedback-area-three.feedback-area-style .feedback-item h3 {
	color: var(--heading-color)
}

.feedback-area.feedback-area-three.feedback-area-style .feedback-item span {
	color: var(--main-color)
}

.feedback-area.feedback-area-three.feedback-area-style .owl-theme .owl-nav.disabled+.owl-dots {
	max-width: 600px;
	margin-left: 0;
	margin-right: auto
}

.feedback-item {
	text-align: center;
	max-width: 735px;
	margin: 0 auto 30px
}

.feedback-item i {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
	color: var(--main-color)
}

.feedback-item p {
	font-size: 18px;
	margin-bottom: 20px
}

.feedback-item .feedback-title {
	position: relative;
	display: inline-block;
	padding-left: 80px;
	text-align: left
}

.feedback-item .feedback-title img {
	width: auto;
	margin: auto;
	position: absolute;
	left: 0;
	top: -3px;
	border-radius: 50%
}

.discover-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.discover-area .single-course {
	margin-bottom: 0
}

.discover-area .single-course .course-content .rating {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px
}

.discover-area .owl-theme .owl-dots .owl-dot.active span,
.discover-area .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(0, 0, 0, 0)
}

.discover-area .owl-dots {
	margin-top: 0 !important;
	line-height: 1;
	display: grid;
	position: absolute;
	top: 42%;
	right: -40px
}

.discover-area .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 4px 0;
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--body-color);
	border-radius: 50%;
	transition: var(--transition);
	position: relative
}

.discover-area .owl-dots .owl-dot span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--body-color);
	transition: var(--transition);
	border-radius: 50%;
	margin: 4px
}

.discover-area .owl-dots .owl-dot:hover span {
	border-color: var(--main-color)
}

.discover-area .owl-dots .owl-dot:hover span::before {
	background-color: var(--main-color);
	margin: 3px
}

.discover-area .owl-dots .owl-dot.active span {
	border-color: var(--main-color);
	position: relative
}

.discover-area .owl-dots .owl-dot.active span::before {
	margin: 3px;
	background-color: var(--main-color)
}

.discover-area .owl-dots .owl-dot .active span,
.discover-area .owl-dots .owl-dot .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(0, 0, 0, 0)
}

.discover-area .discover-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.discover-area .discover-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ebeef5;
	opacity: .8
}

.discover-content .top-title {
	color: var(--main-color);
	font-size: 16px;
	margin-bottom: 5px;
	display: block
}

.discover-content h2 {
	font-size: 36px;
	margin-bottom: 10px
}

.discover-content p {
	margin-bottom: 20px
}

.discover-content ul li {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	color: var(--heading-color)
}

.discover-content ul li:last-child {
	margin-bottom: 0
}

.discover-content ul li span {
	background-color: #fc2f5c;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	color: var(--white-color);
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px
}

.discover-content ul li:nth-child(2) span {
	background-color: var(--main-color)
}

.discover-content ul li:nth-child(3) span {
	background-color: #925eca
}

.discover-content ul li:nth-child(4) span {
	background-color: #52a0dd
}

.single-news {
	margin-bottom: 30px;
	transition: var(--transition);
	background-color: var(--white-color)
}

.single-news .news-content {
	position: relative;
	box-shadow: var(--box-shadow);
	padding: 20px
}

.single-news .news-content .tag {
	color: var(--main-color);
	font-size: 15px;
	display: block;
	margin-bottom: 8px
}

.single-news .news-content a h3 {
	font-size: 24px;
	transition: var(--transition);
	margin-bottom: 20px
}

.single-news .news-content a:hover h3 {
	color: var(--main-color)
}

.single-news .news-content .lessons {
	border-top: 1px solid #ebebeb;
	padding-top: 24px;
	line-height: 1
}

.single-news .news-content .lessons li {
	display: inline-block
}

.single-news .news-content .lessons .float {
	float: right
}

.single-news:hover {
	transform: translateY(-5px)
}

.news-listing-content {
	position: relative;
	box-shadow: var(--box-shadow);
	background-color: var(--white-color);
	padding: 20px
}

.news-listing-content .tag {
	color: var(--main-color);
	font-size: 15px;
	display: block;
	margin-bottom: 8px
}

.news-listing-content a h3 {
	transition: var(--transition);
	margin-bottom: 25px
}

.news-listing-content a:hover h3 {
	color: var(--main-color)
}

.news-listing-content .lessons {
	line-height: 1
}

.news-listing-content .lessons li {
	display: inline-block
}

.news-listing-content .lessons .float {
	float: right
}

.news-img {
	background-image: url(../img/news-img/news-img-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative
}

.news-img.bg-3 {
	background-image: url(../img/news-img/news-img-3.jpg)
}

.news-img.bg-4 {
	background-image: url(../img/news-img/news-img-4.jpg)
}

.blog-column-one-area .single-news .news-content .lessons {
	padding-top: 16px !important
}

.blog-column-one-area .single-news .news-content h3 {
	margin-bottom: 10px
}

.blog-column-two-area .single-news .news-content .lessons {
	padding-top: 16px !important
}

.blog-column-two-area .single-news .news-content h3 {
	margin-bottom: 10px
}

.blog-column-three-area .single-news .news-content .lessons {
	padding-top: 16px !important
}

.blog-column-three-area .single-news .news-content h3 {
	margin-bottom: 10px
}

.left-sidebar-area .single-news .news-content .lessons {
	padding-top: 16px !important
}

.left-sidebar-area .single-news .news-content h3 {
	margin-bottom: 10px
}

.subscribe-wrap {
	max-width: 600px;
	margin: auto;
	position: relative
}

.subscribe-wrap h2 {
	font-size: 36px;
	text-align: center
}

.subscribe-wrap p {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center
}

.subscribe-wrap .form-control {
	max-width: 400px;
	display: inline-block;
	font-size: 16px;
	background-color: var(--white-color)
}

.subscribe-wrap .form-control:placeholder {
	color: #616161
}

.subscribe-wrap .default-btn {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	float: right
}

.subscribe-wrap .subscribe-img {
	position: absolute;
	bottom: -110px;
	left: -375px
}

#validator-newsletter {
	color: #dc3545;
	margin-top: 10px
}

.footer-top-area {
	background-color: #111
}

.footer-widget {
	margin-top: -8px;
	margin-bottom: 30px
}

.footer-widget h3 {
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #59430e;
	color: var(--white-color);
	font-size: 22px
}

.footer-widget .address .location {
	padding-left: 40px;
	position: relative;
	color: var(--white-color)
}

.footer-widget .address .location i {
	position: absolute;
	color: var(--main-color);
	left: 0;
	top: 2px
}

.footer-widget .address li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 16px
}

.footer-widget .address li a {
	color: var(--white-color);
	display: block
}

.footer-widget .address li a:hover {
	color: var(--main-color)
}

.footer-widget .address li:last-child {
	margin-bottom: 0
}

.footer-widget .address li i {
	position: absolute;
	color: var(--main-color);
	left: 0;
	top: 2px
}

.footer-widget .link li {
	margin-bottom: 14px
}

.footer-widget .link li a {
	color: var(--white-color)
}

.footer-widget .link li a:hover {
	color: var(--main-color)
}

.footer-widget .link li:last-child {
	margin-bottom: 0
}

.footer-bottom-area {
	background-color: #111;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #292929
}

.footer-bottom-area .copyright-wrap p {
	color: var(--white-color)
}

.footer-bottom-area .copyright-wrap p a {
	color: var(--main-color)
}

.footer-bottom-area .copyright-wrap p i {
	position: relative;
	top: 1px
}

.single-affordable {
	text-align: center;
	margin-bottom: 30px;
	transition: var(--transition)
}

.single-affordable i {
	font-size: 80px;
	display: inline-block;
	width: 140px;
	height: 140px;
	line-height: 140px;
	margin-bottom: 25px;
	background-color: #edf5fc;
	border-radius: 50%;
	color: #59a3de
}

.single-affordable h3 {
	margin-bottom: 0
}

.single-affordable.two i {
	background-color: #f4effa;
	color: #925eca
}

.single-affordable.three i {
	background-color: #fef4ea;
	color: #fa9231
}

.single-affordable.four i {
	background-color: #ffeaee;
	color: #fc2f5c
}

.single-affordable:hover {
	transform: translateY(-5px)
}

.single-categories {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	transition: var(--transition)
}

.single-categories .categories-content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: rgba(0, 0, 0, .6)
}

.single-categories .categories-content-wrap .categories-content a {
	display: block
}

.single-categories .categories-content-wrap .categories-content a h3 {
	color: var(--white-color);
	margin-bottom: 0;
	font-size: 24px;
	transition: var(--transition)
}

.single-categories .categories-content-wrap .categories-content a:hover h3 {
	color: var(--main-color)
}

.single-categories .categories-content-wrap .categories-content span {
	color: var(--white-color);
	font-size: 15px
}

.single-categories:hover {
	transform: translateY(-5px)
}

.feature-wrap {
	background-color: var(--main-color);
	padding: 50px 20px;
	padding-bottom: 20px
}

.feature-wrap-two {
	padding: 50px 20px;
	padding-bottom: 20px;
	background-image: url(../img/feature-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.feature-wrap-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #001;
	opacity: .8;
	z-index: -1
}

.feature-wrap-two .single-feature i {
	border: 1px solid var(--main-color);
	background-color: rgba(0, 0, 0, 0)
}

.single-feature {
	margin-bottom: 30px;
	position: relative;
	padding-left: 105px;
	transition: var(--transition)
}

.single-feature i {
	font-size: 40px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	background-color: var(--white-color);
	color: var(--main-color);
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0
}

.single-feature h3 {
	color: var(--white-color)
}

.single-feature p {
	color: var(--white-color)
}

.single-feature:hover {
	transform: translateY(-5px)
}

.tutor-area {
	background-image: url(https://www.acesoftechacademy.com/wp-content/themes/acesoftech/assets/img/tutor-bg.webp)!important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.tutor-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: .8;
	z-index: -1
}

.single-tutor {
	border: 1px solid var(--white-color);
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
	transition: var(--transition)
}

.single-tutor i {
	color: var(--main-color);
	line-height: 1;
	font-size: 70px;
	display: inline-block;
	margin-bottom: 20px
}

.single-tutor h3 {
	color: var(--white-color);
	margin-bottom: 15px
}

.single-tutor p {
	margin-bottom: -5px;
	color: var(--white-color);
	font-size: 15px
}

.single-tutor:hover {
	transform: translateY(-5px)
}

.page-title-area {
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1
}

.page-title-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f6fa;
	opacity: .8;
	z-index: -1
}

.page-title-area.bg-1 {
	background-image: url(../img/page-bg/page-bg-1.jpg)
}

.page-title-area.bg-2 {
	background-image: url(../img/page-bg/page-bg-2.jpg)
}

.page-title-area.bg-3 {
	background-image: url(../img/page-bg/page-bg-3.jpg)
}

.page-title-area.bg-4 {
	background-image: url(../img/page-bg/page-bg-4.jpg)
}

.page-title-area.bg-5 {
	background-image: url(../img/page-bg/page-bg-5.jpg)
}

.page-title-area.bg-6 {
	background-image: url(../img/page-bg/page-bg-6.jpg)
}

.page-title-area.bg-7 {
	background-image: url(../img/page-bg/page-bg-7.jpg)
}

.page-title-area.bg-8 {
	background-image: url(../img/page-bg/page-bg-8.jpg)
}

.page-title-area.bg-9 {
	background-image: url(../img/page-bg/page-bg-9.jpg)
}

.page-title-area.bg-10 {
	background-image: url(../img/page-bg/page-bg-10.jpg)
}

.page-title-area.bg-11 {
	background-image: url(../img/page-bg/page-bg-11.jpg)
}

.page-title-area.bg-12 {
	background-image: url(../img/page-bg/page-bg-12.jpg)
}

.page-title-area.bg-13 {
	background-image: url(../img/page-bg/page-bg-13.jpg)
}

.page-title-area.bg-14 {
	background-image: url(../img/page-bg/page-bg-14.jpg)
}

.page-title-area.bg-15 {
	background-image: url(../img/page-bg/page-bg-15.jpg)
}

.page-title-area.bg-16 {
	background-image: url(../img/page-bg/page-bg-16.jpg)
}

.page-title-area.bg-17 {
	background-image: url(../img/page-bg/page-bg-17.jpg)
}

.page-title-area.bg-18 {
	background-image: url(../img/page-bg/page-bg-18.jpg)
}

.page-title-area.bg-19 {
	background-image: url(../img/page-bg/page-bg-19.jpg)
}

.page-title-area.bg-20 {
	background-image: url(../img/page-bg/page-bg-1.jpg)
}

.page-title-area.bg-21 {
	background-image: url(../img/page-bg/page-bg-2.jpg)
}

.page-title-area.bg-22 {
	background-image: url(../img/page-bg/page-bg-3.jpg)
}

.page-title-area.bg-23 {
	background-image: url(../img/page-bg/page-bg-4.jpg)
}

.page-title-area.bg-24 {
	background-image: url(../img/page-bg/page-bg-5.jpg)
}

.page-title-area.bg-25 {
	background-image: url(../img/page-bg/page-bg-6.jpg)
}

.page-title-area.bg-26 {
	background-image: url(../img/page-bg/page-bg-7.jpg)
}

.page-title-area .page-title-content {
	position: relative;
	margin-top: -10px
}

.page-title-area .page-title-content h2 {
	margin-bottom: 15px;
	color: var(--heading-color);
	font-size: 30px;
	font-weight: 700
}

.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-right: 15px;
	margin-left: 15px;
	color: var(--heading-color)
}

.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -3px;
	background-color: var(--heading-color);
	width: 1px;
	height: 15px;
	transform: rotate(25deg)
}

.page-title-area .page-title-content ul li:last-child::before {
	display: none
}

.page-title-area .page-title-content ul li a {
	color: var(--heading-color)
}

.page-title-area .page-title-content ul li a:hover {
	color: var(--main-color)
}

.page-title-area .page-title-content ul .active {
	color: var(--main-color)
}

.faq-accordion {
	max-width: 800px;
	margin: auto
}

.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
	border-radius: 5px;
	display: block;
	margin-bottom: 20px
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-item.active {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
	padding: 15px 30px;
	color: var(--heading-color);
	text-decoration: none;
	position: relative;
	display: block;
	background-color: #f5f6fa;
	border: 1px solid #e5e5e7;
	font-size: 18px;
	font-weight: 500
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 25px;
	top: 17px;
	font-size: 25px;
	transition: var(--transition-color)
}

.faq-accordion .accordion .accordion-title.active::before {
	content: "";
	font-family: remixicon !important
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: -5px;
	padding: 30px;
	padding-bottom: 10px
}

.faq-accordion .accordion .accordion-content p {
	line-height: 1.8
}

.faq-accordion .accordion .accordion-content.show {
	display: block
}

.showing-result {
	margin-bottom: 30px;
	margin-right: 15px
}

.showing-result .showing-top-bar-ordering {
	text-align: right
}

.showing-result .showing-top-bar-ordering .nice-select {
	color: var(--main-color);
	border-radius: 0;
	border: none;
	float: unset;
	height: unset;
	line-height: initial;
	padding: 15px 35px 15px 15px;
	font-size: 16px;
	border: 1px solid #d7d7d7;
	background-color: #f5f6fa
}

.showing-result .showing-top-bar-ordering .nice-select .list {
	background-color: var(--white-color);
	box-shadow: var(--box-shadow);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 250px;
	overflow-y: scroll
}

.showing-result .showing-top-bar-ordering .nice-select .list .option {
	transition: var(--transition);
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px
}

.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
	background-color: var(--main-color) !important;
	color: var(--white-color)
}

.showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
	font-weight: 700;
	color: var(--body-color)
}

.showing-result .showing-top-bar-ordering .nice-select:after {
	right: 20px
}

.showing-result .search-form .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: var(--main-color);
	color: var(--white-color);
	font-size: 20px
}

.showing-result .search-form .form-control {
	border: 1px solid #d7d7d7;
	background-color: #f5f6fa;
	font-size: 16px
}

.showing-result .search-form .form-control::placeholder {
	color: #616161
}

.contact-info-area .single-contact-info {
	text-align: center;
	margin-bottom: 30px;
	padding: 0 30px;
	transition: var(--transition);
	position: relative
}

.contact-info-area .single-contact-info::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5
}

.contact-info-area .single-contact-info i {
	display: block;
	color: var(--black-color);
	transition: var(--transition);
	line-height: 1;
	margin: 0 auto 15px;
	border-radius: 50%;
	font-size: 50px
}

.contact-info-area .single-contact-info h3 {
	transition: var(--transition);
	margin-bottom: 15px
}

.contact-info-area .single-contact-info a {
	color: var(--body-color);
	transition: var(--transition);
	display: block
}

.contact-info-area .single-contact-info:hover {
	transform: translateY(-5px)
}

.contact-info-area .col-lg-4:first-child .single-contact-info::before {
	display: none
}

.main-contact-area .contact-wrap {
	max-width: unset
}

.main-contact-area .contact-wrap .section-title {
	text-align: center !important;
	max-width: 600px
}

.main-contact-area .contact-wrap .section-title h2 {
	margin-bottom: 10px
}

.main-contact-area .contact-wrap .form-group {
	margin-bottom: 30px
}

.main-contact-area .contact-wrap .default-btn {
	margin: auto;
	display: table;
	cursor: pointer
}

.main-contact-area .contact-wrap .contact-form {
	max-width: 800px;
	margin: auto
}

.main-contact-area .contact-wrap .contact-form #msgSubmit {
	position: unset;
	text-align: center;
	margin-top: 20px
}

.main-contact-area .contact-wrap .contact-form .hidden {
	display: none
}

.main-contact-area .contact-wrap .form-control {
	background-color: #f5f6fa;
	border-color: 1px solid #e5e5e7
}

.list-unstyled {
	color: red;
	margin-top: 10px;
	font-size: 14px
}

.map-area iframe {
	height: 480px;
	width: 100%;
	border: none !important;
	display: block
}

.single-gallery {
	margin-bottom: 30px;
	transition: var(--transition);
	position: relative
}

.single-gallery a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 50px;
	background-color: rgba(0, 0, 0, .5);
	transform: scaleX(0);
	transition: var(--transition)
}

.single-gallery:hover {
	transform: translateY(-5px)
}

.single-gallery:hover a i {
	transform: scaleX(1)
}

.user-area-style {
	position: relative;
	z-index: 1
}

.user-area-style .section-title {
	margin-bottom: 0;
	margin-top: 0;
	padding: 30px;
	background-color: var(--main-color);
	text-align: left;
	max-width: unset
}

.user-area-style .section-title h2 {
	font-size: 30px;
	color: var(--white-color)
}

.user-area-style .contact-form-action {
	border: 1px solid #ebf0ff;
	padding: 50px;
	box-shadow: var(--box-shadow)
}

.user-area-style .contact-form-action .section-title {
	margin-bottom: 40px
}

.user-area-style .contact-form-action form .form-condition {
	margin-bottom: 20px
}

.user-area-style .contact-form-action form .form-condition .agree-label {
	font-weight: 600
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
	color: var(--main-color)
}

.user-area-style .contact-form-action form .form-group {
	margin-bottom: 30px
}

.user-area-style .contact-form-action form .default-btn {
	margin-bottom: 25px
}

.user-area-style .contact-form-action form .default-btn.register {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--heading-color);
	color: var(--heading-color)
}

.user-area-style .contact-form-action form .default-btn.register:hover {
	background-color: var(--main-color);
	color: var(--white-color)
}

.user-area-style .contact-form-action form .login-action {
	margin-bottom: 30px
}

.user-area-style .contact-form-action form .login-action .log-rem {
	display: inline-block
}

.user-area-style .contact-form-action form .login-action .log-rem label {
	margin-bottom: 0
}

.user-area-style .contact-form-action form .login-action .forgot-login {
	display: inline-block;
	float: right
}

.user-area-style .contact-form-action p a {
	color: var(--heading-color)
}

.user-area-style .contact-form-action p a:hover {
	color: var(--main-color)
}

.user-area-style .log-in-area,
.user-area-style .registration-area {
	max-width: 600px;
	margin: auto
}

.user-area-style.recover-password-area .recover {
	max-width: 600px;
	margin: auto
}

.user-area-style.recover-password-area h3 {
	font-size: 40px;
	margin-top: -11px
}

.user-area-style.recover-password-area p {
	margin-bottom: 30px
}

.user-area-style.recover-password-area .now-register {
	float: right
}

.user-area-style .text-right {
	text-align: right
}

label {
	margin-bottom: 12px
}

.privacy-policy-wrap {
	max-width: 800px;
	margin: auto
}

.privacy-policy-wrap .title {
	margin-bottom: 30px;
	text-align: center
}

.privacy-policy-wrap img {
	margin-bottom: 20px
}

.privacy-policy-wrap ul {
	margin-left: 20px;
	margin-bottom: 15px
}

.terms-conditions-wrap {
	max-width: 800px;
	margin: auto
}

.terms-conditions-wrap .title {
	margin-bottom: 30px;
	text-align: center
}

.terms-conditions-wrap img {
	margin-bottom: 20px
}

.terms-conditions-wrap ul {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: disc
}

.single-blog-content .blog-top-content img {
	margin-bottom: 25px
}

.single-blog-content .blog-top-content .research {
	color: var(--main-color);
	margin-bottom: 5px;
	display: block
}

.single-blog-content .blog-top-content h3 {
	margin-bottom: 20px;
	font-size: 30px
}

.single-blog-content .blog-top-content .post-details {
	margin-bottom: 20px;
	line-height: 1
}

.single-blog-content .blog-top-content .post-details li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid var(--body-color)
}

.single-blog-content .blog-top-content .post-details li i {
	margin-right: 5px;
	color: var(--main-color);
	position: relative;
	top: 2px
}

.single-blog-content .blog-top-content .post-details li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0
}

.single-blog-content .blog-top-content blockquote {
	position: relative;
	background-color: #f5f6fa
}

.single-blog-content .blog-top-content blockquote::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: var(--main-color)
}

.single-blog-content .blog-top-content blockquote i {
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 30px
}

.single-blog-content .blog-top-content blockquote p {
	padding: 30px 50px;
	font-weight: 500;
	font-size: 18px;
	color: var(--heading-color)
}

.single-blog-content .social-wrap {
	background-color: #f5f6fa;
	padding: 20px 30px;
	margin-top: 30px;
	margin-bottom: 50px
}

.single-blog-content .social-wrap li {
	display: inline-block
}

.single-blog-content .social-wrap li span {
	color: var(--heading-color);
	margin-right: 10px;
	font-weight: 500
}

.single-blog-content .social-wrap li a {
	font-size: 16px;
	margin-right: 10px
}

.single-blog-content .social-wrap li a:hover {
	transform: translateY(-2px)
}

.single-blog-content .social-wrap li:last-child a {
	margin-right: 0
}

.single-blog-content .post-next-and-prev-wrap {
	margin-bottom: 50px
}

.single-blog-content .post-next-and-prev-wrap .prev-img {
	position: relative
}

.single-blog-content .post-next-and-prev-wrap .prev-img h3 {
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 115px
}

.single-blog-content .post-next-and-prev-wrap .next-img {
	position: relative;
	text-align: right
}

.single-blog-content .post-next-and-prev-wrap .next-img h3 {
	font-size: 16px;
	position: absolute;
	top: 20px;
	right: 115px
}

.single-blog-content .comments-wrap {
	margin-bottom: 50px
}

.single-blog-content .comments-wrap h3 {
	margin-bottom: 30px;
	font-size: 24px
}

.single-blog-content .comments-wrap ul li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px
}

.single-blog-content .comments-wrap ul li img {
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.single-blog-content .comments-wrap ul li h3 {
	margin-bottom: 10px;
	font-size: 16px
}

.single-blog-content .comments-wrap ul li span {
	display: block;
	margin-bottom: 15px
}

.single-blog-content .comments-wrap ul li a {
	font-size: 14px
}

.single-blog-content .comments-wrap ul li a:hover {
	letter-spacing: 1px
}

.single-blog-content .comments-wrap ul li a i {
	margin-right: 5px
}

.single-blog-content .leave-reply-wrap h3 {
	margin-bottom: 20px;
	font-size: 24px;
	margin-top: -10px
}

.single-blog-content .leave-reply-wrap p {
	margin-bottom: 30px
}

.single-blog-content .leave-reply-wrap .form-group {
	margin-bottom: 25px
}

.single-blog-content .leave-reply-wrap .form-group #chb1 {
	margin-right: 5px
}

.single-blog-content .leave-reply-wrap .form-group label {
	margin-bottom: 10px
}

.single-blog-content .leave-reply-wrap input[type=checkbox],
.single-blog-content .leave-reply-wrap input[type=radio] {
	margin-right: 5px;
	position: relative;
	top: 1px
}

.sidebar-widget {
	margin-bottom: 35px
}

.sidebar-widget h3 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #efefef
}

.sidebar-widget h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 150px;
	height: 3px;
	background-color: var(--main-color)
}

.sidebar-widget.search .search-form {
	position: relative
}

.sidebar-widget.search .search-form .search-button {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: var(--main-color);
	top: 0;
	right: 0;
	font-size: 20px;
	color: var(--white-color)
}

.sidebar-widget.categories {
	border: 1px solid #ebf0ff;
	padding: 30px;
	overflow: hidden
}

.sidebar-widget.categories ul li {
	position: relative;
	margin-bottom: 21px
}

.sidebar-widget.categories ul li::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -30px;
	width: 119%;
	height: 1px;
	background-color: #efefef
}

.sidebar-widget.categories ul li:first-child::before {
	display: none
}

.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0
}

.sidebar-widget.popular-post {
	position: relative;
	overflow: hidden;
	border: 1px solid #ebf0ff;
	padding: 30px
}

.sidebar-widget.popular-post .item {
	position: relative;
	margin-bottom: 31px
}

.sidebar-widget.popular-post .item::before {
	content: "";
	position: absolute;
	top: -16px;
	left: -30px;
	width: 119%;
	height: 1px;
	background-color: #efefef
}

.sidebar-widget.popular-post .item:first-child::before {
	display: none
}

.sidebar-widget.popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.sidebar-widget.popular-post .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px
}

.sidebar-widget.popular-post .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg1 {
	background-image: url(../img/single-blog/popular-img-1.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg2 {
	background-image: url(../img/single-blog/popular-img-2.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg3 {
	background-image: url(../img/single-blog/popular-img-3.jpg)
}

.sidebar-widget.popular-post .item .info {
	overflow: hidden
}

.sidebar-widget.popular-post .item .info .title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 16px
}

.sidebar-widget.popular-post .item .info .title a {
	display: inline-block;
	color: var(--heading-color)
}

.sidebar-widget.popular-post .item .info .title a:hover {
	color: var(--main-color)
}

.sidebar-widget.popular-post .item .info .date {
	font-size: 13px;
	color: var(--body-color);
	display: block
}

.sidebar-widget.tags {
	border: 1px solid #ebf0ff;
	padding: 30px
}

.sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px
}

.sidebar-widget.tags ul li a {
	border: 1px solid #cfcfcf;
	padding: 8px 12px
}

.sidebar-widget.tags ul li a:hover {
	transform: translateY(-2px);
	background-color: var(--main-color);
	color: var(--white-color);
	border-color: var(--main-color)
}

.sidebar-widget.tags ul li:last-child {
	margin-bottom: 0
}

.single-shop {
	text-align: center;
	margin-bottom: 30px
}

.single-shop .shop-img {
	position: relative;
	margin-bottom: 20px
}

.single-shop .shop-img ul {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	transform: scaleY(0);
	transition: var(--transition)
}

.single-shop .shop-img ul li {
	display: inline-block
}

.single-shop .shop-img ul li a i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--white-color);
	color: var(--heading-color);
	border-radius: var(--border-radius);
	border: 1px solid #b7b7b7;
	transition: var(--transition)
}

.single-shop .shop-img ul li a:hover i {
	background-color: var(--main-color);
	color: var(--white-color);
	border-color: var(--main-color)
}

.single-shop .shop-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black-color);
	opacity: .1;
	transform: scaleY(0);
	transition: var(--transition)
}

.single-shop h3 {
	margin-bottom: 5px
}

.single-shop span {
	font-size: 16px;
	display: block;
	margin-bottom: 10px
}

.single-shop span del {
	margin-right: 10px
}

.single-shop .default-btn {
	padding: 12px 45px;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0);
	border-color: var(--heading-color);
	color: var(--heading-color)
}

.single-shop .default-btn:hover {
	background-color: var(--main-color);
	color: var(--white-color)
}

.single-shop:hover .shop-img ul {
	transform: scaleY(1)
}

.single-shop:hover .shop-img::before {
	transform: scaleY(1)
}

.cart-area .product-thumbnail {
	width: 130px
}

.cart-area .cart-table {
	text-align: center
}

.cart-area .cart-table table thead tr {
	border-style: none
}

.cart-area .cart-table table thead tr th {
	border-bottom: none;
	border: none;
	border-bottom: 1px solid #eaedff;
	color: var(--heading-color);
	padding-top: 0;
	font-size: 16px;
	font-weight: 500
}

.cart-area .cart-table table tbody tr td {
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #eaedff
}

.cart-area .cart-table table tbody tr td a {
	color: var(--heading-color)
}

.cart-area .cart-table table tbody tr td a:hover {
	color: var(--main-color)
}

.cart-area .cart-table table tbody tr td.product-subtotal {
	font-size: 15px
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
	margin-left: 50px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	display: inline-block;
	background-color: var(--white-color);
	border-radius: 50%;
	font-size: 20px;
	transition: var(--transition);
	color: var(--body-color);
	box-shadow: var(--box-shadow);
	float: right
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
	background-color: red;
	color: var(--white-color)
}

.cart-area .cart-table table tbody tr td.product-quantity {
	width: 145px
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
	position: relative
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: var(--body-color);
	outline: 0;
	display: block;
	border: none;
	border: 1px solid #cfcfcf;
	text-align: center;
	width: 100%
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	color: var(--body-color);
	width: 40px;
	height: 100%;
	line-height: 48px;
	transition: var(--transition);
	font-size: 20px
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
	background-color: var(--main-color);
	color: var(--white-color)
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	color: var(--body-color);
	width: 40px;
	height: 100%;
	line-height: 48px;
	transition: var(--transition);
	font-size: 20px
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
	background-color: var(--main-color);
	color: var(--white-color)
}

.cart-area .coupon-cart {
	margin-top: 20px
}

.cart-area .coupon-cart .form-group {
	position: relative
}

.cart-area .coupon-cart .form-group .form-control {
	border: 1px solid #e1e1e1
}

.cart-area .coupon-cart .form-group .form-control:focus {
	border-color: var(--main-color)
}

.cart-area .coupon-cart .form-group .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px
}

.cart-area .coupon-cart .default-btn.update {
	background-color: rgba(0, 0, 0, 0);
	border-color: var(--heading-color);
	color: var(--heading-color);
	float: right
}

.cart-area .coupon-cart .default-btn.update:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: var(--white-color)
}

.cart-area .cart-checkout-title {
	background-color: var(--main-color);
	padding: 20px 30px;
	color: var(--white-color);
	margin-bottom: 0
}

.cart-area .cart-totals {
	padding: 35px;
	border-radius: 0;
	border: 1px solid #ebf0ff;
	overflow: hidden
}

.cart-area .cart-totals h3 {
	margin-bottom: 25px
}

.cart-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none
}

.cart-area .cart-totals ul li {
	color: var(--body-color);
	position: relative;
	padding-bottom: 21px
}

.cart-area .cart-totals ul li::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -30px;
	width: 119%;
	height: 1px;
	border-bottom: 1px solid #eaedff
}

.cart-area .cart-totals ul li:last-child {
	padding-bottom: 0
}

.cart-area .cart-totals ul li:last-child::before {
	display: none
}

.cart-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: normal
}

.cart-area .cart-totals .default-btn {
	display: block
}

.checkout-area .billing-details h3 {
	margin-bottom: 20px;
	font-size: 30px
}

.checkout-area .billing-details .form-group {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-group label {
	display: block;
	color: var(--body-color);
	margin-bottom: 10px
}

.checkout-area .billing-details .form-group label .required {
	color: var(--body-color)
}

.checkout-area .billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: var(--body-color);
	padding-top: 0;
	padding-bottom: 0
}

.checkout-area .billing-details .form-group .nice-select .list {
	background-color: var(--white-color);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
	background-color: var(--main-color) !important;
	color: var(--white-color)
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
	background-color: rgba(0, 0, 0, 0)
}

.checkout-area .billing-details .form-group .nice-select:after {
	right: 20px
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
	background-color: var(--main-color) !important;
	color: var(--white-color) !important
}

.checkout-area .billing-details .form-group textarea {
	padding-top: 13px
}

.checkout-area .billing-details .form-check {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-check .form-check-label {
	color: var(--body-color)
}

.checkout-area .billing-details .form-check label {
	position: relative;
	top: 1px
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0
}

.checkout-area .cart-totals {
	border-radius: 0;
	margin-bottom: 30px;
	box-shadow: var(--box-shadow)
}

.checkout-area .cart-totals h3 {
	margin-bottom: 0;
	font-size: 24px;
	background-color: var(--main-color);
	padding: 20px 30px;
	color: var(--white-color)
}

.checkout-area .cart-totals ul {
	padding: 15px 30px;
	overflow: hidden;
	border: 1px solid #eaedff
}

.checkout-area .cart-totals ul li {
	color: var(--body-color);
	position: relative;
	padding-bottom: 21px
}

.checkout-area .cart-totals ul li::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -30px;
	width: 200%;
	height: 1px;
	border-bottom: 1px solid #eaedff
}

.checkout-area .cart-totals ul li:first-child {
	padding-top: 0
}

.checkout-area .cart-totals ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.checkout-area .cart-totals ul li:last-child::before {
	display: none
}

.checkout-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: normal
}

.checkout-area .faq-accordion h3 {
	font-size: 24px;
	margin-bottom: 0;
	background-color: var(--main-color);
	padding: 20px 30px;
	color: var(--white-color)
}

.checkout-area .faq-accordion .accordion {
	border: 1px solid #eaedff;
	padding: 30px;
	box-shadow: var(--box-shadow)
}

.checkout-area .faq-accordion .accordion .accordion-content {
	border-top: none;
	padding: 0
}

.checkout-area .faq-accordion .accordion .accordion-title {
	padding: 0;
	position: relative;
	padding-left: 25px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	margin-bottom: 10px;
	color: var(--heading-color)
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
	background-color: var(--main-color)
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
	background-color: var(--main-color)
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: var(--heading-color);
	border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 3px;
	width: 9px;
	height: 9px;
	background-color: var(--white-color);
	border-radius: 50%;
	border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
	color: var(--main-color)
}

.checkout-area .faq-accordion .accordion .accordion-item {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	margin-bottom: 15px
}

.checkout-area .faq-accordion .form-check {
	font-size: 14px
}

.checkout-area .faq-accordion .form-check label {
	margin-bottom: 5px
}

.checkout-area .faq-accordion .form-check label a {
	color: var(--heading-color)
}

.checkout-area .faq-accordion .form-check label a:hover {
	color: var(--main-color)
}

.wishlist-wrap {
	max-width: 1080px;
	margin: auto
}

.wishlist-wrap .default-btn {
	float: right;
	margin-top: -11px;
	color: var(--white-color) !important
}

.wishlist-wrap .default-btn:hover {
	color: var(--main-color) !important
}

.wishlist-wrap .table-responsive>.table-bordered {
	margin-bottom: 0
}

.product-details-area .product-details-desc h3 {
	margin-bottom: 15px;
	font-size: 25px
}

.product-details-area .product-details-desc p {
	margin-bottom: 0
}

.product-details-area .product-details-desc .price {
	margin-bottom: 10px;
	color: #333;
	font-size: 20px;
	font-weight: 500
}

.product-details-area .product-details-desc .price span {
	padding: 0 5px
}

.product-details-area .product-details-desc .price .old-price {
	text-decoration: line-through;
	color: #828893;
	font-size: 24px
}

.product-details-area .product-details-desc .product-review {
	margin-bottom: 15px
}

.product-details-area .product-details-desc .product-review .rating {
	display: inline-block;
	padding-right: 5px;
	font-size: 20px
}

.product-details-area .product-details-desc .product-review .rating i {
	color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
	display: inline-block;
	color: #333;
	border-bottom: 1px solid #333;
	line-height: initial;
	position: relative;
	top: -5px
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
	color: var(--main-color);
	border-color: var(--main-color)
}

.product-details-area .product-details-desc .product-summery {
	margin-top: 30px
}

.product-details-area .product-details-desc .product-summery li {
	margin-bottom: 10px;
	color: var(--heading-color);
	font-size: 17px;
	font-weight: 500;
	position: relative
}

.product-details-area .product-details-desc .product-summery li span {
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	left: 115px;
	top: 3px
}

.product-details-area .product-details-desc .product-summery li:last-child {
	margin-bottom: 0
}

.product-details-area .product-details-desc .social-wrap {
	margin-top: 30px
}

.product-details-area .product-details-desc .social-wrap li {
	display: inline-block;
	padding-right: 10px;
	font-size: 17px;
	font-weight: 500;
	color: var(--heading-color)
}

.product-details-area .product-details-desc .social-wrap li span {
	display: inline-block;
	margin-right: 45px
}

.product-details-area .product-details-desc .social-wrap li a i {
	font-size: 20px;
	line-height: 1;
	color: var(--heading-color);
	transition: var(--transition)
}

.product-details-area .product-details-desc .social-wrap li a:hover i {
	color: var(--main-color)
}

.product-details-area .product-details-desc .product-add-to-cart {
	margin-bottom: 30px;
	margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart h3 {
	display: inline-block;
	margin-right: 10px;
	font-size: 17px
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
	border: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 34px;
	transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
	color: var(--main-color)
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	border-right: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	border-left: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
	height: 30px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
	color: #333
}

.product-details-area .product-details-desc .default-btn {
	margin-bottom: 0 !important
}

.product-details-area .product-details-desc .default-btn i {
	position: relative;
	top: -1px;
	margin-right: 5px
}

.product-details-area .product-details-image {
	text-align: center;
	background-color: #f7f7f7
}

.product-details-area .tab .tabs_item {
	display: none
}

.product-details-area .tab .tabs_item:first-child {
	display: block
}

.product-details-area .products-details-tab {
	margin-top: 100px
}

.product-details-area .products-details-tab .tabs {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px
}

.product-details-area .products-details-tab .tabs li a {
	display: inline-block;
	position: relative;
	color: #333;
	border-bottom: none;
	line-height: 1;
	font-size: 16px;
	font-weight: 500
}

.product-details-area .products-details-tab .tabs li a:hover {
	color: var(--main-color)
}

.product-details-area .products-details-tab .tabs li:last-child {
	margin-right: 0
}

.product-details-area .products-details-tab .tabs li.current a {
	color: var(--main-color)
}

.product-details-area .products-details-tab .tab_content {
	padding: 30px;
	padding-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
	margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
	margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
	border: 1px solid #eaedff;
	border-bottom: none;
	padding: 10px 15px;
	color: #57647c
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
	border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
	display: inline-block;
	width: 30%;
	color: var(--main-color)
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
	margin-bottom: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
	position: relative
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
	color: #ffba0a;
	font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
	border: none !important;
	box-shadow: none !important;
	border: 4px;
	background-color: var(--main-color)
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 35px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 30px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eaedff;
	padding-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 14px;
	color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #ff4800
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
	color: #444
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
	padding-top: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
	box-shadow: none;
	border: none;
	border-radius: 0
}

.related-product-area .section-title {
	text-align: center;
	margin: -15px auto 50px
}

.event-about-area .section-title {
	margin-top: -10px
}

.event-about-area .event-about-content h3 {
	font-size: 24px;
	margin-bottom: 15px
}

.event-about-area .event-about-content .post-details {
	margin-bottom: 25px;
	line-height: 1
}

.event-about-area .event-about-content .post-details li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid var(--body-color)
}

.event-about-area .event-about-content .post-details li i {
	margin-right: 5px;
	color: var(--main-color);
	position: relative;
	top: 2px
}

.event-about-area .event-about-content .post-details li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0
}

.event-about-area .event-about-content img {
	margin-bottom: 15px
}

.event-about-area .event-about-content .description-title {
	margin-bottom: 10px
}

.event-about-area .map-area {
	margin-top: 30px;
	margin-bottom: 30px
}

.account-wrap {
	box-shadow: var(--box-shadow);
	border: 1px solid #eaedff
}

.account-wrap ul {
	overflow: hidden;
	padding: 15px 30px
}

.account-wrap ul li {
	font-weight: 500;
	padding-bottom: 31px;
	position: relative;
	color: var(--heading-color)
}

.account-wrap ul li::before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: -30px;
	width: 200%;
	height: 1px;
	background-color: #eaedff
}

.account-wrap ul li:last-child {
	padding-bottom: 0
}

.account-wrap ul li:last-child::before {
	display: none
}

.account-wrap ul li .bold {
	font-weight: 500;
	color: var(--main-color)
}

.account-wrap ul li span {
	font-weight: normal;
	float: right;
	color: var(--body-color)
}

.account-wrap ul li a {
	float: right
}

.account-wrap .default-btn {
	margin-bottom: 30px;
	display: block;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px
}

.account-wrap .social-content {
	position: relative
}

.account-wrap .social-content p {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 5px;
	text-align: center;
	cursor: pointer
}

.account-wrap .social-content p i {
	font-size: 20px;
	position: relative;
	top: 3px
}

.account-wrap .social-content ul {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	text-align: center;
	transform: scaleX(0);
	transition: var(--transition)
}

.account-wrap .social-content ul li {
	display: inline-block;
	border: none;
	padding: 0
}

.account-wrap .social-content ul li::before {
	display: none
}

.account-wrap .social-content ul li a i {
	width: 30px;
	height: 30px;
	background-color: #f5f6fa;
	line-height: 30px;
	text-align: center;
	border-radius: var(--border-radius);
	font-size: 18px;
	transition: var(--transition)
}

.account-wrap .social-content ul li a:hover i {
	background-color: var(--main-color);
	color: var(--white-color)
}

.account-wrap .social-content:hover ul {
	transform: scaleX(1)
}

.teachers-area-style .section-title {
	margin-top: -10px
}

.single-event-area .single-event-content .title {
	margin-bottom: 15px;
	font-size: 28px
}

.single-event-area .single-event-content h3 {
	font-size: 24px
}

.single-event-area .single-event-content .post-details {
	margin-bottom: 25px;
	line-height: 1
}

.single-event-area .single-event-content .post-details li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid var(--body-color)
}

.single-event-area .single-event-content .post-details li i {
	margin-right: 5px;
	color: var(--main-color);
	position: relative;
	top: 2px
}

.single-event-area .single-event-content .post-details li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0
}

.single-event-area .single-event-content img {
	margin-bottom: 25px
}

.single-event-area .map-area {
	margin-top: 30px;
	margin-bottom: 30px
}

.single-course-area .single-course-content h3 {
	font-size: 24px;
	margin-bottom: 25px
}

.single-course-area .single-course-content img {
	margin-bottom: 30px
}

.single-course-area .course-rating {
	position: relative;
	margin-bottom: 30px;
	padding-left: 70px
}

.single-course-area .course-rating h4 {
	font-size: 18px
}

.single-course-area .course-rating h4 a {
	color: var(--heading-color)
}

.single-course-area .course-rating h4 a:hover {
	color: var(--main-color)
}

.single-course-area .course-rating span {
	font-size: 14px
}

.single-course-area .course-rating img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	max-width: 55px
}

.single-course-area .course-rating.star {
	float: right
}

.single-course-area .course-rating.star .rating {
	display: inline-block
}

.single-course-area .course-rating.star .rating i {
	color: var(--main-color)
}

.single-course-area .single-course-tab .tabs {
	background-color: #f5f6fa;
	text-align: center;
	padding: 20px 30px;
	margin-bottom: 30px
}

.single-course-area .single-course-tab .tabs li {
	display: inline-block;
	padding: 0 20px
}

.single-course-area .single-course-tab .tabs li a {
	color: var(--heading-color);
	font-weight: 500
}

.single-course-area .single-course-tab .tabs li.current a {
	color: var(--main-color);
	position: relative
}

.single-course-area .single-course-tab .tabs li.current a::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--main-color)
}

.single-course-area .tab_content h3 {
	margin-bottom: 0 !important
}

.single-course-area .course-list {
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px
}

.single-course-area .course-list li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px
}

.single-course-area .course-list li:last-child {
	margin-bottom: 0
}

.single-course-area .course-list li i {
	position: absolute;
	left: 0;
	top: -3px;
	color: var(--main-color);
	font-size: 30px
}

.single-course-area .curriculum-content {
	border: 1px solid #eee
}

.single-course-area .curriculum-content h3 {
	padding: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0
}

.single-course-area .curriculum-content h4 {
	font-size: 18px;
	padding: 20px 30px
}

.single-course-area .curriculum-content ul li {
	background-color: #f8f8f8;
	position: relative;
	padding: 15px 30px
}

.single-course-area .curriculum-content ul li .meet-title {
	color: var(--heading-color)
}

.single-course-area .curriculum-content ul li .meet-title i {
	color: var(--main-color);
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 5px
}

.single-course-area .curriculum-content ul li .meet-time {
	position: absolute;
	top: 15px;
	right: 30px
}

.single-course-area .curriculum-content ul li .meet-time .min {
	background: #f7e7e8;
	padding: 4px 6px;
	font-size: 14px;
	border-radius: 5px;
	margin-right: 5px
}

.single-course-area .curriculum-content ul li .meet-time .preview {
	background: #e3f1f2;
	color: #2dbbc4;
	padding: 4px 6px;
	font-size: 14px;
	border-radius: 5px
}

.single-course-area .curriculum-content ul li .meet-time i {
	margin-left: 5px
}

.single-course-area .curriculum-content ul li.transparent {
	background-color: rgba(0, 0, 0, 0)
}

.single-course-area .advisor-content a {
	display: block
}

.single-course-area .advisor-content a h3 {
	margin-bottom: 10px
}

.single-course-area .advisor-content span {
	margin-bottom: 15px;
	display: block
}

.single-course-area .advisor-content p {
	margin-bottom: 20px
}

.single-course-area .advisor-content ul li {
	display: inline-block;
	padding: 0 5px
}

.single-course-area .advisor-content ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #f5f6fa;
	font-size: 16px;
	text-align: center;
	border-radius: var(--border-radius);
	transition: var(--transition)
}

.single-course-area .advisor-content ul li a:hover i {
	background-color: var(--main-color);
	color: var(--white-color)
}

.single-course-area .review-content h3 {
	display: inline-block
}

.single-course-area .review-content .rating-star {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 10px
}

.single-course-area .review-content .rating-star li {
	display: inline-block
}

.single-course-area .review-content .rating-star li i {
	color: var(--main-color);
	font-size: 18px
}

.single-course-area .review-content span {
	display: block;
	margin-top: 15px;
	margin-bottom: 30px
}

.single-course-area .review-content .rating-bar-content .single-bar {
	position: relative;
	margin-bottom: 20px
}

.single-course-area .review-content .rating-bar-content .single-bar .rating-bar {
	width: 100%;
	background-color: #ddd;
	border-radius: 10px
}

.single-course-area .review-content .rating-bar-content .single-bar .rating-bar .skills {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	color: var(--white-color);
	border-radius: 10px
}

.single-course-area .review-content .rating-bar-content .single-bar .rating-bar .skills.html {
	width: 90%;
	background-color: #4caf50;
	border-radius: 10px
}

.single-course-area .review-content .rating-bar-content .single-bar .rating-bar .skills.css {
	width: 80%;
	background-color: #2196f3;
	border-radius: 10px
}

.single-course-area .review-content .rating-bar-content .single-bar .rating-bar .skills.js {
	width: 65%;
	background-color: #f44336;
	border-radius: 10px
}

.single-course-area .review-content .rating-bar-content .single-bar .rating-bar .skills.php {
	width: 60%;
	background-color: gray;
	border-radius: 10px
}

.single-course-area .review-content .rating-bar-content .single-bar .start {
	margin-bottom: 5px
}

.single-course-area .review-content .rating-bar-content .single-bar .percent {
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: 5px
}

.single-course-area .review-content .course-reviews-content {
	margin-top: 35px
}

.single-course-area .review-content .course-reviews-content h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: block
}

.single-course-area .review-content .course-reviews-content .course-reviews {
	margin-top: 30px
}

.single-course-area .review-content .course-reviews-content .course-reviews li {
	position: relative;
	padding-left: 90px
}

.single-course-area .review-content .course-reviews-content .course-reviews li img {
	position: absolute;
	top: 0;
	left: 0
}

.single-course-area .review-content .course-reviews-content .course-reviews li h3 {
	margin-bottom: 15px;
	border: none;
	padding-bottom: 0
}

.single-course-area .review-content .course-reviews-content .course-reviews li span {
	margin: 0;
	color: var(--heading-color);
	display: block;
	margin-bottom: 10px
}

.tab .tabs_item {
	display: none
}

.tab .tabs_item:first-child {
	display: block
}

.coming-soon-area {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-image: url(../img/coming-soon-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.coming-soon-area .coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 255, 255, .9);
	padding: 70px 30px
}

.coming-soon-area .coming-soon-content h1 {
	margin-bottom: 0;
	color: var(--heading-color);
	font-size: 60px;
	margin-top: -18px
}

.coming-soon-area .coming-soon-content p {
	font-size: 16px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 30px
}

.coming-soon-area .coming-soon-content #timer div {
	display: inline-block;
	color: var(--main-color);
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 45px;
	font-weight: 500
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -5px;
	font-size: 14px;
	font-weight: normal;
	font-weight: 500
}

.coming-soon-area .coming-soon-content #timer div:last-child {
	margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
	display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
	margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: var(--white-color)
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: rgba(255, 255, 255, .3);
	padding-left: 15px;
	color: var(--white-color);
	outline: 0;
	transition: var(--transition);
	border: 1px solid var(--main-color);
	color: var(--body-color)
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: var(--main-color)
}

.coming-soon-area .coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	outline: 0;
	transition: var(--transition);
	font-weight: 500;
	font-size: 15px;
	cursor: pointer
}

.coming-soon-area .coming-soon-content ul {
	margin-top: 30px
}

.coming-soon-area .coming-soon-content ul li {
	display: inline-block;
	margin: 0 5px
}

.coming-soon-area .coming-soon-content ul li a {
	width: 30px;
	height: 30px;
	line-height: 36px;
	background-color: var(--main-color);
	border-radius: 50%;
	color: var(--white-color)
}

.coming-soon-area .coming-soon-content ul li a i {
	font-size: 18px
}

.coming-soon-area #validator-newsletter {
	text-align: left;
	color: #dc3545 !important;
	font-size: 14px
}

.error-area {
	padding: 50px 0;
	height: 100vh;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: var(--white-color)
}

.error-area .error-content-wrap {
	z-index: 1;
	position: relative
}

.error-area .error-content-wrap h1 {
	font-size: 300px;
	line-height: 1;
	color: var(--main-color)
}

.error-area .error-content-wrap h1 .a {
	display: inline-block
}

.error-area .error-content-wrap h1 .red {
	color: red;
	display: inline-block
}

.error-area .error-content-wrap h1 .b {
	display: inline-block
}

.error-area .error-content-wrap h3 {
	margin: 30px 0 0;
	position: relative;
	color: red
}

.error-area .error-content-wrap p {
	margin: 20px 0 20px;
	font-size: 19px;
	color: var(--main-color)
}

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	z-index: 9999;
	background-color: var(--white-color)
}

.loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	animation: spin 1.7s linear infinite;
	z-index: 11
}

.loaded .loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all .3s 1s ease-out
}

.loaded .loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded .loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded .loader {
	opacity: 0;
	transition: all .3s ease-out
}

.dot-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.dot-wrap .dot {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #262626;
	animation: animate 4s infinite forwards ease-in-out
}

.dot-wrap .dot:nth-child(1) {
	background: #00485f;
	left: -24px;
	top: -24px;
	animation-delay: .5s
}

.dot-wrap .dot:nth-child(2) {
	background: #00deea;
	left: 0px;
	top: -24px;
	animation-delay: 1s
}

.dot-wrap .dot:nth-child(4) {
	background: #00485f;
	left: -24px;
	top: 0px;
	animation-delay: 1.5s
}

.dot-wrap .dot:nth-child(3) {
	background: #00deea;
	left: 0px;
	top: 0px;
	animation-delay: 2s
}

@keyframes animate {
	0% {
		transform: rotateY(0deg)
	}

	20% {
		transform: rotateY(360deg)
	}

	40% {
		transform: rotateX(180deg)
	}

	60% {
		transform: rotateX(0deg)
	}

	80% {
		transform: rotateX(360deg)
	}

	100% {
		transform: rotateY(180deg)
	}
}

.go-top {
	position: fixed;
	cursor: pointer;
	top: 88%;
	right: -10%;
	background-color: var(--main-color);
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	transition: .9s
}

.go-top i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: var(--white-color);
	transition: .5s;
	font-size: 20px
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--main-color);
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

.go-top:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top:focus {
	color: var(--white-color)
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 88%
}

.video-btn {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 0;
	color: var(--main-color);
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: rgba(255, 182, 7, .9);
	border-radius: 50%;
	transition: var(--transition)
}

.video-btn i {
	font-size: 100px;
	color: var(--white-color);
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%
}

.video-btn::after,
.video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	transition: var(--transition)
}

.video-btn::before {
	animation: none
}

.video-btn::after {
	animation: none
}

.video-btn:hover::before,
.video-btn:hover::after {
	animation: ripple 1.6s ease-out infinite;
	background-color: rgba(255, 182, 7, .9)
}

@keyframes ripple {

	0%,
	35% {
		transform: scale(0);
		opacity: 1
	}

	50% {
		transform: scale(1.5);
		opacity: .8
	}

	100% {
		opacity: 0;
		transform: scale(2)
	}
}

.nice-select .list {
	width: 100%
}

.nice-select .option:hover {
    background-color: #2772d8;
    color: #fff !important;
}

.nice-select .option.selected.focus {
	color: var(--main-color)
}

.pagination-area {
	margin-top: 10px;
	text-align: center
}

.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--heading-color);
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	background-color: #f5f6fa;
	border: 1px solid #d7d7d7
}

.pagination-area .page-numbers:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 5px
}

.pagination-area .page-numbers.current {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.product-view-one {
	padding-right: 0 !important
}

.product-view-one.modal.show .modal-dialog {
	margin-top: 25px
}

.product-view-one .product-view-one-image {
	background-color: #eee;
	padding: 30px
}

.product-view-one .modal-dialog {
	max-width: 900px;
	margin: 0 auto
}

.product-view-one .modal-content {
	border: none;
	padding: 40px;
	border-radius: 0
}

.product-view-one .modal-content button.close {
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
	opacity: 1;
	color: var(--heading-color);
	transition: .5s;
	line-height: 35px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	width: 35px;
	text-shadow: unset;
	height: 35px
}

.product-view-one .modal-content button.close:hover {
	background-color: red;
	color: var(--white-color)
}

.product-view-one .modal-content .product-content h3 {
	font-size: 22px;
	margin-bottom: 14px
}

.product-view-one .modal-content .product-content h3 a {
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content h3 a:hover {
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content .price {
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .price span {
	display: inline-block;
	font-size: 18px;
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content .price del {
	display: inline-block;
	font-size: 18px;
	color: #c1c1c1;
	margin-left: 5px
}

.product-view-one .modal-content .product-content .product-review {
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-review .rating {
	display: inline-block;
	padding-right: 5px
}

.product-view-one .modal-content .product-content .product-review .rating i {
	color: var(--main-color)
}

.product-view-one .modal-content .product-content .product-review .rating-count {
	display: inline-block;
	color: var(--heading-color);
	border-bottom: 1px solid var(--heading-color);
	line-height: initial
}

.product-view-one .modal-content .product-content .product-info {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li {
	font-size: 16px;
	color: var(--heading-color);
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-info li:last-child {
	margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li span {
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content .product-info li a {
	display: inline-block;
	font-weight: 500;
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content .product-info li a:hover {
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content .product-color-switch {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
	font-size: 16px;
	color: var(--heading-color);
	margin-bottom: 6px
}

.product-view-one .modal-content .product-content .product-color-switch ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: -4px;
	margin-left: -4px;
	padding-left: 0
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a {
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 25px;
	height: 25px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	margin: 2px;
	transition: .5s
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
	border-color: var(--heading-color)
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
	border-color: var(--heading-color)
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
	background: blue
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
	background: #222
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
	background: green
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
	background: #9acd32
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
	background: teal
}

.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
	border-color: var(--heading-color)
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--body-color);
	width: 40px;
	height: 100%;
	line-height: 50px;
	transition: var(--transition)
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	transition: var(--transition)
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
	background-color: var(--main-color);
	color: var(--white-color)
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	transition: var(--transition)
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
	background-color: var(--main-color);
	color: var(--white-color)
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
	height: 48px;
	color: var(--heading-color);
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
	color: var(--heading-color)
}

.product-view-one .modal-content .product-content .share-this-product h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 10px
}

.product-view-one .modal-content .product-content .share-this-product ul li {
	display: inline-block;
	margin-right: 3px
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #eee;
	border-radius: var(--border-radius);
	text-align: center;
	transition: var(--transition)
}

.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
	background-color: var(--main-color);
	color: var(--white-color)
}

.product-view-one .owl-carousel .owl-item img {
	width: unset;
	margin: auto
}

.product-view-one #big .item {
	padding: 30px;
	background-color: var(--white-color);
	margin-bottom: 30px
}

.product-view-one .owl-item.active.current {
	background-color: var(--white-color);
	padding: 5px
}

.product-view-one.fade {
	animation: fadeInLeft 1s linear
}

.product-view-one .owl-next {
	position: absolute;
	top: 50%;
	right: 50px;
	margin: 0 !important;
	border-radius: 0 !important;
	transition: var(--transition);
	opacity: 0;
	transform: translateY(-25px)
}

.product-view-one .owl-next i {
	background-color: var(--main-color);
	color: var(--white-color);
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	transition: var(--transition);
	border-radius: 4px;
	font-size: 15px
}

.product-view-one .owl-prev {
	position: absolute;
	top: 50%;
	left: 50px;
	margin: 0 !important;
	border-radius: 0 !important;
	transition: var(--transition);
	opacity: 0;
	transform: translateY(-25px)
}

.product-view-one .owl-prev i {
	background-color: var(--main-color) !important;
	color: var(--white-color);
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	transition: var(--transition);
	font-size: 15px;
	border-radius: 4px
}

.product-view-one:hover .owl-prev {
	opacity: 1;
	left: 0
}

.product-view-one:hover .owl-next {
	opacity: 1;
	right: 0
}

.product-view-one .owl-theme .owl-nav {
	margin-top: 0 !important
}

.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0)
}


/*My CSS*/



 @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
  }
  
  @keyframes floatFast {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
  }
  
  .animate-float {
    animation: float 3s ease-in-out infinite;
  }
  
  .animate-float-fast {
    animation: floatFast 1.5s ease-in-out infinite;
  }
  
.aces-hero-actions {
		margin-top: 28px;
	}

	.aces-course-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 28px;
	}

	.aces-course-tag {
		display: inline-flex;
		align-items: center;
		gap: 9px;
		min-height: 32px;
		padding: 6px 16px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.08);
		color: #f8fafc;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		backdrop-filter: blur(10px);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	}

	.aces-course-tag i {
		font-size: 16px;
		line-height: 1;
	}

	.aces-cta-row {
		display: flex;
		flex-wrap: wrap;
		gap: 14px;
		align-items: center;
	}

	.aces-cta-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		min-width: 210px;
		min-height: 56px;
		padding: 0 18px;
		border-radius: 13px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		color: #fff !important;
		font-size: 16px;
		font-weight: 800;
		text-decoration: none !important;
		transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	}

	.aces-cta-btn:hover {
		transform: translateY(-3px);
	}

	.aces-cta-primary {
		background: linear-gradient(135deg, #6648ff 0%, #257dff 100%);
		box-shadow: 0 18px 36px rgba(37, 125, 255, 0.28);
	}

	.aces-cta-whatsapp {
		background: #18b657;
		box-shadow: 0 18px 36px rgba(24, 182, 87, 0.24);
	}

	.aces-cta-outline {
		background: rgba(12, 22, 35, 0.72);
		border-color: rgba(255, 255, 255, 0.28);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	}

	.aces-cta-outline:hover {
		border-color: rgba(255, 255, 255, 0.5);
	}

	@media (max-width: 767px) {
		.aces-course-tags {
			gap: 8px;
			margin-bottom: 22px;
		}

		.aces-course-tag {
			font-size: 12px;
			padding: 6px 12px;
		}

		.aces-cta-row {
			align-items: stretch;
			flex-direction: column;
		}

		.aces-cta-btn {
			width: 100%;
			min-width: 0;
			min-height: 52px;
		}
	}
	
	
	
	
/* Acesoftech modern course cards */
.courses-slider-two .aces-modern-course-card {
    overflow: hidden;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.courses-slider-two .aces-modern-course-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.aces-modern-course-media {
    display: block;
    overflow: hidden;
}

.aces-modern-course-media img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.aces-modern-course-card:hover .aces-modern-course-media img {
    transform: scale(1.05);
}

.aces-modern-course-body {
    padding: 24px !important;
}

.aces-bestseller-badge {
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*gap: 8px;*/
    /*min-height: 32px;*/
    /*margin-bottom: 14px;*/
    /*padding: 6px 12px;*/
    /*border-radius: 999px;*/
    /*background: #eff6ff;*/
    /*color: #2563eb;*/
    /*font-size: 13px;*/
    /*font-weight: 800;*/
    
    position: absolute;
    top: -0.8rem;
    right: 1rem;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #78350f;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.25rem 0.7rem;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.aces-bestseller-badge i {
    font-size: 17px;
}

.aces-modern-course-body h3 {
    margin: 0 0 10px !important;
    color: #020817 !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.aces-course-desc {
    margin: 0 0 20px !important;
    color: #475569 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.aces-course-meta {
    display: grid;
    gap: 14px;
    margin: 0 0 24px !important;
    padding: 0 !important;
    list-style: none !important;
}

.aces-course-meta li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

.aces-meta-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f1f5f9;
    color: #2563eb;
    font-size: 21px;
}

.aces-course-meta small {
    display: block;
    margin-bottom: 3px;
    color: #020817;
    font-size: 12px;
    line-height: 1.2;
}

.aces-course-meta strong {
    display: block;
    color: #020817;
    font-size: 15px;
    /*font-weight: 800;*/
    line-height: 1.3;
}

.aces-action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.aces-download-btn,
.aces-explore-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.aces-download-btn {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #020817 !important;
}

.aces-explore-btn {
    background: #2563eb;
    color: #ffffff !important;
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.22);
}

.aces-download-btn:hover,
.aces-explore-btn:hover {
    transform: translateY(-2px);
}

.aces-download-btn:hover {
    background: #eef2ff;
}

.aces-explore-btn:hover {
    background: #1d4ed8;
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    .aces-modern-course-media img {
        height: 200px;
    }

    .aces-modern-course-body {
        padding: 20px !important;
    }

    .aces-modern-course-body h3 {
        font-size: 20px !important;
    }

    .aces-action-buttons {
        grid-template-columns: 1fr;
    }
}






/*OUR COURSES*/




    .aces-course-explorer {
      font-family: 'Inter', sans-serif;
      /*max-width: 1400px;*/
      margin: 0 auto;
      /*padding: 2rem 3.5rem;*/
    }

    /* Component ke andar sab reset */
    .aces-course-explorer * {
      /*margin: 0;*/
      /*padding: 0;*/
      /*box-sizing: border-box;*/
    }

    /* Component background */
    .aces-course-explorer {
      background: linear-gradient(145deg, #f5f7fc 0%, #eef2f8 100%);
      min-height: 100vh;
    }

    /* Header */
    .aces-header-block {
      margin-bottom: 2rem;
    }
    .aces-main-title {
      font-size: 2rem;
      font-weight: 800;
      color: #0a0f1c;
      margin-bottom: 0.5rem;
      letter-spacing: -0.3px;
    }
    .aces-subhead {
      color: #5a6874;
      font-size: 1rem;
    }

    /* Tabs - Laptop me horizontal scroll */
    .aces-tab-wrapper {
      margin: 1.8rem 0 1.5rem 0;
      border-bottom: 2px solid #e2e8f0;
      overflow-x: auto;
      scrollbar-width: none;
    }
    .aces-tab-wrapper::-webkit-scrollbar {
      display: none;
    }
    .aces-tab-list {
      display: flex;
      gap: 0.5rem;
      flex-wrap: nowrap;
      margin-bottom: 30px;
    }
    .aces-tab-btn {
      background: #e9eef3;
      border: none;
      padding: 0.7rem 1.5rem;
      font-size: 0.85rem;
      font-weight: 600;
      color: #000000;
      cursor: pointer;
      border-radius: 40px;
      white-space: nowrap;
      transition: all 0.2s;
    }
    /*.aces-tab-btn:hover {
      background: #f1f5f9;
      color: #1e293b;
    }*/
    .aces-tab-active {
      background: rgb(39, 114, 216);
      color: white;
    }

    /* Slider Area */
    /*.aces-courses-slider {*/
      /*display: flex;*/
      /*gap: 1.5rem;*/
      /*overflow-x: auto;*/
      /*scroll-behavior: smooth;*/
      /*scrollbar-width: none;*/
      /*padding: 0.5rem 0.25rem 1rem 0.25rem;*/
      /*cursor: grab;*/
      
      
    /*}*/
    /*.aces-courses-slider:active {*/
    /*  cursor: grabbing;*/
    /*}*/
    /*.aces-courses-slider::-webkit-scrollbar {*/
    /*  display: none;*/
    /*}*/

    /* Course Card */
    /*.aces-course-card {*/
    /*  flex: 0 0 300px;*/
    /*  background: white;*/
    /*  border-radius: 1.5rem;*/
    /*  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);*/
    /*  transition: all 0.3s ease;*/
    /*  border: 1px solid rgba(0, 0, 0, 0.05);*/
    /*  scroll-snap-align: start;*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  overflow: hidden;*/
    /*}*/
    /*.aces-course-card:hover {*/
    /*  transform: translateY(-5px);*/
    /*  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);*/
    /*}*/
    /*.aces-card-img {*/
    /*  width: 100%;*/
    /*  height: 160px;*/
    /*  object-fit: cover;*/
    /*  display: block;*/
    /*  background: #eef2ff;*/
    /*  transition: transform 0.3s ease;*/
    /*}*/
    /*.aces-course-card:hover .aces-card-img {*/
    /*  transform: scale(1.02);*/
    /*}*/
    .aces-card-body {
      padding: 1.2rem;
      position: relative;
    }
    .aces-bestseller-badge {
      position: absolute;
      top: -0.8rem;
      right: 1rem;
      background: linear-gradient(135deg, #fbbf24, #f59e0b);
      color: #78350f;
      font-size: 0.65rem;
      font-weight: 700;
      padding: 0.25rem 0.7rem;
      border-radius: 30px;
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      z-index: 2;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .aces-course-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 0.5rem;
      margin-top: 0.2rem;
    }
    .aces-course-desc {
      font-size: 0.75rem;
      color: #64748b;
      margin-bottom: 1rem;
      line-height: 1.4;
    }
    /*.aces-rating-wrap {*/
    /*  display: flex;*/
    /*  align-items: center;*/
    /*  gap: 0.4rem;*/
    /*  margin-bottom: 1rem;*/
    /*}*/
    /*.aces-stars {*/
    /*  color: #fbbf24;*/
    /*  font-size: 0.75rem;*/
    /*}*/
    /*.aces-rating-count {*/
    /*  font-size: 0.7rem;*/
    /*  color: #64748b;*/
    /*}*/
    /*.aces-meta-info {*/
    /*  display: flex;*/
    /*  justify-content: space-between;*/
    /*  align-items: center;*/
    /*  background: #f8fafc;*/
    /*  padding: 0.7rem 1rem;*/
    /*  border-radius: 1rem;*/
    /*  margin: 0.5rem 0 1rem 0;*/
    /*}*/
    /*.aces-duration-box {*/
    /*  display: flex;*/
    /*  align-items: baseline;*/
    /*  gap: 0.2rem;*/
    /*}*/
    .aces-duration-num {
      font-size: 1.2rem;
      font-weight: 800;
      color: #0f172a;
    }
    .aces-duration-label {
      font-size: 0.7rem;
      color: #64748b;
      font-weight: 500;
    }

    .aces-action-buttons {
      display: flex;
      gap: 0.8rem;
      margin-top: 0.5rem;
    }
    .aces-download-btn {
      flex: 1;
      background: #f1f5f9;
      border: none;
      padding: 0.7rem 0.5rem;
      border-radius: 2rem;
      font-weight: 600;
      font-size: 0.75rem;
      color: #1e293b;
      cursor: pointer;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
    }
    .aces-download-btn:hover {
      background: #e2e8f0;
    }
    .aces-explore-btn {
      flex: 1;
      background: rgb(39, 114, 216);
      border: none;
      padding: 0.7rem 0.5rem;
      border-radius: 2rem;
      font-weight: 600;
      font-size: 0.75rem;
      color: white;
      cursor: pointer;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
    }
    .aces-explore-btn:hover {
      background: #1e293b;
    }
    .aces-explore-btn:hover i {
      transform: translateX(3px);
    }
    
    
    .aces-courses-slider {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0.5rem 0.25rem 1rem 0.25rem;
    cursor: grab;
    scroll-snap-type: x mandatory;
}

.aces-courses-slider::-webkit-scrollbar {
    display: none;
}

/* DESKTOP = 4 cards */
.aces-course-card {
    flex: 0 0 calc(25% - 1.2rem);
    max-width: calc(25% - 1.2rem);
    min-width: calc(25% - 1.2rem);

    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    overflow: hidden;

    scroll-snap-align: start;
}

/* TABLET = 2 cards */
@media (max-width: 991px){

    .aces-course-card{
        flex: 0 0 calc(50% - 0.8rem);
        max-width: calc(50% - 0.8rem);
        min-width: calc(50% - 0.8rem);
    }

}

/* MOBILE = 1 full card */
@media (max-width: 576px){

    .aces-courses-slider{
        gap: 0;
        padding-inline: 0;
    }

    .aces-course-card{
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
        border-radius: 1rem;
    }

}

    /* Laptop View: Floating Navigation Arrows */
    .aces-slider-nav-buttons {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      justify-content: space-between;
      pointer-events: none;
      z-index: 5;
    }
    .aces-nav-arrow {
      width: 42px;
      height: 42px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      cursor: pointer;
      pointer-events: auto;
      border: 1px solid #eef2ff;
      color: #1e293b;
      transition: 0.2s;
    }
    .aces-nav-arrow:hover {
      background: #0f172a;
      color: white;
    }
    .aces-arrow-left {
      margin-left: -15px;
    }
    .aces-arrow-right {
      margin-right: -15px;
    }

    /* Mobile View: Sirf Next/Previous buttons, Tabs wrap */
    @media (max-width: 768px) {
      .aces-course-explorer {
        /*padding: 1.2rem 1rem;*/
      }
      .aces-main-title {
        font-size: 1.6rem;
      }
      .aces-subhead {
        font-size: 0.85rem;
      }
      
      /* Mobile: Tabs wrap */
      .aces-tab-wrapper {
        border-bottom: none;
        overflow-x: visible;
        margin: 1rem 0 1.2rem 0;
      }
      .aces-tab-list {
        flex-wrap: wrap;
        gap: 0.6rem;
        justify-content: center; /* Items ko horizontally center karega */
      align-items: center;     /* Items ko vertically center karega */
      }
      .aces-tab-btn {
        background: #e9eef3;
        padding: 0.55rem 1.2rem;
        font-size: 0.75rem;
      }
      .aces-tab-active {
        background: #0f172a;
        color: white;
      }
      
      /* Mobile: Card size */
      .aces-course-card {
        flex: 0 0 270px;
      }
      .aces-card-img {
        height: 140px;
      }
      .aces-card-body {
        padding: 0.9rem;
      }
      .aces-course-title {
        font-size: 1rem;
      }
      
      /* Mobile: Floating arrows HIDE */
      .aces-slider-nav-buttons {
        display: none;
      }
      
      /* Mobile: Sirf Next/Previous buttons */
      .aces-mobile-scroll-controls {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 0.8rem;
        margin-bottom: 0.5rem;
      }
      .aces-mobile-scroll-btn {
        background: white;
        border: 1px solid #cbd5e1;
        border-radius: 50px;
        padding: 0.6rem 1.2rem;
        font-size: 0.75rem;
        font-weight: 600;
        color: #1e293b;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.2s;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      }
      .aces-mobile-scroll-btn:hover {
        background: #0f172a;
        color: white;
        border-color: #0f172a;
      }
      /* Slider ke liye thin scrollbar mobile me */
      .aces-courses-slider {
        scrollbar-width: thin;
      }
      .aces-courses-slider::-webkit-scrollbar {
        height: 4px;
        display: block;
      }
      .aces-courses-slider::-webkit-scrollbar-track {
        background: #e2e8f0;
        border-radius: 10px;
      }
      .aces-courses-slider::-webkit-scrollbar-thumb {
        background: #94a3b8;
        border-radius: 10px;
      }
    }

    /* Laptop me mobile buttons hidden */
    .aces-mobile-scroll-controls {
      display: none;
    }

    .aces-show-all-footer {
      text-align: center;
      margin-top: 2rem;
      padding-bottom:50px;
    }
    .aces-show-all-link {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: #2772d8;
        padding: 9px;
        border-radius: 23px;
    }
    .aces-show-all-link:hover {
      gap: 0.8rem;
      color: #3b82f6;
    }

    @media (max-width: 550px) {
      .aces-course-card {
        flex: 0 0 260px;
      }
    }
    
    .ai-top-heading{
         text-align:center;
         margin-bottom:55px;
         position:relative;
         z-index:2;
         }
         .ai-top-heading span{
         display:inline-block;
         padding:10px 22px;
         border-radius:50px;
         background:#ffffff;
         border:1px solid #dde3ff;
         color:#5a67d8;
         font-size:14px;
         font-weight:600;
         margin-bottom:18px;
         }
         .ai-top-heading h2{
         font-size:52px;
         font-weight:800;
         color:#0b1638;
         margin-bottom:18px;
         padding-top:50px;
         
         }
         .ai-top-heading h2 strong{
         background:linear-gradient(90deg,#347cff,#7b4dff);
         -webkit-background-clip:text;
         -webkit-text-fill-color:transparent;
         }
         .ai-top-heading p{
         max-width:760px;
         margin:auto;
         font-size:17px;
         line-height:1.8;
         color:#5b6478;
         }
         
         
         
         
.aces-slider-area{
    position: relative;
}

.slider-nav-btn{
    background: white;
    border: 1px solid #e2e8f0;
    position: absolute;
    top: 54%;
    font-size: 1.1rem;
    transform: translateY(-50%);
    z-index: 20;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: 0.3s ease;
    flex-shrink: 0;
    z-index: 5;
}

.slider-nav-btn:hover{
    background: #2563eb;
    color: #fff;
    top: 54%!important;
}

#prevSliderBtn{
    left: 10px;
}

#nextSliderBtn{
    right: 10px;
}

.slider-nav-btn:hover:not(:disabled) {
            background: #2563eb;
            border-color: #2563eb;
            color: white;
            transform: scale(1.02);
            box-shadow: 0 12px 20px -12px rgba(37,99,235,0.4);
        }
.slider-nav-btn:disabled {
            opacity: 0.4;
            cursor: not-allowed;
            background: #f8fafc;
        }
.aces-slider-area {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1rem 0 1rem;
}

.aces-show-all-footer {
    text-align: center;
    margin-top: 2rem;
}

.ed-primary-btn {
    background-color: #080e32;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 22px !important;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.ed-primary-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.ed-primary-btn:hover{
    color:#fff;
}




.scroll-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.scroll-content {
    display: inline-flex;
    animation: scroll 35s linear infinite;
}
.company-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    min-width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    padding: 15px;
    border: 1px solid #dcdcdc;
}



.section-heading .section-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    text-transform: inherit;
    position: relative;
}

.course-category{
    padding-top:50px;
    padding-bottom:50px;
}



/*Scrool Up*/
#scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
}

.scroll-to-top {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--ed-color-theme-primary);
  font-size: 20px;
  padding: 0;
  line-height: 40px;
  color: var(--ed-color-common-white);
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
}

#scrollup.show {
  opacity: 1;
}

#scrollup.show .scroll-to-top {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}


.scroll-container {
        overflow: hidden;
        position: relative;
        white-space: nowrap;
    }
    
    .scroll-content {
        display: inline-flex;
        animation: scroll 25s linear infinite;
    }
    
    .scroll-content-reverse {
        animation: scroll-reverse 25s linear infinite;
    }
    
    .scroll-content:hover, .scroll-content-reverse:hover {
        animation-play-state: paused;
    }
    
    @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
    
    @keyframes scroll-reverse {
        0% { transform: translateX(-50%); }
        100% { transform: translateX(0); }
    }
    
    .company-card {
        background: white;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        transition: all 0.3s;
        min-width: 160px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 12px;
        padding: 15px;
        border: 1px solid #dcdcdc;
    }
    
    .company-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.12);
    }
    
    .company-logo {
        max-width: 120px;
        max-height: 50px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

/* All Courses page */
.aces-courses-page {
	background: #070b1b;
	color: #f7f8ff;
	overflow: hidden;
}

.aces-courses-container {
	width: min(100% - 64px, 1800px);
	margin: 0 auto;
}

.aces-courses-hero {
	padding-top: 150px;
    padding-bottom: 60px;
	background: linear-gradient(112deg, #090d20 0%, #060a19 58%, #090d20 100%);
}

.aces-courses-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(420px, .85fr);
	gap: clamp(48px, 9vw, 180px);
	align-items: center;
}

.aces-courses-eyebrow {
	display: inline-flex;
	margin: 0 0 16px;
	padding: 9px 32px;
	border-radius: 999px;
	background: rgba(91, 91, 193, .22);
	color: #d7d9ff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.aces-courses-copy h1 {
	max-width: 940px;
	margin: 0;
	color: #f8f9ff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.13;
	letter-spacing: 0;
}

.aces-courses-copy h1 span { color: #4b8cff; }

.aces-courses-intro {
    max-width: 900px;
    margin: 20px 0 20px;
    color: #d7daed;
    font-size: 18px;
    line-height: 1.72;
}

.aces-courses-trust {
	margin: 0;
	color: #e0e3f2;
	font-size: 17px;
	line-height: 1.5;
}

.aces-courses-trust i { color: #ffd339; margin-right: 8px; }
.aces-courses-trust b { margin: 0 6px; color: #bdc4e5; }

.aces-courses-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 36px;
    margin: 25px 0 30px;
    padding: 0;
    list-style: none;
}

.aces-courses-checklist li {
	display: flex;
	align-items: center;
	color: #f0f1f8;
	font-size: 14px;
	line-height: 1.35;
}

.aces-courses-checklist i {
	margin-right: 13px;
	color: #25cf77;
	font-size: 25px;
	font-weight: 700;
}

.aces-courses-actions { display: flex; flex-wrap: wrap; gap: 22px; }

.aces-courses-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-height: 72px; */
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    /* font-size: 19px; */
    /* font-weight: 700; */
    line-height: 1.2;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.aces-courses-btn:hover { transform: translateY(-3px); color: inherit; }
.aces-courses-btn-primary { background: #27cd6d; color: #052417; box-shadow: 0 12px 25px rgba(39, 205, 109, .18); }
.aces-courses-btn-primary:hover { background: #39da7b; color: #052417; }
.aces-courses-btn-primary i { margin-left: 9px; font-size: 24px; }
.aces-courses-btn-secondary { border-color: #344054; color: #f5f6fb; background: rgba(6, 10, 25, .35); }
.aces-courses-btn-secondary:hover { background: #11182c; color: #fff; }

.aces-courses-difference {
	padding: 43px 46px;
	border: 1px solid rgba(142, 156, 193, .22);
	border-radius: 28px;
	background: rgba(29, 35, 57, .54);
	box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 24px 70px rgba(0, 0, 0, .15);
}

.aces-courses-difference h2 {
	margin: 0 0 29px;
	color: #f6f7fc;
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 800;
	line-height: 1.25;
}
.aces-courses-difference ul { margin: 0; padding: 0; list-style: none; }
.aces-courses-difference li {
	display: flex;
	align-items: center;
	gap: 17px;
	margin-bottom: 23px;
	color: #e5e7f4;
	font-size: 19px;
	line-height: 1.35;
}
.aces-courses-difference li i { color: #5c9bff; font-size: 26px; }
.aces-courses-difference p { margin: 29px 0 0; color: #b5bbd1; font-size: 16px; line-height: 1.5; }

.aces-courses-stats { border-top: 1px solid rgba(164, 177, 213, .13); background: #07091a; }
.aces-courses-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; padding: 41px 0; }
.aces-courses-stat { display: flex; align-items: center; gap: 18px; min-width: 0; }
.aces-courses-stat > i { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; border-radius: 12px; background: rgba(9, 123, 83, .23); color: #35d984; font-size: 28px; }
.aces-courses-stat strong, .aces-courses-stat span { display: block; }
.aces-courses-stat strong { color: #fff; font-size: 18px; line-height: 1.35; }
.aces-courses-stat span { margin-top: 3px; color: #c0c4db; font-size: 16px; line-height: 1.35; }

@media (max-width: 1199px) {
	.aces-courses-hero { padding: 70px 0; }
	.aces-courses-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: 45px; }
	.aces-courses-difference { padding: 35px; }
	.aces-courses-stats-grid { gap: 25px; }
}

@media (max-width: 991px) {
	.aces-courses-grid { grid-template-columns: 1fr; gap: 45px; }
	.aces-courses-difference { max-width: 700px; }
	.aces-courses-stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
}

@media (max-width: 575px) {
	.aces-courses-container { width: min(100% - 34px, 1800px); }
	.aces-courses-hero { padding: 52px 0 56px; }
	.aces-courses-eyebrow { margin-bottom: 21px; padding: 8px 17px; font-size: 14px; }
	.aces-courses-copy h1 { font-size: 37px; line-height: 1.16; }
	.aces-courses-intro { margin: 23px 0 19px; font-size: 17px; line-height: 1.64; }
	.aces-courses-trust { font-size: 15px; }
	.aces-courses-checklist { grid-template-columns: 1fr; gap: 15px; margin: 29px 0 34px; }
	.aces-courses-checklist li { align-items: flex-start; font-size: 16px; }
	.aces-courses-checklist i { margin-top: -1px; }
	.aces-courses-actions { display: grid; grid-template-columns: 1fr; gap: 13px; }
	.aces-courses-btn { width: 100%; min-height: 59px; padding: 14px 20px; font-size: 16px; }
	.aces-courses-difference { padding: 27px 22px; border-radius: 20px; }
	.aces-courses-difference h2 { font-size: 23px; }
	.aces-courses-difference li { gap: 13px; margin-bottom: 17px; font-size: 16px; }
	.aces-courses-difference li i { font-size: 22px; }
	.aces-courses-difference p { font-size: 14px; }
	.aces-courses-stats-grid { grid-template-columns: 1fr; gap: 22px; padding: 29px 0; }
	.aces-courses-stat strong { font-size: 17px; }
	.aces-courses-stat span { font-size: 15px; }
}

/* Placement support process */
.aces-placement-process {
	position: relative;
	padding: 105px 0 112px;
	background: #f6f8fd;
	color: #0b1735;
}

.aces-placement-heading {
	max-width: 900px;
	margin: 0 auto 59px;
	text-align: center;
}

.aces-placement-kicker {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 8px 17px;
	border-radius: 999px;
	background: #e7efff;
	color: #2168e9;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .8px;
	line-height: 1;
	text-transform: uppercase;
}

.aces-placement-heading h2 {
	margin: 0;
	color: #0a1734;
	font-size: clamp(34px, 3.1vw, 52px);
	font-weight: 800;
	line-height: 1.17;
}

.aces-placement-heading h2 span { color: #2168e9; }

.aces-placement-heading > p:last-child {
	max-width: 810px;
	margin: 19px auto 0;
	color: #60708e;
	font-size: 18px;
	line-height: 1.7;
}

.aces-placement-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 25px;
}

.aces-placement-grid::before {
	position: absolute;
	top: 57px;
	left: 11%;
	right: 11%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c9d8f8 12%, #c9d8f8 88%, transparent);
	content: "";
}

.aces-placement-step {
	position: relative;
	min-height: 275px;
	padding: 31px 30px 29px;
	border: 1px solid #e0e7f2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(34, 63, 115, .07);
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.aces-placement-step::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #2a72ef;
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .28s ease;
}

.aces-placement-step:hover {
	border-color: #b9cefb;
	box-shadow: 0 20px 44px rgba(34, 84, 168, .14);
	transform: translateY(-8px);
}
.aces-placement-step:hover::after { transform: scaleX(1); }

.aces-placement-number {
	position: absolute;
	top: 20px;
	right: 22px;
	color: #e9effa;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
}

.aces-placement-step > i {
	position: relative;
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 26px;
	place-items: center;
	border-radius: 11px;
	background: #eaf1ff;
	color: #246be8;
	font-size: 27px;
}

.aces-placement-step h3 {
	position: relative;
	margin: 0 0 12px;
	color: #102047;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.3;
}

.aces-placement-step p {
	position: relative;
	margin: 0;
	color: #66748f;
	font-size: 16px;
	line-height: 1.62;
}

@media (max-width: 991px) {
	.aces-placement-process { padding: 80px 0; }
	.aces-placement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.aces-placement-grid::before { display: none; }
}

@media (max-width: 575px) {
	.aces-placement-process { padding: 60px 0; }
	.aces-placement-heading { margin-bottom: 36px; }
	.aces-placement-heading > p:last-child { font-size: 16px; line-height: 1.6; }
	.aces-placement-grid { grid-template-columns: 1fr; gap: 16px; }
	.aces-placement-step { min-height: 0; padding: 25px 22px 25px; }
	.aces-placement-step > i { width: 48px; height: 48px; margin-bottom: 19px; font-size: 24px; }
	.aces-placement-step h3 { font-size: 19px; }
	.aces-placement-step p { font-size: 15px; }
	.aces-placement-number { font-size: 43px; }
}

/* Course catalogue */
.aces-course-catalogue {
	padding: 104px 0;
	background: #fff;
}

.aces-catalogue-heading {
	max-width: 760px;
	margin: 0 auto 72px;
	text-align: center;
}

.aces-catalogue-heading > p {
	margin: 0 0 13px;
	color: #2670ed;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .8px;
	line-height: 1.2;
	text-transform: uppercase;
}

.aces-catalogue-heading h2 {
	margin: 0;
	color: #0d1d42;
	font-size: clamp(33px, 3.1vw, 51px);
	font-weight: 800;
	line-height: 1.18;
}
.aces-catalogue-heading h2 span { color: #256de8; }

.aces-catalogue-group { margin-top: 75px; }
.aces-catalogue-group:first-of-type { margin-top: 0; }
.aces-catalogue-group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 25px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e1e8f3;
}
.aces-catalogue-group-head h3 { margin: 0; color: #10224b; font-size: clamp(25px, 2vw, 31px); font-weight: 800; line-height: 1.2; }
.aces-catalogue-group-head span { padding: 7px 12px; border-radius: 999px; background: #eff5ff; color: #286de2; font-size: 13px; font-weight: 800; white-space: nowrap; }

.aces-catalogue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.aces-catalogue-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid #e2e8f2;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(21, 55, 114, .07);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.aces-catalogue-card:hover {
	border-color: #bad1fb;
	box-shadow: 0 20px 45px rgba(31, 88, 180, .15);
	transform: translateY(-7px);
}

.aces-catalogue-image {
	display: block;
	position: relative;
	height: 205px;
	background: #eaf0fa;
	overflow: hidden;
}

.aces-catalogue-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(8, 22, 55, .22));
	content: "";
	pointer-events: none;
}

.aces-catalogue-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.aces-catalogue-card:hover .aces-catalogue-image img {
	transform: scale(1.06);
}

.aces-catalogue-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 23px 23px 24px;
}

.aces-catalogue-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 14px;
	color: #687796;
	font-size: 13px;
	font-weight: 600;
}

.aces-catalogue-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.aces-catalogue-meta i {
	color: #3077ef;
	font-size: 17px;
}

.aces-catalogue-body h4 {
	margin: 0;
	color: #11234a;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.28;
}

.aces-catalogue-body h4 a {
	color: inherit;
	text-decoration: none;
}

.aces-catalogue-body h4 a:hover {
	color: #246fe9;
}

.aces-catalogue-description {
	margin: 12px 0 19px;
	color: #63718c;
	font-size: 15px;
	line-height: 1.58;
}

.aces-catalogue-details {
	display: grid;
	gap: 11px;
	padding: 16px 0;
	border-top: 1px solid #edf1f7;
	border-bottom: 1px solid #edf1f7;
}

.aces-catalogue-details p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: #687691;
	font-size: 13px;
	line-height: 1.42;
}

.aces-catalogue-details p>i {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 8px;
	background: #eef4ff;
	color: #276fe9;
	font-size: 16px;
}

.aces-catalogue-details span {
	min-width: 0;
}

.aces-catalogue-details b {
	display: block;
	margin-bottom: 1px;
	color: #1b2d53;
	font-size: 13px;
	font-weight: 800;
}

.aces-catalogue-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	margin-top: 20px;
	padding: 11px 18px;
	border-radius: 7px;
	background: #236ce7;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .22s ease, transform .22s ease;
}

.aces-catalogue-button:hover {
	background: #1557c6;
	color: #fff;
	transform: translateY(-2px);
}

.aces-catalogue-button i {
	font-size: 20px;
}

@media (max-width: 1199px) {
	.aces-catalogue-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.aces-course-catalogue {
		padding: 62px 0;
	}

	.aces-catalogue-heading {
		margin-bottom: 46px;
	}

	.aces-catalogue-group {
		margin-top: 52px;
	}

	.aces-catalogue-group-head {
		align-items: flex-start;
		margin-bottom: 18px;
		padding-bottom: 14px;
	}

	.aces-catalogue-group-head h3 {
		font-size: 23px;
	}

	.aces-catalogue-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.aces-catalogue-image {
		height: 198px;
	}

	.aces-catalogue-body {
		padding: 21px 19px 20px;
	}

	.aces-catalogue-body h4 {
		font-size: 21px;
	}
}

/* FAQ and career counselling */
.aces-faq-section {
	padding: 108px 0;
	background: #f6f8fc;
}

.aces-faq-grid {
	display: grid;
	grid-template-columns: minmax(280px, .73fr) minmax(0, 1.1fr);
	gap: clamp(42px, 8vw, 138px);
	align-items: start;
}

.aces-faq-intro {
	position: sticky;
	top: 30px;
}

.aces-faq-kicker {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 8px 15px;
	border-radius: 999px;
	background: #e5efff;
	color: #246ee8;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .8px;
	line-height: 1;
	text-transform: uppercase;
}

.aces-faq-intro h2 {
	margin: 0;
	color: #0d1d41;
	font-size: clamp(34px, 3.1vw, 49px);
	font-weight: 800;
	line-height: 1.18;
}

.aces-faq-intro h2 span {
	color: #246de8;
}

.aces-faq-intro>p {
	margin: 20px 0 0;
	color: #64728d;
	font-size: 17px;
	line-height: 1.7;
}

.aces-faq-note {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-top: 29px;
	padding: 16px;
	border-left: 3px solid #2a73ef;
	background: #edf4ff;
	color: #33517e;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.48;
}

.aces-faq-note i {
	color: #2270ec;
	font-size: 21px;
}

.aces-faq-list {
	display: grid;
	gap: 13px;
}

.aces-faq-item {
	border: 1px solid #e0e7f1;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(21, 56, 114, .04);
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.aces-faq-item[open] {
	border-color: #bfd3f8;
	box-shadow: 0 12px 30px rgba(33, 90, 178, .09);
}

.aces-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 23px;
	color: #162750;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	list-style: none;
}

.aces-faq-item summary::-webkit-details-marker {
	display: none;
}

.aces-faq-item summary i {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: #edf3ff;
	color: #256ee8;
	font-size: 21px;
	transition: transform .25s ease, background-color .25s ease;
}

.aces-faq-item[open] summary i {
	background: #256ee8;
	color: #fff;
	transform: rotate(45deg);
}

.aces-faq-item>div {
	padding: 0 55px 23px 23px;
}

.aces-faq-item p {
	margin: 0;
	color: #68758e;
	font-size: 16px;
	line-height: 1.68;
}

.aces-career-cta {
	padding: 0 0 108px;
	background: #f6f8fc;
}

.aces-career-cta-box {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(350px, .75fr);
	gap: 55px;
	padding: clamp(34px, 5vw, 68px);
	border-radius: 14px;
	background: #0a1633;
	box-shadow: 0 25px 55px rgba(8, 23, 55, .22);
}

.aces-career-cta-copy>p {
	margin: 0 0 12px;
	color: #70a6ff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.aces-career-cta-copy h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 2.8vw, 43px);
	font-weight: 800;
	line-height: 1.18;
}

.aces-career-cta-copy>div {
	max-width: 760px;
	margin-top: 19px;
	color: #c7d2ea;
	font-size: 17px;
	line-height: 1.65;
}

.aces-career-cta-copy ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 22px;
	margin: 29px 0 0;
	padding: 0;
	list-style: none;
}

.aces-career-cta-copy li {
	display: flex;
	align-items: center;
	color: #f0f5ff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.aces-career-cta-copy li i {
	margin-right: 9px;
	color: #2bdb80;
	font-size: 21px;
}

.aces-career-cta-action {
	padding: 33px 29px 27px;
	border: 1px solid rgba(136, 164, 219, .23);
	border-radius: 11px;
	background: rgba(255, 255, 255, .06);
	text-align: center;
}

.aces-career-cta-action>i {
	display: grid;
	width: 52px;
	height: 52px;
	margin: 0 auto 17px;
	place-items: center;
	border-radius: 50%;
	background: #2470ed;
	color: #fff;
	font-size: 27px;
}

.aces-career-cta-action h3 {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
}

.aces-career-cta-action p {
	margin: 13px 0 21px;
	color: #c5d1e9;
	font-size: 15px;
	line-height: 1.58;
}

.aces-career-cta-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border-radius: 7px;
	background: #27cd70;
	color: #082616;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
}

.aces-career-cta-action a:hover {
	background: #3ae183;
	color: #082616;
	transform: translateY(-2px);
}

.aces-career-cta-action a i {
	font-size: 20px;
}

.aces-career-cta-action small {
	display: block;
	margin-top: 15px;
	color: #aebbd4;
	font-size: 12px;
}

.aces-career-cta-action small b {
	margin: 0 5px;
	color: #7284a6;
}

@media (max-width: 991px) {

	.aces-faq-grid,
	.aces-career-cta-box {
		grid-template-columns: 1fr;
	}

	.aces-faq-intro {
		position: static;
	}

	.aces-career-cta-box {
		gap: 35px;
	}
}

@media (max-width: 575px) {
	.aces-faq-section {
		padding: 62px 0;
	}

	.aces-faq-intro>p {
		font-size: 16px;
		line-height: 1.6;
	}

	.aces-faq-item summary {
		padding: 18px;
		font-size: 16px;
	}

	.aces-faq-item>div {
		padding: 0 18px 18px;
	}

	.aces-faq-item p {
		font-size: 15px;
		line-height: 1.58;
	}

	.aces-career-cta {
		padding-bottom: 62px;
	}

	.aces-career-cta-box {
		width: min(100% - 34px, 1800px);
		padding: 30px 21px;
		gap: 29px;
	}

	.aces-career-cta-copy>div {
		font-size: 16px;
	}

	.aces-career-cta-copy ul {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.aces-career-cta-action {
		padding: 28px 18px 22px;
	}
}

/* About page */
.aces-about-page {
	color: #10224a;
	background: #fff;
}

.aces-about-container {
	width: min(100% - 64px, 1280px);
	margin: 0 auto;
}

.aces-about-hero {
	padding: 93px 0 84px;
	overflow: hidden;
	background: #f3f7ff;
}

.aces-about-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
	gap: clamp(45px, 8vw, 125px);
	align-items: center;
}

.aces-about-kicker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 17px;
	padding: 8px 15px;
	border-radius: 999px;
	background: #e4efff;
	color: #236ce8;
	font-size: 13px;
	/*font-weight: 800;*/
	letter-spacing: .7px;
	line-height: 1;
	text-transform: uppercase;
}

.aces-about-kicker b {
	color: #8fabdf;
	font-size: 14px;
}

.aces-about-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #0b1c41;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.14;
}

.aces-about-hero h1 span,
.aces-about-story h2 span,
.aces-about-section-title h2 span {
	color: #246eea;
}

.aces-about-hero-copy>p:not(.aces-about-kicker) {
	max-width: 670px;
	margin: 26px 0 0;
	color: #64738e;
	font-size: 18px;
	line-height: 1.7;
}

.aces-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 35px;
}

.aces-about-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	padding: 14px 22px;
	border-radius: 7px;
	background: #246ee8;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .22s ease, background-color .22s ease;
}

.aces-about-actions a:hover {
	background: #1559cf;
	color: #fff;
	transform: translateY(-2px);
}

.aces-about-actions .aces-about-outline {
	border: 1px solid #b8c9e6;
	background: transparent;
	color: #183260;
}

.aces-about-actions .aces-about-outline:hover {
	background: #e6efff;
	color: #183260;
}

.aces-about-hero-media {
	position: relative;
	min-height: 470px;
}

.aces-about-hero-media>img {
	width: 100%;
	height: 470px;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 26px 50px rgba(25, 73, 148, .18);
}

.aces-about-hero-badge {
	position: absolute;
	right: -26px;
	bottom: 34px;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 250px;
	padding: 16px 18px;
	border: 1px solid #d8e4f7;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 16px 35px rgba(21, 63, 130, .16);
	color: #66738c;
	font-size: 13px;
	line-height: 1.4;
}

.aces-about-hero-badge i {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 8px;
	background: #e6efff;
	color: #246ee8;
	font-size: 22px;
}

.aces-about-hero-badge b {
	display: block;
	color: #162a52;
	font-size: 14px;
}

.aces-about-trust-card {
	position: absolute;
	top: 30px;
	right: -45px;
	width: min(100%, 325px);
	padding: 22px 21px;
	border: 1px solid rgba(218, 229, 248, .9);
	border-radius: 10px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 38px rgba(21, 63, 130, .16);
}

.aces-about-trust-card h2 {
	margin: 0 0 15px;
	color: #172a51;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.aces-about-trust-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aces-about-trust-card li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #5e6e89;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.38;
}

.aces-about-trust-card li i {
	flex: 0 0 auto;
	color: #21b968;
	font-size: 18px;
}

.aces-about-stats {
	background: #0a1734;
}

.aces-about-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 34px 0;
}

.aces-about-stats-grid>div {
	padding: 0 24px;
	border-right: 1px solid rgba(214, 225, 247, .18);
}

.aces-about-stats-grid>div:first-child {
	padding-left: 0;
}

.aces-about-stats-grid>div:last-child {
	border-right: 0;
}

.aces-about-stats-grid strong,
.aces-about-stats-grid span {
	display: block;
}

.aces-about-stats-grid strong {
	color: #fff;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.3;
}

.aces-about-stats-grid span {
	margin-top: 4px;
	color: #bfcee8;
	font-size: 14px;
	line-height: 1.45;
}

.aces-about-story {
	padding: 105px 0;
}

.aces-about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
	gap: clamp(38px, 9vw, 152px);
}

.aces-about-story h2,
.aces-about-section-title h2 {
	margin: 0;
	color: #0f214a;
	font-size: clamp(32px, 3vw, 48px);
	font-weight: 800;
	line-height: 1.2;
}

.aces-about-story-copy {
	color: #60708d;
	font-size: 17px;
	line-height: 1.75;
}

.aces-about-story-copy p {
	margin: 0 0 19px;
}

.aces-about-story-copy p:last-child {
	margin-bottom: 0;
}

.aces-about-methodology {
	padding: 105px 0 110px;
	background: #fff;
}

.aces-about-methodology-head {
	max-width: 900px;
	margin: 0 auto 78px;
	text-align: center;
}

.aces-about-methodology-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 22px;
	margin-bottom: 38px;
	border-radius: 999px;
	background: #fff8dc;
	color: #c58d00;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 12px 30px rgba(245, 158, 11, 0.1);
}

.aces-about-methodology-head h2 {
	max-width: 850px;
	margin: 0 auto 28px;
	color: #020617;
	font-size: 36px;
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: 0;
}

.aces-about-methodology-head p {
	max-width: 920px;
	margin: 0 auto;
	color: #65717f;
	font-size: 21px;
	line-height: 1.7;
}

.aces-about-methodology-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 36px;
}

.aces-about-methodology-card {
	min-height: 360px;
	padding: 48px 42px 42px;
	border: 1px solid #edf0f4;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.aces-about-methodology-card:hover {
	transform: translateY(-8px);
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.aces-about-methodology-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
    border-radius: 50%;
    background: #ffcc18;
    color: #020617;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

/*.aces-about-methodology-card i {*/
/*	display: block;*/
/*	margin-bottom: 28px;*/
/*	color: #2563eb;*/
/*	font-size: 44px;*/
/*	line-height: 1;*/
/*}*/

.aces-about-methodology-card h3 {
	margin: 0 0 20px;
	color: #020617;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0;
}

.aces-about-methodology-card p {
	margin: 0;
	color: #66727f;
	font-size: 20px;
	line-height: 1.65;
}

/* About page: family trust statistics */
.aces-about-family-trust {
	padding: 110px 0 105px;
	background: #fff;
}

.aces-about-family-trust-head {
	max-width: 940px;
	margin-bottom: 78px;
}

.aces-about-family-trust-head h2 {
	margin: 0 0 28px;
	color: #020617;
	font-size: 36px;
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: 0;
}

.aces-about-family-trust-head p {
	max-width: 950px;
	margin: 0;
	color: #3f4a57;
	font-size: 20px;
	line-height: 1.72;
}

.aces-about-family-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	margin-bottom: 74px;
}

.aces-about-family-trust-card {
	min-height: 410px;
	padding: 52px 36px 42px;
	text-align: center;
	border: 1px solid #edf0f4;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.aces-about-family-trust-card:hover {
	transform: translateY(-8px);
	border-color: rgba(37, 99, 235, 0.2);
	box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.aces-about-family-trust-card i {
	display: block;
	margin-bottom: 34px;
	color: #2563eb;
	font-size: 46px;
	line-height: 1;
}

.aces-about-family-trust-card strong {
letter-spacing: 0;
    display: block;
    font-size: 42px;
    font-weight: 600;
    color: #020617;
    margin-bottom: 8px;
}

.aces-about-family-trust-card h3 {
	margin: 0 0 26px;
	color: #020617;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: 0;
}

.aces-about-family-trust-card p {
	max-width: 270px;
	margin: 0 auto;
	color: #68727f;
	font-size: 18px;
	line-height: 1.7;
}

.aces-about-family-trust-copy {
	max-width: 1060px;
	color: #3f4a57;
	font-size: 22px;
	line-height: 1.75;
}

.aces-about-family-trust-copy p {
	margin: 0 0 48px;
}

.aces-about-family-trust-copy p:last-child {
	margin-bottom: 0;
}

/* About page: journey timeline */
.aces-about-journey {
	padding: 105px 0 120px;
	background: #fafafa;
}

.aces-about-journey-head {
	max-width: 920px;
	margin: 0 auto 78px;
	text-align: center;
}

.aces-about-journey-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 20px;
	margin-bottom: 30px;
	border-radius: 999px;
	background: #fff8dc;
	color: #c58d00;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 12px 30px rgba(245, 158, 11, 0.1);
}

.aces-about-journey-head h2 {
	max-width: 840px;
	margin: 0 auto 28px;
	color: #020617;
	font-size: 36px;
	line-height: 1.13;
	font-weight: 800;
	letter-spacing: 0;
}

.aces-about-journey-head p {
	max-width: 920px;
	margin: 0 auto;
	color: #65717f;
	font-size: 20px;
	line-height: 1.72;
}

.aces-about-journey-timeline {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 120px;
}

.aces-about-journey-timeline::before {
	position: absolute;
	top: 34px;
	bottom: 0;
	left: 43px;
	width: 5px;
	border-radius: 999px;
	background: #ffcc18;
	content: "";
}

.aces-about-journey-item {
	position: relative;
	margin-bottom: 58px;
}

.aces-about-journey-item:last-child {
	margin-bottom: 0;
}

.aces-about-journey-year {
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: #020617;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	box-shadow: 0 18px 35px rgba(2, 6, 23, 0.18);
}

.aces-about-journey-card {
	min-height: 300px;
	padding: 44px 44px 42px;
	border: 1px solid #edf0f4;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.aces-about-journey-card:hover {
	transform: translateY(-8px);
	border-color: rgba(245, 158, 11, 0.26);
	box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.aces-about-journey-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 26px;
	border-radius: 16px;
	background: #fff8dc;
	color: #f5a400;
	font-size: 30px;
}

.aces-about-journey-card h3 {
	margin: 0 0 16px;
	color: #020617;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
}

.aces-about-journey-card p {
	margin: 0 0 24px;
	color: #65717f;
	font-size: 18px;
	line-height: 1.65;
}

.aces-about-journey-card ul {
	margin: 0;
	padding-left: 20px;
	color: #566270;
	font-size: 17px;
	line-height: 1.8;
	list-style-type:disc!important;
}

.aces-about-journey-card li {
	margin-bottom: 8px;
}

.aces-about-journey-card li:last-child {
	margin-bottom: 0;
}

.aces-about-final-cta {
	padding: 78px 0 76px;
	background: #030817;
	color: #fff;
}

.aces-about-final-cta-box {
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}

.aces-about-final-cta-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 20px;
	margin-bottom: 34px;
	border-radius: 999px;
	background: rgba(255, 203, 39, .16);
	color: #ffcb27;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.aces-about-final-cta h2 {
	margin: 0 auto 28px;
	color: #fff;
	font-size: 36px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: 0;
}

.aces-about-final-cta p {
	max-width: 860px;
	margin: 0 auto 40px;
	color: #d4ddf3;
	font-size: 18px;
	line-height: 1.75;
}

.aces-about-final-cta-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}

.aces-about-final-cta-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 226px;
	min-height: 54px;
	padding: 15px 30px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.aces-about-final-cta-actions a:hover {
	transform: translateY(-3px);
}

.aces-about-final-cta-primary {
	background: #ffcb27;
	color: #121100;
}

.aces-about-final-cta-primary:hover {
	background: #ffdb55;
	color: #121100;
}

.aces-about-final-cta-secondary {
	border: 1px solid rgba(255, 255, 255, .18);
	background: transparent;
	color: #fff;
}

.aces-about-final-cta-secondary:hover {
	border-color: rgba(255, 203, 39, .5);
	background: rgba(255, 255, 255, .06);
	color: #fff;
}

.aces-contact-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.aces-thankyou-section {
	padding: 80px 0;
	background: #f6f8fc;
}

.aces-thankyou-card {
	overflow: hidden;
	border: 0;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
	text-align: center;
}

.aces-thankyou-card-head {
	padding: 42px 30px 36px;
	background: linear-gradient(135deg, #1367e8, #0d4cbd);
	color: #fff;
}

.aces-thankyou-head-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	color: #fff;
	font-size: 52px;
}

.aces-thankyou-card-head h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
}

.aces-thankyou-card-body {
	padding: 42px 46px 48px;
}

.aces-thankyou-icons {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 24px;
	font-size: 46px;
	line-height: 1;
}

.aces-thankyou-icons i:nth-child(1) {
	color: #22c55e;
}

.aces-thankyou-icons i:nth-child(2) {
	color: #1367e8;
}

.aces-thankyou-icons i:nth-child(3) {
	color: #06b6d4;
}

.aces-thankyou-card-body h2 {
	margin: 0 0 14px;
	color: #07142f;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.25;
}

.aces-thankyou-card-body>p {
	margin: 0 auto 30px;
	max-width: 620px;
	color: #687691;
	font-size: 18px;
	line-height: 1.65;
}

.aces-thankyou-support {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin: 0 0 32px;
	padding: 20px 22px;
	border-radius: 12px;
	background: #eaf2ff;
	color: #183260;
	text-align: left;
}

.aces-thankyou-support i {
	flex: 0 0 auto;
	color: #1367e8;
	font-size: 36px;
	line-height: 1;
}

.aces-thankyou-support strong,
.aces-thankyou-support span {
	display: block;
}

.aces-thankyou-support strong {
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 900;
}

.aces-thankyou-support span {
	color: #43536f;
	font-size: 16px;
	line-height: 1.55;
}

.aces-thankyou-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.aces-thankyou-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 14px 26px;
	border-radius: 10px;
	background: #1367e8;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.aces-thankyou-actions a:hover {
	transform: translateY(-2px);
	background: #0d4cbd;
	color: #fff;
}

.aces-thankyou-actions .aces-thankyou-outline {
	border: 1px solid #c9d3e5;
	background: #fff;
	color: #344258;
}

.aces-thankyou-actions .aces-thankyou-outline:hover {
	border-color: #1367e8;
	background: #f7faff;
	color: #1367e8;
}

.aces-thankyou-note {
	margin-top: 34px;
	text-align: center;
}

.aces-thankyou-note p {
	margin: 0;
	color: #687691;
	font-size: 14px;
	line-height: 1.6;
}

.aces-thankyou-note i {
	vertical-align: middle;
}

@media (max-width: 991px) {

	.aces-about-hero-grid,
	.aces-about-story-grid {
		grid-template-columns: 1fr;
	}

	.aces-about-hero-media {
		max-width: 620px;
	}

	.aces-about-methodology-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.aces-about-family-trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.aces-about-journey-timeline {
		padding-left: 98px;
	}

	.aces-about-journey-year {
		left: -98px;
		width: 72px;
		height: 72px;
		font-size: 16px;
	}

	.aces-about-journey-timeline::before {
		left: 34px;
	}

	.aces-about-stats-grid {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 26px;
	}

	.aces-about-stats-grid>div:nth-child(3) {
		padding-left: 0;
	}

	.aces-about-final-cta h2 {
		font-size: 42px;
	}
}

@media (max-width: 575px) {
	.aces-about-container {
		width: min(100% - 34px, 1280px);
	}

	.aces-about-hero {
		padding: 57px 0 64px;
	}

	.aces-about-hero-copy>p:not(.aces-about-kicker) {
		font-size: 16px;
		line-height: 1.62;
	}

	.aces-about-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 28px;
	}

	.aces-about-actions a {
		width: 100%;
	}

	.aces-about-hero-media {
		min-height: 330px;
	}

	.aces-about-hero-media>img {
		height: 330px;
	}

	.aces-about-hero-badge {
		right: -7px;
		bottom: 17px;
		max-width: 220px;
	}

	.aces-about-trust-card {
		top: 16px;
		right: -7px;
		width: min(100%, 285px);
		padding: 16px;
	}

	.aces-about-trust-card h2 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.aces-about-trust-card li {
		font-size: 12px;
	}

	.aces-about-stats-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 28px 0;
	}

	.aces-about-stats-grid>div,
	.aces-about-stats-grid>div:nth-child(3) {
		padding: 0;
		border-right: 0;
	}

	.aces-about-stats-grid strong {
		font-size: 18px;
	}

	.aces-about-story,
	.aces-about-methodology {
		padding: 62px 0;
	}

	.aces-about-methodology-head {
		margin-bottom: 40px;
	}

	.aces-about-methodology-head h2 {
		font-size: 34px;
		line-height: 1.16;
	}

	.aces-about-methodology-head p {
		font-size: 16px;
		line-height: 1.7;
	}

	.aces-about-methodology-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.aces-about-methodology-card {
		min-height: auto;
		padding: 30px 24px;
		border-radius: 18px;
	}

	.aces-about-methodology-count {
		width: 58px;
		height: 58px;
		margin-bottom: 24px;
		font-size: 20px;
	}

	.aces-about-methodology-card i {
		margin-bottom: 20px;
		font-size: 34px;
	}

	.aces-about-methodology-card h3 {
		margin-bottom: 14px;
		font-size: 24px;
	}

	.aces-about-methodology-card p {
		font-size: 16px;
	}

	.aces-about-family-trust {
		padding: 62px 0;
	}

	.aces-about-family-trust-head {
		margin-bottom: 40px;
	}

	.aces-about-family-trust-head h2 {
		font-size: 34px;
		line-height: 1.16;
	}

	.aces-about-family-trust-head p,
	.aces-about-family-trust-copy {
		font-size: 16px;
		line-height: 1.7;
	}

	.aces-about-family-trust-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 42px;
	}

	.aces-about-family-trust-card {
		min-height: auto;
		padding: 34px 24px;
		border-radius: 18px;
	}

	.aces-about-family-trust-card i {
		margin-bottom: 22px;
		font-size: 34px;
	}

	.aces-about-family-trust-card strong {
		margin-bottom: 16px;
		font-size: 44px;
	}

	.aces-about-family-trust-card h3 {
		margin-bottom: 14px;
		font-size: 23px;
	}

	.aces-about-family-trust-card p {
		font-size: 16px;
	}

	.aces-about-family-trust-copy p {
		margin-bottom: 26px;
	}

	.aces-about-journey {
		padding: 62px 0;
	}

	.aces-about-journey-head {
		margin-bottom: 42px;
	}

	.aces-about-journey-kicker {
		margin-bottom: 22px;
		font-size: 13px;
	}

	.aces-about-journey-head h2 {
		font-size: 34px;
		line-height: 1.16;
	}

	.aces-about-journey-head p {
		font-size: 16px;
		line-height: 1.7;
	}

	.aces-about-journey-timeline {
		padding-left: 62px;
	}

	.aces-about-journey-timeline::before {
		top: 28px;
		left: 24px;
		width: 4px;
	}

	.aces-about-journey-item {
		margin-bottom: 28px;
	}

	.aces-about-journey-year {
		left: -62px;
		width: 52px;
		height: 52px;
		font-size: 13px;
	}

	.aces-about-journey-card {
		min-height: auto;
		padding: 30px 24px;
		border-radius: 18px;
	}

	.aces-about-journey-icon {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
		font-size: 26px;
	}

	.aces-about-journey-card h3 {
		font-size: 24px;
	}

	.aces-about-journey-card p,
	.aces-about-journey-card ul {
		font-size: 16px;
	}

	.aces-about-final-cta {
		padding: 56px 0;
	}

	.aces-about-final-cta-kicker {
		margin-bottom: 24px;
		font-size: 12px;
	}

	.aces-about-final-cta h2 {
		font-size: 32px;
		line-height: 1.16;
	}

	.aces-about-final-cta p {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.7;
	}

	.aces-about-final-cta-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.aces-about-final-cta-actions a {
		width: 100%;
		min-width: 0;
	}

	.aces-thankyou-section {
		padding: 54px 0;
	}

	.aces-thankyou-card {
		border-radius: 18px;
	}

	.aces-thankyou-card-head {
		padding: 34px 22px 30px;
	}

	.aces-thankyou-head-icon {
		width: 70px;
		height: 70px;
		font-size: 42px;
	}

	.aces-thankyou-card-body {
		padding: 32px 22px 36px;
	}

	.aces-thankyou-icons {
		font-size: 36px;
	}

	.aces-thankyou-card-body h2 {
		font-size: 24px;
	}

	.aces-thankyou-card-body>p,
	.aces-thankyou-support span {
		font-size: 15px;
	}

	.aces-thankyou-support {
		padding: 18px;
	}

	.aces-thankyou-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.aces-thankyou-actions a {
		width: 100%;
	}
}

/* Screenshot-matched About hero */
.aces-about-page .aces-about-hero {
	padding: 150px 0 100px;
	background: #030616;
}

.aces-about-page .aces-about-hero-grid {
	grid-template-columns: minmax(0, 1.14fr) minmax(430px, .76fr);
	gap: clamp(55px, 9vw, 180px);
}

.aces-about-page .aces-about-kicker {
	background: rgba(213, 167, 30, .16);
	color: #ffd34c;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
}

.aces-about-page .aces-about-kicker i {
	color: #ffcf3b;
	font-size: 20px;
}

.aces-about-page .aces-about-kicker b {
	color: #d5a71e;
}

.aces-about-page .aces-about-hero h1 {
	/*max-width: 940px;*/
	color: #fff;
	/*font-size: clamp(43px, 4.1vw, 70px);*/
	/*line-height: 1.16;*/
}

.aces-about-page .aces-about-hero h1 span {
	color: #fff;
}

.aces-about-page .aces-about-hero-copy>p:not(.aces-about-kicker) {
	max-width: 790px;
	color: #c5cbdc;
	font-size: 20px;
	line-height: 1.68;
}

.aces-about-inline-stats {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	gap: clamp(28px, 3.4vw, 58px);
	margin-top: 38px;
}

.aces-about-inline-stats strong,
.aces-about-inline-stats span {
	display: block;
}

.aces-about-inline-stats strong {
	color: #fff;
	font-size: 24px;
	font-weight: 600!important;
	line-height: 1.3;
}

.aces-about-inline-stats span {
	margin-top: 4px;
	color: #aeb7ce;
	font-size: 15px;
	line-height: 1.35;
}

.aces-about-page .aces-about-actions {
	margin-top: 43px;
}

.aces-about-page .aces-about-actions a {
	min-height: 1px!important;
	padding: 10px 30px;
	border-radius: 10px;
	background: #ffcb27;
	color: #1d1a0c;
	font-size: 18px;
}

.aces-about-page .aces-about-actions a:hover {
	background: #ffdb55;
	color: #1d1a0c;
}

.aces-about-page .aces-about-actions .aces-about-outline {
	border-color: #26304b;
	background: transparent;
	color: #fff;
}

.aces-about-page .aces-about-actions .aces-about-outline:hover {
	background: #10182e;
	color: #fff;
}

.aces-about-trust-panel {
	padding: 40px 40px 37px;
	border: 1px solid rgba(150, 164, 199, .19);
	border-radius: 26px;
	background: #151a2d;
	box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.aces-about-trust-panel h2 {
	margin: 0 0 26px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.aces-about-trust-panel ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aces-about-trust-panel li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	color: #d6dced;
	font-size: 16px;
	/*line-height: 1.5;*/
}

.aces-about-trust-panel li i {
	flex: 0 0 auto;
	color: #ffcf39;
	font-size: 25px;
}

@media (max-width: 991px) {
	.aces-about-page .aces-about-hero {
		padding: 76px 0 82px;
	}

	.aces-about-page .aces-about-hero-grid {
		grid-template-columns: 1fr;
		gap: 49px;
	}

	.aces-about-trust-panel {
		max-width: 730px;
	}
}

@media (max-width: 575px) {
	.aces-about-page .aces-about-hero {
		padding: 58px 0 62px;
	}

	.aces-about-page .aces-about-kicker {
		font-size: 13px;
	}

	.aces-about-page .aces-about-hero h1 {
		font-size: 39px;
	}

	.aces-about-page .aces-about-hero-copy>p:not(.aces-about-kicker) {
		font-size: 17px;
		line-height: 1.62;
	}

	.aces-about-inline-stats {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 28px;
	}

	.aces-about-inline-stats strong {
		font-size: 21px;
	}

	.aces-about-page .aces-about-actions {
		margin-top: 31px;
	}

	.aces-about-page .aces-about-actions a {
		min-height: 57px;
		font-size: 16px;
	}

	.aces-about-trust-panel {
		padding: 26px 21px;
		border-radius: 18px;
	}

	.aces-about-trust-panel h2 {
		margin-bottom: 18px;
		font-size: 22px;
	}

	.aces-about-trust-panel ul {
		gap: 16px;
	}

	.aces-about-trust-panel li {
		gap: 11px;
		font-size: 16px;
	}
}



.ace-story-right{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:35px;
    box-shadow:0 15px 40px rgba(2,6,23,.06);
}

.ace-story-right > h3{
    font-size:24px;
    margin-bottom:20px;
    color:#020617;
    font-weight:800;
}

.ace-story-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ace-story-list li{
    display:flex;
    gap:14px;
    margin-bottom:18px;
    align-items:flex-start;
}

.ace-story-list i{
    width:38px;
    height:38px;
    min-width:38px;
    border-radius:50%;
    background:#fff7e6;
    color:#f59e0b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

.ace-story-list h4{
    margin:0 0 6px;
    font-size:17px;
    color:#020617;
}

.ace-story-list p{
    margin:0;
    font-size:14.8px;
    line-height:1.8;
    color:#64748b;
}

.ace-story-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}

.ace-story-stat{
    background:#f8fafc;
    border-radius:16px;
    padding:22px;
    text-align:center;
}

.ace-story-stat h3{
    font-size:30px;
    color:#f59e0b;
    margin:0;
    font-weight:800;
}

.ace-story-stat span{
    display:block;
    margin-top:8px;
    color:#475569;
    font-size:14px;
    font-weight:600;
}

/* About page: why students choose Acesoftech */
.aces-about-choose {
    background: #fafafa;
    padding: 100px 0 105px;
}

.aces-about-choose-head {
    max-width: 760px;
    margin-bottom: 58px;
}

.aces-about-choose-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 20px;
    margin-bottom: 32px;
    border-radius: 999px;
    background: #fff8dc;
    color: #c58d00;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 10px 28px rgba(245, 158, 11, 0.1);
}

.aces-about-choose-head h2 {
    max-width: 720px;
    margin: 0 0 26px;
    color: #020617;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.aces-about-choose-head p {
    max-width: 850px;
    margin: 0;
    color: #5f6b7a;
    font-size: 21px;
    line-height: 1.7;
}

.aces-about-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}

.aces-about-choose-card {
    min-height: 310px;
    padding: 46px 42px 42px;
    border: 1px solid #edf0f4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.aces-about-choose-card:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 158, 11, 0.28);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.aces-about-choose-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
    border-radius: 22px;
    background: #fff8dc;
    color: #f5a400;
    font-size: 36px;
}

.aces-about-choose-card h3 {
    margin: 0 0 20px;
    color: #020617;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
}

.aces-about-choose-card p {
    margin: 0;
    color: #66727f;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .aces-about-choose-grid {
        gap: 24px;
    }

    .aces-about-choose-card {
        padding: 36px 30px;
    }
}

@media (max-width: 991px) {
    .aces-about-choose {
        padding: 80px 0;
    }

    .aces-about-choose-head {
        margin-bottom: 42px;
    }

    .aces-about-choose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .aces-about-choose {
        padding: 64px 0;
    }

    .aces-about-choose-kicker {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .aces-about-choose-head h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .aces-about-choose-head p {
        font-size: 16px;
        line-height: 1.7;
    }

    .aces-about-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .aces-about-choose-card {
        min-height: auto;
        padding: 30px 24px;
        border-radius: 18px;
    }

    .aces-about-choose-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 22px;
        border-radius: 18px;
        font-size: 30px;
    }

    .aces-about-choose-card h3 {
        margin-bottom: 14px;
        font-size: 24px;
    }

    .aces-about-choose-card p {
        font-size: 16px;
    }
}



