@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #cce4f0 !important;
}
.bg-success {
  background-color: #17698f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cce4f0 !important;
  border-color: #cce4f0 !important;
  color: #2b7092 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #2b7092 !important;
  background-color: #cce4f0;
  border-color: #cce4f0;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2b7092 !important;
  background-color: #cce4f0 !important;
  border-color: #cce4f0 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
  color: #644401 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #644401 !important;
  background-color: #fdcc67;
  border-color: #fdcc67;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-secondary:hover {
  background-color: #fcbb35 !important;
  border-color: #fcbb35 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #17698f !important;
  border-color: #17698f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #17698f;
  border-color: #17698f;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #17698f !important;
  border-color: #17698f !important;
}
.btn-success:hover {
  background-color: #104963 !important;
  border-color: #104963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cce4f0;
  color: #cce4f0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b7092 !important;
  background: #cce4f0 !important;
  border-color: #cce4f0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2b7092 !important;
  background-color: #cce4f0 !important;
  border-color: #cce4f0 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fdcc67;
  color: #fdcc67;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #644401 !important;
  background: #fdcc67 !important;
  border-color: #fdcc67;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #17698f;
  color: #17698f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #17698f !important;
  border-color: #17698f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #17698f !important;
  border-color: #17698f !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #cce4f0 !important;
}
.text-secondary {
  color: #fdcc67 !important;
}
.text-success {
  color: #17698f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fbaa03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #092837 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #cce4f0 !important;
}
.alert-success {
  background-color: #17698f;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cce4f0;
  border-color: #cce4f0;
  color: #317fa6;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #cce4f0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44afe1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #cce4f0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cce4f0;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cce4f0;
  border-bottom-color: #cce4f0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cce4f0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fdcc67 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-us4KjxPqbY {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-us4KjxPqbY .nav-link,
.cid-us4KjxPqbY .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-us4KjxPqbY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-us4KjxPqbY .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-us4KjxPqbY .nav-link.text-primary:hover,
.cid-us4KjxPqbY .nav-link.text-primary:focus {
  color: #cce4f0 !important;
}
.cid-us4KjxPqbY .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-us4KjxPqbY .nav-link:hover:before {
  opacity: 1;
}
.cid-us4KjxPqbY .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #fdcc67;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-us4KjxPqbY .nav-link {
    margin: 0 !important;
  }
}
.cid-us4KjxPqbY .icons-menu {
  line-height: 0;
}
.cid-us4KjxPqbY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-us4KjxPqbY .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-us4KjxPqbY .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-us4KjxPqbY.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-us4KjxPqbY .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-us4KjxPqbY .btn {
    white-space: nowrap;
  }
  .cid-us4KjxPqbY .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #000000 !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-us4KjxPqbY .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-us4KjxPqbY .nav-item.dropdown:hover::before,
  .cid-us4KjxPqbY .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-us4KjxPqbY .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-us4KjxPqbY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-us4KjxPqbY .navbar > .container,
.cid-us4KjxPqbY .navbar > .container-fluid {
  align-items: center;
}
.cid-us4KjxPqbY .dropdown-toggle::after,
.cid-us4KjxPqbY .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-us4KjxPqbY .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-us4KjxPqbY .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-us4KjxPqbY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-us4KjxPqbY .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-us4KjxPqbY .nav-item:focus,
.cid-us4KjxPqbY .nav-link:focus {
  outline: none;
}
.cid-us4KjxPqbY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-us4KjxPqbY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us4KjxPqbY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-us4KjxPqbY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-us4KjxPqbY ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-us4KjxPqbY .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-us4KjxPqbY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-us4KjxPqbY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-us4KjxPqbY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us4KjxPqbY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us4KjxPqbY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-us4KjxPqbY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-us4KjxPqbY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us4KjxPqbY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-us4KjxPqbY .dropdown-menu .menu__images {
    display: none;
  }
  .cid-us4KjxPqbY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-us4KjxPqbY .nav-item .nav-link::before {
    display: none;
  }
  .cid-us4KjxPqbY.opened .dropdown-menu {
    top: 0;
  }
  .cid-us4KjxPqbY .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-us4KjxPqbY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-us4KjxPqbY .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-us4KjxPqbY .navbar-logo {
    margin: 0;
  }
  .cid-us4KjxPqbY .navbar-logo img {
    height: 60px !important;
  }
  .cid-us4KjxPqbY .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-us4KjxPqbY .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-us4KjxPqbY .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-us4KjxPqbY .navbar {
    padding: 13px 90px;
  }
  .cid-us4KjxPqbY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000 !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-us4KjxPqbY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-us4KjxPqbY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-us4KjxPqbY .dropdown-toggle::after,
  .cid-us4KjxPqbY .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-us4KjxPqbY .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-us4KjxPqbY a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-us4KjxPqbY ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-us4KjxPqbY .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-us4KjxPqbY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-us4KjxPqbY.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-us4KjxPqbY.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-us4KjxPqbY.navbar-short .navbar-brand {
  padding: 0;
}
.cid-us4KjxPqbY.navbar-short .navbar-logo img {
  height: 60px !important;
}
@media (max-width: 767px) {
  .cid-us4KjxPqbY .navbar {
    padding: 0 !important;
  }
  .cid-us4KjxPqbY ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-us4KjxPqbY a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-us4KjxPqbY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-us4KjxPqbY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us4KjxPqbY .dropdown-item.active,
.cid-us4KjxPqbY .dropdown-item:active {
  background-color: transparent;
}
.cid-us4KjxPqbY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us4KjxPqbY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-us4KjxPqbY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-us4KjxPqbY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-us4KjxPqbY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-us4KjxPqbY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-us4KjxPqbY .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us4KjxPqbY .navbar {
    height: 97px;
  }
  .cid-us4KjxPqbY .navbar.opened {
    height: auto;
  }
  .cid-us4KjxPqbY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usEnJI38Im .modal-body .close {
  background: #1b1b1b;
}
.cid-usEnJI38Im .modal-body .close span {
  font-style: normal;
}
.cid-usEnJI38Im .carousel-inner > .active,
.cid-usEnJI38Im .carousel-inner > .next,
.cid-usEnJI38Im .carousel-inner > .prev {
  display: table;
}
.cid-usEnJI38Im .carousel-control .icon-next,
.cid-usEnJI38Im .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-usEnJI38Im .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-usEnJI38Im .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usEnJI38Im .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-usEnJI38Im .boxed-slider > div {
  position: relative;
}
.cid-usEnJI38Im .container img {
  width: 100%;
}
.cid-usEnJI38Im .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-usEnJI38Im .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-usEnJI38Im .mbr-table-cell {
  padding: 0;
}
.cid-usEnJI38Im .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usEnJI38Im .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-usEnJI38Im .mbr-overlay {
  z-index: 1;
}
.cid-usEnJI38Im .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-usEnJI38Im .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-usEnJI38Im .carousel-item .container {
    width: 100%;
  }
}
.cid-usEnJI38Im .carousel-item-next.carousel-item-left,
.cid-usEnJI38Im .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-usEnJI38Im .active.carousel-item-right,
.cid-usEnJI38Im .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-usEnJI38Im .active.carousel-item-left,
.cid-usEnJI38Im .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-usEnJI38Im .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-usEnJI38Im .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usEnJI38Im .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usEnJI38Im .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-usEnJI38Im .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usEnJI38Im .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usEnJI38Im .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-usEnJI38Im .mbr-slider .carousel-indicators li.active,
.cid-usEnJI38Im .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-usEnJI38Im .mbr-slider .carousel-indicators li::after,
.cid-usEnJI38Im .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-usEnJI38Im .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-usEnJI38Im .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-usEnJI38Im .mbr-slider > .container img {
  width: 100%;
}
.cid-usEnJI38Im .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-usEnJI38Im .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-usEnJI38Im .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usEnJI38Im .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-usEnJI38Im .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-usEnJI38Im .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-usEnJI38Im .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-usEnJI38Im .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-usEnJI38Im .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-usEnJI38Im .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-usEnJI38Im .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-usEnJI38Im .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-usEnJI38Im .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-usEnJI38Im H2 {
  color: #eef5f4;
}
.cid-uue4xC8jl7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/call-center-employee-providing-shipment-information-via-gps-satellite-navigation-2000x1333.jpg");
}
.cid-uue4xC8jl7 .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #0b2854);
}
.cid-uue4xC8jl7 h2,
.cid-uue4xC8jl7 h3,
.cid-uue4xC8jl7 h4,
.cid-uue4xC8jl7 p {
  color: #ffffff;
}
.cid-uue4xC8jl7 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uue4xC8jl7 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-uue4xC8jl7 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uue4xC8jl7 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #0a1c44;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uue4xC8jl7 .form-control:focus,
.cid-uue4xC8jl7 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uue4xC8jl7 .form-group {
  margin-bottom: 1rem;
}
.cid-uue4xC8jl7 input::-webkit-input-placeholder,
.cid-uue4xC8jl7 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uue4xC8jl7 input:-moz-placeholder,
.cid-uue4xC8jl7 textarea:-moz-placeholder {
  color: #656565;
}
.cid-uue4xC8jl7 .jq-selectbox li,
.cid-uue4xC8jl7 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uue4xC8jl7 .jq-selectbox li:hover,
.cid-uue4xC8jl7 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uue4xC8jl7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uue4xC8jl7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uue4xC8jl7 .mbr-text {
  color: #767676;
}
.cid-uue4xC8jl7 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uue4xC8jl7 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uue4xC8jl7 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uue4xC8jl7 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-uue4xC8jl7 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uue4xC8jl7 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uue4xC8jl7 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uue4xC8jl7 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-unYTOM2SyE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unYTOM2SyE .google-map {
  height: 25rem;
  position: relative;
}
.cid-unYTOM2SyE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-unYTOM2SyE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unYTOM2SyE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unYTOM2SyE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unYTOM2SyE .container-fluid {
  padding: 0;
}
.cid-unYTOM2SyE .relative {
  position: relative;
  width: 100%;
}
.cid-unYTOM2SyE .mbr-section-title {
  color: #656565;
}
.cid-unYTOM2SyE .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-unYTOM2SyE .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-unYTOM2SyE .title {
  text-align: center;
  color: #ffffff;
}
.cid-unYTOM2SyE .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-unYTOM2SyE .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-ui9Acy4gB1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ui9Acy4gB1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-ui9Acy4gB1 .first-column .mbr-text {
  margin: 0;
}
.cid-ui9Acy4gB1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-ui9Acy4gB1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-ui9Acy4gB1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-ui9Acy4gB1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-ui9Acy4gB1 .form-group {
  max-width: 55%;
}
.cid-ui9Acy4gB1 .form-group,
.cid-ui9Acy4gB1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ui9Acy4gB1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-ui9Acy4gB1 .col + .mbr-section-btn .btn,
.cid-ui9Acy4gB1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-ui9Acy4gB1 .dragArea > *:nth-last-child(2).col,
.cid-ui9Acy4gB1 .dragArea > *:nth-last-child(2).col-auto,
.cid-ui9Acy4gB1 .col + .mbr-section-btn,
.cid-ui9Acy4gB1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ui9Acy4gB1 .first-column,
  .cid-ui9Acy4gB1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-ui9Acy4gB1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ui9Acy4gB1 .first-column,
  .cid-ui9Acy4gB1 .second-column,
  .cid-ui9Acy4gB1 .third-column {
    text-align: center;
  }
}
