* {
	padding: 0;
	margin: 0;
	font-family: 'Antic Didone';
	box-sizing: border-box;
}

.tutor-container * {
	box-sizing: border-box;

}

/* Tutor style */
.tutor-course-single-content-wrapper {
	overflow-x: hidden;
	margin-top: 45px;
	max-width: 1640px;
	display: flex;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 48px;
}
.tutor-course-single-sidebar-wrapper {
    background-color: transparent;
    border-right: none;
    flex: 0 0 400px;
    width: 400px;
	border-radius: 24px;
    margin-top: 20px;
    margin-right: 40px;
}
.tutor-course-single-sidebar-title{
	background-color: transparent;
	border-bottom: none;
	padding: 8px 16px 30px 0px;
}
.tutor-course-single-sidebar-title .tutor-fs-6{
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{
    color: #F7F9FC;
    background-color: #171D57;
    border-bottom: 1px solid #555CAE;
    border-radius: 0px;
    padding: 12px 64px 12px 16px;
    font-size: 18px;
    font-weight: 500;
	line-height: 150%;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic:nth-of-type(2) .tutor-accordion-item-header{
	border-radius: 16px 16px 0px 0px;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic:last-child .tutor-accordion-item-header{
	border-radius: 0px 0px 16px 16px;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body,
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a,
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a {
    background-color: #313673;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title {
	color: #F7F9FC;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{
	background-color: #171D57;
	border-radius: 16px;
}
.tutor-course-single-content-wrapper .tutor-course-topic-single-header-title{
	color: #F7F9FC;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-summary {
    color: #F7F9FC;
    font-size: 18px;
	line-height: 150%;
	font-weight: 400;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:after {
    font-size: 16px;
    padding: 3px 6px 3px 10px;
    background-color: #34407D;
    color: #F7F9FC;
	border-radius: 8px;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{
	background-color: #34407D;
    color: #F7F9FC;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary{
	background-color: #34407D;
    color: #F7F9FC;
	border-radius: 8px;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer {
	background-color: transparent;
    border-top: none;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer .tutor-ml-8,
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer .tutor-mr-8{
	display: none;
}
.tutor-course-topic-single-body .tutor-assignment-meta-info .tutor-color-muted{
	color: #ADB8ED;
}
.tutor-single-course-content-next .tutor-btn,
.tutor-single-course-content-prev .tutor-btn {
	background-color: #313673;
	border-radius: 8px;
    padding: 10px;
	height:54px;
	min-width: 54px;
	justify-content: center;
}

.tutor-icon-previous:before {
    content: "";
    font-size: 20px;
}
.tutor-icon-next:before{
    content: "";
    font-size: 20px;
	transform: rotate(180deg);
	display: inline-block;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper {
    padding: 20px 24px;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-icon-assignment:before {
    color: #F7F9FC;
}
#tutor-assignment-wrap #tutor_assignment_start_btn{
	 background: linear-gradient(
        270deg,
        #D0D3FF -3.9%,
        #A1AAFF 54.54%,
        #7B84E8 100%
    );
	color: #171D57;
	width: 295px;
	justify-content: center;
}

#tutor-assignment-wrap #tutor_assignment_start_btn:hover, 
#tutor-assignment-wrap #tutor_assignment_start_btn:focus, 
#tutor-assignment-wrap #tutor_assignment_start_btn:active {
   	 background: linear-gradient(
        270deg,
        #7B84E8 -3.9%,
        #A1AAFF 41.55%,
        #D0D3FF 100%
    );
    transition: 0.5s;
	color: #171D57; 
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked]{
    border-color: #34407D;
    background-color: #34407D;
}
.tutor-form-check-input.tutor-form-check-input[type=checkbox].tutor-form-check-circle {
    border-radius: 4px; 
}

.tutor-login-wrap, 
#tutor-registration-wrap {
    border-radius: 24px;
    max-width: 1024px;
    background: #171D57;
	box-shadow: none;
}
.tutor-forgot-password-form,
.tutor-reset-password-form {
    border-radius: 24px;
    max-width: 520px;
    background: #171D57;
	box-shadow: none;
	margin: 100px auto;
}
.tutor-login-form-wrapper, 
#tutor-registration-form {
    padding: 44px;
    background: #171D57;
	max-width: 440px;
	text-align: center;
    margin: 0 auto;
}
.tutor-border-top-light {
    border-top: none;
}
.tutor-login-form-wrapper .tutor-fs-5{
	color: #DADDF5;
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
.tutor-login-form-wrapper .tutor-form-control,
.tutor-form-group input[type=text] {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: .5em;
    display: block;
    background-color: #313673;
    border: none !important;
    border-radius: 32px;
    color: #7E85D3;
    height: 47px;
    padding: 10px 24px;
}
.tutor-login-form-wrapper .tutor-form-control:focus,
.tutor-form-group input[type=text]:focus {
    background-color: #313673;
    border: none;
	border-color: none;
    color: #7E85D3;
    transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}
.tutor-login-form-wrapper .tutor-form-control:focus,
.tutor-form-group input[type=text]:focus{
    border-color: transparent;
}
.tutor-login-form-wrapper form .tutor-btn-ghost{
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	text-decoration: underline;
    color: #DADDF5;
}
.tutor-form-check-input.tutor-form-check-input {
	background-color: transparent;
}
.tutor-login-form-wrapper .tutor-form-check .tutor-fs-7{
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #DADDF5;
}
.tutor-forgot-password-form .tutor-form-group .tutor-btn-primary,
.tutor-login-form-wrapper .tutor-btn-primary{
	background: linear-gradient(270deg, #D0D3FF -3.9%, #A1AAFF 54.54%, #7B84E8 100%);
	transition: 0.5s;
	border: none;
	color:#171D57;
	padding: 16px;
	width: 295px;
	text-align: center;
    margin: 0 auto;
	display: flex;
    justify-content: center;
}
.tutor-forgot-password-form .tutor-form-group .tutor-btn-primary,
.tutor-login-form-wrapper .tutor-btn-primary:hover {
	background: linear-gradient(
		270deg,
		#7B84E8 -3.9%,
		#A1AAFF 41.55%,
		#D0D3FF 100%
	);
	color:#171D57;
	transition: 0.5s;
}
.tutor-forgot-password-form .tutor-form-group .tutor-btn-primary:after,
.tutor-login-form-wrapper .tutor-btn-primary:after {
	content: "";
	background: url(/wp-content/uploads/arrow-blue.svg);
	width: 20px;
	height: 20px;
	margin-left: 15px;
	background-repeat: no-repeat;
	display: inline-block;
}
.tutor-forgot-password-form .tutor-form-group .tutor-btn-primary:hover:after,
.tutor-login-form-wrapper .tutor-btn-primary:hover:after{
	transform: rotate(50deg);
	transition: 0.5s;
}
.tutor-forgot-password-form p,
.tutor-forgot-password-form .tutor-form-group label{
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
}
.tutor-form-group {
    margin-bottom: 32px;
    margin: 0px auto 32px auto;
    text-align: center;
}

/* tutor dashboard*/
.tutor-frontend-dashboard .tutor-container {
	max-width: 1640px;
	padding-top: 48px;
}
.tutor-dashboard .tutor-frontend-dashboard-maincontent{
	flex-wrap:nowrap;
	gap: 28px;
}
.tutor-dashboard .tutor-frontend-dashboard-header {
    padding-bottom: 32px;
}
.tutor-dashboard .tutor-dashboard-content {
	border-radius: 24px;
	background-color: #171D57;
	padding: 24px;
}
.tutor-dashboard .tutor-dashboard-content.without-bg {
	background-color: transparent;
}
.tutor-dashboard .tutor-mt-24 {
	padding-top: 20px;
}
.tutor-table tr th:first-child,
.tutor-table tr td:first-child,
.tutor-table tr th:last-child,
.tutor-table tr td:last-child {
    border-left: 1px solid #555CAE; 
	border-right: 1px solid #555CAE;
}
.tutor-table tr th {
	background-color: #323871;
	color: #B2B7F1;
	border: 1px solid #555CAE; 
}
.tutor-table tr td {
	background-color: #323871;
	color: #f7f9fc;
	border: 1px solid #555CAE; 
}
.tutor-table tr th{
	font-weight: 600;
}

.tutor-iconic-btn-secondary:hover, .tutor-iconic-btn-secondary:focus, .tutor-iconic-btn-secondary:active {
    color: #fff;
    background-color: #555CAE;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks{
    margin: 0px;
    padding: 0px;
}
.tutor-frontend-dashboard .tutor-dashboard-left-menu{
	background-color: #171D57;
	border-radius: 24px;
	margin: 0;
    padding: 32px 24px;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item:not(:last-child) {
    margin-bottom: 8px;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a {
    font-size: 22px;
	font-weight: 500;	
	line-height: 150%;
	padding: 12px 24px;	
	border: 1px solid #313673;
	border-radius: 8px;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:hover;
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active{
    background-color: #313673;
	border-radius: 8px;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover {
    background-color: #313673;
    color: #FFFFFF;
}

.tutor-dashboard .tutor-frontend-dashboard-header:after,
.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
    display: none;
}

.tutor-avatar-xl {
    width: 80px;
    height: 80px;
	background-color: #555CAE;
	box-shadow: none;
}
.tutor-avatar-text {
    color: #F7F9FC;
    background-color: #555CAE;
}
.tutor-dashboard-header .tutor-color-black {
    color: #F7F9FC;
	display: flex;
	justify-content: flex-start;
	width: auto;
}
.tutor-dashboard-header .tutor-color-black .tutor-fs-5,
.tutor-dashboard-header .tutor-color-black .tutor-fs-4 {
	font-weight: 600;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
}
.tutor-dashboard-content .tutor-header,
.tutor-dashboard-content div.tutor-color-black:first-of-type {
    display: none;
}
.tutor-dashboard-content.without-bg .tutor-frontend-dashboard-course-progress > .tutor-color-black,
.tutor-dashboard-content.without-bg .popular-courses-heading-dashboard .tutor-color-black {
	display: block;
	font-weight: 600;
	font-size: 38px;
	line-height: 150%;
	color: #F7F9FC;
}
.tutor-dashboard-content-inner .tutor-card {
	background-color: #171D57;
	border: none;
	border-radius: 24px;
}
.tutor-react-datepicker .dropdown-container .dropdown-label{
	color: #000;
}
.tutor-frontend-dashboard-course-progress .tutor-card {
	background-color: transparent;
	border-radius: 24px;
	border: 1px solid #555CAE;
}
.tutor-frontend-dashboard-course-progress .tutor-card .tutor-card-image-left{
	border-radius: 24px 24px 0px 0px;
}
.tutor-frontend-dashboard-course-progress .tutor-card .tutor-ratings{
	display: none;
}
.tutor-frontend-dashboard-course-progress .tutor-card-body span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.tutor-frontend-dashboard-course-progress .tutor-card-body span > span{
	font-weight: 600;
}


.tutor-dashboard-content .tutor-form-control{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	background: #313673;
	padding: 10px 24px;
	border-radius: 24px;
	border: none !important;	
}
.tutor-dashboard-content input::placeholder,
.tutor-dashboard-content textarea::placeholder {
	color: #ADB8ED;
	opacity: 1;
}


/* Dashboard Order History*/
.tutor-dashboard-content .tutor-wp-dashboard-filter .tutor-d-flex:nth-of-type(1) {
	flex-basis: 75%;
	background: #323871;
	padding: 10px 16px;
	border-radius: 16px;
	justify-content: space-between;
}
.tutor-dashboard-content .tutor-wp-dashboard-filter .tutor-d-flex .tutor-btn{
	font-weight: 500;
    font-size: 24px;
    line-height: 140%;
	padding: 16px;
	color: #F7F9FC;
	border: none !important;
	border-color: transparent;
	margin: 0px;
}
.tutor-dashboard-content .tutor-wp-dashboard-filter .tutor-d-flex .tutor-btn-primary,
.tutor-dashboard-content .tutor-wp-dashboard-filter .tutor-d-flex .tutor-btn:hover{
	background: #EDF3F9 !important;
	color: #090909;
	border-radius: 24px;
}
.tutor-dashboard-content .tutor-wp-dashboard-filter .tutor-v2-date-range-picker {
	flex-basis: 25% !important;
}


/* Dashboard Profile Settings */
.tutor-dashboard-content .tutor-dashboard-setting-profile {
	margin-bottom:30px;
	padding-bottom: 48px;
}
.tutor-dashboard-content .profile-settings .tutor-nav{
	border-bottom: 1px solid #313673;
}
.tutor-dashboard-content .profile-settings .tutor-nav-link{
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
	color: #7E85D3;
}
.tutor-dashboard-content .profile-settings .tutor-nav-link:hover,
.tutor-dashboard-content .profile-settings .tutor-nav-link.is-active{
	font-weight: 500;
	line-height: 150%;
	color: #ffffff;
}
.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active {
    border-bottom-color: #ffffff;
}
.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #B2B7F1;
}
.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>span>span{
	font-weight: 600;
	color: #B2B7F1;
}
.tutor-dashboard-setting-profile form{
    width: 800px;	
	margin: 0 auto;
}
.tutor-dashboard-content-inner.profile-settings form{
	width: 960px;	
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 0px;
}
.tutor-dashboard-content-inner.profile-settings form .tutor-row{
	flex-basis: 100%;
	margin-left: 10px; 
}
.tutor-dashboard-content-inner.profile-settings form .tutor-row span{
	display: none;
}
.tutor-dashboard-content-inner.profile-settings form .tutor-social-field{
	flex-basis: 48%;
	margin-left: 10px; 
	display: flex;
    align-items: end !important;
}
.tutor-dashboard-setting-profile .tutor-form-control,
.tutor-dashboard-content-inner.profile-settings .tutor-form-control{
    width: 380px;	
}
.tutor-dashboard-setting-profile .tutor-form-label,
.tutor-dashboard-content-inner.profile-settings .tutor-form-label{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin: 0px 0px 8px 14px;
	color: #ffffff;
}
.tutor-dashboard-setting-profile .description .tutor-fs-6,
.tutor-dashboard-setting-profile .description .tutor-form-label{
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
    color: #B2B7F1;
}
.tutor-dashboard-setting-profile .description .tutor-form-label {
    margin: 0px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-setting-social .tutor-social-field>div:first-child {
	width: 45px;
	height: 45px;
	border-radius: 40px;
	background-color: #313673;
	align-items: center;
    display: flex;
}
.tutor-dashboard-setting-social .tutor-icon-brand-facebook:before,
.tutor-dashboard-setting-social .tutor-icon-brand-twitter:before,
.tutor-dashboard-setting-social .tutor-icon-brand-linkedin:before,
.tutor-dashboard-setting-social .tutor-icon-earth:before,
.tutor-dashboard-setting-social .tutor-icon-brand-github:before{
    font-size: 20px;
	color: #ffffff;
}






/* Dashboard Enrolled-Courses and Wishlist  */
.tutor-dashboard-content .enrolled-courses,
.tutor-dashboard-content .my-wishlist {
	padding: 0px;
}
.tutor-dashboard-content .enrolled-courses .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) {
    border-bottom: none;
}
.tutor-dashboard-content .enrolled-courses .tutor-nav{
	background-color: #323871;
	padding: 10px 16px;
	border-radius: 24px;
	gap: 10px;
	justify-content: space-between;
}
.tutor-dashboard-content .enrolled-courses .tutor-nav-link{
	font-weight: 500;
    font-size: 24px;
    line-height: 140%;
	padding: 16px;
	color: #F7F9FC;
	border: none !important;
	border-color: transparent;
	border-radius: 24px;
}
.tutor-dashboard-content .enrolled-courses .tutor-nav-link:hover,
.tutor-dashboard-content .enrolled-courses .tutor-nav-link.is-active {
	background-color: #EDF3F9;
	padding: 16px;
	border-radius: 24px; 
	color: #090909;
}
.tutor-dashboard-content .enrolled-courses .tutor-card,
.tutor-dashboard-content .my-wishlist .tutor-card{
    border: 1px solid #555CAE;
	border-radius: 24px;
    background-color: transparent;
	padding-bottom: 20px;
}
.tutor-dashboard-content .enrolled-courses .tutor-course-thumbnail img,
.tutor-dashboard-content .my-wishlist .tutor-course-thumbnail img{
	border-radius: 24px 24px 0px 0px;
}
.tutor-dashboard-content .enrolled-courses .tutor-card-body,
.tutor-dashboard-content .my-wishlist .tutor-card-body{	
	padding: 0px 12px;
	border-radius: 0px 0px 24px 24px;
}
.tutor-dashboard-content .tutor-course-ratings {
	display: none;
}
.enrolled-courses .tutor-card .tutor-course-name,
.my-wishlist .tutor-card .tutor-course-name{
	margin: 20px 0px;
}
.enrolled-courses .tutor-card .tutor-course-name a,
.my-wishlist .tutor-card .tutor-course-name a,
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item-title {
	font-weight: 400;
	font-size: 24px;;
	line-height: 150%;
	color: #F7F9FC;
}
.enrolled-courses .tutor-card .tutor-course-name a:hover,
.my-wishlist .tutor-card .tutor-course-name a:hover{
    background: linear-gradient(270deg, #D0D3FF 0%, #A1AAFF 54.54%, #7B84E8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;	
}
.enrolled-courses .tutor-card .tutor-mt-auto .subtitle,
.my-wishlist .tutor-card .tutor-mt-auto .subtitle{
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: block;
}

.enrolled-courses .tutor-card .tutor-course-progress span,
.my-wishlist .tutor-card .tutor-course-progress span{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
}
.enrolled-courses .tutor-card .tutor-course-progress .tutor-progress-bar.tutor-mt-12,
.my-wishlist .tutor-card .tutor-course-progress .tutor-progress-bar.tutor-mt-12 {
	margin-top: 8px;
}
.tutor-course-bookmark .tutor-course-wishlist-btn{
	color: #313673;
}
.my-wishlist .tutor-meta-course-by-cat.tutor-mt-32{
	margin-top: 10px;
	margin-bottom: 10px;
}
.my-wishlist .tutor-card .tutor-meta>*{
	color: #F7F9FC;
}
.my-wishlist .tutor-card .tutor-card-footer:not(.tutor-no-border) {
	border: none;
}
.enrolled-courses .tutor-card .list-item-button .tutor-btn,
.my-wishlist .tutor-card .list-item-button .tutor-btn,
.tutor-dashboard-setting-profile .tutor-profile-settings-save,
.tutor-dashboard-content-inner.profile-settings .tutor-btn-primary {
	background: linear-gradient(270deg, #D0D3FF -3.9%, #A1AAFF 54.54%, #7B84E8 100%);
    transition: 0.5s;
    width: 295px;
	border-radius: 24px 24px 24px 24px;
    padding: 16px 16px 16px 16px;
    color: #171D57;
	font-size: 18px;
	text-align: center;
    margin: 0 auto;
}
.enrolled-courses .tutor-card .list-item-button .tutor-btn:hover,
.my-wishlist .tutor-card .list-item-button .tutor-btn:hover,
.tutor-dashboard-setting-profile .tutor-profile-settings-save:hover,
.tutor-dashboard-content-inner.profile-settings .tutor-btn-primary:hover{
	background: linear-gradient(270deg, #7B84E8 -3.9%, #A1AAFF 41.55%, #D0D3FF 100%);
    transition: 0.5s;
}
.enrolled-courses .tutor-card .list-item-button .tutor-btn:after,
.my-wishlist .tutor-card .list-item-button .tutor-btn:after,
.tutor-dashboard-setting-profile .tutor-profile-settings-save:after,
.tutor-dashboard-content-inner.profile-settings .tutor-btn-primary:after {
    content: "";
    background: url(/wp-content/uploads/arrow-blue.svg);
    width: 20px;
    height: 20px;
    margin-left: 15px;
    background-repeat: no-repeat;
}
.enrolled-courses .tutor-card .list-item-button .tutor-btn:hover:after,
.my-wishlist .tutor-card .list-item-button .tutor-btn:hover:after,
.tutor-dashboard-setting-profile .tutor-profile-settings-save:hover:after,
.tutor-dashboard-content-inner.profile-settings .tutor-btn-primary:hover:after{
    transform: rotate(50deg);
    transition: 0.5s;
}
.tutor-dashboard-setting-profile .tutor-profile-settings-save,
.tutor-dashboard-content-inner.profile-settings .tutor-btn-primary{
	justify-content: center;
}
.tutor-dashboard-content .enrolled-courses .tutor-nav-link.tutor-nav-more-item:hover,
.my-wishlist .enrolled-courses .tutor-nav-link.tutor-nav-more-item.is-active {
    background-color: transparent;
    padding: 16px;
	color: #F7F9FC;
}
.enrolled-courses .tutor-nav-more-list {
	background-color: #323871;
	border-radius: 8px;
	border: transparent;
	padding: 0px;
}
.enrolled-courses .tutor-nav-more-list .tutor-nav-item{
	padding: 10px 12px;
}
.enrolled-courses .tutor-nav-more-list .tutor-nav-item:not(:last-child) {
	border-bottom: 1px solid #717BB1;
}
.enrolled-courses .tutor-nav-more-list .tutor-dropdown-item{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	vertical-align: middle;
	color: #F7F9FC;
}



/* dasboard profile */

.tutor-dashboard-profile-data {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    row-gap: 14px;    
    column-gap: 78px; 
    max-width: calc(2 * 380px + 38px); /* 2 column + gap */
    margin: 0 auto;	
	padding: 30px 0px 90px 0px;
}
.tutor-dashboard-profile-data > .tutor-row {
    width: 380px;
    margin-bottom: 0; 
}
.tutor-dashboard-profile-data .tutor-row {
    flex-direction: column;
}
.tutor-dashboard-profile-data .tutor-row > div {
    width: 100%;
}
.tutor-dashboard-content .tutor-dashboard-profile-data {
	border: none;
}
.tutor-dashboard-profile-data .tutor-row > div.tutor-col-12:nth-of-type(1){
	color: #FFFFFF;
	padding: 6px 14px;	
}
.tutor-dashboard-profile-data .tutor-row > div.tutor-col-12:nth-of-type(2) {
	width: 380px;
	height: 41px;
	border: none;
	border-radius: 31px;
	padding 10px 24px;	
	background: #313673;
	color: #FFFFFF;
	align-items: center;
    display: flex;
}
.tutor-dashboard-profile-data .tutor-row > div.tutor-col-12:nth-of-type(2) .tutor-fs-6{
	margin-left: 15px;
}








/* global style */
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 84px;
	font-family: 'Antic Didone';
	overflow-x: hidden;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #171D57;
	display: block;
	z-index: 9999999999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto;
}
.header-wrapper .elementor-align-center .elementor-button {
	width: 100%;
}
.logo-box .elementor-nav-menu--dropdown,
.menu-box .elementor-nav-menu--dropdown {
	background: linear-gradient(135.3deg, #272D69 0.01%, #1E2251 122.61%);
}
.elementor-250 .elementor-element.elementor-element-2902161 .elementor-nav-menu--dropdown {
    background-color: #fff;
}


/* =============== */

/* Design custom language switcher */
.custom-currency-switcher button {
	border: none;
	border-color: unset !important;
	border-style: unset !important;
	padding: 10px !important;
}

.header__language-box {
	position: relative;
	display: inline-block;
}

.header__custom-select-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.header__custom-select-button img {
	width: 30px;
	height: 22px !important;
	vertical-align: middle;
}

.header__custom-select-wrapper {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	z-index: 1000;
	min-width: 120px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin-left: -30px;
}

.header__language-box:hover .header__custom-select-wrapper {
	display: block;
}

/* Ensure proper spacing and alignment */
.header__language-box {	
	margin-right: 20px;
}
.header-wrapper .header-cart:hover svg path {
    stroke: #ADB8ED;
	fill: #171D57;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-item {
	padding: 5px 10px;
	list-style: none;
}

.wpml-ls-link {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.wpml-ls-link img {
	width: 24px;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.wpml-ls-current-language .wpml-ls-link {
	font-weight: bold;
	color: #000;
}



/*footer custom style*/
footer .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: flex;
    width: 50%;
}

body.error404{
	background-color: #272D69;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.notfound-content {
	text-align: center;
	padding: 218px 0px 180px 0px;
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	height: auto;
}

.error404 .notfound-content h1 {
	color: #ADB8ED;
	font-family: Red Hat Display;
	font-weight: 700;
	font-size: 88px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 54px;
	background: linear-gradient(270deg, #D0D3FF -3.9%, #A1AAFF 54.54%, #7B84E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.error404 .notfound-content p {
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: 0.4px;
	text-align: center;
	color: #F7F9FC;
	margin-bottom: 40px;
}
.error404 .notfound-content .btn-wrap{
	margin-top: 92px;
	display: flex;
    justify-content: center;
}

.error404 .notfound-content .elementor-button{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;;
	width: 260px;
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
    text-decoration: none;
	background: linear-gradient(
		270deg,
		#D0D3FF -3.9%,
		#A1AAFF 54.54%,
		#7B84E8 100%
	);
	border-radius: 30px;
	transition: 0.5s;
}
.error404 .notfound-content .elementor-button:hover{
	 background: linear-gradient(
        270deg,
        #7B84E8 -3.9%,
        #A1AAFF 41.55%,
        #D0D3FF 100%
    );
    transition: 0.5s;
}
.error404 .notfound-content .elementor-button:hover svg{
	 transform: rotate(50deg);
	 transition: 0.5s;
}

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 0px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Antic Didone';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Antic Didone';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid rgb(155 155 155 / 70%) !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Antic Didone';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

.reviews_slider .elementor-testimonial__name {
	padding-bottom: 6px;
}

.reviews_slider .elementor-testimonial__icon svg {
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.reviews_slider .elementor-swiper-button {
	position: relative;
}

.reviews_slider .elementor-swiper-button-prev:after {
	content: '';
	background: url(/wp-content/uploads/2025/01/Frame-9-2.webp);
	position: absolute;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	background-size: contain;
	left: -15px;
	right: 0px;
}

.reviews_slider .elementor-swiper-button-next:before {
	content: '';
	background: url(/wp-content/uploads/2025/01/Frame-9-1.webp);
	position: absolute;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0px;
	left: 0px;
}

.reviews_slider .elementor-swiper-button-next {
	right: 16% !important;
}

.reviews_slider .elementor-swiper-button-prev {
	left: 15% !important;
}

.reviews_slider .swiper-slide-prev,
.reviews_slider .swiper-slide-next {
	filter: blur(4px);
	opacity: 0.6;
	padding: 32px 216px 32px 216px !important;
}

.reviews_slider .swiper-slide-prev .elementor-testimonial__cite,
.reviews_slider .swiper-slide-next .elementor-testimonial__cite {
	margin-top: 19px !important;
}

.reviews_slider .swiper-slide-prev .elementor-testimonial__footer,
.reviews_slider .swiper-slide-next .elementor-testimonial__footer {
	margin-bottom: 24px !important;
}

.reviews_slider .swiper-slide .elementor-testimonial__image img {
	width: 68px;
	height: 68px;
	display: block;
}

.reviews_slider .swiper-slide-active {
	height: 405px !important;
	filter: none;
	transform: scale(1);
	padding: 40px 265px 40px 265px;
}

.reviews_slider .swiper-slide-active .elementor-testimonial__image img {
	width: 84px !important;
	height: 84px !important;
}

.reviews_slider .swiper {
	padding: 0 15.7% !important;
	transition: all ease 0.5s;
}

.reviews_slider .elementor-main-swiper {
	width: 100% !important;
}

.reviews_slider .swiper-slide {
	position: relative;
	border-radius: 20px 50px 20px 50px;
	transition: transform 0.5s ease;
}

.reviews_slider .swiper-wrapper {
	align-items: center !important;
}

.reviews_slider .swiper-slide:before {
	content: '';
	background: url(/wp-content/uploads/2025/01/1.svg);
	position: absolute;
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0px;
	bottom: -12px;
}

.reviews_slider .swiper-slide:after {
	content: '';
	background: url(/wp-content/uploads/2025/01/2.svg);
	position: absolute;
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0px;
	top: 0px;
}

.text p {
	padding-bottom: 15px;
}

.tutor-col-xl-8 .tutor-icon-bullet-point,
.tutor-course-details-widget-list .tutor-icon-bullet-point {
	position: relative;
}

.tutor-col-xl-8 .tutor-icon-bullet-point:before,
.tutor-course-details-widget-list .tutor-icon-bullet-point:before {
	content: "";
	background: url(/wp-content/uploads/2025/01/Check-Circle.svg);
	width: 30px;
	position: absolute;
	height: 30px;
	right: 0;
	bottom: -10px;
	background-size: contain;
}

.subscribe .es_subscription_message.success {
	color: #000 !important;
}

.tutor-col-xl-8 li,
.tutor-col-xl-4 li,
.tutor-ul li span {
	font-size: 18px;
	align-items: baseline;
	padding-bottom: 10px;
}

.tutor-fs-6 ol li {
	display: list-item;
}

.tutor-course-single-content-wrapper ul {
	padding-left: 20px !important;
}

.tutor-container .tutor-toggle-more-collapsed:before {
	background: none !important;
}

.tutor-container .tutor-card-body .tutor-btn-lg {
	font-size: 18px !important;
	line-height: 22px;
	padding: 9px 21px;
	border-radius: 40px;
	font-weight: 400;
	width: fit-content;
	background: linear-gradient(270deg, #D0D3FF -3.9%, #A1AAFF 54.54%, #7B84E8 100%);
    transition: 0.5s;
	border: none;
	margin-top: 12px;
	color:#171D57;
	display: flex;
    width: 295px;
    justify-content: center;
    align-items: center;
}
.tutor-container .tutor-card-body .tutor-btn-lg:after {
    content: "";
    background: url(/wp-content/uploads/arrow-blue.svg);
    width: 20px;
    height: 20px;
    margin-left: 15px;
    background-repeat: no-repeat;
}
.tutor-course-details-page .tutor-card {
	background: linear-gradient(135.3deg, #272D69 0.01%, #1E2251 122.61%);
    border-radius: 24px;
	margin-bottom: 10px;
}
.tutor-course-details-page .tutor-card.tutor-bundle-author-list{
	background: #171D57;
}
.tutor-course-sidebar-card-pricing{
	margin-top: 40px;
}
.tutor-course-sidebar-card-pricing .tutor-color-black span:first-child{
	display:none !important;
}
.tutor-course-sidebar-card-pricing .tutor-color-black span:last-child{
	color: #FFFFFF !important;
}
.tutor-bundle-author-list .tutor-courses-instructors {
	gap: 0px !important;
}

.tutor-container .tutor-card-body {
	background-color: #171D57 !important;
	border-radius: 24px !important;
	border: none !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tutor-container .tutor-sidebar-card {
	border: none !important;
}

.tutor-btn:focus,
.tutor-btn:active {
	background-color: transparent !important;
	color: white !important;
	border-color: #313673 !important;
	outline: none;
}

.tutor-page-wrap .tutor-container .tutor-card-body,
.tutor-page-wrap .tutor-container .tutor-card-footer {
	padding: 30px 22px 30px 22px;

}

.tutor-container .tutor-card-footer,
.tutor-container .tutor-course-details-instructors,
.tutor-container .tutor-col-xl-4 .tutor-course-details-widget {
	background-color: #171D57 !important;
	border-radius: 24px !important;
	margin-top: 10px;
	width: 100%;
}
.tutor-single-course-sidebar .tutor-card-footer:not(.tutor-no-border),
.tutor-single-course-sidebar-more .tutor-course-details-instructors+div,
.tutor-single-course-sidebar-more>div,
.tutor-single-course-sidebar-more>div:first-child,
.tutor-single-course-sidebar-more>div:last-child{
	border: none;
}

.tutor-single-course-sidebar-more {
	margin: 0px;
}

.tutor-container .tutor-course-details-widget-list {
	padding-left: 30px !important;
}

.tutor-card-body .tutor-btn {
	border: 1px solid #000;
	border-radius: 30px;
}

.tutor-container .tutor-card-body .tutor-btn-lg:hover,
.tutor-card-body .tutor-btn:hover {
	background: linear-gradient(
        270deg,
        #7B84E8 -3.9%,
        #A1AAFF 41.55%,
        #D0D3FF 100%
    );
    transition: 0.5s;
	color: #1E1E1E;
}

.tutor-card-body .tutor-enrolled-info-text{
	color: #ADB8ED;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
.tutor-card-body .tutor-enrolled-info-text .tutor-enrolled-info-date{
	color: #ADB8ED;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
}
.tutor-card-body .tutor-icon-purchase-mark {
    color: #ADB8ED;
}

.tutor-container {
	padding: 10px 0;
}

/* .tutor-course-content .tutor-course-description .tutor-show-more {
    display: none;
} */
.tutor-wrap main.tutor-col-xl-8 {
	padding-right: 44px;
}

.tutor-wrap aside.tutor-col-xl-4 {
	padding-left: 44px;
}

.tutor-col-xl-8 .tutor-icon-plus {
	position: relative;
}

.tutor-col-xl-8 .tutor-icon-plus:before {
	content: "";
	background: url(/wp-content/uploads/2025/01/Add-Circle.svg);
	width: 30px;
	position: absolute;
	height: 30px;
	right: 0;
	top: -15px;
	bottom: 0;
}

.tutor-course-details-ratings {
	display: none;
}
.tutor-sidebar-card .tutor-card-footer .tutor-fs-6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
.tutor-courses-instructors .tutor-fs-6,
.tutor-course-details-instructors .tutor-fs-6{
 	font-size: 18px;
	font-weight: 800;
	line-height: 150%;
	color: #F7F9FC;
}
.tutor-courses-instructors .tutor-fs-7,
.tutor-course-details-instructors .tutor-fs-7{
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #F7F9FC;
}
.tutor-color-secondary {
    color: #FFFFFF;
}

h1.tutor-course-details-title {
	font-size: 56px !important;
	line-height: 58px !important;
	margin-left: -20px;
	font-family: "Antic Didone" !important;
	background: linear-gradient(
        270deg,
        #D0D3FF -3.9%,
        #A1AAFF 54.54%,
        #7B84E8 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	color: transparent;
	display: inline-block; 
}

h2.tutor-fs-5 {
	font-size: 38px !important;
	font-weight: 600 !important;
	line-height: 48px !important;
	font-family: "Antic Didone" !important;
	color: #F7F9FC;
}

h3.tutor-fs-6,
h3.tutor-fs-5{
	font-size: 24px !important;
	font-weight: 500 !important;
	line-height: 34px !important;
	color: #F7F9FC;
}

.tutor-container-xxl,
.tutor-container-xl,
.tutor-container-lg,
.tutor-container-md,
.tutor-container-sm {
	max-width: 1520px;
}

.tutor-container .tutor-mt-24 {
	margin-top: 0px;
}

.tutor-course-details-page .tutor-mb-44 {
	margin-bottom: 30px;
}

.tutor-meta a {
	font-size: 20px;
}
.tutor-course-details-page .tutor-course-thumbnail img {
    border-radius: 40px;
}

.tutor-course-details-tab .tutor-bundle-courses-wrapper{
	display: flex;
    justify-content: space-between;
    gap: 20px;
}
.tutor-course-details-tab .tutor-bundle-course-list-wrapper{
	border-radius: 24px;
	border: 1px solid #555CAE; 
	position: relative;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
}
.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-counter {
    gap: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 100%;
    width: 100%;
}
.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-feature-image img {
    height: auto;
}
.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc{
	padding: 20px 0px;	
}

#tutor-course-details-tab-gradebook .tutor-fs-6{
    font-size: 22px;
    font-weight: 400;
    line-height: 130%;
    color: #F7F9FC;
}
#tutor-course-details-tab-questions .tutor-quesanswer-askquestion .tutor-mt-24 {
	margin-top: 20px;
	justify-content: flex-start !important;
}


#tutor-course-details-tab-questions .tutor-quesanswer-askquestion .tutor-btn {
	background-color: #F7F9FC;	
	color: #272D69;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	width: 295px;
	text-align: center;
	display: inline;
}
#tutor-course-details-tab-questions .tutor-quesanswer-askquestion .tutor-btn:hover{
	background: linear-gradient(
        270deg,
        #7B84E8 -3.9%,
        #A1AAFF 41.55%,
        #D0D3FF 100%
    );
    transition: 0.5s;
	border-color: transparent;
}

/* cart page */
.tutor-cart-page .tutor-col-lg-8 {
	padding-right: 20px !important;
}

.tutor-cart-page .tutor-col-lg-4 {
	padding-left: 20px !important
}

.tutor-cart-remove-button {
	padding: 10px 12px !important;
}

.tutor-btn-link:after {
	display: none !important;
}

.tutor-cart-page {
	padding: 0px 0px;
}

.post-type-archive .tutor-card-body,
.post-type-archive .tutor-card-footer {
	margin-top: 0px;
	border-radius: 0px !important;
}

#tutor-registration-wrap {
	margin-bottom: 100px !important;
	margin-top: 50px !important;
}
#tutor-certificate-showcase .tutor-cs-text {
    border-radius: 4px;
	border: 1px solid #313673;
    background: transparent;
    padding: 1px;
}
#tutor-certificate-showcase .tutor-cs-text>div {
    padding: 23px 0px 25px 23px;
    border-radius: 0px;
	border: none;
    background: transparent;
}
.tutor-courses-instructors .tutor-fs-5{
	font-size: 24px !important;
	font-weight: 600;
	line-height: 150% !important;
}
.tutor-sidebar-card .tutor-btn{
    background-color: #F7F9FC;
    border-radius: 30px;
    transition: 0.5s;
	color: #272D69;
	font-size: 18px;
} 
.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{
	background: transparent;
}
.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{
	border: none;
}
.tutor-course-details-page .tutor-nav-link{
    font-size: 28px;
    font-weight: 500;
	font-height: 140%;
	color: #ADB8ED;
}
.tutor-course-details-page .tutor-nav-link.is-active{
	color: #F7F9FC;
}
.prerequisites-course-lists li:first-child {
    color: #F7F9FC;
    background: transparent;
    border: 1px solid #313673;
    font-size: 22px;
	font-weight: 150%;
    font-weight: 500;
}
.prerequisites-course-lists li a{
	color: #ADB8ED;
    border: 1px solid #313673;
    font-size: 20px;
    font-weight: 500;
	line-height: 150%;
}
.tutor-page-wrap .tutor-template-segment.tutor-login-wrap {
	margin-top: 80px;
	margin-bottom: 50px;
}

.tutor-modal-content-white {
    background: linear-gradient(135.3deg, #272D69 0.01%, #1E2251 122.61%);
	border: none;
}
.tutor-modal-content .tutor_share.s_facebook,
.tutor-modal-content .tutor_share.s_twitter,
.tutor-modal-content .tutor_share.s_linkedin{
	background-color: #34407D !important;
	padding: 14px;
	border: solid 1px #34407D;
}
.tutor-modal-content .tutor-icon-brand-facebook, 
.tutor-modal-content .tutor-icon-brand-x-twitter,
.tutor-modal-content .tutor-icon-brand-linkedin {
	color: #ADB8ED;
}
.tutor-modal-content .tutor-modal-close-o {
	background-color: #34407D !important;
	border: solid 1px #34407D;
}
.tutor-modal-content .tutor-fs-5 {
    font-size: 22px;
	line-height: 32px;
}
.tutor-modal-content .tutor-fs-7,
.tutor-modal-content .tutor-fs-6 {
    font-size: 18px;
	line-height: 28px;
}

/* icegram */

.subscribe .es-email,
.subscribe .es-email:focus-visible {
	border-radius: 60px;
	border: 1px solid #000;
	padding: 21px 60px 21px 28px;
	color: #000 !important;
	font-family: "Antic Didone" !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: transparent;
	width: 510px;
}

.footer a,
.tutor-accordion-item-header,
.tutor-course-content-list-item-title,
.tutor-course-details-widget-title,
.tutor-course-sidebar-card-pricing,
.elementor-field-label {
	font-family: "Antic Didone" !important;
}

.subscribe .es_subscription_message.success {
	font-family: "Antic Didone" !important;
}

.subscribe input[type="email"]::placeholder {
	color: #000;
}

.subscribe .es-form-field-container {
	position: relative;
}

.subscribe .es-form-field-container .gjs-row:last-child .gjs-cell {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 1;
	left: auto;
}

.subscribe .gjs-row {
	margin: 0 !important;
}

.subscribe .emaillist {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.subscribe_menu {
	display: none !important;
}

.emaillist .es_subscription_form {
	display: flex;
	flex-direction: column;
	font-family: 'Antic Didone' !important;
}

.tutor-container .tutor-course-details-widget-list {
	padding-left: 30px !important;
	font-family: 'Antic Didone';
}

.subscribe input[type="submit"] {
	background-color: #A6CAEC;
	cursor: pointer;
	font-family: 'Antic Didone' !important;
}

.subscribe input[type="submit"]:hover {
	background-color: #fff;
}


.tutor-course-name a,
.tutor-meta a,
.list-item-button a {
	font-family: 'Antic Didone' !important;
}

.tutor-course-name a:hover,
.tutor-meta a:hover {
	color: #000 !important;
}

.tutor-btn-outline-primary {
	border: 1px solid #000 !important;
}

.tutor-btn-outline-primary:hover {
	background-color: #000 !important;
}

.tutor-course-details-content {
	height: auto !important;
}

.tutor-toggle-more-collapsed:before {
	content: none !important;
}

.tutor-btn-show-more {
	display: none;
}

.my-link {
	margin-bottom: 20px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #A6CAEC;
	color: #4CAF50;
	text-align: center;
	text-decoration: none;
	border: 1px solid black;
	border-radius: 60px;
	font-size: 16px;
}

.my-link:hover {
	background-color: transparent;
}

.tutor-row .tutor-col-md-6 {
	padding-right: 20px;
}

.tutor-have-a-coupon .tutor-btn {
	padding: 10px !important;
}

.tutor-accordion,
.tutor-course-content-title {
	display: none;
}

textarea.tutor-form-control {
	min-height: 80px;
	margin-top: 20px !important;
}

.tutor-course-single-content-wrapper .tutor-col-xl-8 {
	width: 100% !important;
}

.tutor-col-xl-8 h2 {
	padding-bottom: 30px;
}

.tutor-col-xl-8 h4 {
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 30px;
}

.tutor-col-xl-8 h5 {
	padding-top: 20px;
}

.tutor-col-xl-8 p {
	padding-top: 10px;
	font-size: 22px;
	font-weight: 400;
	line-height: 130%;
	color: #F7F9FC;
}

.tutor-col-xl-8 iframe {
	width: 100%;
}

.tutor-quiz-btn-group .tutor-btn {
	padding: 10px 15px 10px 15px !important;
}

.tutor-lms .tutor-quiz-single-entry-wrap {
	padding-top: 20px;
}

.tutor-single-entry-content .tutor-container {
	padding: 0x !important;
}

.tutor-course-spotlight-wrapper .tutor-course-spotlight-tab {
	padding: 32px 20px;
}

.wp-video {
	width: 100% !important;
}

.tutor-user-public-profile .tutor-user-profile-content {
	width: calc(100% - 0px) !important;
}

.tax-course-category .tutor-container .tutor-card-footer,
.blog .tutor-container .tutor-card-footer {
	margin-top: 0px;
	border-radius: 0px !important;
}

.tax-course-category .tutor-container .tutor-card-body,
.blog .tutor-container .tutor-card-body {
	border-radius: 0px !important;
}

.tutor-user-profile-content h3 {
	padding-bottom: 20px;
}

.blog .tutor-mt-72 {
	margin-top: 0px;
}

.blog .tutor-user-public-profile .tutor-user-profile-sidebar {
	padding: 0px;
}

.subscribe .es_spinner_image {
	position: absolute;
	/*     display: flex; */
	bottom: 0;
	right: -60px;
}

.subscribe .es_subscription_message {
	padding-top: 10px;
}

.tutor-required-fields,
.tutor-alert.tutor-warning {
	color: #FFFFFF;
}
.tutor-alert.tutor-warning {
	background: transparent;
}
.tutor-alert .tutor-alert-text {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
}
.tutor-alert.tutor-warning .tutor-alert-icon {
	color: #C4C7EC;
}
.tutor-warning {
	border: 1px solid #313673 !important;
}

.tutor-dashboard .tutor-table-quiz-attempts tr th,
.tutor-table-quiz-attempts tr td {
	border-right: 1px solid #cdcfd5;
}

.tutor-dashboard .tutor-table tr td:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right) {
	text-align: center;
}

.tutor-dashboard .tutor-table tr th:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right) {
	text-align: center;
}



.single-courses .tutor-col-xl-8 h2 {
	padding-bottom: 0px;
}

.tutor-card-body .tutor-progress-bar {
    background: #7E85D3;
}
.tutor-card-body .tutor-progress-value {
	background: #FFFFFF;
}

.pp-area h3 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.tutor-user-public-profile .photo-area .pp-area {
	padding-left: 0px !important;
}

.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container {
	padding-left: 50px;
}

.tutor-course-topic-single-body .tutor-color-black.tutor-mb-12 {
	display: none;
}

.image {
	width: 100%;
}

.content {
	display: flex;
	align-items: center;
}

.single-lesson p {
	font-size: 18px;
}

.wp-caption {
	width: fit-content !important;
}

div#vat_number_field #vat_number {
	width: 100%;
}

#vat_number {
	margin-top: 15px;
	border: 1px solid rgb(155 155 155 / 70%) !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Antic Didone';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	background-color: transparent !important;
}

.my-new-div {
	font-size: 16px;
	line-height: 120%;
	padding-top: 40px;
}

body iframe#tidio-chat-iframe {
	transform: translateY(-50px) !important;
}

.tutor-card-body .btn-warpper {
	order: 2;
	padding-top: 20px;
}

.tutor-card-body .btn-warpper a.tutor-read-more-link {
	color: #1E1E1E;
}

.tutor-cart-icon-wrapper {
	position: relative;
	display: inline-block;
}

.tutor-cart-icon {
	display: flex;
	align-items: center;
	color: #333;
}

.tutor-cart-count {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #ff3034;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

/* hide side cart */
.header-cart .elementor-menu-cart__main {
	display: none !important;
}

.wc-block-cart__empty-cart__title {
	display: none !important;
}

.wp-block-heading {
	padding-top: 70px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a {
	background-color: #A6CAEC;
	border: 1px solid #000;
	width: fit-content;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a:hover {
	background-color: transparent;

}

.woocommerce-cart .woocommerce-info {
	border-top-color: #A6CAEC;
}

.woocommerce-cart .woocommerce-info::before {
	color: #A6CAEC;
}

.woocommerce-cart .wc-backward {
	background-color: #A6CAEC !important;
	color: #000 !important;
	font-weight: 400 !important;
	border: 1px solid #000 !important;
}

.woocommerce-cart .wc-backward:hover {
	background-color: transparent !important;
	color: #000 !important;
	font-weight: 400;
}

.cart_Sec th {
	padding: 20px 20px 20px 0px !important;
	text-align: left;
}

.cart_Sec thead {
	outline: 1px solid #000;
}

.cart_Sec .e-shop-table {
	padding: 0px !important;
}

.cart_Sec td.product-remove {
	padding-left: 20px !important;
}

/* .cart_Sec .e-cart__container {
	display:flex !important;
	flex-direction:column;
} */
.cart_Sec .coupon {
	width: 100% !important;
	border-color: #000 !important;
	padding: 30px !important;
}

.cart_Sec .woocommerce .coupon-col {

	align-items: center;
}

.cart_Sec table.shop_table.cart .actions {
	padding: 20px 20px 20px 20px !important;

}

.cart_Sec .e-cart__column.e-cart__column-end {
	width: 100%;
	/* 	padding: 30px !important; */
}

.cart_Sec .product-remove {
	padding-right: 10px !important;
}

.cart_Sec .checkout-button {
	background-color: #A6CAEC !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	font-size: 20px !important;
	font-family: 'Antic Didone' !important;
}

.cart_Sec .woocommerce .cart th,
.woocommerce .cart_totals h2 {
	font-size: 20px !important;
	font-family: 'Antic Didone' !important;
}

.cart_Sec .checkout-button:hover {
	background-color: transparent !important;
}

.cart_Sec .e-apply-coupon,
.actions button {
	border-color: #A6CAEC !important;
	color: #000 !important;
	font-family: 'Antic Didone' !important;
	text-transform: capitalize;
}

.cart_Sec .actions {
	border-top: 1px solid #000 !important;
}

.cart_Sec .e-cart-totals {
	border-color: #000 !important;
}

.wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {
	margin: 0 0 0px;
}

.cart_Sec .e-cart-section {
	border-color: #000 !important;
	/* 	    padding: 30px !important; */
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
	align-items: flex-end;
}

.cart_Sec table.cart td span {

	font-size: 18px !important;
	font-weight: 600 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
	max-width: 1560px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 100px;

}

.woocommerce-account .woocommerce {
	max-width: 1560px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 70px;
}

.woocommerce-checkout .woocommerce-user-type {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
	padding-top: 10px;
}

.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
	border: 1px solid #2b2d2f !important;
	height: 62px !important;

}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background-color: #A6CAEC;
	color: #000 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid #000 !important;
}

.woocommerce-checkout .wc-block-components-radio-control__option {
	border: 1px solid;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	box-shadow: none !important;
	border: 1px solid #000 !important;
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked--last-selected {
	border: 1px solid #000 !important;
}

.woocommerce-checkout .wc-block-components-checkbox {
	padding-bottom: 20px;
}

.woocommerce-checkout .wc-block-components-button__text {
	opacity: 1 !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__button {
	background-color: #A6CAEC !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	background-color: transparent !important;
}

.woocommerce-checkout .wc-block-checkout__form {
	border: 1px solid #000;
	padding: 20px;
	border-radius: 5px;
}

.wpml-ls-current-language .sub-menu {
	/* 	display: block !important; */
	border: none !important;
	min-width: 80px !important;

}

.wpml-ls-current-language .sub-menu li a {
	background: #FFFFFF00;
	border: none !important;
	padding: 0 0px !important;
	justify-content: center !important;
}

.wpml-ls-current-language .sub-menu li a:hover {
	background: #FFFFFF00 !important;
}

/* .wpml-ls-current-language .elementor-nav-menu > li > .elementor-nav-menu--dropdown{
	margin-top:5px !important;
} */
.woocommerce-account .woocommerce-form-login__submit {
	background-color: #A6CAEC !important;

}

.elementor-menu-cart__toggle .elementor-menu-cart__toggle_button {
	border: none !important;
}

.woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky {
	margin: 0px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-checkout-step__title {
	text-transform: capitalize !important;
	font-family: 'Antic Didone' !important;
	font-weight: 700 !important;
	font-size: 25px !important;
}

.wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	font-size: 25px;
	font-weight: 700 !important;
	justify-content: center;
	display: flex;
	text-transform: capitalize;

}

.shop_table .product-quantity {
	display: none;
}

.woocommerce-cart-form__contents .actions {
	display: none !important;
}

/* .wc-block-components-checkout-step__description{
	padding-bottom:16px;
} */
.is-large .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__email:only-child,
.wc-block-components-address-card {
	margin-top: 16px !important;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-name {
	font-size: 20px !important;
}

/* checkout page coupon hide */
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.woocommerce-checkout .wc-block-components-totals-discount__coupon-list,
.woocommerce-checkout .wc-block-components-totals-fees {
	display: none;
}

/* Language Switcher */
.woocs_auto_switcher .flag_auto_switcher {
	margin-left: 7px;
}

.woocs_auto_switcher ul li:hover a span {
	background: #000 !important;
}

/* Loader */
.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.dot-spinner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dot-spinner .dot {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background-color: #d1e8ff;
	border-radius: 50%;
	animation: dotPulse 1s infinite ease-in-out;
}

.dot-spinner .dot:nth-child(1) {
	animation-delay: 0s;
}

.dot-spinner .dot:nth-child(2) {
	animation-delay: 0.1s;
}

.dot-spinner .dot:nth-child(3) {
	animation-delay: 0.2s;
}

.dot-spinner .dot:nth-child(4) {
	animation-delay: 0.3s;
}

.dot-spinner .dot:nth-child(5) {
	animation-delay: 0.4s;
}

@keyframes dotPulse {

	0%,
	100% {
		transform: scale(0.6);
		opacity: 0.4;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}
}

/* hide language switcher */
.woocs_auto_switcher {
	display: none;
}

.single-courses .woocs_auto_switcher,
.woocommerce-page .woocs_auto_switcher,
.post-type-archive-courses .woocs_auto_switcher {
	display: block;
}

.single-courses .tutor-course-progress-wrapper {
	margin-top: 60px;
}

.tutor-course-filter form {
	display: inline-flex !important;
	gap: 21px;
	position: relative;
	z-index: 1;
}

.blur_icon ul li::marker {
	/* 	display:none !important; */
	color: transparent;
}

.blur_icon ul {
	padding-left: 40px !important;
}

.blur_icon ul li {
	position: relative;

}

.blur_icon ul li:before {
	content: "";
	background: url(/wp-content/uploads/2025/01/Check-Circle.svg);
	width: 30px;
	position: absolute;
	height: 30px;
	left: -40px;
	background-size: contain;
	bottom: 10px;

}

.blur_icon h3 {
	padding-top: 30px;
	padding-bottom: 20px;
}

.tutor-course-card .tutor-card-footer {
	margin-top: 0px;
	border-radius: 0px !important;
}

.tutor-card-body .tutor-meta span {
	color: #1e1e1e;
}

.tutor-form-select-with-icon .tutor-table-row-status-update {
	border: none !important;
}

.tutor-card .tutor-card-list .tutor-align-items-center {
	display: flex;
	align-items: center;
}

/* Hide language name on main language switcher (default state) */
a.elementor-item.has-submenu>span.wpml-ls-display {
	display: none;
}

ul.sub-menu .wpml-ls-display {
	display: inline !important;
	margin-right: -78px;
}

#vat_feedback {
	font-size: 16px;
}

.tutor-custom-price-label {
	margin-right: 5px;
	font-weight: bold;
}

.product-name {
	pointer-events: none;
}

/*  currency switcher  */ 
.selectron23 {
	display: block !important;
	width: 320px !important;
	height: 52px !important;
}

.selectron23-container {
	border-radius: 6px !important;
	border: 1px solid var(--tutor-border-color) !important;
	min-height:100% !important;
}
.my-woocs-cs-shortcode .selectron23-container{
		border: 1px solid #fff !important;
}

.selectron23 .selectron23-container,
.selectron23-container .selectron23-option[data-selected='1'] {
	background: transparent !important;
}

.selectron23 .selectron23-option {
	display: flex;
	justify-content: space-between;
	padding-right: 30px !important;
	align-items: center;
/* 	margin-bottom: 0px !important; */
}

.tutor-row .tutor-single-course-sidebar .selectron23 {
	margin-bottom: 20px;
}

.tutor-pagination-wrapper-replaceable div[data-woocs-ver] {
	display: none !important;
}

/* ===============currency switcher======== */
img.selectron23-img {
	margin: 0px !important;
	width: 30px;
}

img.selectron23-img {
	margin: 0px !important;
	width: 30px !important;
}


/*.tutor-dashboard-content-inner .tutor-nav{*/
/*    display:none !important;*/
/*}*/
 
form#tutor-login-form .tutor-text-center.tutor-fs-6.tutor-color-secondary.tutor-mt-20 {
    display: none !important;
}
.single-lesson .header__language-box.custom-currency-switcher {
    display: none !important;
}
.tutor-bundle-course-list-wrapper .tutor-bundle-course-title{
    font-size:24px; 
	line-height:125%;
}
.tutor-bundle-course-list-wrapper{
	align-items:flex-start !important;
}



/*new global style header and footer*/ 
.custom-gradient .elementor-heading-title a:hover,
.elementor-nav-menu .current-menu-item .elementor-item-active,
.elementor-nav-menu .menu-item .elementor-item:hover,
.has-gradient a:hover{
	background: linear-gradient(270deg, #D0D3FF 0%, #A1AAFF 54.54%, #7B84E8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.has-gradient h1,
.has-gradient .elementor-heading-title {
    background: linear-gradient(270deg, #D0D3FF -3.9%, #A1AAFF 54.54%, #7B84E8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	display: inline-block;
}
.gradient-title,
.gradient-title .elementor-heading-title{
 background: linear-gradient(
        270deg,
        #D0D3FF -3.9%,
        #A1AAFF 54.54%,
        #7B84E8 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	color: transparent;
	display: inline-block;
}

.btn-gradient .elementor-button{
    background: linear-gradient(
        270deg,
        #D0D3FF -3.9%,
        #A1AAFF 54.54%,
        #7B84E8 100%
    );
    border-radius: 30px;
    transition: 0.5s;
} 

.btn-gradient .elementor-button:hover{
       background: linear-gradient(
        270deg,
        #7B84E8 -3.9%,
        #A1AAFF 41.55%,
        #D0D3FF 100%
    );
    transition: 0.5s;
}
.custom-form .elementor-form .elementor-button[type="submit"] {
    background: linear-gradient(
        270deg,
        #D0D3FF -3.9%,
        #A1AAFF 54.54%,
        #7B84E8 100%
    );
    transition: 0.5s;
	width: 295px;
	cursor: pointer;
}
.custom-form .elementor-form .elementor-button[type="submit"]:hover{
	 background: linear-gradient(
        270deg,
        #7B84E8 -3.9%,
        #A1AAFF 41.55%,
        #D0D3FF 100%
    );
    transition: 0.5s;
}
.custom-form .elementor-form .elementor-button[type="submit"]:hover svg{
	 transform: rotate(50deg);
	 transition: 0.5s;
}
header .btn-gradient .btn-login{
	width: 180px;
    border-radius: 24px;
    padding: 10px; 
    color: #171D57;
    font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	align-items: center;
    display: flex;
    justify-content: center;
}

.elementor-10339 .elementor-element.elementor-element-78d0d63 .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
    background-color: #323871 !important;
    border-width: 0px 0px 0px 0px;
    border-radius: 24px 24px 24px 24px;
    border: none !important;
    color: #ADB8ED !important;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input{
	height: 20px;
    width: 20px;
}
.elementor-10339 .elementor-field-type-checkbox .elementor-field-subgroup label {
	vertical-align: text-bottom;
}
.elementor-location-footer .elementor-field-type-checkbox .elementor-field-option {
	margin-left: 20px;
}
body .elementor-10339 .elementor-element.elementor-element-78d0d63 .elementor-labels-above .elementor-field-group > label {
    margin-left: 20px;
}
.elementor-section-height-default .elementor-widget-text-editor ul{
	margin-left: 32px;
}


.elementor-section-height-default .elementor-column.bg-bottom-left:before{
    content: "";
    width: 300px;
    height: 300px;
    background: #6C7EFF;
	opacity: 0.6;
    border-radius: 50%;
    filter: blur(150px);
    bottom: -10%;
    transform: translateY(-10%);
    left: 0%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}
/*.elementor-location-footer .elementor-section-height-default.footer:before,*/
.elementor-section-height-default .elementor-column.bg-small-right:before{
    content: "";
    width: 200px;
    height: 200px;
    background: #6C7EFF;
    opacity: 0.58;
    border-radius: 50%;
    filter: blur(150px);
    bottom: 10%;
    transform: translateY(10%);
    right: 0%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.elementor-section-height-default .elementor-column.bg-top-right:before{
    content: "";
    width: 350px;
    height: 350px;
    background: #6C7EFF;
    opacity: 0.6;
    border-radius: 50%;
    filter: blur(150px);
    top: -10%;
    transform: translateY(-10%);
    right: 0%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}
.error404 .notfound-content:before{
    content: "";
    width: 350px;
    height: 350px;
    background: #6C7EFF;
    opacity: 0.6;
    border-radius: 50%;
    filter: blur(150px);
    top: 0%;
    transform: translateY(10%);
    right: 0%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.elementor-section-height-default .elementor-column.bg-center-left:before{
	content: "";
    width: 350px;
    height: 350px;
    background: #6C7EFF;
    opacity: 0.6;
    border-radius: 50%;
    filter: blur(150px);
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 1199px) {
  .categories-filter.elementor-widget-nav-menu nav.elementor-nav-menu--main {
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* 2. UL — one row */
  .categories-filter.elementor-widget-nav-menu nav.elementor-nav-menu--main > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 20px;
	padding-bottom: 10px;  
  }

  /* 3. LI — not 100% width */
  .categories-filter.elementor-widget-nav-menu nav.elementor-nav-menu--main > ul > li {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}


/* principles section*/

.principles {
  position: relative;
  width: 749px;
  height: 734px;
  margin: 0 auto;
  --blue: #323871;
}

/* ---------- CENTER ---------- */
.principles .center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 264px;
  height: 268px;
  transform: translate(-50%, -50%);
  background: var(--blue);
  border-radius: 50%;
  color: #F7F9FC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.principles .center span {
  font-size: 28px;
  text-align: center;
  line-height: 140%;
  font-weight: 600;	
  padding: 0px 15px;
}

.principles .circle.top span, 
.principles .circle.left span,
.principles .circle.right span,
.principles .circle.bl span,
.principles .circle.br span{
  font-size: 24px;
  text-align: center;
  line-height: 140%;
  font-weight: 400;	
  padding: 0px 15px;
}

/* ---------- COMMON ---------- */

.principles .line {
  position: absolute;
  background: var(--blue);
}

.principles .circle {
  position: absolute;
  width: 233px;
  height: 233px;
  background: var(--blue);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ---------- TOP ---------- */

.principles .line.top {
  width: 2px;
  height: 32px;
  left: 50%;
  top: calc(50% - 134px - 32px);
  transform: translateX(-50%);
}

.principles .circle.top {
  left: 50%;
  top: calc(50% - 134px - 32px - 233px);
  transform: translateX(-50%);
}

/* ---------- LEFT ---------- */

.principles .line.left {
    height: 2px;
    width: 32px;
    top: 45%;
    left: calc(50% - 126px - 32px);
    transform: translateY(-50%);
    transform: rotate(25deg);
}

.principles .circle.left {
	top: 40%;
    left: calc(50% - 120px - 32px - 233px);
    transform: translateY(-50%);
}

/* ---------- RIGHT ---------- */

.principles .line.right {
    height: 2px;
    width: 32px;
    top: 45%;
    left: calc(50% + 125px);
    transform: translateY(-50%);
    transform: rotate(-25deg);
}

.principles .circle.right {
    top: 40%;
    left: calc(50% + 120px + 32px);
    transform: translateY(-50%);
}

/* ---------- BOTTOM LEFT ---------- */

.principles .line.bl {
  width: 32px;
  height: 2px;
  left: calc(50% - 110px);
  top: calc(50% + 110px);
  transform: rotate(-45deg);
}

.principles .circle.bl {
	left: calc(50% - 120px - 180px);
    top: calc(50% + 70px + 20px);
}

/* ---------- BOTTOM RIGHT ---------- */

.principles .line.br {
  width: 32px;
  height: 2px;
  left: calc(50% + 75px);
  top: calc(50% + 110px);
  transform: rotate(45deg);
}

.principles .circle.br {
	left: calc(50% + 40px + 20px);
    top: calc(50% + 70px + 20px);
}

@media (max-width: 1024px) {
	.principles {
	  width: 335px;
	  height: 314px;
	}

	/* ---------- CENTER ---------- */
	.principles .center {
	  width: 110px;
	  height: 110px;
	}
	.principles .center span {
	  font-size: 14px;
	  padding: 0px 15px;
	}

	.principles .circle.top span, 
	.principles .circle.left span,
	.principles .circle.right span,
	.principles .circle.bl span,
	.principles .circle.br span{
	  font-size: 12px;
	  padding: 0px 15px;
	}

	/* ---------- COMMON ---------- */
	.principles .circle {
	  width: 104px;
	  height: 104px;
	}

	/* ---------- TOP ---------- */
	.principles .line.top {
	  left: 50%;
	  top: calc(50% - 55px - 32px);
	  transform: translateX(-50%);
	}
	.principles .circle.top {
	  left: 50%;
	  top: calc(50% - 85px - 32px - 70px);
	  transform: translateX(-50%);
	}

	/* ---------- LEFT ---------- */
	.principles .line.left {
		top: 45%;
		left: calc(50% - 55px - 30px);
		transform: translateY(-50%);
		transform: rotate(25deg);
	}
	.principles .circle.left {
		top: 40%;
		left: calc(50% - 80px - 32px - 70px);
		transform: translateY(-50%);
	}

	/* ---------- RIGHT ---------- */
	.principles .line.right {
		top: 45%;
		left: calc(50% + 55px);
		transform: translateY(-50%);
		transform: rotate(-25deg);
	}
	.principles .circle.right {
		top: 40%;
		left: calc(50% + 50px + 35px);
		transform: translateY(-50%);
	}

	/* ---------- BOTTOM LEFT ---------- */
	.principles .line.bl {
        left: calc(50% - 64px);
        top: calc(50% + 50px);
        transform: rotate(-45deg);
	}
	.principles .circle.bl {
        left: calc(50% - 50px - 90px);
        top: calc(50% + 32px + 20px);
	}

	/* ---------- BOTTOM RIGHT ---------- */
	.principles .line.br {
        left: calc(50% + 32px);
        top: calc(50% + 50px);
        transform: rotate(45deg);
	}
	.principles .circle.br {
	    left: calc(50% + 20px + 20px);
        top: calc(50% + 30px + 20px);
	}
}


.principles-slider {
  background: #1f4fff;
  padding: 80px 0;
}

/* inner bordered block */
.principles-slider__inner {
  width: 808px;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 40px;
  box-sizing: border-box;
}

/* header (80%) */
.principles-slider__header {
  width: 80%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;          /* ВЕРТИКАЛЬНОЕ ВЫРАВНИВАНИЕ */
  justify-content: space-between;
  gap: 20px;
}

/* arrows */
.principles-slider__arrow {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;               /* НЕ СЖИМАТЬ */
}

/* title */
.principles-slider__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  flex: 1;                      /* ЗАНИМАЕТ ВСЁ ПРОСТРАНСТВО МЕЖДУ СТРЕЛКАМИ */
  white-space: nowrap;          /* НИКАКИХ ПЕРЕНОСОВ */
}

/* content */
.principles-slider__content {
  width: 100%;
}

.principles-slider__content p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}
