/* Import Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
}

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

header * {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

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

.base-header .wrap {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 50px;
  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;
  white-space: nowrap;
}

.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: #fff;
  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: #fff;
  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;
  text-underline-offset: 4px;
}

.base-header .wrap .action-button-wrap .contactus-wrap a {
  padding: 15px 25px;
  border-radius: 200px;
  background: #fff;
  border: 1px solid #fff;
  color: #235289;
  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: #CA5B61;
  color: #fff;
  border-color: #CA5B61;
}

.base-header .wrap .action-button-wrap .contactus-wrap a:active {
  text-decoration: none;
  background: #fff;
  color: #235289;
  border-color: #fff;
  opacity: .75;
}

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

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

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

.base-header .wrap nav ul .menu-item a {
  color: #FFFFFF;
  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-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;
  padding: 8px 0;
}

.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 .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='%23fff' 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;
  padding: 8px 16px;
  border-radius: 8px;
}


.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%;
}

.base-header .wrap .columns .header-center .mobile-logo,
.base-header .top-bar .top-bar-wrap .top-bar-left .top-bar-call-us,
.base-header .search-translate-wrapper.mobile-search-translate-wrapper {
  display: none;
}



/* 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: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #235289;
    width: 335px;
    height: 100vh;
    overflow: scroll;
    transition: all ease-in-out 200ms;
    opacity: 0;
    transform: translateX(335px);
  }

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

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

  .base-header .wrap .columns.active-menu {
    transform: translateX(0);
    opacity: 1;
  }

  .base-header .wrap .columns .header-center .mobile-logo {
    padding: 15px 20px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #315e93;
  }

  .base-header .wrap .columns .header-center .mobile-logo img {
    width: 131px;
  }

  .base-header .top-bar .top-bar-wrap .top-bar-left .top-bar-call-us {
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .base-header .top-bar .top-bar-wrap .top-bar-left .top-bar-call-us a {
    color: #235289;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
  }

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

  .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 #315e93;
  }

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

  .base-header .wrap .columns nav ul .menu-item-type-custom a {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #fff !important;
    letter-spacing: 0.01em;
    font-family: 'Lato', sans-serif;
  }

  .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%23fff%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;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* .base-header .wrap .menu>.menu-item-has-children::after {
    display: none !important;
  } */
  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>ul>li:first-child>a {
    border-top: solid 1px #315e93;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>ul>li:last-child {
    border-bottom: 0 !important;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>ul>li {
    border: 0;
  }

  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>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.show-child>a {
    color: #fff;
    background: #CA5B61 !important;
  }

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

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

  .base-header .wrap .action-button-wrap .callus-wrap,
  .base-header .search-translate-wrapper {
    display: none !important;
  }

  .base-header .search-translate-wrapper.mobile-search-translate-wrapper {
    display: flex !important;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
  }

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

  .base-header .wrap .menu>.menu-item-has-children.show>ul>li.menu-item-has-children.show-child>a {
    color: #fff;
    background: #CA5B61 !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;
  }

  /* .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: #fff;
  margin: 0 13px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 #fff;
  -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 #fff;
  }

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

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

  .pulse svg {
    width: 100%;
    height: 100%;
  }

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

}

@media (max-width: 1023px) {
  .pulse {
    margin: 0;
    margin-right: 7px;
  }
}

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

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

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

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

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

.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 50px;
  background: #fff;
  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: 25px;
  justify-content: flex-end;
}

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

.base-header .search-translate-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.base-header .search-icon-wrapper {
  border-radius: 400px;
  border: solid 1px #A4A4A4;
  padding: 3px 4px 3px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.base-header .search-icon-wrapper .search-text {
  padding: 0;
  outline: none;
  border: none;
  font-family: Lato;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  color: #000;
  display: block;
  width: 100%;
  min-width: 178px;
  background-color: transparent;
}


.base-header .search-icon-wrapper button.icon {
  padding: 0;
  background: #CA5B61;
  border: 0;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 200px;
}

.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;
    max-width: 100%;
  }

  .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 .search-translate-wrapper {
    gap: 15px;
  }
}

@media screen and (max-width: 1266px) {
  .base-header .search-icon-wrapper {
    border-color: #fff;
  }

  .base-header .search-icon-wrapper .search-text {
    color: #fff;
  }

  .base-header .search-icon-wrapper .search-text::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
  }

  .base-header .search-icon-wrapper .search-text::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
  }

  .base-header .search-icon-wrapper .search-text:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
  }

  .base-header .search-icon-wrapper .search-text::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
  }

  .base-header .search-icon-wrapper .search-text::placeholder {
    color: #fff !important;
    opacity: 1;
  }

  /* For Firefox */
  .base-header .search-icon-wrapper .search-text::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
  }

  /* For Internet Explorer */
  .base-header .search-icon-wrapper .search-text:-ms-input-placeholder {
    color: #fff !important;
  }

  /* For Chrome/Safari/Opera */
  .base-header .search-icon-wrapper .search-text::-webkit-input-placeholder {
    color: #fff !important;
  }

  .base-header .search-icon-wrapper .search-text {
    min-width: 150px;
  }

}

@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: transparent;
  box-shadow: none;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options {
  position: absolute;
  background: #fff;
  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: #000;
}

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

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

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
  width: 24px;
  order: 2;
  margin: 0;
}

.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  width: 12px;
  min-width: 12px;
  height: 12px;
  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%22black%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: 27px;
  transform: rotate(0);
  order: 3;
}

.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;
    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');
  }

  .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a {
    color: #000;
  }

  .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: #000;
  order: 1;
  font-size: 18px;
  line-height: 18px;
  font-family: roboto;
  font-weight: 400;
}

@media screen and (max-width: 1266px) {
  .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }

  .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    gap: 5px;
  }

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

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

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

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

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

.base-header .wrap.enforce-mobile .top-bar .top-bar-wrap .top-bar-left .top-bar-call-us {
  display: flex;
  gap: 6px;
  align-items: center;
}

.base-header .wrap.enforce-mobile .action-button-wrap .callus-wrap,
.base-header .wrap.enforce-mobile .search-translate-wrapper {
  display: none !important;
}

.base-header .wrap.enforce-mobile .columns.active-menu {
  transform: translateX(0);
  opacity: 1;
}

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

@media (min-width: 1268px) {
  .base-header .wrap .menu-item-has-children>ul {
    padding: 0;
    border-radius: 8px;
    border: 0;
    width: 160px;
    left: 0;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a {
    padding: 6px 16px;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item:first-child>a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item:last-child>a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item:hover>a,
  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a:hover {
    background: #CA5B61;
    color: #fff;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item:hover>a svg path,
  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a:hover svg path {
    stroke: #fff;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item ul.sub-menu {
    border: 0;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item ul.sub-menu>.menu-item {
    border: 0;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item ul.sub-menu>.menu-item:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item ul.sub-menu>.menu-item:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item ul.sub-menu>.menu-item:hover a,
  .base-header .wrap nav ul .menu-item-has-children>ul>.menu-item ul.sub-menu>.menu-item a:hover {
    background: #CA5B61;
    color: #fff;
  }
}