/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

header.opened-menu .header-btn .header-call-to-action-btn {
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  visibility: hidden;
  opacity: 0;
}
.navbar-nav > li > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.navbar-nav li a {
  color: #1B2A47;
}

.navbar-nav li:hover .menu-item-has-children:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.right-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  margin-top: 9px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[5];
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  left: -300px;
  position: relative;
}
.menu-item-has-children .sub-menu:before {
  position: absolute;
  height: 25px;
  top: -20px;
  content: "";
  left: 0;
  width: 100%;
}
.menu-item-has-children .sub-menu li a {
  text-transform: uppercase;
  font-size: 14px;
}

.header-call-to-action-btn:before {
  content: attr(data-destop-text);
}

.btn-noborder-header {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #1B2A47;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.btn-noborder-header:hover {
  color: #FF515E;
}

.header-login a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #1B2A47;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.header-login a:hover {
  color: #FF515E;
}

.header-btn .header-call-to-action-btn {
  padding: 15px 40px;
  background: #FF515E;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.header-btn .header-call-to-action-btn:hover {
  background: #1B2A47;
}

.navbar-nav .menu-item-has-children:before {
  content: "";
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #1B2A47;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin-top: -2px;
  position: absolute;
  top: 18px;
  right: -14px;
}

.footer-mobile-menu-wrap {
  display: none;
  position: fixed;
  top: 76px;
  background: #fff;
  width: 100%;
  left: 0;
  height: calc(100vh - 76px);
  max-height: calc(100vh - 76px);
  overflow: auto;
  z-index: 99;
}
.footer-mobile-menu-wrap .entry-mobile-menu-warp {
  padding: 15px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.footer-mobile-menu-wrap .entry-mobile-menu-warp .mobile-menu-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
}
.footer-mobile-menu-wrap .entry-mobile-menu-warp .mobile-menu-nav > ul li a {
  color: #1B2A47;
}
.footer-mobile-menu-wrap .entry-mobile-menu-warp .bottom-mobile-menu {
  bottom: 0;
  width: 100%;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.footer-mobile-menu-wrap .menu-item-has-children {
  position: relative;
}
.footer-mobile-menu-wrap .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.footer-mobile-menu-wrap .menu-item-has-children > a:after {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #1B2A47;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  position: relative;
  top: -2px;
}
.footer-mobile-menu-wrap .button-mobile-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-mobile-menu-wrap .button-mobile-menu-wrap a {
  padding: 15px 46px !important;
  background: #FF515E !important;
  color: #fff !important;
  border: 0 !important;
}
.footer-mobile-menu-wrap .button-mobile-menu-wrap a:hover {
  background: #1B2A47 !important;
}
.footer-mobile-menu-wrap .mobile-menu-phone-number {
  text-align: center;
}
.footer-mobile-menu-wrap .mobile-menu-phone-number a {
  color: #1B2A47;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-mobile-menu-wrap .mobile-menu-phone-number a:hover {
  color: #FF515E;
}
.footer-mobile-menu-wrap .mobile-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.footer-mobile-menu-wrap .mobile-social-icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  border: 1px solid #1B2A47;
  color: #1B2A47;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-mobile-menu-wrap .menu-item-has-children .sub-menu {
  left: 0 !important;
}
.footer-mobile-menu-wrap .menu-item-has-children.show-sub-menu a:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 0;
}
.footer-mobile-menu-wrap .mobile-menu-nav {
  max-height: calc(100vh - 278px);
  overflow: auto;
  padding-bottom: 50px;
}
.footer-mobile-menu-wrap .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-top: 12px;
}
.footer-mobile-menu-wrap .sub-menu:before {
  display: none !important;
}
.footer-mobile-menu-wrap .sub-menu li a {
  text-transform: none;
}
.footer-mobile-menu-wrap .sub-menu li + li {
  margin-top: 8px;
}

.footer-mobile-menu-wrap .sub-menu {
  display: none;
}

@media (max-width: 1200px) {
  .right-header-content {
    gap: 20px;
  }
  .mobile-menu-header-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .mobile-menu-header-icon span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 3px;
    background: #1B2A47;
    position: relative;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .mobile-menu-header-icon span:nth-child(1) {
    left: 2px;
  }
  .mobile-menu-header-icon span:nth-child(3) {
    left: -2px;
  }
  .mobile-menu-header-icon.open span:nth-child(1) {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }
  .mobile-menu-header-icon.open span:nth-child(3) {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
  }
  .mobile-menu-header-icon.open span:nth-child(2) {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .header-navbar-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .right-header-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
  }
  .navbar-nav li .sub-menu {
    width: 100%;
  }
  .navbar-nav li .sub-menu.menu-visible {
    border-top: 0 !important;
  }
  .navbar-nav .menu-item-has-children:before {
    top: 18px !important;
    right: 0 !important;
    left: auto !important;
  }
  .navbar-nav .sub-menu {
    margin-top: 0 !important;
    padding: 10px 7px !important;
  }
  .navbar-nav .sub-menu:before {
    display: none !important;
  }
  .navbar-nav li a {
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-style: normal;
  }
  .header-call-to-action-btn {
    padding: 13px 10px !important;
  }
  .header-call-to-action-btn:before {
    content: attr(data-mobile-text);
  }
  .header .collapse.navbar-collapse {
    position: absolute !important;
    width: 100% !important;
    left: 0;
    background: white;
    top: 80px;
    padding: 25px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header .navbar-expand-lg .navbar-toggler {
    border: 0;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    padding: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header .navbar-expand-lg .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .footer-mobile-menu-wrap {
    top: 60px;
  }
  .footer-mobile-menu-wrap {
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
  }
}
@media (max-width: 996px) {
  .header .collapse.navbar-collapse {
    top: 110px;
  }
  .footer-mobile-menu-wrap {
    top: 104px;
  }
  .footer-mobile-menu-wrap {
    height: calc(100vh - 104px);
    max-height: calc(100vh - 104px);
  }
}
