@font-face {
    font-display: swap;
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lexend-deca-v24-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/lexend-deca-v24-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/lexend-deca-v24-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lexend-deca-v24-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lexend-deca-v24-latin-900.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fraunces-v37-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/fraunces-v37-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/fraunces-v37-latin-900.woff2') format('woff2');
}


body {
    margin: 0;
    font-size: 16px;
    color: #000;
    background: #ffffff;
    min-height: 100vh;
    min-width: 300px;
    line-height: 1.6em;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn {
    font-weight: 700;
    height: 45px;
    background: #f6ae31;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    display: inline-flex;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 1.9rem;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-theme {
   background: #106FBD;
    padding: 10px 15px;
    color: white !important;
    margin-right: 15px !important;
    display: inline-block;
    border: 1px solid #106FBD;
    font-size: 16px;
    font-weight: 500;
}

.btn-theme:hover {
    background: #106FBD;
    color: #fff;
}

.bg-grey {
    background: #f4f4f4;
}

.text-yellow {
    color: #ffb017;
}

.text-teal {
    color: #65c6c3;
}

.flash-alert {
    display: inline-block;
    width: 280px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99999;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
    z-index: 20;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 999999;
}

.site-header .top-bar {
    background: #1b263d;
    padding: 10px;
}

.site-header .top-bar a {
    color: #fff;
    text-decoration: underline;
}

.top-navbar {
    background: #f4f4f4;
    padding: 10px 0px;
}

.top-navbar a {
    border: none;
    border-radius: 0px !important;
    padding: 0px 10px;
    background: transparent;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.top-navbar a.show-border {
    border-right: 2px solid black;
}

.top-navbar-search {
    position: absolute;
    bottom: 291px;
    right: -10px;
    padding: 10px;
    width: 440px;
    max-width: 100vw;
    background: #f4f4f4;
    border: none;
    z-index: 999;
}

.top-navbar-search.show {
    bottom: -80px;
}

.navbar-main .nav-link {
    color: #0d1a39;
    font-size: 18px;
    font-weight: 600;
    font-family: 'co-text', sans-serif;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: 0;
    cursor: pointer;
}

.card{
    border-radius: 0px;
}

.card-body{
    padding: 20px 30px;
}

.navbar-main .nav-border {
    border: 2px solid #000;
    border-radius: 0px;
}

.navbar-main .nav-item:hover {
    border-bottom: 2px solid #1b263d;
}

.section-heading {
    font-size: 22px !important;
    line-height: 30px;
    color: #262626 !important;
    font-weight: 600 !important;
    font-family: "Lexend Deca" !important;
    margin-bottom: 20px;
    margin-top: 10px !important;
}

.banner {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 107px);
}

.banner-text {
    background: white;
    max-height: 126px;
    padding: 20px;
    min-height: 126px;
    position: relative;
    bottom: -250px;
}

.banner-text:after {
    content: '';
    width: 145px;
    height: 6px;
    background: #ffb017;
    position: absolute;
    bottom: -6px;
    left: 0px;
}

.banner-text h4 {
    font-size: 32px;
}

.banner-text h2 {
    font-size: 48px;
}

.banner-arrow {
    width: 90px;
}


.banner-form {
    padding: 30px 30px 20px 30px;
    background: #ffffff;
    border-bottom: none !important;
    position: relative;
    z-index: 11;
}

.banner-form .form-control {
    background: rgb(0 0 0 / 10%);
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid rgb(112 112 112 / 10%);
    color: black;
    font-weight: 600;
}

.banner-form .btn {
    font-size: 22px;
}

.facts-section {
    background-color: #83AC9E;
    padding-top: 200px;
    padding-bottom: 50px;
    transform: translateY(-62px);
}

.facts-section-title {
    font-size: 1.75rem;
    color: #1b263d;
    font-weight: 500;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.facts {
    position: relative;
    max-width: 80%;
    margin: auto;
    color: #1b263d;
}

.facts-data {
    font-size: 60px;
    letter-spacing: 0px;
    font-family: 'Fraunces', serif;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 25px;
    border-bottom: 2px solid #1b263d;
    margin-bottom: 35px;
    margin-top: 0;
    text-align: center;
}


.facts-detail {
    margin-top: 20px;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}

.video-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-wrapper-image {
    border: 20px solid #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.waves {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0, 89, 148, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -100px;
    bottom: -100px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.left-content-box {
    margin-left: 0;
    margin-right: -80px;
    z-index: 1;
    position: relative;
    background-color: #f4f4f4;
    padding: 3rem;
}

.right-image-box {
    width: 100%;
    height: auto;
    min-height: 560px;
    max-height: 560px;
    object-fit: cover;
    object-position: right;
}

.course-searchbox {
    margin-top: -460px;
}

.course-searchbox-title-container {
    background: #1b263d;
    color: #fff;
    padding: 30px;
}

.course-searchbox-title {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 800;
    font-family: 'Fraunces', serif;
}

.course-searchbox-title-container p {
    text-wrap: balance;
}

.course-searchbox-container {
    background: #f4f4f4;
    padding: 20px 20px;
}

.browse-all-course {
    margin: 10px 0;
    font-weight: 600;
    color: #106fbd;
    text-decoration: underline !important;
}


.custom_control {
    background: white;
    border: 1px solid #e3e3e3;
    height: 50px;
    width: 100%;
    padding: 15px;
    color: black;
    font-family: 'Lexend Deca';
    font-size: 18px;
}

.search-icon {
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 99;
}

.course-selection-control-container .custom_control {
    padding: 10px 15px;
}


.course-video-thumbnail {
    padding: 56.25% 0 0 0;
    position: relative;
    background-size: cover;
}


.featured-courses-card .card-content {
    position: relative;
    background: #f4f4f4;
    transition: all .2s ease-in-out;
    display: block;
    padding: 20px;
    min-height: 160px;
}

.featured-courses-card .heading {
    text-decoration: underline !important;
    font-size: 22px;
    line-height: 32px;
    color: #106fbd;
    font-weight: 600;
    display: block;
}

.featured-courses-card-image-container {
    height: 252px;
    overflow: hidden;
}


.card-image-overlap {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 110px !important;
}

.featured-courses-card:hover {
    transform: scale(1.02);
}

.news-card {
    background: #fff;
}

.news-card {
    background: #fff;
}

.news-card-content {
    padding: 20px;
}

.news-card-heading {
    text-decoration: underline !important;
    font-size: 22px;
    line-height: 32px;
    color: #106fbd;
    font-weight: 600;
    display: block;
}

.btn-link {
    background: transparent !important;
    font-size: 18px;
    line-height: 48px;
    color: #1063b1;
    font-weight: 400;
    height: 55px;
    margin-top: 10px;
    text-decoration: underline !important;
}

.help-center-box {
    background-color: #f4f4f4;
    padding: 20px;
    height: 100%;
}

.main-footer-top {
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: -1px -3px 7px -1px #eeeeee;
}

.main-footer-top a {
    color: #2572c9;
    text-decoration: underline;
}

.main-footer {
    background-color: #0d1a39;
    padding: 30px 0;
}

.main-footer h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.main-footer p,
.main-footer a,
.main-footer .contact-tag {
    color: #fff;
}

.main-footer p {
    font-size: 18px;
}

.main-footer a,
.main-footer .contact-tag {
    font-size: 18px;
}

.main-footer .widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.main-footer ul li {
    margin-bottom: 7px;
}

.main-footer ul li a {
    font-size: 16px;
}

.footer-border-bottom {
    border-bottom: 2px solid #2a3b5e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ui-autocomplete {
    z-index: 99999999;
}

.social-media-container a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    color: #0d1a39;
    border-radius: 20px;
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.processing {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #43371bed;
    color: #fff;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    display: none;
}

.processing.show {
    display: flex;
}
.accordion-item {
    border-radius: 0 !important;
}
.accordion-body {
    padding: 20px 40px;
}
.course-outline {
    position: relative;
    border: 1px solid #000;
    overflow: hidden;
}

.course-ouline-color {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 100%;
    z-index: 99;
}

.course-ouline-color.color-R {
    background-color: #e61e1e;
    color: #fff;
}

.course-ouline-color.color-G {
    background-color: #21c016;
    color: #fff;
}

.course-ouline-color.color-B {
    background-color: #1a96aa;
    color: #fff;
}

.course-outline .accordion-header {
    padding-left: 5px;
}

.color-code-detail {
    font-size: 0.8rem;
}

.color-container {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2px;
    margin-right: 10px;
}

.color-block {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.color-R {
    background-color: #e61e1e;
}

.color-G {
    background-color: #21c016;
}

.color-B {
    background-color: #1a96aa;
}


.accordion-button::after {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    background-color: #1b263d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-button:not(.collapsed) {
    background-color: #f4f4f4;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');

}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    padding-top: 30px;
    background: white;
    border: 0 none;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

#msform fieldset {
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}


/*buttons*/
#msform .action-button {
    width: 100px;
    background: #106cb7;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
}

#msform .action-button-previous {
    width: 100px;
    background: #bfd1e4;
    font-weight: bold;
    color: #000000;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 20px 30px;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 4px;
    width: 31%;
    margin: 1%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    background: #e4e4e4;
    color: #6b6666;
    border: 1px solid #ffffff;
    border-radius: 4px;
}



/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #2098ce;
    color: white;
}

#progressbar li.active,
#progressbar li.active {
    background: #106FBD;
    color: white;
}

.remove_contact_btn {
    display: block;
    margin: 14px;
    cursor: pointer;
}

.success-icon-container {
    margin: 1rem auto;
    padding: 1.25rem 1rem;
    font-size: 4em;
    background-color: #4caf50;
    color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
}

.error {
    border-bottom: 2px solid #ff0000;
}

.whatsapp-fixed {
    display: inline-block;
    width: 60px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999999;
}

.breadcrumb-container {
    background: #1b263d;
}

.breadcrumb {
    padding: 10px 0 8px;
    list-style: none;
    display: flex;
    font-size: 0.8rem;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
}

.breadcrumb li {
    margin: 0 0.5em;
}

.breadcrumb li:not(:first-child)+li:before {
    content: "/";
    margin-right: 0.5em;
}

.breadcrumb a {
    text-decoration: none;
    color: #6cc0f7;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

@media(max-width:700px) {
    .site-header .top-bar a {
    font-size: 12px;
}
    .left-content-box {
        margin: 0;
    }

    .facts-section:before {
        bottom: 27%;
    }
}

@media(max-width:496px) {
    .breadcrumb {
        padding: 27px 0 8px;
    }
}