@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/proxima-nova/ProximaNova-Bold.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/proxima-nova/ProximaNova-Bold.woff") format('woff'), url("../fonts/proxima-nova/ProximaNova-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/proxima-nova/ProximaNova-Regular.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/proxima-nova/ProximaNova-Regular.woff") format('woff'), url("../fonts/proxima-nova/ProximaNova-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/proxima-nova/ProximaNova-RegularIt.eot");
  src: url("../fonts/proxima-nova/ProximaNova-RegularIt.eot?#iefix") format('embedded-opentype'), url("../fonts/proxima-nova/ProximaNova-RegularIt.woff") format('woff'), url("../fonts/proxima-nova/ProximaNova-RegularIt.ttf") format('truetype');
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/playfair-display/PlayfairDisplay-Bold.eot");
  src: url("../fonts/playfair-display/PlayfairDisplay-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/playfair-display/PlayfairDisplay-Bold.woff") format('woff'), url("../fonts/playfair-display/PlayfairDisplay-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/playfair-display/PlayfairDisplay-Regular.eot");
  src: url("../fonts/playfair-display/PlayfairDisplay-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/playfair-display/PlayfairDisplay-Regular.woff") format('woff'), url("../fonts/playfair-display/PlayfairDisplay-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Font Awesome";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff") format('woff'), url("../fonts/fontawesome-webfont.ttf") format('truetype');
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.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;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.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;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #00256a;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #001c51;
}
::-webkit-scrollbar-thumb:active {
  background: #001c51;
}
html {
  font: 400 23px/1.5714 'Proxima Nova', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}
body {
  color: #111;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background: #fff;
}
.main {
  overflow: hidden;
  -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;
  width: 100%;
}
p {
  padding-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  p {
    line-height: 1.5;
    font-size: 18px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 38px;
  display: block;
  width: 100%;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 3px;
  padding: 0 20px;
  font-family: 'Proxima Nova', sans-serif;
  color: #00256a;
  font-weight: 400;
  font-size: 15px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #00256a;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #00256a;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #00256a;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #00256a;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #00256a;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .submit, input[type="submit"] {
  display: inline-block;
  line-height: 42px;
  padding: 0 20px;
  font-size: 13px;
  background: transparent;
  color: #00256a;
  font-family: 'Proxima Nova', sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 3px;
  min-width: 205px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #f4ce92;
}
@media (max-width: 480px) {
  .btn, .submit, input[type="submit"] {
    line-height: 36px;
    min-width: auto;
    letter-spacing: 0.5px;
  }
}
.btn:hover, .submit:hover, input[type="submit"]:hover {
  background: #f4ce92;
}
h1, h2 {
  font-size: 44px;
  font-weight: 700;
  font-family: 'Proxima Nova';
  color: #00256a;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  h1, h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
h3 {
  font-size: 34px;
  font-family: 'Proxima Nova';
  font-weight: 700;
  color: #00256a;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
h4 {
  font-size: 23px;
  font-weight: 700;
  color: #00256a;
  font-family: 'Proxima Nova';
  line-height: 1.2;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.container.small {
  width: 1140px;
}
.container.large {
  width: 1720px;
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #00256a;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.652173913rem;
  left: 0;
}
.content p > a {
  color: #00256a;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.loader::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spiner 2s linear infinite;
}
@media (max-width: 768px) {
  .loader::after {
    width: 30px;
    height: 30px;
  }
}
@keyframes spiner {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.flex, .book-service .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-center {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
div.wpcf7 {
  position: relative;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
@media (max-width: 480px) {
  div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 12px;
  }
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 15px;
  border-radius: 3px;
  right: 0;
  cursor: pointer;
  font-family: 'Proxima Nova';
  height: 100%;
  line-height: 38px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Proxima Nova';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  text-align: center;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  div.wpcf7 .wpcf7-response-output {
    position: static;
  }
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  height: 0;
  width: 0;
}
div.wpcf7 .ajax-loader.is-active {
  background: url('../img/spinner.gif');
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
div.wpcf7 .date-wrapper {
  display: block;
  position: relative;
}
div.wpcf7 .date-wrapper::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  content: '\f133';
  font-family: 'Font Awesome';
  color: #f4ce92;
  font-size: 18px;
  pointer-events: none;
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu .btn {
  padding: 0;
  border: none;
  min-width: auto;
}
.main-menu > ul {
  font-size: 0;
  text-align: center;
}
.main-menu > ul > li {
  display: inline-block;
  position: relative;
}
.main-menu > ul > li > a {
  font-weight: 700;
  font-size: 13px;
  color: #00256a;
  text-transform: uppercase;
  display: inline-block;
  line-height: 48px;
  padding: 0 30px;
  letter-spacing: 3px;
}
@media (max-width: 1800px) {
  .main-menu > ul > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  .main-menu > ul > li > a {
    letter-spacing: 2px;
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    letter-spacing: 0;
    padding: 0 10px;
  }
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  padding: 45px 0 20px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li.menu-item-has-children > .sub-menu {
    padding: 35px 0 20px;
  }
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu > ul .sub-menu {
  text-align: left;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  min-width: 100%;
  left: 100%;
  padding: 20px 0;
}
.main-menu > ul .sub-menu li a {
  font-weight: 700;
  font-size: 13px;
  color: #00256a;
  text-transform: uppercase;
  display: block;
  padding: 15px 35px;
  white-space: nowrap;
  letter-spacing: 3px;
}
@media (max-width: 1680px) {
  .main-menu > ul .sub-menu li a {
    padding: 10px 20px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul .sub-menu li a {
    letter-spacing: 0;
    padding: 10px;
  }
}
.main-menu > ul .sub-menu li a:hover {
  background: #fff;
  color: #001337;
}
.main-menu > ul .menu-item-has-children {
  position: relative;
}
.main-menu > ul .menu-item-has-children > a {
  position: relative;
}
.main-menu > ul .menu-item-has-children > a::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #f4ce92 transparent transparent transparent;
  margin-left: 8px;
  margin-bottom: 3px;
}
.main-menu > ul .menu-item-has-children:hover > a {
  color: #00379d;
}
.main-menu > ul .menu-item-has-children:hover > .sub-menu {
  display: block;
  z-index: 1;
  opacity: 1;
}
.menu-burger {
  display: none;
  width: 26px;
  height: 30px;
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #00256a;
  -webkit-box-shadow: 0 7px 0 0 #00256a, 0 -7px 0 0 #00256a;
  box-shadow: 0 7px 0 0 #00256a, 0 -7px 0 0 #00256a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #00256a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #00256a;
}
.menu-burger.open:after {
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
  background: #00256a;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 1;
  overflow: auto;
  padding: 50px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    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;
  }
}
.mobile-main-menu > ul {
  max-height: 100%;
  -webkit-flex-basis: 260px;
  -moz-flex-basis: 260px;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  max-width: 260px;
  margin: 0 auto;
}
.mobile-main-menu > ul > li {
  position: relative;
}
.mobile-main-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.mobile-main-menu > ul > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 200vw;
  outline: 2px solid #6bd5ec;
  opacity: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu > ul > li > .sub-menu span {
  display: none;
}
.mobile-main-menu > ul > li.no-hover:hover {
  outline: 2px solid transparent;
}
.mobile-main-menu li {
  position: relative;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 25px;
  color: #00256a;
  vertical-align: top;
}
.mobile-main-menu li a:hover {
  text-decoration: underline;
}
.mobile-main-menu .sub-menu {
  display: none;
  margin-left: 15px;
  position: relative;
}
.mobile-main-menu .sub-menu::before {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  background: #c5cee4;
  position: absolute;
  left: 0;
}
.mobile-main-menu span {
  display: inline-block;
  width: 41px;
  color: #00256a;
  height: 41px;
  font-size: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.mobile-main-menu span::before {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #00256a;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #00256a;
}
.social-media {
  display: inline-block;
}
.social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 22px;
  margin: 0 9px;
  border-radius: 8px;
  color: #fff;
  background: #f4ce92;
  width: 32px;
  height: 32px;
}
@media (max-width: 480px) {
  .social-icons a {
    margin: 0 4px;
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}
.social-icons a:before {
  line-height: 32px;
}
@media (max-width: 480px) {
  .social-icons a:before {
    line-height: 25px;
  }
}
.social-icons a:hover {
  opacity: 0.85;
  background: #00256a;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.space {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.gallery {
  padding: 25px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .gallery {
    padding: 10px 0 20px;
  }
}
@media (max-width: 480px) {
  .gallery {
    padding: 0 0 10px;
  }
}
.gallery .gallery-item {
  float: none !important;
  width: auto !important;
}
.gallery.gallery-columns-3 .gallery-item {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}
.gallery img {
  border: none !important;
  width: 100%;
}
.instagram-box {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .instagram-box {
    padding: 20px;
  }
}
.instagram-box .main-title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .instagram-box .main-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1366px) {
  .instagram-box #sbi_images {
    padding: 5px !important;
  }
}
.title-line {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .title-line {
    padding-bottom: 10px;
  }
}
.title-line::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #f4ce92;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-size: 13px;
  color: #111;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
  border: none;
  margin: 0;
}
.wp-pagenavi span.current, .wp-pagenavi a.current, .wp-pagenavi span:hover, .wp-pagenavi a:hover {
  text-decoration: underline;
  color: #00256a;
}
.wp-pagenavi i {
  font-size: 20px;
  font-weight: 700;
  color: #f4ce92;
}
.contact-us-map, .book-online {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .contact-us-map, .book-online {
    display: block;
  }
}
@media (max-width: 1024px) {
  .contact-us-map, .book-online {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .contact-us-map, .book-online {
    display: block;
  }
}
.contact-us-map > .container, .book-online > .container {
  position: initial;
}
.contact-us-map .map-image, .book-online .map-image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .contact-us-map .map-image, .book-online .map-image {
    position: static;
    object-fit: contain;
    width: 100%;
  }
}
.contact-us-map #map, .book-online #map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .contact-us-map #map, .book-online #map {
    height: 180px;
  }
}
.contact-us-map .text, .book-online .text {
  position: relative;
  z-index: 1;
  padding: 70px 40px 80px;
  margin-left: auto;
  max-width: 415px;
  border: 1px solid #f4ce92;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 14px 14px 0 0 rgba(244, 206, 146, 0.4);
}
@media (max-width: 1366px) {
  .contact-us-map .text, .book-online .text {
    margin: 0 auto;
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .contact-us-map .text, .book-online .text {
    padding: 20px;
  }
}
.contact-us-map .text h4, .book-online .text h4 {
  font-size: 21px;
  font-family: 'Proxima Nova';
  font-weight: 700;
  text-transform: uppercase;
  color: #00256a;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .contact-us-map .text h4, .book-online .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.contact-us-map .text p, .book-online .text p {
  font-size: 17px;
  line-height: 1.9;
  padding-bottom: 5px;
  letter-spacing: -0.3px;
}
@media (max-width: 480px) {
  .contact-us-map .text p, .book-online .text p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.contact-us-map .text p .btn, .book-online .text p .btn {
  margin: 5px;
  width: 100%;
}
.testimonials {
  margin-top: 50px;
  overflow: hidden;
}
.testimonials > .container .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 44%;
  background: #fdf8ef;
}
.testimonials .testimonials-slider {
  padding: 0 145px;
  position: relative;
}
@media (max-width: 1366px) {
  .testimonials .testimonials-slider {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .testimonials .testimonials-slider {
    padding: 0 30px;
  }
}
.testimonials .swiper-slide {
  border: 1px solid #f4ce92;
  padding: 50px 75px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1366px) {
  .testimonials .swiper-slide {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .testimonials .swiper-slide {
    padding: 20px;
  }
}
.testimonials .swiper-slide p {
  line-height: 1.6;
}
.testimonials .author {
  font-size: 18px;
  font-family: 'Proxima Nova';
  color: #00256a;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 24px 75px 10px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .testimonials .author {
    padding: 10px 40px;
  }
}
@media (max-width: 480px) {
  .testimonials .author {
    margin-top: 0;
  }
}
.testimonials .author::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f4ce92;
}
.testimonials .rating {
  text-align: center;
  font-size: 0;
}
.testimonials .rating i {
  font-size: 18px;
  display: inline-block;
  color: #ffba00;
  margin: 0 2px;
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
  top: 40%;
  z-index: 0;
}
.testimonials .swiper-button-next::after, .testimonials .swiper-button-prev::after {
  display: none;
}
.testimonials .swiper-button-next::before, .testimonials .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'Font Awesome';
  font-size: 30px;
  line-height: 1;
  color: #00256a;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials .swiper-button-next:hover::before, .testimonials .swiper-button-prev:hover::before {
  color: #f4ce92;
}
.testimonials .swiper-button-next {
  right: 65px;
}
@media (max-width: 1366px) {
  .testimonials .swiper-button-next {
    right: 0;
  }
}
.testimonials .swiper-button-next::before {
  content: '\f105';
}
.testimonials .swiper-button-prev {
  left: 65px;
}
@media (max-width: 1366px) {
  .testimonials .swiper-button-prev {
    left: 0;
  }
}
.testimonials .swiper-button-prev::before {
  content: '\f104';
}
.testimonials .swiper-pagination {
  text-align: center;
  position: static;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .testimonials .swiper-pagination {
    padding: 20px 0;
  }
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  position: relative;
  background: transparent;
}
.testimonials .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #f4ce92;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials .swiper-pagination .swiper-pagination-bullet:hover::before, .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #00256a;
  width: 8px;
  height: 8px;
}
.testimonials .btn-wrapper {
  position: relative;
  z-index: 0;
  text-align: center;
}
.testimonials .btn-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 1px;
  background: #f4ce92;
  content: '';
  z-index: -2;
}
@media (max-width: 768px) {
  .testimonials .btn-wrapper::before {
    width: 100%;
  }
}
.testimonials .btn-wrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 325px;
  height: 100%;
  background: #fff;
  content: '';
  z-index: -1;
}
@media (max-width: 480px) {
  .testimonials .btn-wrapper::after {
    width: 170px;
  }
}
.selectric {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 3px;
}
.selectric-hover .selectric {
  border-color: #00256a;
}
.selectric .label {
  margin: 0 38px 0 20px;
  font-size: 15px;
  color: #00256a;
}
.selectric .button {
  background: #fff;
}
.selectric .button::after {
  top: 5px;
  right: 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 5px solid transparent;
  border-top-color: #f4ce92;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 15px;
  padding: 5px 20px;
  color: #00256a;
}
.selectric-items ul li:hover, .selectric-items ul li.highlighted {
  background: #f4ce92;
}
.selectric-items ul li::before {
  display: none;
}
.squareup-form {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .squareup-form {
    margin-top: 15px;
  }
}
.squareup-form label {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .squareup-form label {
    margin-bottom: 10px;
  }
}
.footer-images {
  padding-top: 1.25em;
  border-top: 1px solid #f4ce92;
}
.footer-images .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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.footer-images .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .footer-images .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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .footer-images .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .footer-images .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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .footer-images .items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
.footer-images .image {
  max-height: 222px;
}
@media (max-width: 1720px) {
  .footer-images .image {
    height: 14.5vw;
  }
}
@media (max-width: 1440px) {
  .footer-images .image {
    height: 14.4vw;
  }
}
@media (max-width: 1024px) {
  .footer-images .image {
    height: 30vw;
    max-height: 308px;
  }
}
@media (max-width: 768px) {
  .footer-images .image {
    height: 30.3vw;
  }
}
@media (max-width: 480px) {
  .footer-images .image {
    width: 99%;
    height: 61.9vw;
  }
}
.footer-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.last-no-spacing > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.safety-page .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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
.safety-page .items > * {
  width: 27.3333333333%;
  margin: 0 3% 4em;
}
@media (max-width: 1024px) {
  .safety-page .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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5%;
    width: 105%;
  }
  .safety-page .items > * {
    width: 45%;
    margin: 0 2.5% 3.75em;
  }
}
@media (max-width: 768px) {
  .safety-page .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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .safety-page .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.safety-page .row1430 {
  width: 1430px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.safety-page .item {
  overflow: hidden;
  text-align: center;
  margin-bottom: 3em;
}
.safety-page .item .title {
  text-align: left;
}
@media (max-width: 768px) {
  .safety-page .item .title {
    text-align: center;
  }
}
.safety-page .item .title h4 {
  font-size: 28px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .safety-page .item .title h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .safety-page .item .title h4 {
    font-size: 20px;
  }
}
.safety-page .img-bg {
  background: #f2f2f2;
  padding: 30px 30px 0;
  text-align: center;
  overflow: hidden;
}
.safety-page .img-bg img {
  margin: 0 auto;
  object-fit: cover;
  -webkit-box-shadow: 0px 31px 31px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 31px 31px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 31px 31px 0px rgba(0, 0, 0, 0.15);
}
.safety-page .item-box {
  border-left: 1px solid #f4ce92;
  border-right: 1px solid #f4ce92;
  border-bottom: 1px solid #f4ce92;
  padding: 20px 30px 50px;
  -webkit-box-shadow: 0px -15px 25px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -15px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -15px 25px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .safety-page .item-box {
    padding: 20px 10px 30px;
  }
}
.single-post-services .top-block {
  min-height: 640px;
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
}
.single-post-services .top-block:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 50, 166, 0.35);
  z-index: -1;
}
@media (max-width: 1024px) {
  .single-post-services .top-block {
    min-height: 440px;
  }
}
@media (max-width: 768px) {
  .single-post-services .top-block {
    min-height: 320px;
  }
}
@media (max-width: 480px) {
  .single-post-services .top-block {
    min-height: 280px;
  }
}
.single-post-services .top-block video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}
.single-post-services .top-block .title-line {
  font-size: 64px;
  color: #fff;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .single-post-services .top-block .title-line {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .single-post-services .top-block .title-line {
    font-size: 36px;
  }
}
.single-post-services .book {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-post-services .book .btn {
  background-color: rgba(255, 255, 255, 0.702);
}
.single-post-services .book .btn:hover {
  background: #f4ce92;
}
.single-post-services .top-info {
  position: relative;
}
@media (max-width: 1024px) {
  .single-post-services .top-info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-post-services .top-info .bg-about {
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: -1;
  max-width: 300px;
}
@media (max-width: 768px) {
  .single-post-services .top-info .bg-about {
    display: none;
  }
}
.single-post-services .top-info figure {
  -webkit-flex-basis: 49.1%;
  -moz-flex-basis: 49.1%;
  -ms-flex-preferred-size: 49.1%;
  flex-basis: 49.1%;
}
@media (max-width: 1024px) {
  .single-post-services .top-info figure {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-post-services .top-info figure img {
  max-height: 800px;
  margin: 0 auto;
}
.single-post-services .top-info .text-block {
  -webkit-flex-basis: 41.8%;
  -moz-flex-basis: 41.8%;
  -ms-flex-preferred-size: 41.8%;
  flex-basis: 41.8%;
}
@media (max-width: 1024px) {
  .single-post-services .top-info .text-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-post-services .top-info .text-block .text-width {
  background: #fff;
  padding: 15px 10px;
  max-width: 430px;
}
@media (max-width: 1024px) {
  .single-post-services .top-info .text-block .text-width {
    margin: 0 auto;
    padding: 50px;
    max-width: 620px;
  }
}
@media (max-width: 768px) {
  .single-post-services .top-info .text-block .text-width {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .single-post-services .top-info .text-block .text-width {
    padding: 20px 10px;
  }
}
.single-post-services .top-info .text-block .text-width h3 {
  display: inline-block;
}
.single-post-services .top-info .text-block .text-width figure {
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
  width: 600px;
  height: 315px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .single-post-services .top-info .text-block .text-width figure {
    float: none;
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .single-post-services .top-info .text-block .text-width figure {
    height: 46vw;
  }
}
.single-post-services .top-info .text-block .text-width figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-services .text-block h3 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .single-post-services .text-block h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.single-post-services .text-block h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #f4ce92;
}
.single-post-services .text-block h3 span.line {
  position: relative;
  display: inline-block;
}
.single-post-services .text-block h3 span.line:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100px;
  height: 3px;
  background: #f4ce92;
}
@media (max-width: 1024px) {
  .single-post-services .text-block h3 span.line:before {
    bottom: -20px;
  }
}
.single-post-services .text-block.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-post-services .text-block.full .text-width {
  margin: 0 auto;
  max-width: 1200px;
}
.single-post-services .bottom-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 120px;
  position: relative;
  margin-top: -5px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .single-post-services .bottom-info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .single-post-services .bottom-info {
    padding-top: 20px;
  }
}
.single-post-services .bottom-info .box {
  background: #fdf8ef;
  position: absolute;
  right: 150px;
  height: 550px;
  width: 845px;
  bottom: 12%;
  z-index: -2;
}
.single-post-services .bottom-info figure {
  width: 600px;
  height: 315px;
  max-width: 100%;
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single-post-services .bottom-info figure {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .single-post-services .bottom-info figure {
    height: 46vw;
  }
}
.single-post-services .bottom-info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .single-post-services .bottom-info figure img {
    margin: 0 auto;
  }
}
.single-post-services .bottom-info .text-block {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #fff;
}
@media (max-width: 1024px) {
  .single-post-services .bottom-info .text-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-post-services .bottom-info .text-block .text-width {
  max-width: 1200px;
  padding: 50px 50px 60px 10px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .single-post-services .bottom-info .text-block .text-width {
    margin: 0 auto;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .single-post-services .bottom-info .text-block .text-width {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .single-post-services .bottom-info .text-block .text-width {
    padding: 20px 10px;
  }
}
.single-post-services .treatments {
  background: #fdf8ef;
  position: relative;
}
.single-post-services .treatments .treatments-text {
  width: 1140px;
  max-width: 96%;
  margin: 0 auto;
  padding: 85px 0px 50px;
}
@media (max-width: 1024px) {
  .single-post-services .treatments .treatments-text {
    padding: 40px 10px 30px;
  }
}
@media (max-width: 768px) {
  .single-post-services .treatments .treatments-text {
    padding: 30px 5px 20px;
  }
}
.single-post-services .treatments .treatments-text h3 {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .single-post-services .treatments .treatments-text h3 {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.single-post-services .treatments .treatments-text h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #f4ce92;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.single-post-services .treatments .treatments-text ul {
  padding: 30px 0px 10px;
  column-count: 2;
  column-gap: 50px;
}
@media (max-width: 768px) {
  .single-post-services .treatments .treatments-text ul {
    column-gap: 0;
    column-count: 1;
  }
}
.single-post-services .treatments .treatments-text ul li {
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .single-post-services .treatments .treatments-text ul li {
    margin-bottom: 15px;
  }
}
.single-post-services .treatments .treatments-text ul li:before {
  content: "\2022";
  color: #00256a;
  font-weight: bold;
  width: 1em;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .single-post-services .treatments .treatments-text ul li:before {
    margin-right: 4px;
  }
}
.single-post-services .treatments .treatments-text ul strong {
  color: #00256a;
}
.single-post-services .treatments .wp-video {
  margin: 10px auto;
}
.single-post-services .treatments .bg-treatments {
  position: absolute;
  opacity: 15%;
  right: 5%;
  top: 25%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  background: #fff;
}
header .custom-logo-link {
  -webkit-flex-basis: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  margin-left: 8%;
}
@media (max-width: 1680px) {
  header .custom-logo-link {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  header .custom-logo-link {
    -webkit-flex-basis: 50px;
    -moz-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
  }
}
header .custom-logo-link:hover {
  opacity: 0.8;
}
header .phone {
  -webkit-flex-basis: 170px;
  -moz-flex-basis: 170px;
  -ms-flex-preferred-size: 170px;
  flex-basis: 170px;
  font-size: 13px;
  font-weight: 700;
  color: #00256a;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  header .phone {
    font-size: 0;
    position: relative;
    -webkit-flex-basis: 30px;
    -moz-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
  }
  header .phone::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '\f095';
    font-family: 'Font Awesome';
    color: #00256a;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  header .phone {
    font-size: 12px;
    -webkit-flex-basis: 170px;
    -moz-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
  }
  header .phone::before {
    opacity: 0;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  header .phone {
    letter-spacing: 0;
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    font-size: 12px;
  }
}
header .phone:hover {
  color: #00379d;
}
header .social-icons {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  header .social-icons {
    margin-right: 60px;
  }
}
@media (max-width: 480px) {
  header .social-icons {
    margin-left: 0;
  }
}
header .top-info {
  display: none;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #00256a;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0;
  background: #f4ce92;
  position: relative;
}
@media (max-width: 1024px) {
  header .top-info {
    padding: 23px 100px 23px 0;
  }
}
header .top-info a {
  color: #00256a;
  text-decoration: underline;
}
header .top-info a:hover {
  color: #0049d0;
}
header .top-info i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header .top-info i {
    right: 75px;
  }
}
header .top-info i:hover {
  color: #0049d0;
}
header .header-bottom {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  header .header-bottom {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .post-wrapper {
    display: block;
  }
}
.post-wrapper article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-wrapper aside {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .post-wrapper aside {
    margin-left: 20px;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  .post-wrapper aside {
    margin-left: 0;
    margin-top: 20px;
  }
}
.post-wrapper aside .title {
  margin-bottom: 20px;
}
.post-wrapper aside .items .link {
  font-size: 20px;
  color: #111;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .post-wrapper aside .items .link {
    margin-bottom: 10px;
  }
}
.post-wrapper aside .items .link:hover {
  color: #eba435;
}
.posts {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .posts {
    display: block;
  }
}
.post {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-bottom: 60px;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .post {
    display: block;
  }
}
@media (max-width: 480px) {
  .post {
    margin-bottom: 15px;
  }
}
.post .thumb {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  overflow: hidden;
}
.post .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .post .thumb img {
    height: auto;
    object-fit: contain;
  }
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4ce92;
  padding: 30px 30px 40px;
  position: relative;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .post .info {
    padding: 20px 20px 30px;
  }
}
.post h4 {
  margin-bottom: 10px;
}
.post time {
  display: block;
  font-weight: 700;
  color: #707070;
  font-size: 14px;
  margin-bottom: 12px;
}
.post p {
  color: #111;
}
.post .more {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #00256a;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .post .more {
    bottom: 15px;
    right: 20px;
  }
}
.post .more::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #bfc8da;
}
.post .more:hover {
  color: #00379d;
}
.post:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.post:hover .info {
  border-radius: 0 10px 10px 0;
}
.single-post-wrapper .post-thumb {
  height: 640px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .single-post-wrapper .post-thumb {
    margin-bottom: 0;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .single-post-wrapper .post-thumb {
    height: 220px;
  }
}
.single-post-wrapper .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-wrapper .top {
  padding-bottom: 32px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .single-post-wrapper .top {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .single-post-wrapper .top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single-post-wrapper .top::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #f4ce92;
}
.single-post-wrapper time {
  display: block;
  font-weight: 700;
  color: #707070;
}
.book-service > .container.small {
  width: 1440px;
}
.book-service .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.book-service .items > * {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .book-service .items > * {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .book-service .items > * {
    margin-bottom: 15px;
  }
}
.book-service .item {
  -webkit-flex-basis: 600px;
  -moz-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.book-service .image {
  height: 315px;
}
@media (max-width: 640px) {
  .book-service .image {
    height: 49vw;
  }
}
.book-service .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-service .info-wrapper {
  padding: 30px 30px 35px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4ce92;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .book-service .info-wrapper {
    padding: 20px;
  }
}
.book-service .info-wrapper h4 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .book-service .info-wrapper h4 {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .book-service .info-wrapper h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.book-service .info-wrapper p {
  text-align: left;
}
.book-service .info-wrapper .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}
.book-service .info-wrapper .link {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #00256a;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 1.2;
  margin-top: 20px;
}
.book-service .info-wrapper .link::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #bfc8da;
}
.book-service .info-wrapper .link:hover {
  color: #00379d;
}
.book-service .info-wrapper .btn {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .book-service .info-wrapper .btn {
    margin-top: 10px;
  }
}
.team-top-text {
  position: relative;
}
@media (max-width: 1366px) {
  .team-top-text {
    text-align: center;
  }
}
.team-top-text .left-image {
  -webkit-flex-basis: 600px;
  -moz-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  height: 315px;
  margin-right: 9%;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .team-top-text .left-image {
    margin-right: 0;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .team-top-text .left-image {
    height: 49vw;
  }
}
.team-top-text .left-image .box {
  position: absolute;
  right: 20%;
  top: 13%;
  width: 100%;
  height: 100%;
  background: #fdf8ef;
  z-index: -2;
}
@media (max-width: 1366px) {
  .team-top-text .left-image .box {
    right: 30px;
    top: 30px;
  }
}
.team-top-text .left-image::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 68%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
@media (max-width: 1366px) {
  .team-top-text .left-image::after {
    display: none;
  }
}
.team-top-text .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .team-top-text .left-image img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
.team-top-text .right-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 15px;
}
.team-top-text .text {
  max-width: 560px;
}
@media (max-width: 1366px) {
  .team-top-text .text {
    max-width: none;
  }
}
.team-top-text .text h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .team-top-text .text h3 {
    padding-bottom: 10px;
  }
}
.team-top-text .text h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #f4ce92;
}
@media (max-width: 1366px) {
  .team-top-text .text h3::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.team-top-text .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .team-top-text .left-text {
    margin-right: 0;
  }
}
.team-top-text .right-image {
  -webkit-flex-basis: 600px;
  -moz-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  max-width: 600px;
  height: 315px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .team-top-text .right-image {
    margin: 20px auto;
  }
}
@media (max-width: 640px) {
  .team-top-text .right-image {
    height: 49vw;
  }
}
.team-top-text .right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-top-text .top {
  padding-bottom: 140px;
}
@media (max-width: 1366px) {
  .team-top-text .top {
    padding-bottom: 60px;
    display: block;
  }
}
@media (max-width: 1024px) {
  .team-top-text .top {
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .team-top-text .bottom {
    display: block;
  }
}
.team-box {
  background: #fdf8ef;
  padding: 115px 0 30px;
}
@media (max-width: 1366px) {
  .team-box {
    padding: 60px 0 30px;
  }
}
@media (max-width: 1024px) {
  .team-box {
    padding: 40px 0 20px;
  }
}
@media (max-width: 480px) {
  .team-box {
    padding: 25px 0 10px;
  }
}
.team-box .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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.team-box .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .team-box .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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .team-box .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .team-box .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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .team-box .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.team-box .item {
  background: #fff;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .team-box .item {
    margin-bottom: 30px;
  }
}
.team-box .item.active {
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.4);
}
.team-box .item.active .btn-wrapper {
  position: relative;
}
.team-box .item.active .btn-wrapper::before {
  position: absolute;
  content: '';
}
.team-box .item.active .btn-wrapper .line {
  opacity: 1;
}
.team-box .item.active .btn-wrapper .read {
  opacity: 0;
}
.team-box .item.active .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .team-box .item.active .text-wrapper {
    margin-top: 35px;
  }
}
.team-box .item.active .text-wrapper .text {
  opacity: 1;
  z-index: 1;
}
.team-box .photo {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .team-box .photo img {
    width: 100%;
  }
}
.team-box .photo img {
  width: 100%;
}
.team-box .info-wrapper {
  min-height: 220px;
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .team-box .info-wrapper {
    min-height: 150px;
    padding: 0 20px 20px;
  }
}
@media (max-width: 480px) {
  .team-box .info-wrapper {
    min-height: auto;
  }
}
.team-box .name {
  font-size: 26px;
  font-weight: 700;
  color: #00256a;
  font-family: 'Proxima Nova';
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .team-box .name {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .team-box .name {
    font-size: 16px;
  }
}
.team-box .position {
  color: #898989;
  font-weight: 700;
  line-height: 1.2;
}
.team-box .btn-wrapper {
  text-align: center;
  margin-top: 35px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .team-box .btn-wrapper {
    margin-top: 15px;
  }
}
.team-box .btn-wrapper .line {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .team-box .btn-wrapper .line {
    display: none;
  }
}
.team-box .btn-wrapper .line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #f4ce92;
}
.team-box .btn-wrapper .line::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-right: 1px solid #f4ce92;
  border-bottom: 1px solid #f4ce92;
  width: 16px;
  height: 16px;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.team-box .btn-wrapper .read {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 160px;
  visibility: visible;
}
@media (max-width: 768px) {
  .team-box .btn-wrapper .read {
    display: none;
  }
}
.team-box .btn-wrapper .mobile {
  visibility: hidden;
  position: absolute;
}
@media (max-width: 768px) {
  .team-box .btn-wrapper .mobile {
    visibility: visible;
    position: static;
  }
}
.team-box .text-wrapper {
  margin-top: 0;
  height: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .team-box .text-wrapper {
    display: none;
    height: auto;
  }
}
.team-box .text-wrapper .text {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px;
  color: #252525;
  -webkit-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .team-box .text-wrapper .text {
    position: static;
    opacity: 1;
    padding: 15px;
  }
}
.team-box .text-wrapper .text .line {
  position: absolute;
  top: 0;
  width: 0;
  left: 0;
  height: 20px;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.team-box .text-wrapper .text p {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .team-box .text-wrapper .text p {
    line-height: 1.4;
  }
}
.team-box .text-wrapper.first .text {
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.4);
}
.text-wrapper.fancybox-content {
  padding: 20px;
}
.tpl-contact .top-block {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .tpl-contact .top-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .tpl-contact .top-block {
    margin-bottom: 40px;
  }
}
.tpl-contact .selectric {
  text-align: left;
}
.tpl-contact .selectric-items {
  text-align: left;
}
@media (max-width: 1024px) {
  .contact-box > .flex, .book-service .contact-box > .items {
    display: block;
  }
}
.contact-box .left-image {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  height: 700px;
}
@media (max-width: 1366px) {
  .contact-box .left-image {
    height: auto;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .contact-box .left-image {
    height: 400px;
  }
}
.contact-box .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 105px 20px 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .contact-box .right {
    padding: 50px 30px;
  }
}
@media (max-width: 1024px) {
  .contact-box .right {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .contact-box .right {
    padding: 25px 20px;
  }
}
.contact-box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 560px;
}
@media (max-width: 1366px) {
  .contact-box .info {
    max-width: none;
  }
}
.contact-box .info p {
  color: #2d2e33;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .contact-box .info p.address {
    letter-spacing: -0.5px;
  }
}
.contact-box .info p strong {
  padding-right: 5px;
}
.contact-box .title-line {
  text-align: left;
  margin-bottom: 30px;
}
.contact-box .title-line::before {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.contact-box .right-image {
  height: 540px;
  width: 270px;
  margin-left: 10%;
}
@media (max-width: 1700px) {
  .contact-box .right-image {
    margin-left: 20px;
  }
}
@media (max-width: 1500px) {
  .contact-box .right-image {
    width: 190px;
  }
}
@media (max-width: 1366px) {
  .contact-box .right-image {
    display: none;
  }
}
.contact-box .right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.contact-box .buttons-wrapper {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  margin-top: 30px;
}
.contact-box .buttons-wrapper > * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 600px) {
  .contact-box .buttons-wrapper {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-top: 10px;
  }
  .contact-box .buttons-wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.contact-box .buttons-wrapper .btn {
  min-width: auto;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .contact-box .buttons-wrapper .btn {
    margin-bottom: 20px;
  }
}
.contact-box .map {
  height: 520px;
  border-bottom: 1px solid #f4ce92;
}
@media (max-width: 1024px) {
  .contact-box .map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .contact-box .map {
    height: 220px;
  }
}
.contact-box .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-wrapper {
  position: relative;
  border-bottom: 1px solid #f4ce92;
}
.map-wrapper #map {
  height: 520px;
}
@media (max-width: 1366px) {
  .map-wrapper #map {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .map-wrapper #map {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .map-wrapper #map {
    height: 180px;
  }
}
#book-online, #newsletter {
  text-align: center;
  overflow: initial;
}
#book-online .wpcf7-form, #newsletter .wpcf7-form {
  margin-top: 30px;
}
@media (max-width: 480px) {
  #book-online .wpcf7-form, #newsletter .wpcf7-form {
    margin-top: 10px;
  }
}
.services-buttons {
  max-width: 900px;
  margin: 0 auto;
}
.services-buttons .wrapper {
  -webkit-transition: 1s 0.4s ease;
  -moz-transition: 1s 0.4s ease;
  -ms-transition: 1s 0.4s ease;
  -o-transition: 1s 0.4s ease;
  transition: 1s 0.4s ease;
}
.services-buttons .btn {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .services-buttons .btn {
    margin-bottom: 15px;
  }
}
.services-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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
.services-items > * {
  width: 19%;
  margin: 0 3% 3.75em;
}
@media (max-width: 1650px) {
  .services-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-items > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 1366px) {
  .services-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .services-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .services-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .services-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.services-item {
  height: 300px;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .services-item {
    height: 250px;
  }
}
.services-item::before {
  position: absolute;
  content: '';
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  opacity: 0.4;
  border: 1px solid #f4ce92;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  width: 100%;
  padding: 20px 30px;
}
@media (max-width: 1366px) {
  .services-item .title {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .services-item .title {
    font-size: 18px;
  }
}
.services-item .more {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 58px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00256a;
  letter-spacing: 3px;
  line-height: 1;
  display: block;
  padding-right: 53px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.services-item .more::before {
  position: absolute;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 45px;
  height: 1px;
  background: #00256a;
}
.services-item .more::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
  border-right: 1px solid #00256a;
  border-bottom: 1px solid #00256a;
}
.services-item:hover::before {
  opacity: 0.8;
  border-color: #00256a;
  -webkit-box-shadow: 7px 7px 0 0 rgba(244, 206, 146, 0.7);
  box-shadow: 7px 7px 0 0 rgba(244, 206, 146, 0.7);
}
.services-item:hover .more {
  opacity: 1;
}
.home .contact-us-map {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .home .contact-us-map {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home .contact-us-map {
    margin-top: 20px;
  }
}
.home-top-slider .swiper-slide {
  height: 770px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .home-top-slider .swiper-slide {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .home-top-slider .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .home-top-slider .swiper-slide {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .swiper-slide {
    height: 220px;
  }
}
.home-top-slider .swiper-slide .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-top-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-top-slider .swiper-slide .logo {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #f4ce92;
  padding: 50px 70px;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .home-top-slider .swiper-slide .logo {
    padding: 30px;
    width: 200px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .swiper-slide .logo {
    padding: 10px;
    width: 130px;
  }
}
.home-top-slider .swiper-slide .logo img {
  margin: 0 auto;
}
.home-top-slider .swiper-slide .video-screen {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-top-slider .swiper-slide .video-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-top-slider .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 106%;
}
.home-top-slider .swiper-pagination {
  bottom: 40px;
}
@media (max-width: 480px) {
  .home-top-slider .swiper-pagination {
    bottom: 20px;
  }
}
.home-top-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 9px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-top-slider .swiper-pagination .swiper-pagination-bullet:hover, .home-top-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00256a;
}
.home-top-slider .swiper-pagination.hide {
  display: none;
}
.home-top-slider .social-icons {
  position: absolute;
  right: 5%;
  bottom: 55px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .home-top-slider .social-icons {
    right: 20px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .home-top-slider .social-icons {
    display: none;
  }
}
.home-top-slider .social-icons a {
  display: block;
  margin: 0 0 15px;
  border-radius: 0;
}
.home-top-info {
  padding: 70px 0 20px;
}
@media (max-width: 1024px) {
  .home-top-info {
    padding: 40px 0 20px;
  }
}
@media (max-width: 480px) {
  .home-top-info {
    padding: 25px 0;
  }
}
.home-top-info .title-line {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .home-top-info .title-line {
    margin-bottom: 10px;
  }
}
.home-top-info .text {
  font-weight: 400;
  letter-spacing: 3px;
}
.home-top-info .btn {
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .home-top-info .btn {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .home-top-info .btn {
    margin-top: 10px;
  }
}
.home-slider-box > .container {
  width: 1790px;
}
.home-slider-box .home-slider-wrapper {
  padding: 0 30px;
  position: relative;
  margin: 80px 0 100px;
  z-index: 0;
}
@media (max-width: 1366px) {
  .home-slider-box .home-slider-wrapper {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .home-slider-box .home-slider-wrapper {
    margin: 40px 0 60px;
  }
}
@media (max-width: 768px) {
  .home-slider-box .home-slider-wrapper {
    margin: 25px 0 60px;
  }
}
.home-slider-box .home-slider-wrapper .box {
  position: absolute;
  top: -80px;
  bottom: -220px;
  right: 30px;
  width: 31%;
  background: #fdf8ef;
}
@media (max-width: 1366px) {
  .home-slider-box .home-slider-wrapper .box {
    top: -60px;
    bottom: -105px;
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .home-slider-box .home-slider-wrapper .box {
    display: none;
  }
}
.home-slider-box .swiper-button-next, .home-slider-box .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
}
.home-slider-box .swiper-button-next::after, .home-slider-box .swiper-button-prev::after {
  display: none;
}
.home-slider-box .swiper-button-next::before, .home-slider-box .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'Font Awesome';
  font-size: 30px;
  line-height: 1;
  color: #00256a;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider-box .swiper-button-next:hover::before, .home-slider-box .swiper-button-prev:hover::before {
  color: #f4ce92;
}
.home-slider-box .swiper-button-next {
  right: 0;
}
@media (max-width: 1366px) {
  .home-slider-box .swiper-button-next {
    right: 0;
  }
}
.home-slider-box .swiper-button-next::before {
  content: '\f105';
  right: 0;
}
.home-slider-box .swiper-button-prev {
  left: 0;
}
@media (max-width: 1366px) {
  .home-slider-box .swiper-button-prev {
    left: 0;
  }
}
.home-slider-box .swiper-button-prev::before {
  content: '\f104';
  left: 0;
}
.home-slider-box .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -72px;
  text-align: center;
}
@media (max-width: 1366px) {
  .home-slider-box .swiper-pagination {
    bottom: -45px;
  }
}
.home-slider-box .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  position: relative;
  background: transparent;
}
.home-slider-box .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #f4ce92;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider-box .swiper-pagination .swiper-pagination-bullet:hover::before, .home-slider-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #00256a;
  width: 8px;
  height: 8px;
}
.home-slider-box .btn-wrapper {
  position: relative;
  z-index: 0;
  text-align: center;
}
.home-slider-box .btn-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  height: 1px;
  background: #f4ce92;
  content: '';
  z-index: -2;
}
@media (max-width: 768px) {
  .home-slider-box .btn-wrapper::before {
    width: 100%;
  }
}
.home-slider-box .btn-wrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 325px;
  height: 100%;
  background: #fff;
  content: '';
  z-index: -1;
}
@media (max-width: 480px) {
  .home-slider-box .btn-wrapper::after {
    width: 170px;
  }
}
.home-info h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 27px;
}
.home-info h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #f4ce92;
}
.home-info .top {
  position: relative;
}
@media (max-width: 1024px) {
  .home-info .top > .flex, .home-info .book-service .top > .items, .book-service .home-info .top > .items {
    display: block;
  }
}
.home-info .top .image {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  height: 550px;
  margin-right: 5%;
}
@media (max-width: 1366px) {
  .home-info .top .image {
    height: 400px;
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .home-info .top .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-info .top .image {
    height: 220px;
  }
}
.home-info .top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-info .top .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-info .top .text {
  width: 66%;
}
@media (max-width: 1650px) {
  .home-info .top .text {
    width: 100%;
  }
}
.home-info .top .text p {
  line-height: 1.5;
}
@media (max-width: 480px) {
  .home-info .top .text p {
    line-height: 1.5;
  }
}
.home-info .top .right-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19%;
  height: 220px;
}
@media (max-width: 1650px) {
  .home-info .top .right-image {
    display: none;
  }
}
.home-info .top .right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-info .image-text {
  margin-top: 150px;
}
@media (max-width: 1366px) {
  .home-info .image-text {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .home-info .image-text {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-info .image-text {
    margin-top: 25px;
  }
}
.home-info .image-text .item {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1366px) {
  .home-info .image-text .item {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-info .image-text .item {
    margin-bottom: 40px;
  }
  .home-info .image-text .item > .flex, .home-info .image-text .book-service .item > .items, .book-service .home-info .image-text .item > .items {
    display: block;
  }
  .home-info .image-text .item::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-info .image-text .item {
    margin-bottom: 25px;
  }
}
.home-info .image-text .item .box {
  position: absolute;
  opacity: 0;
}
.home-info .image-text .item .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .home-info .image-text .item .image {
    max-width: 400px;
    margin: 20px auto;
  }
}
.home-info .image-text .item .image img {
  width: 100%;
}
.home-info .image-text .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-info .image-text .item .text p {
  line-height: 1.5;
}
@media (max-width: 480px) {
  .home-info .image-text .item .text p {
    line-height: 1.5;
  }
}
.home-info .image-text .item .additional-image {
  position: absolute;
  width: 19%;
  height: 380px;
  top: -115px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1870px) {
  .home-info .image-text .item .additional-image {
    width: 15%;
    height: 200px;
  }
}
@media (max-width: 1650px) {
  .home-info .image-text .item .additional-image {
    display: none;
  }
}
.home-info .image-text .item .additional-image .additional-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  left: 50px;
  background: #fdf8ef;
  z-index: -1;
}
.home-info .image-text .item .additional-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-info .image-text .item:nth-child(2n-1) .box {
  z-index: -1;
  width: 44%;
  height: 80%;
  background: #fdf8ef;
  top: -29%;
  right: 12%;
  opacity: 1;
}
.home-info .image-text .item:nth-child(2n-1) .image {
  padding-left: 14%;
}
@media (max-width: 1366px) {
  .home-info .image-text .item:nth-child(2n-1) .image {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home-info .image-text .item:nth-child(2n-1) .image {
    padding-left: 0;
  }
}
.home-info .image-text .item:nth-child(2n-1) .text {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1366px) {
  .home-info .image-text .item:nth-child(2n-1) .text {
    margin-top: 0;
  }
}
.home-info .image-text .item:nth-child(2n-1) .text::before {
  position: absolute;
  content: '';
  top: 18px;
  bottom: -27%;
  left: -15%;
  right: -10%;
  background: #fff;
}
@media (max-width: 1366px) {
  .home-info .image-text .item:nth-child(2n-1) .text::before {
    left: -20px;
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .home-info .image-text .item:nth-child(2n-1) .text::before {
    display: none;
  }
}
.home-info .image-text .item:nth-child(2n-1) .text p {
  position: relative;
}
.home-info .image-text .item:nth-child(2n-1) .additional-image {
  left: 0;
}
.home-info .image-text .item:nth-child(2n) .box {
  z-index: -1;
  opacity: 1;
  width: 35%;
  height: 95%;
  background: #fdf8ef;
  top: -12%;
  left: 0;
}
@media (max-width: 1366px) {
  .home-info .image-text .item:nth-child(2n) .box {
    top: -30px;
  }
}
.home-info .image-text .item:nth-child(2n) > .flex, .home-info .image-text .book-service .item:nth-child(2n) > .items, .book-service .home-info .image-text .item:nth-child(2n) > .items {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-info .image-text .item:nth-child(2n) .image {
  padding-right: 18%;
}
@media (max-width: 1366px) {
  .home-info .image-text .item:nth-child(2n) .image {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .home-info .image-text .item:nth-child(2n) .image {
    padding-right: 0;
  }
}
.home-info .image-text .item:last-child {
  margin-bottom: 0;
}
.before-after-text {
  padding-bottom: 90px;
}
@media (max-width: 1366px) {
  .before-after-text {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .before-after-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .before-after-text {
    padding-bottom: 25px;
  }
}
.before-after-box .container {
  width: 1790px;
}
.before-after-box .services-filter .title {
  font-weight: 700;
  font-size: 23px;
  color: #00256a;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .before-after-box .services-filter .title {
    font-size: 18px;
  }
}
.before-after-box .services-filter label {
  -webkit-flex-basis: 365px;
  -moz-flex-basis: 365px;
  -ms-flex-preferred-size: 365px;
  flex-basis: 365px;
}
@media (max-width: 480px) {
  .before-after-box .services-filter label {
    -webkit-flex-basis: 190px;
    -moz-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
}
.before-after-box .services-filter .selectric .label {
  line-height: 60px;
  height: 60px;
  font-size: 23px;
}
@media (max-width: 480px) {
  .before-after-box .services-filter .selectric .label {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.before-after-box .services-filter .selectric .button {
  height: 60px;
}
@media (max-width: 480px) {
  .before-after-box .services-filter .selectric .button {
    height: 40px;
  }
}
.before-after-box .services-filter .selectric-items li {
  font-size: 23px;
  padding: 15px 20px;
}
@media (max-width: 480px) {
  .before-after-box .services-filter .selectric-items li {
    font-size: 18px;
    padding: 5px 20px;
  }
}
.before-after-box .sliders-wrapper > .container {
  width: 1260px;
}
.before-after-slider-wrapper {
  display: none;
  position: relative;
  padding: 0 30px;
  margin: 20px 0 115px;
}
@media (max-width: 1024px) {
  .before-after-slider-wrapper {
    margin: 20px 0 70px;
  }
}
.before-after-slider-wrapper .swiper-slide {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .before-after-slider-wrapper .swiper-slide {
    display: block;
  }
}
@media (max-width: 768px) {
  .before-after-slider-wrapper .swiper-slide {
    padding: 0;
  }
}
.before-after-slider-wrapper .image {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
  height: 570px;
  position: relative;
}
@media (max-width: 1366px) {
  .before-after-slider-wrapper .image {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .before-after-slider-wrapper .image.before {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .before-after-slider-wrapper .image {
    height: 300px;
  }
  .before-after-slider-wrapper .image.before {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .before-after-slider-wrapper .image {
    height: 190px;
  }
}
.before-after-slider-wrapper .image.before {
  display: none;
}
.before-after-slider-wrapper .image.after {
  max-height: 630px;
  height: 46vw;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.before-after-slider-wrapper .image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}
@media (max-width: 768px) {
  .before-after-slider-wrapper .image::before {
    border-width: 10px;
  }
}
.before-after-slider-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-after-slider-wrapper .image .caption {
  position: absolute;
  left: 60px;
  bottom: 60px;
  font-size: 17px;
  font-weight: 700;
  color: #00256a;
  border: 1px solid #f4ce92;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 7px 20px;
  letter-spacing: -0.5px;
  max-width: 85%;
}
@media (max-width: 1366px) {
  .before-after-slider-wrapper .image .caption {
    left: 30px;
  }
}
@media (max-width: 480px) {
  .before-after-slider-wrapper .image .caption {
    left: 20px;
    right: 20px;
    bottom: 45px;
    max-width: none;
    padding: 5px;
    font-size: 13px;
    line-height: 1.2;
  }
}
.before-after-slider-wrapper .image .btn {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  line-height: 70px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 24px;
  letter-spacing: 0;
  border: 2px solid #f4ce92;
  font-family: 'Proxima Nova';
  text-transform: capitalize;
  min-width: 240px;
}
@media (max-width: 768px) {
  .before-after-slider-wrapper .image .btn {
    line-height: 40px;
    min-width: 200px;
    font-size: 18px;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@media (max-width: 480px) {
  .before-after-slider-wrapper .image .btn {
    min-width: auto;
    line-height: 30px;
    font-size: 15px;
  }
}
.before-after-slider-wrapper .image .btn:hover {
  background: #f4ce92;
}
.before-after-slider-wrapper .swiper-button-next, .before-after-slider-wrapper .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
}
.before-after-slider-wrapper .swiper-button-next::after, .before-after-slider-wrapper .swiper-button-prev::after {
  display: none;
}
.before-after-slider-wrapper .swiper-button-next::before, .before-after-slider-wrapper .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'Font Awesome';
  font-size: 60px;
  line-height: 1;
  color: #00256a;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.before-after-slider-wrapper .swiper-button-next:hover::before, .before-after-slider-wrapper .swiper-button-prev:hover::before {
  color: #f4ce92;
}
.before-after-slider-wrapper .swiper-button-next {
  right: 0;
}
@media (max-width: 1366px) {
  .before-after-slider-wrapper .swiper-button-next {
    right: 0;
  }
}
.before-after-slider-wrapper .swiper-button-next::before {
  content: '\f105';
  right: 0;
}
.before-after-slider-wrapper .swiper-button-prev {
  left: 0;
}
@media (max-width: 1366px) {
  .before-after-slider-wrapper .swiper-button-prev {
    left: 0;
  }
}
.before-after-slider-wrapper .swiper-button-prev::before {
  content: '\f104';
  left: 0;
}
.before-after-slider-wrapper .swiper-pagination {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -75px;
  padding: 0;
}
@media (max-width: 1024px) {
  .before-after-slider-wrapper .swiper-pagination {
    bottom: -45px;
  }
}
.before-after-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  position: relative;
  background: transparent;
}
.before-after-slider-wrapper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #f4ce92;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.before-after-slider-wrapper .swiper-pagination .swiper-pagination-bullet:hover::before, .before-after-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #00256a;
  width: 8px;
  height: 8px;
}
.single-services .slider-box > .container, .single-products-brands .slider-box > .container {
  width: 1260px;
}
.single-services .slider-box .before-after-slider-wrapper, .single-products-brands .slider-box .before-after-slider-wrapper {
  display: block;
}
.book-service-active {
  height: auto !important;
}
.book-now-btn-wrapper {
  padding: 30px 0;
}
@media (max-width: 480px) {
  .book-now-btn-wrapper {
    padding: 15px 0;
  }
}
footer {
  border-top: 1px solid #f4ce92;
  padding: 80px 0 45px;
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  footer > .flex, .book-service footer > .items {
    display: block;
  }
}
footer .footer-left {
  -webkit-flex-basis: 245px;
  -moz-flex-basis: 245px;
  -ms-flex-preferred-size: 245px;
  flex-basis: 245px;
  margin-right: 14%;
}
@media (max-width: 1366px) {
  footer .footer-left {
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  footer .footer-left {
    margin-right: 0;
    text-align: center;
  }
}
footer .footer-left .footer-logo {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  footer .footer-left .footer-logo {
    margin-bottom: 10px;
    display: inline-block;
  }
}
footer .footer-left .footer-logo img {
  max-height: 120px;
  margin: 0 auto;
}
footer .footer-left .copyright {
  font-size: 19px;
  color: #464646;
  line-height: 1.4;
  letter-spacing: -0.1px;
}
@media (max-width: 480px) {
  footer .footer-left .copyright {
    font-size: 14px;
    letter-spacing: 0;
  }
}
footer .footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .footer-menu ul {
  column-count: 2;
}
@media (max-width: 1024px) {
  footer .footer-menu ul {
    column-count: 1;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer-menu ul {
    padding: 20px 0;
  }
}
footer .footer-menu ul li {
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  footer .footer-menu ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu ul li {
    margin-bottom: 0;
  }
}
footer .footer-menu ul a {
  color: #00256a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
}
@media (max-width: 1366px) {
  footer .footer-menu ul a {
    font-size: 18px;
    letter-spacing: 0;
  }
}
footer .footer-menu ul a:hover {
  color: #00379d;
}
footer .footer-menu ul .btn {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 1366px) {
  footer .footer-menu ul .btn {
    min-width: auto;
  }
}
footer .footer-menu ul .btn a {
  font-size: 14px;
}
footer .footer-menu ul .btn a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .footer-menu .sub-menu {
  display: none;
}
footer .footer-right {
  -webkit-flex-basis: 400px;
  -moz-flex-basis: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  margin-left: 25px;
}
@media (max-width: 1366px) {
  footer .footer-right {
    -webkit-flex-basis: 330px;
    -moz-flex-basis: 330px;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
  }
}
@media (max-width: 1024px) {
  footer .footer-right {
    -webkit-flex-basis: 270px;
    -moz-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  footer .footer-right {
    text-align: center;
    margin-left: 0;
  }
}
footer .footer-right .footer-btn {
  margin-bottom: 20px;
  width: 92%;
}
footer .footer-right span {
  display: inline-block;
  font-size: 20px;
  color: #00256a;
  letter-spacing: -0.2px;
}
@media (max-width: 1366px) {
  footer .footer-right span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .footer-right span {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 768px) {
  footer .footer-right span {
    display: block;
  }
}
@media (max-width: 480px) {
  footer .footer-right span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .footer-right .address {
    margin-bottom: 0;
    text-align: center;
  }
}
footer .footer-right .address strong {
  letter-spacing: -1px;
}
footer .footer-squareup-form {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  footer .footer-squareup-form {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
footer .footer-squareup-form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .footer-squareup-form label input {
  border-radius: 0;
  height: 44px;
  border-right: none;
}
footer .footer-squareup-form button {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  min-width: auto;
}
@media (max-width: 1366px) {
  footer .footer-squareup-form button {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  footer .footer-squareup-form button {
    letter-spacing: 0;
  }
}
