body {
    /*font-family: "Poppins", sans-serif;*/
    position: relative;
    background: white;
    /*font-size: 16px;*/
    color: black;
    /*letter-spacing: 0.07em;*/
}
body p {
    font-size: 16px;
    color: black;
    /*letter-spacing: 0.07em;*/
    /*line-height: 1.5;*/
}

h1 {
    font-family: "Fredoka", sans-serif;
    font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Poppins", sans-serif;*/
    font-weight: bold;
    /*letter-spacing: 0.03em;*/
}
li {
    display: inline-block;
    font-size: 16px;
    /*letter-spacing: 0.07em;*/
}


div.logged-in-admin-warning {
    background-color: #f00;
    z-index:9999;
    height: 30px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color:#fff;
    font-size: 18px;
}

header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #7fb4d4;
    position: fixed;
    z-index: 999 !important;
}
header.tour-header.logged-in-admin {
    margin-top: 30px;
}

header .main-navbar .nav-menu > li {
    margin-right: 0;
}

h2,
.portfolio-creative .content-sec h3
{
    text-transform: none;
}
.form-group div.is-invalid {
    color: #dc3545;
    padding: 8px 0 0 4px;
}
p {
    color: #222;
}
div.text-white p {
    color: #fff;
}

.icon-badge-group {

}


.icon-badge-group .icon-badge-container {
    display: inline-block;
    /*margin-left:15px;*/
}

.icon-badge-group .icon-badge-container:first-child {
    margin-left:0
}

.icon-badge-container {
    /*margin-top:20px;*/
    position:relative;
}

.icon-badge-icon {
    /*font-size: 30px;*/
    position: relative;
}

header .menu .header-right .user i {
    font-size: 14px;
}

.icon-badge {
    /*display: none;*/
    background-color: red;
    font-size: 12px;
    line-height: 18px;
    color: white;
    text-align: center;
    margin: 0 4px;
    min-width:18px;
    height:18px;
    border-radius: 35%;
    position: absolute;
    top: -10px;
    left: 10px;
}
header .menu .header-right .user.msg-icon {
    margin-left: 15px;
}

/*
DASHBOARD
 */

body {
    min-height: 100vh;
}
div.footer-container {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}


.dashboard-section .dashboard-box .dashboard-title h4,
.dashboard-section .dashboard-sidebar .profile-top .profile-detail h5,
.dashboard-section .dashboard-box .dashboard-detail ul li .details h6 {
    text-transform: none;
}
.dashboard-detail .btn-add:hover {
    cursor: pointer;
}
.dashboard-section .dashboard-box .modal-trigger {
    margin-left: 30px;
    background-color: #f9f9f9;
    /*padding: 2px 16px;*/
    border-radius: 2px;
    text-transform: capitalize;
    color: #7fb4d4;
    cursor: pointer;
}
.modal-body.profile-box-list label.form-check-label,
.dashboard-section .dashboard-box .profile-box-list label.form-check-label {
    padding-left: 6px;
}

.dashboardcode-bsmultiselect label.form-check-label {
    padding-left: 6px;
}

.dashboard-section .dashboard-box .dashboard-detail .dashboardcode-bsmultiselect ul li {
    display: block;
    margin-bottom: 0;
}

.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box {
    display: inline-block;
    text-transform: capitalize;
    width: calc(100% - 280px);
    margin-right: 20px;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.date-container {
    line-height: 1.3;
    font-weight: 700;
    font-size: 18px;
    width: 30%;
    display: block;
    float: left;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.spacer {
    line-height: 1.3;
    font-weight: 700;
    font-size: 18px;
    width: 5%;
    display: block;
    float: left;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.spacer-icon {
    line-height: 0.8;
    font-weight: 700;
    font-size: 22px;
    width: 5%;
    display: block;
    float: left;
    color: #7fb4d4;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.day {
    color: #adb0b8;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-options {
    text-align: right;
    width: 280px;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-options a {
    display: inline;
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
    font-size: 18px;
    margin-left: 20px;
}
.dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-options a span.badge {
    padding: 10px 6px;
}

@media screen and (max-width: 1460px) {
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box {
        width: calc(100% - 20px);
        margin-right: 20px;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.date-container {
        width: 40%;
    }
}
@media screen and (max-width: 1200px) {
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box {
        width: calc(100% - 20px);
        margin-right: 20px;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.date-container {
        width: 60%;
        float: left;
        display: block;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.spacer-icon {
        width: 40px;
        height:30px;
        float: left;
        display: block;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.spacer {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.date-container {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        padding: 4px 0;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.spacer-icon {
        width: 100%;
        height: 30px;
        float: none;
        display: block;
        text-align: center;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-box span.spacer {
        display: none;
    }
    .dashboard-section .dashboard-box .dashboard-detail .booking-box .date-period-options {
        text-align: center;
        width: auto;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .faq-tab .nav-tabs .nav-item .nav-link {
        padding: 3px 6px;
        letter-spacing: 0;
    }
}


.filter-option-list div {
    width: 25%;
    float: left;
}

#filterCountriesContainer .dropdown-menu {
    max-height: 310px;
    overflow-y: auto;
}

#frmGallerySort #sortable {
    margin-right: -40px;
}
#frmGallerySort #sortable div.img-container {
    display: block;
    float: left;
    width: 310px;
    height: 310px;
    padding: 15px;
    border: 1px solid #ccc;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
#frmGallerySort #sortable div.img-container:hover {
    cursor: move;
}
#frmGallerySort #sortable div.img-container img {
    max-width: 278px;
    max-height: 238px;
}
#frmGallerySort #sortable div.img-container .btn-delete {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #777;
}
#frmGallerySort #sortable div.img-container .btn-delete:hover {
    color: #7fb4d4;
}
#galleryUpload {
    border: 1px #ccc solid;
    padding: 20px;
    width: 100%;
}
#galleryUpload #queue .uploadifive-queue-item {
    margin-bottom: 10px;
}
#galleryUpload #queue .uploadifive-queue-item:last-child {
    margin-bottom: 20px;
}
#galleryUpload .uploadifive-button.btn {
    height: auto !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 0;
    font-family: Nunito, sans-serif !important;
    margin-right: 5px;
}
#galleryUpload .uploadifive-button.btn input[type=file]:hover {
    cursor: pointer;
    color: #fff;
}
#galleryUpload .uploadifive-button:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    background-image: none;
}

/*
VACANCY DETAIL
 */
table.vacancy-data td {
    color: rgba(0, 0, 0, 0.7);
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.6;
}
table.vacancy-data td:first-child {
    font-weight: bold;
    padding-right: 35px;
}

/*
MAILBOX
 */
.mailbox-controls .btn.btn-sm {
    padding: 8px 24px !important;
    text-transform: capitalize;
    border: 1px solid #eee;
}

/*
USP
 */

.portfolio-creative.odd-even-con.usp .container .row:nth-child(even) p {
    margin-right: 0;
    margin-left: 0;
}
.portfolio-creative.odd-even-con.usp .container .row .content-sec p {
    max-width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

/*
FAQ
 */

.faq-content .tab-pane .card .card-header h5 {
    text-transform: none;
}

header .main-navbar .nav-menu > li > a {
    font-size: 16px;
    font-weight: 800;
    line-height: 23px;
    padding: 2px 12px;
    /*letter-spacing: normal;*/
}

/*
LANDING
 */

.btn.btn-rounded.color1.green {
    background-color: #00a65a;
}
.btn.btn-rounded.color1.green:hover {
    background-color: white;
    color: #00a65a;
    border: 1px solid #00a65a;
}


.effect-cls-up:before {
    content: "";
    position: absolute;
    background: url(/img/backgrounds/effect.png);
    top: 0;
    width: 100%;
    height: 85px;
    z-index: 1;
    background-repeat: repeat-x;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.effect-cls-up.footer-bg:before {
    height: 95px;
}
.effect-cls:after {
    content: "";
    position: absolute;
    background: url(/img/backgrounds/effect.png);
    background-repeat: repeat-x;
    bottom: -12px;
    width: 100%;
    height: 110px;
    left: 0;
    z-index: 1;
}

/*
Mobile
 */

/* header + menu */
@media screen and (min-width: 1200px) and (max-width: 1460px) {
    /*
    header.tour-header.logged-out .menu .brand-logo img {
        margin-left: 40px;
        max-width: 150px !important;
    }
    header.tour-header.logged-out .menu nav {
        position: absolute;
        top:0;
        left:0;
        width: 100%;
    }
    header.tour-header.logged-out .menu .header-right {
        position: absolute;
        top:20px;
        right:40px;
    }
    */
}

/* footer */
div.footer-logo-container {
    margin-top: 60px;
}
div.footer-link-container {
    margin-top: 60px;
}
@media (max-width: 768px) {
    div.footer-spacer {
        height: 450px;
    }
    div.footer-logo-container {
        display: none;
    }
}
@media (max-width: 1199px) {
    footer .footer .order-row > div {
        margin-top: 30px;
    }
}
/* search pages */
body.search_page p,
body.search_page .list-view .list-box .list-content td {
    font-size: 14px;
}
body.search_page .list-view .list-box .list-content h5 {
    font-size: 16px;
    line-height: 1;
}
body.search_page .list-view .list-box .list-content table {
    width: 100%;
    margin: 10px 0;
}

.list-view .list-box .list-content h5,
.list-view .list-box .list-content p {
    text-transform: none;
}
#search-result .list-view .list-box {
    border-radius: 20px;

}
#search-result .list-view .list-box .list-img {
    width:180px;
    height: 180px;
    overflow: hidden;
}
#search-result .list-view .list-box .list-content {
    width: calc(100% - 210px);
    margin-left: 20px;
}
#search-result .list-view .list-box .list-content > div {
    height: auto;
}
#search-result .list-view .list-box .list-content .offer-box {
    width: 60px;
    text-align: right;
    font-size: 24px;
    border: none;
    padding: 0;
}

@media (max-width: 991px) {
    .left-sidebar {
        position: fixed;
        width: 300px;
        left: -300px;
        top: 0;
        margin-top: 0;
        z-index: 999;
        overflow-y: auto;
        height: 100vh;
        -webkit-box-shadow: 0 15px 5px 0 rgba(77,77,77,.28);
        box-shadow: 0 15px 5px 0 rgba(77,77,77,.28);
    }
    .list-view .list-box .list-img {
        width: 80px !important;
        height: 80px !important;
        float: left;
    }
    #search-result .list-view .list-box .list-content {
        width: calc(100% - 100px);
        margin-left: 20px;
        float: left;
    }
    #search-result .list-view .list-box .list-content > div > table {
        display: none;
    }
}

.home_effect h2 {
    font-size: calc(16px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    letter-spacing: 0.001em;
    line-height: 32px;
    color: black;
}

@media (max-width: 1199px) {
    .home_effect .effect_image .effect_content h1 {
        font-size: calc(34px + (70 - 40) * ((100vw - 320px) / (1920 - 320))) !important;
        text-shadow: 2px 2px 8px #548cc7;
    }
}

.dashboard-section .dashboard-box .dashboard-title span.extra {
    font-size: 16px;
    margin-left: 0;
    background: none;
    padding: 0;
    border-radius: 0;
    text-transform: none;
    color: #000;
    cursor: inherit;
}

/* Style Update 02-07-2024 */
.btn.btn-rounded.color1.green {
    background-color: #14305F;
    margin-top: 25px;
}
.btn.btn-rounded.color1.green:hover {
    background-color: #FFF;
    color: #14305F;
    border: 1px solid #14305F;
}
section.home_effect .home-check-list {
    margin-top: 60px;
}
@media (min-height: 1200px) {
    section.home_effect .home-check-list {
        margin-top: 80px;
    }
}
@media (max-width: 576px) {
    header .menu .header-right .setting .setting-open {
        top: 35px;
        bottom: auto;
    }
}

section.home_effect .home-check-usp {
    color: #fff;
    font-weight: 800;
    position: relative;
    padding: 10px 60px 0 80px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
}
section.home_effect .home-check-usp > img {
    height: 60px;
    width: 60px;
}
@media (max-width: 1023px) {
    section.home_effect .home-check-usp {
        padding: 8px 20px 0 60px;
        font-size: 16px;
    }
    section.home_effect .home-check-usp > img {
        height: 50px;
        width: 50px;
    }
}

section.home_effect .home-check-usp img {
    position: absolute;
    top: 0;
    left: 0;
}
section.landing-about-usp div.bg-rounded-blue {
    /*background-color: #D6DAE6;*/
    background-color: rgba(39,77,131,0.12);
    padding: 20px 20px 60px 80px;
    border-radius: 30px;
    position: relative;
}
section.landing-about-usp div.bg-rounded-blue ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
section.landing-about-usp div.bg-rounded-blue ul li {
    padding: 2px 0 20px 40px;
    position: relative;
}
section.landing-about-usp div.bg-rounded-blue ul li > i.far {
    top: 0;
    left: 0;
    position: absolute;
}
section.landing-about-usp div.bg-rounded-blue a.btn.btn-rounded {
    margin-left: 35px;
    padding: 10px 40px;
}
section.landing-about-usp .image-container {
    margin: 60px 0 80px -30px;
    position: relative;
    z-index: 100;
}
section.landing-about-usp .image-container img {
    border-radius: 40px;
    max-width: 110%;
}
section.landing-about-usp .image-container .blue-shade-left-down {
    background: rgba(86,114,154,1);
    width: 350px;
    height: 200px;
    position: absolute;
    left: -15px;
    bottom: -15px;
    border-radius: 40px;
    z-index: -1;
}


section.page-content .image-container {
    position: relative;
    z-index: 100;
}
section.page-content .image-container img {
    border-radius: 40px;
    max-width: 100%;
}
section.page-content .image-container .blue-shade-right-down {
    background: rgba(20,48,95,1);
    width: 350px;
    height: 200px;
    position: absolute;
    right: -15px;
    bottom: -15px;
    border-radius: 40px;
    z-index: -1;
}

@media (max-width: 576px) {
    section.landing-about-usp .image-container-mobile {
        padding: 20px 30px 40px 30px;
    }
    section.landing-about-usp .image-container-mobile img {
        border-radius: 15px;
        /*border: 2px solid rgba(20,48,95,1);*/
        box-shadow: 10px 10px rgba(20,48,95,1);
    }
    section.landing-about-usp div.bg-rounded-blue {
        padding: 30px 20px 60px 20px;
        margin-bottom: 60px;
    }
    section.landing-about-usp div.bg-rounded-blue ul li {
        padding: 2px 0 20px 50px;
        position: relative;
    }
}

section.landing-how-it-works {

}
section.landing-how-it-works div.step-background.even {
    background-color: rgba(124,163,210,0.25);
}
section.landing-how-it-works .text {
    padding: 60px 60px 0 60px;
}
section.landing-how-it-works .image-container {
    margin: 60px 0 80px -30px;
    position: relative;
    /*z-index: 100;*/
}
section.landing-how-it-works .image-container img {
    border-radius: 30px;
    max-width: 100%;
    position: relative;
}
section.landing-how-it-works .image-container .blue-shade-left-up {
    background: rgba(20,48,95,1);
    width: 250px;
    height: 180px;
    position: absolute;
    left: -15px;
    top: -15px;
    border-radius: 35px;
}
section.landing-how-it-works .image-container .blue-shade-right-down {
    background: rgba(20,48,95,1);
    width: 250px;
    height: 180px;
    position: absolute;
    right: -15px;
    bottom: -15px;
    border-radius: 35px;
}
section.landing-how-it-works.full-banner.padding-cls {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 768px) {
    section.landing-how-it-works .text {
        padding: 30px 10px 0 10px;
    }
    section.landing-how-it-works .text.even {
        padding: 30px 30px 0 0;
    }
    section.landing-how-it-works .image-container .blue-shade-left-up {
        background: rgba(20,48,95,1);
        width: 150px;
        height: 120px;
        position: absolute;
        left: -10px;
        top: -10px;
        border-radius: 35px;
    }
    section.landing-how-it-works .image-container .blue-shade-right-down {
        background: rgba(20,48,95,1);
        width: 150px;
        height: 120px;
        position: absolute;
        right: -10px;
        bottom: -10px;
        border-radius: 35px;
    }
}
@media (max-width: 576px) {
    section.landing-how-it-works .text {
        padding: 30px 10px 0 10px;
    }
    /*
    section.landing-how-it-works .image-container {
        margin: 60px 0 80px -30px;
        position: relative;
    }
    */
    section.landing-how-it-works .image-container-mobile img {
        border-radius: 15px;
        /*border: 2px solid rgba(20,48,95,1);*/
        box-shadow: 10px 10px rgba(20,48,95,1);
    }
}


div.footer-spacer {
    height: 400px;
}
footer div.footer.section-b-space.section-t-space {
    background-color: #000;
    background-image: url('/img/update2024/bg-footer-dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
footer div.footer.section-b-space.section-t-space > .container {
    /*padding-top: 60px;*/
}
footer .footer .footer-content h5 {
    color: #fff;
    margin-bottom: 20px;
}
footer .footer .footer-content .footer-links ul li a {
    font-size: 16px;
    text-transform: none;
    color: #a1a1a1;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 20px;
}
@media (max-width: 576px) {
    div.footer-spacer {
        height: 550px;
    }
}

.page_effect .page_image {
    height: 85vh;
}
.page_effect .page_image {
    background: url(/img/update2024/bg_header_home.jpg);
    background-size: cover;
}

body.item_detail .description-section {
    font-size: 14px !important;
}

body.item_detail .description-section h1,
body.item_detail .description-section h2,
body.item_detail .description-section h3,
body.item_detail .description-section h4,
body.item_detail .description-section h5,
body.item_detail .description-section h6 {
    font-size: 18px;
    margin-bottom: 20px;
}
body.item_detail .description-section ol,
body.item_detail .description-section ul {
    margin-bottom: 20px;
}

body.item_detail .description-section table.vacancy-data td {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.6;
}

body.item_detail .img-rounded,
body.item_detail .single-section .description-section .description-details .menu-part {
    border-radius: 25px;
}
body.item_detail .btn-back {
    border-radius: 25px;
}
body.item_detail #btn-vacancy-apply,
body.item_detail #btn-instructor-contact {
    background-color: #14305F;
    border-radius: 25px;
}
body.item_detail #btn-vacancy-apply:hover,
body.item_detail #btn-instructor-contact:hover {
    background-color: white;
    color: #14305F;
    border: 1px solid #14305F;
}
.single-section .description-section .description-details .menu-part .zoom-gallery > div {
    margin-bottom: 30px;
}

.has-tick-list ul li:before {
    position: absolute;
    left: -4px;
    top: -4px;
    color: #60943d;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
}

.single-section .description-section .description-details .content-title {
    text-transform: none;
}

.left-sidebar .bottom-info a.btn-email {
    font-size: 16px;
    background-color: #7fb4d4;
    color: white;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 50px;
    margin-bottom: 12px;
    line-height: 1.2;
}
.left-sidebar .bottom-info a.btn-email span {
    text-transform: lowercase;
    font-size: 12px;
    border: 2px solid white;
    border-radius: 100%;
    padding: 0 6px;
}