:root{
    --main-cl: #002166;
    --sub-cl: #F37E26;
    --container-w: 80.208rem;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
body{
    font-family: var(--e-global-typography-primary-font-family), -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
ul,ol{
    padding-inline-start: 30px;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
.language-dropdown-wrap {
    position: relative;
    padding: 0.208rem 0.521rem;
}
.language-dropdown-wrap .current-lang{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
}
.language-dropdown-wrap img{
    width: 1.25rem;
    height: 1.25rem;
}
.language-dropdown-wrap .name{
    font-size: 1.042rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #333333;
    transition: all 0.4s;
}
.language-dropdown-wrap .language-dropdown{
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 0.521rem 0 #eee;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(1.042rem);
    transition: all 0.4s;
}
.language-dropdown-wrap:hover .language-dropdown{
    opacity: 1;
    visibility: unset;
    pointer-events: unset;
    transform: translateY(0);
}
.language-dropdown-wrap .language-dropdown > li+li > a{
    border-top: 1px solid #FFF;
}
.language-dropdown-wrap .language-dropdown > li > a{
    display: flex;
    gap: 0.521rem;
    padding: 0.521rem;
    transition: all 0.4s;
}
.language-dropdown-wrap .language-dropdown > li.current{
    pointer-events: none;
}
.language-dropdown-wrap .language-dropdown > li.current > a .name,
.language-dropdown-wrap .language-dropdown > li > a:hover .name{
    color: #FFF;
}
.language-dropdown-wrap .language-dropdown > li.current > a,
.language-dropdown-wrap .language-dropdown > li > a:hover{
    background-color: var(--sub-cl);
    color: #FFF;
}
.hfe-search-icon-toggle{
    display: flex;
}
.hfe-search-icon-toggle > input{
    padding-top: 0.521rem !important;
    padding-bottom: 0.521rem !important;
    height: 2.083rem !important;
    font-size: 0.833rem !important;
}
.hfe-input-focus .hfe-search-icon-toggle >svg{
}
.hfe-input-focus .hfe-search-icon-toggle > input{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #FFF !important;
    z-index: 9;
}
.menu-footer .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item+li{
    margin-top: 0.521rem;
}
.menu-footer .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a{
    padding: 0;
}
.elementor-widget-container > p:last-child{
    margin-bottom: 0 !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.nk-form-wrap .form-group .select-styled,
.nk-form-wrap .form-group .form-control{
    padding: 0.625rem 1.25rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    border: 1px solid transparent;
    -webkit-border-radius: 2.604rem !important;
    -moz-border-radius: 2.604rem !important;
    border-radius: 2.604rem !important;
    outline: none !important;
    transition: all 0.3s;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    right: 10px;
}
.nk-form-wrap .form-group .select-styled{
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
.nk-form-wrap .form-group .select-styled:after{
    margin-left: 1.042rem;
    position: relative;
    display: block;
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgOUwxMiAxNi41TDQuNSA5IiBzdHJva2U9IiMyNzJEMzUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.042rem;
    height: 1.042rem;
    min-width: 1.042rem;
}
.nk-form-wrap .form-group .select-styled > span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.nk-form-wrap .form-group .select-options{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0.521rem 0 #f5f5f5;
    overflow: hidden;
}
.select2-container--open .select2-dropdown{
    border: none !important;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0.521rem 0 #f5f5f5;
    overflow: hidden;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{
    width: 0;
}
.select2-container--default .select2-results>.select2-results__options > li{
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.nk-form-wrap .form-group .select-options > li{
    padding: 0.625rem 1.25rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    transition: all 0.3s;
}
.nk-form-wrap .form-group .select-options > li+li{
    border-top: 1px solid #0000001A;
}
.nk-form-wrap .form-group .select-options > li.active,
.nk-form-wrap .form-group .select-options > li:hover{
    background-color: var(--sub-cl);
    color: #FFF;
}
.nk-form-wrap .form-group .form-control:focus{
    border-color: var(--sub-cl);
}
.nk-form-wrap .form-group .form-control::placeholder{
    color: #999;
    opacity: 1;
}
.nk-form-wrap .form-group textarea.form-control{
    height: 5.208rem;
    -webkit-border-radius: 0.833rem !important;
    -moz-border-radius: 0.833rem !important;
    border-radius: 0.833rem !important;
}

.nk-form-wrap .form-group{
    position: relative;
}
.nk-form-wrap .form-group.submit-btn .wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.nk-form-wrap .form-group.submit-btn input{
    padding: 0.521rem 2.5rem 0.521rem 1.25rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    background-color: var(--sub-cl);
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    color: #FFF;
    border: none !important;
}
.nk-form-wrap .form-group.submit-btn:hover path[stroke*='#F37E26']{
    stroke: var(--main-cl);
}
.nk-form-wrap .form-group.submit-btn:hover input{
    background-color: var(--main-cl);
}
.nk-form-wrap .form-group.submit-btn > svg{
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    transform: translateY(-50%);
    pointer-events: none !important;
    width: 1.5625rem;
    height: 1.5625rem;
}
.nk-form-wrap .form-group.submit-btn{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.nk-form-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem 0;
}
.nk-form-wrap .form-group{
    width: 100%;
}
.nk-form-wrap .form-group.form-group-half{
    width: 49%;
    margin: 0;
}
svg path{
    transition: all 0.3s;
}
.custom-contact-information{
    color: #474747;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    font-weight: var(--e-global-typography-text-font-weight);
    padding: 0.26rem 0 0;
}
.custom-contact-information i{
    min-width: 0.9375rem;
    display: inline-block;
    opacity: 0.3;
}
.custom-contact-information strong{
    font-weight: 700;
    min-width: 6rem;
    display: inline-block;
    margin-left: 0.208rem;
}
#post-details{
    padding-bottom: 4.167rem;
}
.nk-container{
    padding-left: 0.521rem;
    padding-right: 0.521rem;
    width: 80.208rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.post-item{
    overflow: hidden;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.post-item .img-wrap{
    aspect-ratio: 356/212;
}
.post-item .cont-wrap{
    padding: 1.25rem 1.667rem;
}
.post-item .cont-wrap h3{
    font-size: 1.042rem;
    line-height: 1.458rem;
    font-weight: 400;
    color: #333;
}
.post-item .cont-wrap .date-tax{
    margin-bottom: 0.625rem;
    font-size: 0.833rem;
    line-height: 1.458rem;
    color: #808080
}
.post-item .cont-wrap .date-tax span.text-uppercase{
    padding-left: 0.573rem;
    margin-left: 0.573rem;
    position: relative;
}
.post-item .cont-wrap .date-tax span.text-uppercase:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #808080;
    position: absolute;
    content: '';
}
.posts-grid{
    gap: 1.042rem 1.667rem;
}
ul.thenativePagination{
    margin-top: 2.083rem;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.thenativePagination li > a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    border: 1px solid #808080;
    color: #808080;
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.354rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.083rem;
    height: 2.083rem;
    margin: 0 0.26rem;
}
.thenativePagination li.active > a{
    color: #FFF;
    background-color: var(--main-cl);
    border-color: var(--main-cl);
    font-weight: 600;
}
.thenativePagination li > a:hover{
    color: #FFF;
    background-color: var(--main-cl);
    border-color: var(--main-cl);
}
.thenativePagination li.thenativePaginationPrev:has(+li.active){
    display: none;
}
.thenativePagination li.active:has(+li.thenativePaginationNext)+li.thenativePaginationNext{
    display: none;
}
.thenativePagination li.thenativePaginationNext > a,
.thenativePagination li.thenativePaginationPrev > a{
    border: none;
    width: 1.042rem;
    height: 1.042rem;
    background: transparent !important;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.post-details{
    padding: 5.208rem 0 1.5625rem;
}
.sec-title{
    margin: 0;
    margin-bottom: 1.5625rem;
    font-size: 2.1428571429rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Anton', 'sans-serif';
}
.custom-sidebar{
    padding-left: 2.083rem;
}
.custom-sidebar .group .title{
    padding: 0.78125rem 1.042rem;
    background: #f1f1f1;
    font-size: 1.042rem;
    color: var(--main-cl);
    font-weight: 700;
}
.custom-sidebar .group{
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.176);
}
.custom-sidebar .group+.group{
    margin-top: 1.5625rem;
}
.custom-sidebar .group .sidebar-posts{
    padding: 0.833rem;
}
.custom-sidebar .group .sidebar-posts .knowledge-item+.knowledge-item{
    margin-top: 1.042rem;
}
.custom-sidebar .group .sidebar-posts .post-item .date-tax{
    display: none !important;
}
.custom-sidebar .group .sidebar-posts .post-item .cont-wrap{
    padding: 0;
    margin-top: 0.521rem;
}
.custom-sidebar .group .sidebar-posts .post-item+.post-item{
    margin-top: 0.833rem;
}
.custom-sidebar .group .sidebar-posts .post-item .cont-wrap h3{
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.custom-sidebar .group .sidebar-tags{
    padding: 0.833rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.417rem
}
.custom-sidebar .group .sidebar-tags .tag-item{
    font-size: 0.729rem;
    line-height: 1.042rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    padding: 0.208rem 0.521rem;
}
.custom-sidebar{
    position: sticky;
    top: 7.292rem;
}
.related-posts{
    padding: 2.083rem 0 0;
}
.related-posts .swiper{
    margin: 0 -1.042rem;
}
.related-posts .swiper .swiper-slide{
    padding: 0 1.042rem;
}
body.single-knowledge .post-details .col-9{
    padding: 1.042rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}
#post-details.knowledge-details h1.sec-title{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: var(--main-cl);
    color: #FFF;
    font-size: 1.25rem;
    line-height: normal;
    padding: 0.833rem;
    margin-bottom: 0;
}
#post-details.knowledge-details blockquote{
    border-left: 4px solid var(--main-cl);
    padding: 1.042rem;
    background-color: #f5f5f5;
}
#post-details.knowledge-details .share-post{
    margin-right: 1.5625rem;
}
#post-details.knowledge-details .share-post a{
    width: 2.083rem;
    min-width: 2.083rem;
    height: 2.083rem;
    display: flex;
    margin-bottom: 0.78125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0.208rem 0.208rem 0.521rem 0 #ababab;
}
#post-details.knowledge-details .share-post a svg{
    width: 100%;
    height: auto;
}
#post-details.knowledge-details .share-post .share-wrap{
    position: sticky;
    top: 7.8125rem;
}
#post-details.knowledge-details .content-wrap{
    width: calc(100% - 3.646rem);
}
.post-meta{
    padding: 1.042rem 0;
    border-bottom: 1px solid #162a52;
    margin-bottom: 1.042rem;
    gap: 1.5625rem;
}
.post-meta > div{
    font-size: 0.833rem;
    line-height: 1.042rem;
    font-weight: 500;
}
.post-meta > div > i{
    margin-right: 0.3125rem;
}
.knowledge-form{
    padding: 2.083rem 0 5.208rem;
}
.knowledge-form .consult-form{
    background-color: var(--main-cl);
    padding: 2.604rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.knowledge-form .consult-form .sec-heading{
    margin-bottom: 1.5625rem;
}
.text-secondary{
    color: var(--sub-cl)
}
.sec-sub-title{
    font-size: 1.042rem;
    font-weight: 400;
    letter-spacing: 0.208rem;
    text-transform: uppercase;
}
.sec-heading{
    font-family: var(--e-global-typography-999a64d-font-family), Sans-serif;
    font-size: var(--e-global-typography-999a64d-font-size);
    font-weight: var(--e-global-typography-999a64d-font-weight);
    text-transform: var(--e-global-typography-999a64d-text-transform);
    line-height: var(--e-global-typography-999a64d-line-height);
}
section.knowledge{
    padding: 1.875rem 0 1.5625rem;
}
section.knowledge .col-9{
    padding: 1.5625rem;
    background-color: #F8F9FA;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.knowledge-grid{
    grid-gap: 1.042rem
}
#knowledge-list{
    padding-bottom: 4.167rem;
}
#calendar-page{
    padding: 4.948rem 0 3.646rem;
}
.styled-table-wrap ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.styled-table-wrap ul.loading{
    min-height: 15.625rem;
}
.styled-table-wrap ul > li{
    display: flex;
}
.styled-table-wrap ul > li > span{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.styled-table-wrap ul > li > span+span{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.styled-table-wrap ul > li > span:nth-of-type(1){
    width: 10%;
}
.styled-table-wrap ul > li > span:nth-of-type(2){
    width: 20%;
}
.styled-table-wrap ul > li > span:nth-of-type(3){
    width: 17%;
}
.styled-table-wrap ul > li > span:nth-of-type(4){
    width: 18%;
}
.styled-table-wrap ul > li > span:nth-of-type(5){
    width: 10%;
}
.styled-table-wrap ul > li > span:nth-of-type(6){
    width: 11%;
}
.styled-table-wrap ul > li > span:nth-of-type(7){
    width: 14%;
}
.styled-table-wrap ul.table-title{
    background: rgba(20, 141, 205, 0.2);
    -webkit-border-radius: 0.521rem 0.521rem 0 0;
    -moz-border-radius: 0.521rem 0.521rem 0 0;
    border-radius: 0.521rem 0.521rem 0 0;
}
.styled-table-wrap ul.table-title > li > span{
    font-size: 1.042rem;
    font-weight: 600;
    line-height: 1.458rem;
    color: var(--main-cl);
    gap: 0.521rem;
    padding: 1.354rem 1.042rem
}
.styled-table-wrap ul.table-title > li > span > svg{
    width: 1.25rem;
    height: 1.25rem;
}
.styled-table-wrap ul.table-content > li{
    background-color: #FFF;
    min-height: 6.25rem;
    position: relative;
}
.styled-table-wrap ul.table-content > li > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.styled-table-wrap ul.table-content > li > span > strong{
    display: none;
}
.styled-table-wrap ul.table-content > li > span a,
.styled-table-wrap ul.table-content > li > span{
    color: #454545;
    padding: 1.354rem 1.354rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.styled-table-wrap ul.table-content > li:hover > span:nth-of-type(2){
    color: #148DCD;
}
.styled-table-wrap ul.table-content > li:nth-of-type(even){
    background: rgba(20, 141, 205, 0.05);
}
.styled-table-wrap ul.table-content > li  > span:nth-of-type(2),
.styled-table-wrap ul.table-content > li > span a{
    text-align: left;
}
.styled-table-wrap ul.table-content > li > span a{
    padding: 0 !important;
}
.styled-table-wrap ul.table-content > li  > span:nth-of-type(3){
    font-weight: 700;
    color: #148DCD;
}
.styled-table-wrap ul.table-content > li > span a:hover{
    text-decoration: underline;
    color: var(--sub-cl)
}
.calendar .heading-group .sec-heading{
    margin-bottom: 0 !important;
}
.calendar .nk-container > .flex-box{
    margin-bottom: 2.083rem;
}
.calendar .filter-group .flex-box > *{
    flex: 0 0 auto;
}
.calendar .filter-group .flex-box > span{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.198rem;
    margin-right: 1.5625rem;
}
.calendar .filter-group .select{
    position: relative;
}
.calendar .filter-group .select-styled:after{
    margin-left: 1.042rem;
    position: relative;
    display: block;
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgOUwxMiAxNi41TDQuNSA5IiBzdHJva2U9IiMyNzJEMzUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.042rem;
    height: 1.042rem;
    min-width: 1.042rem;
}
.calendar .filter-group .select-styled{
    height: 2.604rem;
    padding: 0.625rem 1.25rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.198rem;
    width: 12.5rem;
    display: flex;
    justify-content: space-between;
    border: 1px solid #0000001A;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    cursor: pointer;
    position: relative;
}
.calendar .filter-group .select-options{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #0000001A;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    z-index: 99;
    background-color: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.calendar .filter-group .select-options > li{
    padding: 0.625rem 1.25rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.198rem;
    transition: all 0.4s;
    cursor: pointer
}
.calendar .filter-group .select-options > li+li{
    border-top: 1px solid #0000001A;
}
.calendar .filter-group .select-options > li.active,
.calendar .filter-group .select-options > li:hover{
    background-color: var(--sub-cl);
    color: #FFF;
}
.hidden-input{
    display: none !important;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading{
    position: relative;
}
.loading:before{
    height: 3.75rem;
    width: 3.75rem;
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    top: calc(50% - 1.875rem);
    left: calc(50% - 1.875rem);
    border: 4px solid #F5F5F5;
    border-bottom-color: #333;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.custom-box-icon .elementor-icon-box-icon .elementor-icon{
    position: relative;
    z-index: 9;
}
.custom-box-icon .elementor-icon-box-icon .elementor-icon:after{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    content: '';
    background-color: #FFF;
    z-index: 2;
    box-shadow: 0rem 0rem 0.78125rem 0rem #148DCD1A;
    transition: all 0.4s;
}
.custom-box-icon .elementor-icon-box-icon .elementor-icon > svg,
.custom-box-icon .elementor-icon-box-icon .elementor-icon > img{
    position: relative;
    z-index: 3;
    transition: all 0.4s;
}
.custom-box-icon .elementor-icon-box-icon .elementor-icon:before{
    z-index: 1;
    box-shadow: 0rem 0rem 0.78125rem 0rem #148DCD1A;
    width: calc(100% + 1.25rem);
    height: calc(100% + 1.25rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #148DCD1A;
}
.custom-box-icon:hover .elementor-icon-box-icon .elementor-icon:after{
    background-color: #148DCD;
}
.custom-box-icon:hover .elementor-icon-box-icon .elementor-icon > svg,
.custom-box-icon:hover .elementor-icon-box-icon .elementor-icon > img{
    filter: brightness(0) invert(1);
    /*0.26rem*/
    /*0.417rem*/
    /*0.521rem*/
    /*0.625rem*/
    /*0.729rem*/
    /*0.78125rem*/
    /*0.833rem*/
    /*1.042rem*/
    /*1.25rem*/
    /*1.302rem*/
    /*1.458rem 28px*/
    /*1.5625rem*/
    /*1.667rem*/
    /*1.771rem 34px*/
    /*1.823rem 35px*/
    /*1.875rem*/
    /*2.083rem*/
    /*2.135rem*/
    /*2.1875rem 42px*/
    /*2.292rem*/
    /*2.34375rem 45px*/
    /*2.5rem*/
    /*2.604rem*/
    /*2.708rem 52px*/
    /*2.8125rem*/
    /*3.125rem*/
    /*3.229rem 62px*/
    /*3.333rem 64px*/
    /*3.542rem 68px*/
    /*3.646rem 70px*/
    /*4.167rem 80px*/
    /*4.271rem 82px*/
    /*4.53125rem 87px*/
    /*4.6875rem*/
    /*4.948rem 95px*/
    /*5.208rem*/
    /*5.625rem  108px*/
    /*5.99rem*/
    /*rem*/
    /*6.25rem 120px*/
    /*6.458rem*/
    /*6.667rem  128px*/
    /*6.771rem*/
    /*7.292rem 140px*/
    /*7.448rem 143px*/
    /*8.333rem*/
    /*8.542rem*/
    /*8.854rem*/
    /*9.375rem 180px*/
    /*10.417rem 200px*/
    /*11.042rem 212px*/
    /*11.458rem 220px*/
    /*28.646rem*/
    /*16.875rem*/
    /*17.1875rem*/
    /*34.01rem*/
    /*70.3125rem*/
    /*80.208rem*/
}
.custom-media-carousel .e-eicon-play{
    display: none !important;
}
.custom-media-carousel .elementor-carousel-image{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    position: relative;
    overflow: hidden;
}
.custom-media-carousel .elementor-carousel-image:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background-color: #000;
    opacity: 0.5;
    pointer-events: none;
}
.custom-media-carousel .elementor-carousel-image:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    content: '';

}
.nk-form-wrap .wpcf7-not-valid-tip{
    font-size: 0.8rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    font-weight: 700;
}
.breadcrumbs{
    width: 80.208rem;
    max-width: 100%;
    margin: auto;
    padding-left: 0.521rem;
    padding-right: 0.521rem;
    padding-top: 1.042rem;
}
.breadcrumbs > ol{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow: auto;
}
.breadcrumbs > ol > li{
    flex: 0 0 auto;
}
.breadcrumbs > ol > li+li{
    padding-left: 5px;
    position: relative;
}
.breadcrumbs > ol > li+li:before{
    position: relative;
    content: '|';
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 400;
    left: 0;
    display: inline-block;
    color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs > ol > li span{
    padding-left: 5px;
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
}
.breadcrumbs > ol > li > span{
    color: rgba(0, 0, 0, 1);
}
.knowledge-details .post-details{
    padding-top: 1.875rem;
}
.knowledge-item .img-wrap{
    aspect-ratio: 530/330;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.knowledge-item .cont-wrap h3{
    font-family: 'Anton', 'sans-serif';
    font-size: 1.042rem;
    line-height: 1.458rem;
    color: var(--main-cl);
    margin: 0.521rem 0;
}
.knowledge-item .cont-wrap .post-excerpt{
    font-family: var(--e-global-typography-primary-font-family), 'sans-serif';
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.post-content figure,
.post-content img{
    max-width: 100%;
}
.post-content{
    font-family: var(--e-global-typography-primary-font-family), 'sans-serif';
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    font-weight: var(--e-global-typography-text-font-weight);
}
.post-content h2{
    font-size: 1.6rem;
}
.post-content h3{
    font-size: 1.5rem;
}
.post-content h4{
    font-size: 1.35rem;
}
.post-content h5{
    font-size: 1.2rem;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5{
    font-family: 'Anton', 'sans-serif';
}
#news-list{
    padding: 6.25rem 0;
}
.carousel-custom-gap .swiper{
    padding: 1.042rem;
    margin: -1.042rem;
}
.carousel-custom-gap .swiper .swiper-slide:not(.swiper-slide-active){
    opacity: 0 !important;
}
.carousel-custom-gap .elementor-gallery__container{
    grid-gap: 1.823rem 3.333rem
}
.carousel-custom-gap .elementor-gallery__container .e-gallery-item{
    box-shadow: 0px 0px 20px 0px #148DCD1A;
    -webkit-border-radius: 0.521rem ;
    -moz-border-radius: 0.521rem ;
    border-radius: 0.521rem ;
}
.carousel-custom-gap .elementor-gallery__container .e-gallery-item .e-gallery-image{
    padding-bottom: 52.25%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-custom-gap .swiper-pagination-bullets{
    transform: unset !important;
    margin-top: 1.5625rem;
}
.elementor-swiper-button > svg path{
    stroke: currentColor;
}
section.tutor-details{
    padding: 4.167rem  0;
}
.tutor-content{
    grid-gap: 2rem 0
}
.tutor-content .img-wrap{
    width: 75%;
    margin: auto;
    aspect-ratio: 1;
    -webkit-mask-image: url('../images/polygon.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.tutor-content .tutor-name{
    padding-bottom: 0.833rem;
    margin-bottom: 0.417rem;
    border-bottom: 1px solid #b4b4b4;
    font-size: 2.083rem;
    font-family: 'Anton';
    line-height: 1.5;
    color:  var(--main-cl);
    margin-top: 0;
}
.tutor-content .position{
    margin-bottom: 1.667rem;
}
.tutor-content .post-content{
    opacity: 0.7;
}
.custom-li ul{
    padding-left: 1.042rem;
}
.custom-li ul >li+li{
    margin-top: 0.625rem;
}
.custom-li ul >li::marker{
    font-size: 1.354rem;
    color: #148DCD;
}
.course-terms .course-term-name{
    position: relative;
    display: flex;
    align-items: center;
}
.course-terms .course-term-name:after{
    display: block;
    position: relative;
    content: '';
    height: 1px;
    width: auto;
    flex-grow: 1;
    background-color: var(--main-cl);
    opacity: 0.25;
    margin-left: 3.125rem;
}
.elementor-element-ccfc4cb ul{
    padding-left: 1.302rem;
}
.course-terms .course-term-name .term-name{
    font-family: 'Anton';
    font-weight: 400;
    font-size: 2.083rem;
    line-height: 2.604rem;
    margin: 0;
}
.course-terms .swiper{
    padding: 1.5625rem 0;
    margin: 0 -1.458rem;
}
.course-terms .swiper .swiper-wrapper{
    align-items: unset;
}
.course-terms .swiper .swiper-slide{
    padding: 0 1.458rem;
    height: auto;
}
.course-terms .swiper .swiper-slide .course-item{
    height: 100%;
    background-color: #FFF;
}
.course-terms .course-term+.course-term{
    margin-top: 1.5625rem;
}
.box-swiper{
    position: relative;
}
.box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--sub-cl);
    width: 2.083rem;
    height: 2.083rem;
    padding: 0.417rem;
    transition: all 0.4s;
    cursor: pointer;
}
.box-swiper .swiper-arrow > svg{
    width: 1.25rem;
    height: 1.25rem;
}
.box-swiper .swiper-arrow:hover{
    background-color: var(--sub-cl);
}
.box-swiper .swiper-arrow:hover path{
    stroke: #FFF
}
.box-swiper .swiper-arrow.prev{
    left: -4rem;
}
.box-swiper .swiper-arrow.next{
    right: -4rem;
}
.course-item{
    padding: 0.521rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    box-shadow: 0px 0px 20.95px 0px #148DCD1A;
    transition: all 0.4s;
}
.course-item .img-wrap{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    aspect-ratio: 317/195;
}
.course-item .cont-wrap{
    padding-top: 0.9375rem;
}
.course-item .cont-wrap h3{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    color: #454545;
    text-align: center;
    transition: all 0.4s;
}
.btn{
    transition: all 0.4s;
    padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background-color: var(--sub-cl);
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    color: #FFF;
    text-transform: uppercase;
    gap: 0.417rem;
    font-weight: 400;
    font-size: 0.9375rem;
}
.btn .icon{
    width: 1.5625rem;
    min-width: 1.5625rem;
    height: 1.5625rem;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.text-center .btn{
    margin-left: auto;
    margin-right: auto;
}
.course-terms .note{
    margin-top: 0.625rem;
    margin-bottom: 2.083rem;
    font-size: 0.833rem;
    line-height: 1.25rem;


}
#courses-page{
    padding: 10.417rem 0 12.5rem;
}
#courses-page .sec-heading{
    margin-bottom: 3.4375rem;
}
.course-terms .swiper-pagination{
    display: none;
}
#students-page,
#courses-term-page{
    padding: 5rem 0 6rem;
}
#courses-list .grid-box{
    grid-gap: 1.667rem 2.917rem;
    margin-top: 3.4375rem;
}
#students-page .sec-heading{
    margin: 0 0 3.125rem;
}
#students-list .grid-box{
    grid-gap: 2.604rem
}
.student-item h3{
    font-size: 1.042rem;
    color: #333;
    font-weight: 500;
    line-height: 1.458rem;
    text-transform: uppercase;
    margin-bottom: 1.042rem;
    height: 2.917rem;
}
.btn-styled a.elementor-button .elementor-button-content-wrapper .elementor-button-icon{
    width: 1.5625rem;
    height: 1.5625rem;
}
.btn-styled a.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
    width: 100%;
    height: 100%;
}
.btn-styled a.elementor-button .elementor-button-content-wrapper{
    padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
    background-color: var(--sub-cl);
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    color: #FFF;
    text-transform: uppercase;
    gap: 0.417rem;
    font-weight: 400;
    font-size: 0.9375rem;
    align-items: center;
    transition: all 0.4s;
}
.btn:hover,
.btn-styled a.elementor-button .elementor-button-content-wrapper:hover{
    background-color: #148DCD;
    color: #FFF;
}
.btn:hover path[stroke='#F37E26'],
.btn-styled a.elementor-button .elementor-button-content-wrapper:hover path[stroke='#F37E26']{
    stroke: #148DCD;
}
.load_home_page svg {
    width: 18.75rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
.ehf-header #masthead{
    z-index: 10001;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 15rem;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 12s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #188ECE;
    stroke-width: 0.5px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--main-cl);
    stroke-width: 0.3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--main-cl);
}
.load_home_page.complete .path-1{
    fill: #188ECE
}
@keyframes Signature1 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #188ECE;
        stroke-dashoffset: 0;
    }
}
.elementor-widget-text-editor blockquote > *:last-child{
    margin-bottom: 0 !important;
}
.elementor-widget-text-editor blockquote{
    margin: 0 0 1rem 0;
    padding:  0 0 0 1.042rem;
    border-left: 4px solid var(--sub-cl);
    margin-left: 2.604rem;
}
.elementor-nav-menu--dropdown .menu-item > a{
    font-size: 0.9375rem
}
.tabs-container .tabs-title{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}
.tabs-container .tabs-title > .tab-title{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    font-size: 0.9375rem;
    line-height: 1.146rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s;
}
.tabs-container .tabs-title > .tab-title:hover,
.tabs-container .tabs-title > .tab-title.active{
    color: #FFF;
    background-color: var(--main-cl);
}
.tabs-container .tab-content{
    display: none;
    animation: fade-up 0.6s;
}
.tabs-container .tab-content.active{
    display: block;
}
#search-page{
    padding: 4.167rem 0 3.125rem;
}
#search-page h1{
    margin-bottom: 1.042rem;
}
#search-page .search-grid{
    grid-gap: 1.667rem;
}
.elementor-custom-embed-play{
    display: flex;
}
.elementor-custom-embed-play:before,
.elementor-custom-embed-play:after{
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    animation: scaleBorder 1.4s infinite;
    transform: translate(-50%, -50%);
}
.elementor-custom-embed-play:before{
    background-image: url("../images/circle-1.png");
    width: 2.708rem;
    height: 2.708rem;
    animation-delay: 100ms;
}
.elementor-custom-embed-play:after{
    width: 3.646rem;
    height: 3.646rem;
    background-image: url("../images/circle-2.png");
}
.dialog-type-lightbox{
    z-index: 999999;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.show-mobile{
    display: none !important;
}
.elementor-page #page{
    overflow-x: hidden;
}
.fixed-buttons{
    position: fixed;
    right: 1.5rem;
    bottom: 4.5rem;
    z-index: 99;
}
.fixed-buttons .item{
    position: relative;
}
.fixed-buttons .item > a > img{
    width: 1.25rem;
    height: 1.25rem;
}
.fixed-buttons .item > a{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
    width: 2.604rem;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #46C1FF33;
    margin: 0.729rem 0;
    position: relative;
    z-index: 3;
}
.fixed-buttons .item:before{
    width: 3.333rem;
    height: 3.333rem;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(180deg, #F37E26 0%, rgba(243, 126, 38, 0) 100%);
    opacity: 0;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}
.fixed-buttons .item:hover:before{
    opacity: 0.3;
}
.tutor-item .elementor-widget-button{
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.4s;
}
.tutor-item:hover .elementor-widget-button{
    opacity: 1;
    transform: translateX(0);
}
.wrap-search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.4s;
}
.wrap-search-popup .search-form-wrap{
    width: 100%;
    background-color: #333;
    position: relative;
    z-index: 3;
    padding: 32px;
    transform: translateY(-100%);
    transition: all 0.4s;
}
.wrap-search-popup .search-form-wrap form{
    display: flex;
    justify-content: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    max-width: 100%;
}
.wrap-search-popup .search-form-wrap form input{
    background: #222;
    border: none;
    color: #FFF;
}
.wrap-search-popup .search-form-wrap form button{
    background-color: var(--sub-cl);
    border-color: var(--sub-cl);
    color: #FFF;
}
.wrap-search-popup .bg-close{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s;
    cursor: pointer;
}
.wrap-search-popup.show{
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
.wrap-search-popup.show .bg-close{
    opacity: 0.6;
}
.wrap-search-popup.show .search-form-wrap{
    transform: translateY(0);
}
.search-toggle-button{
    display: flex;
    cursor: pointer;
}
section.products-page-1{
    overflow: hidden;
    padding: 5.208rem 0;
}
section.products-page-1 .heading-title{
    margin-bottom: 1.25rem;
}
section.products-page-1 .slide-wrap{
    padding-left: 5.729rem;
}
section.products-page-1 .swiper-pagination{
    position: relative;
    margin-top: 1.25rem;
    padding-left: 5.729rem;
}
.custom-book-slider .swiper{
    padding: 1.25rem 0;
}
.books-swiper.swiper{
    padding: 1.25rem 0;
    margin-right: -5.729rem;
}
.books-swiper.swiper .swiper-slide:not(.swiper-slide-active) a.wrap-link{
    pointer-events: none;
}
.custom-book-slider .swiper-slide,
.books-swiper.swiper .swiper-slide{
    opacity: 0.4;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-book-slider .swiper-slide.swiper-slide-next,
.books-swiper.swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
    transform: scale(1.1);
    0.9375rem
    1.25rem
    0.729rem
    1.042rem
}
section.products-page-2{
    padding: 1.667rem 0;
    overflow: hidden;
}
section.products-page-2 .icon-wrap{
    margin-bottom: 0.417rem;
}
section.products-page-2 .fs-24{
    margin-bottom: 0.208rem;
}
section.products-page-3{
    overflow: hidden;
}
section.products-page-3 .col-9 .breadcrumbs{
    margin-bottom: 1.25rem;
}
#products-grid{
    grid-gap: 0.833rem;
}
.pl-cont {
    padding-left: calc(calc(100vw - var(--container-w)) / 2);
}
.bg-primary {
    background-color: var(--main-cl);
}
.p-120 {
    padding: 6.25rem 0;
}
.filter-box-wrap{
    border: 1px solid #E6E7EC;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    padding: 1.25rem;
    height: 100%;
}
.filter-box-wrap .search-box{
    margin-bottom: 1.25rem;
}
.filter-box-wrap .search-box svg{
    position: absolute;
    top: 50%;
    left: 0.833rem;
    transform: translateY(-50%);
}
.filter-box-wrap .search-box input{
    margin: 0;
    padding: 0 0.833rem 0 2.396rem;
    border: 1px solid #E6E7EC;
    box-shadow: 0 0.3125rem 1.51rem 0 #596C9412;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 1.042rem;
    height: 2.292rem;
}
.filter-box-wrap ul.term-list > li{
    margin-bottom: 0;
}
.filter-box-wrap ul.term-list > li > a{
    padding: 0.625rem 0.833rem;
    border: 1px solid transparent;
    gap: 0.521rem;
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.857rem;
    color: #0A1B39;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    outline: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.filter-box-wrap ul.term-list > li > a > span.toggle-terms-child{
    margin-left: auto;
}
.filter-box-wrap ul.term-list > li > a.active span.toggle-terms-child svg{
    transform: rotate(-180deg);
}
.filter-box-wrap ul.term-list > li > a:hover,
.filter-box-wrap ul.term-list > li > a.active{
    box-shadow: 0rem 0.3125rem 1.51rem 0rem #596C9412;
    border: 1px solid #E6E7EC;
    color: var(--main-cl)
}
.filter-box-wrap ul.term-list > li > a > svg:first-child,
.filter-box-wrap ul.term-list > li > a img{
    filter: brightness(0) invert(0);
}
.filter-box-wrap ul.term-list > li > a:hover > svg:first-child,
.filter-box-wrap ul.term-list > li > a.active > svg:first-child,
.filter-box-wrap ul.term-list > li > a:hover img,
.filter-box-wrap ul.term-list > li > a.active img{
    filter: unset
}
.filter-box-wrap ul.term-list > li > a:hover .toggle-terms-child path,
.filter-box-wrap ul.term-list > li > a.active .toggle-terms-child path{
    fill: var(--main-cl)
}
.filter-box-wrap ul.terms-child{
    padding-left: 1.354rem;
    display: none;
}
.filter-box-wrap ul.terms-child > li{
    margin-bottom: 0;
}
.filter-box-wrap ul.terms-child > li > a{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.857rem;
    color: #6D737A;
    padding: 0.729rem 0 0.729rem 1.042rem;
    position: relative;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.filter-box-wrap ul.terms-child > li > a:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    content: '';
    width: 0.729rem;
    height: 0.729rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    background-color: #D8DBE4;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.filter-box-wrap ul.terms-child > li > a.active,
.filter-box-wrap ul.terms-child > li > a:hover{
    color: var(--main-cl)
}
.filter-box-wrap ul.terms-child > li > a.active:before,
.filter-box-wrap ul.terms-child > li > a:hover:before{
    background-color: var(--main-cl);
}
.filter-box-wrap ul.terms-child > li > a:after{
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #D8DBE4;
}
.filter-box-wrap ul.terms-child > li:last-child > a:after{
    display: none;
}
.products-page-3 .col-3, .blog-2 .col-3 {
    padding-right: 1.25rem;
}
.ls-none{
    list-style: none !important;
    padding: 0 !important;
}
#products-load-ajax .btn{
    margin-top: 1.25rem;
}
.product-item{
    border: 1px solid #E3DBD8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.product-item .product-item-outofstock{
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #FFF;
    width: max-content;
    background-color: var(--main-cl);
    font-weight: 400;
    padding: 0.208rem 0.625rem;
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
}
.product-item:hover{
    border-color: var(--main-cl);
}
.product-item .img-wrap{
    aspect-ratio: 5/7;
}
.product-item .cont-wrap h3{
    margin-bottom: 0.417rem;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.product-item .cont-wrap .fs-14{
    margin-bottom: 0.833rem;
    font-size: 0.729rem;
    line-height: 1.25rem;
}
.product-item .cont-wrap{
    padding: 0.833rem;
}
.product-item .cont-wrap .product-item-price{
    display: flex;
    align-items: center;
    gap: 0.833rem;
    flex-wrap: wrap;
}
.product-item .cont-wrap .product-item-price > span.amount,
.product-item .cont-wrap .product-item-price > ins,
.product-item .cont-wrap .product-item-price > ins span.amount{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: var(--main-cl);
}
.product-item .cont-wrap .product-item-price > del,
.product-item .cont-wrap .product-item-price > del span.amount{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.125rem;
    color: var(--gray-cl)
}
.related-books .sec-heading-3{
    margin-bottom: 0.833rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.shop-page-title.category-page-title{
    display: none !important;
}
.bdrs-16{
    -webkit-border-radius: 0.833rem;
    -moz-border-radius: 0.833rem;
    border-radius: 0.833rem;
}
iframe{
    max-width: 100%;
}
.elementor-nav-menu .sub-arrow{
    display: none !important;
}
header#masthead .elementor-nav-menu--main .elementor-nav-menu .menu-item-has-children > .elementor-item:before{
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../images/arrow-down.svg") !important;
    background-size: .65rem;
    background-position: center;
    background-repeat: no-repeat;
    position: unset;
    background-color: transparent !important;
    opacity: 1 !important;
    order: 2;
    content: '';
}
.swiper-button-lock{
    display: none !important;
}
@media only screen and (min-width: 1200px){

    .course-item:hover{
        box-shadow: 0px 0px 20.95px 0px rgba(20, 141, 205, 0.35);
    }
    .course-item:hover h3{
        color: #148DCD
    }
    html{
        font-size: 1vw;
    }
    .post-item:hover{
        box-shadow: 0rem 0.208rem 2.083rem 0rem #00000014;
    }
    .student-item:hover img,
    .course-item:hover .img-wrap img,
    .post-item:hover img{
        transform: scale(1.1);
    }
    body.single-course .breadcrumbs ol{
        justify-content: center;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .breadcrumbs,
    .nk-container{
        width:  59.375rem;
    }
    #news-list{
        padding: 3rem 0;
    }
    .sec-heading{
        /*line-height: 1.4;*/
        /*font-size: 36px;*/
    }
    #calendar-page{
        padding: 3rem 0;
    }
    .styled-table-wrap ul.table-title > li > span{
        padding: 0.75rem 0.5rem;
        font-size: 0.75rem;
    }
    .styled-table-wrap ul.table-content > li > span a, .styled-table-wrap ul.table-content > li > span{
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    #courses-page{
        padding: 5rem 0 8rem;
    }
    .course-terms .swiper{
        margin: 0 -0.75rem;
    }
    .course-terms .swiper .swiper-slide{
        padding: 0 0.75rem;
    }
    .box-swiper .swiper-arrow.prev{
        left: -2.5rem;
    }
    .box-swiper .swiper-arrow.next{
        right: -2.5rem;
    }
    .course-terms .course-term-name .term-name{
        font-size: 1.5rem;
    }
    #courses-list .grid-box{
        grid-gap: 1rem 1.5rem
    }
    section.products-page-1 .slide-wrap{
        padding-left: 2rem;
    }
    section.products-page-1{
        padding: 4rem 0;
    }
    .filter-box-wrap{
        padding: 0.5rem;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .breadcrumbs,
    .nk-container{
        width: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .custom-sidebar{
        padding-left: 0;
        padding-top: 2rem;
    }
    .post-details{
        padding-top: 3rem;
    }
    .sec-title{
        font-size: 1.75rem;
    }
    .related-posts .swiper{
        margin: 0 -0.5rem;
    }
    .related-posts .swiper .swiper-slide{
        padding: 0 0.5rem;
    }
    #post-details{
        padding-bottom: 2rem;
    }
    .styled-table-wrap ul.table-title{
        display: none !important;
    }
    .styled-table-wrap ul.table-content > li{
        flex-direction: column;
        background: rgba(20, 141, 205, 0.05);
        -webkit-border-radius: 1.25rem;
        -moz-border-radius: 1.25rem;
        border-radius: 1.25rem;
    }
    .styled-table-wrap ul.table-content > li+li{
        margin-top: 2rem;
    }
    .styled-table-wrap ul.table-content > li > span{
        width: 100% !important;
        justify-content: space-between;
        border: none !important;
        padding: 0.75rem 1rem;
    }
    .styled-table-wrap ul.table-content > li > span > strong{
        display: block;
        width: 45%;
        text-align: left;
        padding-right: 1rem;
    }
    .styled-table-wrap ul.table-content > li > span > span{
        width: 60%;
    }
    .styled-table-wrap ul.table-content > li > span:first-of-type > span{
        font-weight: 700;
        color: var(--main-cl)
    }
    .calendar .filter-group .flex-box > span{
        margin-right: 0;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .calendar .filter-group .select-styled{
        width: 16rem;
    }
    .carousel-custom-gap .elementor-gallery__container{
        grid-gap: 1.5rem 2rem
    }
    .box-swiper .swiper-arrow{
        display: none !important;
    }
    .student-item h3{
        height: auto;
    }
    .styled-table-wrap ul.table-content > li > span.button-wrap{
        display: block !important;
    }
    .styled-table-wrap ul.table-content > li > span.button-wrap a{
        display: inline-block;
        padding: 10px 20px !important;
        background-color: var(--sub-cl);
        color: #FFF;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .wrap-search-popup .search-form-wrap form{
        width: 500px;
    }
    .wrap-search-popup .search-form-wrap{
        padding: 20px;
    }
    .products-page-3 .col-3, .blog-2 .col-3{
        width: 0;
        padding: 0;
    }
    section.products-page-1{
        padding: 3rem 0;
    }
    .p-120{
        padding: 4rem 0;
    }
    .pb-120 {
        padding-bottom: 4rem;
    }
    .filter-box-wrap{
        position: fixed;
        width: 25rem;
        left: 0;
        height: 100vh;
        z-index: 99999;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        padding: 0;
        transform: translateX(-100%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        top: 4.125rem;
    }
    .filter-box-wrap .filter-inner{
        background-color: #FFF;
        width: 100%;
        padding: 1.5rem;
        position: relative;
        z-index: 5;
    }
    .filter-box-wrap .bg-close{
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100vh - 4.125rem);
        background-color: #000;
        opacity: 0.7;
        z-index: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        width: 0;
    }
    .filter-box-wrap.show .bg-close{
        width: 100vw;
    }
    .filter-box-wrap.show{
        transform: translateX(0);
    }
    .filter-box-wrap .sticky-box{
        position: unset;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .nk-form-wrap .form-group.form-group-half{
        width: 100%;
    }
    .nk-form-wrap{
        gap: 1rem
    }
    #post-details{
        padding-bottom: 2rem;
    }
    #post-details.knowledge-details h1.sec-title{
        padding: 0;
        background-color: transparent;
        color: var(--main-cl);
        font-size: 1.125rem;
    }
    #post-details.knowledge-details .share-post .share-wrap{
        display: flex;
        margin-bottom: 1.5rem;
    }
    #post-details.knowledge-details .share-post .share-wrap > a{
        margin: 0 1rem 0 0;
    }
    #post-details.knowledge-details .content-wrap{
        width: 100%;
    }
    #post-details.knowledge-details blockquote{
        margin-left: 0;
        margin-right: 0;
    }
    .nk-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .language-dropdown-wrap{
        padding: 0;
    }
    .language-dropdown-wrap .name{
        font-size: 0.729rem;
    }
    section.knowledge .col-9{
        padding: 0;
        background-color: transparent;
    }
    #knowledge-list{
        padding-bottom: 2rem;
    }
    .post-details{
        padding-top: 2rem;
    }
    .sec-title{
        font-size: 1.35rem;
    }
    .post-item .cont-wrap{
        padding: 0.5rem 0 0;
    }
    .post-item .cont-wrap .date-tax{
        margin-bottom: 0;
    }
    .breadcrumbs{
        padding-top: 0.5rem;
    }
    .language-dropdown-wrap .language-dropdown > li > a,
    .language-dropdown-wrap .current-lang{
        gap: 0.25rem
    }
    .sec-heading{
        /*font-size: 30px;*/
    }
    #news-list{
        padding: 2rem 0;
    }
    .posts-grid{
        grid-gap: 1.5rem 1rem;
    }
    #calendar-page{
        padding: 2.5rem 0 2rem
    }
    .styled-table-wrap ul.table-content > li > span,
    .styled-table-wrap ul.table-content > li > span a{
        text-align: center !important;
    }
    .styled-table-wrap ul.table-content > li+li{
        margin-top: 1rem;
    }
    .sec-sub-title{
        font-size: 0.75rem;
        letter-spacing: 0.15rem;
    }

    .carousel-custom-gap .elementor-gallery__container{
        grid-gap: 1rem
    }
    .carousel-custom-gap .swiper{
        margin: 0 !important;
    }
    section.tutor-details{
        padding: 2rem 0;
    }
    .tutor-content .tutor-name{
        font-size: 1.5rem;
    }
    #students-page,
    #courses-term-page,
    #courses-page{
        padding: 2.5rem 0 2rem;
    }
    .course-terms .course-term-name:after{
        margin-left: 1rem;
    }
    .course-terms .swiper-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        position: relative;
    }
    .course-terms .swiper{
        margin: 0 -0.5rem;
        padding-top: 1.25rem;
    }
    .course-terms .swiper .swiper-slide{
        padding: 0 0.5rem;
    }
    .course-item .cont-wrap h3{
        font-size: 0.875rem;
        line-height: 1.4;
    }
    .course-terms .course-term+.course-term{
        margin-top: 2.5rem;
    }
    #courses-list .grid-box{
        grid-gap: 1rem;
        margin-top: 2rem;
    }
    #students-page .sec-heading,
    #courses-page .sec-heading{
        margin-bottom: 2rem;
    }
    .tabs-container .tabs-title{
        gap: .5rem
    }
    .tabs-container .tabs-title > .tab-title{
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    #search-page .search-grid{
        grid-gap: 1rem
    }
    #search-page{
        padding: 2.5rem 0 1rem;
    }
    .styled-table-wrap ul.table-content > li > span.button-wrap a{
        padding: 6px 24px !important;
        font-size: 14px;
    }
    .breadcrumbs > ol,
    .breadcrumbs > ol > li{
        display: inline;
    }
    .breadcrumbs > ol{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .fixed-buttons {
        right: 1.25rem;
        bottom: 4.5rem;
    }
    .course-terms .note{
        font-size: 10px;
    }
    section.products-page-1 .slide-wrap{
        padding-left: 0;
    }
    .books-swiper.swiper{
        margin-right: 0;
        margin-top: 2rem;
    }
    section.products-page-1 .pl-cont{
        padding: 0 0.9375rem;
        text-align: center;
    }
    section.products-page-1 .swiper-pagination{
        padding-left: 0;
    }
    .heading-title {
        font-size: 1.5rem;
    }
    section.products-page-2 .grid-container{
        padding-left: 0;
        padding-right: 0;
    }
    section.products-page-2 .fs-24{
        font-size: 1rem;
        line-height: 1.2;
    }
    section.products-page-2 .fs-18{
        font-size: 0.875rem;
        line-height: 1.2;
    }
    .product-item .cont-wrap .product-item-price{
        gap: 0.25rem
    }
    .product-item .cont-wrap .product-item-price > del, .product-item .cont-wrap .product-item-price > del span.amount{
        font-size: 0.8125rem;
        line-height: 1rem;
    }
    .product-item .cont-wrap .product-item-price > span.amount, .product-item .cont-wrap .product-item-price > ins, .product-item .cont-wrap .product-item-price > ins span.amount{
        font-size: 0.875rem;
        line-height: 1.0625rem;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{
        font-size: 1rem !important;
    }
    .elementor-widget-loop-carousel .swiper-pagination-bullets{
        transform: unset !important;
    }
    .fixed-buttons{
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        box-shadow: 0 0 10px 0 rgba(0, 33, 102, 0.4);
    }
    .fixed-buttons .item{
        width: 100%;
    }
    .fixed-buttons .item+.item a{
        border-left: 1px solid var(--main-cl);
    }
    .fixed-buttons .item a{
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: unset !important;
    }
    .fixed-buttons .item > a > img{
        width: 1.5rem;
        height: 1.5rem;
    }
    .hfe-scroll-to-top-button i{
        font-size: 14px;
    }
    .hfe-scroll-to-top-button{
        bottom: 55px;
        width: 40px;
        height: 40px;
    }
    .custom-book-slider .swiper{
        padding: 1.5rem 6rem;
    }
    .custom-book-slider .swiper-slide.swiper-slide-active{
        opacity: 1;
        transform: scale(1.1);
    }
    .custom-book-slider .swiper-slide.swiper-slide-next{
        opacity: 0.4;
        transform: scale(1);
    }
    .custom-contact-information{
        font-size: 0.8rem;
    }
    .custom-contact-information strong{
        width: auto;
        min-width: unset;
    }
    .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .nk-form-wrap .form-group .select-styled, .nk-form-wrap .form-group .form-control,
    html body div form div input:not([type="submit"]){
        font-size: 16px !important;
    }
    .elementor-widget-n-carousel .swiper-pagination-bullets{
        transform: unset !important;
    }
}