@font-face {
    font-family: 'Mark Pro Light';
    src: url('../fonts/MarkPro-Light.eot');
    src: local('☺'), url('../fonts/MarkPro-Light.woff') format('woff'), url('../fonts/MarkPro-Light.ttf') format('truetype'), url('../fonts/MarkPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --one-color: #13304c;
    --two-color: #40a1e5;
    --three-color: #FFA03F;
    --four-color: #F37465;
}

.one-color {
    color: var(--one-color);
}

.two-color {
    color: var(--two-color);
}

.three-color {
    color: var(--three-color);
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.h-100 {
    height: 100%;
}

.d-none {
    display: none;
}

.button-link {
    color: var(--two-color) !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-weight: 400 !important;
}

/* Start Main Menu */
.header-nav-main .nav-dropdown > li.nav-dropdown-col {
    display: block
}

.header-nav-main .nav-dropdown {
    padding:0
}

.header-nav-main .nav-dropdown .nav-dropdown-col > a,
.header-nav-main .nav-dropdown li a {
    margin: 0;
    padding: 10px 15px;
    display: block;
    text-transform: none;
}

.header-nav-main .nav-dropdown li a:hover {
    color: var(--two-color);
}

.header-nav-main .nav-dropdown li.active > a {
    color: var(--two-color);
    font-weight: bold;
}

.header-nav-main li.active > a {
    font-weight: bold !important;
    /*font-family: 'Mark Pro';*/
}

.header-nav-main .nav-dropdown .nav-dropdown-col > ul {
    margin-top:-40px;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgb(96 129 196 / 23%);
}
.header-nav-main .nav-dropdown > li.nav-dropdown-col {
    width: 100%;
    border-right:0
}

.header-nav-main li.nav-dropdown-col:hover > ul {
    display: block !important;
}

.courses-menu.current-dropdown .sub-menu {
    left: auto !important;
    right: -650px;
    min-width: 960px;
}

.zh-hans .courses-menu.current-dropdown .sub-menu {
    right: -440px;
    min-width: 640px;
}

.ja .courses-menu.current-dropdown .sub-menu {
    right: -534px;
    min-width: 840px;
}

.courses-menu .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    padding: 20px;
}

.courses-menu.active > ul.sub-menu {
    display: grid !important;
}

.courses-menu .sub-menu .course-menu-item {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
}

.courses-menu .sub-menu .course-menu-item a {
    padding: 15px 0;
    margin-bottom: 0;
    border: 0;
    width: 100%;
    display: flex;
}

.courses-menu .sub-menu .course-menu-item a span {
    flex-grow: 1;
}

.courses-menu .sub-menu .course-menu-item a:hover,
.courses-menu .sub-menu .course-menu-item.active a {
    color: var(--two-color);
}

.header-languages-menu.current-dropdown .sub-menu {
    left: auto !important;
    right: -500px;
    min-width: 1024px;
}

.zh-hans .header-languages-menu.current-dropdown .sub-menu {
    right: -380px;
    min-width: 880px;
}

.header-languages-menu .languages-menu {
    grid-column-gap: 60px;
    padding: 30px 30px 20px 30px;
}

.languages-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 45px;
    grid-row-gap: 15px;
    padding: 20px 30px;
}

.languages-menu .language-menu-item {
    border-bottom: 1px solid #E5E5E5;
    min-width: 160px;
}

.languages-menu .language-menu-item a {
    padding: 0 0 8px 0;
    display: flex;
    align-items: center;
}

.languages-menu .language-menu-item a span {
    flex-grow: 1;
}

.languages-menu .language-menu-item a:hover,
.languages-menu .language-menu-item.active a {
    color: var(--two-color);
}

.hide-for-desktop {
    display: none !important;
}
.sticky-jump .stuck {
    -webkit-animation: none;
    animation: none;
}
#top-bar {
    transition: all 500ms ease 0s;
    overflow: visible;
}
#top-bar .flex-row {
    min-height: 40px;
}
.stuck #top-bar {
    overflow: hidden;
    min-height: 0px;
}
/* End Main Menu */

/* Header */
.breadcrumbs {
    color: #CCC;
}

.breadcrumbs__separator {
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #CCC;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs__current {
    color: #fff;
}

.light .breadcrumbs span,
.light .breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover,
.breadcrumbs a:hover span {
    text-decoration: underline;
}

.page-header .elementor-container {
    margin-left: 0;
}

.page-header h2,
.page-header .elementor-heading-title:not(h5) {
    font-size: 62px !important;
    line-height: 75px !important;
    /*text-shadow: 3px 2px 3px rgb(0 0 0 / 60%);*/
}
.page-header .text-small {
    font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
}
.page-header .elementor-widget-shortcode,
.page-header .elementor-widget-heading {
    margin-bottom: 0;
}
.page-header .breadcrumbs {
    margin-bottom: 75px;
}
.page-header.without-bg-img .breadcrumbs {
    margin-bottom: 60px;
}
/*
.page-header h2:not(.elementor-heading-title) {
    font-size: 48px;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 0;
}
*/
.light .page-header .elementor-heading-title {
    text-shadow: none;
}

.lang-level .elementor-icon-list-text {
    width: 40px;
    height: 40px;
    background: #214864;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.lang-level.active1 li:nth-child(1) .elementor-icon-list-text,
.lang-level.active2 li:nth-child(2) .elementor-icon-list-text,
.lang-level.active3 li:nth-child(3) .elementor-icon-list-text,
.lang-level.active4 li:nth-child(4) .elementor-icon-list-text,
.lang-level.active5 li:nth-child(5) .elementor-icon-list-text,
.lang-level.active6 li:nth-child(6) .elementor-icon-list-text,
.lang-level.active7 li:nth-child(7) .elementor-icon-list-text,
.lang-level.active8 li:nth-child(8) .elementor-icon-list-text {
    background: #ffa729;
}

.edutrust-left,
.edutrust-right {
    display: flex;
}

.edutrust-left .elementor-widget-wrap {
    width: 480px;
    margin-right: auto;
}

.edutrust-right .elementor-widget-wrap {
    width: 400px;
    margin-left: auto;
}

.edutrust-left .elementor-widget-wrap {
    padding: 100px 60px !important;
}

.our-course-left,
.our-course-right,
.apply-now-left,
.apply-now-right {
    display: flex;
}

.our-course-left .elementor-widget-wrap {
    width: 480px;
    margin-right: auto;
}

.our-course-right .elementor-widget-wrap {
    width: 480px;
    margin-left: auto;
}

.our-course-left .elementor-widget-wrap,
.our-course-right .elementor-widget-wrap {
    padding: 40px 30px !important;
}

.our-course-left h3.elementor-heading-title,
.our-course-right h3.elementor-heading-title,
.our-story h3.elementor-heading-title {
    font-size: 40px;
    line-height: 55px;
}

.apply-now-left .elementor-widget-wrap {
    width: 450px;
    margin-right: auto;
}

.apply-now-right .elementor-widget-wrap {
    width: 450px;
    margin-left: auto;
}

.apply-now-left .elementor-widget-wrap,
.apply-now-right .elementor-widget-wrap {
    padding: 40px 30px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.elementor-button {
    margin: 0;
    height: 44px;
}

.elementor-button:hover {
    background-color: var(--one-color) !important;
    border-color: var(--one-color) !important;
    height: 44px;
}

.header-full-width .header-wrapper .container {
    padding-left: 60px;
    padding-right: 60px;
}

.header-main .nav > li {
    margin: 0 24px;
}

.header-main .nav > li > a {
    font-family: 'Mark Pro Light', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}

.header-main .nav > li.active > a,
.header-main .nav > li:not(.nav-icon):hover > a {
    border-bottom-color: var(--two-color);
}

.header-main .nav > li > a .icon-angle-down {
    margin-left: .5em;
    opacity: 1;
}

.header-button-1 .button {
    background: var(--four-color);
    color: #fff;
    text-decoration: none;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}
.header-button-1 .button:hover {
    color: #fff;
	background: var(--one-color);
    text-decoration: none;
}

.widget_search .submit-button, .searchform-wrapper:not(.form-flat) .submit-button {
    padding: 0;
}

#search-lightbox .searchform-wrapper:not(.form-flat) .search-field {
    height: 44px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 26px;
}

#search-lightbox .searchform-wrapper:not(.form-flat) .submit-button {
    height: 44px;
    border-color: #f4604e;
    width: 90px;
}

#search-lightbox .live-search-results {
    background: #FFF;
    color: #000;
    font-size: 1rem;
    line-height: 24px;
}

.header-top .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
    width: auto;
}

.header-top .nav > li {
    flex-grow: 1;
    flex-basis: auto;
    padding: 0 1em;
    text-align: center;
}

.header-top .nav > li:not(:first-child) {
    border-left: 1px solid #ccc;
}

.header-top .nav > li.header-search-dropdown {
    padding-top: 5px;
}

.header-top .nav > li:not(.header-search-dropdown) {
    display: flex;
    align-items: center;
}

.header-top .nav li > a {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.header-top .icon-search {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    font-size: 12px !important;
}

.header-top .icon-search:before {
    content: "\f002";
    margin-right: 5px;
}

.header-button-2 .button {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.header-button-2 .button span:before {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    content: "\f879";
    margin-right: 5px;
}

.header-search-form .search-field,
.header-search-form .search-field:hover,
.header-search-form .search-field:focus {
    background-color: transparent;
    color: #FFF;
    border-color: transparent;
}

.header-search-form .search-field:hover,
.header-search-form .search-field:focus {

}

.header-search-form .search-field,
.header-search-form .search-field:hover,
.header-search-form .search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 32px;
}

.header-search-form .search-field::-webkit-input-placeholder { /* Edge */
    color: #FFF;
}

.header-search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
}

.header-search-form .search-field::placeholder {
    color: #FFF;
}

.header-search-form .ux-search-submit {
    border: 0;
    background-color: transparent !important;
    height: 32px;
    min-height: 32px;
    text-transform: none;
    font-weight: 500;
    color: rgba(255,255,255,.8);
}

.header-search-form .ux-search-submit:hover {
    border: 0 !important;
    background-color: transparent !important;
    color: #FFF;
    /*background-color: var(--two-color);
    border-color: var(--two-color);*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home-slider .text-box {
    padding-left: 10px;
    padding-right: 10px;
}

.home-slider h1,
.home-slider h5 {
    margin: 0 0 30px;
}

.home-slider h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.home-slider .page-header h1 {
    font-size: 62px !important;
    line-height: 78px !important;
    /*text-shadow: 3px 2px 3px rgb(0 0 0 / 60%);*/
}

.home-slider .button {
    height: 44px;
    font-size: 15px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}

.home-slider .button.primary {
    background: #40a1e5;
}
.home-slider .button.is-outline {
    border-width: 1px;
}
.home-slider .button.is-outline:hover {
    background: #40a1e5 !important;
    color: #fff !important;
    border: 0;
}

.home-slider .two-color {
    color: var(--two-color) !important;
}

.image-card {
    overflow: hidden;
}
.image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
}
.image-card:hover img {
    /*-webkit-transform: scale(1.08);
    transform: scale(1.08);*/
}

.form-inline .elementor-labels-above {
    display: flex;
    justify-content: space-between;
}

.form-inline .elementor-labels-above .elementor-field-type-select {
    width: calc(50% - 60px);
}

.form-inline .elementor-labels-above .elementor-field-type-select select {
    margin-bottom: 0;
    height: 44px;
}

.form-inline .elementor-labels-above .elementor-field-type-submit {
    width: 120px;
}

.hide-button-filter .elementor-field-type-submit {
    display: none;
}

.hide-button-filter .elementor-form {
    margin-bottom: 0;
}

.hide-button-filter .elementor-form .elementor-field-textual {
    margin-bottom: 0;
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\f107";
}

.elementor-message-success {
    color: #1ee0ac;
}

.inlingua-item .elementor-image-box-img {
    overflow: hidden;
}

.inlingua-item .elementor-image-box-content {
    padding: 30px 15px;
}

.inlingua-item .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 15px;
}

.inlingua-item .elementor-image-box-content a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

.equal-height .elementor-section,
.equal-height .elementor-section .elementor-container {
    height: 100%;
}

.why-inlingua-item .elementor-icon-list-items .elementor-icon-list-item {
    text-align: left;
    margin-bottom: 10px;
}

.why-inlingua-item .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
    color: #FFA729
}

.special-course .elementor-image-box-img {
    overflow: hidden;
}

.special-course .elementor-image-box-img img {
    width: 100%;
}

.special-course .elementor-image-box-content {
    padding: 15px 20px 30px 20px;
}

.d-flex-column-wrap .elementor-container {
    flex-wrap: wrap;
}

.d-flex-column-wrap .elementor-column {
    flex: 0 1 33.33%;
}

.special-course .elementor-image-box-content .elementor-image-box-title {
    display: block;
    display: -webkit-box;
    height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.special-course .elementor-image-box-content .elementor-image-box-description {
    min-height: 120px;
}

.special-course .elementor-image-box-content a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

.testimonial-slider .elementor-main-swiper,
.testimonial-slider .elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
}

.testimonial-slider .elementor-testimonial__cite {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    margin-bottom: 45px;
}

.testimonial-slider .swiper-pagination-bullets {
    text-align: left;
}

.testimonial-slider .swiper-pagination-bullet {
    background: #FFF;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #40a1e5;
}

.testimonial-slider .elementor-swiper-button,
.carousel-arrow.slick-arrow {
    width: 44px;
    height: 44px;
    background: #FFF;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.blog-slider .carousel-arrow.slick-arrow {
    background: #ebebeb;
    text-decoration: none;
}

.testimonial-slider .elementor-swiper-button-prev {
    left: -60px;
}

.testimonial-slider .elementor-swiper-button-next {
    right: -60px;
}

.testimonial-slider-column .elementor-widget,
.testimonial-slider-column .elementor-swiper {
    position: static;
}

.testimonial-slider-column .swiper-pagination {
    left: 240px;
}

.testimonial-slider-column .elementor-swiper-button-prev {
    left: -30%;
}

.testimonial-slider-column .elementor-swiper-button-next {
    right: -30%;
}

.carousel-arrow.slick-arrow i,
.testimonial-slider .elementor-swiper-button i {
    font-family: "Font Awesome 5 Pro" !important;
    color: #000;
    font-weight: 300;
}

.carousel-arrow.slick-arrow:hover,
.carousel-arrow.slick-arrow:focus,
.testimonial-slider .elementor-swiper-button:hover,
.testimonial-slider .elementor-swiper-button:focus {
    background: #40a1e5;
}

.carousel-arrow.slick-arrow:hover i,
.carousel-arrow.slick-arrow:focus i,
.testimonial-slider .elementor-swiper-button:hover i,
.testimonial-slider .elementor-swiper-button:focus i {
    color: #fff;
}

.testimonial-slider .elementor-swiper-button .eicon-chevron-left:before {
    content: "\f104";
}
.testimonial-slider .elementor-swiper-button .eicon-chevron-right:before {
    content: "\f105";
}

.testimonial-slider .elementor-testimonial__text:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f10e";
    font-size: 40px;
    color: #40a1e5;
}

.our-client-slider .slick-slide {
    margin-left:  15px;
    margin-right:  15px;
}

.our-client-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    pointer-events: none;
    padding: 30px 0;
}

.our-client-item .elementor-widget-container {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(96, 129, 196, 0.23);
    padding: 20px;
    border-left: 5px solid #13304c;
}

.our-client-item .elementor-image-box-img {
    border-right: 1px solid #d7d7d7;
    text-align: center;
    padding-right: 15px;
    margin-right: 30px !important;
}

.blog-slider .premium-blog-entry-title {
    display: block;
    display: -webkit-box;
    height: 61px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.premium-blog-post-more,
.blog-slider .premium-blog-read-more {
    margin-top: 15px;
    display: block;
}

.premium-blog-post-more a,
.blog-slider .premium-blog-read-more a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.premium-blog-post-more a:hover,
.blog-slider .premium-blog-read-more a:hover {
    text-decoration: underline;
}

.edutrust-column .elementor-widget-wrap {
    width: 60%;
    max-width: 640px;
    border-top: 5px solid #40a1e5;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(96, 129, 196, 0.23);
    position: absolute;
    right: 0;
    bottom: -60px;
    padding: 45px !important;
}

.edutrust2-column .elementor-widget-wrap {
    width: 33%;
    max-width: 360px;
    border-top: 2px solid #40a1e5;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(96, 129, 196, 0.23);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    padding: 30px !important;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    row-gap: 0;
    justify-content: space-between;
    max-width: 1600px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-row > * {
    width: auto;
    max-width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.footer-row .section-title,
.footer-row .section-title span {
    border: 0;
    text-transform: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
}

.footer-row .subscribe-column {
    width: 280px;
}

.footer-row .language-column {
    width: 360px;
}

.footer-row .contactus-column {
    width: 215px;
}

.footer-row .social-icons {
    margin-top: 15px;
}

.footer-row .social-icons .icon {
    margin: 0;
    margin-right: 15px;
    font-size: 18px;
}

.footer-row .social-icons .icon .icon-facebook {
    font-family: "Font Awesome 5 Brands" !important;
}
.footer-row .social-icons .icon .icon-facebook:before {
    content: "\f39e";
}
.footer-row .social-icons .icon .icon-instagram {
    font-family: "Font Awesome 5 Brands" !important;
}
.footer-row .social-icons .icon .icon-instagram:before {
    content: "\f16d";
}
.footer-row .social-icons .icon .icon-youtube {
    font-family: "Font Awesome 5 Brands" !important;
}
.footer-row .social-icons .icon .icon-youtube:before {
    content: "\f167";
}

.footer-row .ux-logo-link {
    padding: 0 !important;
}

.contact-inline ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-item,
.contact-inline ul li {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    margin-left: 0 !important;
}

.footer-row .menu-item a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    margin-right: 8px;
}

.contact-inline ul li i {
    margin-right: 8px;
    color: #ffa729;
}

.menu-item a,
.contact-inline ul li a,
.contact-inline ul li span {
    text-decoration: none;
}

.menu-item:hover a,
.contact-inline ul li:hover a {
    color: var(--two-color);
    text-decoration: underline;
}

#menu-languages,
#menu-languages-chinese-simplified,
#menu-languages-japanese {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 !important;
    color: #d91e18;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.subscribe-form {
    max-width: 280px;
}

.subscribe-form-column .course-language {
    color: #222;
    z-index: 9;
}

.subscribe-form-column .course-language .nice-select .list {
    max-height: 300px;
}

.subscribe-form-column .course-language .nice-select .option {
    margin: 0;
}

.subscribe-form-column .wpcf7-form-control,
.subscribe-form-column .wpcf7-form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    padding-left: 18px;
}

.subscribe-form-column .wpcf7-submit {
    height: 44px;
    padding: 6px 30px !important;
    margin: 0;
    text-transform: none;
    background-color: var(--three-color) !important;
    border-color: var(--three-color) !important;
}

.courses-section {
    margin-top: -72px;
    z-index: 9;
    height: 72px;
}

.courses-section:not(.dark) .row-collapse {
    background: #13304c;
    padding-top: 4px;
}

.courses-section.border-color .row-collapse {
    background: var(--two-color);
}

.course-item a {
    padding: 12px 15px 10px 15px;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    background: #FFF;
    height: 68px;
    display: flex;
    align-items: center;
}

.course-item span {
    flex-grow: 1
}

.course-item i {
    margin-left: 15px;
    font-size: 30px;
}

.course-item:hover a,
.course-item.active a {
    background: #13304c;
    color: #fff;
}

.course-item span {
    font-size: 18px;
    color: #000
}

.course-item i {
    color: #000
}

.course-item:hover a span,
.course-item.active a span,
.course-item:hover a i,
.course-item.active a i {
    color: #fff;
}

.course-item a {
    text-decoration: none;
}

.post-item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(96, 129, 196, 0.23);
}

.child-page .post-item {
    height: 100%;
}

.post-item .box-text {
    padding: 20px;
}

.post-item .post-title {
    display: block;
    display: -webkit-box;
    height: 68px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
}

.post-item .post-excerpt {
    display: block;
    display: -webkit-box;
    height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.post-item.no-shadow {
    height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    background: transparent;
}

.post-item.no-shadow h4 {
    color: #000;
    margin-bottom: 15px;
}

.post-item.no-shadow h5 {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.post-item.no-shadow .elementor-button {
    border: 1px solid var(--two-color);
    padding: 0 30px;
    height: 44px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-verticle-tabs .elementor-tab-title {
    padding: 15px;
    border-left: 2px solid #fff !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.custom-verticle-tabs .elementor-tab-title.elementor-active {
    border-left: 2px solid #40A1E5 !important;
    font-weight: bold !important;
}

.custom-verticle-tabs .elementor-tab-content {
    padding: 0 30px;
}

.custom-verticle-tabs .elementor-tab-content .question {
    color: var(--one-color);
    font-weight: bold;
    margin-bottom: 8px;
}

.custom-verticle-tabs .elementor-tab-content .answer {
    margin-bottom: 30px;
}

.career-row {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.career-row .date {
    display: block;
    margin-bottom: 8px;
    color: #666;
    text-decoration: underline;
}

.career-row h3 {
    font-size: 24px;
    line-height: 32px;
    color: #1f1f1f;
    margin-bottom: 15px;
}

.career-row > .row.row-collapse {
    max-width: 100%;
}

.career-row .elementor-button {
    border: 1px solid var(--two-color);
}

.requiment-wrapper h5 {
    font-size: 20px;
    line-height: 28px;
    color: #222;
    font-weight: 500;
}

.requiment {
    color: #666;
}

.requiment .show-more {
    text-decoration: none;
}

.requiment .show-more:hover span {
    text-decoration: underline;
}

.requiment:not(.checked) .show-more--content {
    max-height: 88px;
    -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));
    overflow: visible;
}

.requiment .show-more--content {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.requiment.checked .show-more--show-more,
.requiment:not(.checked) .show-more--show-less {
    display: none;
}

.pro-icon .fas {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
}

.pro-icon .fa-phone-alt:before {
    content: "\f879";
}

.pro-icon a {
    text-decoration: none;
    color: #000;
}

.pro-icon a:hover {
    text-decoration: underline;
}

.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.contact-form h3 {
    color: #000;
}

.contact-form .contact-row {
    display: flex;
    justify-content: space-between;
}

.contact-form .contact-row.text-center {
    justify-content: center;
}

.contact-form .contact-row .two-cols {
    display: inline-block;
    width: calc(50% - 10px);
    position: relative;
}

.contact-form .contact-row .one-col {
    display: block;
    width: 100%;
    position: relative;
}

.contact-form .contact-row .wpcf7-list-item {
    font-size: 1rem;
    line-height: 24px;
}

.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #333;
}

.acceptance {
    margin-top: 10px;
}

.contact-row.price {
    align-items: center;
}

.contact-row.price .amount {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}

.contact-form hr {
    margin: 15px 0;
}

.wpcf7-form-control,
.wpcf7-form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wpcf7-form-control.nice-select {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .form-label {
    font-weight: 600;
    color: #000 !important;
    font-size: 14px;
    line-height: 22px;
}

.contact-form .required {
    color: #FF0000;
}

.contact-form input:not(.wpcf7-submit):not([type='checkbox']),
.contact-form select,
.contact-form textarea {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    height: 44px;
    outline-width: 0px;
    border-color: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1rem !important;
}

.chosen-container {
    margin-bottom: 20px;
    width: 100% !important;
    font-size: 1rem;
}

.chosen-container .chosen-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #f1f1f1;
    padding: 2px 15px;
    background-image: none;
    height: 44px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 8px 15px;
}

.chosen-container.chosen-container-active .chosen-choices {
    border-color: var(--two-color);
}

.contact-form input:not(.wpcf7-submit):focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--two-color);
    background-color: #fff;
}

.contact-form .contact-row .one-col.label-left {
    display: flex !important;
    align-items: center;
    margin-bottom: 20px;
}

.contact-form .contact-row .one-col.label-left label {
    flex-grow: 1;
    max-width: 180px;
    margin: 0;
}

.contact-form .contact-row .course-price {
    font-weight: bold;
    font-size: 1.5rem;
}

.contact-form .contact-row .one-col.label-left .wpcf7-form-control-wrap {
    margin: 0;
    width: 100%;
}

.contact-form .contact-row .one-col.label-left .wpcf7-form-control-wrap > * {
    margin-bottom: 0;
}

.form-label-left .form-label {
    font-weight: 500 !important;
}

.check-item {
    display: flex;
}

.check-item .wpcf7-list-item {
    display: flex;
    align-items: center;
}

.check-item .wpcf7-list-item input {
    height: auto;
    padding: 0;
    margin: 0;
}

.checkbox-dflex {
    display: flex !important;
    align-items: center;
}

.check-item .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 5px;
    font-size: 15px;
    white-space: nowrap;
}

.wpcf7-form-control-wrap.your-ship {
    margin-top: 12px;
}

.contact-form .wpcf7-submit {
    margin: 0;
    background: #f37465 !important;
    color: #fff;
    transition: 0.5s;
    background-size: 200% auto;
    padding: 10px 45px;
    height: 44px;
    line-height: 0;
    border-color: #f37465 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem !important;
    text-transform: none;
}

.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-submit:focus {
    background: var(--one-color) !important;
    border-color: var(--one-color) !important;
}

.contact-form .wpcf7-submit:disabled,
.contact-form .wpcf7-submit:disabled:hover {
    background: var(--four-color) !important;
    border-color: var(--four-color) !important;
}

.sub-menu.nav-dropdown {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(96, 129, 196, 0.23);
}

.sub-menu.nav-dropdown a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}

.sidebar-menu .toggle,
.sidebar-menu .toggle:hover,
.sidebar-menu .toggle:focus {
    padding: 0;
    background-color: transparent !important;
    color: #000;
    border: 0 !important;
}

.sidebar-menu .menu-item a {
    color: #000;
    text-decoration: none;
    padding-right: 15px;
    font-size: 1rem;
    font-weight: 500;
}

.sidebar-menu .has-child {
    display: flex !important;
}

.sidebar-menu .has-child .sub-menu .menu-item-has-children {
    flex-direction: column;
    margin: 0;
}

.sidebar-menu .has-child .sub-menu .menu-item-has-children > a {
    display: block;
    width: 100%;
    font-weight: normal;
    text-transform: none;
    font-size: 1rem;
}

.mfp-close {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button.primary {
	height: 44px;
	padding: 2px 30px;
    text-decoration: none;
    text-transform: none;
	color: #fff;
	background: var(--one-color);
    margin: 0;
    font-size: 15px;
}

.button.primary:hover {
	text-decoration: none;
	color: #fff;
}

.button.primary:focus {
    border: 0;
}

.custom-button .button.primary:hover {
    background: var(--one-color);
}

.premium-blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    color: #adadad;
}

.premium-blog-meta-sep {
    margin-left: 5px;
    margin-right: 5px;
}

.blog-info .premium-blog-meta {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 22px;
}

.blog-grid .active {
    font-weight: bold;
}

.blog-grid .elementor-grid-item {
    background-color: #f5f5f5;
}

.blog-grid .elementor-post__thumbnail__link {
    margin: 0 !important;
}

.blog-grid .elementor-post__text {
    padding: 30px;
}

.blog-grid .elementor-grid-item .elementor-post__thumbnail {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog-grid .premium-blog-content-wrapper {
    padding: 20px !important;
    background-color: transparent !important;
}

.blog-grid a:hover {
    color: var(--one-color) !important;
}

.blog-archive {
    padding-top: 0;
}

.blog-archive .archive-page-header {
    padding-top: 60px;
}

.blog-archive .page-title {
    font-size: 40px;
    line-height: 48px;
    color: #000;
}

.blog-archive .large-10 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.blog-archive .post-item {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.blog-archive .post-item .col-inner {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgb(96 129 196 / 23%);
}

.author-info .position {
    font-size: 18px;
    line-height: 24px;
    color: var(--two-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.back-to-top {
    border-color: var(--three-color) !important;
    background: var(--three-color) !important;
    color: #fff !important;
}

.back-to-top:hover {
    border-color: var(--two-color) !important;
    background: var(--two-color) !important;
    color: #fff !important;
}

.available-courses h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--two-color);
    margin-bottom: 15px;
}

.available-courses h2 {
    color: #000;
    margin-bottom: 30px;
}

.courses-filter {
    margin-bottom: 30px;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.available-courses .filter-by {
    color: #7d7d7d;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}

.available-courses .filter-by i {
    font-size: 0.875rem;
}

.available-courses.hide-filter .filter-by {
    margin-bottom: 30px;
}

.available-courses.hide-filter .filter-by i {
    transform: rotate(-90deg);
}

.course-filter-columns .course-filter-column {
    margin-bottom: 10px;
}

.course-filter-columns .course-filter-column.hide {
    display: none;
}

.teams-wrapper .course-filter-columns .course-filter-column {
    margin-bottom: 0;
}

.teams-wrapper .filter-by {
    padding-right: 5px;
    min-width: 90px;
}

.course-filter-columns {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 10px;
}

.course-filter-columns.hide-language-filter {
    grid-template-columns: repeat(6, 1fr);
}

.hide-language-filter .taxonomy-course-language {
    display: none;
}



.form-control-wrap, .form-control-group {
    position: relative;
}

.form-icon {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    width: calc(1rem + 30px);
    height: calc(2.125rem + 10px);
}

.form-icon-right {
    left: auto;
    right: -1px;
}

.form-icon .icon {
    font-size: 1rem;
    color: #8094ae;
}

.form-icon-right+.form-control {
    padding-left: 1rem;
    padding-right: calc(1rem + 24px);
}

.course-filter-column .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 44px;
    margin: 0;
}

.course-filter-column .form-control:hover,
.course-filter-column .form-control:focus {
    border-color: #DDD;
}

.course-filter-column > * {
    width: 100%;
}

.available-courses.hide-filter .courses-filter {
    display: none;
    animation: bottomToTop ease .5s;
    -webkit-animation: bottomToTop ease .5s;
    -moz-animation: bottomToTop ease .5s;
    -o-animation: bottomToTop ease .5s;
    -ms-animation: bottomToTop ease .5s;
}

.available-course .course-inner {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    align-items: center;
}

.available-course .course-inner .course-column.first {
    width: 241px;
    text-align: right;
}

.available-course .course-inner hr {
    margin: 0 15px;
    border: none;
    border-left: 1px solid #ebebeb;
    width: 1px;
    min-height: 74px;
}

.available-course .course-items {
    display: flex;
    justify-content: space-between;
    width: 600px;
}

.available-course .course-action {
    display: flex;
    align-items: center;
    width: 200px;
}

.available-course .course-inner .absolute-for-desktop {
    position: absolute;
    right: 122px;
}

.available-course .course-action .course-price {
    flex-grow: 1;
    text-align: center;
}

.available-course .course-inner .course-option {
    font-size: 1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.available-course .course-inner.intensive-course .course-option {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
}

.available-course .course-inner.intensive-course .course-option.last {
    width: 90px;
    text-align: center;
}

/*
.available-course {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
*/

.available-course .course-inner.intensive-course .course-option label {
    width: 100%;
}

.visible-for-mobile {
    visibility: hidden;
}

.available-course .course-inner .course-action .button .text {
    padding-left: 5px;
    display: none;
}

@keyframes bottomToTop {
    0% {
        margin-bottom: -23%;
    }
    100% {
        margin-bottom: 0%;
    }
}

@-moz-keyframes bottomToTop {
    0% {
        margin-bottom: -23%;
    }
    100% {
        margin-bottom: 0%;
    }
}

@-webkit-keyframes bottomToTop {
    0% {
        margin-bottom: -23%;
    }
    100% {
        margin-bottom: 0%;
    }
}

@-o-keyframes bottomToTop {
    0% {
        margin-bottom: -23%;
    }
    100% {
        margin-bottom: 0%;
    }
}

@-ms-keyframes bottomToTop {
    0% {
        margin-bottom: -23%;
    }
    100% {
        margin-bottom: 0%;
    }
}

.course-inner {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(96, 129, 196, 0.23);
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.course-inner.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.course-inner .course-period {
    font-size: 1rem;
}

.course-inner .course-title,
.course-inner .course-price {
    font-size: 1.25rem;
    margin: 0;
}

.course-contact.no-shadow {
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    grid-column: span 3;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.course-contact.no-shadow .box-text {
    max-width: 615px;
}

.course-contact.no-shadow h4 {
    color: #000;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 43px;
}

.course-contact.no-shadow .sub-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.course-contact.no-shadow .elementor-button {
    border: 1px solid var(--two-color);
    padding: 0 30px;
    height: 44px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-inner .course-period {
    font-weight: 500;
    color: var(--two-color);
    text-transform: uppercase;
}

.course-inner .course-language,
.course-inner .course-language a {
    font-weight: 500;
    color: var(--two-color);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
}

.course-inner .course-language a:hover {
    color: var(--one-color);
    text-decoration: none;
}

.course-inner hr {
    border-color: #ebebeb;
    opacity: 1;
    margin: 15px 0;
}

.course-inner.intensive-course .course-option {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.course-inner .course-action {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.course-option-static {
    align-items: flex-start;
}

.course-option.one-row {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
}

.course-option.one-row .form-label {
    width: 100%;
    margin-bottom: 5px;
}

.course-option i {
    margin-right: 10px;
}

.fa-playplay:before {
    content: "\f04b";
}
.fa-playplay:after {
    content: "\f04b";
}

.fa-intensive {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-intensive:before {
    content: "\f06d";
}

.course-option .fa-info-circle {
    color: var(--two-color);
}

.course-option label {
    font-size: 1rem;
}

.course-option label,
.course-option select {
    margin: 0;
}

.course-inner .course-price {
    flex-grow: 1;
    font-weight: bold;
}

.course-inner .course-action .button {
    background: var(--four-color);
    color: #fff;
    padding: 2px 30px;
    margin: 0;
    text-decoration: none;
    height: 44px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-inner .course-days {
    margin-top: 30px;
}

.course-inner .course-action .button:hover {
    background: var(--one-color);
}

.dark .course-inner {
    background: var(--one-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.course-summary {
    border-top: 5px solid var(--two-color);
    width: 360px;
}

.course-summary .course-inner {
    padding: 30px;
}

.available-course-more {
    margin-top: 60px;
    display: block;
}

.available-course.slick-slider+.available-course-more {
    display: none;
}

.available-course.slick-slider .slick-arrow {
    z-index: 99;
    top: auto;
    bottom: -45px;
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 0;
}

.available-course-more.d-none {
    display: none;
}

.available-course-more a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
}

.available-course-more a:hover {
    text-decoration: none;
}

.available-course-more a span {
    margin-bottom: 6px;
}

.available-course-more a i {
    color: var(--one-color);
    font-size: 30px;
}

.available-course-more a:hover i {
    color: var(--two-color);
}

.explore-our-work {
    margin-left: auto !important;
    margin-right: auto !important;
}

.d-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1;
}

.align-items-center {
    align-items: center;
}

.align-self-end {
    align-self: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-fill {
    flex: 1 1 auto;
}

.d-flex-grow {
	display: flex;
}

.d-flex-grow span {
	flex-grow: 1;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.languages-course-filter {
    max-width: 769px;
    margin: 0 auto;
}

.languages-course-filter .form-label {
    font-weight: 600;
    font-size: 100%;
    color: #000;
}

.languages-course-filter .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    border-color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 44px;
    margin: 0;
}

.languages-course-filter .form-control:hover,
.languages-course-filter .form-control:focus {
    border-color: #DDD;
}

.languages-course-filter .form-button {
    background: var(--three-color);
    color: #FFF;
    margin: 0;
    height: 44px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--three-color);
}

.languages-course-filter .flex-fill {
    margin-right: 15px;
    width: 100%;
}

.nice-select:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
}

.nice-select.open:after {
    content: "\f106";
}

.nice-select.active:after,
.nice-select.active .current {
    color: var(--two-color);
}

.nice-select .list {
    max-height: 360px;
    min-width: 200px;
    overflow-y: scroll;
    width: 100%;
}

select[name=level]+.nice-select .list {
    min-width: 260px;
}

.hide-taxonomy-course-purpose .taxonomy-course-purpose {
    display: none;
}

.taxonomy-course-purpose .nice-select .list {
    min-width: 300px;
}

.taxonomy-team-categories .nice-select .list {
    min-width: 240px;
}

.nice-select .list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.nice-select .list::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.nice-select .list::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--one-color);
}

.nice-select .option {
    margin: 0;
    line-height: 32px;
    min-height: 32px;
}

.language-course-step .language-course-step-item .elementor-widget-container {
    padding: 20px;
    background: url(../img/sep.png) no-repeat right center;
    display: flex;
    align-items: center;
}

.language-course-step .language-course-step-item .elementor-widget-container > * {
    margin: 0;
    flex-grow: 1;
}

.language-course-step .language-course-step-item .elementor-widget-container:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-weight: 300;
    padding-left: 30px;
}

#available-course.spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#available-course.spinner .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid var(--one-color);
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.button.spinner .spinner-border,
.form-button.spinner .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: .1em;
    vertical-align: text-bottom;
    border: .15em solid #FFF;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.button.spinner .spinner-border+span,
.form-button.spinner .spinner-border+span {
    margin-left: 0.25rem;
}

@keyframes spinner-border {
    to{
        transform:rotate(360deg)
    }
}

.course-private-form .course-option {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 15px;
}

.course-private-form .course-option label,
.course-private-form .course-option select {
    margin: 0;
}

.course-private-form .course-option label {
    width: 200px;
}

.course-private-form .course-price {
    font-size: 1.5rem;
}

.course-private-form .course-option.one-row {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
}

.course-private-form .course-option.one-row .form-label {
    width: 100%;
    margin-bottom: 5px;
}

.course-private-form .course-inner .course-action {
    display: flex;
    align-items: center;
}

.course-private-form .form-control-wrap,
.course-private-form .form-control-wrap .nice-select {
    width: 100%;
}

.course-private-form .course-title {
    margin-bottom: 20px;
}

.course-private-form textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
}

.course-private-form textarea:hover,
.course-private-form textarea:focus {
    border-color: var(--one-color);
}

.teachers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.teachers-grid .teacher-item > a {
    display: block;
    overflow: hidden;
}

.teachers-grid .teacher-item > a img {
    transition: transform .5s ease;
}

.teachers-grid .teacher-item > a:hover img {
    /*transform: scale(1.2);*/
}

#available-teacher.spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#available-teacher.spinner .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid var(--one-color);
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.teacher-box {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.teacher-box-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

#available-teacher {
    min-height: 250px;
}

.teacher-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.teacher-box-inner .teacher-box-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 25px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teacher-box-inner .teacher-box-avatar img {
    width: 100%;
    max-width: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

.teacher-box-inner .teacher-languages {
    color: var(--two-color);
    font-weight: 600;
    margin-bottom: 30px;
}

.teacher-box-inner .teacher-bio {
    margin-bottom: 20px;
}

.intensive-course .nice-select {
    width: 100%;
}

.intensive-course .form-control-static {
    width: 100%;
}

.intensive-course .date-picker {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
}

.intensive-course .course-items .course-option {
    margin-right: 5px;
}

.intensive-course .course-items .course-option.last {
    margin-right: 0;
}

.footer-wrapper {
    font-size: 1rem;
}

.footer-wrapper .section {
    padding-bottom: 15px !important;
}

.absolute-footer {
    font-size: 14px;
    line-height: 22px;
}

.our-client-slider .slick-arrow {
    top: auto !important;
    bottom: -45px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    background-color: var(--two-color) !important;

    font-size: 20px !important;
    width: 44px !important;
    height: 44px !important;
}

.our-client-slider .slick-arrow i {
    color: #fff !important;
}

.our-client-slider .slick-arrow.carousel-prev {
    left: -48px !important;
}

.our-client-slider .slick-arrow.carousel-next {
    right: -48px !important;
}

.language-teachers .col-left .elementor-widget-wrap {
    padding: 30px;
    margin-right: 20px;
}

.ajax-level-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajax-level-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ajax-level-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.ajax-level-info ul li a {
    width: 44px;
    height: 44px;
    background: #214864;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

.ajax-level-info ul li:hover a,
.ajax-level-info ul li.active a {
    background: var(--three-color);
    color: #FFF;
}

.client-slide-item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(96, 129, 196, 0.23);
    padding: 20px;
    border-left: 8px solid #13304c;
}

.client-slider .slick-slide{
    margin-left: 20px;
    margin-right: 20px;
}

.client-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
}

.client-slide-item .client-slide-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.client-slide-item .client-slide-inner img {
    max-width: 200px;
}

.client-slide-item .client-slide-inner .sep {
    margin: 0 30px;
    background: #d7d7d7;
    width: 1px;
    height: 90px;
}

.course-item-column {
    border-top: 5px solid var(--one-color);
}

.course-item-column.secondary-color {
    border-color: var(--two-color);
}

.course-item-column .elementor-column {
    background: #FFF;
}

.course-item-column .elementor-column:hover {
    background: var(--one-color);
}

.course-item-column.secondary-color .elementor-column:hover {
    background: var(--two-color);
}

.course-item-column .elementor-column .elementor-widget {
    background: url("../img/sep.png") no-repeat center right;
    height: 70px;
}

.course-item-column .elementor-column:last-child .elementor-widget {
    background: none;
}

.course-item-column .d-flex-grow {
    padding: 12px 20px 10px 20px;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 24px;
    color: #000;
    height: 70px;
}

.course-item-column .elementor-column:hover .d-flex-grow {
    color: #fff;
}

.course-item-column .d-flex-grow i {
    font-size: 12px;
    line-height: 20px;
}

.apply-course-a .current {
    background: var(--two-color);
}

.apply-course-a .current span {
    color: #FFF;
}

.handwriting-section {
    background-image: url(../img/write-lg.png);
    background-repeat: no-repeat;
    background-position: left calc(50% + 360px) bottom 105px;
}

.pace-icon .elementor-image-box-img {
    width: 100% !important;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.course-summary-column {
    display: flex;
}

.course-summary-column .elementor-widget-wrap {
    width: 620px;
    margin-left: auto;
}

.course-summary-column .elementor-widget-wrap {
    padding: 70px 60px !important;
}

.course-summary-column .course-summary {
    width: 100%;
}

.course-summary-column .course-summary .course-items .course-option {
    margin-bottom: 10px;
}

.course-summary-column .course-content,
.course-summary-column .course-description {
    margin-top: 30px;
    font-size: 1rem;
}

.course-contact-column .wpcf7 {
    max-width: 600px;
}

.teams-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.teams-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.teams-grid .team-inner {
    background-color: rgb(255, 255, 255);
}

.teams-grid .team-info {
    padding: 20px;
}

.teams-grid .team-info .team-name {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
}

.teams-grid .team-info .team-position {
    color: var(--two-color);
    font-size: 1rem;
}

.teams-grid .team-info .team-description {
    margin-top: 30px;
}

.teams-grid .pagination {
    display: flex;
    align-items: center;
    background: transparent;
    grid-column: span 3;
    justify-content: center;
    margin-top: 30px;
}

.teams-grid .pagination .page-item {
    margin: 0 5px;
    padding: 4px 12px;
    color: var(--one-color);
    text-decoration: none;
}

.teams-grid .pagination .page-item.active {
    font-weight: bold;
}

.teams-grid .pagination .page-item.icon {
    border: 1px solid #ebebeb;
}

.teams-grid .pagination .page-item.icon:hover {
    border-color: var(--one-color);
}

.five-rows-ellipsis .elementor-widget-container {
    display: block;
    display: -webkit-box;
    height: 134px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#apply-course-form {
    min-height: 0;
}

.apply-form-tab-content {
    margin-top: -70px;
}

.apply-form-tab-content .elementor-container {
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.apply-course-from-tab-pane {
    display: none;
}

.apply-course-from-tab-pane.active {
    display: block;
}

.apply-course-from-tab-pane .course-private-form .course-inner {
    border: 0;
    box-shadow: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.apply-course-from-back {
    text-transform: uppercase;
    color: var(--two-color);
    margin-bottom: 20px;
    display: block;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.apply-course-from-back:hover {
    color: var(--primary-color);
}

.search-results .nav-pagination {
    display: none;
}

.btn-back-history {
    display: block;
    margin-bottom: 15px;
}

.language-exams .elementor-widget-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-exams .elementor-heading-title {
    display: block;
    display: -webkit-box;
    height: 98px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.language-exams .button-bottom .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
}

.language-exams .button-bottom .elementor-widget-button {
    margin-top: auto;
}

.grid-3 .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.grid-3 .elementor-widget-wrap > * {
    margin-bottom: 0;
}

.grid-3 .elementor-widget-wrap .link-to-button .elementor-widget-container {
    display: flex;
    align-items: center;
}

.grid-3 .elementor-widget-wrap .link-to-button .elementor-image-box-content {
    padding: 0;
}

.grid-3 .elementor-image-box-content {
    padding-left: 20px;
    padding-right: 20px;
}

.grid-3 .elementor-image-box-title {
    display: block;
    display: -webkit-box;
    height: 74px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-3 .elementor-widget-container {
    height: 100%;
}
.grid-3 .elementor-image-box-description {
    min-height: 82px;
}
.grid-3 .link-text {
    padding: 20px;
    display: block;
}
.grid-3 .link-text:hover {
    text-decoration: underline;
}

.link-to-button .link-text {
    background: var(--two-color);
    padding: 9px 30px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.link-to-button .link-text:hover {
    background: var(--one-color);
    color: #fff;
    text-decoration: none;
}

.ml-col .elementor-container {
    margin-left: 0;
}

.search-posttype .box-image {
    display: none;
}

.blog-archive .search-posttype .post-item .col-inner {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-posttype .post-item .box-text {
    padding: 0;
}

.search-posttype .post-item .post-title {
    height: auto;
}

.search-posttype .is-divider {
    height: 0;
}

.search-posttype .button {
    background: var(--four-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    border: 0;
}

@keyframes placeHolderShimmer {
    0%{ background-position: -468px 0; }
    100%{ background-position: 468px 0; }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

.custom-icon-sun {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.course-summary .custom-icon-sun path {
    fill: #FFF;
}

.apply-course-tabs .premium-tab-link {
    text-decoration: none;
}

.apply-course-tabs .elementor-tab-title:hover,
.apply-course-tabs .elementor-tab-title.elementor-active {
    background: var(--two-color);
    color: #fff;
}

#generic-enrolment-form-section,
#private-enrolment-form-section,
#corporate-quotation-form-section {
    display: none;
}

#generic-enrolment-form-section.active,
#private-enrolment-form-section.active,
#corporate-quotation-form-section.active {
    display: block;
}

#type-of-course-intensity.d-none,
#no-of-weeks-ship.d-none {
    display: none !important;
}

.ja .find-your-pace-slider .elementor-widget-text-editor {
	font-size: 1rem;
}

.flatpickr-current-month {
    display: flex;
    align-items: center;
    justify-content: center;
}