.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%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 100px;
    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: 70px;
}

.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: 'lato', 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: 'lato', 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: #950304;
    border: 1px solid #950304;
    color: #FFF;
    text-align: center;
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    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: #041C4C;
    color: #fff;
    border-color: #041C4C;
}

.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: #58585A;
    font-family: lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    padding: 10px;
    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>ul>li {
    border: solid 1px #eaeaea;
}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>ul>li:not(:first-child) {
    border-top: unset;
}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>ul>li:last-child {
    border-bottom: solid 1px #eaeaea;
}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a {
    color: #000;
    background: #fff;
}
.base-header .wrap nav ul .menu-item-has-children > ul > .menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}

.base-header .wrap nav ul .menu-item-has-children > ul > .menu-item.menu-item-has-children > a svg {
    width: 13px;
    height: 14px;
}

.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.top-display > ul {
	top: unset;
	bottom: 0;
}
.base-header .wrap .menu-item-has-children>ul li:hover>ul {
    display: block;
}

.base-header .wrap .menu-item-has-children>ul li.display-up:hover>ul {
  bottom: 0;
  top: unset;
}

.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;
    margin-bottom: -1px;
    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 {
    width: 100%;
    height: 100%;
}





/* 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;
    }

    .base-header .wrap nav ul .menu-item-has-children > ul > .menu-item.menu-item-has-children > a svg {
      display: none;
    }

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

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

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

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

    .base-header .wrap 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 nav ul .menu-item a:active {
        background: #CDDEF0 !important;
    }

    .base-header .wrap .columns.active-menu {
        display: block;
        position: absolute;
        right: 0;
        top: 58px;
        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 #d9d9d9;
    }

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

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

    .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: 42px;
    }
}

@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 - 60px);
        overflow: scroll;
        top: 92px;
    }

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

.pulse {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #950304;
    margin: 0 13px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 #950304;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #950304;
    }

    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 #950304;
    }

    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: 32px;
        height: 32px;
    }

    .base-header .wrap .action-button-wrap {
        gap: 4px;
        align-items: center;
    }
}
@media (max-width: 1023px) {
  .pulse {
      margin: 0;
      margin-right: 7px;
  }
}
.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: 10px 20px;
    background: #041C4C;
    align-items: center;
}

.base-header .top-bar .top-bar-wrap {
    width: 100%;
    max-width: calc(1440px - 200px);
    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: 25px;
  justify-content: flex-end;
}

.base-header .top-bar .top-bar-wrap .top-bar-left .social-icons {
  display: flex;
  gap: 8px
}

.base-header .top-bar .top-bar-wrap .top-bar-left .search-translate-wrapper {
  display: flex;
  gap: 25px;
}
.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: 'Lato', 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%;
}

@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;
        gap: 3px
    }

    .base-header .top-bar .top-bar-wrap .top-bar-left .topbar-link .icon {
      width: 14px;
      height: 14px;;
    }
    .base-header .top-bar .top-bar-wrap .top-bar-left .search-translate-wrapper {
      gap:15px;
    }
}

@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;
    }
}

.gtranslate_wrapper #gt_float_wrapper {
    position: relative;
    display: flex;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 160% */
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #1C3360;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options {
  position: absolute;
  background: #1C3360;
  width: 100%;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
    transform: translate(0, -1px);
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a {
    padding: 6px;
    color: #fff;
}

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

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected {
  padding:3px 7px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #1C3360;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
    width: 16px;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
    width: 16px;
    height: 16px;
    background-image: url('data: image/svg+xml, %3Csvg%20width%3D%2217%22%20height%3D%2216%22%20viewBox%3D%220%200%2017%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5812%206.25L8.08118%209.75L4.58118%206.25L11.5812%206.25Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-size: contain;
    transform: rotate(0);
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg);
}

@media (max-width: 1279px) {
  .base-header .wrap {
    padding: 14px 20px;
  }
    .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
      width: 16px;
      height: 16px;
      background-position: center;
      background-size: contain;
    }
}

@media (max-width: 1279px) {

    .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options {
        min-width: 42px;
    }
}

@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%);
    }

    .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: 'Lato', sans-serif;
        color: #000;
    }
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: 0 !important;
    color: #fff;
}

@media screen and (max-width: 767px) {
  .base-header .top-bar .top-bar-wrap .top-bar-left {
    justify-content: space-between;
    width: 100%;
  }
  .base-header .wrap {
    padding: 8px 20px;
}
}