@font-face {
    font-family: 'shneregular';
    src: url('sohne-buch-webfont.woff2') format('woff2'), url('sohne-buch-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'shnekrftig';
    src: url('sohne-kraftig-webfont.woff2') format('woff2'), url('sohne-kraftig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'shneleicht';
    src: url('sohne-leicht-webfont.woff2') format('woff2'), url('sohne-leicht-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Inter", serif;
    font-weight: normal;
    font-style: normal;
}

.w-24 {
    width: 6rem;
}

.text-cus-blue {
    color: #0646FF;
}

.bg-cus-blue {
    background: #0646FF;
}

.p-cus-top-80px {
    padding-top: 80px;
}

.p-cus-bottom-80px {
    padding-bottom: 80px;
}

.btn-cus-blue-circle {
    background: #0646FF;
    border: 0;
    padding: 10px;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/

.contact-div {
    position: fixed;
    bottom: 0;
    right: 2%;
    color: white;
    transform: translateY(300px);
    transition: transform 0.3s ease-in-out;
    opacity: 0;
}

    .contact-div.show {
        transform: translateY(215px);
        opacity: 1;
    }

    .contact-div.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .contact-div .titleBox {
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        padding: 20px 25px 20px 25px;
        background-color: #001E50;
        transition: opacity 0.3s ease-in-out;
        font-weight: bold;
    }

    .contact-div .contentBox {
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        background-color: #001E50;
        width: 420px;
        padding: 30px 25px 25px 25px;
        transition: transform 0.7s ease-in-out;
    }

        .contact-div .contentBox .btn-close {
            position: absolute;
            right: 15px;
            top: 15px;
        }

    .contact-div.child-show {
        transform: translateX(0) !important;
    }

    .contact-div .child-hidden {
        transform: translateY(200px) !important;
    }

    .contact-div .title-hidden {
        opacity: 0;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .contact-div {
        right: 0;
    }

        .contact-div .contentBox {
            width: unset;
        }
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-primary:hover {
        background: var(--bs-dark);
        color: var(--bs-primary);
    }

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

    .btn.btn-light:hover {
        color: var(--bs-white);
        background: var(--bs-primary);
    }

/*** Border Start ***/
.txt-color-green {
    color: #00a438;
}
/*** Border Start ***/

/*** Border Start ***/
.bd-color-green {
    border-color: #00a438 !important;
}
/*** Border Start ***/

/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.btn-quicklink {
    background: #02cbc5;
    color: #fff;
    border: 0;
    border-radius: 20px;
    height: 30px;
}

/*** Topbar End ***/
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-item .nav-link:hover,
    .navbar-light .navbar-nav .nav-item .nav-link.active {
        color: var(--bs-primary);
    }

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 767.98px) {
    #main-navigation-mobile .dropdown-menu {
        max-height: 100vh; /* Viewport height */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }
}

@media (max-width: 991.98px) {
    .sticky-top.navbar {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 0;
        box-shadow: none;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: subtle shadow */
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}

@media screen and (max-width: 460px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 0;
    }
}

/*** Navbar End ***/

/*** Header ***/
.header {
    background-color: #0646FF;
}

    .header:not(.sticky-top) {
        position: relative;
        z-index: 999;
    }

    .header .navbar-nav .nav-link {
        font-size: 18px;
        font-size: 16px;
        margin: 23px 0;
        padding: 0 22px;
        border-right: 1px solid #fff;
    }

        .header .navbar-nav .nav-link:active, .header .navbar-nav .nav-link:hover {
            color: #fff;
            text-decoration: underline;
        }

        .header .navbar-nav .nav-link:last-child::after {
            content: none;
        }

    .header > nav {
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    }

    .header > nav {
        min-height: 68px;
    }

@media screen and (max-width: 767px) {
    .header .menu-box .btn-link {
        padding: 0 5px;
    }
}

@media screen and (max-width: 420px) {
    .header #logo {
        margin: 0;
    }
}

/*** Header End ***/
/*** Menu Top (Language Sites) ***/
.wrap-top {
    background-color: #eeeeee;
}

.language {
    font-size: 18px;
}

    .language h3 {
        font-size: 38px;
        font-weight: 600;
    }

    .language h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .language ul li {
        background: no-repeat;
        border: 0;
    }

        .language ul li a {
            border: 1px solid #ddd;
            padding: 6px 10px;
            border-radius: 40px;
            display: inline-block;
            display: inline-block;
            color: #000;
            text-decoration: none;
            text-align: left;
        }

    .language img {
    }

@media (max-width: 992px) {
    .language.h-100 {
        height: auto !important;
    }
}

/*** MOBILE ***/
.offcanvas .btn-back {
    position: relative;
    border: 0;
}

    .offcanvas .btn-back > span {
        position: absolute;
        top: -10px;
        left: 0;
        display: flex;
        font-size: smaller;
        background: #fff;
        align-items: center;
        color: #0646FF;
        font-weight: bold;
    }

#main-navigation-mobile {
    position: relative;
}

    #main-navigation-mobile .bg-bright-blue {
        background: #00AFEC;
        color: #fff;
    }

    #main-navigation-mobile .bg-main-blue {
        background: #05132c;
        color: #fff;
    }

    #main-navigation-mobile .bg-orange {
        background: #f56e00;
        color: #fff;
    }

    #main-navigation-mobile .dropdown-menu {
        border-top: 1px solid #dedede;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        height: 100%;
        display: unset;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    #main-navigation-mobile .menu-items {
        list-style: none;
        padding: 0;
        border-top: 1px solid #dedede;
    }

        #main-navigation-mobile .menu-items li {
            border-bottom: 1px solid #dedede;
        }

            #main-navigation-mobile .menu-items li.bg-bright-blue {
                border-color: #00AFEC;
            }

            #main-navigation-mobile .menu-items li.bg-orange {
                border-color: #f56e00;
            }

            #main-navigation-mobile .menu-items li.bg-main-blue {
                border-color: #05132c;
            }

            #main-navigation-mobile .menu-items li a {
                padding: 17px 20px;
                font-weight: 600;
                color: #000;
                display: block;
            }

                #main-navigation-mobile .menu-items li a:hover, #main-navigation-mobile .menu-items li a:active {
                    background: #fff;
                    color: #000;
                }

            #main-navigation-mobile .menu-items li span.title {
                padding: 17px 20px;
                display: block;
                font-size: 18px;
                font-weight: bold;
            }

            #main-navigation-mobile .menu-items li span.title-90w {
                display: inline-block;
                width: 90%;
            }

            #main-navigation-mobile .menu-items li a:hover, #main-navigation-mobile .menu-items li a:active {
                text-decoration: none;
            }

        #main-navigation-mobile .menu-items > li.none-dropdown > a {
            font-weight: normal;
        }

        #main-navigation-mobile .menu-items li .arrow-icon {
            color: #0646FF;
            background-color: #e5f8ff;
            position: absolute;
            right: -7px;
        }

        #main-navigation-mobile .menu-items .dropdown {
            position: unset;
        }

        #main-navigation-mobile .menu-items .menu-links {
            padding: 0;
            list-style: none;
        }

            #main-navigation-mobile .menu-items .menu-links li {
                padding: 0;
                border-bottom: 0;
            }

                #main-navigation-mobile .menu-items .menu-links li a {
                    font-weight: normal;
                }

    #main-navigation-mobile .open_drawer {
        width: 100%;
        transform: translateX(0) !important;
        display: block;
    }

    #main-navigation-mobile .close_drawer {
        transform: translateX(100%) !important;
        display: block;
    }

/*** End Menu Top ***/

/*** Menu Right () ***/
.wrap-right {
    background-color: #e3e7ec;
}

#menu-right {
    font-size: 18px;
}

    #menu-right h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 48px;
    }

    #menu-right .icon-box {
        width: 40px;
        display: inline-block;
    }

@media (max-width: 576px) {
    #menu-right > li.nav-item {
        width: 100%;
    }
}

/*** End Search ***/
/*** Search ***/
.search {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 68px;
    width: 100%;
    background: rgb(255, 255, 255);
}

    .search .search-input {
        border: 0;
    }

    .search #searchButton.btn-cus-blue-circle {
        padding: 9px !important;
    }

.searchPage {
    background: #EBF1FF;
    font-size: 18px;
}

    .searchPage .txtSearch {
        font-size: 18px;
        line-height: 26px;
    }

    .searchPage .btn-select {
        font-size: 18px;
        border-radius: 20px;
        border: 0;
    }

    .searchPage .btn-clear {
        border: 1px solid #0646FF;
        border-radius: 20px;
        background: #0646FF;
        color: #fff;
        font-weight: normal;
        padding: 0 20px;
        margin: 0;
        height: 30px;
    }

    .searchPage hr {
        margin: 0.5rem 0;
    }

    .searchPage .btn-search {
        font-weight: normal;
    }

    .searchPage .btn-tag {
        font-weight: normal;
    }

    .searchPage .filter {
        background: #001E50;
        border-radius: 20px;
        padding: 0 40px;
        color: #fff;
        color: #fff;
        font-weight: normal;
    }

        .searchPage .filter h4 {
            font-size: 26px;
        }

        .searchPage .filter h5 {
            font-size: 18px;
            padding: 0;
            margin: 0;
            line-height: 36px;
        }

        .searchPage .filter .checkbox {
            margin-bottom: 10px;
        }

        .searchPage .filter label {
            font-size: 16px;
            line-height: 28px;
            padding: 0 30px;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .searchPage .filter label input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

@media screen and (max-width: 767px) {

    .searchPage .filter {
        padding: 0 20px;
    }
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #adadad;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.searchPage .filter label:hover input ~ .checkmark {
    background: transparent;
}

/* When the checkbox is checked, add a blue background */
.searchPage .filter label input:checked ~ .checkmark {
    background-color: #0646FF;
    border: 2px solid #0646FF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.searchPage .filter label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.searchPage .filter label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.searchPage .searchContent h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

    .searchPage .searchContent h3 a {
        color: #000;
        text-decoration: none;
    }

@media (max-width: 767.98px) {
    .searchPage .searchContent h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
    }
}


.searchPage .searchContent a.description {
    color: #000;
    text-decoration: none;
}

.searchPage .searchContent p {
    margin: 0;
    padding: 0;
    height: 78px;
    overflow: hidden;
}

.searchPage .searchContent .tag {
    font-size: 16px;
}

.searchPage .searchContent .no-image {
    background: #0646ff;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 1s ease;
}

    .searchPage .searchContent .no-image > img {
        max-width: 100%;
    }

.searchPage .searchContent .highlighted {
    color: #0646ff;
    font-weight: bold;
}

.searchPage .searchContent .search-page-item {
    position: relative;
    transition: box-shadow 0.3s ease-in-out;
}

    .searchPage .searchContent .search-page-item .readmore {
        position: absolute;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        transform: translateX(-50px);
        transition: transform 0.3s ease-in-out;
    }

    .searchPage .searchContent .search-page-item:hover {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        .searchPage .searchContent .search-page-item:hover .readmore {
            transform: translateX(0);
            opacity: 1;
            border: 0;
        }

            .searchPage .searchContent .search-page-item:hover .readmore:hover {
                color: #0646FF;
                background-color: unset;
                background-image: url('/theme/img/icon/arrow-right-blue.svg');
                background-position: right 25px center;
                border: 0;
            }

@media (max-width: 767px) {
    .searchPage .searchContent .no-image {
        max-width: unset !important;
    }
}

@media screen and (max-width: 576px) {
    .searchPage .searchContent .no-image {
        min-height: 100px;
    }
}

/*** End Search ***/
/*** Pagination ***/
.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 30px 0 0 0;
}

    .pagination li {
        display: inline-block;
        text-align: center;
        margin: 0 5px;
    }

    .pagination a {
        float: left;
        display: block;
        text-decoration: none;
        padding: 5px 12px;
        color: #0646FF;
        margin-left: -1px;
        border: 1px solid transparent;
        line-height: 1.5;
    }

        .pagination a.active {
            cursor: default;
        }

        .pagination a:active {
            outline: none;
        }

    .pagination.modal-3 li:first-child a {
        background-color: #0646FF;
        color: #fff;
    }

    .pagination.modal-3 li:last-child a {
        background-color: #0646FF;
        color: #fff;
    }

    .pagination.modal-3 li.disabled a {
        background-color: #ddd;
        color: #fff;
    }

    .pagination.modal-3 a {
        padding: 0;
        width: 48px;
        height: 48px;
        line-height: 44px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        font-size: 16px;
        font-weight: 500;
    }

    .pagination.modal-3 .active a {
        background-color: #fff;
        color: #0646FF;
    }

    .pagination.modal-3 a:hover {
        background-color: #0646FF;
        color: #fff;
    }

    .pagination.modal-3 a.active, .pagination.modal-3 a:active {
        background-color: #0646FF;
        color: #fff;
    }
/*** End Pagination ***/

/*** Mega Menu ***/
.new-mega-menu-mobile a {
    font-size: 17px;
}

.new-mega-menu-mobile .bg-bright-blue {
    background: #00AFEC;
    color: #fff;
}

.new-mega-menu-mobile .bg-main-blue {
    background: #05132c;
    color: #fff;
}

.new-mega-menu-mobile .bg-orange {
    background: #f56e00;
    color: #fff;
}

.is-open.is-open\:z-10 {
    z-index: 10;
}

.new-mega-menu-cover {
    position: relative;
}

.new-mega-menu-nav {
    z-index: 9;
}

    .new-mega-menu-nav .fz-15 {
        font-size: 15px;
    }

    .new-mega-menu-nav.active .isActive {
        opacity: 1;
    }

    .new-mega-menu-nav:last-child > a {
        border-right: 0 !important;
    }

    .new-mega-menu-nav a:hover > div.opacity-0 {
        opacity: 1 !important;
    }

    .new-mega-menu-nav .new-mega-menu-nav-panel {
        display: none;
    }

    .new-mega-menu-nav.active .new-mega-menu-nav-panel {
        display: block;
    }

    .new-mega-menu-nav:hover .new-mega-menu {
        position: absolute;
        top: 68px;
        left: 0;
        justify-content: center;
        margin: 0 auto;
        vertical-align: middle;
        text-align: center;
        display: flex;
        max-height: 99vh;
        overflow-y: auto;
        /*-webkit-overflow-scrolling: touch;*/ /* Smooth scrolling on iOS */
    }

.new-mega-menu {
    display: none;
    width: 100%;
    background: #f2fbfe;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.5);
}

    .new-mega-menu.scrollable {
        overflow-y: auto !important;
        max-height: 80vh !important;
    }

    .new-mega-menu-child {
        display: flex;
        width: 1200px;
        vertical-align: middle;
        align-items: center;
        margin: 0 auto;
    }

.new-mega-menu.bg-main-blue {
    background: #001E50;
    color: #fff;
}

.new-mega-menu.bg-bright-blue {
    background: rgb(0,167,224);
    background: linear-gradient(90deg, rgba(0,167,224,1) 0%, rgba(0,167,224,1) 25%, rgba(0,146,203,1) 75%, rgba(0,146,203,1) 100%);
    color: #fff;
}

.new-mega-menu.bg-orange {
    background: rgb(208,94,0);
    background: linear-gradient(90deg, rgba(208,94,0,1) 0%, rgba(208,94,0,1) 25%, rgba(245,110,0,1) 75%, rgba(245,110,0,1) 100%);
    color: #fff;
}

.new-mega-menu a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

    .new-mega-menu a:active, a:hover {
        text-decoration: none;
    }

.new-mega-menu > div {
    float: left;
    width: 33.33%;
    position: relative;
    border-right: 1px solid #2a364b;
}

.new-mega-menu .meta_col {
    max-height: 100vh;
    overflow-y: auto;
}

    .new-mega-menu .meta_col::-webkit-scrollbar {
        width: 8px;
    }

    .new-mega-menu .meta_col::-webkit-scrollbar-track {
        background: #f1f1f1; /* light background for contrast */
        border-radius: 4px;
    }

    .new-mega-menu .meta_col::-webkit-scrollbar-thumb {
        background-color: #0092CB;
        border-radius: 4px;
        border: 2px solid #f1f1f1; /* padding effect */
    }

    /* Optional: hover effect */
        .new-mega-menu .meta_col::-webkit-scrollbar-thumb:hover {
            background-color: #0077A8; /* darker shade for hover */
        }

.new-mega-menu .meta_col .background-col {
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    background: #00A7E0;
}

    .new-mega-menu > div:last-child {
        border-right: 0;
    }

.new-mega-menu.first-columns > div {
    width: 457px;
    background: #00A7E0;
    border-right: 1px solid #00A7E0;
}

    .new-mega-menu.first-columns > div:nth-child(2n) {
        background: #0092CB;
        border-right: 1px solid #0092CB;
    }

    .new-mega-menu.first-columns > div:last-child {
        border-right: 0;
    }

.new-mega-menu.second-columns div.first-columns {
    min-height: 495px;
}

.new-mega-menu.second-columns > div {
    width: 735px;
    border-right: 1px solid #f68426;
}

.new-mega-menu.bg-orange > div:first-child {
    width: 470px;
    background: #D05E00;
    border-right: 1px solid #D05E00;
}

.new-mega-menu.bg-orange > div:nth-child(2n) {
    background: #F56E00;
    border-right: 1px solid #F56E00;
}

.new-mega-menu.bg-orange > div:last-child {
    border-right: 0;
}

.new-mega-menu.bg-main-blue > div {
    width: 480px;
    background: #001E50;
    border-right: 1px solid #001E50;
}

    .new-mega-menu.bg-main-blue > div:nth-child(2n) {
        background: #00163C;
        border-right: 1px solid #00163C;
    }

.new-mega-menu.two-columns > div {
    width: 50%;
}

.new-mega-menu .menu-item-header {
    color: #fff;
    text-align: left;
}

    .new-mega-menu .menu-item-header.aqua {
        background: #01cac4;
    }

    .new-mega-menu .menu-item-header.sky-blue {
        background: #00b7f1;
    }

    .new-mega-menu .menu-item-header.blue {
        background: #031133;
    }

    .new-mega-menu .menu-item-header.yellow {
        background: #dfa226;
    }

    .new-mega-menu .menu-item-header.orange {
        background: #f56e00;
    }

.new-mega-menu .menu-item-content {
    padding: 50px 0;
}

.new-mega-menu.first-columns .menu-item-content {
    padding: 30px 0 0 0;
}

.new-mega-menu.second-columns .menu-item-content {
    padding: 30px 0 0 0;
}

.new-mega-menu .wrap-menu-items {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

    .new-mega-menu .wrap-menu-items.aqua {
        background: #f2fcfd;
    }

    .new-mega-menu .wrap-menu-items.orange {
        background: #fff7f2;
    }

    .new-mega-menu .wrap-menu-items.sky-blue {
        background: #f2fcfe;
    }

    .new-mega-menu .wrap-menu-items.blue {
        background: #f2f3f5;
    }

    .new-mega-menu .wrap-menu-items.yellow {
        background: #fff4e0;
    }

    .new-mega-menu .wrap-menu-items .menu-item-img-text {
        min-height: 100px;
        display: flex;
        padding: 0 5%;
    }

        .new-mega-menu .wrap-menu-items .menu-item-img-text > span {
            font-size: 30px;
            padding-bottom: 10px;
            padding: 0 10px 10px 10px;
            align-self: flex-end;
        }

    .new-mega-menu .wrap-menu-items .menu-item-img-left {
        display: inline-block;
    }

        .new-mega-menu .wrap-menu-items .menu-item-img-left > img, .new-mega-menu .wrap-menu-items .menu-item-img-left > iframe {
            margin-bottom: -25px;
            margin-right: 10px;
        }

        .new-mega-menu .wrap-menu-items .menu-item-img-left > iframe {
            vertical-align: middle;
        }

    .new-mega-menu .wrap-menu-items .menu-item-content-right {
        display: inline-block;
        text-align: left;
    }

        .new-mega-menu .wrap-menu-items .menu-item-content-right > div {
            display: flex;
            font-size: 16px;
            font-weight: 400;
        }

            .new-mega-menu .wrap-menu-items .menu-item-content-right > div > div {
                align-self: flex-end;
            }

                .new-mega-menu .wrap-menu-items .menu-item-content-right > div > div img {
                    height: 35px;
                }

                    .new-mega-menu .wrap-menu-items .menu-item-content-right > div > div img.imger {
                        height: 50px;
                    }

    .new-mega-menu .wrap-menu-items ul ul {
        padding: 0 10px 10px 10px;
    }

    .new-mega-menu .wrap-menu-items ul.mega-parent li {
        line-height: 28px;
        position: relative;
        text-align: left;
        margin: 0 30px;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }



        .new-mega-menu .wrap-menu-items ul.mega-parent li h4 {
            font-size: 22px;
            font-weight: 600;
            line-height: 22px;
            margin: 0;
        }

        .new-mega-menu .wrap-menu-items ul.mega-parent li h5 {
            font-size: 20px;
            line-height: 2rem;
            font-weight: normal;
        }

.new-mega-menu.bg-bright-blue .wrap-menu-items ul.mega-parent > li {
    border-bottom: 1px solid rgb(255 255 255 / 70%);
}

.new-mega-menu.bg-orange .wrap-menu-items ul.mega-parent > li {
    border-bottom: 1px solid rgb(255 255 255 / 70%);
}

.new-mega-menu.bg-main-blue .wrap-menu-items ul.mega-parent > li {
    border-bottom: 1px solid rgb(255 255 255 / 70%);
}

.new-mega-menu .wrap-menu-items ul.mega-parent > li:first-child {
    border-bottom: 0;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li {
    margin: 0 25px;
    padding: 5px 0;
}

    .new-mega-menu .wrap-menu-items ul.mega-parent li li {
        padding: 0;
    }

.new-mega-menu.first-columns .wrap-menu-items ul.mega-parent li {
    margin: 0 25px;
    padding: 5px 0;
}

    .new-mega-menu.first-columns .wrap-menu-items ul.mega-parent li li {
        padding: 0;
    }

.new-mega-menu.second-columns .wrap-menu-items ul.mega-parent li {
    margin: 0 25px;
    padding: 5px 0;
}

    .new-mega-menu.second-columns .wrap-menu-items ul.mega-parent li li {
        padding: 0;
    }

.new-mega-menu .wrap-menu-items ul.mega-parent li b {
    font-size: 18px;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li a {
    font-size: 18px;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li > img {
    display: inline-block;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li a, .new-mega-menu .wrap-menu-items ul.mega-parent li span {
    padding: 5px 5px;
    display: inline-block;
}

    .new-mega-menu .wrap-menu-items ul.mega-parent li a:hover {
        text-decoration: none;
    }

    .new-mega-menu .wrap-menu-items ul.mega-parent li a.link-header:hover {
        text-decoration: none;
    }

.new-mega-menu .wrap-menu-items ul.mega-parent li > img {
    height: 60px;
}

.new-mega-menu .wrap-menu-items.orange ul.mega-parent > li:hover {
    background: #feeedf;
}

.new-mega-menu .wrap-menu-items.blue ul.mega-parent > li:hover {
    background: #e6e7eb;
}

.new-mega-menu .wrap-menu-items.sky-blue ul.mega-parent > li:hover {
    background: #d8f6ff;
}

.new-mega-menu .wrap-menu-items.aqua ul.mega-parent > li:hover {
    background: #e5fbf9;
}

.new-mega-menu .wrap-menu-items.yellow ul.mega-parent > li:hover {
    background: #ffeecf;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li.arrow {
    position: relative;
}

.new-mega-menu .wrap-menu-items ul.mega-parent > li > a {
    display: block;
    font-weight: bold;
    width: 95%;
}

.new-mega-menu .wrap-menu-items ul.mega-parent > li.arrow > a::after {
    content: "\F286";
    font-family: "bootstrap-icons";
    font-style: normal;
    position: absolute;
    top: 10px;
    right: 0;
}

.new-mega-menu .wrap-menu-items ul.mega-parent > li.arrow > a.collapsed::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    font-style: normal;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li.arrow span.icon {
    position: absolute;
    top: 0;
    color: #fff;
}

    .new-mega-menu .wrap-menu-items ul.mega-parent li.arrow span.icon:hover {
        cursor: pointer;
    }

.new-mega-menu .wrap-menu-items ul.mega-parent > li:last-child {
    margin-bottom: 35px;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li.arrow.selected ul {
    display: block;
}

.new-mega-menu .wrap-menu-items ul.mega-parent li li {
    border-bottom: 0;
    margin-left: 10px;
    line-height: 24px;
}

    .new-mega-menu .wrap-menu-items ul.mega-parent li li a {
        font-size: 16px;
        padding: 5px 0;
    }

        .new-mega-menu .wrap-menu-items ul.mega-parent li li a:hover, .new-mega-menu .wrap-menu-items ul.mega-parent li li a:active {
            text-decoration: none;
        }

    .new-mega-menu .wrap-menu-items ul.mega-parent li li .icon-sky-blue {
        padding: 0;
        padding-right: 5px;
    }

.new-mega-menu .cover-menu-items {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1;
    display: block;
    min-height: 600px;
    transition: 0.5s ease-out;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .new-mega-menu .cover-menu-items:hover {
    }

    .new-mega-menu .cover-menu-items.sky-blue {
        background: radial-gradient(circle farthest-side,#bbe1ed,#00b7f1);
    }

    .new-mega-menu .cover-menu-items.blue {
        background: radial-gradient(circle farthest-side,#41444b,#031133);
    }

    .new-mega-menu .cover-menu-items.yellow {
        background: radial-gradient(circle farthest-side,#e4e0d9,#dfa226);
    }

    .new-mega-menu .cover-menu-items.orange {
        background: radial-gradient(circle farthest-side,#ebb88f,#f56e00);
    }

    .new-mega-menu .cover-menu-items .menu-item-record {
        padding: 60px 0;
        font-size: 20px;
    }

        .new-mega-menu .cover-menu-items .menu-item-record div:nth-child(2) {
            padding-bottom: 30px;
        }

        .new-mega-menu .cover-menu-items .menu-item-record div:last-child {
            font-size: 22px;
        }

.new-mega-menu .wrap-menu-articles {
    margin: 60px 25px;
    text-align: left;
}

.new-mega-menu.second-columns .wrap-menu-articles {
    margin: 0 15px 0 0;
    width: 690px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.new-mega-menu .wrap-menu-article-bg.aqua {
    background: #e5fbf9;
}

.new-mega-menu .wrap-menu-article-bg.orange {
    background: #feeedf;
}

.new-mega-menu .wrap-menu-article-bg.sky-blue {
    background: #dae5fa;
}

.new-mega-menu .wrap-menu-article-bg.blue {
    background: #e6e7eb;
}

.new-mega-menu .wrap-menu-articles.three-cols {
    margin: 0 7%;
}

.new-mega-menu .wrap-menu-articles .menu-article-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #f68426;
}

    .new-mega-menu .wrap-menu-articles .menu-article-item a:hover {
        text-decoration: underline;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

.new-mega-menu .wrap-menu-articles.three-cols .menu-article-item > div {
    display: block;
    width: 100%
}

    .new-mega-menu .wrap-menu-articles.three-cols .menu-article-item > div:last-child {
        padding: 0;
        padding-top: 25px;
    }

.new-mega-menu .wrap-menu-articles .menu-article-item > div > p {
    font-size: 16px;
    font-weight: 400;
}

.new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button {
    padding: 5px 17px;
    background: #02cbc5;
    border: 1px solid #02cbc5;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.orange {
        background: #f56e00;
        border: 1px solid #f56e00;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.aqua {
        background: #02cbc5;
        border: 1px solid #02cbc5;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.sky-blue {
        background: #00b7f1;
        border: 1px solid #00b7f1;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.blue {
        background: #031133;
        border: 1px solid #031133;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.yellow {
        background: #dfa226;
        border: 1px solid #dfa226;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.orange:hover {
        color: #f56e00;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.aqua:hover {
        color: #02cbc5;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.sky-blue:hover {
        color: #00b7f1;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.blue:hover {
        color: #031133;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.yellow:hover {
        color: #dfa226;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button:hover {
        background: none;
        color: #02cbc5;
    }

@media(max-width: 1200px) {
    .new-mega-menu {
        width: 100%;
    }

        .new-mega-menu.first-columns > div {
            width: 250px;
        }

        .new-mega-menu.second-columns > div {
            width: 370px;
        }

        .new-mega-menu.second-columns .wrap-menu-articles {
            width: 330px;
        }

        .new-mega-menu > div.first-columns {
            width: 240px !important;
        }
}
/*** End Mega Menu ***/

/*** Hero Banner ***/
.hero-banner {
    color: #fff;
}

    .hero-banner h3 {
        color: #00B9F1;
        font-size: 36px;
        line-height: 44px;
        font-weight: bold;
    }

    .hero-banner h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .hero-banner .hero-banner-item {
        min-height: 162px;
    }

    .hero-banner .m-h-162 {
        min-height: 162px;
    }

    .hero-banner .m-h-245 {
        min-height: 245px;
    }

    .hero-banner .m-h-378 {
        min-height: 378px;
    }

    .hero-banner .m-h-698 {
        min-height: 698px;
    }

    .hero-banner .vl {
        border-left: 1px solid #8d8d8d;
        height: 130px;
        margin: 0 55px;
    }

/*** Header End ***/
/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

    .header-carousel .owl-nav .owl-prev:hover,
    .header-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 0 0 100px 0 var(--bs-light);
        color: var(--bs-primary);
    }


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0% {
        height: 100%;
        opacity: 0.9;
    }

    25% {
        height: 110%;
        opacity: 0.50;
    }

    50% {
        height: 115%;
        opacity: 1;
    }

    75% {
        height: 110%;
        opacity: 0.50;
    }

    100% {
        height: 100%;
        opacity: 0.9;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

    .bg-breadcrumb .breadcrumb .breadcrumb-item a {
        color: var(--bs-white);
    }
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

    .service .service-item:hover {
        box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    }

    .service .service-item .service-img {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: 0.5s;
    }

        .service .service-item .service-img img {
            transition: 0.5s;
        }

    .service .service-item:hover .service-img img {
        transform: scale(1.2);
    }
/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

    .feature .feature-item:hover {
        border: 1px solid var(--bs-primary);
    }

    .feature .feature-item .feature-icon {
        background: var(--bs-white);
        border-radius: 10px;
        display: inline-block;
    }
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

    .offer-section .nav a.accordion-link.active {
        color: var(--bs-white);
        background: var(--bs-primary);
    }

    .offer-section .nav a.accordion-link h5 {
        transition: 0.5s;
    }

    .offer-section .nav a.accordion-link.active h5 {
        color: var(--bs-white);
    }
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

    .blog .blog-item a {
        transition: 0.5s;
    }

    .blog .blog-item:hover a:hover {
        color: var(--bs-primary);
    }

    .blog .blog-item .blog-img {
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .blog .blog-item .blog-img img {
            transition: 0.5s;
        }

    .blog .blog-item:hover .blog-img img {
        transform: scale(1.2);
    }

    .blog .blog-item .blog-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 10px;
        background: rgba(0, 208, 132, 0.1);
        opacity: 0;
        transition: 0.5s;
        z-index: 1;
    }

    .blog .blog-item:hover .blog-img::after {
        opacity: 1;
    }

    .blog .blog-item .blog-img .blog-title {
        position: absolute;
        bottom: 25px;
        left: 25px;
        z-index: 5;
    }

        .blog .blog-item .blog-img .blog-title a {
            color: var(--bs-white);
            background: var(--bs-primary);
            transition: 0.5s;
        }

    .blog .blog-item:hover .blog-img .blog-title a:hover {
        color: var(--bs-dark);
    }

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

    .blog .owl-nav .owl-prev:hover {
        background: var(--bs-dark);
        color: var(--bs-primary);
    }

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

    .blog .owl-nav .owl-next:hover {
        background: var(--bs-dark);
        color: var(--bs-primary);
    }
/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

    .faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        color: var(--bs-dark);
    }

.faq-section .question-text h6 {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 0 5px;
}

.faq-section .answer-text p {
    font-weight: bold;
    margin: 0;
}

/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

    .team .team-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: var(--bs-light);
        border-radius: 10px;
        transition: 0.5s;
        z-index: -1;
    }

    .team .team-item:hover::before {
        height: 0;
    }

    .team .team-item::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        transition: 0.5s;
        z-index: -1;
    }

    .team .team-item:hover::after {
        height: 100%;
        background: var(--bs-primary);
    }

    .team .team-item .team-img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        position: relative;
        margin-top: 50%;
        transform: translateY(-50%);
        margin-bottom: -50%;
        display: flex;
        justify-content: center;
        border: 4px solid var(--bs-primary);
        border-style: dotted;
        padding: 4px;
        background: var(--bs-white);
        transition: 0.5s;
    }

    .team .team-item:hover .team-img {
        border: 4px solid var(--bs-white);
        border-style: dotted;
        background: 0;
    }

    .team .team-item .team-img img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        transition: 0.5s;
    }

    .team .team-item .team-title {
        padding: 25px 0 25px 0;
        text-align: center;
    }

        .team .team-item .team-title h4,
        .team .team-item .team-title p {
            transition: 0.5s;
        }

    .team .team-item:hover .team-title h4,
    .team .team-item:hover .team-title p {
        color: var(--bs-white);
    }

    .team .team-item .team-icon {
        display: flex;
        justify-content: center;
    }

        .team .team-item .team-icon a {
            transition: 0.5s;
        }

    .team .team-item:hover .team-icon a {
        color: var(--bs-dark);
        background: var(--bs-white);
    }

        .team .team-item:hover .team-icon a:hover {
            color: var(--bs-primary);
            background: var(--bs-dark);
        }
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

    .testimonial .testimonial-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 50px);
        bottom: 0;
        left: 0;
        border-radius: 10px;
        background: var(--bs-light);
        z-index: -1;
    }

    .testimonial .testimonial-item .testimonial-img {
        display: flex;
        justify-content: center;
    }

        .testimonial .testimonial-item .testimonial-img img {
            width: 100px;
            height: 100px;
            border-radius: 100px;
            border: 5px solid var(--bs-light);
            border-style: double;
            background: var(--bs-white);
        }

    .testimonial .testimonial-item .testimonial-text {
        padding: 25px 0;
        text-align: center;
    }

    .testimonial .testimonial-item .testimonial-title {
        display: flex;
        justify-content: space-between;
    }

    .testimonial .testimonial-item .testimonial-quote-left {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 20px;
        left: 25px;
        border-radius: 60px;
        color: var(--bs-primary);
        background: var(--bs-white);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .testimonial-item .testimonial-quote-right {
        position: absolute;
        width: 60px;
        height: 60px;
        bottom: -30px;
        right: 25px;
        margin-top: -5px;
        border-radius: 60px;
        color: var(--bs-primary);
        background: var(--bs-white);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

    .testimonial-carousel .owl-dots .owl-dot {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin: 20px 10px 0 10px;
        background: var(--bs-primary);
        transition: 0.5s;
    }

        .testimonial-carousel .owl-dots .owl-dot.active {
            width: 30px;
            height: 30px;
            border-radius: 30px;
            background: var(--bs-secondary);
            transition: 0.5s;
        }

        .testimonial-carousel .owl-dots .owl-dot span {
            position: relative;
            margin-top: 50%;
            margin-left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .testimonial-carousel .owl-dots .owl-dot.active span::after {
            background: var(--bs-primary);
        }

        .testimonial-carousel .owl-dots .owl-dot span::after {
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 15px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: var(--bs-white);
            transition: 0.5s;
        }

/*** Testimonial End ***/

/*** Contact Page ***/
.nano .contact-page .accordion-item h2 {
    border-bottom: 1px solid #e9e9ea;
}

.nano .contact-page .accordion-item .accordion-button {
    padding: 10px 0;
}
/*** Contact Page End ***/

/*** Global Page Titles & Breadcrumbs ***/
.page-title {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 15px 0;
    position: relative;
}

    .page-title h1 {
        font-size: 24px;
        font-weight: 300;
        margin: 0 0 5px 0;
    }

    .page-title .active {
        opacity: 0.65;
        font-size: 16px;
    }

    .page-title .breadcrumbs a {
        color: #3c3c3c;
        text-decoration: none;
        transition: opacity 0.5s ease;
        font-size: 16px;
    }

        .page-title .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .page-title .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }

        .page-title .breadcrumbs ol li + li {
            padding-left: 10px;
        }

        .page-title .breadcrumbs ol li.none-before:before {
            content: "";
            padding-right: 0;
        }

        .page-title .breadcrumbs ol li + li::before {
            content: "\203A";
            display: inline-block;
            padding-right: 10px;
            color: color-mix(in srgb, var(--default-color), transparent 70%);
        }


    .page-title.dark-background {
        background: #001E50;
        color: #fff;
    }

        .page-title.dark-background .breadcrumbs a {
            color: #fff;
        }

/*** End Global Page Titles & Breadcrumbs ***/

/*** Authorisation ***/
.authorisation {
    background: #EBF1FF;
    padding: 80px 0;
}

    .authorisation .login-right .box {
        color: #fff;
        width: 361px;
        border-radius: 25px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

        .authorisation .login-right .box .title {
            color: #00B9F1;
        }

        .authorisation .login-right .box h3, .authorisation .login-right .box h4 {
            padding-top: 100px;
        }

    .authorisation .quick-link {
        padding-bottom: 60px;
    }

        .authorisation .quick-link .btn-link {
            font-size: 20px;
            opacity: 0.7;
            color: #3c3c3c;
            text-decoration: none;
            transition: all 1s;
            -webkit-transition: all 1s;
            line-height: 4rem;
            border-bottom: 3px solid #ebf1ff;
            border-radius: 0;
        }

            .authorisation .quick-link .btn-link:hover {
                opacity: 1;
                text-decoration: none;
                border-bottom: 3px solid #0646ff;
            }


@media (max-width: 1200px) {
    .authorisation .login-right .box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .authorisation .none-padding > div {
        padding: 0 !important;
    }

    .authorisation .none-border > div {
        border: 0 !important;
    }

    .authorisation .quick-link .btn-link {
        line-height: 2rem;
    }
}

/*** End Authorisation ***/
/*** Academy ***/
.academy {
    background: rgba(235,241,255,255);
}

    .academy .shadow-sm {
        height: 100%;
    }

    .academy a:hover, .academy a:active {
        text-decoration: none !important;
    }

    .academy .course {
        border-radius: 25px;
        text-align: center;
        background: #fff;
        height: 100%;
    }

        .academy .course .h-96px-hidden {
            height: 96px;
            overflow: hidden;
        }

        .academy .course h3 {
            font-size: 20px;
            line-height: 28px;
        }

        .academy .course h4 {
            font-size: 18px;
        }

            .academy .course h4.cert {
                opacity: 0.25;
            }

                .academy .course h4.cert.active {
                    opacity: 1;
                    color: #0646FF;
                }

    .academy .step {
        border-radius: 25px;
        text-align: center;
        background: #fff;
    }

        .academy .step h4 {
            margin: 20px;
            color: rgb(6, 70, 255);
        }

ul.step-progress {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.step-progress > li {
        display: inline-block;
        list-style: none;
        background: #d2d2d2;
        padding: 3px 20px 3px 20px;
    }

        ul.step-progress > li:nth-child(1) {
            border-radius: 20px 0px 0px 20px;
        }

        ul.step-progress > li:last-child {
            border-radius: 0px 20px 20px 0px;
        }

        ul.step-progress > li.current {
            background: #0646FF;
        }

        ul.step-progress > li > a {
            color: black;
            text-decoration: none;
        }

        ul.step-progress > li.current > a {
            color: white;
        }

.academy label {
    display: block;
    border-radius: 10px;
    position: relative;
    padding: 15px 0 15px 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #EBF1FF;
}

    /* Hide the browser's default checkbox */
    .academy label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .academy label .checkmark {
        position: absolute;
        top: 15px;
        left: 15px;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border-radius: 20px;
    }

    /* On mouse-over, add a grey background color */
    .academy label:hover input ~ .checkmark {
        background-color: #83a8ff;
        border-color: #83a8ff;
    }

    /* When the checkbox is checked, add a blue background */
    .academy label input:checked ~ .checkmark {
        background-color: #0646ff;
        border: 1px solid #0646ff;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .academy label .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .academy label input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .academy label .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.academy-advertising {
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    border-radius: 25px;
}

.academy-progress ul.step-progress > li {
    padding: 0;
}

    .academy-progress ul.step-progress > li > span, .academy-progress ul.step-progress > li > a {
        padding: 3px 50px 3px 20px;
        display: block;
    }

.academy-progress ul.step-progress a:hover {
    text-decoration: none;
}

.academy-progress ul.step-progress {
    height: 34px;
    margin-top: -10px;
}

.academy-progress .step-back a {
    color: #000;
}

.academy-progress .step-back:hover a {
    color: #fff;
    text-decoration: none;
}

.academy-progress .step-back:hover {
    background: #0646FF;
}

.academy-progress .step-back a > i {
    font-size: 30px;
}

.academy-progress .step-back a:last-child {
    font-size: 14px;
}

.academy-progress .progress-step {
    margin-top: -10px;
}

.academy-progress h1.page-title {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.academy-progress .course-title {
    margin: 0;
    padding: 20px 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.course-video {
    background: #EBF1FF;
}

    .course-video .shadow-sm {
        height: 100%;
    }

    .course-video a:hover, .course-video a:active {
        text-decoration: none !important;
    }

    .course-video .title-grey {
        color: #a0a0a0;
        font-weight: normal;
    }

    .course-video .video-item {
        background: #fff;
    }

        .course-video .video-item h5 {
            font-size: 16px;
            line-height: 24px;
        }

        .course-video .video-item h6 {
            font-size: 18px;
            line-height: 26px;
        }

        .course-video .video-item .video-img {
            position: relative;
        }

            .course-video .video-item .video-img .video-icon {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                opacity: 0.5;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
            }

        .course-video .video-item:hover .video-img .video-icon {
            opacity: 1;
        }

.academy .certificate .certificate-thumb__container {
    position: relative;
}

.academy .certificate > div > .btn-link {
    font-size: 0.8rem;
}

.academy .certificate .certificate-thumb__course-name {
    position: absolute;
    top: -5%;
    left: 50%;
    color: #7f7f7f;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.academy .certificate .certificate-thumb__before-text {
    position: absolute;
    top: 51%;
    left: 8%;
    font-size: 1rem;
}

.academy .certificate .certificate-thumb__member-name {
    position: absolute;
    top: 57%;
    left: 8%;
    font-size: 1.5rem;
    font-weight: 700;
}

.academy .certificate .certificate-thumb__after-text {
    position: absolute;
    top: 68%;
    left: 8%;
    font-size: 0.6rem;
}

.academy .certificate .certificate-thumb__date {
    position: absolute;
    top: 85%;
    left: 8%;
    font-size: 0.9rem;
}

.academy .certificate .certificate-thumb__expiry {
    position: absolute;
    top: 92%;
    left: 8%;
    font-size: 0.9rem;
}

.academy .certificate .certificate-thumb__year {
    position: absolute;
    top: 27%;
    left: 8%;
    font-size: 1rem;
    color: #fff;
    background: #456c8f;
    padding: 1% 2%;
    letter-spacing: 0.2rem;
}

.academy-document a:hover, .academy-document a:active {
    text-decoration: none !important;
}

@media screen and (max-width: 1199px) {
    .academy .certificate .certificate-thumb__course-name {
        top: -5%;
        left: 50%;
        font-size: 0.8rem;
    }

    .academy .certificate .certificate-thumb__before-text {
        top: 55%;
        left: 8%;
        font-size: 0.6rem;
    }

    .academy .certificate .certificate-thumb__member-name {
        top: 60%;
        left: 8%;
        font-size: 1rem;
    }

    .academy .certificate .certificate-thumb__after-text {
        top: 70%;
        left: 8%;
        font-size: 0.5rem;
    }

    .academy .certificate .certificate-thumb__date {
        top: 86%;
        left: 8%;
        font-size: 0.6rem;
    }

    .academy .certificate .certificate-thumb__expiry {
        top: 92%;
        left: 8%;
        font-size: 0.6rem;
    }

    .academy .certificate .certificate-thumb__year {
        top: 33%;
        left: 8%;
        font-size: 0.7rem;
    }

    .academy #certificate_1139 .certificate .certificate-thumb__date {
        top: 88%;
    }

    .academy #certificate_1139 .certificate .certificate-thumb__expiry {
        top: 94%;
    }
}

@media screen and (max-width: 991px) {
    .academy-progress .border-tablet-mobile {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

@media (max-width: 767px) {
    .academy-progress {
        padding: 0;
    }

        .academy-progress .progress-box-mobile {
            height: 60px;
        }

            .academy-progress .progress-box-mobile .step-back {
                margin-left: -12px;
            }

            .academy-progress .progress-box-mobile .progress-step-box-mobile {
                padding-top: 7px !important;
                padding-bottom: 0px !important;
            }
}

@media (max-width: 576px) {
    .academy-document .none-padding > div {
        padding: 0 !important;
    }

    .academy-document .none-border > div {
        border: 0 !important;
    }

    .academy .certificate .certificate-thumb__after-text {
        top: 71%;
        font-size: 0.45rem;
    }

    .academy #certificate_1139 .certificate .certificate-thumb__date {
        top: 94%;
    }

    .academy #certificate_1139 .certificate .certificate-thumb__expiry {
        top: 100%;
    }
}

@media screen and (max-width: 420px) {
    .academy-progress ul.step-progress > li > span, .academy-progress ul.step-progress > li > a {
        padding: 3px 30px 3px 30px;
    }
}
/*** End Academy ***/

/*** Start Resource ***/

/*
.resource-item h1 {
    font-size: 1.75rem !important;
    line-height: 1.42857 !important;
    font-weight: 700 !important;
}
*/

.resource-item .img img {
    width: 170px;
}

.resource-item .btn-tag {
    font-weight: normal;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #f0f0f0;
    display: inline-block;
    color: #3c3c3c;
}

    .resource-item .btn-tag:hover {
        background: #f0f0f0;
        color: #3c3c3c;
    }

.resource-item .btn-tag-link {
    font-weight: normal;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}

    .resource-item .btn-tag-link:hover, .resource-item .btn-tag-link:active {
        text-decoration: none;
    }

@media screen and (max-width: 767.98px) {
    .resource-item a {
        font-size: calc(1.125rem* 0.8) !important;
        line-height: calc(1.625rem* 0.8);
    }

    .resource-item {
        font-size: calc(1.125rem* 0.8);
        line-height: calc(1.625rem* 0.8);
    }

        .resource-item .w-24 {
            width: unset;
        }

        .resource-item .img img {
            width: unset;
        }

        .resource-item .icon img {
            width: 100%;
        }
}
/*** End Resource ***/
/*** Start Center ***/
.center-list {
    background: #EBF1FF;
}

    .center-list .center-item {
        background: #fff;
        border-radius: 15px;
        transition: box-shadow 0.3s ease-in-out;
    }

        .center-list .center-item:hover {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .center-list .center-item .title {
            font-size: 20px;
            line-height: 26px;
            transition: all 0.3s ease-in-out;
        }

        .center-list .center-item:hover .title {
            color: rgb(6, 70, 255);
        }

@media (max-width: 767.98px) {
    .center-list .center-item .title {
        font-size: 18px;
        line-height: 24px;
    }
}


.center-list .center-item p {
    padding: 0;
}

.center-list .center-item .btn-link-arrow-read {
    transition: all 0.3s ease-out;
    position: absolute;
    width: 150px;
    right: 0;
    bottom: 25px;
    opacity: 0;
    transform: translateX(-30px);
    background-position: right 25px center;
    background-repeat: no-repeat;
}

.center-list .center-item:hover .btn-link-arrow-read {
    opacity: 1;
    transform: translateX(0);
}

.center-list .center-item .non-link {
    color: rgb(6, 70, 255);
}

.center-list .center-item .cover-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.center-list .center-item .icon-box {
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #0646fe;
}

.center-list .center-item .date-box {
    position: absolute;
    background: #0646fe;
    z-index: 1;
    top: 45px;
    left: 40px;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    align-items: center;
    display: inline-grid;
    line-height: 28px;
    font-weight: bold;
    font-size: 1rem;
}

    .center-list .center-item .date-box > span:first-child {
        font-size: 2rem;
        padding-top: 15px;
        font-weight: normal;
    }

    .center-list .center-item .date-box > span:last-child {
        font-size: 1rem;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

.center-list .nav-pills .btn-link {
    color: #aeaeae;
    font-weight: normal;
    text-decoration: none;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 5rem;
}

    .center-list .nav-pills .btn-link.active {
        color: #000;
        font-weight: bold;
        border-bottom: 4px solid #0646ff;
    }

.circular--landscape {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

    .circular--landscape img {
        width: auto;
        height: 100%;
        margin-left: -50px;
    }

@media screen and (max-width: 767px) {
    .nano .centreList {
        min-height: unset !important;
    }
}

/*** End Center ***/
/*** Start Team ***/

.header-text {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.5714285714;
    letter-spacing: .34em;
    margin-bottom: 10px;
}

.event-detail .p-inline p {
    display: inline;
    margin: 0;
}

.event-detail .icon-box {
    width: 23px;
    display: inline-block;
}

/*** End Center ***/
/*** Start Team ***/
.team-list .team-item-border {
    max-width: 340px;
    border-left: 1px solid #00B9F1;
}

.team-list .team-item {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 25px;
}

    .team-list .team-item .name {
        font-size: 20px;
        line-height: 28px;
        height: 56px;
        overflow: hidden;
    }

    .team-list .team-item .title {
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
        height: 48px;
        overflow: hidden;
    }

    .team-list .team-item .team-img {
        padding-right: 27px;
    }

    .team-list .team-item .team-content {
        padding-left: 27px;
    }

    .team-list .team-item .description {
        border-top: 1px solid #dedede;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .team-list .team-item .btn {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

/*** End Team ***/
/*** Start Probe ***/
.probePage .probeSearch {
    padding: 2rem;
    background: #f2f5ff;
    border-radius: 25px;
}

    .probePage .probeSearch .probe-item {
        padding: 1rem;
        border-bottom: 2px solid #0646FF;
    }

        .probePage .probeSearch .probe-item > .d-flex {
            padding: 1rem 0;
        }

        .probePage .probeSearch .probe-item .d-flex > div:first-child {
            min-width: 150px;
        }

    /* TOGGLE STYLING */
    .probePage .probeSearch .tabs {
        border-bottom: 1px solid #6e6e6e;
        margin: 0 0 1.5rem;
        box-sizing: border-box;
        font-size: 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: stretch;
    }

        .probePage .probeSearch .tabs input {
            width: 0;
            height: 0;
            position: absolute;
            left: -9999px;
        }

        .probePage .probeSearch .tabs label {
            margin: 0;
            padding: 0.75rem 2rem;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            border: 0;
            font-size: 20px;
            line-height: 120%;
            padding-bottom: 25px;
            font-weight: 600;
            text-align: center;
            color: #6e6e6e;
            transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, transform 0.2s ease-in-out;
            /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
            /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
            /* ----- */
        }

@media (max-width: 767.98px) {
    .probePage .probeSearch .tabs label {
        margin: 0;
        padding: 0.75rem 2rem;
        font-size: 14px;
        line-height: 120%;
        padding-bottom: 25px;
    }
}


.probePage .probeSearch .tabs label:hover {
    cursor: pointer;
}

.probePage .probeSearch .tabs label:hover {
    border-color: #213140;
}

.probePage .probeSearch .tabs label.active {
    color: #000;
    border-bottom: 3px solid #0646FF;
    z-index: 1;
    transform: scale(1.1);
}

.probePage .probeSearch .tabs label input:focus {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
}

.probePage .probeSearch .suggestion-item:hover {
    cursor: pointer;
}

@media (max-width: 800px) {
    .probePage .probeSearch .tabs label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*** End Probe ***/


/*** Global Presense Start ***/

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.global-tab .btn-tab {
    background: none;
    color: #3e3e3e;
    border: 1px solid transparent;
    border-radius: 20px;
}

    .global-tab .btn-tab.active {
        background: none;
        color: #3e3e3e;
        border: 1px solid;
        border-radius: 20px;
    }

.global-map #global-home {
    border: 0;
    background: none;
    text-decoration: none;
    color: #0646ff;
    font-weight: bold;
}

.global-map .global-content {
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: -5px 0 16px -6px rgba(0, 0, 0, .15);
    padding: 24px 32px 8px 16px;
    color: #021032;
    min-width: 434px;
    max-width: 434px;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-animation: fadeIn 0.3;
    animation: fadeIn 0.3;
}

.global-map .global-item-name {
    font-size: 1.1rem;
    line-height: 3rem;
}

.global-map .region-list {
    padding: 0 0 16px;
    margin: 0;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.global-map .region-title {
    padding: 10px 0;
    font-weight: bold;
}

.global-map .country {
    width: 50%;
    display: flex;
    padding: 8px 0;
    height: 40px;
    align-items: center;
    cursor: pointer;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease-in-out 0s;
}

    .global-map .country a:hover, .global-map .country a:active {
        text-decoration: none;
    }

    .global-map .country:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, .15);
        border: 1px solid #0646ff;
        border-radius: 8px;
    }

.global-map .country-icon {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-left: 8px;
    border: 1px solid #e9e9ea;
}

@media screen and (max-width: 767px) {
    .global-map .global-content {
        min-width: auto;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .global-map .global-item-name {
        line-height: 1.5rem;
        padding-bottom: 15px;
    }
}

/*** End Global Presense ***/



/*** Tab Content Start ***/

.tab-content .nav .nav-link.active {
    color: #3c3c3c;
    z-index: 1;
    transform: scale(1.1);
    background: transparent;
}

.tab-content .nav .nav-link {
    margin: 0;
    padding: 0.75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 0;
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center;
    color: #6e6e6e;
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, transform 0.2s ease-in-out;
    background: transparent;
}

    .tab-content .nav .nav-link:focus, .tab-content .nav .nav-link.active {
        border-bottom: 3px solid #0646FF;
    }

    .tab-content .nav .nav-link:hover {
        color: #3c3c3c;
    }

/*** End Tab Content ***/
/*** Footer Start ***/
.footer {
    background: #001E50;
    color: #fff;
}

    .footer .copyright {
        background: #0D2959;
        font-size: 16px;
    }

    .footer .footer-quicklink-menu {
        border-top: 1px solid #26406A;
    }

    .footer .footer-menu {
        border-top: 1px solid #26406A;
        border-bottom: 1px solid #26406A;
    }

    .footer .note {
        color: #00B9F1;
    }

    .footer .footer-item {
        display: flex;
        flex-direction: column;
    }

        .footer .footer-item a {
            line-height: 35px;
            color: var(--bs-body);
            transition: 0.5s;
        }

        .footer .footer-item p {
            line-height: 35px;
            margin-bottom: 0;
        }

        .footer .footer-item a:hover {
            color: var(--bs-primary);
        }

        .footer .footer-item .footer-btn a,
        .footer .footer-item .footer-btn a i {
            transition: 0.5s;
        }

            .footer .footer-item .footer-btn a:hover {
                background: var(--bs-white);
            }

                .footer .footer-item .footer-btn a:hover i {
                    color: var(--bs-primary);
                }

@media (max-width: 767px) {
    #bsi > ul {
        border-radius: 0 !important;
        margin: 0 auto !important;
    }

        #bsi > ul > li:first-child {
            padding-left: 0 !important;
        }
}
/*** Footer End ***/

/*** Modal Start ***/
.modal {
    background-color: rgb(0 0 0 / 80%);
}

.modal-dialog-custom-center {
    margin: 0 auto;
}

.modal .welcome-popup {
    color: #021032
}

    .modal .welcome-popup .btn-close {
        top: 15px !important;
        right: 15px !important;
    }

.modal .geo-popup-country {
    background-color: #eeeeee;
    color: #021032
}

    .modal .geo-popup-country h2 {
        font-size: 1.75rem;
    }

        .modal .geo-popup-country h2.title {
            font-size: 1.5rem;
        }

    .modal .geo-popup-country .language .card {
        border: 1px solid #ddd;
        padding: 6px 10px;
        border-radius: 40px;
    }

        .modal .geo-popup-country .language .card a {
            color: #021032;
        }

    .modal .geo-popup-country .description {
        color: #021032;
    }

    .modal .geo-popup-country .btn-close {
        top: 15px !important;
        right: 15px !important;
    }

    .modal-dialog-custom .modal-body {
        padding: 0;
    }

    .modal-dialog-custom .modal-body #popupImageCookie {
        position: absolute;
        left: 0%;
        right: 0%;
        text-align: center;
        color: #eee;
        position: absolute;
        text-align: center;
    }

.modal-dialog-custom .modal-content {
    border-radius: 20px;
}

    .modal-dialog-custom .modal-content img {
        border-radius: 20px !important;
    }

.modal-dialog .modal-content .close-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 999;
    background: #0646FF;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.modal-dialog-custom-bottom {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;
}

.modal-dialog-custom-center .modal-header {
    background: #021032;
    color: #fff;
}

.modal .btn-link-light-blue {
    color: #0646FF;
    padding-right: 40px;
    background-color: unset;
    background-image: url(/theme/img/icon/arrow-right-blue.svg);
    background-position: right 0px center;
    background-repeat: no-repeat;
    font-size: 18px;
}

    .modal .btn-link-light-blue:hover, modal .btn-link-light-blue:active {
        text-decoration: none;
    }

#popupCountriesModal a:hover {
    text-decoration: none;
}

/*** Modal end ***/
/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
}
/*** copyright end ***/


