.post,
.page {
    margin-bottom: 0;
}

.base-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
}

.base-header .wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
    align-items: center;
}

.base-header .wrap .logo-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.base-header .wrap .logo-wrap>a {
    display: flex;
    width: auto;
    flex-direction: column;
}

.base-header .wrap .logo-wrap>a img {
    max-width: unset;
    width: auto;
    max-height: 54px;
}

.base-header .wrap .action-button-wrap {
    display: flex;
    gap: 20px;
}

.base-header .wrap .action-button-wrap .callus-wrap {
    display: flex;
    gap: 6px;
    align-items: center;
}

.base-header .wrap .action-button-wrap .callus-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.base-header .wrap .action-button-wrap .callus-details p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
    letter-spacing: 0.84px;
    text-transform: uppercase;
    margin: 0;
}

.base-header .wrap .action-button-wrap .callus-details a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.4px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.base-header .wrap .action-button-wrap .contactus-wrap a {
    padding: 15px 25px;
    border-radius: 200px;
    background: #3FA9F5;
    border: 1px solid #3FA9F5;
    color: #FFF;
    text-align: center;
    /* Button */
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    display: block;
    transition: all ease-in-out 200ms;
    text-decoration: none;
}

.base-header .wrap .action-button-wrap .contactus-wrap a:hover {
    text-decoration: none;
    background: #0F2775;
    color: #fff;
    border-color: #0F2775;
}

.base-header .wrap .action-button-wrap .contactus-wrap a .mobile-text {
    display: none;
}

.base-header .wrap nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.base-header .wrap nav>ul {
    display: flex;
}

.base-header .wrap nav>ul .menu-item {
    margin: 0;
    position: relative;
}

.base-header .wrap nav ul .menu-item a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.16px;
    text-transform: capitalize;
    padding: 16px 12px;
    display: block;
    text-decoration: none;
}

.base-header .wrap nav>ul>.menu-item:hover>a {
    color: #0C55A5;
}

.base-header .wrap nav>ul>.menu-item-has-children:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%230382B7' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") !important;

}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a {
    color: #000;
}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item {
    border-bottom: 1px solid var(--Grey-Grey-200, #EAEAEA);
}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item:last-of-type {
    border-bottom: unset;
}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a:hover {

    background: #F2F2F2;
}

.base-header .wrap .menu-item-has-children {
    position: relative;
}

.base-header .wrap .menu>.menu-item-has-children::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%23808080' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 10px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease-in-out 200ms;
}

.base-header .wrap .menu>.menu-item-has-children:hover::after {
    rotate: 180deg;
}

.base-header .wrap .menu-item-has-children>ul {
    display: none;
    position: absolute;
    width: 247px;
    background: #fff;
    border: solid 1px #eaeaea;
    border-radius: 2px;
    left: -20px;
}

.base-header .wrap .menu-item-has-children:hover>ul {
    display: block;
}

.base-header .wrap .menu-item-has-children>ul li>ul {
    display: none;
    z-index: 1;
    width: 242px;
    left: unset;
    top: 0;
    right: -242px;
    background: transparent;
    padding-left: 5px;
    border: unset;
}

.base-header .wrap .menu-item-has-children>ul li:hover>ul {
    display: block;
}

.base-header .wrap .menu-item-has-children:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}

.base-header .wrap .menu-item-has-children:hover .dropdown-menu li a {
    padding: 8px 24px;
    text-align: left;
    border-bottom: solid 1px #eaeaea;
}

.base-header .wrap .dropdown-item:focus,
.base-header .wrap .dropdown-item:hover {
    background: #f2f2f2;
}

.base-header .wrap .dropdown-menu {
    right: 0;
    left: unset !important;
}

.base-header .wrap .menu-item-has-children:hover .dropdown-menu li:last-of-type a {
    border-bottom: unset;
}

.base-header .wrap .menu-item-has-children .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 2px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.77454 1.81641L4.73102 4.85993C4.54425 5.04669 4.24145 5.04669 4.05468 4.85993L1.01117 1.81641C0.824402 1.62965 0.824402 1.32684 1.01117 1.14007C1.19793 0.953309 1.50074 0.953309 1.6875 1.14007L4.39285 3.84542L7.0982 1.14007C7.28496 0.953309 7.58777 0.953309 7.77454 1.14007C7.9613 1.32684 7.9613 1.62965 7.77454 1.81641Z' fill='%23808080' stroke='%23808080' stroke-width='0.4'/%3E%3C/svg%3E");
    width: 9px;
    height: 6px;
    background-size: cover;
    border: unset;
}

.base-header .wrap .menu-item-has-children>ul>li.menu-item-has-children:hover>a {
    background: #f2f2f2;
}

.base-header .wrap .menu-item-has-children>ul>li.menu-item-has-children:hover ul li:hover>a {
    background: #B2D8E8;
}

.toogle-menu-mobile {
    display: none;
    border: none;
    padding: 0;
    background: unset;
    outline: none !important;
    width: 100%;
    max-width: 32px;
    height: 32px;
    /* display: flex; */
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.toogle-menu-mobile svg {
    width: 100%;
    height: 100%;
    display: block;
}


/* Responsive Area */
@media screen and (max-width: 1266px) {
    .base-header .wrap .menu>.menu-item-has-children:hover::after {
        rotate: unset;
    }

    .base-header .wrap .menu>.menu-item-has-children.show::after {
        rotate: 0deg;
    }

    .base-header .wrap .menu>.menu-item-has-children.show>ul>li.menu-item-has-children {
        background: #f1f1f1;
    }

    .base-header .wrap .menu .menu-item-has-children>a {
        max-width: 66%;
        padding-right: 0 !important;
    }

    .base-header .menu-item-has-children.show>ul {
        display: none !important;
    }

    .base-header .wrap .action-button-wrap .callus-details,
    .base-header .wrap .action-button-wrap .contactus-wrap {
        display: none;
    }

    .base-header .wrap .menu-item-has-children:hover .dropdown-menu li a {
        text-align: center;
    }

    .toogle-menu-mobile {
        display: flex;
    }

    /* .toogle-menu-mobile svg {
        height: 74px;
        width: 74px;
    } */

    .base-header .wrap {
        padding: 10px 16px;
    }

    .base-header .wrap .columns {
        display: none;
    }

    .base-header .wrap nav ul .menu-item a {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #002256;
        text-transform: capitalize;
        padding: 12px 20px;
    }

    .base-header .wrap nav ul .menu-item a:active {
        background: #CDDEF0 !important;
    }

    .base-header .wrap .columns.active-menu {
        display: block;
        position: absolute;
        right: 0;
        top: 83px;
        z-index: 99;
        background: #fff;
        width: 400px;
        height: calc(100vh - 79px);
        overflow: scroll;
    }

    .base-header .wrap .columns.active-menu nav>ul {
        flex-direction: column;
    }

    .base-header .wrap .columns.active-menu nav>ul>.menu-item {
        padding: 0;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item {
        border-bottom: solid 1px #EAEAEA;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-type-custom>a {
        padding: 12px 24px;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-type-custom a {
        position: relative;
        background: #F1F1F1;
    }

    .base-header .wrap .columns.active-menu .menu-item-has-children .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 19px;
        height: 12px;
        transition: all ease-in-out 200ms;
    }

    .base-header .wrap .menu>.menu-item-has-children ul li.menu-item-has-children::after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%2385695C' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
        width: 10px;
        height: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all ease-in-out 200ms;
    }

    .base-header .wrap .columns.active-menu .menu-item-has-children.show .dropdown-toggle::after,
    .base-header .wrap .menu>.menu-item-has-children ul li.menu-item-has-children.show-child::after {
        rotate: 180deg;
    }

    .base-header .menu-item-has-children>ul {
        display: none !important;
    }

    .base-header .wrap .menu-item-has-children:hover .dropdown-menu {
        display: none !important;
    }

    .base-header .wrap .menu-item-has-children.show>ul.sub-menu {
        display: block !important;
        position: relative !important;
        transform: unset !important;
        width: 100% !important;
        border: unset !important;
        padding: 0 !important;
        left: 0 !important;
    }

    .base-header .menu-item-has-children.show>ul li a {
        text-align: left !important;
        padding: 16px 40px !important;
    }

    .base-header .menu-item-has-children>ul li a {
        background: #f1f1f1 !important;
    }

    .base-header .wrap .menu>.menu-item-has-children::after,
    .base-header .wrap .menu>.menu-item-has-children ul li.menu-item-has-children::after {
        width: 14px;
        height: 11px;
        right: 24px;
        margin: unset;
        top: 24px;
        background-image: url("data: image/svg+xml, %3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%201L7%207L1%201%22%20stroke%3D%22%23808080%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");

    }

    header .wrap .menu-item-has-children>ul li.show-child>ul {
        display: block !important;
        position: unset;
        width: 100%;
        background: transparent;
        padding-left: 0;
        border: unset;
        border-top: solid 1px #d9d9d9;
    }

    header .wrap .menu-item-has-children>ul li.show-child>ul li a {
        padding: 16px 60px !important;
        background: #EAEAEA !important;
    }

    header .wrap .menu-item-has-children>ul li.show-child>ul li a:active {
        background: #EAF4FB !important;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-has-children.show {
        background: #0F2775;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-has-children.show>a {
        color: #fff;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-has-children.show>a {
        background: transparent;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-has-children.show:after {
        background-image: url("data: image/svg+xml, %3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%207L7%201L1%207%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-has-children.show .sub-menu li a {
        background: #F4F4F4 !important;
    }
}

.base-header .wrap .logo-wrap {
    margin-right: auto;
}

@media screen and (max-width: 1266px) {

    /* .base-header .wrap .logo-wrap>a {
        width: 146px;
    } */
    .base-header .wrap .logo-wrap>a img {
        max-height: 32px;
    }
}

@media screen and (max-width: 767px) {

    .base-header .wrap .logo-wrap>a {
        max-width: 146px;
    }

    .base-header .wrap .columns.active-menu {
        width: 100%;
        height: calc(100vh - 100px);
        overflow: scroll;
        top: 100px;
    }

    /* .toogle-menu-mobile svg {
        height: 54px;
        width: 54px;
    } */

    .base-header .wrap .logo-wrap {
        gap: 6px;
    }
}

.pulse {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #3FA9F5;
    margin: 0 13px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(63, 169, 245, 1);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media screen and (max-width: 767px) {
    .pulse {
        margin: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(63, 169, 245, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(63, 169, 245, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(63, 169, 245, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(63, 169, 245, 1);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(63, 169, 245, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(63, 169, 245, 0);
    }
}

@media (max-width: 1266px) {
    .base-header .wrap .action-button-wrap .contactus-wrap {
        display: initial;
        white-space: nowrap;
    }

    .base-header .wrap .action-button-wrap .contactus-wrap a {
        padding: 8.377px 15.464px;
        font-size: 10.926px;
        line-height: 15.296px;
    }

    .pulse {
        margin: 0;
        width: 26px;
        height: 26px;
    }

    .base-header .wrap .action-button-wrap {
        gap: 6px;
        align-items: center;
    }
}

.scroll-logo {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 70px;
}

.scroll-logo .scroll-logo-container {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    transition: transform 1s ease-in-out;
}

.scroll-logo .scroll-logo-container img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 767px) {
    .scroll-logo {
        width: 116px;
        height: 28px;
    }
}

.base-header .top-bar {
    display: flex;
    flex-flow: column nowrap;
    padding: 12px 20px;
    background: #F1F1F1;
    align-items: center;
}

.base-header .top-bar .top-bar-wrap {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}

.base-header .top-bar .top-bar-wrap .top-bar-left {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: flex-end;
}

.base-header .top-bar .top-bar-wrap .top-bar-left .topbar-link {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    align-items: center;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.base-header .top-bar .top-bar-wrap .top-bar-left .topbar-link .icon {
    width: 18px;
    height: 18px;
}

.base-header .top-bar .top-bar-wrap .top-bar-left .topbar-link .icon svg {
    width: 100%;
    height: 100%;
}

.header-trans.mobile-wpml {
    display: none;
}

@media (max-width: 767px) {
    .base-header .top-bar {
        padding: 9px 20px;
    }

    .base-header .top-bar .top-bar-wrap {
        align-items: center;
    }

    .base-header .top-bar .top-bar-wrap .top-bar-left {
        justify-content: center;
        gap: 5px;
    }

    .base-header .top-bar .top-bar-wrap .top-bar-left .topbar-link {
        font-size: 12px;
        line-height: 12px
    }

    .base-header .top-bar .top-bar-wrap .top-bar-left .topbar-link .icon {
        width: 12px;
        height: 12px;
    }

    .base-header .wrap .action-button-wrap .contactus-wrap a .mobile-text {
        display: block;
    }

    .base-header .wrap .action-button-wrap .contactus-wrap a .desktop-text {
        display: none;
    }

    .header-trans.mobile-wpml {
        display: block;
    }

    .header-trans.desktop-wpml {
        display: none;
    }
}

@media (min-width: 1267px) {
    .base-header .wrap nav>ul>.menu-item.menu-item-has-children>a {
        padding-right: 30px;
    }

    .base-header .wrap nav>ul>.menu-item.menu-item-has-children:after {
        right: 10px;
    }
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none !important;
}

@media (min-width: 1267px) {
    .base-header .wrap nav>ul .menu-item.two-columns .sub-menu {
        width: 880px;
        padding: 40px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 109px;
        z-index: 99;
    }

    .base-header .wrap nav>ul .menu-item.two-columns:hover .sub-menu {
        background: #FFFFFF;
        display: flex;
        flex-flow: row wrap;
    }

    .base-header .wrap nav>ul .menu-item.two-columns .sub-menu li {
        width: 100%;
        max-width: 50%;
        border: 0;
    }

    .base-header .wrap nav>ul .menu-item.two-columns .sub-menu li a {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 14px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        color: #000;
    }
}

.wpml-language-switcher {
    position: relative;
    cursor: pointer;
}

.current-language {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: solid 1px #E4E4E4;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 8%);
    min-width: 103px;
}

.current-language span,
.language-dropdown span {
    font-family: Roboto;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
}

.current-language img,
.language-dropdown a img {
    width: 20px;
    height: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}

.current-language svg {
    transition: transform 0.3s ease;
}

.current-language.active svg {
    transform: rotate(180deg);
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 103px;
    display: none;
    z-index: 999;
}

.language-dropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s;
}

.language-dropdown a:hover {
    background: #f5f5f5;
}

@media screen and (max-width: 767px) {
    .current-language {
        min-width: unset;
        gap: 2px;
        padding: 4px;
    }

    .language-dropdown {
        min-width: 49px;
    }

    .language-dropdown a {

        padding: 4px;
    }

    .wpml-language-switcher {
        margin-right: 2px;
    }
}



















.base-header .wrap.enforce-mobile .menu>.menu-item-has-children:hover::after {
    rotate: unset;
}

.base-header .wrap.enforce-mobile .menu>.menu-item-has-children.show::after {
    rotate: 0deg;
}

.base-header .wrap.enforce-mobile .menu>.menu-item-has-children.show>ul>li.menu-item-has-children {
    background: #f1f1f1;
}

.base-header .wrap.enforce-mobile .menu .menu-item-has-children>a {
    max-width: 66%;
    padding-right: 0 !important;
}

.base-header.enforce-mobile .menu-item-has-children.show>ul {
    display: none !important;
}

/* .base-header .wrap.enforce-mobile .action-button-wrap .callus-details,
.base-header .wrap.enforce-mobile .action-button-wrap .contactus-wrap {
    display: none;
} */

.base-header .wrap.enforce-mobile .menu-item-has-children:hover .dropdown-menu li a {
    text-align: center;
}

.base-header .wrap.enforce-mobile .logo-wrap>a img {
    max-height: 54px;
}

.wrap.enforce-mobile .toogle-menu-mobile {
    display: flex;
    height: 46px;
}

.wrap.enforce-mobile .toogle-menu-mobile svg {
    height: 100%;
    width: auto;
}

/* .toogle-menu-mobile svg {
    height: 74px;
    width: 74px;
} */

.base-header .wrap.enforce-mobile {
    padding: 14px 20px;
    position: relative;
    max-width: 100%;
}

.base-header .wrap.enforce-mobile .columns {
    display: none;
}

.base-header .wrap.enforce-mobile nav ul .menu-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
    padding: 12px 20px;
}

.base-header .wrap.enforce-mobile nav ul .menu-item a:active {
    background: #CDDEF0 !important;
}

.base-header .wrap.enforce-mobile .columns.active-menu {
    display: block;
    position: absolute;
    right: 0px;
    top: 82px;
    z-index: 99;
    background: #fff;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 400px;
    overflow: auto;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav>ul {
    flex-direction: column;
    padding: 0 40px 40px;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav>ul>.menu-item {
    padding: 0;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item {
    border-bottom: solid 1px #d9d9d9;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item-type-custom>a {
    padding: 16px 20px;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item-type-custom a {
    position: relative;
}

.base-header .wrap.enforce-mobile .columns.active-menu .menu-item-has-children .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 19px;
    height: 12px;
    transition: all ease-in-out 200ms;
}

.base-header .wrap.enforce-mobile .menu>.menu-item-has-children ul li.menu-item-has-children::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%2385695C' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 10px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease-in-out 200ms;
}

.base-header .wrap.enforce-mobile .columns.active-menu .menu-item-has-children.show .dropdown-toggle::after,
.base-header .wrap.enforce-mobile .menu>.menu-item-has-children ul li.menu-item-has-children.show-child::after {
    rotate: 180deg;
}

.base-header .wrap.enforce-mobile .menu-item-has-children>ul {
    display: none !important;
}

.base-header .wrap.enforce-mobile .menu-item-has-children:hover .dropdown-menu {
    display: none !important;
}

.base-header .wrap.enforce-mobile .menu-item-has-children.show>ul.sub-menu {
    display: block !important;
    position: relative !important;
    transform: unset !important;
    width: 100% !important;
    border: unset !important;
    padding: 0 !important;
    left: 0 !important;
    top: unset;
}

.base-header .wrap.enforce-mobile nav>ul .menu-item.two-columns .sub-menu li {
    max-width: 100%;
}

.base-header .wrap.enforce-mobile .menu-item-has-children.show>ul li a {
    text-align: left !important;
    padding: 16px 40px !important;
}

.base-header .wrap.enforce-mobile .menu-item-has-children>ul li a {
    background: #f1f1f1 !important;
}

.base-header .wrap.enforce-mobile .menu>.menu-item-has-children::after,
.base-header .wrap.enforce-mobile .menu>.menu-item-has-children ul li.menu-item-has-children::after {
    width: 14px;
    height: 11px;
    right: 24px;
    margin: unset;
    top: 24px;
    background-image: url("data: image/svg+xml, %3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%201L7%207L1%201%22%20stroke%3D%22%23808080%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
}

header .wrap.enforce-mobile .menu-item-has-children>ul li.show-child>ul {
    display: block !important;
    position: unset;
    width: 100%;
    background: transparent;
    padding-left: 0;
    border: unset;
    border-top: solid 1px #d9d9d9;
}

header .wrap.enforce-mobile .menu-item-has-children>ul li.show-child>ul li a {
    padding: 16px 60px !important;
    background: #EAEAEA !important;
}

header .wrap.enforce-mobile .menu-item-has-children>ul li.show-child>ul li a:active {
    background: #EAF4FB !important;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item-has-children.show {
    background: #0F2775;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item-has-children.show>a {
    color: #fff;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item-has-children.show>a {
    background: transparent;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item-has-children.show:after {
    background-image: url("data: image/svg+xml, %3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%207L7%201L1%207%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
}

.base-header .wrap.enforce-mobile .columns.active-menu nav ul .menu-item-has-children.show .sub-menu li a {
    background: #F4F4F4 !important;
}

.base-header .wrap.enforce-mobile .action-button-wrap .contactus-wrap {
    display: initial;
    white-space: nowrap;
}

/* .base-header .wrap.enforce-mobile  .action-button-wrap .contactus-wrap a {
    padding: 8.377px 15.464px;
    font-size: 10.926px;
    line-height: 15.296px;
} */

.base-header .wrap.enforce-mobile .action-button-wrap {
    gap: 24px;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
}

/* .base-header .wrap.enforce-mobile  .pulse {
  margin: 0;
  width: 26px;
  height: 26px;
} */

.otgs-development-site-front-end {
    display: none;
}

@media (min-width: 1267px) {
    .base-header .wrap nav>ul {
        gap: clamp(20px, calc(1.25rem + ((1vw - 4.8px) * 3.5)), 48px);
    }

    .base-header .wrap nav>ul>.menu-item {
        min-width: 82px;
        max-width: 96px;
        padding: 0;
    }

    .base-header .wrap nav ul .menu-item a {
        padding: 0;
        color: #002A68;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 128.571% */
        text-transform: capitalize;
    }
}

.base-header .wrap .action-button-wrap .search-wrapper {
    position: relative;
    min-width: 112px;
}

.base-header .wrap .action-button-wrap .search-wrapper #search-box {
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    border: 1px solid #168BD8;
}

.base-header .wrap .action-button-wrap .search-wrapper #search-box {
    width: auto;
    position: relative;
    right: 0;
    background: #fff;
    justify-content: flex-end;
}

.base-header .wrap .action-button-wrap .search-wrapper #search-box:has(input:focus) {
    width: 680px;
    position: absolute;
    right: 0;
}

.base-header .wrap .action-button-wrap .search-wrapper #search-box input {
    outline: none;
    padding: 12px 24px 12px 16px;
    border: 0;
    background: #FFF;
    color: #9A9A9A;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 112px;
}

.base-header .wrap .action-button-wrap .search-wrapper #search-box input:focus,
.base-header .wrap .action-button-wrap .search-wrapper #search-box input:not(:placeholder-shown) {
    width: 100%;
}

.base-header .wrap .action-button-wrap .search-wrapper #search-box .search-icon-wrapper {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    background: #168BD8;
    border: 0;
}

.base-header .top-bar .top-bar-wrap .top-bar-left .menu-top-menu-container {
    display: flex;
    align-items: center;
}

.base-header .top-bar .top-bar-wrap .top-bar-left .menu-top-menu-container .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: clamp(20px, calc(1.25rem + ((1vw - 4.8px) * 1.5)), 32px);
}

.base-header .top-bar .top-bar-wrap .top-bar-left .menu-top-menu-container .menu li a {
    color: #002A68;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    text-transform: capitalize;
    text-decoration: none;
}

#gt_float_wrapper .gt_float_switcher {
    box-shadow: none;
    background: transparent;
    position: relative;
    overflow: visible;
}

#gt_float_wrapper .gt_float_switcher .gt-selected {
    background: transparent;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
    color: #002A68;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    text-transform: uppercase;
    text-decoration: none;
}

#gt_float_wrapper .gt_float_switcher img {
    width: 16px;
}

#gt_float_wrapper .gt_float_switcher .gt_options {
    position: absolute;
    top: 100%;
    left: unset;
    right: 0;
    background: #fff;
}

#gt_float_wrapper .gt_float_switcher .gt_options a {
    color: #002A68;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    text-transform: uppercase;
    text-decoration: none;
}

#gt_float_wrapper .gt_float_switcher .gt_options a:hover {
    background: #168BD8;
    color: #fff;
}

@media (min-width: 1267px) {
    .base-header .wrap .columns .header-center .menu-top-menu-container {
        display: none;
    }
}

@media (max-width: 1266px) {
    .base-header .wrap .action-button-wrap .search-wrapper #search-box input {
        padding: 8px 16px;
        font-size: 10.5px;
        line-height: 15.75px
    }

    .base-header .wrap .action-button-wrap .search-wrapper #search-box .search-icon-wrapper {
        max-width: 32px;
        height: 32px;
        padding: 0;
    }

    .base-header .wrap .action-button-wrap .search-wrapper #search-box .search-icon-wrapper .icon {
        width: 10px;
    }

    .base-header .wrap .action-button-wrap .search-wrapper #search-box .search-icon-wrapper .icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }
}

@media (max-width: 767px) {
    .base-header .top-bar .top-bar-wrap .top-bar-left .menu-top-menu-container {
        display: none;
    }

    .base-header .top-bar .top-bar-wrap {
        align-items: flex-end;
    }

    .base-header .wrap .action-button-wrap .search-wrapper #search-box input {
        width: 65px;
    }
}

.base-header .wrap .columns .header-center .sge-mega-menu-container {
    height: 100%;
}

.base-header .wrap .columns .header-center .sge-mega-menu-container .sge-mega-menu-mobile-trigger,
.base-header .wrap .columns .header-center .top-bar-trigger-mobile {
    color: #002256;
    font-family: Spectral;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    vertical-align: middle;
    padding: 12px 24px;
    display: none;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: solid 1px #EAEAEA;
}

.base-header .wrap .columns .header-center .sge-mega-menu-container .sge-mega-menu-mobile-trigger span,
.base-header .wrap .columns .header-center .top-bar-trigger-mobile span {
    display: flex;
    transition: all ease 200ms;
}

.base-header .wrap .columns .header-center .sge-mega-menu-container .sge-mega-menu-mobile-trigger.active span,
.base-header .wrap .columns .header-center .top-bar-trigger-mobile.active span {
    transform: rotate(180deg);
}

.base-header .wrap .columns .header-center .sge-mega-menu {
    display: flex;
    flex-flow: row nowrap;
    gap: clamp(20px, calc(1.25rem + ((1vw - 4.8px) * 3.5)), 48px);
    align-items: center;
}

.base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item {
    padding-left: 16px;
    min-width: 82px;
    max-width: 104px;
    display: flex;
    cursor: pointer;
    border-left: 2px solid transparent;
}

.base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-title {
    color: #002256;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    text-transform: capitalize;
}

@media (min-width: 1267px) {
    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-title .icon {
        display: none;
    }
}

@media (max-width: 1266px) {

    .base-header .wrap .columns .header-center .sge-mega-menu-container .sge-mega-menu-mobile-trigger,
    .base-header .wrap .columns .header-center .top-bar-trigger-mobile {
        display: flex;
    }

    .base-header .wrap nav>ul {
        display: none;
    }

    .base-header .wrap nav.active>ul {
        display: flex;
    }

}

.base-header .wrap .columns .sge-mega-menu-item-links {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #F1F1F1;
    z-index: 1000;
    /* flex-flow: column nowrap; */
    overflow: scroll;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s ease-in-out;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap {
    width: 100%;
    max-width: 1360px;
    min-width: 1360px;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .sge-mega-menu-item {
    padding: 0 40px;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description {
    width: 100%;
    max-width: 25%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    align-items: start !important;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description h2 {
    margin: 0;
    color: #002A68;

    /* H3 */
    font-family: Spectral;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    /* 127.778% */
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description .description {
    margin: 0;
    color: #404040;

    /* Par 16 */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description .description :first-child {
    margin-top: 0;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description .description :last-child {
    margin-bottom: 0;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
    width: 100%;
    max-width: 25%;
    padding-left: 40px !important;
    align-items: start !important;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .two-columns-menu h4,
.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu h4 {
    margin: 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu .custom-menu-container .custom-menu {
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 16px;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu .custom-menu-container .custom-menu li a {
    color: #404040;

    /* Par 16 */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu.no-title .custom-menu-container .custom-menu li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    display: block;
    color: #000000;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu.no-title .custom-menu-container .custom-menu li a::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 18L16.5 14L11.5 10' stroke='%237C7C7C' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .two-columns-menu .custom-menu-container .custom-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-column-count: 2;
    column-count: 2;
    gap: 16px;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .two-columns-menu .custom-menu-container .custom-menu li {
    margin-bottom: 16px;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .two-columns-menu .custom-menu-container .custom-menu li a {
    color: #404040;

    /* Par 16 */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description {
    width: 100%;
    max-width: 25%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    padding-left: 40px !important;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description .image {
    width: 100%;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description .image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description .description {
    color: #404040;

    /* Par 16 */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description .description :first-child {
    margin-top: 0;
}

.base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description .description :last-child {
    margin-bottom: 0;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu {
    width: 100%;
    max-width: 25%;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
    padding-left: 40px;
    align-items: start;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .content {
    color: #404040;

    /* Par 16 */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .content :first-child {
    margin-top: 0;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .content :last-child {
    margin-bottom: 0;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper {
    width: 100%;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid #C7C7C7;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box input {
    width: 100%;
    padding: 12px 20px;
    background: #FFF;
    border: 0;
    color: #9A9A9A;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box .search-icon-wrapper {
    width: 100%;
    max-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAFC7B;
    border: 0;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box .search-icon-wrapper .icon {
    width: 16px;
    height: 16px;
    display: flex;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box .search-icon-wrapper .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box .search-icon-wrapper .icon svg path {
    stroke: #000;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .custom-menu-container .custom-menu {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 0;
    padding-left: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .custom-menu-container .custom-menu li a {
    color: #000;

    /* H6 */
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    text-decoration: none;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
    align-items: start;
    padding-left: 40px;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu h4 {
    margin: 0;
    color: #000;

    /* H6 */
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu .custom-menu-container .custom-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    row-gap: 16px;
}

@media (min-width: 1267px) {
    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu .custom-menu-container .custom-menu {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-rule: 1px double #C7C7C7;
        column-rule: 1px double #C7C7C7;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu .custom-menu-container .custom-menu li {
    margin-bottom: 16px;
}

.base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu .custom-menu-container .custom-menu li a {
    color: #58585A;

    /* Par 16 */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
}

@media (min-width: 1267px) {
    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .sge-mega-menu-item+.sge-mega-menu-item {
        border-left: 1px solid #C7C7C7;
    }
}

@media (max-width: 1266px) {
    .base-header .wrap .columns .header-center .sge-mega-menu {
        display: none;
        flex-flow: column nowrap;
        gap: 1px;
        background: #EAEAEA;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu.active {
        display: flex;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item {
        width: 100%;
        min-width: unset;
        max-width: unset !important;
        padding: 0;
        flex-flow: column nowrap;
        border: unset;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-title {
        width: 100%;
        padding: 12px 24px;
        background: #F1F1F1;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap {
        min-width: unset;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-title>span {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        color: #002256;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 133.333% */
        text-transform: capitalize;
        /* padding-left: 10px; */
        border-left: 2px solid transparent;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-title>span span.icon {
        display: flex;
    }

    /* .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap {
      padding: 12px 0;
    } */
    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-links {
        position: relative;
        top: unset !important;
        padding: 0;
        box-shadow: none;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description h2 {
        display: none;
    }

    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description {
        padding: 0 24px;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu .custom-menu-container {
        width: 100%;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu .custom-menu-container .custom-menu li {
        border-bottom: solid 1px #EAEAEA;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu .custom-menu-container .custom-menu li>a {
        padding: 12px 24px 12px 40px;
        display: block;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu .custom-menu-container .custom-menu li a,
    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu .custom-menu-container .custom-menu li a,
    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-title.active>span,
    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .custom-menu-container .custom-menu li a {
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        color: #002256 !important;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .title-description .description,
    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description .description,
    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .content {
        font-size: 12px;
        line-height: 20px;
    }

    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box input {
        font-size: 10px;
        line-height: 16px;
        padding: 8px 20px;
    }

    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu .search-wrapper #search-menu-box .search-icon-wrapper {
        max-width: 32px;
        height: 32px;
        background: #168BD8;
        border-radius: 0;
    }

    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu h4 {
        color: #002256;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu.no-title .custom-menu-container .custom-menu li a::after,
    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu h4 {
        display: none;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu .custom-menu-container .custom-menu {
        gap: 0px;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .image-description,
    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .text-search-menu,
    .base-header .wrap .columns .sge-mega-menu-item .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .three-columns-menu {
        padding: 12px 24px;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu h4 {
        padding: 0 24px;
    }

    .base-header .wrap .columns .sge-mega-menu-item-links .sge-mega-menu-item-links-wrap .one-column-menu {
        gap: 12px;
        padding: 0;
        padding-left: 0 !important;
    }

    /*     .third-level-menu {
      display: none;
    } */
}


.third-level-menu {
    background: #0E182C;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 10%);
}

.third-level-menu .third-level-inner-wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    align-items: center;
    justify-content: space-between;
}

.third-level-menu .third-level-inner-wrap nav>ul {
    display: flex;
}

.third-level-menu .third-level-inner-wrap nav>ul>li>a {
    padding: 24px 16px;
    position: relative;
}

.third-level-menu .third-level-inner-wrap nav>ul>li.menu-item-has-children>a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L4.5 5L1 1' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 9px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
}

.third-level-menu .third-level-inner-wrap nav>ul>li a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 6px;
    align-items: center;
}

.third-level-menu .third-level-inner-wrap nav>ul>li:hover>a {
    background: #002A68;
}

.third-level-menu .third-level-inner-wrap nav>ul li>ul {
    display: none;
    position: absolute;
}

.third-level-menu .third-level-inner-wrap nav>ul li>ul li>a {
    padding: 16px;
    background: #002A68;
    min-width: 215px;
    width: 100%;
    max-width: 225px;
}


.third-level-menu .third-level-inner-wrap nav>ul>li.menu-item-has-children:hover>ul {
    display: block;
}

.third-level-menu .third-level-inner-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 1267px) {
    .base-header .wrap {
        align-items: stretch;
    }

    .base-header .wrap .columns {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .base-header .wrap .columns .header-center {
        height: 100%;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu {
        height: 100%;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item {
        padding-left: 0;
        height: 100%;
        align-items: center;
    }

    .base-header .wrap .columns .header-center .sge-mega-menu .sge-mega-menu-item .sge-mega-menu-item-title {
        padding-left: 16px;
        border-left: 2px solid transparent;
    }
}



/* Second Level Navigation Menu */
.base-header .wrap .columns .header-center .second-level-navigation-menu {
    display: none;
}

.second-level-navigation-menu {
    background: #0E182C;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 10%);
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 136px;
}

.second-level-navigation-menu .second-level-navigation-inner {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    align-items: center;
    justify-content: space-between;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-nav-title h2 {
    font-family: Spectral;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #91CDE4;
    margin: 0;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-nav-links {
    min-width: 1090px;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul {
    display: flex;
    justify-content: flex-end;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li>a {
    padding: 24px 16px;
    position: relative;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li.menu-item-has-children>a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L4.5 5L1 1' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 9px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 6px;
    align-items: center;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li:hover>a {
    background: #002A68;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul li>ul {
    display: none;
    position: absolute;
}

.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul li>ul li>a {
    padding: 16px;
    background: #002A68;
    min-width: 215px;
    width: 100%;
    max-width: 225px;
}


.second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li.menu-item-has-children:hover>ul {
    display: block;
}

.second-level-navigation-menu .second-level-navigation-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1309px) {

    /* .second-level-navigation-menu:before {
	content: '';
	position: absolute;
  width: 25px;
  height: 100%;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(255 255 255));
  z-index: 1;
  opacity: 1;
  transition: all ease 200ms;
}

.second-level-navigation-menu:after {
	content: '';
	position: absolute;
  width: 25px;
  top: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(255 255 255));
  z-index: 1;
  opacity: 1;
  transition: all ease 200ms;
} */
    .second-level-navigation-menu.no-after:after {
        opacity: 0;
    }

    .second-level-navigation-menu.no-before:before {
        opacity: 0;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li.menu-item-has-children:hover>ul {
        width: 100%;
        left: 0;
        z-index: 2;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul li>ul li>a {
        max-width: 100%;
    }
}

@media screen and (max-width: 1266px) {
    .second-level-navigation-menu {
        display: none;
    }

    .base-header .wrap .columns .header-center .second-level-navigation-menu {
        display: block;
        background: #fff;
        box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
    }

    .second-level-navigation-menu .second-level-navigation-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-nav-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 12px 24px;
        align-items: center;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-nav-title h2 {
        color: #002256;
        font-size: 20px;
        line-height: 28px;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-nav-title span {
        display: flex;
        transition: all ease 200ms;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-nav-title.active span {
        rotate: 180deg;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-nav-links {
        display: none;
        min-width: unset;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-nav-links.active {
        display: block;
        width: 100%;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul {
        flex-direction: column;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li a {
        padding: 12px 24px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        border-bottom: solid 1px #e9e9e9;
        color: #002256;
        justify-content: space-between;
        background: #F1F1F1 !important;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li.menu-item-has-children>a::after {
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10L13 16L7 10' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 26px;
        height: 26px;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li.menu-item-has-children>ul {
        width: 100%;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul>li.menu-item-has-children.active>ul {
        display: flex !important;
        flex-direction: column;
        position: unset;
    }

    .second-level-navigation-menu .second-level-navigation-inner .second-level-link-container>ul li>ul li>a {
        max-width: 100%;
        padding: 12px 40px;
        background: #F4F4F4 !important;
    }
}

/* Second Level Navigation Menu End*/


@media (min-width: 1280px) {

    .base-header .wrap .columns .header-center .menu-menu-1-container,
    .base-header .wrap .columns .header-center .menu-menu-1-container .menu {
        height: 100%;
    }

    .base-header .wrap .columns .header-center .menu-menu-1-container>.menu>.menu-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}