@charset "UTF-8";
/* FONTS
   ========================================================================== */
@font-face {
  font-family: "Axiforma";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Axiforma-Light.woff") format("woff"), url("../fonts/Axiforma-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Axiforma";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Axiforma-Regular.woff") format("woff"), url("../fonts/Axiforma-Regular.woff2") format("woff2");
}
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #000;
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #0D243F;
  color: #ffffff;
}
body ::selection {
  background: #0D243F;
  color: #ffffff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222222;
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 56px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #0D243F;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="search"], input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #0D243F;
}
h1 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
p {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  p br {
    display: none;
  }
}
a {
  color: #0D243F;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1564px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #0D243F;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #09182a;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*="col-"] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1564px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1564px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin-top: 140px;
}
@media (max-width: 480px) {
  #wrap {
    margin-top: 109px;
  }
}
@media (max-width: 390px) {
  #wrap {
    margin-top: 188px;
  }
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: "";
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #0D243F;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: normal;
  border-radius: 50px;
  border: 1px solid transparent;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 16px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #ffffff;
  border: none;
  outline: 0;
  background: linear-gradient(265.81deg, #154A89 5.55%, #4D6889 96.69%);
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
.btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.transparent {
  background: transparent;
  color: #0D243F;
  border: 1px solid #0D243F;
}
/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
  list-style-type: disc;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 "Axiforma", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #ff5f5f;
  background: #eeeeee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #cccccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #0D243F;
  background: #0D243F;
}
#top {
  min-height: 409px;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
  padding: 20px 0;
}
@media (max-width: 480px) {
  #top {
    min-height: 260px;
    margin-bottom: 30px;
  }
}
#top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 307px;
  background: linear-gradient(0deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 100%);
}
#top h1 {
  font-size: 60px;
  color: #0D243F;
  max-width: 1000px;
  width: 100%;
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  #top h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  #top h1 {
    font-size: 30px;
  }
}
.desctop_hide {
  display: none;
}
@media (max-width: 1220px) {
  /* resp_menu_active
========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: fixed;
    z-index: 101;
    top: 40px;
    right: 3%;
    margin-right: 10px;
    text-align: left;
    background: #DDB426;
    border-radius: 15px;
    padding: 18px 15px;
    border: 1px solid #363D79;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    user-select: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 29px;
    height: 3px;
    background-color: #eee;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -9px;
  }
  .burger .burger-icon::after {
    top: 9px;
  }
  .burger .burger-icon:before, .burger .burger-icon:after {
    border-radius: 5px;
    background: #eee;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  }
  .burger.is-active {
    top: 11px;
    right: 1%;
  }
  .burger.is-active .burger-icon {
    box-shadow: none;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(9px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-9px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #eee;
    box-shadow: none;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 80px solid #040c15;
    border-bottom: 3px solid #040c15;
    background: #0D243F;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #113054;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #09182a;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #ffffff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #163c69;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #113054;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #ffffff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #113054;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1220px) and (max-width: 1024px) {
  .burger {
    right: 6%;
  }
}
@media (max-width: 1220px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 45px 0 40px 0;
  background: #0D243F;
  color: #ffffff;
}
footer .wrap {
  width: 1830px;
}
@media (max-width: 1024px) {
  footer .flex {
    justify-content: center;
  }
}
footer .footer-logo {
  -webkit-flex-basis: 268px;
  -moz-flex-basis: 268px;
  -ms-flex-basis: 268px;
  flex-basis: 268px;
}
@media (max-width: 1024px) {
  footer .footer-logo {
    margin-bottom: 20px;
  }
}
footer .footer-logo:hover {
  opacity: 0.5;
}
footer .footer-logo img {
  filter: brightness(0) invert(1);
  width: 100%;
}
@media (max-width: 1024px) {
  footer .footer-logo img {
    text-align: center;
  }
}
footer .footer-right {
  flex: 1;
  text-align: right;
  font-weight: 300;
}
@media (max-width: 1024px) {
  footer .footer-right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .footer-right .foot-nav {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
}
footer .footer-right .foot-nav li {
  display: inline-block;
  margin-right: 100px;
}
@media (max-width: 1440px) {
  footer .footer-right .foot-nav li {
    margin-right: 50px;
  }
}
@media (max-width: 800px) {
  footer .footer-right .foot-nav li {
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  footer .footer-right .foot-nav li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .footer-right .foot-nav li:last-child {
  margin-right: 0;
}
footer .footer-right .foot-nav li a {
  color: #FFF;
}
footer .footer-right .foot-nav li a:hover {
  text-decoration: none;
}
footer .footer-right .footer-bottom p a {
  color: #fff;
}
.pet-friendly {
  background: #0D243F;
  margin-top: 30px;
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .pet-friendly {
    padding-bottom: 40px;
  }
}
.pet-friendly h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #FFF;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .pet-friendly h2 {
    padding-top: 45px;
  }
}
.pet-friendly h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, white 0%, white 49%, black 100%);
}
.pet-friendly p {
  color: #FFF;
  line-height: 33.6px;
}
.pet-friendly ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}
.pet-friendly ul li {
  color: #FFF;
  line-height: 33.6px;
  font-weight: 300;
  font-size: 16px;
}
.pet-friendly .pet-friendly-left {
  position: relative;
  z-index: 2;
}
.pet-friendly .pet-friendly-right {
  position: relative;
  z-index: 2;
}
.pet-friendly .pet-friendly-image {
  position: absolute;
  top: 0;
  left: 26%;
}
@media (max-width: 1400px) {
  .pet-friendly .pet-friendly-image {
    left: 21%;
  }
}
@media (max-width: 1250px) {
  .pet-friendly .pet-friendly-image {
    left: 14%;
  }
}
@media (max-width: 1024px) {
  .pet-friendly .pet-friendly-image {
    position: relative;
    left: 0;
    text-align: center;
  }
}
.demand-charter {
  padding-top: 40px;
}
.demand-charter h2 {
  text-align: center;
  margin-bottom: 65px;
}
.demand-charter .demand-charter-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
  counter-reset: section;
}
.demand-charter .demand-charter-box > * {
  width: 27.3333333333%;
  margin: 0 3% 4em;
}
@media (max-width: 1024px) {
  .demand-charter .demand-charter-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  .demand-charter .demand-charter-box > * {
    width: 46%;
    margin: 0 2% 3em;
  }
}
@media (max-width: 768px) {
  .demand-charter .demand-charter-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .demand-charter .demand-charter-box > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.demand-charter .demand-charter-box .demand-charter-number {
  position: relative;
  height: 78px;
  margin-bottom: 20px;
}
.demand-charter .demand-charter-box .demand-charter-number:before {
  position: absolute;
  z-index: 2;
  background: #FFF;
  counter-increment: section;
  content: counter(section);
  font-size: 56px;
  font-weight: 700;
  color: #174C8A;
  height: 78px;
  min-width: 78px;
  text-align: center;
  border: solid #174C8A 1px;
  box-shadow: 0px 2.27338px 2.27338px rgba(0, 0, 0, 0.05);
  border-radius: 14.2086px;
}
.demand-charter .demand-charter-box .demand-charter-number:after {
  content: "";
  background: linear-gradient(90deg, #174c8a 0%, white 100%);
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: -4;
}
.demand-charter .demand-charter-box .demand-charter-item {
  text-transform: capitalize;
  position: relative;
}
.single-info a {
  font-weight: 700;
}
.btn-icon {
  position: relative;
  padding: 18px 46px 14px 46px;
  text-align: right;
}
.btn-icon:after {
  content: url("../img/menu-icon.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.international-top-info {
  width: 50%;
}
@media (max-width: 1024px) {
  .international-top-info {
    width: 100%;
    text-align: center;
  }
}
.international-top-info h2 {
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 20px;
}
.international-top-info h2 a {
  color: #1E4F89;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.international-top-info h2 a:hover {
  color: #0D243F;
}
@media (max-width: 1180px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials {
    padding-bottom: 40px;
  }
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .left {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  margin-right: 35px;
  width: 33.3%;
}
@media (max-width: 1180px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .left {
    width: 55%;
    margin-right: 0;
    padding-right: 2%;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .left h2 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .left h2 {
    margin-bottom: 25px;
  }
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .left .bottom {
  display: block;
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .left .bottom .text p {
  line-height: 34px;
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .center {
  width: 23.5%;
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  margin-left: 70px;
  width: 33.4%;
}
@media (max-width: 1180px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .right {
    margin-left: 0;
    width: 45%;
  }
}
@media (max-width: 768px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .right {
    width: 100%;
  }
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right .btn-pagination {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right .btn-pagination .btn-group {
  bottom: auto;
  display: block;
  right: auto;
  position: relative;
  text-align: right;
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right .btn-pagination .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
}
@media (max-width: 768px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .right .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right .swiper-slide a {
  position: relative;
  height: 100%;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .right .swiper-slide a {
    width: auto;
  }
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right .swiper-slide a:hover {
  opacity: 0.7;
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right .swiper-slide a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: url("../img/play.png");
  z-index: 1;
  pointer-events: none;
}
.new-design .ubgrade-design-testimonials.new-design-testimonials .right .swiper-slide a img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .new-design .ubgrade-design-testimonials.new-design-testimonials .right .swiper-slide a img {
    width: auto;
  }
}
.logged-in .new-design {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.logged-in .new-design .new-design-testimonials {
  display: none;
}
.logged-in .new-design .new-design-testimonials.ubgrade-design-testimonials {
  display: block;
}
.logged-in .new-design .home-top-bg {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.logged-in .new-design .home-our-services {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .logged-in .new-design .home-our-services {
    margin-bottom: 40px;
  }
}
.logged-in .new-design .logo-section {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 60px 0 40px 0;
}
@media (max-width: 1024px) {
  .logged-in .new-design .logo-section {
    padding-top: 40px 0 20px 0;
  }
}
.logged-in .new-design .core-values {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.logged-in .new-design .new-design-subscribe {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.top-footer {
  background: #0D243F;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .top-footer {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .top-footer {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .top-footer {
    padding: 20px 0 0;
  }
}
.top-footer .wrap {
  width: 1030px;
}
.top-footer .top-footer-logo {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-footer .top-footer-logo:hover {
  opacity: 0.7;
}
.top-footer .top-footer-text {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top-footer .top-footer-text {
    margin-bottom: 10px;
  }
}
.top-footer .top_footer_image {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 768px) {
  .top-footer .top_footer_image {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.top-footer .top_footer_image figure {
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .top-footer .top_footer_image figure {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .top-footer .top_footer_image figure {
    margin-right: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top-footer .contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .top-footer .contact-icons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.top-footer .contact-icons a {
  margin-right: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .top-footer .contact-icons a {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .top-footer .contact-icons a {
    margin-right: 10px;
  }
}
.top-footer .contact-icons a:hover {
  opacity: 0.7;
}
.top-footer .contact-icons a:last-child {
  margin-right: 0;
}
.tpl-aircraft #top {
  margin-bottom: 0;
}
.aircraft-page {
  position: relative;
  padding: 30px 0;
}
.aircraft-page:before {
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  position: absolute;
  content: "";
  z-index: 0;
}
.aircraft-page .tab-content {
  display: none;
}
.aircraft-page .tab-content.active {
  display: inherit;
}
.aircraft-page .tab-content .item {
  margin-bottom: 0;
}
.aircraft-page .tab-content .item .info {
  position: relative;
}
.aircraft-page .tabs-block .top-info {
  margin-bottom: 30px;
}
.aircraft-page .tabs-block .tabs {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  max-width: 1102px;
  margin: 0 auto 10px;
  padding: 32px 50px;
}
@media (max-width: 1240px) {
  .aircraft-page .tabs-block .tabs {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .aircraft-page .tabs-block .tabs {
    padding: 15px;
  }
}
.aircraft-page .tabs-block .tabs .tabs-box {
  background: #F6F6F6;
  border-radius: 100px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .aircraft-page .tabs-block .tabs .tabs-box {
    border-radius: 35px;
  }
}
@media (max-width: 1024px) {
  .aircraft-page .tabs-block .tabs .tabs-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-radius: 25px;
  }
}
.aircraft-page .tabs-block .tabs .tab-title {
  padding: 10px 20px 8px;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  position: relative;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.aircraft-page .tabs-block .tabs .tab-title:after {
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  background: #fff;
}
@media (max-width: 1024px) {
  .aircraft-page .tabs-block .tabs .tab-title:after {
    display: none;
  }
}
.aircraft-page .tabs-block .tabs .tab-title:last-child:after {
  display: none;
}
@media (max-width: 1024px) {
  .aircraft-page .tabs-block .tabs .tab-title {
    padding: 10px 18px 8px;
    -webkit-flex-basis: 33.3%;
    -moz-flex-basis: 33.3%;
    -ms-flex-basis: 33.3%;
    flex-basis: 33.3%;
  }
}
@media (max-width: 768px) {
  .aircraft-page .tabs-block .tabs .tab-title {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .aircraft-page .tabs-block .tabs .tab-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.aircraft-page .tabs-block .tabs .tab-title.active {
  color: #fff;
  background: linear-gradient(265.81deg, #154A89 5.55%, #4D6889 96.69%);
}
.contact {
  padding: 60px 0;
  position: relative;
}
.contact:before {
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 0;
}
@media (max-width: 1024px) {
  .contact {
    padding: 40px 0;
  }
}
.contact h2 {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.contact .contact-content {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 50px 139px 59px;
  border: 1px solid;
  border-image-source: linear-gradient(201.63deg, #0D243F 14.2%, #ECF5FF 85.8%);
  margin-top: -420px;
}
@media (max-width: 1220px) {
  .contact .contact-content {
    padding: 164px 50px 50px;
  }
}
@media (max-width: 1024px) {
  .contact .contact-content {
    padding: 164px 30px 50px;
  }
}
@media (max-width: 768px) {
  .contact .contact-content {
    padding: 164px 20px 30px;
  }
}
@media (max-width: 480px) {
  .contact .contact-content {
    padding: 164px 12px 12px;
  }
}
.contact .contact-content .contact-form-box .item {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .contact .contact-content .contact-form-box .item {
    margin-bottom: 15px;
  }
}
.contact .contact-content .contact-form-box .item input {
  border-radius: 100px;
  background: #F6F6F6;
  border: none;
  color: #000;
  padding: 2px 39px 0;
  line-height: 56px;
  border: 1px solid #D0D0D0;
}
@media (max-width: 1024px) {
  .contact .contact-content .contact-form-box .item input {
    padding: 2px 20px 0;
  }
}
@media (max-width: 768px) {
  .contact .contact-content .contact-form-box .item input {
    line-height: 46px;
    height: 46px;
  }
}
.contact .contact-content .contact-form-box .item textarea {
  border-radius: 20px;
  background: #F6F6F6;
  border: none;
  color: #000;
  min-height: 175px;
  padding: 0 39px;
  line-height: 56px;
  border: 1px solid #D0D0D0;
}
@media (max-width: 1024px) {
  .contact .contact-content .contact-form-box .item textarea {
    padding: 0 20px;
    min-height: 120px;
  }
}
.contact .submit-send {
  text-align: right;
}
.contact .submit-send input {
  min-width: 297px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .contact .submit-send input {
    width: 100%;
    min-width: auto;
  }
}
.contact .phone-mail {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 50px;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .contact .phone-mail {
    margin-bottom: 30px;
  }
}
.contact .phone-mail:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #EBEBEB;
  content: "";
}
@media (max-width: 768px) {
  .contact .phone-mail span.button {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
.contact .phone-mail a, .contact .phone-mail span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.contact .phone-mail a:last-of-type i, .contact .phone-mail span:last-of-type i {
  font-size: 20px;
}
.contact .phone-mail a i, .contact .phone-mail span i {
  margin-right: 10px;
  color: #174C8A;
  font-size: 20px;
}
.contact .contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .contact .contact-icons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.contact .contact-icons a {
  margin-right: 25px;
  color: #1E4F89;
  opacity: 0.5;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact .contact-icons a {
    margin-right: 10px;
  }
}
.contact .contact-icons a:hover {
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 1024px) {
  .domestic-destinations-page .destinations-top {
    margin-bottom: 30px;
    text-align: center;
  }
}
.domestic-destinations-page .destinations-top .destinations-top-info h2 {
  text-transform: capitalize;
}
.domestic-destinations-page .destinations-top .destinations-top-info a {
  color: #1E4F89;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.domestic-destinations-page .destinations-top .destinations-top-info a:hover {
  color: #0D243F;
}
.domestic-destinations-page .destinations-top .destinations-top-form {
  padding: 20px 36px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.domestic-destinations-page .destinations-top .destinations-top-form select {
  background-color: #1D4F89;
  border: 1px solid #e1e1e1;
  border-radius: 25px;
  font-family: "Axiforma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 56px;
  color: #fff;
  width: 100%;
  padding: 2px 39px 0;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .domestic-destinations-page .destinations-top .destinations-top-form select {
    padding: 2px 20px 0;
  }
}
@media (max-width: 768px) {
  .domestic-destinations-page .destinations-top .destinations-top-form select {
    line-height: 46px;
    height: 46px;
    padding: 0 20px;
  }
}
.domestic-destinations-page .destinations-top .destinations-top-form option {
  background: #FFFFFF;
  border: 1px solid rgba(29, 79, 137, 0.11);
  padding: 10px 0;
  color: #434343;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.27);
}
.destinations-block {
  padding: 30px 0;
}
.destinations-block .destinations-title {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .destinations-block .destinations-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .destinations-block .destinations-title {
    margin-bottom: 40px;
  }
}
.destinations-block .destinations-title h2 {
  text-transform: capitalize;
  text-align: center;
}
.destinations-block .destinations-block-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.destinations-block .destinations-block-content > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 1240px) {
  .destinations-block .destinations-block-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .destinations-block .destinations-block-content > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .destinations-block .destinations-block-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .destinations-block .destinations-block-content > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .destinations-block .destinations-block-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .destinations-block .destinations-block-content > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.destinations-block .destinations-block-content .img {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .destinations-block .destinations-block-content .img {
    margin-bottom: 20px;
  }
}
.destinations-block .destinations-block-content .img:before {
  top: -19px;
  bottom: -20px;
}
@media (max-width: 768px) {
  .destinations-block .destinations-block-content .img:before {
    top: -15px;
    bottom: -15px;
  }
}
.destinations-block .destinations-block-content .img img {
  height: 242px;
}
.destinations-block .destinations-block-content .destinations-item-info {
  text-align: center;
  padding: 10px 15px 0;
}
.destinations-block .destinations-block-content .destinations-item-info p {
  line-height: 2;
}
.bottom-page-section {
  padding: 115px 0;
}
@media (max-width: 1024px) {
  .bottom-page-section {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .bottom-page-section {
    padding: 55px 0;
  }
}
@media (max-width: 480px) {
  .bottom-page-section {
    padding: 45px 0;
  }
}
.bottom-page-section h3 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.bottom-page-section h2 {
  color: #0D243F;
  text-transform: capitalize;
}
.bottom-page-section .newsletter {
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bottom-page-section .newsletter .newsletter-form {
  max-width: 505px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.bottom-page-section .newsletter .newsletter-form input[type="email"] {
  border-radius: 50px;
  padding: 10px 160px 10px 30px;
}
@media (max-width: 768px) {
  .bottom-page-section .newsletter .newsletter-form input[type="email"] {
    padding: 12px 110px 8px 20px;
  }
}
.bottom-page-section .newsletter .newsletter-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .bottom-page-section .newsletter .newsletter-form .btn {
    padding: 16px 20px;
  }
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 5px 0 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header .wrap {
  width: 1870px;
}
@media (max-width: 1220px) {
  header > .flex.v-center {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 390px) {
  header > .flex {
    display: block;
    text-align: center;
  }
}
header .btn {
  padding: 16px 20px;
}
header #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 256px;
  -moz-flex-basis: 256px;
  -ms-flex-basis: 256px;
  flex-basis: 256px;
  margin-right: 31px;
}
@media (max-width: 480px) {
  header #logo {
    -webkit-flex-basis: 190px;
    -moz-flex-basis: 190px;
    -ms-flex-basis: 190px;
    flex-basis: 190px;
  }
}
@media (max-width: 390px) {
  header #logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
header #logo:hover {
  opacity: 0.8;
}
header .header-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
header .header-right .call-now {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #154A89;
}
@media (max-width: 1220px) {
  header .header-right .call-now {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 390px) {
  header .header-right .call-now {
    text-align: center;
  }
}
.left-right-content.reverse .item > .flex {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
.left-right-content.reverse .item .item-bg {
  right: 0;
  left: auto;
}
.left-right-content.reverse .item .top-bottom-opacity:before {
  left: auto;
}
.left-right-content.reverse .item .top-bottom-opacity:after {
  left: auto;
}
.left-right-content.reverse .item:nth-child(even) > .flex {
  flex-direction: initial;
  -webkit-flex-direction: initial;
  -moz-flex-direction: initial;
  -ms-flex-direction: initial;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.left-right-content.reverse .item:nth-child(even) .item-bg {
  left: 0;
  right: auto;
}
.left-right-content.reverse .item:nth-child(even) .top-bottom-opacity:before {
  margin-left: 0;
  right: auto;
  left: 0;
}
.left-right-content.reverse .item:nth-child(even) .top-bottom-opacity:after {
  margin-left: 0;
  right: auto;
  left: 0;
}
.left-right-content.reverse .item:nth-child(even) .item-bg:before {
  background: linear-gradient(90deg, #FFFFFF 16.93%, #FFFFFF 74.72%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(0);
  left: 0;
}
.left-right-content .item {
  padding: 52px 0 34px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .left-right-content .item {
    padding: 20px 0;
  }
}
.left-right-content .item:last-child {
  margin-bottom: 20px;
}
.left-right-content .item:nth-child(even) > .flex {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
.left-right-content .item:nth-child(even) .item-bg {
  right: 0;
  left: auto;
}
.left-right-content .item:nth-child(even) .item-bg:before {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, #FFFFFF 16.93%, #FFFFFF 74.72%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
}
.left-right-content .item:nth-child(even) .top-bottom-opacity:before {
  margin-left: auto;
}
.left-right-content .item:nth-child(even) .top-bottom-opacity:after {
  margin-left: auto;
}
.left-right-content .item .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  max-width: 90%;
  width: 100%;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .left-right-content .item .item-bg {
    display: none;
  }
}
.left-right-content .item .item-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 633px;
  width: 100%;
  background: linear-gradient(90deg, #FFFFFF 16.93%, #FFFFFF 74.72%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.left-right-content .item .item-bg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 50px;
  width: 100%;
  background: linear-gradient(90deg, #FFFFFF 16.93%, #FFFFFF 74.72%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
}
.left-right-content .item .top-bottom-opacity:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, #fff 16.93%, rgba(255, 255, 255, 0) 100%);
  height: 141px;
  max-width: 90%;
  width: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.left-right-content .item .top-bottom-opacity:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #fff 16.93%, rgba(255, 255, 255, 0) 100%);
  height: 141px;
  max-width: 90%;
  width: 100%;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.left-right-content .item figure {
  position: relative;
}
.left-right-content .item .info {
  max-width: 556px;
  width: 100%;
}
@media (max-width: 1024px) {
  .left-right-content .item .info {
    max-width: 100%;
  }
}
.left-right-content .item .info p {
  line-height: 2;
}
.left-right-content .item .info p a {
  text-decoration: underline;
}
.left-right-content .item .info ul {
  list-style-type: disc;
}
.left-right-content .item .info ul li {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 2;
}
/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li {
  margin-right: 120px;
}
@media (max-width: 1580px) {
  .main_nav .level_a > li {
    margin-right: 80px;
  }
}
.main_nav .level_a > li.menu-item-has-children:after {
  content: "";
  font-family: "fontawesome";
  position: absolute;
  right: -20px;
  bottom: -1px;
  left: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_nav .level_a > li:last-child {
  margin-right: 0;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .main_nav .level_a > li > a {
    font-size: 15px;
  }
}
.main_nav .level_a > li.current-menu-item:after, .main_nav .level_a > li:hover:after {
  color: #0D243F;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #000;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding-right: 27px;
  content: "";
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 250px;
  margin-top: 60px;
  padding: 8px 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) -9.94%, rgba(185, 185, 185, 0) 126.9%);
}
.main_nav .level_a > li > .sub-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #9E9A93 transparent;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
  text-align: left;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 20px;
  line-height: 1.3;
  padding: 8px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #000;
}
.title-border h2 {
  margin-bottom: 23px;
  padding-bottom: 23px;
  position: relative;
}
@media (max-width: 768px) {
  .title-border h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.title-border h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d243f;
  background: linear-gradient(90deg, #0d243f 0%, #0d243f 50%, white 100%);
  height: 1px;
}
.home .bg-grey {
  padding-top: 50px;
}
.home .wrap-form {
  margin-top: -80px;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 35px 35px;
  border-radius: 25px;
}
.home .left-right-content .item:nth-child(2) .item-bg {
  background-position: center bottom;
}
.home-top-slider {
  position: relative;
}
.home-top-slider:before {
  content: "";
  height: 307px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(180deg, #fafafa 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  pointer-events: none;
}
.home-top-slider .swiper-slide {
  min-height: 730px;
}
@media (max-width: 1366px) {
  .home-top-slider .swiper-slide {
    min-height: 600px;
    background-position: right center;
  }
}
@media (max-width: 768px) {
  .home-top-slider .swiper-slide {
    min-height: 600px;
    background-position: 80% 100%;
  }
}
.home-top-slider .swiper-slide .info {
  margin-top: 86px;
  margin-bottom: 60px;
  max-width: 610px;
  width: 100%;
  position: relative;
  z-index: 9;
}
@media (max-width: 1280px) {
  .home-top-slider .swiper-slide .info {
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 768px) {
  .home-top-slider .swiper-slide .info {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.home-top-slider .swiper-slide .info h2 {
  font-size: 60px;
  position: relative;
  color: #0D243F;
}
@media (max-width: 768px) {
  .home-top-slider .swiper-slide .info h2 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .swiper-slide .info h2 {
    font-size: 32px;
  }
}
.home-top-slider .swiper-slide .info p {
  color: #000;
  line-height: 2.1;
  font-weight: 400;
  text-transform: capitalize;
}
.iframe-form {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.customers-say {
  padding: 60px 0 0;
}
@media (max-width: 1024px) {
  .customers-say {
    padding: 30px 0 0;
  }
}
.customers-say h2 {
  text-align: center;
  margin-bottom: 35px;
  text-transform: capitalize;
  color: #0D243F;
}
.customers-say .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.customers-say .swiper {
  padding: 60px 0;
}
.customers-say .swiper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  background: linear-gradient(90deg, #FAFAFA 45.62%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .customers-say .swiper:before {
    display: none;
  }
}
.customers-say .swiper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  background: linear-gradient(-90deg, #FAFAFA 45.62%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .customers-say .swiper:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .customers-say .swiper {
    max-width: 96%;
    width: 100%;
  }
}
.customers-say .swiper-slide {
  text-align: center;
  width: 40%;
  padding: 25px 70px;
  border-radius: 25px;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
@media (max-width: 1024px) {
  .customers-say .swiper-slide {
    width: 60%;
    padding: 20px 45px;
  }
}
.customers-say .swiper-slide figure {
  margin-bottom: 15px;
}
.customers-say .swiper-slide .title {
  margin-bottom: 20px;
  font-size: 20px;
}
.customers-say .swiper-slide .info {
  position: relative;
}
.customers-say .swiper-slide .info:before {
  content: url("../img/quote.png");
  position: absolute;
  left: -45px;
  top: -8px;
}
@media (max-width: 1024px) {
  .customers-say .swiper-slide .info:before {
    top: -30px;
  }
}
.customers-say .swiper-slide .info:after {
  content: url("../img/quote.png");
  position: absolute;
  right: -45px;
  bottom: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .customers-say .swiper-slide .info:after {
    bottom: 20px;
  }
}
.customers-say .swiper-slide .time {
  color: #8A8A8A;
}
.relative {
  position: relative;
}
.simple_wysiwyg {
  padding: 20px 0 35px;
}
@media (max-width: 768px) {
  .simple_wysiwyg {
    padding: 20px 0 20px;
  }
}
.simple_wysiwyg h3 {
  color: #000;
}
.image-style .img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.image-style .img:before {
  content: "";
  top: -7.6%;
  bottom: -9%;
  left: 6.5%;
  right: 9.7%;
  position: absolute;
  background: url("../img/img_back.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.image-style .img figure {
  border-radius: 24px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
}
.image-style .img figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 64.5%;
  background: url("../img/shape_over.png");
  background-size: 100% 100%;
  border-radius: 0 0 24px 24px;
}
.image-style .img figure img {
  max-width: 100%;
  display: block;
  height: 424px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .image-style .img figure img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .image-style .img figure img {
    height: 200px;
  }
}
.image-style .img .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  font-size: 25px;
  color: #0D243F;
  text-transform: capitalize;
  padding: 14px 14px 14px 38px;
  background: linear-gradient(90deg, #FFFFFF 19.79%, rgba(255, 255, 255, 0.14) 85.2%);
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0 0 24px 24px;
}
@media (max-width: 480px) {
  .image-style .img .title {
    font-size: 20px;
    padding: 14px 14px 14px 25px;
  }
}
.image-style .info p {
  line-height: 2;
}
.services {
  padding: 30px 0 80px;
  background: #fafafa;
}
@media (max-width: 768px) {
  .services {
    padding: 30px 0 50px;
  }
}
.services .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
@media (max-width: 480px) {
  .services {
    padding: 30px 0;
  }
}
.services h2 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .services h2 {
    margin-bottom: 15px;
  }
}
.services .wrap-swiper .swiper-button.button-prev {
  left: 50px;
}
@media (max-width: 1024px) {
  .services .wrap-swiper .swiper-button.button-prev {
    left: 10px;
  }
}
.services .wrap-swiper .swiper-button.button-next {
  right: 50px;
}
@media (max-width: 1024px) {
  .services .wrap-swiper .swiper-button.button-next {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .services .swiper {
    max-width: 80%;
    width: 100%;
  }
}
.services .swiper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  max-width: 317px;
  width: 100%;
  background: linear-gradient(90deg, #FAFAFA 45.62%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .services .swiper:before {
    display: none;
  }
}
.services .swiper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  max-width: 317px;
  width: 100%;
  background: linear-gradient(-90deg, #FAFAFA 45.62%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .services .swiper:after {
    display: none;
  }
}
.services .swiper-slide {
  text-align: center;
  width: 45%;
  padding: 43px 0;
}
.swiper-button {
  width: 58px;
  height: 58px;
  border: 1px solid #0D243F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .swiper-button {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .swiper-button {
    background: #0D243F;
  }
}
.swiper-button.button-prev {
  left: 50px;
}
@media (max-width: 1024px) {
  .swiper-button.button-prev {
    left: 0;
  }
}
.swiper-button.button-prev i {
  left: 45%;
}
.swiper-button.button-next {
  right: 50px;
}
@media (max-width: 1024px) {
  .swiper-button.button-next {
    right: 0;
  }
}
.swiper-button:hover {
  background: #0D243F;
}
.swiper-button:hover i {
  color: #fff;
}
.swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .swiper-button i {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .swiper-button i {
    color: #fff;
  }
}
.wrap-lef-right-content {
  padding-top: 30px;
}
.plane-image {
  background: #fafafa;
}
.wrap-swiper {
  position: relative;
}
.dark-section {
  background: #0D243F;
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .dark-section {
    margin: 50px 0;
  }
}
@media (max-width: 768px) {
  .dark-section {
    margin: 30px 0;
  }
}
.dark-section figure {
  position: relative;
  height: 100%;
}
.dark-section figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, #0D243F 0%, rgba(13, 36, 63, 0) 50%);
}
@media (max-width: 1024px) {
  .dark-section figure:before {
    background: linear-gradient(0deg, #0D243F 0%, rgba(13, 36, 63, 0) 50%);
    bottom: -3px;
  }
}
.dark-section figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dark-section .info {
  padding: 80px 20px 30px 137px;
  color: #fff;
  max-width: 614px;
  width: 100%;
}
@media (max-width: 1024px) {
  .dark-section .info {
    max-width: 96%;
    padding: 60px 20px 30px 20px;
    margin: 0 auto;
  }
}
.dark-section .info.title-border h2:before {
  background: linear-gradient(90deg, white 0%, #0d243f 50%, #0d243f 100%);
}
.dark-section .info h2 {
  color: #fff;
}
.dark-section .info p {
  line-height: 2;
}
.tpl-international-destinations .destination-international .wrap-items {
  padding: 15px 20px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin-bottom: 35px;
}
.tpl-international-destinations .destination-international .items {
  margin: 0;
  list-style: none;
  font-size: 0;
  background: #F6F6F6;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.tpl-international-destinations .destination-international .items > * {
  width: 16.6666666667%;
  margin: 0 0 0em;
}
@media (max-width: 1024px) {
  .tpl-international-destinations .destination-international .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .tpl-international-destinations .destination-international .items > * {
    width: 33.3333333333%;
    margin: 0 0 0em;
  }
}
@media (max-width: 480px) {
  .tpl-international-destinations .destination-international .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .tpl-international-destinations .destination-international .items > * {
    width: 100%;
    margin: 0 0 0em;
  }
}
.tpl-international-destinations .destination-international .items .item {
  border: 1px solid #d6d6d6;
  padding: 15px 15px;
  cursor: pointer;
  color: #000;
  background: #F6F6F6;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tpl-international-destinations .destination-international .items .item.active, .tpl-international-destinations .destination-international .items .item:hover {
  color: #fff;
  background: #154A89;
  text-decoration: none;
}
.tpl-international-destinations .tab-content {
  display: none;
}
.tpl-international-destinations .tab-content.active {
  display: inherit;
}
@media (max-width: 1024px) {
  .tpl-international-destinations .tab-content .img {
    margin-bottom: 50px;
  }
}
.single-info {
  padding: 80px 0;
}
.iframe-form iframe {
  height: 158px !important;
}
@media (max-width: 937px) {
  .iframe-form iframe {
    height: 236px !important;
  }
}
@media (max-width: 585px) {
  .iframe-form iframe {
    height: 347px !important;
  }
}
.slider-style .swiper {
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .slider-style .swiper {
    padding: 45px 0 80px;
  }
}
@media (max-width: 1024px) {
  .slider-style .img {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .slider-style .img {
    margin-bottom: 20px;
  }
}
.slider-style .btn-group {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -5px;
}
.slider-style .btn-group .swiper-button {
  right: auto;
  position: static;
  display: inline-block;
  margin: 0 11px;
  z-index: 9;
}
.destinations-top select {
  -moz-appearance: none;
  -webkit-appearance: none;
  /* Firefox */
  appearance: none;
  /* Safari and Chrome */
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  cursor: pointer;
}
.title-form {
  text-align: center;
}
.title-form {
  margin-bottom: 30px;
}
.bg-grey {
  background: #fafafa;
}
#mc_embed_signup_scroll {
  position: relative;
}
#mc_embed_signup_scroll label, #mc_embed_signup_scroll .brandingLogo, #mc_embed_signup_scroll .indicates-required {
  display: none;
}
.new-design .home-top-bg {
  min-height: 1066px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 103px;
  position: relative;
}
@media (max-width: 1024px) {
  .new-design .home-top-bg {
    min-height: 760px;
  }
}
@media (max-width: 768px) {
  .new-design .home-top-bg {
    padding-bottom: 50px;
  }
}
.new-design .home-top-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 49.22%), linear-gradient(180deg, rgba(0, 0, 0, 0) 55.73%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 44.27%, rgba(0, 0, 0, 0.5) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.new-design .home-top-bg > .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.new-design .home-top-bg .wrap {
  width: 1220px;
}
.new-design .home-top-bg h2, .new-design .home-top-bg p {
  color: #fff;
}
.new-design .home-top-bg h2 {
  font-size: 70px;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .new-design .home-top-bg h2 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .new-design .home-top-bg h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .new-design .home-top-bg h2 {
    font-size: 32px;
  }
}
.new-design .home-top-bg p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .new-design .home-top-bg p {
    font-size: 18px;
  }
}
.new-design .home-top-bg .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 104px;
}
@media (max-width: 1024px) {
  .new-design .home-top-bg .info {
    margin-right: 0;
  }
}
.new-design .home-top-bg .btn {
  -webkit-flex-basis: 308px;
  -moz-flex-basis: 308px;
  -ms-flex-basis: 308px;
  flex-basis: 308px;
  background: #DDB426;
  color: #000;
  border-radius: 0;
  padding: 15px 35px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .new-design .home-top-bg .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.new-design .wrap-form {
  margin-top: 0;
  padding: 50px 0 70px;
}
@media (max-width: 1024px) {
  .new-design .wrap-form {
    padding: 35px 0;
  }
}
.new-design .wrap-form h2 {
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  font-size: 56px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .new-design .wrap-form h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .new-design .wrap-form h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .new-design .wrap-form h2 {
    font-size: 32px;
  }
}
.new-design .home-our-services {
  margin-bottom: 40px;
}
.new-design .home-our-services .left {
  border-radius: 5px 0px 0px 5px;
}
.new-design .home-our-services .right {
  padding: 47px 93px 75px;
  border-radius: 0px 5px 5px 0px;
}
@media (max-width: 1366px) {
  .new-design .home-our-services .right {
    padding: 35px 50px 45px;
  }
}
@media (max-width: 480px) {
  .new-design .home-our-services .right {
    padding: 25px 20px 35px;
  }
}
.new-design .home-our-services .right .items {
  max-width: 574px;
  width: 100%;
  padding: 35px 52px 34px;
  background: rgba(24, 39, 56, 0.5);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media (max-width: 1366px) {
  .new-design .home-our-services .right .items {
    padding: 25px 42px 22px;
  }
}
@media (max-width: 1024px) {
  .new-design .home-our-services .right .items {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .new-design .home-our-services .right .items {
    padding: 20px;
  }
}
.new-design .home-our-services .right .items .item {
  font-size: 20px;
  display: block;
  color: #fff;
  letter-spacing: 0.01em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #595959;
}
@media (max-width: 1366px) {
  .new-design .home-our-services .right .items .item {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .new-design .home-our-services .right .items .item {
    font-size: 18px;
  }
}
.new-design .home-our-services .right .items .item:hover {
  padding-left: 35px;
  color: #FFDA44;
  text-decoration: none;
}
.new-design .home-our-services .right .items .item .num {
  font-size: 35px;
  font-weight: 800;
  display: inline-block;
  margin-right: 34px;
  color: #DCC154;
}
@media (max-width: 768px) {
  .new-design .home-our-services .right .items .item .num {
    font-size: 28px;
    margin-right: 15px;
  }
}
.new-design .home-our-services .right .items .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.new-design .home-our-services .right h2 {
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 1366px) {
  .new-design .home-our-services .right h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .new-design .home-our-services .right h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .new-design .home-our-services .right h2 {
    font-size: 32px;
  }
}
.new-design .logo-section {
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .new-design .logo-section {
    padding: 25px 0 30px;
  }
}
.new-design .logo-section .wrap {
  width: 1234px;
}
.new-design .logo-section .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.new-design .logo-section .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 768px) {
  .new-design .logo-section .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .new-design .logo-section .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.new-design .logo-section .items figure {
  text-align: center;
}
.new-design .new-design-testimonials {
  background: #EBEBEB;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials {
    padding-bottom: 70px;
  }
}
.new-design .new-design-testimonials .wrap {
  width: 1234px;
}
.new-design .new-design-testimonials .left, .new-design .new-design-testimonials .center, .new-design .new-design-testimonials .right {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .left, .new-design .new-design-testimonials .center, .new-design .new-design-testimonials .right {
    display: block;
  }
}
.new-design .new-design-testimonials .left, .new-design .new-design-testimonials .right {
  padding: 88px 0 0;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .left, .new-design .new-design-testimonials .right {
    padding: 20px 0 0;
  }
}
.new-design .new-design-testimonials .left h2, .new-design .new-design-testimonials .right h2 {
  font-size: 56px;
  color: #3F3F3F;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 75%;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .left h2, .new-design .new-design-testimonials .right h2 {
    margin-bottom: 20px;
  }
}
.new-design .new-design-testimonials .left h4, .new-design .new-design-testimonials .right h4 {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3F3F3F;
}
.new-design .new-design-testimonials .left h5, .new-design .new-design-testimonials .right h5 {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ACACAC;
}
.new-design .new-design-testimonials .left {
  width: 31.33%;
  margin-right: 55px;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .left {
    width: 100%;
  }
}
.new-design .new-design-testimonials .left h2 {
  position: relative;
}
.new-design .new-design-testimonials .left h2:before {
  content: url("../img/quote1.png");
  position: absolute;
  top: -16px;
  right: 0;
}
.new-design .new-design-testimonials .left h2.name {
  margin-bottom: 54%;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .left .bottom {
    display: none;
  }
}
.new-design .new-design-testimonials .center {
  width: 22.75%;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .center {
    display: none;
  }
}
.new-design .new-design-testimonials .center figure {
  margin: 0;
}
.new-design .new-design-testimonials .center figure img {
  height: 660px;
  width: 100%;
  object-fit: cover;
}
.new-design .new-design-testimonials .right {
  width: 32%;
  margin-left: 89px;
  position: relative;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .right {
    width: 100%;
    margin-left: 0;
  }
}
.new-design .new-design-testimonials .right h5 {
  margin-bottom: 12px;
}
.new-design .new-design-testimonials .right .text p {
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #3F3F3F;
}
.new-design .new-design-testimonials .right .btn-group {
  position: absolute;
  right: 0;
  bottom: -92px;
  max-width: 120px;
  width: 100%;
  z-index: 99;
  height: 58px;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .right .btn-group {
    bottom: -40px;
  }
}
.new-design .new-design-testimonials .right .btn-group .swiper-button {
  border: none;
  cursor: pointer;
  background: transparent;
}
.new-design .new-design-testimonials .right .btn-group .swiper-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-design .new-design-testimonials .right .btn-group .swiper-button:hover {
  background: none;
}
.new-design .new-design-testimonials .right .btn-group .swiper-button.button-prev {
  left: 0;
}
.new-design .new-design-testimonials .right .btn-group .swiper-button.button-next {
  right: 0;
}
.new-design .new-design-testimonials .right .swiper-pagination {
  text-align: left;
  bottom: -80px;
}
@media (max-width: 1180px) {
  .new-design .new-design-testimonials .right .swiper-pagination {
    bottom: -20px;
  }
}
.new-design .new-design-testimonials .right .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #535353;
  margin: 0 10px;
  opacity: 1;
}
.new-design .new-design-testimonials .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 18px solid transparent;
  outline-offset: 9px;
  outline: 1px solid #3F3F3F;
  border: 4px solid #535353;
}
.new-design .core-values {
  padding: 110px 0 180px;
}
@media (max-width: 1180px) {
  .new-design .core-values {
    padding: 60px 0;
  }
}
.new-design .core-values h2 {
  font-size: 52px;
  color: #fff;
  text-align: center;
  max-width: 642px;
  width: 100%;
  margin: 0 auto 120px;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .new-design .core-values h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .new-design .core-values h2 {
    font-size: 32px;
  }
}
.new-design .core-values .items {
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .new-design .core-values .items {
    padding: 0;
  }
}
.new-design .core-values .item {
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 1180px) {
  .new-design .core-values .item {
    margin-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .new-design .core-values .item {
    border: 1px solid #CFB350;
    padding: 25px;
    margin-bottom: 45px;
  }
}
.new-design .core-values .item:before {
  content: "";
  position: absolute;
  top: -46px;
  left: -48px;
  bottom: 46px;
  right: 0;
  border: 1px solid #CFB350;
}
@media (max-width: 1024px) {
  .new-design .core-values .item:before {
    display: none;
  }
}
.new-design .core-values .item:after {
  content: "";
  position: absolute;
  left: -84px;
  top: -74px;
  background: #FFFFFF;
  opacity: 0.05;
  width: 42%;
  height: 450px;
}
@media (max-width: 1024px) {
  .new-design .core-values .item:after {
    display: none;
  }
}
.new-design .core-values .item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
.new-design .core-values .item:nth-child(even):before, .new-design .core-values .item:nth-child(even):after {
  display: none;
}
.new-design .core-values .item:last-child {
  margin-bottom: 0;
}
.new-design .core-values .item .info {
  max-width: 585px;
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: 45px;
  padding-left: 100px;
  padding-bottom: 60px;
  padding-right: 15px;
}
@media (max-width: 1400px) {
  .new-design .core-values .item .info {
    padding-left: 35px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .new-design .core-values .item .info {
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}
.new-design .core-values .item h3 {
  font-size: 42px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #CFB350;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .new-design .core-values .item h3 {
    margin-bottom: 10px;
    font-size: 35px;
    letter-spacing: 0.26em;
  }
}
@media (max-width: 768px) {
  .new-design .core-values .item h3 {
    font-size: 30px;
    letter-spacing: 0.16em;
  }
}
@media (max-width: 480px) {
  .new-design .core-values .item h3 {
    font-size: 27px;
  }
}
.new-design .core-values .item p {
  color: #BDBDBD;
  line-height: 2.2;
}
.new-design .core-values .item figure img {
  width: 100%;
}
.new-design .new-design-subscribe {
  padding: 130px 0;
}
@media (max-width: 1024px) {
  .new-design .new-design-subscribe {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .new-design .new-design-subscribe {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .new-design .new-design-subscribe {
    padding: 35px 0;
  }
}
.new-design .new-design-subscribe .wrap {
  width: 1668px;
}
.new-design .new-design-subscribe .info {
  max-width: 752px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.new-design .new-design-subscribe .info h3 {
  font-size: 24px;
  color: #CFB350;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .new-design .new-design-subscribe .info h3 {
    font-size: 22px;
  }
}
.new-design .new-design-subscribe .info h2 {
  font-size: 56px;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .new-design .new-design-subscribe .info h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .new-design .new-design-subscribe .info h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .new-design .new-design-subscribe .info h2 {
    font-size: 28px;
  }
}
.new-design .new-design-subscribe .wrap-subscribe {
  padding: 80px 20px;
  background: #FDFDFD;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .new-design .new-design-subscribe .wrap-subscribe {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  .new-design .new-design-subscribe .wrap-subscribe {
    padding: 35px 20px;
  }
}
.new-design .new-design-subscribe .wrap-subscribe .newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .new-design .new-design-subscribe .wrap-subscribe .newsletter-form {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.new-design .new-design-subscribe .wrap-subscribe .newsletter-form .input-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .new-design .new-design-subscribe .wrap-subscribe .newsletter-form .input-field {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.new-design .new-design-subscribe .wrap-subscribe .newsletter-form .input-field input[type="email"] {
  background: #F2F2F2;
  border: none;
  height: 74px;
}
.new-design .new-design-subscribe .wrap-subscribe .newsletter-form .input-field input[type="email"]::-webkit-input-placeholder {
  color: #777777;
}
.new-design .new-design-subscribe .wrap-subscribe .newsletter-form .input-field input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #777777;
}
.new-design .new-design-subscribe .wrap-subscribe .newsletter-form .input-field input[type="email"]:-ms-input-placeholder {
  color: #777777;
}
.new-design .new-design-subscribe .wrap-subscribe .newsletter-form .btn {
  -webkit-flex-basis: 228px;
  -moz-flex-basis: 228px;
  -ms-flex-basis: 228px;
  flex-basis: 228px;
  background: #CFB350;
  border-radius: 0;
  height: 74px;
  font-size: 19px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .new-design .new-design-subscribe .wrap-subscribe .newsletter-form .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.header-new {
  background: transparent;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 390px) {
  .header-new > .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new #logo {
  margin-right: 0;
}
.header-new.header-before {
  background: rgba(0, 0, 0, 0.5);
}
.header-new.header-before .wrap {
  border-bottom: none;
  padding: 15px 0;
}
.header-new #menu-main-menu-right > li:last-child {
  margin-right: 0;
}
.header-new > .wrap {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  width: 1668px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-new .main_nav .level_a > li {
  margin-right: 90px;
}
@media (max-width: 1550px) {
  .header-new .main_nav .level_a > li {
    margin-right: 45px;
  }
}
.header-new .main_nav .level_a > li > a {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .header-new .main_nav .level_a > li > a {
    font-size: 18px;
  }
}
.header-new .main_nav .level_a > li.menu-item-has-children:first-child .sub-menu {
  left: 0;
  right: auto;
}
.header-new .main_nav .level_a > li.menu-item-has-children:first-child .sub-menu:before {
  left: 5%;
  right: auto;
}
.header-new .main_nav .level_a > li.menu-item-has-children:after {
  color: #fff;
  left: auto;
  bottom: 3px;
}
.tpl-contact #top h1 {
  display: none;
}
.available-empty-legs .top-title {
  text-align: center;
  max-width: 1246px;
  width: 100%;
  margin: 0 auto 35px;
}
.empty-leg-list {
  background-color: #F3F4F6;
  padding: 28px 25px;
  border-radius: 10px;
  margin-bottom: 62px;
}
.empty-leg-list .hidden {
  display: none;
}
.empty-leg-list .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D7D7;
}
.empty-leg-list .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .empty-leg-list .item:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
  }
}
@media (max-width: 1024px) {
  .empty-leg-list .items-2 .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.empty-leg-list .name {
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-basis: 18%;
  flex-basis: 18%;
}
.empty-leg-list .description {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
}
.empty-leg-list .description p {
  padding-bottom: 0;
}
.empty-leg-list .btn {
  -webkit-flex-basis: 17%;
  -moz-flex-basis: 17%;
  -ms-flex-basis: 17%;
  flex-basis: 17%;
  padding: 15px 20px;
  color: #154A89;
  background: #E3E8EF;
}
@media (max-width: 1564px) {
  .empty-leg-list .btn {
    padding: 8px 10px;
  }
}
#popup-form {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 15px;
}
#popup-form h2 {
  margin-bottom: 30px;
  text-align: center;
}
#popup-form .input-field {
  margin-bottom: 14px;
}
#popup-form input[type="text"], #popup-form input[type="number"], #popup-form input[type="email"], #popup-form input[type="password"], #popup-form input[type="search"], #popup-form input[type="tel"], #popup-form textarea {
  height: 56px;
  border-radius: 100px;
  background: #F6F6F6;
  padding-left: 25px;
}
#popup-form input[type="text"]::-webkit-input-placeholder, #popup-form input[type="number"]::-webkit-input-placeholder, #popup-form input[type="email"]::-webkit-input-placeholder, #popup-form input[type="password"]::-webkit-input-placeholder, #popup-form input[type="search"]::-webkit-input-placeholder, #popup-form input[type="tel"]::-webkit-input-placeholder, #popup-form textarea::-webkit-input-placeholder {
  color: #999999;
}
#popup-form input[type="text"]::-moz-placeholder, #popup-form input[type="number"]::-moz-placeholder, #popup-form input[type="email"]::-moz-placeholder, #popup-form input[type="password"]::-moz-placeholder, #popup-form input[type="search"]::-moz-placeholder, #popup-form input[type="tel"]::-moz-placeholder, #popup-form textarea::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
#popup-form input[type="text"]:-ms-input-placeholder, #popup-form input[type="number"]:-ms-input-placeholder, #popup-form input[type="email"]:-ms-input-placeholder, #popup-form input[type="password"]:-ms-input-placeholder, #popup-form input[type="search"]:-ms-input-placeholder, #popup-form input[type="tel"]:-ms-input-placeholder, #popup-form textarea:-ms-input-placeholder {
  color: #999999;
}
#popup-form .relative {
  position: relative;
  text-align: center;
}
#popup-form .hidden {
  display: none;
}
