@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
.uCase {
  text-transform: uppercase;
}
.center {
  margin: 0 auto;
}
.centerMargin {
  margin: 0 auto;
}
.centerText {
  text-align: center;
}
.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.block {
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.clear2 {
  clear: both;
  display: block;
}
.nb {
  border: none !important;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  font-weight: 600;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 28px;
  height: 19px;
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  height: 1.5px;
  top: 5px;
}
.hamburger--spin.is-active .hamburger-inner::after {
  top: 0px;
  height: 2px;
}
.pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .pb50 {
    padding-bottom: 0px;
  }
}
.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt40 {
    padding-top: 0px;
  }
}
.pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .pb90 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .pbm90 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .ptm20 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .pbm20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .ptm40 {
    padding-top: 40px;
  }
}
body {
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 80px !important;
  background-color: #fff;
}
html {
  scroll-behavior: smooth;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  user-select: none;
}
input:focus,
select:focus,
.selection:focus,
.select2-selection:focus {
  outline: none !important;
}
nav ul,
footer ul,
ul.link-list {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.container {
  position: relative;
  width: 1240px;
  display: block;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  max-width: initial;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px),only screen and (min-width: 1025px) and (max-width: 1290px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.only-desktop {
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}
.only-desktop-i {
  display: inline-block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-desktop-i {
    display: none;
  }
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
}
.only-mobile-i {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-mobile-i {
    display: inline-block;
  }
}
.no-padding-l {
  padding-left: 0px;
}
.no-padding-r {
  padding-right: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-b {
  padding-bottom: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.paging {
  padding-top: 20px;
  margin-bottom: 80px;
}
#topbar {
  height: 52px;
  background: #102c47;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2001;
}
@media (max-width: 1464px) {
  #topbar .fluid-container {
    padding: 0 12px;
  }
}
#topbar .fluid-container .topbarHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#topbar .fluid-container .topbarHolder .topbarLeft {
  display: flex;
  align-items: center;
}
#topbar .fluid-container .topbarHolder .topbarLeft span {
  color: #fff;
  margin-right: 19px;
  font-size: 0.875rem;
}
#topbar .fluid-container .topbarHolder .topbarLeft img {
  height: 20px;
  width: auto;
  margin-right: 16px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #topbar .fluid-container .topbarHolder .topbarLeft img {
    margin-right: 10px;
  }
}
#topbar .fluid-container .topbarHolder .topbarLeft a {
  display: flex;
}
@media only screen and (min-width: 1350px) {
  #topbar .fluid-container .topbarHolder .topbarLeft .only-desktop {
    display: none;
  }
}
#topbar .fluid-container .topbarHolder .topbarCenter {
  display: flex;
  align-items: center;
}
#topbar .fluid-container .topbarHolder .topbarCenter span {
  color: #fff;
  font-size: 0.875rem;
}
#topbar .fluid-container .topbarHolder .topbarCenter img {
  height: 25px;
  width: auto;
  margin-right: 16px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #topbar .fluid-container .topbarHolder .topbarCenter img {
    margin-right: 10px;
  }
}
#topbar .fluid-container .topbarHolder .topbarCenter a {
  display: flex;
  align-items: center;
  background: #d4b170;
  border-radius: 10px;
  padding: 2px 10px;
  color: #fff;
  margin: 0px 5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #topbar .fluid-container .topbarHolder .topbarCenter a {
    background: none;
    padding: 0px;
    margin: 0px 2px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #topbar .fluid-container .topbarHolder .topbarCenter a span {
    display: none;
  }
}
@media only screen and (min-width: 1350px) {
  #topbar .fluid-container .topbarHolder .topbarCenter .only-desktop {
    display: none;
  }
}
#topbar .fluid-container .topbarHolder .topbarRight {
  display: flex;
  align-items: center;
}
#topbar .fluid-container .topbarHolder .topbarRight img {
  height: 20px;
  width: auto;
  margin-right: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #topbar .fluid-container .topbarHolder .topbarRight img {
    display: none;
  }
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1rem;
  position: relative;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .selected {
  user-select: none;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .selected:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../images/icon-chevron-down-white.svg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transition: transform 0.24s ease-out;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .selected:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../images/icon-globe.svg);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .selected span {
  display: inline-block;
  vertical-align: middle;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .selected span.label {
  margin-top: 2px;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down {
  position: absolute;
  bottom: 0;
  display: none;
  left: -20px;
  top: 34px;
  width: 200px;
  height: 0;
  background-color: rgba(31,31,31,0.87);
  border-radius: 0 0 3px 3px;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options {
  max-height: 244px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  overflow: auto;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
  background: rgba(31,31,31,0.87);
  transition: background 0.24s ease-out;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option:last-child {
  border-bottom: 0 none;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option:hover {
  background: rgba(31,31,31,0.97);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .language {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  text-align: left;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1rem;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  margin-right: 10px;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-bg {
  background-image: url(../images/flags/bg.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-en {
  background-image: url(../images/flags/en.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-fr {
  background-image: url(../images/flags/fr.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-de {
  background-image: url(../images/flags/de.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-es {
  background-image: url(../images/flags/es.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-ru {
  background-image: url(../images/flags/ru.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-tr {
  background-image: url(../images/flags/tr.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-ar {
  background-image: url(../images/flags/ar.ico);
  background-size: cover;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-ch {
  background-image: url(../images/flags/ch.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-hi {
  background-image: url(../images/flags/hi.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .options .option .flag-hw {
  background-image: url(../images/flags/hw.svg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .action-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: rgba(31,31,31,0.87);
  transition: background 0.24s ease-out;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .action-button:hover {
  background: rgba(31,31,31,0.97);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down .drop-down .action-button span {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down.is-opened .selected:after {
  transform: rotate(-180deg);
}
#topbar .fluid-container .topbarHolder .topbarRight .locales-drop-down.is-opened .drop-down {
  display: block;
  height: auto;
  visibility: inherit;
  opacity: 1;
}
#topbar .fluid-container .topbarHolder .topbarRight .loginBox {
  margin-left: 48px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #topbar .fluid-container .topbarHolder .topbarRight .loginBox {
    margin-left: 15px;
  }
}
#topbar .fluid-container .topbarHolder .topbarRight .loginBox a {
  color: #fff;
  font-size: 0.875rem;
}
#topbar .fluid-container .topbarHolder .topbarRight .loginBox .signin {
  margin-left: 14px;
}
#topbar .fluid-container .topbarHolder .topbarRight .loginBox .login {
  margin-right: 14px;
}
.fluid-container {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 1440px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .fluid-container {
    width: 100%;
    padding: 0 15px;
  }
}
header {
  position: relative;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 52px;
  z-index: 2000;
  transition: top 0.2s ease-in-out;
  background-color: #FFF;
  box-shadow: 0px 0px 15px rgba(0,1,0,0.6);
}
header .containerBig {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1000;
  max-width: 1400px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .containerBig nav {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav {
    height: auto;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .logoContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
header .containerBig nav .logoContainer .logo img {
  max-width: 300px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .logoContainer .logo img {
    max-width: 75%;
  }
}
header .containerBig nav .logoContainer .navBtn {
  padding-top: 4px;
}
header .containerBig nav .logoContainer .navBtn i {
  font-size: 28px;
}
header .containerBig nav .menuContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer {
    position: fixed;
    top: 80px;
    z-index: 999;
    background-color: #000;
    height: 90%;
    width: 100%;
    text-align: center;
    right: -100%;
    padding-bottom: 20px;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    overflow-y: scroll;
  }
}
header .containerBig nav .menuContainer .menu {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
  }
}
header .containerBig nav .menuContainer .menu .children {
  background: #fff;
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu .children {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: transform .15s linear;
  }
}
header .containerBig nav .menuContainer .menu .children a {
  color: #000;
}
@media (min-width: 1200px) {
  header .containerBig nav .menuContainer .menu li.parent:hover ul.children {
    display: block;
    position: absolute;
    z-index: 99999;
    background: #ffffff;
    margin-left: -47px;
    padding: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu li.parent:hover ul.children {
    width: 100%;
    padding: 15px;
    position: relative !important;
    background: transparent;
    margin-left: 0;
    margin-top: 0px !important;
    padding: 0px 15px;
    text-align: left;
  }
}
header .containerBig nav .menuContainer .menu li.parent:hover ul.children li {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu li.parent:hover ul.children li {
    border-bottom: 1px solid #cfd1d2;
  }
}
header .containerBig nav .menuContainer .menu li.parent:hover ul.children li:last-child {
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  header .containerBig nav .menuContainer .menu li.parent:hover ul.children li {
    padding: 5px 20px;
    min-width: 300px;
  }
}
header .containerBig nav .menuContainer .menu li.parent:hover ul.children li a {
  padding: 5px 0;
  color: #000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu li.parent:hover ul.children li a {
    width: 100%;
    font-size: 14px;
  }
}
header .containerBig nav .menuContainer .menu li.parent:hover ul.children li a:hover {
  color: #d4b170;
  padding-bottom: 5px;
  border-bottom: none;
}
header .containerBig nav .menuContainer .menu li.parent > a::after {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu li.parent > a::after {
    display: inline-block !important;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    color: #000;
    margin-left: 8px;
    margin-top: 3px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu li.parent:hover > a::after {
    content: '\f077';
  }
}
header .containerBig nav .menuContainer .menu .menuLi,
header .containerBig nav .menuContainer .menu .menuLi2 {
  margin-right: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu .menuLi,
  header .containerBig nav .menuContainer .menu .menuLi2 {
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin: 0px;
    text-align: left;
    border-bottom: solid 1px #cfd1d2;
    width: 100%;
  }
}
header .containerBig nav .menuContainer .menu .menuLi .menuItem,
header .containerBig nav .menuContainer .menu .menuLi2 .menuItem {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .menu .menuLi .menuItem,
  header .containerBig nav .menuContainer .menu .menuLi2 .menuItem {
    width: 100%;
  }
}
header .containerBig nav .menuContainer .langContainer {
  position: relative;
  display: block;
  margin-left: 36px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .containerBig nav .menuContainer .langContainer {
    padding-bottom: 30px;
  }
}
header .containerBig nav .menuContainer .langContainer .currentLang {
  display: block;
  width: 22px;
  padding-bottom: 5px;
  cursor: pointer;
}
header .containerBig nav .menuContainer .langContainer .currentLang img {
  display: block;
  max-width: 100%;
}
header .containerBig nav .menuContainer .langContainer .listLangs {
  position: absolute;
  top: 27px;
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
}
header .containerBig nav .menuContainer .langContainer .listLangs li {
  padding-bottom: 5px;
}
header .containerBig nav .menuContainer .langContainer .listLangs li a {
  display: block;
  width: 22px;
}
header .containerBig nav .menuContainer .langContainer .listLangs li a img {
  display: block;
  max-width: 100%;
}
header .containerBig nav .menuContainer .langContainer:hover .listLangs {
  height: 36px;
}
header.transparent {
  position: relative;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 52px;
  z-index: 2000;
  transition: top 0.2s ease-in-out;
  background-color: rgba(0,0,0,0);
  box-shadow: none;
}
header.transparent .containerBig {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1000;
  max-width: 1400px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.transparent .containerBig nav {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav {
    height: auto;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .logoContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
header.transparent .containerBig nav .logoContainer .logo img {
  max-width: 300px;
}
header.transparent .containerBig nav .logoContainer .navBtn {
  padding-top: 4px;
}
header.transparent .containerBig nav .logoContainer .navBtn i {
  font-size: 28px;
}
header.transparent .containerBig nav .menuContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer {
    position: fixed;
    top: 80px;
    z-index: 999;
    background-color: #000;
    height: 90%;
    width: 100%;
    text-align: center;
    right: -100%;
    padding-bottom: 20px;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    overflow-y: scroll;
  }
}
header.transparent .containerBig nav .menuContainer .menu {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
  }
}
header.transparent .containerBig nav .menuContainer .menu .children {
  background: #fff;
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu .children {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: transform .15s linear;
  }
}
header.transparent .containerBig nav .menuContainer .menu .children a {
  color: #fff;
}
@media (min-width: 1200px) {
  header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children {
    display: block;
    position: absolute;
    z-index: 99999;
    background: rgba(0,0,0,0.83);
    margin-left: -47px;
    padding: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children {
    width: 100%;
    padding: 15px;
    position: relative;
    background: transparent;
    margin-left: 0;
    margin-top: 0px !important;
    padding: 0px 15px !important;
    text-align: left;
  }
}
header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children li {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children li {
    border-bottom: 1px solid #cfd1d2;
  }
}
header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children li:last-child {
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children li {
    padding: 5px 20px;
    min-width: 300px;
  }
}
header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children li a {
  padding: 5px 0;
  color: #fff;
}
header.transparent .containerBig nav .menuContainer .menu li.parent:hover ul.children li a:hover {
  color: #d4b170;
  padding-bottom: 5px;
  border-bottom: none;
}
header.transparent .containerBig nav .menuContainer .menu li.parent > a::after {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu li.parent > a::after {
    display: inline-block !important;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    color: #000;
    margin-left: 8px;
    margin-top: 3px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu li.parent:hover > a::after {
    content: '\f077';
  }
}
header.transparent .containerBig nav .menuContainer .menu .menuLi,
header.transparent .containerBig nav .menuContainer .menu .menuLi2 {
  margin-right: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu .menuLi,
  header.transparent .containerBig nav .menuContainer .menu .menuLi2 {
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin: 0px;
    text-align: left;
    border-bottom: solid 1px #cfd1d2;
    width: 100%;
  }
}
header.transparent .containerBig nav .menuContainer .menu .menuLi .menuItem,
header.transparent .containerBig nav .menuContainer .menu .menuLi2 .menuItem {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .menu .menuLi .menuItem,
  header.transparent .containerBig nav .menuContainer .menu .menuLi2 .menuItem {
    width: 100%;
  }
}
header.transparent .containerBig nav .menuContainer .langContainer {
  position: relative;
  display: block;
  margin-left: 36px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header.transparent .containerBig nav .menuContainer .langContainer {
    padding-bottom: 30px;
  }
}
header.transparent .containerBig nav .menuContainer .langContainer .currentLang {
  display: block;
  width: 22px;
  padding-bottom: 5px;
  cursor: pointer;
}
header.transparent .containerBig nav .menuContainer .langContainer .currentLang img {
  display: block;
  max-width: 100%;
}
header.transparent .containerBig nav .menuContainer .langContainer .listLangs {
  position: absolute;
  top: 27px;
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
}
header.transparent .containerBig nav .menuContainer .langContainer .listLangs li {
  padding-bottom: 5px;
}
header.transparent .containerBig nav .menuContainer .langContainer .listLangs li a {
  display: block;
  width: 22px;
}
header.transparent .containerBig nav .menuContainer .langContainer .listLangs li a img {
  display: block;
  max-width: 100%;
}
header.transparent .containerBig nav .menuContainer .langContainer:hover .listLangs {
  height: 36px;
}
header.transparent hamburger-inner,
header.transparent .hamburger-inner::before,
header.transparent .hamburger-inner::after,
header.transparent .hamburger-inner,
header.transparent .hamburger-inner::before,
header.transparent .hamburger-inner::after,
header.transparent .hamburger.is-active .hamburger-inner,
header.transparent .hamburger.is-active .hamburger-inner::before,
header.transparent .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
header.transparent .hamburger {
  color: #fff;
}
#topbar.transparent {
  background: rgba(0,0,0,0);
  border-bottom: 1px solid #fff;
}
.nav-up {
  top: -80px;
  box-shadow: initial;
}
.autoHeight {
  height: auto !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .autoHeight .menuContainer {
    background-color: #fff !important;
  }
  .autoHeight .menuContainer .menu .children a {
    color: #000 !important;
  }
  .autoHeight .menuContainer .menu .menuLi .menuItem,
  .autoHeight .menuContainer .menu .menuLi2 .menuItem {
    color: #000 !important;
  }
}
.showMenu {
  display: flex;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
  right: 0px !important;
}
.showChild {
  z-index: 100 !important;
  display: block !important;
  transform: translateX(-100%);
  visibility: visible !important;
  position: relative !important;
}
.sliderContainer {
  position: relative;
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sliderContainer .swiper-container .swiper-wrapper .swiper-slide {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiper-container .swiper-wrapper .swiper-slide {
    height: 350px;
  }
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  height: 90px;
  background-color: rgba(0,0,0,0.6);
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom {
    width: 100%;
    padding: 20px 15px;
  }
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container {
  padding-left: 15px;
  padding-right: 0px;
  overflow: hidden;
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row {
  width: 100%;
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .propertyName {
  font-size: 32px;
  color: #FFF;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .propertyName {
    font-size: 20px;
  }
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .separator {
  font-size: 32px;
  color: #FFF;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .separator {
    font-size: 20px;
  }
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .price {
  display: block;
  color: #cead52;
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .price {
    font-size: 20px;
  }
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .rightPart {
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2px;
  margin-right: -45px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .rightPart {
    width: 100%;
    padding-top: 15px;
  }
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .rightPart .price {
  padding-top: 5px;
  display: block;
  color: #cead52;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.sliderContainer .swiper-container .swiper-wrapper .swiper-slide .bottom .container .row .rightPart .textS {
  font-size: 12px;
  color: #FFF;
  width: 30px;
  display: inline-block;
}
.sliderContainer .swiperIcons {
  position: absolute;
  bottom: 30%;
  left: 0px;
  width: 100%;
  z-index: 200;
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiperIcons {
    position: relative;
    bottom: initial;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sliderContainer .swiperIcons .container .iconsRow {
  display: flex;
  flex: row;
  justify-content: space-between;
  max-width: 550px;
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiperIcons .container .iconsRow {
    max-width: initial;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 0 7px;
  margin-top: 10px;
  margin-right: 10px;
  background: rgba(32,40,48,0.5);
  border: 1px dotted rgba(255,255,255,0.5);
  border-radius: 3px;
  text-align: center;
  transition: all 0.24s ease-out;
}
@media only screen and (max-width: 768px) {
  .sliderContainer .swiperIcons .container .iconsRow .iconInfo {
    width: 25vw;
    height: 25vw;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo .fontAw {
  font-size: 37px;
  color: #FFF;
  height: 44.5px;
  line-height: 1.3;
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo .iconImg {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo .iconImg img {
  max-width: 100%;
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo .text {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo:after {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  width: calc(102%);
  height: calc(102%);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.24s ease-out;
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo:hover {
  background: rgba(32,40,48,0.75);
  border-color: transparent;
}
.sliderContainer .swiperIcons .container .iconsRow .iconInfo:hover:after {
  opacity: 1;
}
.searchContainer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.searchContainer .mobSearchBox {
  display: none;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .searchContainer .mobSearchBox {
    display: none;
  }
}
.searchContainer .mobSearchBox #mobileSearchOpen {
  background-color: #002347;
  color: #FFF;
  padding: 9px 25px;
  display: inline-block;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
}
.searchContainer .mobSearchBox #mobileSearchOpen i {
  margin-left: 7px;
  font-size: 17px;
}
.searchContainer .container {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #FFF;
}
.searchContainer .container .heading {
  margin-bottom: 13px;
  font-size: 18px;
  color: #070809;
  text-transform: uppercase;
  display: block;
}
#search_form .row .formFields .customRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
@media only screen and (max-width: 768px) {
  #search_form .row .formFields .customRow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#search_form .row .formFields .customRow .colS {
  width: 20%;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 12px;
  margin-top: 12px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #search_form .row .formFields .customRow .colS {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #search_form .row .formFields .customRow .colS {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#search_form .row .formFields .customRow .colS .button-primary {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  padding: 0 30px 0 30px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 1px 1px 5px rgba(1,1,1,0.39);
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
#search_form .row .formFields .customRow .colS .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
#search_form .row .formFields .customRow .colS .button-primary .button-triangle,
#search_form .row .formFields .customRow .colS .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
#search_form .row .formFields .customRow .colS .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
#search_form .row .formFields .customRow .colS .button-primary .button-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  right: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #002347;
}
#search_form .row .formFields .customRow .colS .button-primary .button-icon i {
  line-height: 34px;
  display: block;
  text-align: center;
}
#search_form .row .formFields .customRow .colS .button-primary:hover {
  text-decoration: none;
  color: #428500;
  cursor: pointer;
}
#search_form .row .formFields .customRow .colS .button-primary:hover span {
  color: #000;
}
#search_form .row .formFields .customRow .colS .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
#search_form .row .formFields .customRow .colS .button-primary:hover .button-triangle2 {
  border-width: 0 0 40px 40px;
}
#search_form .row .formFields .customRow .colS .button-primary:hover .button-icon {
  background-color: #FFF;
}
#search_form .row .formFields .customRow .colS .select2-container {
  width: 100% !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border-radius: 0px;
}
#search_form .row .formFields .customRow .colS .select2-container .select2-selection--single {
  height: 40px !important;
  border: initial;
}
#search_form .row .formFields .customRow .colS .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
}
#search_form .row .formFields .customRow .colS .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 14px;
  color: #070809;
}
#search_form .row .formFields .customRow .colS .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}
#search_form .row .formFields .customRow .colS input {
  height: 40px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border: none;
  font-size: 14px;
  color: #070809;
  padding-left: 15px;
  padding-right: 10px;
}
#search_form .row .formFields .customRow .colS input::placeholder {
  font-size: 14px;
  color: #070809;
  opacity: 1;
  font-weight: 600;
}
#search_form .row .formFields .customRow .colL {
  width: 40%;
  padding-left: 11px;
  padding-right: 11px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #search_form .row .formFields .customRow .colL {
    width: 100%;
    order: 10;
  }
}
@media only screen and (max-width: 768px) {
  #search_form .row .formFields .customRow .colL {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#search_form .row .formFields .customRow .colxL {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
#search_form .row .buttonContainer {
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 768px) {
  #search_form .row .buttonContainer {
    justify-content: center;
  }
}
#search_form .row .buttonContainer button {
  background-color: #002347;
  width: 90px;
  height: 92px;
  border-radius: 40px;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#search_form .row .buttonContainer button img {
  max-width: 100%;
}
#search_form .row .buttonContainer button i {
  color: #FFF;
  font-size: 29px;
}
.select2-dropdown {
  left: 0;
  top: 6px;
  border-radius: 4px !important;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
#select2-propertyType-results .select2-results__option,
#select2-facilities-results .select2-results__option,
#select2-activities-results .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
}
#select2-propertyType-results .select2-results__option:before,
#select2-facilities-results .select2-results__option:before,
#select2-activities-results .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 2px;
}
#select2-propertyType-results .select2-results__option[aria-selected=true]:before,
#select2-facilities-results .select2-results__option[aria-selected=true]:before,
#select2-activities-results .select2-results__option[aria-selected=true]:before {
  color: #fff;
  background-color: #002347;
  border: 0;
  display: inline-block;
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  font-size: 10px;
  padding-left: 5px;
  padding-top: 3px;
}
.select2-selection--multiple .select2-selection__choice {
  display: none !important;
}
.select2-search {
  display: block;
  width: 100%;
}
.select2-search .select2-search__field {
  width: 100% !important;
}
.changePlaceholder::placeholder {
  font-weight: 400 !important;
}
.select2-selection--multiple {
  border: none !important;
  border-radius: 4px;
  height: 40px;
}
.select2-selection--multiple .select2-selection__rendered {
  padding: 0px !important;
}
.select2-selection--multiple .select2-selection__rendered input {
  margin-top: 0px !important;
}
.linksRow {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: -11px;
  margin-right: -11px;
}
.linksRow .colS {
  position: relative;
  width: 20%;
  padding-left: 11px;
  padding-right: 11px;
  display: block;
}
.linksRow .colL {
  position: relative;
  width: 40%;
  padding-left: 11px;
  display: block;
  padding-right: 11px;
}
.linksRow .luxuryProperties {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  background-color: #002347;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border-radius: 4px;
  height: 40px;
}
.linksRow .colS:nth-child(3) .luxuryProperties {
  background-color: #282828;
}
.linksRow .button-primary {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  padding: 0 30px 0 30px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 1px 1px 5px rgba(1,1,1,0.39);
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.linksRow .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.linksRow .button-primary .button-triangle,
.linksRow .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.linksRow .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.linksRow .button-primary .button-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  right: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #002347;
}
.linksRow .button-primary .button-icon i {
  line-height: 34px;
  display: block;
  text-align: center;
}
.linksRow .button-primary:hover {
  text-decoration: none;
  color: #428500;
  cursor: pointer;
}
.linksRow .button-primary:hover span {
  color: #000;
}
.linksRow .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
.linksRow .button-primary:hover .button-triangle2 {
  border-width: 0 0 40px 40px;
}
.linksRow .button-primary:hover .button-icon {
  background-color: #FFF;
}
.continentsContainer {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .continentsContainer {
    display: none;
  }
}
.continentsContainer .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.continentsContainer .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.continentsContainer .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.continentsContainer .tabs .tabs-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}
.continentsContainer .tabs .tabs-list li {
  webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  opacity: 1;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  .continentsContainer .tabs .tabs-list li {
    width: 100%;
  }
}
.continentsContainer .tabs .tabs-list li a img {
  max-width: 100%;
}
.continentsContainer .tabs .tabs-list .active {
  transform: initial;
  opacity: 1;
}
.continentsContainer .tabs .tabs-list .notActive {
  opacity: .5;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}
.continentsContainer .tabs .tab {
  display: none;
  width: 100%;
  min-height: 190px;
  height: auto;
  border-radius: 3px;
  padding: 20px 15px;
  clear: both;
}
.continentsContainer .tabs .tab .title {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 23px;
  text-transform: uppercase;
}
.continentsContainer .tabs .tab .listCountries .singleCountry {
  text-align: center;
  height: 32px;
}
.continentsContainer .tabs .tab .listCountries .singleCountry .showCitiesList .name {
  color: #070809;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: font-size 0.3s;
  -moz-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.continentsContainer .tabs .tab .listTownsAll {
  margin-top: 10px;
}
.continentsContainer .tabs .tab .listTownsAll .hideCountries {
  position: relative;
  display: none;
  text-align: center;
}
.continentsContainer .tabs .tab .listTownsAll .hideCountries .showCountriesBtn {
  position: absolute;
  top: 23px;
  right: 30%;
  background-color: #002347;
  color: #FFF;
  border-radius: 4px;
  padding: 3px 15px;
  display: block;
  cursor: pointer;
}
.continentsContainer .tabs .tab .listTownsAll .hideCountries .listTownsRow {
  padding-top: 20px;
  padding-bottom: 20px;
}
.continentsContainer .tabs .tab .listTownsAll .hideCountries .listTownsRow a .name {
  color: #070809;
  font-size: 16px;
}
img::selection {
  background: transparent;
}
.advSearchBanner {
  position: relative;
  background-image: url(../images/adv-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.advSearchBanner .container {
  display: flex;
  height: 390px;
  justify-content: center;
  align-items: center;
}
.advSearchBanner .container .title {
  text-shadow: none;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  padding: 10px 19px;
  margin-bottom: 60px;
}
.advSearchBanner .container .title:hover {
  background-color: #2b2b2b;
  box-shadow: -15px 0 0 0px #2b2b2b, 15px 0 0 0px #2b2b2b;
  transition: all, 200ms;
  outline: 0;
}
.advSearchBanner + .searchContainer {
  margin-top: -108px;
}
.advButtonContainer {
  padding-top: 40px;
  padding-bottom: 60px;
}
.investmentContainer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.investmentContainer .backgroundImage {
  display: block;
  position: relative;
}
.investmentContainer .backgroundImage img {
  width: 100%;
}
.investmentContainer .container {
  position: absolute;
  top: calc(50% - 108px);
  left: 0px;
  right: 0px;
}
.investmentContainer .container .infoBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 680px;
  margin: 0px auto;
  height: 216px;
  background-color: rgba(255,255,255,0.6);
  font-size: 43px;
  color: #000;
  flex-direction: column;
  padding: 30px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .investmentContainer .container .infoBox {
    height: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .investmentContainer .container .infoBox {
    width: 100%;
    height: auto;
    font-size: 20px;
  }
}
.investmentContainer .container .infoBox .textL {
  font-size: 39px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .investmentContainer .container .infoBox .textL {
    font-size: 29px;
  }
}
.investmentContainer .container .infoBox .textL .percentage {
  font-size: 78px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .investmentContainer .container .infoBox .textL .percentage {
    font-size: 44px;
  }
}
.investmentContainer .container .infoBox .customBtn {
  width: 224px;
  height: 40px;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
  top: 216px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .investmentContainer .container .infoBox .customBtn {
    position: relative;
    margin-top: 30px;
    top: initial;
  }
}
.propertiesContainer {
  position: relative;
  padding-top: 60px;
}
.propertiesContainer .container .heading {
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.propertiesContainer .container .propertyRow {
  padding-top: 40px;
  margin-right: -27px;
  margin-left: -27px;
}
@media only screen and (min-width: 1025px) and (max-width: 1290px) {
  .propertiesContainer .container .propertyRow {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainer .container .propertyRow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.propertiesContainer .container .propertyRow .propertyCol {
  text-align: center;
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .propertiesContainer .container .propertyRow .propertyCol {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.propertiesContainer .container .propertyRow .propertyCol .property {
  box-shadow: 0px 0px 20px rgba(1,1,1,0.49);
  border-radius: 30px;
  overflow: hidden;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner {
  position: relative;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner .iconsContainer {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: block;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon1 {
  background: url(../images/prop-icons.png) 0px 0px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon2 {
  background: url(../images/prop-icons.png) -32px 0px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon3 {
  background: url(../images/prop-icons.png) -65px 0px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon4 {
  background: url(../images/prop-icons.png) -98px 0px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-inner .carousel-item .imgContainer {
  height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-control-prev .carousel-control-prev-icon {
  background: url("../images/arrows.png") 0px 0px;
  background-position: left center;
  width: 30px;
  height: 30px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .imageCarousel .carousel .carousel-control-next .carousel-control-next-icon {
  background: url("../images/arrows.png") 30px 0px;
  background-position: right center;
  width: 30px;
  height: 30px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .name {
  line-height: 1;
  font-size: 15px;
  color: #848586;
  display: block;
  text-align: center;
  text-transform: uppercase;
  height: 26px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .name2 {
  line-height: 1;
  font-size: 15px;
  color: #070809;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  height: 16px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .infoRow {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .infoRow .infoCol {
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .infoRow .infoCol .imgContainer {
  display: flex;
  min-height: 33px;
  align-items: flex-end;
  margin-bottom: 6px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .infoRow .infoCol .imgContainer img {
  display: block;
  width: 25px;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .infoRow .textS {
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
}
.propertiesContainer .container .propertyRow .propertyCol .property .propertyInfo .priceBox {
  display: block;
  text-align: center;
  color: #000;
  font-size: 25px;
  padding-top: 22px;
  padding-bottom: 32px;
}
.propertiesContainer .container .propertyRow .propertyCol .customBtn {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url(../images/btn-background.png);
  border-radius: 20px;
  color: #8f733a;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: -18px;
  width: 210px;
  margin: 0 auto;
  left: calc(50% - 105px);
  cursor: pointer;
}
.superContainer2 {
  padding-top: 70px;
  padding-bottom: 50px;
}
.superContainer2 .container .titleBig {
  font-size: 68px;
  text-transform: uppercase;
  text-shadow: 3px 0px 7px rgba(0,0,0,0.35);
  color: #000;
  font-weight: 600;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  letter-spacing: 0.06px;
  line-height: 0.9;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer2 .container .titleBig {
    font-size: 32px;
    text-align: center;
  }
}
.superContainer2 .container .titleSmall {
  font-size: 24px;
  text-transform: uppercase;
  background-color: #000;
  color: #FFF;
  padding-top: 1px;
  padding-left: 3px;
  letter-spacing: 0.23px;
  text-align: center;
  padding-right: 3px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer2 .container .titleSmall {
    font-size: 18px;
    text-align: center;
  }
}
.superContainer2 .container .downBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  width: 76%;
  height: 110px;
  border: 1px solid #000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer2 .container .downBox {
    width: 90%;
  }
}
.superContainer2 .container .downBox .textLeft {
  color: #000;
  font-size: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  text-transform: uppercase;
  left: 30px;
  top: -18px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer2 .container .downBox .textLeft {
    font-size: 16px;
    left: 0px;
    right: 0px;
    top: -16px;
    text-align: center;
  }
}
.superContainer2 .container .downBox .textRight {
  color: #000;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFF;
  font-size: 25px;
  position: absolute;
  right: 30px;
  bottom: -20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer2 .container .downBox .textRight {
    font-size: 16px;
    left: 0px;
    right: 0px;
    bottom: -16px;
    text-align: center;
  }
}
.superContainer2 .container .downBox .button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.superContainer2 .container .downBox .button .button-primary {
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  padding: 0 42px 0 24px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.08em;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.superContainer2 .container .downBox .button .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.superContainer2 .container .downBox .button .button-primary .button-triangle,
.superContainer2 .container .downBox .button .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 34px 34px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.superContainer2 .container .downBox .button .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.superContainer2 .container .downBox .button .button-primary .button-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  bottom: 6px;
  right: 5px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #002347;
}
.superContainer2 .container .downBox .button .button-primary .button-icon i {
  line-height: 26px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.superContainer2 .container .downBox .button .button-primary:hover {
  text-decoration: none;
  color: #428500;
}
.superContainer2 .container .downBox .button .button-primary:hover span {
  color: #000;
}
.superContainer2 .container .downBox .button .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
.superContainer2 .container .downBox .button .button-primary:hover .button-triangle2 {
  border-width: 0 0 34px 34px;
}
.superContainer2 .container .downBox .button .button-primary:hover .button-icon {
  background-color: #FFF;
}
.superContainer2 .container .downBox .button .superBtn {
  display: inline-block;
  background-color: #212529;
  margin: auto;
  padding: 3px 38px;
  text-transform: uppercase;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer2 .container .downBox .button .superBtn {
    font-size: 16px;
  }
}
.superContainer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  box-shadow: inset 0px 11px 8px -10px rgba(0,1,0,0.4), inset 0px -11px 8px -10px rgba(0,1,0,0.4);
  background-image: url(../images/uncle.png);
  background-position: right 30px bottom;
  background-repeat: no-repeat;
  background-size: auto 70%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer {
    background-size: 220px;
    background-position: right 0px bottom;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .superContainer {
    background-size: 130px;
    background-position: right -20px bottom;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.superContainer .container .headingBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.superContainer .container .headingBox .heading {
  position: relative;
  color: #000;
  font-size: 133px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer .container .headingBox .heading {
    font-size: 50px;
  }
}
.superContainer .container .headingBox .heading:before {
  content: '';
  position: absolute;
  left: calc(-50% - 40px);
  width: 160px;
  height: 6px;
  display: block;
  top: 50%;
  background: url(../images/title-lines.png) 160px 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer .container .headingBox .heading:before {
    width: 15px;
    left: -25px;
  }
}
.superContainer .container .headingBox .heading:after {
  content: '';
  position: absolute;
  right: calc(-50% - 40px);
  width: 160px;
  height: 6px;
  display: block;
  background: url(../images/title-lines.png) 160px 0px;
  top: 50%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer .container .headingBox .heading:after {
    width: 15px;
    right: -25px;
  }
}
.superContainer .container .subTitle {
  font-size: 17px;
  color: #000;
  display: block;
  text-align: center;
}
.superContainer .container .content {
  font-size: 28px;
  color: #000;
  display: block;
  padding-right: 50%;
  line-height: 1.3;
  padding-top: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer .container .content {
    padding-right: 30%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .superContainer .container .content {
    padding-right: 0px;
    font-size: 20px;
  }
}
.superContainer .container .content ul {
  list-style: none;
  display: block;
  position: relative;
}
.superContainer .container .content ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.superContainer .container .content ul li:before {
  content: '';
  background-image: url(../images/list-dot.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 1px;
  top: 13px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .superContainer .container .content ul li:before {
    top: 8px;
  }
}
.superContainer .container .content .customBtn {
  margin-top: 40px;
  display: flex;
  width: 224px;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #36342e;
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.partnersContainer {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fcfbfc;
}
.partnersContainer .container .heading {
  color: #000000;
  font-size: 27px;
  display: block;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
}
.partnersContainer .container .subHeading {
  color: #000000;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}
.partnersContainer .container .partnersSlider {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .partnersContainer .container .partnersSlider {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .partnersContainer .container .partnersSlider {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.partnersContainer .container .partnersSlider .swiper-container {
  padding-left: 40px;
  padding-right: 40px;
}
.partnersContainer .container .partnersSlider .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  display: block;
}
.partnersContainer .container .partnersSlider .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  transition: filter .3s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partnersContainer .container .partnersSlider .swiper-container .swiper-wrapper .swiper-slide:hover img {
  transition: filter .3s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.partnersContainer .container .partnersSlider .swiper-container #swiper-button-next2 {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  height: 100px;
  background-color: #fcfbfc;
  right: 0px;
  top: 15px;
  width: 40px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .partnersContainer .container .partnersSlider .swiper-container #swiper-button-next2 {
    height: 150%;
    padding-bottom: initial;
  }
}
.partnersContainer .container .partnersSlider .swiper-container #swiper-button-prev2 {
  display: flex;
  font-size: 38px;
  align-items: center;
  justify-content: center;
  background-image: none;
  height: 100px;
  background-color: #fcfbfc;
  padding-bottom: 25px;
  left: 0px;
  top: 15px;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .partnersContainer .container .partnersSlider .swiper-container #swiper-button-prev2 {
    padding-bottom: initial;
    height: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 17px 22px;
  }
}
label {
  padding-left: 15px;
  margin-bottom: 0px;
}
.flagContainer {
  position: relative;
  padding-top: 25px;
  padding-bottom: 45px;
}
.flagContainer .container .flagRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .flagContainer .container .flagRow {
    width: 660px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .flagContainer .container .flagRow {
    justify-content: space-between;
  }
}
.flagContainer .container .flagRow .flag {
  display: block;
  width: 180px;
  height: 500px;
  background-image: url(../images/lion-border.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 170px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .flagContainer .container .flagRow .flag {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .flagContainer .container .flagRow .flag {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.flagContainer .container .flagRow .flag .textTop {
  font-size: 24px;
  color: #313131;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}
.flagContainer .container .flagRow .flag .textBottom {
  display: block;
  width: 100%;
  color: #313131;
  font-size: 18px;
  text-align: center;
}
a.go-to-top {
  display: inline-flex;
  background-color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 20px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color .3s;
  z-index: 9999999;
  color: #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  a.go-to-top {
    bottom: 80px;
  }
}
a.go-to-top:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.9);
}
a.go-to-top:active {
  background-color: #1e1e1e;
}
a.go-to-top i {
  color: #fff;
}
footer {
  background: #102c47;
}
footer .main-footer {
  background: #102c47;
  border-bottom: 2px solid #fff;
}
footer .main-footer .fluid-container .footer-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-logo {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
footer .main-footer .fluid-container .footer-logo img {
  max-width: 100%;
}
footer .main-footer .fluid-container .footer-menus {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus {
    display: flex;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 50%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 350px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 {
    order: 1;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .up {
  padding: 0px;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .up img {
  width: 100%;
  max-width: 260px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .up img {
    padding: 0;
    padding-right: 10px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down {
  padding: 0 45px;
  padding-bottom: 120px;
  border-right: 1px solid #fff;
  margin-top: 52px;
  position: relative;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down {
    padding: 0 20px;
    padding-bottom: 0px;
    border-right: 0;
    margin-top: 20px;
    padding-left: 0px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .address h4 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .address h4 {
    font-size: 17px;
    line-height: normal;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .address p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .address p {
    font-size: 14px;
    line-height: normal;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .address .smallerText {
  font-size: 14px;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us {
  margin: 52px 0;
  text-align: right;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us h4 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us h4 {
    font-size: 21px;
    line-height: 33px;
  }
}
@media (max-width: 355px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us h4 {
    font-size: 18.8px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 6px;
}
@media (max-width: 355px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials {
    flex-wrap: wrap;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials li {
    margin: 0 4px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials li i {
  color: #fff;
  font-size: 21px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials li i {
    font-size: 18px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials li:hover i {
  color: #d4b170;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down .follow-us ul.socials li:last-child {
  margin-right: 0;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-1 .down::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 76px;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 999;
  background: #102c47;
  background-image: url(/images/vruh.png);
  background-repeat: no-repeat;
  background-position: bottom -1px center;
  background-size: contain;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding: 100px 45px;
  margin-top: 50px;
  border-right: 1px solid #fff;
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2 {
    padding: 100px 35px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2 {
    order: 2;
    margin-top: -95px;
    padding: 100px 20px;
    padding-bottom: 30px;
    border-right: none;
    width: 100%;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2 ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2 ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2 ul li:hover a {
  color: #d4b170;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 76px;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 999;
  background: #102c47;
  background-image: url(/images/vruh.png);
  background-repeat: no-repeat;
  background-position: bottom -1px center;
  background-size: contain;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-left .menu-2::before {
    display: none;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 50%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 100px 45px;
  margin-top: 50px;
  width: 50%;
  text-align: left;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-3 {
    padding: 100px 35px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-3 {
    order: 2;
    margin-top: -95px;
    border-left: 1px solid #fff;
    padding: 100px 20px;
    padding-bottom: 30px;
    width: 100%;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-3 ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-3 ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-3 ul li:hover a {
  color: #d4b170;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 350px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 {
    order: 1;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .up {
  padding: 0px;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .up img {
  width: 100%;
  max-width: 260px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .up img {
    padding: 0;
    padding-left: 10px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down {
  padding: 0 45px;
  padding-bottom: 120px;
  border-left: 1px solid #fff;
  margin-top: 52px;
  position: relative;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down {
    padding: 0 20px;
    padding-bottom: 0px;
    margin-top: 20px;
    padding-right: 0px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .address h4 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .address h4 {
    font-size: 17px;
    line-height: normal;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .address p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .address p {
    font-size: 14px;
    line-height: normal;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .address .smallerText {
  font-size: 14px;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us {
  text-align: left;
  margin: 52px 0;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us h4 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us h4 {
    font-size: 21px;
    line-height: 33px;
  }
}
@media (max-width: 355px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us h4 {
    font-size: 18.8px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .smallerText {
  font-size: 14px;
  color: #fff;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 6px;
}
@media (max-width: 355px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials {
    flex-wrap: wrap;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials li {
    margin: 0 4px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials li i {
  color: #fff;
  font-size: 21px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials li i {
    font-size: 18px;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials li:hover i {
  color: #d4b170;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us ul.socials li:first-child {
  margin-left: 0;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .textF {
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .textF:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .textF::placeholder {
  color: #fff;
  opacity: 1;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .textF::-ms-input-placeholder {
  color: #fff;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .button {
  display: block;
  color: #fff;
  background-color: #d4b170;
  padding: 5px 10px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  border: 0px;
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .button:hover {
  background: #fff;
  color: #102c47;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down .follow-us .button {
    width: 100%;
  }
}
footer .main-footer .fluid-container .footer-menus .footer-menus-right .menu-4 .down::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 76px;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 999;
  background: #102c47;
  background-image: url(/images/vruh.png);
  background-repeat: no-repeat;
  background-position: bottom -1px center;
  background-size: contain;
}
footer .copyright {
  background: #102c47;
  padding: 30px 0;
}
@media (max-width: 1464px) {
  footer .copyright {
    padding: 30px 12px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright {
    padding: 30px 0;
  }
}
footer .copyright .copyright-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright .copyright-inner .copyright-left {
    display: flex;
    align-items: center;
  }
}
footer .copyright .copyright-inner .copyright-left span {
  font-size: 24px;
  letter-spacing: 1.8px;
  color: #fff;
}
@media (max-width: 374px) {
  footer .copyright .copyright-inner .copyright-left span {
    font-size: 20px;
  }
}
footer .copyright .copyright-inner .copyright-right ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright .copyright-inner .copyright-right ul {
    flex-direction: column;
    align-items: flex-end;
  }
}
footer .copyright .copyright-inner .copyright-right ul li {
  margin-right: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright .copyright-inner .copyright-right ul li {
    margin-right: 0px;
    text-align: right;
  }
}
footer .copyright .copyright-inner .copyright-right ul li a {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  footer .copyright .copyright-inner .copyright-right ul li a {
    font-size: 14px;
  }
}
footer .copyright .copyright-inner .copyright-right ul li:last-child {
  margin-right: 0;
}
.selector {
  position: relative;
  width: 100%;
  color: #070809;
  background-color: #FFF;
  height: 40px !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.selector ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: #fff;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(117%);
}
.selector li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}
.selector li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}
.selector li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.selector li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #39c9a9;
  content: "";
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}
.selector li:hover {
  color: #aaa;
}
.selector li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}
.selector .price-slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 11px;
  box-sizing: border-box;
  padding-right: 11px;
  font-weight: 600;
}
.selector .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #070809;
  content: attr(data-currency);
  -webkit-transform: translateY(-50.5%);
  transform: translateY(-50.5%);
}
.selector #slider-range {
  width: 90%;
  margin-bottom: 30px;
  border: none;
  background: rgba(0,0,0,0.2);
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .selector #slider-range {
    width: 100%;
  }
}
.colL .selector .ui-slider-handle {
  border-radius: 50%;
  background-color: #002347;
  border: none;
  top: -6px;
  width: 13px;
  height: 13px;
  outline: none;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
}
@media only screen and (max-width: 768px) {
  .colL .selector .ui-slider-handle {
    width: 11px;
    height: 11px;
    top: -4px;
  }
}
@media (min-width: 768px) {
  .selector .ui-slider-handle {
    top: -5px;
    width: 11px;
    height: 11px;
  }
}
.selector .ui-slider-range {
  background-color: #002347;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -5px;
}
.selector .slider-price {
  position: relative;
  display: inline-block;
  padding: 6px 10px 3px 32px;
  width: 130px;
  line-height: 21px;
  text-align: left;
}
.selector .slider-price:before {
  position: absolute;
  top: 17px;
  left: 20px;
  margin-top: 0;
  color: #070809;
  content: attr(data-currency);
  -webkit-transform: translateY(-50.5%);
  transform: translateY(-50.5%);
  font-size: 15px;
}
.selector .show-all {
  position: relative;
  padding-left: 25px;
  color: #39c9a9;
  cursor: pointer;
  line-height: 28px;
}
.selector .show-all:after,
.selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #39c9a9;
  width: 10px;
  border-bottom: 1px solid;
}
.selector .show-all:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.selector.open ul {
  max-height: none;
}
.selector.open .show-all:after {
  display: none;
}
.propertyCatContainer {
  position: relative;
  margin-bottom: 80px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer {
    margin-top: 60px;
  }
}
.propertyCatContainer .carousel-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.propertyCatContainer .carousel-item .container {
  background-color: rgba(0,0,0,0.04);
  box-shadow: 0 0 15px rgba(0,0,0,0.55) !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertyCatContainer .carousel-item .container {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.propertyCatContainer .carousel-item .container .titlesBox {
  position: relative;
  display: block;
}
.propertyCatContainer .carousel-item .container .titlesBox .title {
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 82px;
  line-height: 0.8;
  padding-top: 8px;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .titlesBox .title {
    font-size: 22px;
  }
}
.propertyCatContainer .carousel-item .container .titlesBox .subTitle {
  display: block;
  line-height: 1;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.25px;
  font-size: 62px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  background: #13252f;
  background: -moz-linear-gradient(left,#13252f 0%,#3a3b3d 45%,#3a3b3d 55%,#13252f 100%);
  background: -webkit-linear-gradient(left,#13252f 0%,#3a3b3d 45%,#3a3b3d 55%,#13252f 100%);
  background: linear-gradient(to right,#13252f 0%,#3a3b3d 45%,#3a3b3d 55%,#13252f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13252f',endColorstr='#13252f',GradientType=1);
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .titlesBox .subTitle {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.propertyCatContainer .carousel-item .container .propCategories {
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertyCatContainer .carousel-item .container .propCategories {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .propCategories {
    width: 100%;
    padding: 0px;
  }
}
.propertyCatContainer .carousel-item .container .propCategories .imgContainer {
  border-radius: 3px;
}
.propertyCatContainer .carousel-item .container .propCategories .imgContainer:hover .image {
  transform: scale(1.1);
}
.propertyCatContainer .carousel-item .container .propCategories .left {
  width: 60%;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .propCategories .left {
    width: 100%;
    padding-right: 0px;
    margin-top: 15px;
  }
}
.propertyCatContainer .carousel-item .container .propCategories .left .top {
  height: 300px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .propCategories .left .top {
    padding-bottom: 15px;
  }
}
.propertyCatContainer .carousel-item .container .propCategories .left .top .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatContainer .carousel-item .container .propCategories .left .top .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatContainer .carousel-item .container .propCategories .left .top .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 0px 0px 2px #000;
  font-size: 28px;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom {
  display: flex;
  padding-top: 10px;
  height: 300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .propCategories .left .bottom {
    width: 100%;
    padding-top: 0px;
    flex-direction: column;
    height: auto;
  }
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .leftImage {
  width: 50%;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .propCategories .left .bottom .leftImage {
    width: 100%;
    padding-right: 0px;
    height: 300px;
  }
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .leftImage .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .leftImage .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .leftImage .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 0px 0px 2px #000;
  font-size: 28px;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .rightImage {
  width: 50%;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .propCategories .left .bottom .rightImage {
    width: 100%;
    padding-left: 0px;
    height: 300px;
    margin-top: 15px;
  }
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .rightImage .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .rightImage .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatContainer .carousel-item .container .propCategories .left .bottom .rightImage .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 0px 0px 2px #000;
  font-size: 28px;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.propertyCatContainer .carousel-item .container .propCategories .right {
  width: 40%;
  padding-left: 10px;
  height: 600px;
}
@media only screen and (max-width: 768px) {
  .propertyCatContainer .carousel-item .container .propCategories .right {
    height: 300px;
    padding-left: 0px;
    width: 100%;
    margin-top: 15px;
  }
}
.propertyCatContainer .carousel-item .container .propCategories .right .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatContainer .carousel-item .container .propCategories .right .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatContainer .carousel-item .container .propCategories .right .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 0px 0px 2px #000;
  font-size: 28px;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.propertyCatsSlider {
  background-color: #f3f3f3;
  font-size: 16px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .propertyCatsSlider {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1290px) {
  .propertyCatsSlider {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertyCatsSlider {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider {
    font-size: 12px;
  }
}
.propertyCatsSlider .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.propertyCatsSlider .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.propertyCatsSlider .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide {
  padding-top: 15px;
  padding-bottom: 15px;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box {
  background-color: rgba(0,0,0,0.04);
  box-shadow: 0 0 15px rgba(0,0,0,0.55) !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .titlesBox {
  position: relative;
  display: block;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .titlesBox .title {
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 0.8;
  padding-top: 8px;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .titlesBox .title {
    font-size: 22px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .titlesBox .subTitle {
  display: block;
  line-height: 1;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.25px;
  font-size: 1.390em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  background: #13252f;
  background: -moz-linear-gradient(left,#13252f 0%,#3a3b3d 45%,#3a3b3d 55%,#13252f 100%);
  background: -webkit-linear-gradient(left,#13252f 0%,#3a3b3d 45%,#3a3b3d 55%,#13252f 100%);
  background: linear-gradient(to right,#13252f 0%,#3a3b3d 45%,#3a3b3d 55%,#13252f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13252f',endColorstr='#13252f',GradientType=1);
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .titlesBox .subTitle {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories {
  padding: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories {
    width: 100%;
    padding: 0px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .imgContainer {
  border-radius: 2px;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .imgContainer:hover .image {
  transform: scale(1.1);
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left {
  width: 60%;
  padding-right: 4px;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left {
    width: 100%;
    padding-right: 0px;
    margin-top: 15px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .top {
  height: 130px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .top {
    padding-bottom: 15px;
    height: 250px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .top .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .top .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .top .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.125em;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .top .imgContainer .image .filter {
    font-size: 22px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom {
  display: flex;
  padding-top: 4px;
  height: 130px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom {
    width: 100%;
    padding-top: 0px;
    flex-direction: column;
    height: auto;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .leftImage {
  width: 50%;
  padding-right: 4px;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .leftImage {
    width: 100%;
    padding-right: 0px;
    height: 250px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .leftImage .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .leftImage .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .leftImage .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.125em;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .leftImage .imgContainer .image .filter {
    font-size: 22px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .rightImage {
  width: 50%;
  padding-left: 4px;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .rightImage {
    width: 100%;
    padding-left: 0px;
    height: 250px;
    margin-top: 15px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .rightImage .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .rightImage .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .rightImage .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.125em;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .left .bottom .rightImage .imgContainer .image .filter {
    font-size: 22px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .right {
  width: 40%;
  padding-left: 4px;
  height: 260px;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .right {
    height: 250px;
    padding-left: 0px;
    width: 100%;
    margin-top: 15px;
  }
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .right .imgContainer {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .right .imgContainer .image {
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.7s ease;
}
.propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .right .imgContainer .image .filter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.125em;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .propertyCatsSlider #catSlider .swiper-wrapper .swiper-slide .box .propCategories .right .imgContainer .image .filter {
    font-size: 22px;
  }
}
.showProperty {
  background-color: #f3f3f3;
  position: relative;
  display: block;
  height: auto;
  padding-bottom: 80px;
}
.showProperty .slider {
  background-color: #FFF;
  position: relative;
  display: block;
  height: auto;
  padding-top: 10px;
}
.showProperty .container .propertyRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.showProperty .container .propertyRow .leftSide {
  position: relative;
  display: block;
  width: 828px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .showProperty .container .propertyRow .leftSide {
    width: 59%;
  }
}
@media only screen and (max-width: 768px) {
  .showProperty .container .propertyRow .leftSide {
    width: 100%;
  }
}
.showProperty .container .propertyRow .leftSide .whiteBox {
  height: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0 0 30px rgba(0,0,0,0.2) !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showProperty .container .propertyRow .leftSide .whiteBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.showProperty .container .propertyRow .leftSide .whiteBox .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.showProperty .container .propertyRow .leftSide .whiteBox .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.showProperty .container .propertyRow .leftSide .whiteBox .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.showProperty .container .propertyRow .leftSide .whiteBox .list ul {
  list-style: none;
  column-count: 3;
  column-gap: 150px;
}
@media only screen and (max-width: 768px) {
  .showProperty .container .propertyRow .leftSide .whiteBox .list ul {
    column-count: 2;
    column-gap: 3%;
  }
}
.showProperty .container .propertyRow .leftSide .whiteBox .list ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .showProperty .container .propertyRow .leftSide .whiteBox .list ul li {
    display: flex;
  }
}
.showProperty .container .propertyRow .leftSide .whiteBox .list ul li i {
  color: #49b231;
  font-size: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .showProperty .container .propertyRow .leftSide .whiteBox .list ul li i {
    padding-top: 7px;
  }
}
.showProperty .container .propertyRow .leftSide .whiteBox .mapFrame {
  position: relative;
  margin-top: 30px;
}
.showProperty .container .propertyRow .leftSide .whiteBox .mapFrame iframe {
  height: 380px;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showProperty .container .propertyRow .leftSide .whiteBox .mapFrame iframe {
    height: 350px;
  }
}
.showProperty .container .propertyRow .rightSide {
  position: relative;
  display: block;
  height: auto;
  width: 377px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .showProperty .container .propertyRow .rightSide {
    width: 39%;
  }
}
@media only screen and (max-width: 768px) {
  .showProperty .container .propertyRow .rightSide {
    width: 100%;
  }
}
.showProperty .container .propertyRow .rightSide .whiteBox {
  height: auto;
  padding: 30px 40px;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,0.2) !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showProperty .container .propertyRow .rightSide .whiteBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showProperty .container .propertyRow .rightSide .whiteBox #search_form {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .tagsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 11px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .tagsContainer .tag1 {
  color: #002347;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
  border: 1px solid #002347;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .tagsContainer .tag2 {
  color: #ff9016;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
  border: 1px solid #ff9016;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .tagsContainer .tag3 {
  color: #089000;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
  border: 1px solid #089000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .textL {
  font-size: 24px;
  color: #272727;
  display: block;
  margin-bottom: 22px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .iconRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 21px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .iconRow .imgBox {
  margin-right: 12px;
  display: block;
  width: 34px;
  text-align: center;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .iconRow .textM {
  font-size: 16px;
  color: #272727;
  font-weight: 600;
}
.showProperty .container .propertyRow .rightSide .whiteBox .infoContainer .iconRow .textM strong {
  margin-right: 3px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .priceBox {
  font-size: 23px;
  color: #002347;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.showProperty .container .propertyRow .rightSide .whiteBox .priceBox .imgBox {
  display: block;
  margin-right: 10px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .priceBox .black {
  font-size: 28px;
  color: #002347;
  font-weight: 600;
  margin-left: 6px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 20px;
  width: 100%;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary .button-triangle,
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary:hover {
  text-decoration: none;
  color: #428500;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary:hover span {
  color: #000;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary:hover .button-triangle2 {
  border-width: 0 0 50px 50px;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .button-primary:hover .button-icon {
  background-color: #FFF;
}
.showProperty .container .propertyRow .rightSide .whiteBox .buttonsRow .redAlert {
  margin-bottom: 20px;
}
.showProperty .container .propertyRow .rightSide .blueBack {
  background-color: #002347;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer {
  padding-top: 0px;
  padding-bottom: 0px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer .newTitle {
  font-size: 19px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow {
  margin-bottom: 15px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .leftInput {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .leftInput label {
  display: block;
  padding-left: 0px;
  width: 100%;
  color: #FFF;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .leftInput input {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .leftInput .errorText {
  width: 100%;
  padding-left: 0px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .rightInput {
  display: block;
  width: 100%;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .rightInput label {
  display: block;
  padding-left: 0px;
  width: 100%;
  color: #FFF;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .rightInput input {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputRow .rightInput .errorText {
  padding-left: 0px;
  width: 100%;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputCol {
  margin-bottom: 15px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputCol label {
  display: block;
  color: #FFF;
  width: 100%;
  padding-left: 0px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputCol textarea {
  display: block;
  width: 100%;
  resize: none;
  min-height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .inputCol .errorText {
  padding-left: 0px;
  width: 100%;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .submitBtn {
  display: block;
  width: 100%;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .submitBtn #captcha1 {
  max-width: 100%;
  overflow: hidden;
}
.showProperty .container .propertyRow .rightSide .blueBack .contactsFormContainer #newFormRequest .submitBtn .formSubmit {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 40px;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
section.showPictures {
  position: relative;
  max-width: 1920px;
  height: 600px;
  margin: auto;
}
section.showPictures .title {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  section.showPictures .title {
    position: relative;
    display: block;
    left: initial;
    bottom: initial;
  }
}
section.showPictures .title h1,
section.showPictures .title h2 {
  float: left;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  section.showPictures .title h1,
  section.showPictures .title h2 {
    float: initial;
  }
}
section.showPictures .title h1 {
  padding: 10px;
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  background-color: rgba(0,35,71,0.9);
}
@media only screen and (max-width: 768px) {
  section.showPictures .title h1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 23px;
    background: none;
    color: #070809;
    font-weight: 600;
  }
}
section.showPictures .title h2.price {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background: rgba(236,240,243,0.9);
  clear: both;
  color: #92ACBE;
  text-transform: uppercase;
}
aside.showThumbs {
  position: relative;
  height: 110px;
  margin-bottom: 40px;
  background-color: #FFF;
}
.show-carousel-thumbs {
  max-width: 1920px;
  padding: 0px 60px;
  margin: auto;
  border-bottom: 10px solid #FFF;
  border-top: 10px solid #FFF;
}
.show-carousel-thumbs .item {
  width: 150px;
  height: 100%;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.show-carousel .owl-controls .owl-nav .owl-prev,
.show-carousel .owl-controls .owl-nav .owl-next,
.show-carousel-thumbs .owl-controls .owl-nav .owl-prev,
.show-carousel-thumbs .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -10000px;
  border-radius: 0;
}
.show-carousel .owl-controls .owl-nav .owl-prev,
.show-carousel .owl-controls .owl-nav .owl-next {
  top: 50%;
  width: 75px;
  height: 100px;
  margin-top: -50px;
  background-color: rgba(55,62,79,0.5);
}
.show-carousel .owl-controls .owl-nav .owl-prev {
  left: 50px;
  background-position: -33px -210px;
}
.show-carousel .owl-controls .owl-nav .owl-next {
  right: 50px;
  background-position: -27px -330px;
}
.show-carousel-thumbs .owl-controls .owl-nav .owl-prev {
  left: 0;
  background-position: -45px -205px;
}
.show-carousel-thumbs .owl-controls .owl-nav .owl-next {
  right: 0;
  background-position: -40px -325px;
}
section.showPictures[data-pictures="2"] {
  height: 100%;
}
section.showPictures[data-pictures="3"] {
  height: 320px;
}
section.showPictures[data-pictures="4"] {
  height: 250px;
}
section.showPictures[data-pictures="2"] .show-carousel .owl-item,
section.showPictures[data-pictures="3"] .show-carousel .owl-item,
section.showPictures[data-pictures="4"] .show-carousel .owl-item {
  padding: 0 5px;
}
.owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  height: 0px;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .owl-theme .owl-nav {
    display: none;
  }
}
.showThumbs .owl-theme .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  height: calc(100% + 20px);
  top: -10px;
  margin-top: 10px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .showThumbs .owl-theme .owl-nav {
    display: flex;
  }
}
.showThumbs .owl-theme .owl-nav .owl-prev {
  position: relative;
  top: -10px;
  width: 50px;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0px;
  background-color: #002347;
  padding-bottom: 9px;
  background-position: -45px -202px;
}
.showThumbs .owl-theme .owl-nav .owl-next {
  background-position: -40px -322px;
  position: relative;
  top: -10px;
  width: 50px;
  height: 100%;
  padding: 0;
  padding-bottom: 9px;
  margin: 0;
  right: 0px;
  background-color: #002347;
}
.show-carousel .owl-controls .owl-nav .owl-prev,
.show-carousel .owl-controls .owl-nav .owl-next {
  top: 50%;
  width: 75px;
  height: 100px;
  margin-top: -50px;
}
.owl-theme .owl-nav .owl-prev {
  top: 50%;
  width: 75px;
  height: 100px;
  margin-top: -50px;
  border-radius: 0;
  border: none;
  opacity: 1;
  font-size: 74px;
  padding-bottom: 12px;
  line-height: 74px;
  background: rgba(0,35,71,0.9) url('/images/icons.svg') top left no-repeat;
  background-position: -33px -210px;
}
.owl-theme .owl-nav .owl-prev span {
  display: none;
}
.owl-theme .owl-nav .owl-prev:hover {
  background-color: #002347;
}
.owl-theme .owl-nav .owl-next {
  background-color: rgba(0,35,71,0.9);
  top: 50%;
  width: 75px;
  opacity: 1;
  height: 100px;
  margin-top: -50px;
  border-radius: 0;
  border: none;
  font-size: 74px;
  line-height: 74px;
  padding-bottom: 12px;
  background: rgba(0,35,71,0.9) url('/images/icons.svg') top left no-repeat;
  background-position: -27px -330px;
}
.owl-theme .owl-nav .owl-next span {
  display: none;
}
.owl-theme .owl-nav .owl-next:hover {
  background-color: #002347;
}
.hotLinksContainer {
  position: relative;
  margin-bottom: 30px;
}
.hotLinksContainer .containerBig {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1000;
  max-width: 1400px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .hotLinksContainer .containerBig {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hotLinksContainer .containerBig .linksRow {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .hotLinksContainer .containerBig .linksRow {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.hotLinksContainer .containerBig .linksRow .button-primary {
  cursor: pointer;
  height: 66px;
  line-height: 66px;
  padding: 0 63px 0 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.hotLinksContainer .containerBig .linksRow .button-primary span {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.hotLinksContainer .containerBig .linksRow .button-primary span img {
  margin-right: 12px;
}
.hotLinksContainer .containerBig .linksRow .button-primary .button-triangle,
.hotLinksContainer .containerBig .linksRow .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 66px 66px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.hotLinksContainer .containerBig .linksRow .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.hotLinksContainer .containerBig .linksRow .button-primary:hover {
  text-decoration: none;
  color: #428500;
}
.hotLinksContainer .containerBig .linksRow .button-primary:hover span {
  color: #000;
}
.hotLinksContainer .containerBig .linksRow .button-primary:hover .button-triangle {
  border-width: 0 0 1400px 1400px;
}
.hotLinksContainer .containerBig .linksRow .button-primary:hover .button-triangle2 {
  border-width: 0 0 66px 66px;
}
.hotLinksContainer .containerBig .linksRow .button-primary:hover .button-icon {
  background-color: #FFF;
}
.hotLinksContainer .containerBig .linksRow .red {
  position: relative;
  max-width: 310px;
  font-size: 16px;
  color: #070809;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-right: 8px;
  height: 66px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .hotLinksContainer .containerBig .linksRow .red {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .hotLinksContainer .containerBig .linksRow .red {
    margin-bottom: 0px;
  }
}
.hotLinksContainer .containerBig .linksRow .black {
  position: relative;
  font-size: 16px;
  color: #070809;
  text-align: center;
  text-transform: uppercase;
  margin-left: 8px;
  font-weight: 600;
  height: 66px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .hotLinksContainer .containerBig .linksRow .black {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hotLinksContainer .containerBig .linksRow .black {
    display: none;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .whiteBox .titleContainer .title {
    text-align: center;
  }
}
.showPropertyContainer {
  position: relative;
}
.showPropertyContainer .container .title {
  font-size: 36px;
  color: #272727;
  display: block;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.showPropertyContainer .container .propertyRow {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  widows: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showPropertyContainer .container .propertyRow {
    flex-direction: column;
  }
}
.showPropertyContainer .container .propertyRow .left {
  position: relative;
  display: block;
  width: 76%;
  padding-right: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showPropertyContainer .container .propertyRow .left {
    width: 100%;
    padding-right: 0px;
  }
}
.showPropertyContainer .container .propertyRow .left .gallery-top {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.showPropertyContainer .container .propertyRow .left .gallery-top .swiper-wrapper .swiper-slide {
  position: relative;
}
.showPropertyContainer .container .propertyRow .left .gallery-top .swiper-wrapper .swiper-slide .swiper-slide-container {
  height: 485px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .showPropertyContainer .container .propertyRow .left .gallery-top .swiper-wrapper .swiper-slide .swiper-slide-container {
    height: 190px;
  }
}
.showPropertyContainer .container .propertyRow .left .gallery-thumbs {
  width: 100%;
  box-sizing: border-box;
}
.showPropertyContainer .container .propertyRow .left .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-container {
  height: 150px;
  border-radius: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 768px) {
  .showPropertyContainer .container .propertyRow .left .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-container {
    height: 80px;
  }
}
.showPropertyContainer .container .propertyRow .left .mobileInfo {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showPropertyContainer .container .propertyRow .left .mobileInfo {
    display: block;
    width: 100%;
  }
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .infoContainer .textL {
  font-size: 24px;
  color: #272727;
  display: block;
  margin-bottom: 22px;
  padding-left: 16px;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .infoContainer .iconRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 21px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .showPropertyContainer .container .propertyRow .left .mobileInfo .infoContainer .iconRow {
    display: inline-flex;
    margin-right: 30px;
  }
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .infoContainer .iconRow .imgBox {
  display: block;
  width: 60px;
  text-align: center;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .infoContainer .iconRow .textM {
  font-size: 16px;
  color: #272727;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .priceBox {
  font-size: 23px;
  color: #d80000;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .priceBox .imgBox {
  display: block;
  margin-right: 8px;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .priceBox .black {
  font-size: 28px;
  color: #d80000;
  font-weight: 600;
  margin-left: 6px;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .buttonsRow {
  padding-left: 0px;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .buttonsRow .redAlert {
  background-color: #f43b21;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  line-height: 1.2;
  border-radius: 30px;
  background-image: url(../images/icon-alert.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
.showPropertyContainer .container .propertyRow .left .mobileInfo .buttonsRow .blueEuro {
  background-color: #50d8b4;
  width: 100%;
  line-height: 1.2;
  height: 50px;
  text-align: center;
  font-size: 16px;
  margin-top: 36px;
  text-transform: uppercase;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 30px;
  background-image: url(../images/icon-euro.png);
  background-position: left 13px center;
  background-repeat: no-repeat;
}
.showPropertyContainer .container .propertyRow .propDescription {
  padding-top: 60px;
}
.showPropertyContainer .container .propertyRow .propDescription .titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 45px;
}
.showPropertyContainer .container .propertyRow .propDescription .titleBox .descriptionTitle {
  display: inline-block;
  background-color: #FFF;
  font-size: 20px;
  font-weight: 600;
  color: #313131;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 200;
}
.showPropertyContainer .container .propertyRow .propDescription .titleBox .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #313131;
}
.showPropertyContainer .container .propertyRow .propDescription .list ul {
  list-style: none;
  column-count: 3;
  column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .showPropertyContainer .container .propertyRow .propDescription .list ul {
    column-count: 2;
  }
}
.showPropertyContainer .container .propertyRow .propDescription .list ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .showPropertyContainer .container .propertyRow .propDescription .list ul li {
    display: flex;
  }
}
.showPropertyContainer .container .propertyRow .propDescription .list ul li i {
  color: #49b231;
  font-size: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .showPropertyContainer .container .propertyRow .propDescription .list ul li i {
    padding-top: 7px;
  }
}
.showPropertyContainer .container .propertyRow .propDescription .content {
  display: block;
  font-size: 16px;
  color: #313131;
}
.showPropertyContainer .container .right {
  width: 24%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .showPropertyContainer .container .right {
    width: 100%;
    display: none;
  }
}
.showPropertyContainer .container .right .infoContainer .textL {
  font-size: 24px;
  color: #272727;
  display: block;
  margin-bottom: 22px;
  padding-left: 16px;
}
.showPropertyContainer .container .right .infoContainer .iconRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 21px;
}
.showPropertyContainer .container .right .infoContainer .iconRow .imgBox {
  display: block;
  width: 60px;
  text-align: center;
}
.showPropertyContainer .container .right .infoContainer .iconRow .textM {
  font-size: 16px;
  color: #272727;
}
.showPropertyContainer .container .right .infoContainer .iconRow .textM strong {
  margin-right: 3px;
}
.showPropertyContainer .container .right .priceBox {
  font-size: 23px;
  color: #d80000;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
}
.showPropertyContainer .container .right .priceBox .imgBox {
  display: block;
  margin-right: 8px;
}
.showPropertyContainer .container .right .priceBox .black {
  font-size: 28px;
  color: #d80000;
  font-weight: 600;
  margin-left: 6px;
}
.showPropertyContainer .container .right .buttonsRow {
  padding-left: 16px;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.showPropertyContainer .container .right .buttonsRow .redAlert {
  background-color: #f43b21;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  line-height: 1.2;
  border-radius: 30px;
  background-image: url(../images/icon-alert.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
.showPropertyContainer .container .right .buttonsRow .blueEuro {
  background-color: #50d8b4;
  width: 100%;
  line-height: 1.2;
  height: 50px;
  text-align: center;
  font-size: 16px;
  margin-top: 36px;
  text-transform: uppercase;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 30px;
  background-image: url(../images/icon-euro.png);
  background-position: left 13px center;
  background-repeat: no-repeat;
}
.mapContainer {
  position: relative;
  padding-top: 35px;
}
.mapContainer .container .title {
  font-size: 36px;
  color: #272727;
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .mapContainer .container .title {
    margin-bottom: 15px;
  }
}
.mapContainer .container .subTitle {
  font-size: 16px;
  color: #272727;
  display: block;
  line-height: 1;
  text-align: center;
}
.mapContainer .container .mapFrame {
  position: relative;
  margin-top: 30px;
}
.mapContainer .container .mapFrame iframe {
  box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  height: 570px;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .mapContainer .container .mapFrame iframe {
    height: 350px;
  }
}
.contactsFormContainer {
  padding-top: 50px;
  position: relative;
  padding-bottom: 60px;
  display: block;
}
.contactsFormContainer .container .title {
  font-size: 36px;
  color: #272727;
  font-weight: 600;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .contactsFormContainer .container .title {
    line-height: 1.3;
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.contactsFormContainer .container .subTitle {
  font-size: 16px;
  color: #272727;
  display: block;
  text-align: center;
}
.contactsFormContainer .container form {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 680px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .contactsFormContainer .container form {
    width: 100%;
  }
}
.contactsFormContainer .container form .inputCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
.contactsFormContainer .container form .inputCol textarea {
  resize: none;
  height: 156px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #3d3d3d;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contactsFormContainer .container form .inputRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .contactsFormContainer .container form .inputRow {
    flex-direction: column;
  }
}
.contactsFormContainer .container form .inputRow textarea {
  resize: none;
  height: 156px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #3d3d3d;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contactsFormContainer .container form .inputRow .leftInput {
  width: 50%;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .contactsFormContainer .container form .inputRow .leftInput {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.contactsFormContainer .container form .inputRow .leftInput input {
  width: 100%;
  height: 40px;
  border: 1px solid #3d3d3d;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
}
.contactsFormContainer .container form .inputRow .rightInput {
  width: 50%;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .contactsFormContainer .container form .inputRow .rightInput {
    padding-left: 0px;
    width: 100%;
  }
}
.contactsFormContainer .container form .inputRow .rightInput input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #3d3d3d;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
}
.contactsFormContainer .container form .submitBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .contactsFormContainer .container form .submitBtn {
    flex-direction: column;
  }
}
.contactsFormContainer .container form .submitBtn #captcha1 {
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contactsFormContainer .container form .submitBtn #captcha1 {
    margin-right: 0px;
    display: flex;
    justify-content: center;
  }
}
.contactsFormContainer .container form .submitBtn input {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 52px;
  background-color: #47d3ab;
  border-radius: 20px;
  border: initial;
  cursor: pointer;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .contactsFormContainer .container form .submitBtn input {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 35px 0;
}
.gallery-thumbs .swiper-slide {
  width: calc(20% - 30px);
  opacity: 0.7;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.info1Container {
  padding-top: 90px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .info1Container {
    padding-top: 40px;
  }
}
.info1Container .container .description img {
  max-width: 100%;
  display: block;
}
.info1Container .container .description ul {
  list-style: none;
}
.info1Container .container .description ul li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.info1Container .container .description ul li:before {
  position: absolute;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: 2px;
  display: block;
  font-size: 18px;
  color: green;
  font-weight: 600;
}
.info1Container .container .description a {
  font-weight: 600;
  text-decoration: underline !important;
}
.info1Container .container .description .descriptionInfoBox {
  display: block;
}
.info1Container .container .description .descriptionInfoBox .headingCenter {
  font-weight: 600;
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.info1Container .container .description .descriptionInfoBox .descItemRow {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .info1Container .container .description .descriptionInfoBox .descItemRow {
    flex-direction: column;
    justify-content: center;
  }
}
.info1Container .container .description .descriptionInfoBox .descItemRow .imgBox {
  padding-right: 30px;
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .info1Container .container .description .descriptionInfoBox .descItemRow .imgBox {
    width: 100%;
    min-width: initial;
    max-width: initial;
    margin-bottom: 10px;
    padding-right: 0px;
  }
}
.info1Container .container .description .descriptionInfoBox .descItemRow .imgBox img {
  width: 100%;
  max-width: 100%;
}
.info1Container .container .description .descriptionInfoBox .descItemRow .textB,
.info1Container .container .description .descriptionInfoBox .descItemRow .textN {
  font-weight: 600;
}
.info1Container .container .description .descriptionInfoBox .descItemRow .textB ul,
.info1Container .container .description .descriptionInfoBox .descItemRow .textN ul {
  list-style: none;
}
.info1Container .container .description .descriptionInfoBox .descItemRow .textB ul li,
.info1Container .container .description .descriptionInfoBox .descItemRow .textN ul li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.info1Container .container .description .descriptionInfoBox .descItemRow .textB ul li:before,
.info1Container .container .description .descriptionInfoBox .descItemRow .textN ul li:before {
  position: absolute;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: 2px;
  display: block;
  font-size: 18px;
  color: green;
  font-weight: 600;
}
.info1Container .container .description .descriptionInfoBox .descItemRow .textN {
  font-weight: initial;
}
.info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) {
    flex-direction: column;
    justify-content: center;
  }
}
.info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) .imgBox {
  order: 2;
  padding-right: 0px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) .imgBox {
    order: 1;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}
.info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) .textB {
  font-weight: 600;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) .textB {
    order: 2;
  }
}
.info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) .textN {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .info1Container .container .description .descriptionInfoBox .descItemRow:nth-child(odd) .textN {
    order: 2;
  }
}
.propertiesContainerNew {
  position: relative;
  padding-top: 1px;
}
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs,
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1,
.propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1,
.propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs,
  .propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1,
  .propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs,
  .propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs,
  .propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1,
  .propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs {
    overflow-y: scroll;
    overflow-x: visible;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs a,
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1 a,
.propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs a,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs a,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1 a,
.propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs a {
  background-color: #002347;
  color: #FFF;
  position: relative;
  width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs a,
  .propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1 a,
  .propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs a,
  .propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs a,
  .propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1 a,
  .propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs a {
    min-width: 150px;
  }
}
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs .active,
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1 .active,
.propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs .active,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs .active,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1 .active,
.propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs .active {
  color: #070809;
  background-color: #FFF;
}
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs .active:before,
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1 .active:before,
.propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs .active:before,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs .active:before,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1 .active:before,
.propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs .active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: calc(50% - 5px);
  border-bottom: 5px solid #FFF;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(-45deg);
  z-index: 100;
}
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs a:first-child,
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1 a:first-child,
.propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs a:first-child,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs a:first-child,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1 a:first-child,
.propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs a:first-child {
  margin-left: 0px;
}
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs a:last-child,
.propertiesContainerNew .container .tabsWrapper #tabsHolder #topTabs1 a:last-child,
.propertiesContainerNew .container .tabsWrapper #tabsHolder .topTabs a:last-child,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs a:last-child,
.propertiesContainerNew .container .tabsWrapper .tabsHolder #topTabs1 a:last-child,
.propertiesContainerNew .container .tabsWrapper .tabsHolder .topTabs a:last-child {
  margin-right: 0px;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .tabsWrapper .tab-content .catList {
    overflow-y: scroll;
    overflow-x: visible;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList li {
  background-color: #3c3c3c;
  color: #FFF;
  width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .tabsWrapper .tab-content .catList li {
    min-width: 150px;
  }
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList li .listCatItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList li .listCatItem .imgContainer {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
  filter: invert(100%);
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList li .listCatItem .hasItems {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList li .listCatItem .title {
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .active {
  position: relative;
  background-color: #FFF;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .active .listCatItem .imgContainer {
  filter: invert(23%);
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .active .listCatItem .title {
  color: #070809;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasntItems.active {
  background-color: #3c3c3c;
  color: #FFF;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasntItems.active .listCatItem .imgContainer {
  filter: invert(100%);
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasntItems.active .listCatItem .title {
  color: #FFF;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: calc(50% - 4px);
  border-bottom: 4px solid #FFF;
  border-left: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  transform: rotate(-45deg);
  z-index: 100;
  box-shadow: -1px 1px 1px #000;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasntItems.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: calc(50% - 4px);
  border-bottom: 4px solid #3c3c3c;
  border-left: 4px solid #3c3c3c;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  transform: rotate(-45deg);
  z-index: 100;
  box-shadow: -1px 1px 1px #000;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasItemsLi:hover {
  background-color: #FFF;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasItemsLi:hover .listCatItem .imgContainer {
  filter: invert(23%);
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasItemsLi:hover .listCatItem .hasItems {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList .hasItemsLi:hover .listCatItem .title {
  color: #070809;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList li:first-child {
  margin-left: 0px;
}
.propertiesContainerNew .container .tabsWrapper .tab-content .catList li:last-child {
  margin-right: 0px;
}
.propertiesContainerNew .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.propertiesContainerNew .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.propertiesContainerNew .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.propertiesContainerNew .container .sortContainer {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 40px;
  max-width: 1170px;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .sortContainer {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
  }
}
.propertiesContainerNew .container .sortContainer .selectBox {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .sortContainer .selectBox {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.propertiesContainerNew .container .sortContainer .selectBox .sortSelect {
  width: 194px;
}
.propertiesContainerNew .container .sortContainer .selectBox .sortSelect .select2-container {
  width: 100% !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border-radius: 0px;
}
.propertiesContainerNew .container .sortContainer .selectBox .sortSelect .select2-container .select2-selection--single {
  height: 40px !important;
  border: initial;
}
.propertiesContainerNew .container .sortContainer .selectBox .sortSelect .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  text-align: center;
  padding-left: 34px;
  font-size: 14px;
}
.propertiesContainerNew .container .sortContainer .selectBox .sortSelect .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 14px;
  color: #070809;
}
.propertiesContainerNew .container .sortContainer .selectBox .sortSelect .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}
.propertiesContainerNew .container .sortContainer .viewMode {
  width: 68px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .sortContainer .viewMode {
    display: none;
  }
}
.propertiesContainerNew .container .sortContainer .viewMode .viewModeBtn {
  display: block;
  cursor: pointer;
}
.propertiesContainerNew .container .sortContainer .viewMode .viewModeBtn i {
  font-size: 30px;
  opacity: 0.7;
  line-height: 28px;
}
.propertiesContainerNew .container .sortContainer .viewMode #viewMode2 i {
  transform: rotate(180deg);
  margin-top: 0.9px;
}
.propertiesContainerNew .container .sortContainer .viewMode .viewModeBtn:hover i {
  opacity: 1;
}
.propertiesContainerNew .container .sortContainer .viewMode .active i {
  opacity: 1;
  color: initial;
}
.propertiesContainerNew .container .propertyRow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1290px) {
  .propertiesContainerNew .container .propertyRow {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.propertiesContainerNew .container .propertyRow .property2:hover .carousel-item .imgContainer {
  transform: scale(1.1);
}
.propertiesContainerNew .container .propertyRow .property2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .propertyRow .property2 {
    margin-bottom: 30px;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .propertyRow .property2 .propRow {
    flex-direction: column;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery {
  display: block;
  position: relative;
  width: 75%;
  padding-right: 6px;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .propertyRow .property2 .propRow .gallery {
    width: 100%;
    margin-bottom: 3px;
    padding-right: 0px;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .logoImage {
  display: none;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .logoImage {
    display: block;
    width: 100%;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .tag {
  position: absolute;
  right: 31px;
  z-index: 20;
  top: 23px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .tag span {
  display: inline-block;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
  text-align: center;
  text-transform: uppercase;
  background: #d93131;
  width: 100px;
  padding: 4px 10px;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .tagsContainer {
  position: absolute;
  right: 31px;
  z-index: 20;
  top: 23px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .tagsContainer .tag1 {
  position: relative;
  display: inline-block;
  background-color: #002347;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  margin-left: 20px;
  text-align: left;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .tagsContainer .tag2 {
  position: relative;
  display: inline-block;
  background-color: #ff9016;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  margin-left: 20px;
  text-align: left;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .tagsContainer .tag3 {
  position: relative;
  text-align: left;
  display: inline-block;
  background-color: #089000;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  margin-left: 20px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner {
  position: relative;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .iconsContainer {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: block;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon1 {
  background: url(../images/prop-icons.png) 0px 0px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon2 {
  background: url(../images/prop-icons.png) -32px 0px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon3 {
  background: url(../images/prop-icons.png) -65px 0px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon4 {
  background: url(../images/prop-icons.png) -98px 0px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .carousel-item {
  max-width: 100%;
  height: 422px;
  overflow: hidden;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-inner .carousel-item .imgContainer {
  height: 422px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.7s ease;
  width: 100%;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-control-prev .carousel-control-prev-icon {
  background: url("../images/arrows.png") 0px 0px;
  background-position: left center;
  width: 30px;
  height: 30px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .gallery .imageCarousel .carousel .carousel-control-next .carousel-control-next-icon {
  background: url("../images/arrows.png") 30px 0px;
  background-position: right center;
  width: 30px;
  height: 30px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo {
  width: 25%;
  display: block;
  position: relative;
  background-color: #051c2c;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo {
    width: 100%;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .brokerHolder {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row;
  height: 68px;
  align-items: center;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .brokerHolder img {
  width: 17%;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .brokerHolder .brokerInfo {
  text-align: left;
  line-height: normal;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo {
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .logoImage {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .logoImage {
    display: none;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .info {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .info {
    padding-top: 30px;
  }
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .name {
  line-height: 1;
  font-size: 15px;
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  height: 26px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .name2 {
  line-height: 1;
  font-size: 15px;
  color: #FFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  height: 16px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .excerpt {
  font-size: 15px;
  color: #FFF;
  padding-top: 20px;
  height: 82px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .infoRow {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .infoRow .infoCol {
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .infoRow .infoCol .imgContainer {
  display: flex;
  min-height: 33px;
  align-items: flex-end;
  margin-bottom: 6px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .infoRow .infoCol .imgContainer img {
  display: block;
  width: 25px;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .infoRow .textS {
  font-size: 13px;
  color: #FFF;
  white-space: nowrap;
}
.propertiesContainerNew .container .propertyRow .property2 .propRow .propInfo .propertyInfo .priceBox {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.propertiesContainerNew .container .propertyRow .boxB {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 32.33334%;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  margin-top: 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .boxB {
    width: 100%;
  }
}
.propertiesContainerNew .container .propertyRow .boxB img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .propertiesContainerNew .container .propertyRow .boxB img {
    width: auto;
    height: 100%;
  }
}
.propertiesContainerNew .container .propertyRow .boxB img:nth-child(2) {
  width: 100%;
  align-self: flex-end;
  min-height: 300px;
}
.propertiesContainerNew .container .propertyRow .boxB img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder {
  background: #ffffff;
  align-self: center;
  width: 90%;
  margin-top: -45px;
  text-align: left;
  z-index: 3;
  border: 1px solid #afafaf;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .brokerHolder {
  border-top: 1px solid #afafaf;
  display: flex;
  flex-direction: row;
  height: 68px;
  align-items: center;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .brokerHolder img {
  width: 17%;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .brokerHolder .brokerInfo {
  text-align: left;
  line-height: normal;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #afafaf;
  font-size: 14px;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder p.title {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  padding: 20px 5% 0px;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .propertiesContainerNew .container .propertyRow .boxB .textHolder p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .boxB .textHolder p.title {
    line-height: 1.1;
  }
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder p.title i {
  margin-right: 10px;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder p.subtitle {
  font-size: 27.3px;
  line-height: normal;
  color: #d4b170;
  padding: 0 5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .boxB .textHolder p.subtitle {
    line-height: 1;
    margin-top: 15px;
  }
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 5%;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .boxB .textHolder p.text {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .propertiesContainerNew .container .propertyRow .boxB .textHolder p.text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .button {
  display: block;
  color: #fff;
  background: #102c47;
  padding: 5px 10px;
  margin: 30px auto;
  width: 70%;
  text-align: center;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .button:hover {
  background: #d4b170;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .name {
  line-height: 1;
  font-size: 15px;
  color: #848586;
  display: block;
  text-align: center;
  text-transform: uppercase;
  height: 26px;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .name2 {
  line-height: 1;
  font-size: 15px;
  color: #070809;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  height: 16px;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .infoRow {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .infoRow .infoCol {
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .infoRow .infoCol .imgContainer {
  display: flex;
  min-height: 33px;
  align-items: flex-end;
  margin-bottom: 6px;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .infoRow .infoCol .imgContainer img {
  display: block;
  width: 25px;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .infoRow .textS {
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
}
.propertiesContainerNew .container .propertyRow .boxB .textHolder .propertyInfo .priceBox {
  display: block;
  text-align: center;
  color: #000;
  font-size: 25px;
  padding-top: 22px;
  padding-bottom: 32px;
}
.propertiesContainerNew .container .propertyRow .boxB img.box-after {
  max-height: 50px;
  width: 75%;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .propertiesContainerNew .container .propertyRow .boxB img.box-after {
    display: none;
  }
}
.propertiesContainerNew .container .propertyRow .propertyCol {
  display: block;
  width: 33.33334%;
  text-align: center;
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 17px;
}
.propertiesContainerNew .container .propertyRow .propertyCol:first-child {
  padding-left: 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol:nth-child(2) {
  padding-left: 14px;
  padding-right: 14px;
}
.propertiesContainerNew .container .propertyRow .propertyCol:last-child {
  padding-right: 0px;
}
@media only screen and (max-width: 768px) {
  .propertiesContainerNew .container .propertyRow .propertyCol {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
  }
}
.propertiesContainerNew .container .propertyRow .propertyCol .property {
  position: relative;
  height: 510px;
  margin-bottom: 40px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .tag {
  display: inline;
  position: absolute;
  right: 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .tag span {
  position: absolute;
  display: inline-block;
  z-index: 2000;
  right: -24px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
  text-align: center;
  text-transform: uppercase;
  top: 8px;
  background: #d93131;
  width: 100px;
  padding: 4px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .tag:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -26px;
  right: 49px;
  z-index: -1;
  border: 17px solid;
  border-color: transparent transparent #662121 transparent;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .tag:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 60px;
  z-index: -1;
  right: -10px;
  border: 17px solid;
  border-color: #662121 transparent transparent transparent;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard {
  cursor: pointer;
  width: 100%;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardTall {
  height: 680px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardTall .back .mapContainer {
  height: 680px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(0deg);
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .logoImage,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .logoImage,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .logoImage {
  width: 100%;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .tagsContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .tagsContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .tagsContainer {
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  z-index: 30;
  top: 0px;
  padding-top: 30px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .tagsContainer .tag1,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .tagsContainer .tag1,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .tagsContainer .tag1 {
  position: relative;
  display: inline-block;
  background-color: #002347;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .tagsContainer .tag2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .tagsContainer .tag2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .tagsContainer .tag2 {
  position: relative;
  display: inline-block;
  background-color: #ff9016;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .tagsContainer .tag3,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .tagsContainer .tag3,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .tagsContainer .tag3 {
  position: relative;
  text-align: left;
  display: inline-block;
  background-color: #089000;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .tagsContainer .tag1:before,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .tagsContainer .tag1:before,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .tagsContainer .tag1:before {
  position: absolute;
  content: '';
  display: block;
  left: 0px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 11px solid #002347;
  border-left: 11px solid transparent;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .tagsContainer .tag2:before,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .tagsContainer .tag2:before,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .tagsContainer .tag2:before {
  position: absolute;
  content: '';
  display: block;
  left: 0px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 11px solid #bd6504;
  border-left: 11px solid transparent;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .tagsContainer .tag3:before,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .tagsContainer .tag3:before,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .tagsContainer .tag3:before {
  position: absolute;
  content: '';
  display: block;
  left: 0px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 11px solid #0a5d00;
  border-left: 11px solid transparent;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner {
  position: relative;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainer {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: block;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon1,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon1,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon1 {
  background: url(../images/prop-icons.png) 0px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon2 {
  background: url(../images/prop-icons.png) -32px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon3,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon3,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon3 {
  background: url(../images/prop-icons.png) -65px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon4,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon4,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainer .imgIcon4 {
  background: url(../images/prop-icons.png) -98px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainerHome,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainerHome,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainerHome {
  position: absolute;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainerHome img,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainerHome img,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainerHome img {
  width: 50%;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: block;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon1,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon1,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon1 {
  background: url(../images/prop-icons.png) 0px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon2 {
  background: url(../images/prop-icons.png) -32px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon3,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon3,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon3 {
  background: url(../images/prop-icons.png) -65px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon4,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon4,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .iconsContainerHome .imgIcon4 {
  background: url(../images/prop-icons.png) -98px 0px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-inner .carousel-item .imgContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-inner .carousel-item .imgContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-inner .carousel-item .imgContainer {
  height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-control-prev .carousel-control-prev-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-control-prev .carousel-control-prev-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-control-prev .carousel-control-prev-icon {
  background: url("../images/arrows.png") 0px 0px;
  background-position: left center;
  width: 30px;
  height: 30px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .imageCarousel .carousel .carousel-control-next .carousel-control-next-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .imageCarousel .carousel .carousel-control-next .carousel-control-next-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .imageCarousel .carousel .carousel-control-next .carousel-control-next-icon {
  background: url("../images/arrows.png") 30px 0px;
  background-position: right center;
  width: 30px;
  height: 30px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF;
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .brokerHolder,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .brokerHolder,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .brokerHolder {
  border-top: 1px solid #afafaf;
  display: flex;
  flex-direction: row;
  height: 68px;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .brokerHolder,
  .propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .brokerHolder,
  .propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .brokerHolder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .brokerHolder img,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .brokerHolder img,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .brokerHolder img {
  width: 17%;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .brokerHolder .brokerInfo,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .brokerHolder .brokerInfo,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .brokerHolder .brokerInfo {
  text-align: left;
  line-height: normal;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #afafaf;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo,
  .propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo,
  .propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .name,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .name,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .name {
  line-height: 1;
  font-size: 15px;
  color: #848586;
  display: block;
  text-align: center;
  text-transform: uppercase;
  height: 26px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .name2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .name2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .name2 {
  line-height: 1;
  font-size: 15px;
  color: #070809;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  height: 16px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .infoRow,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .infoRow,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .infoRow {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .infoRow .infoCol,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .infoRow .infoCol,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .infoRow .infoCol {
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .infoRow .infoCol .imgContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .infoRow .infoCol .imgContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .infoRow .infoCol .imgContainer {
  display: flex;
  min-height: 33px;
  align-items: flex-end;
  margin-bottom: 6px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .infoRow .infoCol .imgContainer img,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .infoRow .infoCol .imgContainer img,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .infoRow .infoCol .imgContainer img {
  display: block;
  width: 25px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .infoRow .textS,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .infoRow .textS,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .infoRow .textS {
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .front .propertyInfo .priceBox,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .front .propertyInfo .priceBox,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .front .propertyInfo .priceBox {
  display: block;
  text-align: center;
  color: #000;
  font-size: 25px;
  padding-top: 22px;
  padding-bottom: 32px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(180deg);
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer {
  position: relative;
  display: flex;
  align-items: center;
  height: 490px;
  overflow: hidden;
  background-color: #FFF;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  cursor: pointer;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button {
  position: relative;
  display: block;
  width: 100%;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary {
  height: 50px;
  line-height: 50px;
  padding: 0 73px 0 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.08em;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary span,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary span,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary .button-triangle,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary .button-triangle-enquiry,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary .button-triangle,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary .button-triangle-enquiry,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary .button-triangle,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary .button-triangle2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary .button-triangle2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary .button-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary .button-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary .button-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #002347;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary .button-icon i,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary .button-icon i,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary .button-icon i {
  line-height: 34px;
  display: block;
  text-align: center;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary:hover,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary:hover,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary:hover {
  text-decoration: none;
  color: #428500;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary:hover span,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary:hover span,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary:hover span {
  color: #000;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary:hover .button-triangle,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary:hover .button-triangle,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary:hover .button-triangle2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary:hover .button-triangle2,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary:hover .button-triangle2 {
  border-width: 0 0 50px 50px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer .mapFilter .button .button-primary:hover .button-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer .mapFilter .button .button-primary:hover .button-icon,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer .mapFilter .button .button-primary:hover .button-icon {
  background-color: #FFF;
}
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCard .back .mapContainer iframe,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyMiddle .back .mapContainer iframe,
.propertiesContainerNew .container .propertyRow .propertyCol .property .propertyCardNo .back .mapContainer iframe {
  display: block;
  height: 720px;
  width: 100%;
}
.propertiesContainerNew .container .propertyRow .propertyCol .propertyTall {
  height: 680px;
}
.propertiesContainerNew .container .propertyRow .propertyCol .propertyTall .mapContainer {
  height: 680px;
}
.propertiesContainerNew .container .propertyRow:has(.boxB) {
  justify-content: space-between;
}
.error {
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 0px 0px 1px #FFF;
}
.page-item,
.page-link {
  color: #051c2c !important;
}
.mapBackground {
  background: url("../images/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .mapBackground {
    background: rgba(0,0,0,0.04);
  }
}
button:focus {
  outline: initial;
}
.hamburger {
  padding: 0px 0px;
  height: 24px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    display: none !important;
  }
}
#popUpNav {
  position: absolute;
  top: 52px;
  right: 0px;
  opacity: 0px;
  display: none;
}
#popUpNav .overlay-content {
  background-color: rgba(0,0,0,0.83);
  display: flex;
  flex-direction: column;
}
#popUpNav .overlay-content .menuLi2 {
  width: 100%;
  padding: 5px 20px;
  border-bottom: 1px solid #fff;
}
#popUpNav .overlay-content .menuLi2:last-child {
  border-bottom: 0px;
}
#popUpNav .overlay-content a {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2px;
  padding: 5px 20px;
}
.showPopUp {
  display: block;
}
.select2-results__option span {
  position: relative;
}
.select2-results__option span i {
  display: inline-block;
}
.select2-results__option span .fa-sort-down {
  vertical-align: top;
}
.select2-results__option span .fa-sort-up {
  vertical-align: bottom;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #070809;
}
.shadow {
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.shadow2 {
  box-shadow: 0 8px 20px rgba(0,0,0,0.18) !important;
}
.countriesContainer {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .countriesContainer {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .countriesContainer {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.countriesContainer .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .countriesContainer .titleContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.countriesContainer .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.countriesContainer .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.countriesContainer #swiperCountries:hover #country-button-prev {
  left: 0px;
  opacity: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .countriesContainer #swiperCountries:hover #country-button-prev {
    opacity: 1;
    left: 30px !important;
  }
}
.countriesContainer #swiperCountries:hover #country-button-next {
  right: 0px;
  opacity: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .countriesContainer #swiperCountries:hover #country-button-next {
    opacity: 1;
    right: 30px !important;
  }
}
.countriesContainer #swiperCountries {
  position: relative;
  margin-left: -40px;
  padding-left: 40px;
  margin-right: -40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.countriesContainer #swiperCountries #country-button-prev {
  transition: all 0.7s ease;
  opacity: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .countriesContainer #swiperCountries #country-button-prev {
    opacity: 1;
    left: 30px !important;
  }
}
.countriesContainer #swiperCountries #country-button-next {
  transition: all 0.7s ease;
  opacity: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .countriesContainer #swiperCountries #country-button-next {
    opacity: 1;
    right: 30px !important;
  }
}
.countriesContainer #swiperCountries .swiper-slide {
  overflow: hidden;
  display: block;
  position: relative;
  height: 620px;
  width: 100%;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .swiper-slide {
    height: 1200px;
  }
}
.countriesContainer #swiperCountries .swiper-slide-active {
  opacity: 1;
}
.countriesContainer #swiperCountries .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.countriesContainer #swiperCountries .slide-inner .countryRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper {
  position: relative;
  width: 25%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper {
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
  }
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper a {
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper a {
    height: 100%;
  }
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper a .countryBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  height: 300px;
  width: 100%;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper a .countryBox {
    height: 100%;
  }
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper a .bottomBox {
  position: absolute;
  display: flex;
  width: 130px;
  bottom: 20px;
  left: 10px;
  height: 50px;
  background: rgba(0,0,0,0.66);
  align-items: center;
  padding: 0px 15px;
  transition: all 0.7s ease;
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper a .bottomBox .name {
  text-transform: uppercase;
  font-size: 22px;
  color: #FFF;
  font-weight: 600;
}
.countriesContainer #swiperCountries .slide-inner .countryRow .cityWrapper {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .slide-inner .countryRow .cityWrapper {
    width: 100%;
    height: 290px;
  }
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper:first-child,
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper:last-child {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper:first-child,
  .countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper:last-child {
    width: 100%;
  }
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper:hover a .countryBox {
  transform: scale(1.1);
}
.countriesContainer #swiperCountries .slide-inner .countryRow .countryWrapper:hover a .bottomBox {
  background-color: rgba(0,0,0,0.89);
}
.countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:first-child,
.countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:last-child {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:first-child,
  .countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:last-child {
    width: 100%;
  }
}
.countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:nth-child(3),
.countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:nth-child(4) {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:nth-child(3),
  .countriesContainer #swiperCountries .slide-inner .countryRow2 .countryWrapper:nth-child(4) {
    width: 100%;
  }
}
.customersContainer {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  overflow: hidden;
}
.customersContainer .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .customersContainer .titleContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.customersContainer .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.customersContainer .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.customersContainer .container .customersRow {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.customersContainer .container .customersRow .singleCustomer {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .customersContainer .container .customersRow .singleCustomer {
    width: 100%;
  }
}
.customersContainer .container .customersRow .singleCustomer .imageWraper {
  overflow: hidden;
  display: block;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border-bottom: none;
}
.customersContainer .container .customersRow .singleCustomer .imageWraper .customerBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  height: 279px;
  transition: all 0.7s ease;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .customersContainer .container .customersRow .singleCustomer .imageWraper .customerBox {
    height: 390px;
  }
}
.customersContainer .container .customersRow .singleCustomer .bottomBox {
  border-top: none;
  display: flex;
  width: 100%;
  background-color: #FFF;
  align-items: center;
  flex-direction: column;
  padding: 16px 11px;
  height: 200px;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.customersContainer .container .customersRow .singleCustomer .bottomBox .name {
  font-size: 18px;
  color: #231F20;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.customersContainer .container .customersRow .singleCustomer .bottomBox .trophy {
  position: absolute;
  top: -25px;
  display: block;
  right: 8px;
  height: 46px;
  width: 46px;
  background-image: url(../images/trophy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.customersContainer .container .customersRow .singleCustomer .bottomBox .excerpt {
  font-size: 15px;
  color: #818181;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding-top: 0px;
}
.customersContainer .container .customersRow .singleCustomer .bottomBox .excerpt strong {
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
  color: #231F20;
}
.customersContainer .container .customersRow .singleCustomer .bottomBox .excerpt span {
  margin-top: 14px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}
.customersContainer .container .customersRow .singleCustomer .bottomBox .excerpt .phone {
  margin-top: 9px;
}
.customersContainer .container .customersRow .singleCustomer:hover .imageWraper .customerBox {
  transform: scale(1.1);
}
.advancedSearchContainer #search_form .heading {
  margin-bottom: 5px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}
.errorText {
  display: none;
  padding-left: 15px;
  color: red;
}
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}
.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
}
#progress {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20000000000;
  background-color: rgba(255,255,255,0.3);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #progress {
    display: none !important;
  }
}
#progress .iconBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#progress .iconBox i {
  font-size: 40px;
  color: #28a745;
}
#animatedModalForm1 .info,
#animatedModalForm2 .info,
#animatedModalForm3 .info {
  font-size: 13px;
}
#animatedModalForm1 form,
#animatedModalForm2 form,
#animatedModalForm3 form {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #animatedModalForm1 form,
  #animatedModalForm2 form,
  #animatedModalForm3 form {
    width: 100%;
  }
}
#animatedModalForm1 form .fullInput,
#animatedModalForm2 form .fullInput,
#animatedModalForm3 form .fullInput {
  margin-bottom: 25px;
}
#animatedModalForm1 form .fullInput input,
#animatedModalForm2 form .fullInput input,
#animatedModalForm3 form .fullInput input {
  width: 100%;
  height: 40px;
  border: 1px solid #3d3d3d;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
}
#animatedModalForm1 form .inputCol,
#animatedModalForm2 form .inputCol,
#animatedModalForm3 form .inputCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
#animatedModalForm1 form .inputCol textarea,
#animatedModalForm2 form .inputCol textarea,
#animatedModalForm3 form .inputCol textarea {
  resize: none;
  height: 156px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #3d3d3d;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#animatedModalForm1 form .inputRow,
#animatedModalForm2 form .inputRow,
#animatedModalForm3 form .inputRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #animatedModalForm1 form .inputRow,
  #animatedModalForm2 form .inputRow,
  #animatedModalForm3 form .inputRow {
    flex-direction: column;
  }
}
#animatedModalForm1 form .inputRow textarea,
#animatedModalForm2 form .inputRow textarea,
#animatedModalForm3 form .inputRow textarea {
  resize: none;
  height: 156px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #3d3d3d;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#animatedModalForm1 form .inputRow .leftInput,
#animatedModalForm2 form .inputRow .leftInput,
#animatedModalForm3 form .inputRow .leftInput {
  width: 50%;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  #animatedModalForm1 form .inputRow .leftInput,
  #animatedModalForm2 form .inputRow .leftInput,
  #animatedModalForm3 form .inputRow .leftInput {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
}
#animatedModalForm1 form .inputRow .leftInput input,
#animatedModalForm2 form .inputRow .leftInput input,
#animatedModalForm3 form .inputRow .leftInput input {
  width: 100%;
  height: 40px;
  border: 1px solid #3d3d3d;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
}
#animatedModalForm1 form .inputRow .rightInput,
#animatedModalForm2 form .inputRow .rightInput,
#animatedModalForm3 form .inputRow .rightInput {
  width: 50%;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  #animatedModalForm1 form .inputRow .rightInput,
  #animatedModalForm2 form .inputRow .rightInput,
  #animatedModalForm3 form .inputRow .rightInput {
    padding-left: 0px;
    width: 100%;
  }
}
#animatedModalForm1 form .inputRow .rightInput input,
#animatedModalForm2 form .inputRow .rightInput input,
#animatedModalForm3 form .inputRow .rightInput input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #3d3d3d;
  padding-left: 15px;
  padding-right: 15px;
  color: #272727;
  font-size: 16px;
}
#animatedModalForm1 form .submitBtn,
#animatedModalForm2 form .submitBtn,
#animatedModalForm3 form .submitBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#animatedModalForm1 form .submitBtn input,
#animatedModalForm2 form .submitBtn input,
#animatedModalForm3 form .submitBtn input {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 52px;
  background-color: #47d3ab;
  border-radius: 20px;
  border: initial;
  cursor: pointer;
}
.fancybox-content {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .fancybox-content {
    width: 100% !important;
    display: block;
    padding: 15px;
    padding-top: 90px;
  }
}
.fancybox-close-small {
  top: 45px !important;
}
@media only screen and (max-width: 768px) {
  .fancybox-close-small {
    top: 45px !important;
  }
}
input,
textarea {
  outline: none;
}
.select2-results__option {
  padding: 5px;
}
.ui-multiselect {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #FFF;
  color: #212529;
  box-shadow: 1px 1px 5px rgba(1,1,1,0.39);
  border-radius: 4px;
  border: none;
  padding-left: 34px;
}
.ui-multiselect:after {
  content: '';
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 7px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
#locationSelect_ms {
  background-image: url(../images/icon-location.png);
  background-position: 12px center;
  background-repeat: no-repeat;
}
.ui-widget-header {
  display: none;
}
.ui-multiselect-grouplabel {
  font-size: 16px;
}
.ui-corner-all input {
  margin-right: 4px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .smartphone-animation {
    display: none;
  }
}
#smartphone-display {
  height: 720px;
  margin-left: -23px;
}
#smartphone-display2 {
  height: 720px;
}
#smallPhone {
  top: 135px;
  position: absolute;
  z-index: 2;
  left: 76px;
  width: 100%;
}
#smallPhone2 {
  top: 135px;
  position: absolute;
  z-index: 2;
  right: 368px;
  width: 100%;
}
#smartphone-display>div>img.ipad {
  position: absolute;
  z-index: 1;
  width: 520px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #smartphone-display>div>img.ipad {
    width: 100%;
  }
}
#smartphone-display2>div>img.ipad2 {
  position: absolute;
  z-index: 1;
  width: 520px;
  right: -33px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #smartphone-display2>div>img.ipad2 {
    width: 100%;
  }
}
#smartphone-display>div>img.iphone {
  position: absolute;
  top: 225px;
  z-index: 2;
  width: 360px;
  right: 34px;
}
#smartphone-display2>div>img.iphone2 {
  position: absolute;
  top: 225px;
  z-index: 2;
  width: 360px;
  right: -90px;
}
.iphone-content {
  width: 150px;
  position: absolute;
  right: 135px;
  top: 236px;
  height: 330px;
  overflow: hidden;
}
.iphone-content2 {
  width: 152px;
  position: absolute;
  right: 9px;
  top: 236px;
  height: 330px;
  overflow: hidden;
}
.iphone-content>img {
  width: 148px;
  margin-top: 18px;
}
.iphone-content2>img {
  width: 150px;
  margin-top: 18px;
}
#ipad-content {
  width: 476px;
  position: absolute;
  right: 122px;
  top: 68px;
  height: 586px;
  overflow: hidden;
}
#ipad-content2 {
  width: 476px;
  position: absolute;
  right: -9px;
  top: 68px;
  height: 586px;
  overflow: hidden;
}
#ipad-content>img {
  width: 100%;
  margin-top: 22px;
}
#ipad-content2>img {
  width: 100%;
  margin-top: 22px;
}
.smartphone-animation {
  max-width: 100%;
  overflow: hidden;
}
.smartphone-animation .container {
  padding-top: 70px;
  padding-bottom: 50px;
}
.smartphone-animation .container .titleBig {
  font-size: 68px;
  text-transform: uppercase;
  text-shadow: 3px 0px 7px rgba(0,0,0,0.35);
  color: #000;
  font-weight: 600;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  letter-spacing: 0.06px;
  line-height: 0.9;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .smartphone-animation .container .titleBig {
    font-size: 32px;
    text-align: center;
  }
}
.smartphone-animation .container .titleSmall {
  font-size: 24px;
  text-transform: uppercase;
  background-color: #000;
  color: #FFF;
  padding-top: 1px;
  padding-left: 3px;
  letter-spacing: 0.23px;
  text-align: center;
  padding-right: 3px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .smartphone-animation .container .titleSmall {
    font-size: 18px;
    text-align: center;
  }
}
.smartphone-animation .container .titlesRow .titleCol:nth-child(1) {
  padding-right: 144px;
}
.smartphone-animation .container .titlesRow .titleCol:nth-child(2) {
  padding-left: 150px;
}
.smartphone-animation .container .titlesRow .titleCol {
  position: relative;
  height: 50px;
  margin-top: 60px;
}
.smartphone-animation .container .titlesRow .titleCol .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.smartphone-animation .container .titlesRow .titleCol .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.smartphone-animation .container .titlesRow .titleCol .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.smartphone-animation .container .row .descriptionBox {
  padding-left: 120px;
  padding-top: 64px;
}
.circleSlider {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .circleSlider {
    display: none;
  }
}
.circleSlider .container {
  height: 940px;
  padding-top: 50px;
}
.circleSlider .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.circleSlider .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.circleSlider .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.circleSlider .container .descContainer {
  text-align: left;
  font-size: 16px;
  padding-bottom: 20px;
  display: block;
  max-width: 676px;
  margin: 0 auto;
  padding-top: 20px;
}
.circleSlider .container .descContainer .subtitle,
.circleSlider .container .descContainer h3 {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
}
.circleSlider .container #wrapper {
  position: absolute;
  top: 52%;
  left: 50%;
  perspective: 900px;
}
.circleSlider .container #go-left,
.circleSlider .container #go-right {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.circleSlider .container #go-left {
  margin-left: -480px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-right: 20px solid black;
}
.circleSlider .container #go-right {
  margin-left: 480px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 20px;
  border-top-width: 20px;
  border-left: 20px solid black;
}
.circleSlider .container #carousel {
  transform-origin: center center -450px;
  transform-style: preserve-3d;
  transition: all 1s;
}
.circleSlider .container .imgBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  width: 300px;
  height: 490px;
  transform-style: preserve-3d;
  transform-origin: center center;
  z-index: 2;
}
.circleSlider .container .imgBlock .front {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: transform .6s linear;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  transform: perspective(2000px) rotateY(0deg);
  background-color: #FFF;
}
.circleSlider .container .imgBlock .front .imageBox {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.circleSlider .container .imgBlock .front .name {
  line-height: 1;
  font-size: 16px;
  color: #848586;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.circleSlider .container .imgBlock .front .excerpt {
  font-size: 13px;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  height: 180px;
  overflow: hidden;
}
.circleSlider .container .imgBlock .front .excerpt .c-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
}
.circleSlider .container .imgBlock .front .excerpt .c-row .left {
  font-size: 17px;
  margin-right: 15px;
  padding-top: 2px;
}
.circleSlider .container .imgBlock .front .excerpt .c-row .right {
  padding-top: 2px;
  font-size: 15px;
}
.circleSlider .container .imgBlock .back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(180deg);
  background-color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.circleSlider .container .imgBlock .back .description {
  font-size: 13px;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-top: 15px;
  height: 370px;
  overflow: hidden;
}
.circleSlider .container .imgBlock .back .description .c-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
}
.circleSlider .container .imgBlock .back .description .c-row .left {
  font-size: 17px;
  margin-right: 15px;
  padding-top: 2px;
}
.circleSlider .container .imgBlock .back .description .c-row .right {
  padding-top: 2px;
  font-size: 15px;
}
.circleSlider .container .imgBlock .back .goto {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
}
.circleSlider .container .imgBlock .back .goto .button {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary {
  height: 50px;
  line-height: 50px;
  padding: 0 73px 0 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.08em;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.circleSlider .container .imgBlock .back .goto .button .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary .button-triangle,
.circleSlider .container .imgBlock .back .goto .button .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary .button-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #002347;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary .button-icon i {
  line-height: 34px;
  display: block;
  text-align: center;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary:hover {
  text-decoration: none;
  color: #428500;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary:hover span {
  color: #000;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary:hover .button-triangle2 {
  border-width: 0 0 50px 50px;
}
.circleSlider .container .imgBlock .back .goto .button .button-primary:hover .button-icon {
  background-color: #FFF;
}
.circleSlider .container .imgBlock:hover > .front {
  transform: perspective(2000px) rotateY(-180deg);
}
.circleSlider .container .imgBlock:hover > .back {
  transform: perspective(2000px) rotateY(0deg);
}
.circleSlider .container .imgBlock:nth-of-type(1) {
  transform: translate3d(0,0,0px) rotateY(0deg);
}
.circleSlider .container .imgBlock:nth-of-type(2) {
  transform: translate3d(320px,0,-130px) rotateY(45deg);
}
.circleSlider .container .imgBlock:nth-of-type(3) {
  transform: translate3d(450px,0,-450px) rotateY(90deg);
}
.circleSlider .container .imgBlock:nth-of-type(4) {
  transform: translate3d(320px,0,-770px) rotateY(135deg);
}
.circleSlider .container .imgBlock:nth-of-type(5) {
  transform: translate3d(0,0,-900px) rotateY(180deg);
}
.circleSlider .container .imgBlock:nth-of-type(6) {
  transform: translate3d(-320px,0,-770px) rotateY(225deg);
}
.circleSlider .container .imgBlock:nth-of-type(7) {
  transform: translate3d(-450px,0,-450px) rotateY(270deg);
}
.circleSlider .container .imgBlock:nth-of-type(8) {
  transform: translate3d(-320px,0,-130px) rotateY(315deg);
}
.staticPage {
  position: relative;
}
.staticPage .topImageContainer {
  position: relative;
  display: block;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 110px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topImageContainer {
    height: 80vh;
    padding-top: 30vh;
  }
}
.staticPage .topImageContainer .container {
  text-align: center;
  width: 1430px;
  max-width: 100%;
  position: relative;
}
.staticPage .topImageContainer .container .circle {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 480px;
  width: 480px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 78px;
  flex-direction: column;
}
.staticPage .topImageContainer .container .circle .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.staticPage .topImageContainer .container .circle .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #C8AC28;
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}
.staticPage .topImageContainer .container .circle .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .topImageContainer .container .circle .description {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.staticPage .topImageContainer .container .circle .description h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 17px;
  line-height: 1.3;
}
.staticPage .beforeAfterContainer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.staticPage .beforeAfterContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .beforeAfterContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.staticPage .beforeAfterContainer .container .titleContainer .title .gold {
  text-transform: uppercase;
  color: #C8AC28;
  font-size: 18px;
  margin-top: 3px;
  margin-bottom: 8px;
}
.staticPage .beforeAfterContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow {
    flex-direction: column;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description {
  height: 480px;
  width: 32%;
  font-size: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow .description {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 36px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow .description .box {
    padding-bottom: 30px;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box h3 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box h5 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box a {
  color: #00b0f0;
  text-decoration: underline !important;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .text {
  padding: 0px 10px;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow {
    display: flex;
    margin: 0 auto;
    max-width: 50%;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow .left {
  width: 25%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow .left {
    display: flex;
    max-width: 84px;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow .left i {
  background-color: #23354E;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 17px;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow .right {
  width: 72%;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow .right {
    width: 75%;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .description .box .iconsRow .right .heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .twentytwenty-wrapper {
  height: 480px !important;
  width: 68%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow .twentytwenty-wrapper {
    width: 100%;
    height: 200px !important;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow .twentytwenty-wrapper .ba-slider {
  box-shadow: 0 8px 20px rgba(0,0,0,0.18) !important;
  height: 480px !important;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow .twentytwenty-wrapper .ba-slider {
    height: 175px !important;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow:nth-child(odd) .description {
  padding-left: 30px;
  order: 2;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow:nth-child(odd) .description {
    padding-left: 0px;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow:nth-child(odd) .twentytwenty-wrapper {
  order: 1;
}
.staticPage .beforeAfterContainer .container .beforeAfterRow:nth-child(even) .description {
  padding-right: 30px;
  order: 1;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow:nth-child(even) .description {
    order: 2;
    padding-right: 0px;
  }
}
.staticPage .beforeAfterContainer .container .beforeAfterRow:nth-child(even) .twentytwenty-wrapper {
  order: 2;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainer .container .beforeAfterRow:nth-child(even) .twentytwenty-wrapper {
    order: 1;
  }
}
.staticPage .beforeAfterContainerHome {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.staticPage .beforeAfterContainerHome .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .beforeAfterContainerHome .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.staticPage .beforeAfterContainerHome .container .titleContainer .title .gold {
  text-transform: uppercase;
  color: #C8AC28;
  font-size: 18px;
  margin-top: 3px;
  margin-bottom: 8px;
}
.staticPage .beforeAfterContainerHome .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow {
    flex-direction: column;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description {
  height: 480px;
  width: 42%;
  font-size: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .description {
    width: 100%;
    height: auto;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box {
  height: 100%;
  border-radius: 0px;
  background-color: #002347;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box {
    padding-bottom: 30px;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box img {
  max-width: 100%;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .text {
  padding: 0px 20px;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .button {
  color: #102c47;
  background: #fff;
  padding: 5px 10px 3px 10px;
  margin-bottom: 50px;
  margin-top: 30px;
  text-decoration: none !important;
  display: inline-block;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .button:hover {
  background: #d4b170;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box h3 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box h5 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box a {
  color: #00b0f0;
  text-decoration: underline !important;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow {
    display: flex;
    margin: 0 auto;
    max-width: 50%;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow .left {
  width: 25%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow .left {
    display: flex;
    max-width: 84px;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow .left i {
  background-color: #23354E;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 17px;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow .right {
  width: 72%;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow .right {
    width: 75%;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description .box .iconsRow .right .heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .twentytwenty-wrapper {
  height: 480px !important;
  width: 58%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .twentytwenty-wrapper {
    width: 100%;
    height: 200px !important;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .twentytwenty-wrapper .ba-slider {
  height: 480px !important;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .twentytwenty-wrapper .ba-slider {
    height: 175px !important;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .description {
  padding-right: 30px;
  order: 1;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .description {
    order: 2;
    padding-right: 0px;
    margin-top: 20px;
  }
}
.staticPage .beforeAfterContainerHome .container .beforeAfterRow .twentytwenty-wrapper {
  order: 2;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .beforeAfterContainerHome .container .beforeAfterRow .twentytwenty-wrapper {
    order: 1;
  }
}
.staticPage .servicesContainer {
  position: relative;
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .staticPage .servicesContainer {
    padding-bottom: 40px;
  }
}
.staticPage .servicesContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .servicesContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.staticPage .servicesContainer .container .titleContainer .title .textS {
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.staticPage .servicesContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .servicesContainer .container .serviceRow {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .staticPage .servicesContainer .container .serviceRow {
    flex-wrap: wrap;
  }
}
.staticPage .servicesContainer .container .serviceRow .serviceCol {
  width: 470px;
  height: 530px;
  padding-top: 45px;
  padding-bottom: 40px;
  margin-left: 18px;
  margin-right: 18px;
  background-color: #FFF;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 10;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .servicesContainer .container .serviceRow .serviceCol {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .staticPage .servicesContainer .container .serviceRow .serviceCol {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.staticPage .servicesContainer .container .serviceRow .serviceCol .imgContainer {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 52px;
}
.staticPage .servicesContainer .container .serviceRow .serviceCol .imgContainer .img {
  position: relative;
  width: 190px;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.staticPage .servicesContainer .container .serviceRow .serviceCol .imgContainer .img:before,
.staticPage .servicesContainer .container .serviceRow .serviceCol .imgContainer .img:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: calc(50% - 10px);
  top: 80%;
  background: #333;
  -webkit-box-shadow: 0 19px 7px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 19px 7px rgba(0,0,0,0.6);
  box-shadow: 0 19px 7px rgba(0,0,0,0.6);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.staticPage .servicesContainer .container .serviceRow .serviceCol .imgContainer .img:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.staticPage .servicesContainer .container .serviceRow .serviceCol .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .servicesContainer .container .serviceRow .serviceCol .title {
    margin-bottom: 40px;
  }
}
.staticPage .servicesContainer .container .serviceRow .serviceCol .description {
  display: block;
  font-size: 15px;
}
.staticPage .servicesContainer .container .serviceRow .serviceCol:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.staticPage .servicesContainer .container .serviceRow .separator {
  position: absolute;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 140px;
  border-radius: 50%;
  box-shadow: 0px 0px 70px rgba(0,0,0,0.3);
  color: #212d62;
  font-size: 68px;
  font-family: initial;
  top: calc(50% - 55px);
  z-index: 100;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .servicesContainer .container .serviceRow .separator {
    position: absolute;
    height: 90px;
    width: 90px;
    font-size: 48px;
  }
}
.staticPage .digitsContainer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 90px;
}
.staticPage .digitsContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .digitsContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.staticPage .digitsContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .digitsContainer .container .digitsRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .staticPage .digitsContainer .container .digitsRow {
    flex-wrap: wrap;
  }
}
.staticPage .digitsContainer .container .digitsRow .digitsWrapper {
  width: 370px;
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .staticPage .digitsContainer .container .digitsRow .digitsWrapper {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 40px;
  }
}
.staticPage .digitsContainer .container .digitsRow .digitsWrapper .content {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .staticPage .digitsContainer .container .digitsRow .digitsWrapper .content {
    padding-bottom: 30px;
  }
}
.staticPage .digitsContainer .container .digitsRow .digitsWrapper .content .circle {
  height: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 140px;
  border-radius: 50%;
  box-shadow: 0px 0px 70px rgba(0,0,0,0.3);
  color: #000;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}
.staticPage .digitsContainer .container .digitsRow .digitsWrapper .content .description {
  position: relative;
  color: #343434;
  letter-spacing: 0.6px;
  display: block;
  font-size: 16px;
}
.staticPage .digitsContainer .container .digitsRow .digitsWrapper .content .description .bottomtext {
  position: absolute;
  font-size: 11px;
  color: #dadada;
  bottom: -45px;
  left: 0px;
}
.staticPage .digitsContainer .container .digitsRow .digitsWrapper .content .vline {
  position: absolute;
  right: -70px;
  height: 175px;
  width: 1px;
  background-color: #dadada;
  top: 90px;
}
@media only screen and (max-width: 768px) {
  .staticPage .digitsContainer .container .digitsRow .digitsWrapper .content .vline {
    width: 220px;
    height: 1px;
    right: calc(50% - 110px);
    bottom: 0px;
    top: initial;
  }
}
.staticPage .digitsContainer .container .digitsRow .digitsWrapper:last-child .content .vline {
  display: none;
}
.staticPage .worksContainer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .worksContainer {
    padding-bottom: 30px;
  }
}
.staticPage .worksContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .worksContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.staticPage .worksContainer .container .titleContainer .title .textS {
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.staticPage .worksContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .worksContainer .container .workRowWrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .worksContainer .container .workRowWrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.staticPage .worksContainer .container .workRowWrapper .workCol {
  display: block;
  margin-bottom: 35px;
}
.staticPage .worksContainer .container .workRowWrapper .workCol .workRow {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .worksContainer .container .workRowWrapper .workCol .workRow {
    flex-wrap: wrap;
  }
}
.staticPage .worksContainer .container .workRowWrapper .workCol .workRow .icon {
  display: block;
}
.staticPage .worksContainer .container .workRowWrapper .workCol .workRow .icon i {
  background-color: #23354E;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
}
.staticPage .worksContainer .container .workRowWrapper .workCol .workRow .text {
  display: block;
  color: #343434;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .worksContainer .container .workRowWrapper .workCol .workRow .text {
    padding-right: 0px;
    max-width: 75%;
  }
}
.staticPage .worksContainer .container .workRowWrapper .workCol .workRow .text h3 {
  text-transform: uppercase;
  display: block;
  color: #343434;
  font-size: 23px;
  margin-bottom: 6px;
}
.staticPage .miniBlogContainer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .miniBlogContainer {
    padding-bottom: 30px;
  }
}
.staticPage .miniBlogContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .miniBlogContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.staticPage .miniBlogContainer .container .titleContainer .title .textS {
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.staticPage .miniBlogContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .miniBlogContainer .container .blogRowWrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .miniBlogContainer .container .blogRowWrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .staticPage .miniBlogContainer .container .blogRowWrapper .blogCol {
    width: 100%;
  }
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .imageContainer {
  width: 50%;
  overflow: hidden;
  order: 1;
  position: relative;
  z-index: 10;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .imageContainer img {
  width: 100%;
  transition: all 0.125s linear;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content {
  z-index: 100;
  position: relative;
  order: 2;
  background-color: #e6e6e6;
  display: flex;
  justify-content: flex-start;
  padding: 50px 30px;
  text-align: center;
  color: #070809;
  flex-direction: column;
  align-items: center;
  transition: all 0.125s linear;
  width: 50%;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 30px 0 30px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 1px 1px 5px rgba(1,1,1,0.39);
  border: none;
  position: absolute;
  bottom: 80px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  width: 180px;
  text-align: left;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary .button-triangle,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary .button-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  right: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #002347;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary .button-icon i {
  line-height: 34px;
  display: block;
  text-align: center;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary:hover {
  text-decoration: none;
  color: #428500;
  cursor: pointer;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary:hover span {
  color: #000;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary:hover .button-triangle2 {
  border-width: 0 0 40px 40px;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content .button-primary:hover .button-icon {
  background-color: #FFF;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol .content:after {
  content: '';
  display: block;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #e6e6e6;
  position: absolute;
  top: calc(50% - 20px);
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:hover .imageContainer img {
  filter: grayscale(100%);
  transition: all 0.5s linear;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(3) .imageContainer,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(4) .imageContainer,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(7) .imageContainer,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(8) .imageContainer {
  order: 2;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(3) .content,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(4) .content,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(7) .content,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(8) .content {
  order: 1;
}
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(3) .content:after,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(4) .content:after,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(7) .content:after,
.staticPage .miniBlogContainer .container .blogRowWrapper .blogCol:nth-child(8) .content:after {
  content: '';
  display: block;
  left: 100%;
  right: initial;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e6e6e6;
  border-right: none;
  position: absolute;
  top: calc(50% - 20px);
}
.staticPage .faqContainer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.staticPage .faqContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .faqContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.staticPage .faqContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .faqContainer .container .questionsWrapeer {
  position: relative;
  padding-left: 33px;
  padding-right: 33px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .faqContainer .container .questionsWrapeer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .staticPage .faqContainer .container .questionsWrapeer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol {
  border: 1px solid #d8d6e1;
  border-radius: 7px;
  box-shadow: 0px 10px 15px rgba(216,214,225,0.8);
  margin-bottom: 20px;
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow {
    padding: 15px 20px 15px 20px;
  }
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .currentNumber {
  font-size: 20px;
  border-right: 1px solid #d8d6e1 !important;
  padding-right: 20px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .currentNumber {
    font-size: 16px;
    padding-right: 15px;
    margin-right: 20px;
    padding-top: 3px;
  }
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .question {
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .question {
    font-size: 16px;
    font-weight: 600;
  }
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .icon {
  display: block;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .icon {
    right: 8px;
    top: 17px;
  }
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .icon i {
  font-size: 18px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow .icon i {
    font-size: 15px;
  }
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol .questionRow:hover {
  color: #bc9c5c;
}
.staticPage .faqContainer .container .questionsWrapeer .questionsCol .answer {
  display: none;
  padding: 10px 30px 10px 30px;
  border-top: 1px solid #d8d6e1;
  font-size: 16px;
  line-height: 24px;
}
.staticPage .topGalleryContainer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer {
    padding-top: 0px;
  }
}
.staticPage .topGalleryContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .topGalleryContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.staticPage .topGalleryContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .topGalleryContainer .container .galleryWrapper {
  position: relative;
  display: block;
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .imgContainer {
  display: block;
  width: 68.5%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .imgContainer {
    width: 100%;
  }
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .imgContainer .img {
  width: 100%;
  height: 460px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .imgContainer .img {
    height: 60vw;
  }
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .content {
  height: 460px;
  width: 31.5%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border-radius: 4px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .content {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .content .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .content .title {
    margin-bottom: 33px;
  }
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow .content .description {
  display: block;
  font-size: 15px;
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow:nth-child(even) .imgContainer {
  order: 1;
  padding-right: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer .container .galleryWrapper .galleryRow:nth-child(even) .imgContainer {
    padding-right: 0px;
  }
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow:nth-child(even) .content {
  order: 2;
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow:nth-child(odd) .imgContainer {
  padding-left: 30px;
  order: 2;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer .container .galleryWrapper .galleryRow:nth-child(odd) .imgContainer {
    order: 1;
    padding-left: 0px;
  }
}
.staticPage .topGalleryContainer .container .galleryWrapper .galleryRow:nth-child(odd) .content {
  order: 1;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .topGalleryContainer .container .galleryWrapper .galleryRow:nth-child(odd) .content {
    order: 2;
  }
}
.staticPage .bottomContactsContainer {
  position: relative;
  padding-top: 10px;
  padding-bottom: 60px;
}
.staticPage .bottomContactsContainer .container .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.staticPage .bottomContactsContainer .container .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.staticPage .bottomContactsContainer .container .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.staticPage .bottomContactsContainer .container .contactsRow {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .bottomContactsContainer .container .contactsRow {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper {
  width: 33.33334%;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .staticPage .bottomContactsContainer .container .contactsRow .contactWrapper {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  height: 450px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  border-radius: 3px;
  display: block;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  position: relative;
  border-radius: 4px;
  font-size: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content {
    min-height: 456px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content {
    height: auto;
    padding-bottom: 95px;
  }
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content .icon {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content .icon i {
  background-color: #23354E;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 36px;
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content h3 {
  text-transform: uppercase;
  display: block;
  color: #343434;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 26px;
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content .linkWrapper {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.staticPage .bottomContactsContainer .container .contactsRow .contactWrapper .content .linkWrapper a {
  background-color: #1e2d42;
  color: #FFF;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  height: 45px;
  font-weight: 600;
}
.staticPage .bottomTermContainer {
  padding-bottom: 60px;
  position: relative;
}
.staticPage .bottomTermContainer .container .terms {
  font-size: 11px;
  color: #dadada;
  display: block;
  padding-left: 33px;
  padding-right: 430px;
  line-height: 1.9;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage .bottomTermContainer .container .terms {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .staticPage .bottomTermContainer .container .terms {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.staticPage i {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.staticPage i:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .staticPage h2 {
    text-align: center;
  }
}
.allNewsContainer {
  position: relative;
  padding-top: 100px;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.allNewsContainer .container .heading {
  display: block;
  position: relative;
  color: #070809;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.allNewsContainer .container .pageDescription {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.allNewsContainer .container .newsForm {
  position: relative;
  padding: 10px 20px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.allNewsContainer .container .newsForm .button-primary {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  max-width: 280px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 30px 0 30px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 1px 1px 5px rgba(1,1,1,0.39);
  border-radius: 4px;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background: #002347;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.allNewsContainer .container .newsForm .button-primary span {
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}
.allNewsContainer .container .newsForm .button-primary .button-triangle,
.allNewsContainer .container .newsForm .button-primary .button-triangle-enquiry {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #fff;
}
.allNewsContainer .container .newsForm .button-primary .button-triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-color: transparent transparent #002347;
}
.allNewsContainer .container .newsForm .button-primary .button-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  right: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #002347;
}
.allNewsContainer .container .newsForm .button-primary .button-icon i {
  line-height: 34px;
  display: block;
  text-align: center;
}
.allNewsContainer .container .newsForm .button-primary:hover {
  text-decoration: none;
  color: #428500;
  cursor: pointer;
}
.allNewsContainer .container .newsForm .button-primary:hover span {
  color: #000;
}
.allNewsContainer .container .newsForm .button-primary:hover .button-triangle {
  border-width: 0 0 800px 800px;
}
.allNewsContainer .container .newsForm .button-primary:hover .button-triangle2 {
  border-width: 0 0 40px 40px;
}
.allNewsContainer .container .newsForm .button-primary:hover .button-icon {
  background-color: #FFF;
}
.allNewsContainer .container .newsForm .select2-container {
  width: 100% !important;
  max-width: 280px;
  margin-left: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border-radius: 0px;
}
.allNewsContainer .container .newsForm .select2-container .select2-selection--single {
  height: 40px !important;
  border: initial;
}
.allNewsContainer .container .newsForm .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
}
.allNewsContainer .container .newsForm .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 14px;
  color: #070809;
}
.allNewsContainer .container .newsForm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}
.allNewsContainer .container .pagination {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.allNewsContainer .container .pagination a {
  color: #070809;
  font-size: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  line-height: 1;
}
.allNewsContainer .container .pagination a strong {
  line-height: 1;
  font-size: 17px;
}
.allNewsContainer .container .articlesRow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
.allNewsContainer .container .articlesRow .article {
  display: block;
  width: 33.3334%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
.allNewsContainer .container .articlesRow .article a {
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  display: block;
  width: 100%;
  min-height: 517px;
  position: relative;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.allNewsContainer .container .articlesRow .article a .imageContainer {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.allNewsContainer .container .articlesRow .article a .imageContainer img {
  object-fit: contain;
  width: 100%;
  display: block;
}
.allNewsContainer .container .articlesRow .article a .dateHolder {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #848586;
  padding-bottom: 15px;
  line-height: 1;
}
.allNewsContainer .container .articlesRow .article a .dateHolder i {
  font-size: 12px;
  margin-right: 2px;
}
.allNewsContainer .container .articlesRow .article a .title {
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #070809;
  margin-bottom: 15px;
  text-transform: uppercase;
  height: 72px;
}
.allNewsContainer .container .articlesRow .article a .excerpt {
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #848586;
  margin-bottom: 15px;
  height: 72px;
}
.allNewsContainer .container .articlesRow .article a .fakeBtn {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #070809;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  text-decoration: underline;
}
.allNewsContainer .container .articlesRow .article a .categoryName {
  padding-top: 15px;
  border-top: 2px solid #ccc;
  font-size: 12px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1;
  color: #070809;
}
.allNewsContainer .container .articlesRow .article a .categoryName i {
  color: #848586;
  margin-right: 6px;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.allNewsContainer .container .articlesRow .article a:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}
.allNewsContainer .container .subscribeContainer:before {
  content: '';
  display: block;
  left: -3000px;
  width: 8000px;
  height: 320px;
  position: absolute;
  z-index: -1;
  top: -30px;
  background-color: #f5f3ed;
}
.allNewsContainer .container .subscribeContainer {
  position: relative;
  display: block;
  width: 60%;
  margin: 0 auto;
  z-index: 100;
  margin-top: 70px;
}
.allNewsContainer .container .subscribeContainer .box {
  display: flex;
  border: 4px solid #bc9c5c;
  padding: 50px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  text-align: center;
  background-color: #FFF;
  height: 260px;
}
.allNewsContainer .container .subscribeContainer .box .title {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 27px;
  margin-bottom: 70px;
}
.allNewsContainer .container .subscribeContainer .box button {
  border: none;
  background-color: #bc9c5c;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  max-width: 280px;
  padding: 0 30px 0 30px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.singleNew {
  position: relative;
  padding-bottom: 40px;
  max-width: 100%;
  overflow: hidden;
}
.singleNew .topBackgroundImage {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
}
.singleNew .container .descriptionContainer {
  padding: 10px;
  padding-top: 8px;
  background-color: #FFF;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: -80px;
}
.singleNew .container .descriptionContainer .descriptionInside {
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  padding: 30px 40px;
}
.singleNew .container .descriptionContainer .descriptionInside .title {
  color: #070809;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.singleNew .container .descriptionContainer .descriptionInside h3 {
  color: #070809;
  font-size: 25px;
}
.singleNew .container .descriptionContainer .descriptionInside .description a {
  text-decoration: underline !important;
  color: #bc9c5c;
}
.singleNew .container .descriptionContainer .descriptionInside .description .gold {
  display: inline-block;
  color: #bc9c5c;
  text-decoration: underline !important;
}
.singleNew .container .descriptionContainer .descriptionInside .description h3+br+.gold {
  margin-bottom: 30px;
}
.singleNew .container .descriptionContainer .descriptionInside .description .graySection {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 36px;
  padding-right: 40px;
  border-left: 4px solid #bc9c5c;
  background-color: #f0f0f0;
  display: block;
  margin-top: 15px;
}
.singleNew .container .descriptionContainer .descriptionInside .description .goldContainer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #ccc;
  display: block;
}
.singleNew .container .descriptionContainer .descriptionInside .description .goldContainer .imageCircle {
  width: 100px;
  height: 100px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
  position: absolute;
  left: calc(50% - 50px);
  top: -50px;
  border-radius: 50%;
  padding: 25px;
  background-color: #FFF;
}
.singleNew .container .descriptionContainer .descriptionInside .description .goldContainer .imageCircle img {
  max-width: 100%;
}
.singleNew .container .descriptionContainer .descriptionInside .description .blueContainer {
  padding: 40px;
  background-color: #002347;
  display: block;
  margin-left: -40px;
  margin-right: -40px;
  color: #FFF;
}
.singleNew .container .descriptionContainer .descriptionInside .description .ba-slider {
  box-shadow: 0 8px 20px rgba(0,0,0,0.18) !important;
  height: 480px !important;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .singleNew .container .descriptionContainer .descriptionInside .description .ba-slider {
    height: 175px !important;
  }
}
.singleNew .container .descriptionContainer .descriptionInside .description .ba-slider img {
  width: 100%;
}
.singleNew .container .descriptionContainer .descriptionInside .description .swiper-container .swiper-wrapper .swiper-slide .imageContainer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.singleNew .container .descriptionContainer .descriptionInside .description .swiper-container .swiper-wrapper .swiper-slide .imageContainer img {
  object-fit: fill;
  min-width: 100%;
}
.singleNew .container .descriptionContainer .descriptionInside .indexPageTextHolderInner {
  margin-top: 60px;
}
.singleNew .container .otherArticles {
  display: block;
  position: relative;
  margin-top: 90px;
}
.singleNew .container .otherArticles .titleContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.singleNew .container .otherArticles .titleContainer .title {
  display: inline-block;
  position: relative;
  color: #070809;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.singleNew .container .otherArticles .titleContainer .title:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  bottom: -6px;
  left: 0px;
  background-color: #070809;
  height: 1px;
}
.singleNew .container .otherArticles .articlesRow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
.singleNew .container .otherArticles .articlesRow .article {
  display: block;
  width: 33.3334%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
.singleNew .container .otherArticles .articlesRow .article a {
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  display: block;
  width: 100%;
  min-height: 517px;
  position: relative;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.singleNew .container .otherArticles .articlesRow .article a .imageContainer {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.singleNew .container .otherArticles .articlesRow .article a .imageContainer img {
  object-fit: contain;
  width: 100%;
  display: block;
}
.singleNew .container .otherArticles .articlesRow .article a .dateHolder {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #848586;
  padding-bottom: 15px;
  line-height: 1;
}
.singleNew .container .otherArticles .articlesRow .article a .dateHolder i {
  font-size: 12px;
  margin-right: 2px;
}
.singleNew .container .otherArticles .articlesRow .article a .title {
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #070809;
  margin-bottom: 15px;
  text-transform: uppercase;
  height: 72px;
}
.singleNew .container .otherArticles .articlesRow .article a .excerpt {
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #848586;
  margin-bottom: 15px;
  height: 72px;
}
.singleNew .container .otherArticles .articlesRow .article a .fakeBtn {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #070809;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  text-decoration: underline;
}
.singleNew .container .otherArticles .articlesRow .article a .categoryName {
  padding-top: 15px;
  border-top: 2px solid #ccc;
  font-size: 12px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1;
  color: #070809;
}
.singleNew .container .otherArticles .articlesRow .article a .categoryName i {
  color: #848586;
  margin-right: 6px;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.singleNew .container .otherArticles .articlesRow .article a:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}
.singleNew .container .subscribeContainer:before {
  content: '';
  display: block;
  left: -3000px;
  width: 8000px;
  height: 320px;
  position: absolute;
  z-index: -1;
  top: -30px;
  background-color: #f5f3ed;
}
.singleNew .container .subscribeContainer {
  position: relative;
  display: block;
  width: 60%;
  margin: 0 auto;
  z-index: 100;
  margin-top: 100px;
}
.singleNew .container .subscribeContainer .box {
  display: flex;
  background-color: #FFF;
  border: 4px solid #bc9c5c;
  padding: 50px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  text-align: center;
  height: 260px;
}
.singleNew .container .subscribeContainer .box .title {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 27px;
  margin-bottom: 70px;
}
.singleNew .container .subscribeContainer .box button {
  border: none;
  background-color: #bc9c5c;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  max-width: 280px;
  padding: 0 30px 0 30px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
}
.twentytwenty-handle {
  background: rgba(0,0,0,0.2);
}
#unicorn-startup,
.unicorn-startup {
  background: #f1f1f1;
  width: 100%;
  text-align: center;
}
#unicorn-startup .unicorn,
.unicorn-startup .unicorn {
  padding: 50px 0;
}
#unicorn-startup .unicorn .box,
.unicorn-startup .unicorn .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f1f1f1;
  position: relative;
  background: url(/images/lines/bottom-left-b.png), url(/images/lines/left-b.png), url(/images/lines/top-b.png), url(/images/lines/right-b.png), url(/images/lines/bottom-right-b.png);
  background-position: bottom left, bottom left, top left, bottom right, bottom right;
  background-repeat: no-repeat, repeat-y, no-repeat, no-repeat, no-repeat;
  background-size: 36% 1px, 1px 100%, 93% 1px, 1px 81%, 36% 1px;
  padding: 50px;
}
@media (min-width: 1600px) {
  #unicorn-startup .unicorn .box,
  .unicorn-startup .unicorn .box {
    background-size: 36% 1px, 1px 100%, 93% 1px, 1px 79%, 36% 1px;
  }
}
@media (max-width: 1350px) and (min-width: 1280px) {
  #unicorn-startup .unicorn .box,
  .unicorn-startup .unicorn .box {
    background-size: 36% 1px, 1px 100%, 90% 1px, 1px 78%, 36% 1px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startup .unicorn .box,
  .unicorn-startup .unicorn .box {
    padding: 50px 30px;
    background: unset;
    border: 1px solid #6e6e6e;
  }
}
#unicorn-startup .unicorn .box img.fsr-logo,
.unicorn-startup .unicorn .box img.fsr-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 20px;
  position: absolute;
  top: -50px;
  right: -73px;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #unicorn-startup .unicorn .box img.fsr-logo,
  .unicorn-startup .unicorn .box img.fsr-logo {
    top: -2%;
    right: -35px;
    padding: 0;
  }
}
@media (max-width: 1350px) and (min-width: 1280px) {
  #unicorn-startup .unicorn .box img.fsr-logo,
  .unicorn-startup .unicorn .box img.fsr-logo {
    right: -5px;
    top: -5px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startup .unicorn .box img.fsr-logo,
  .unicorn-startup .unicorn .box img.fsr-logo {
    display: none;
  }
}
#unicorn-startup .unicorn .box h4.title,
.unicorn-startup .unicorn .box h4.title {
  font-size: 55.54px;
  line-height: 77px;
  color: #fff;
  margin: 12px 0 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startup .unicorn .box h4.title,
  .unicorn-startup .unicorn .box h4.title {
    font-size: 27px;
    line-height: 1.1;
  }
}
#unicorn-startup .unicorn .box img.box-after,
.unicorn-startup .unicorn .box img.box-after {
  max-height: 50px;
  width: auto;
}
#unicorn-startup .unicorn .box h5.subtitle,
.unicorn-startup .unicorn .box h5.subtitle {
  font-size: 26.54px;
  line-height: 57px;
  color: #fff;
  margin: 30px 0 16px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startup .unicorn .box h5.subtitle,
  .unicorn-startup .unicorn .box h5.subtitle {
    font-size: 20.54px;
    line-height: 1.1;
  }
}
#unicorn-startup .unicorn .box h2.title:after,
.unicorn-startup .unicorn .box h2.title:after {
  content: '';
  width: 20%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #070809;
  height: 3px;
  margin: auto;
}
#unicorn-startup .unicorn .box p.text-1,
.unicorn-startup .unicorn .box p.text-1 {
  font-size: 16.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 60px;
  max-width: 980px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startup .unicorn .box p.text-1,
  .unicorn-startup .unicorn .box p.text-1 {
    padding: 0;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
#unicorn-startup .unicorn .box p.text-2,
.unicorn-startup .unicorn .box p.text-2 {
  font-size: 16.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 60px;
  max-width: 1060px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startup .unicorn .box p.text-2,
  .unicorn-startup .unicorn .box p.text-2 {
    padding: 0;
    line-height: 1.2;
  }
}
#unicorn-startup .unicorn .box a.button,
.unicorn-startup .unicorn .box a.button {
  width: 100%;
  max-width: 300px;
  margin: 30px 0 10px;
}
#unicorn-startup .unicorn .box a.button span.inner,
.unicorn-startup .unicorn .box a.button span.inner {
  width: 105px;
}
#unicorn-startup .unicorn .box #contactCustomerSuccess,
.unicorn-startup .unicorn .box #contactCustomerSuccess {
  display: none;
}
#unicorn-startup .unicorn .box #contactFormSuccess,
.unicorn-startup .unicorn .box #contactFormSuccess {
  display: none;
  color: #fff;
}
#unicorn-startup .unicorn .box .contactForm,
.unicorn-startup .unicorn .box .contactForm {
  display: flex;
  width: 80%;
  margin-top: 30px;
}
#unicorn-startup .unicorn .box .contactForm .formCol,
.unicorn-startup .unicorn .box .contactForm .formCol {
  width: 50%;
}
#unicorn-startup .unicorn .box .contactForm .formCol .inputINField,
.unicorn-startup .unicorn .box .contactForm .formCol .inputINField {
  width: 85%;
  padding: 5px 15px;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 3px;
}
#unicorn-startup .unicorn .box .contactForm .formCol .inputFieldSearch,
.unicorn-startup .unicorn .box .contactForm .formCol .inputFieldSearch {
  width: 85%;
  padding: 5px 15px;
  font-size: 16px;
}
#unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel,
.unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel {
  color: #fff;
}
#unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a,
#unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a:link,
#unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a:visited,
#unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a:hover,
.unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a,
.unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a:link,
.unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a:visited,
.unicorn-startup .unicorn .box .contactForm .formCol .agreementLabel a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
#unicorn-startup .unicorn .box .contactForm .formCol .errorField,
.unicorn-startup .unicorn .box .contactForm .formCol .errorField {
  border: 1px solid red;
}
#unicorn-startup .blog2-bckg,
.unicorn-startup .blog2-bckg {
  background-image: url(/images/blog2-bckg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startup .blog2-bckg,
  .unicorn-startup .blog2-bckg {
    min-height: 150px;
  }
}
#unicorn-startupB,
.unicorn-startupB {
  background: #102c47;
  width: 100%;
  text-align: center;
}
#unicorn-startupB .unicorn,
.unicorn-startupB .unicorn {
  padding: 50px 0;
}
#unicorn-startupB .unicorn .box,
.unicorn-startupB .unicorn .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #102c47;
  position: relative;
  background: url(/images/lines/bottom-left.png), url(/images/lines/left.png), url(/images/lines/top.png), url(/images/lines/right.png), url(/images/lines/bottom-right.png);
  background-position: bottom left, bottom left, top left, bottom right, bottom right;
  background-repeat: no-repeat, repeat-y, no-repeat, no-repeat, no-repeat;
  background-size: 36% 1px, 1px 100%, 93% 1px, 1px 81%, 36% 1px;
  padding: 50px;
}
@media (min-width: 1600px) {
  #unicorn-startupB .unicorn .box,
  .unicorn-startupB .unicorn .box {
    background-size: 36% 1px, 1px 100%, 93% 1px, 1px 79%, 36% 1px;
  }
}
@media (max-width: 1350px) and (min-width: 1280px) {
  #unicorn-startupB .unicorn .box,
  .unicorn-startupB .unicorn .box {
    background-size: 36% 1px, 1px 100%, 90% 1px, 1px 78%, 36% 1px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startupB .unicorn .box,
  .unicorn-startupB .unicorn .box {
    padding: 50px 30px;
    background: unset;
    border: 1px solid #6e6e6e;
  }
}
#unicorn-startupB .unicorn .box img.fsr-logo,
.unicorn-startupB .unicorn .box img.fsr-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 20px;
  position: absolute;
  top: -50px;
  right: -73px;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #unicorn-startupB .unicorn .box img.fsr-logo,
  .unicorn-startupB .unicorn .box img.fsr-logo {
    top: -2%;
    right: -35px;
    padding: 0;
  }
}
@media (max-width: 1350px) and (min-width: 1280px) {
  #unicorn-startupB .unicorn .box img.fsr-logo,
  .unicorn-startupB .unicorn .box img.fsr-logo {
    right: -5px;
    top: -5px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startupB .unicorn .box img.fsr-logo,
  .unicorn-startupB .unicorn .box img.fsr-logo {
    display: none;
  }
}
#unicorn-startupB .unicorn .box h4.title,
.unicorn-startupB .unicorn .box h4.title {
  font-size: 55.54px;
  line-height: 77px;
  color: #fff;
  margin: 12px 0 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startupB .unicorn .box h4.title,
  .unicorn-startupB .unicorn .box h4.title {
    font-size: 27px;
    line-height: 1.1;
  }
}
#unicorn-startupB .unicorn .box h4.title:after,
.unicorn-startupB .unicorn .box h4.title:after {
  content: '';
  display: block;
  top: 27px;
  left: -1px;
  right: 0;
  width: 50%;
  height: 4px;
  background: #d4b170;
  transition: background 1s ease-in-out;
  margin: auto;
  margin-top: 30px;
}
#unicorn-startupB .unicorn .box img.box-after,
.unicorn-startupB .unicorn .box img.box-after {
  max-height: 50px;
  width: auto;
}
#unicorn-startupB .unicorn .box h5.subtitle,
.unicorn-startupB .unicorn .box h5.subtitle {
  font-size: 26.54px;
  line-height: 57px;
  color: #fff;
  margin: 30px 0 16px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startupB .unicorn .box h5.subtitle,
  .unicorn-startupB .unicorn .box h5.subtitle {
    font-size: 20.54px;
    line-height: 1.1;
  }
}
#unicorn-startupB .unicorn .box h2.title:after,
.unicorn-startupB .unicorn .box h2.title:after {
  content: '';
  width: 20%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #070809;
  height: 3px;
  margin: auto;
}
#unicorn-startupB .unicorn .box p.text-1,
.unicorn-startupB .unicorn .box p.text-1 {
  font-size: 16.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 60px;
  max-width: 980px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startupB .unicorn .box p.text-1,
  .unicorn-startupB .unicorn .box p.text-1 {
    padding: 0;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
#unicorn-startupB .unicorn .box p.text-1 a,
#unicorn-startupB .unicorn .box p.text-1 a:link,
#unicorn-startupB .unicorn .box p.text-1 a:visited,
#unicorn-startupB .unicorn .box p.text-1 a:hover,
.unicorn-startupB .unicorn .box p.text-1 a,
.unicorn-startupB .unicorn .box p.text-1 a:link,
.unicorn-startupB .unicorn .box p.text-1 a:visited,
.unicorn-startupB .unicorn .box p.text-1 a:hover {
  color: #d4b170;
}
#unicorn-startupB .unicorn .box p.text-2,
.unicorn-startupB .unicorn .box p.text-2 {
  font-size: 16.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 60px;
  max-width: 1060px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startupB .unicorn .box p.text-2,
  .unicorn-startupB .unicorn .box p.text-2 {
    padding: 0;
    line-height: 1.2;
  }
}
#unicorn-startupB .unicorn .box a.button,
.unicorn-startupB .unicorn .box a.button {
  width: auto;
  max-width: 300px;
  margin: auto;
  background-color: #fff;
  color: #102c47;
  padding: 10px 30px;
}
#unicorn-startupB .unicorn .box a.button span.inner,
.unicorn-startupB .unicorn .box a.button span.inner {
  width: 105px;
}
#unicorn-startupB .unicorn .box a.button:hover,
.unicorn-startupB .unicorn .box a.button:hover {
  background: #d4b170;
}
#unicorn-startupB .unicorn .box #contactCustomerSuccess,
.unicorn-startupB .unicorn .box #contactCustomerSuccess {
  display: none;
}
#unicorn-startupB .unicorn .box #contactFormSuccess,
.unicorn-startupB .unicorn .box #contactFormSuccess {
  display: none;
  color: #fff;
}
#unicorn-startupB .unicorn .box .contactForm,
.unicorn-startupB .unicorn .box .contactForm {
  display: flex;
  width: 80%;
  margin-top: 30px;
}
#unicorn-startupB .unicorn .box .contactForm .formCol,
.unicorn-startupB .unicorn .box .contactForm .formCol {
  width: 50%;
}
#unicorn-startupB .unicorn .box .contactForm .formCol .inputINField,
.unicorn-startupB .unicorn .box .contactForm .formCol .inputINField {
  width: 85%;
  padding: 5px 15px;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 3px;
}
#unicorn-startupB .unicorn .box .contactForm .formCol .inputFieldSearch,
.unicorn-startupB .unicorn .box .contactForm .formCol .inputFieldSearch {
  width: 85%;
  padding: 5px 15px;
  font-size: 16px;
}
#unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel,
.unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel {
  color: #fff;
}
#unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a,
#unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a:link,
#unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a:visited,
#unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a:hover,
.unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a,
.unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a:link,
.unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a:visited,
.unicorn-startupB .unicorn .box .contactForm .formCol .agreementLabel a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
#unicorn-startupB .unicorn .box .contactForm .formCol .errorField,
.unicorn-startupB .unicorn .box .contactForm .formCol .errorField {
  border: 1px solid red;
}
#unicorn-startupB .blog2-bckg,
.unicorn-startupB .blog2-bckg {
  background-image: url(/images/blog2-bckg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #unicorn-startupB .blog2-bckg,
  .unicorn-startupB .blog2-bckg {
    min-height: 150px;
  }
}
#slider-4,
#slider-5 {
  background: #fff;
  padding-top: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4,
  #slider-5 {
    padding-top: 0px;
  }
}
#slider-4 .title,
#slider-5 .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: -30px;
}
#slider-4 .title .number,
#slider-5 .title .number {
  font-size: 153.54px;
  color: #000;
  line-height: 0.83;
  margin-left: -5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 .title .number,
  #slider-5 .title .number {
    display: none;
  }
}
#slider-4 .title .text,
#slider-5 .title .text {
  font-size: 38.35px;
  color: #fff;
  margin-left: 30px;
  max-width: 680px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 .title .text,
  #slider-5 .title .text {
    font-size: 27.35px;
    margin-left: 0;
  }
}
#slider-4 #swiper-container4,
#slider-5 #swiper-container4 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container4,
  #slider-5 #swiper-container4 {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 49%;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: url(/images/lines/bottom-left-small.png), url(/images/lines/bottom-right-small.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #000;
  margin-left: 1px;
  margin-right: 1px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder,
  #slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder {
    width: 100%;
    background-size: 24% 1px, 24% 1px, 32% 1px, 32% 1px;
  }
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .slogan-box,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .slogan-box {
  display: block;
  position: absolute;
  bottom: -13px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .imageHolder img,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .imageHolder img {
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .imageHolder img:hover,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .imageHolder img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .textHolder,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .textHolder {
  margin-bottom: 60px;
  text-align: left;
  width: 95%;
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront {
  transform: perspective(2000px) rotateY(-180deg);
}
#slider-4 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack,
#slider-5 #swiper-container4 .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack {
  transform: perspective(2000px) rotateY(0deg);
}
#slider-4 #swiper-container4 .swiper-pagination,
#slider-5 #swiper-container4 .swiper-pagination {
  top: 32px;
  bottom: auto;
  right: 125px;
  left: auto;
  width: 15%;
  text-align: right;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container4 .swiper-pagination,
  #slider-5 #swiper-container4 .swiper-pagination {
    width: auto;
  }
}
#slider-4 #swiper-container4 .swiper-pagination .swiper-pagination-bullet,
#slider-5 #swiper-container4 .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #cecece;
  display: inline-block;
  border-radius: 0;
  background: #cecece;
  opacity: 1;
  margin: 0 6px;
}
#slider-4 #swiper-container4 .swiper-pagination .swiper-pagination-bullet-active,
#slider-5 #swiper-container4 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
}
#slider-4 #swiper-container4 .swiper-button-next,
#slider-5 #swiper-container4 .swiper-button-next {
  right: 0px;
  left: auto;
  top: 33px;
  background-color: #000;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container4 .swiper-button-next:after,
#slider-5 #swiper-container4 .swiper-button-next:after {
  color: #fff;
  font-size: 21px;
}
#slider-4 #swiper-container4 .swiper-button-prev,
#slider-5 #swiper-container4 .swiper-button-prev {
  left: auto;
  right: 56px;
  top: 33px;
  background-color: #cecece;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container4 .swiper-button-prev:after,
#slider-5 #swiper-container4 .swiper-button-prev:after {
  color: #000;
  font-size: 21px;
}
#slider-4 #swiper-container7,
#slider-4 #swiper-container7w,
#slider-5 #swiper-container7,
#slider-5 #swiper-container7w {
  padding-top: 100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7,
  #slider-4 #swiper-container7w,
  #slider-5 #swiper-container7,
  #slider-5 #swiper-container7w {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  text-align: center;
  height: auto;
  flex-wrap: wrap;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 24%;
  margin-bottom: 40px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: url(/images/lines/bottom-left-small.png), url(/images/lines/bottom-right-small.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 13% 1px, 13% 1px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder,
  #slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder,
  #slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder,
  #slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder {
    width: 100%;
  }
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:first-child:after,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:first-child:after,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:first-child:after,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:first-child:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 6px;
  background: #838282;
  transition: background 1s ease-in-out;
  border-left: 2px solid #000;
  border-right: 1px solid #000;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:first-child:before,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:first-child:before,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:first-child:before,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 8px;
  background: #fff;
  border-left: 2px solid #000;
  border-right: 1px solid #000;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:last-child:after,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:last-child:after,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:last-child:after,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:last-child:after {
  width: 100.5%;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:last-child:before,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:last-child:before,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:last-child:before,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:last-child:before {
  width: 100.5%;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:after,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:after,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:after,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 6px;
  background: #838282;
  transition: background 1s ease-in-out;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:before,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:before,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:before,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 8px;
  background: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .slogan-box,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .slogan-box,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .slogan-box,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .slogan-box {
  display: block;
  position: absolute;
  bottom: -13px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .imageHolder img,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .imageHolder img,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .imageHolder img,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 60px;
  margin-bottom: 30px;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder img.box-after,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder img.box-after,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder img.box-after,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .textHolder,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .textHolder,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .textHolder,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront {
  transform: perspective(2000px) rotateY(-180deg);
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack {
  transform: perspective(2000px) rotateY(0deg);
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img {
  filter: grayscale(0);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
}
#slider-4 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover:after,
#slider-4 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover:after,
#slider-5 #swiper-container7 .swiper-wrapper .swiper-slide .slideHolder:hover:after,
#slider-5 #swiper-container7w .swiper-wrapper .swiper-slide .slideHolder:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
#slider-4 #swiper-container7 .swiper-pagination,
#slider-4 #swiper-container7w .swiper-pagination,
#slider-5 #swiper-container7 .swiper-pagination,
#slider-5 #swiper-container7w .swiper-pagination {
  top: 32px;
  bottom: auto;
  right: 125px;
  left: auto;
  width: 15%;
  text-align: right;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7 .swiper-pagination,
  #slider-4 #swiper-container7w .swiper-pagination,
  #slider-5 #swiper-container7 .swiper-pagination,
  #slider-5 #swiper-container7w .swiper-pagination {
    width: auto;
  }
}
#slider-4 #swiper-container7 .swiper-pagination .swiper-pagination-bullet,
#slider-4 #swiper-container7w .swiper-pagination .swiper-pagination-bullet,
#slider-5 #swiper-container7 .swiper-pagination .swiper-pagination-bullet,
#slider-5 #swiper-container7w .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #cecece;
  display: inline-block;
  border-radius: 0;
  background: #cecece;
  opacity: 1;
  margin: 0 6px;
}
#slider-4 #swiper-container7 .swiper-pagination .swiper-pagination-bullet-active,
#slider-4 #swiper-container7w .swiper-pagination .swiper-pagination-bullet-active,
#slider-5 #swiper-container7 .swiper-pagination .swiper-pagination-bullet-active,
#slider-5 #swiper-container7w .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
}
#slider-4 #swiper-container7 .swiper-button-next,
#slider-4 #swiper-container7w .swiper-button-next,
#slider-5 #swiper-container7 .swiper-button-next,
#slider-5 #swiper-container7w .swiper-button-next {
  right: 0px;
  left: auto;
  top: 33px;
  background-color: #000;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container7 .swiper-button-next:after,
#slider-4 #swiper-container7w .swiper-button-next:after,
#slider-5 #swiper-container7 .swiper-button-next:after,
#slider-5 #swiper-container7w .swiper-button-next:after {
  color: #fff;
  font-size: 21px;
}
#slider-4 #swiper-container7 .swiper-button-prev,
#slider-4 #swiper-container7w .swiper-button-prev,
#slider-5 #swiper-container7 .swiper-button-prev,
#slider-5 #swiper-container7w .swiper-button-prev {
  left: auto;
  right: 56px;
  top: 33px;
  background-color: #cecece;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container7 .swiper-button-prev:after,
#slider-4 #swiper-container7w .swiper-button-prev:after,
#slider-5 #swiper-container7 .swiper-button-prev:after,
#slider-5 #swiper-container7w .swiper-button-prev:after {
  color: #000;
  font-size: 21px;
}
#slider-4 #swiper-container7w,
#slider-5 #swiper-container7w {
  padding-top: 40px !important;
}
#slider-4 #swiper-container7b,
#slider-5 #swiper-container7b {
  padding-top: 100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7b,
  #slider-5 #swiper-container7b {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  text-align: center;
  height: auto;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: url(/images/lines/bottom-left-small.png), url(/images/lines/bottom-right-small.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 13% 1px, 13% 1px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder,
  #slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder {
    width: 100%;
  }
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:after,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 6px;
  background: #838282;
  transition: background 1s ease-in-out;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:before,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 8px;
  background: #fff;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .slogan-box,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .imageHolder img,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 60px;
  margin-bottom: 30px;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder img.box-after,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .textHolder,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront {
  transform: perspective(2000px) rotateY(-180deg);
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack {
  transform: perspective(2000px) rotateY(0deg);
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img {
  filter: grayscale(0);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
}
#slider-4 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover:after,
#slider-5 #swiper-container7b .swiper-wrapper .swiper-slide .slideHolder:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
#slider-4 #swiper-container7b .swiper-pagination,
#slider-5 #swiper-container7b .swiper-pagination {
  top: 32px;
  bottom: auto;
  right: 125px;
  left: auto;
  width: 15%;
  text-align: right;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7b .swiper-pagination,
  #slider-5 #swiper-container7b .swiper-pagination {
    width: auto;
  }
}
#slider-4 #swiper-container7b .swiper-pagination .swiper-pagination-bullet,
#slider-5 #swiper-container7b .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #cecece;
  display: inline-block;
  border-radius: 0;
  background: #cecece;
  opacity: 1;
  margin: 0 6px;
}
#slider-4 #swiper-container7b .swiper-pagination .swiper-pagination-bullet-active,
#slider-5 #swiper-container7b .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
}
#slider-4 #swiper-container7b .swiper-button-next,
#slider-5 #swiper-container7b .swiper-button-next {
  right: 0px;
  left: auto;
  top: 33px;
  background-color: #000;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container7b .swiper-button-next:after,
#slider-5 #swiper-container7b .swiper-button-next:after {
  color: #fff;
  font-size: 21px;
}
#slider-4 #swiper-container7b .swiper-button-prev,
#slider-5 #swiper-container7b .swiper-button-prev {
  left: auto;
  right: 56px;
  top: 33px;
  background-color: #cecece;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container7b .swiper-button-prev:after,
#slider-5 #swiper-container7b .swiper-button-prev:after {
  color: #000;
  font-size: 21px;
}
#slider-4 #swiper-container7a,
#slider-5 #swiper-container7a {
  padding-top: 100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7a,
  #slider-5 #swiper-container7a {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
#slider-4 #swiper-container7a .swiper-wrapper,
#slider-5 #swiper-container7a .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  text-align: center;
  height: auto;
  width: 24%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7a .swiper-wrapper .swiper-slide,
  #slider-5 #swiper-container7a .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  margin-bottom: 60px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: url(/images/lines/bottom-left-small.png), url(/images/lines/bottom-right-small.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 13% 1px, 13% 1px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder,
  #slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder {
    width: 100%;
  }
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:after,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 6px;
  background: #838282;
  transition: background 1s ease-in-out;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:before,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 8px;
  background: #fff;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .slogan-box,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .slogan-box,
  #slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .slogan-box {
    position: relative;
    bottom: 0px;
  }
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .imageHolder img,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 60px;
  margin-bottom: 30px;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder img.box-after,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .textHolder,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover .slideFront {
  transform: perspective(2000px) rotateY(-180deg);
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover .slideBack {
  transform: perspective(2000px) rotateY(0deg);
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover .imageHolder img {
  filter: grayscale(0);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
}
#slider-4 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover:after,
#slider-5 #swiper-container7a .swiper-wrapper .swiper-slide .slideHolder:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
#slider-4 #swiper-container7a .swiper-pagination,
#slider-5 #swiper-container7a .swiper-pagination {
  top: 32px;
  bottom: auto;
  right: 125px;
  left: auto;
  width: 15%;
  text-align: right;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-4 #swiper-container7a .swiper-pagination,
  #slider-5 #swiper-container7a .swiper-pagination {
    width: auto;
  }
}
#slider-4 #swiper-container7a .swiper-pagination .swiper-pagination-bullet,
#slider-5 #swiper-container7a .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #cecece;
  display: inline-block;
  border-radius: 0;
  background: #cecece;
  opacity: 1;
  margin: 0 6px;
}
#slider-4 #swiper-container7a .swiper-pagination .swiper-pagination-bullet-active,
#slider-5 #swiper-container7a .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
}
#slider-4 #swiper-container7a .swiper-button-next,
#slider-5 #swiper-container7a .swiper-button-next {
  right: 0px;
  left: auto;
  top: 33px;
  background-color: #000;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container7a .swiper-button-next:after,
#slider-5 #swiper-container7a .swiper-button-next:after {
  color: #fff;
  font-size: 21px;
}
#slider-4 #swiper-container7a .swiper-button-prev,
#slider-5 #swiper-container7a .swiper-button-prev {
  left: auto;
  right: 56px;
  top: 33px;
  background-color: #cecece;
  width: 55px;
  height: 55px;
}
#slider-4 #swiper-container7a .swiper-button-prev:after,
#slider-5 #swiper-container7a .swiper-button-prev:after {
  color: #000;
  font-size: 21px;
}
#blogs a,
#blogs a:link,
#blogs a:visited,
#blogs a: active,
.blogs a,
.blogs a:link,
.blogs a:visited,
.blogs a: active {
  color: #00a2e8;
}
#blogs .blog-bckg,
.blogs .blog-bckg {
  background-color: #f0f0f0;
  background-image: url(/images/blog-bckg.png);
  background-size: cover;
  background-position: center center;
}
#blogs .blog-bckg .container .titleHolder,
.blogs .blog-bckg .container .titleHolder {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#blogs .blog-bckg .container .titleHolder p.heading,
.blogs .blog-bckg .container .titleHolder p.heading {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin-top: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .blog-bckg .container .titleHolder p.heading,
  .blogs .blog-bckg .container .titleHolder p.heading {
    font-size: 27px;
  }
}
#blogs .blog-bckg .container .titleHolder p.title,
.blogs .blog-bckg .container .titleHolder p.title {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin-top: 36px;
  width: 100%;
}
@media (max-width: 1222px) {
  #blogs .blog-bckg .container .titleHolder p.title,
  .blogs .blog-bckg .container .titleHolder p.title {
    font-size: 66.43px;
    line-height: 90px;
  }
}
@media (max-width: 475px) {
  #blogs .blog-bckg .container .titleHolder p.title,
  .blogs .blog-bckg .container .titleHolder p.title {
    font-size: 27px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .blog-bckg .container .titleHolder p.title,
  .blogs .blog-bckg .container .titleHolder p.title {
    margin-top: 0px;
  }
}
#blogs .blog-bckg .container .titleHolder span,
.blogs .blog-bckg .container .titleHolder span {
  position: absolute;
  top: 25px;
  margin-left: -10px;
  font-size: 74.17px;
  line-height: 183.62px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 929px) {
  #blogs .blog-bckg .container .titleHolder span,
  .blogs .blog-bckg .container .titleHolder span {
    top: 40px;
    font-size: 40.17px;
    line-height: 1;
    margin-left: 0;
  }
}
@media (max-width: 475px) {
  #blogs .blog-bckg .container .titleHolder span,
  .blogs .blog-bckg .container .titleHolder span {
    top: 45px;
    font-size: 30.17px;
  }
}
#blogs .blog-bckg .container .titleHolder p.text,
.blogs .blog-bckg .container .titleHolder p.text {
  max-width: 1050px;
  text-align: center;
  font-size: 18px;
  line-height: 24.13px;
  color: #000;
  margin-bottom: 38px;
  margin-top: 38px;
}
@media (max-width: 475px) {
  #blogs .blog-bckg .container .titleHolder p.text,
  .blogs .blog-bckg .container .titleHolder p.text {
    margin-top: 30px;
    font-size: 16px;
  }
}
#blogs .blog-bckg .container .titleHolder .button,
.blogs .blog-bckg .container .titleHolder .button {
  color: #fff;
  background: #102c47;
  padding: 8px 20px;
  margin: 0px auto 50px;
}
#blogs .blog-bckg .container .titleHolder .button:hover,
.blogs .blog-bckg .container .titleHolder .button:hover {
  background: #d4b170;
}
#blogs .blog-bckg .container .leftAlign,
.blogs .blog-bckg .container .leftAlign {
  align-items: flex-start;
  text-align: left;
}
#blogs .boxes,
.blogs .boxes {
  background: #f0f0f0;
}
#blogs .boxes .fluid-container,
.blogs .boxes .fluid-container {
  max-width: 2100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container,
  .blogs .boxes .fluid-container {
    padding: 0;
  }
}
#blogs .boxes .fluid-container .boxesHolder,
.blogs .boxes .fluid-container .boxesHolder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder,
  .blogs .boxes .fluid-container .boxesHolder {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box,
.blogs .boxes .fluid-container .boxesHolder .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 33.33334%;
  background-color: #102c47;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .box,
  .blogs .boxes .fluid-container .boxesHolder .box {
    width: 100%;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box img,
.blogs .boxes .fluid-container .boxesHolder .box img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .boxes .fluid-container .boxesHolder .box img,
  .blogs .boxes .fluid-container .boxesHolder .box img {
    width: 100%;
    height: 100%;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box img:hover,
.blogs .boxes .fluid-container .boxesHolder .box img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#blogs .boxes .fluid-container .boxesHolder .box p.title,
.blogs .boxes .fluid-container .boxesHolder .box p.title {
  font-size: 31.73px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 0 5%;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #blogs .boxes .fluid-container .boxesHolder .box p.title,
  .blogs .boxes .fluid-container .boxesHolder .box p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .box p.title,
  .blogs .boxes .fluid-container .boxesHolder .box p.title {
    line-height: 1.1;
    margin-top: 30px;
    font-size: 27px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box p.subtitle,
.blogs .boxes .fluid-container .boxesHolder .box p.subtitle {
  font-size: 27.3px;
  line-height: normal;
  color: #d4b170;
  padding: 0 5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .box p.subtitle,
  .blogs .boxes .fluid-container .boxesHolder .box p.subtitle {
    line-height: 1;
    margin-top: 15px;
    font-size: 20px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box p.text,
.blogs .boxes .fluid-container .boxesHolder .box p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 5%;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .box p.text,
  .blogs .boxes .fluid-container .boxesHolder .box p.text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .boxes .fluid-container .boxesHolder .box p.text,
  .blogs .boxes .fluid-container .boxesHolder .box p.text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box img.box-after,
.blogs .boxes .fluid-container .boxesHolder .box img.box-after {
  max-height: 50px;
  width: 75%;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .boxes .fluid-container .boxesHolder .box img.box-after,
  .blogs .boxes .fluid-container .boxesHolder .box img.box-after {
    display: none;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box-button,
.blogs .boxes .fluid-container .boxesHolder .box-button {
  padding: 15px 30px 60px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .box-button,
  .blogs .boxes .fluid-container .boxesHolder .box-button {
    padding: 30px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .box-button .button,
.blogs .boxes .fluid-container .boxesHolder .box-button .button {
  color: #102c47;
  background: #fff;
  padding: 5px 10px;
}
#blogs .boxes .fluid-container .boxesHolder .box-button .button:hover,
.blogs .boxes .fluid-container .boxesHolder .box-button .button:hover {
  background: #d4b170;
}
#blogs .boxes .fluid-container .boxesHolder .boxC,
.blogs .boxes .fluid-container .boxesHolder .boxC {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32.33334%;
  background-color: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  position: relative;
}
#blogs .boxes .fluid-container .boxesHolder .boxC min-height:
					@media @smartphones,
#blogs .boxes .fluid-container .boxesHolder .boxC $tablets,
.blogs .boxes .fluid-container .boxesHolder .boxC min-height:
					@media @smartphones,
.blogs .boxes .fluid-container .boxesHolder .boxC $tablets {
  width: 100%;
}
#blogs .boxes .fluid-container .boxesHolder .boxC:hover img,
.blogs .boxes .fluid-container .boxesHolder .boxC:hover img {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder,
.blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder {
  width: 100%;
  z-index: 2;
}
#blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .specialImage,
.blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .specialImage {
  z-index: 0;
}
#blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection,
.blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: left;
}
#blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.title,
.blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.title {
  font-size: 31.73px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  margin: 0 16%;
  padding-left: 3%;
  text-align: left;
  border-left: 2px solid #000;
  font-weight: bold;
  height: 3lh;
  margin-bottom: .5lh;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.title,
  .blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.title,
  .blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.title {
    line-height: 1.1;
    margin-top: 30px;
    font-size: 27px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.subtitle,
.blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.subtitle {
  font-size: 27.3px;
  line-height: normal;
  color: #000;
  padding: 0 5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.subtitle,
  .blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.subtitle {
    line-height: 1;
    margin-top: 15px;
    font-size: 20px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.text,
.blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 5%;
  margin-top: 30px;
  margin-bottom: 45px;
  min-height: 5lh;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.text,
  .blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.text,
  .blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection p.text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection .button,
.blogs .boxes .fluid-container .boxesHolder .boxC .boxCHolder .innerSection .button {
  background-color: #000;
  color: #fff;
  padding: 10px 30px 10px 20px;
  border-top-right-radius: 20px;
  position: absolute;
  bottom: 0px;
}
#blogs .boxes .fluid-container .boxesHolder .boxC .box-imageC,
.blogs .boxes .fluid-container .boxesHolder .boxC .box-imageC {
  position: absolute;
  top: 0px;
  width: 97%;
  height: auto;
  z-index: 1;
  left: 0;
}
#blogs .boxes .fluid-container .boxesHolder .boxC img,
.blogs .boxes .fluid-container .boxesHolder .boxC img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC img,
  .blogs .boxes .fluid-container .boxesHolder .boxC img {
    width: auto;
    height: 100%;
  }
}
#blogs .boxes .fluid-container .boxesHolder .boxC img:hover,
.blogs .boxes .fluid-container .boxesHolder .boxC img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#blogs .boxes .fluid-container .boxesHolder .boxC img.box-after,
.blogs .boxes .fluid-container .boxesHolder .boxC img.box-after {
  max-height: 50px;
  width: 75%;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC img.box-after,
  .blogs .boxes .fluid-container .boxesHolder .boxC img.box-after {
    display: none;
  }
}
#blogs .boxes .fluid-container .boxesHolder .boxC-button,
.blogs .boxes .fluid-container .boxesHolder .boxC-button {
  padding: 15px 30px 60px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .boxes .fluid-container .boxesHolder .boxC-button,
  .blogs .boxes .fluid-container .boxesHolder .boxC-button {
    padding: 30px;
  }
}
#blogs .boxes .fluid-container .boxesHolder .boxC-button .button,
.blogs .boxes .fluid-container .boxesHolder .boxC-button .button {
  color: #102c47;
  background: #fff;
  padding: 5px 10px;
}
#blogs .boxes .fluid-container .boxesHolder .boxC-button .button:hover,
.blogs .boxes .fluid-container .boxesHolder .boxC-button .button:hover {
  background: #d4b170;
}
#blogs .tabsWrapper #tabsHolder #topTabs,
#blogs .tabsWrapper #tabsHolder #topTabs1,
#blogs .tabsWrapper #tabsHolder .topTabs,
#blogs .tabsWrapper .tabsHolder #topTabs,
#blogs .tabsWrapper .tabsHolder #topTabs1,
#blogs .tabsWrapper .tabsHolder .topTabs,
.blogs .tabsWrapper #tabsHolder #topTabs,
.blogs .tabsWrapper #tabsHolder #topTabs1,
.blogs .tabsWrapper #tabsHolder .topTabs,
.blogs .tabsWrapper .tabsHolder #topTabs,
.blogs .tabsWrapper .tabsHolder #topTabs1,
.blogs .tabsWrapper .tabsHolder .topTabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper #tabsHolder #topTabs,
  #blogs .tabsWrapper #tabsHolder #topTabs1,
  #blogs .tabsWrapper #tabsHolder .topTabs,
  #blogs .tabsWrapper .tabsHolder #topTabs,
  #blogs .tabsWrapper .tabsHolder #topTabs1,
  #blogs .tabsWrapper .tabsHolder .topTabs,
  .blogs .tabsWrapper #tabsHolder #topTabs,
  .blogs .tabsWrapper #tabsHolder #topTabs1,
  .blogs .tabsWrapper #tabsHolder .topTabs,
  .blogs .tabsWrapper .tabsHolder #topTabs,
  .blogs .tabsWrapper .tabsHolder #topTabs1,
  .blogs .tabsWrapper .tabsHolder .topTabs {
    overflow-y: scroll;
    overflow-x: visible;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
#blogs .tabsWrapper #tabsHolder #topTabs a,
#blogs .tabsWrapper #tabsHolder #topTabs1 a,
#blogs .tabsWrapper #tabsHolder .topTabs a,
#blogs .tabsWrapper .tabsHolder #topTabs a,
#blogs .tabsWrapper .tabsHolder #topTabs1 a,
#blogs .tabsWrapper .tabsHolder .topTabs a,
.blogs .tabsWrapper #tabsHolder #topTabs a,
.blogs .tabsWrapper #tabsHolder #topTabs1 a,
.blogs .tabsWrapper #tabsHolder .topTabs a,
.blogs .tabsWrapper .tabsHolder #topTabs a,
.blogs .tabsWrapper .tabsHolder #topTabs1 a,
.blogs .tabsWrapper .tabsHolder .topTabs a {
  background-color: #FFF;
  color: #002347;
  position: relative;
  width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper #tabsHolder #topTabs a,
  #blogs .tabsWrapper #tabsHolder #topTabs1 a,
  #blogs .tabsWrapper #tabsHolder .topTabs a,
  #blogs .tabsWrapper .tabsHolder #topTabs a,
  #blogs .tabsWrapper .tabsHolder #topTabs1 a,
  #blogs .tabsWrapper .tabsHolder .topTabs a,
  .blogs .tabsWrapper #tabsHolder #topTabs a,
  .blogs .tabsWrapper #tabsHolder #topTabs1 a,
  .blogs .tabsWrapper #tabsHolder .topTabs a,
  .blogs .tabsWrapper .tabsHolder #topTabs a,
  .blogs .tabsWrapper .tabsHolder #topTabs1 a,
  .blogs .tabsWrapper .tabsHolder .topTabs a {
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#blogs .tabsWrapper #tabsHolder #topTabs .active,
#blogs .tabsWrapper #tabsHolder #topTabs1 .active,
#blogs .tabsWrapper #tabsHolder .topTabs .active,
#blogs .tabsWrapper .tabsHolder #topTabs .active,
#blogs .tabsWrapper .tabsHolder #topTabs1 .active,
#blogs .tabsWrapper .tabsHolder .topTabs .active,
.blogs .tabsWrapper #tabsHolder #topTabs .active,
.blogs .tabsWrapper #tabsHolder #topTabs1 .active,
.blogs .tabsWrapper #tabsHolder .topTabs .active,
.blogs .tabsWrapper .tabsHolder #topTabs .active,
.blogs .tabsWrapper .tabsHolder #topTabs1 .active,
.blogs .tabsWrapper .tabsHolder .topTabs .active {
  color: #FFF;
  background-color: #070809;
}
#blogs .tabsWrapper #tabsHolder #topTabs .active:before,
#blogs .tabsWrapper #tabsHolder #topTabs1 .active:before,
#blogs .tabsWrapper #tabsHolder .topTabs .active:before,
#blogs .tabsWrapper .tabsHolder #topTabs .active:before,
#blogs .tabsWrapper .tabsHolder #topTabs1 .active:before,
#blogs .tabsWrapper .tabsHolder .topTabs .active:before,
.blogs .tabsWrapper #tabsHolder #topTabs .active:before,
.blogs .tabsWrapper #tabsHolder #topTabs1 .active:before,
.blogs .tabsWrapper #tabsHolder .topTabs .active:before,
.blogs .tabsWrapper .tabsHolder #topTabs .active:before,
.blogs .tabsWrapper .tabsHolder #topTabs1 .active:before,
.blogs .tabsWrapper .tabsHolder .topTabs .active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: calc(50% - 5px);
  border-bottom: 5px solid #070809;
  border-left: 5px solid #070809;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(-45deg);
  z-index: 100;
}
#blogs .tabsWrapper #tabsHolder #topTabs a:first-child,
#blogs .tabsWrapper #tabsHolder #topTabs1 a:first-child,
#blogs .tabsWrapper #tabsHolder .topTabs a:first-child,
#blogs .tabsWrapper .tabsHolder #topTabs a:first-child,
#blogs .tabsWrapper .tabsHolder #topTabs1 a:first-child,
#blogs .tabsWrapper .tabsHolder .topTabs a:first-child,
.blogs .tabsWrapper #tabsHolder #topTabs a:first-child,
.blogs .tabsWrapper #tabsHolder #topTabs1 a:first-child,
.blogs .tabsWrapper #tabsHolder .topTabs a:first-child,
.blogs .tabsWrapper .tabsHolder #topTabs a:first-child,
.blogs .tabsWrapper .tabsHolder #topTabs1 a:first-child,
.blogs .tabsWrapper .tabsHolder .topTabs a:first-child {
  margin-left: 0px;
}
#blogs .tabsWrapper #tabsHolder #topTabs a:last-child,
#blogs .tabsWrapper #tabsHolder #topTabs1 a:last-child,
#blogs .tabsWrapper #tabsHolder .topTabs a:last-child,
#blogs .tabsWrapper .tabsHolder #topTabs a:last-child,
#blogs .tabsWrapper .tabsHolder #topTabs1 a:last-child,
#blogs .tabsWrapper .tabsHolder .topTabs a:last-child,
.blogs .tabsWrapper #tabsHolder #topTabs a:last-child,
.blogs .tabsWrapper #tabsHolder #topTabs1 a:last-child,
.blogs .tabsWrapper #tabsHolder .topTabs a:last-child,
.blogs .tabsWrapper .tabsHolder #topTabs a:last-child,
.blogs .tabsWrapper .tabsHolder #topTabs1 a:last-child,
.blogs .tabsWrapper .tabsHolder .topTabs a:last-child {
  margin-right: 0px;
}
#blogs .tabsWrapper .tab-content,
.blogs .tabsWrapper .tab-content {
  margin-top: 20px;
  text-align: center;
}
#blogs .tabsWrapper .tab-content .button,
.blogs .tabsWrapper .tab-content .button {
  color: #fff;
  background: #102c47;
  padding: 11px 20px;
  margin: 30px auto;
}
#blogs .tabsWrapper .tab-content .button:hover,
.blogs .tabsWrapper .tab-content .button:hover {
  background: #d4b170;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container,
.blogs .tabsWrapper .tab-content .boxes .fluid-container {
  max-width: 2100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container {
    padding: 0;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32.33334%;
  background-color: #102c47;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  margin-top: 8px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box {
    width: 100%;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img {
    width: auto;
    height: 100%;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img:first-child,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img:first-child {
  border-bottom: 6px solid #000;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img:hover,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img:hover:first-child,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img:hover:first-child {
  border-bottom: 6px solid #d4b170;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.title,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.title {
  font-size: 20px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 5%;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.title,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.title,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.title {
    line-height: 1.1;
    margin-top: 30px;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.subtitle,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.subtitle {
  font-size: 27.3px;
  line-height: normal;
  color: #d4b170;
  padding: 0 5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.subtitle,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.subtitle {
    line-height: 1;
    margin-top: 15px;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 5%;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img.box-after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img.box-after {
  max-height: 50px;
  width: 75%;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img.box-after,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box img.box-after {
    display: none;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box:hover img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box:hover img {
  filter: grayscale(0);
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box:hover img:first-child,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box:hover img:first-child {
  border-bottom: 6px solid #d4b170;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box-button,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box-button {
  padding: 15px 30px 60px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box-button,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box-button {
    padding: 30px;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .button,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .button {
  color: #102c47;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 50px;
  margin-top: 30px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .button:hover,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .button:hover {
  background: #d4b170;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24%;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  margin-top: 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB {
    width: 100%;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img {
    width: auto;
    height: 100%;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img:nth-child(2),
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img:nth-child(2) {
  width: 95%;
  align-self: flex-end;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img:hover,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder {
  background: #fff;
  align-self: flex-start;
  width: 90%;
  margin-top: -45px;
  text-align: left;
  z-index: 3;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  padding: 20px 5% 0px;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title {
    line-height: 1.1;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title i,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.title i {
  margin-right: 10px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.subtitle,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.subtitle {
  font-size: 27.3px;
  line-height: normal;
  color: #d4b170;
  padding: 0 5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.subtitle,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.subtitle {
    line-height: 1;
    margin-top: 15px;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.text,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 5%;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.text,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.text {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.text,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder p.text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder .button,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder .button {
  display: block;
  color: #fff;
  background: #102c47;
  padding: 5px 10px;
  margin: 30px auto;
  width: 70%;
  text-align: center;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder .button:hover,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB .textHolder .button:hover {
  background: #d4b170;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img.box-after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img.box-after {
  max-height: 50px;
  width: 75%;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img.box-after,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .boxB img.box-after {
    display: none;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 24%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder,
  .blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder {
    width: 100%;
  }
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 6px;
  background: #838282;
  transition: background 1s ease-in-out;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:before,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 8px;
  background: #fff;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(0deg);
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront a,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #384a5e;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .slogan-box,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .imageHolderTop img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .imageHolderTop img {
  max-width: 100%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .imageHolder img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 30px;
  margin-bottom: 30px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront img.box-after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .textHolder,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .textHolder .titleIn,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .textHolder p.subText,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .textHolder p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .button,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .button {
  display: inline-block;
  padding: 8px 15px;
  background: #102c47;
  color: #fff;
  margin-top: 25px !important;
  margin: auto;
}
:#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .buttonhover,
:.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideFront .buttonhover {
  background: #102c47;
  color: #fff;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack {
  width: 100%;
  overflow: hidden;
  position: absolute;
  backface-visibility: hidden;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex-direction: column;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack a,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #384a5e;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .slogan-box,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .imageHolderTop img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .imageHolderTop img {
  max-width: 100%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .imageHolder img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack img.box-after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder .titleIn,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder p.subText,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a {
  margin-bottom: 50px;
  text-align: left;
  width: 87%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a .titleIn,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 40px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a p.subText,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
  text-align: left !important;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a .sub1,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a .sub1 {
  border-bottom: 1px solid #A4B4CA;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a .sub1:after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a .sub1:after {
  content: '';
  position: relative;
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(/images/icon-quote-right.svg);
  background-position: center;
  width: 44px;
  height: 36px;
  margin-bottom: -20px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a p.text,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slideBack .textHolder1a p.text {
  text-align: center;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder a,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #384a5e;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slogan-box,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .imageHolderTop img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .imageHolderTop img {
  max-width: 100%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .imageHolder img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 30px;
  margin-bottom: 30px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder img.box-after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder .titleIn,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder p.subText,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder .sub1,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder .sub1 {
  border-bottom: 1px solid #A4B4CA;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder .sub1:after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder .sub1:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(/images/icon-quote-right.svg);
  background-position: center;
  width: 44px;
  height: 17px;
  margin-bottom: -23px;
  background-color: #fff;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder p.text,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder .textHolder p.text {
  padding: 0px 20px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .slideFront,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .slideFront {
  transform: perspective(2000px) rotateY(-180deg);
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .slideBack,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .slideBack {
  transform: perspective(2000px) rotateY(0deg);
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .imageHolder,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .imageHolder {
  width: 100%;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .imageHolder img,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover .imageHolder img {
  filter: grayscale(0);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 0s;
  display: inline;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover:after,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .slideHolder:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
.slideHolderFlip {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip {
    width: 100%;
  }
}
.slideHolderFlip:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 6px;
  background: #838282;
  transition: background 1s ease-in-out;
}
.slideHolderFlip:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -1px;
  right: 0;
  width: 100.7%;
  height: 8px;
  background: #fff;
}
.slideHolderFlip .slideFront {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(0deg);
}
.slideHolderFlip .slideFront a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #384a5e;
}
.slideHolderFlip .slideFront .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
.slideHolderFlip .slideFront .imageHolderTop img {
  max-width: 100%;
}
.slideHolderFlip .slideFront .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 60px;
  margin-bottom: 30px;
}
.slideHolderFlip .slideFront img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
.slideHolderFlip .slideFront .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
.slideHolderFlip .slideFront .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slideHolderFlip .slideFront .textHolder .titleIn:after {
  content: '';
  width: 30%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #000;
  height: 3px;
  margin: auto;
}
.slideHolderFlip .slideFront .textHolder p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
}
.slideHolderFlip .slideFront .textHolder p.subText:after {
  content: '';
  width: 50%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #A4B4CA;
  height: 1px;
  margin: auto;
  margin-top: 20px;
}
.slideHolderFlip .slideFront .button {
  display: inline-block;
  padding: 8px 15px;
  background: #102c47;
  color: #fff;
  margin-top: 25px !important;
  margin: auto;
}
:.slideHolderFlip .slideFront .buttonhover {
  background: #102c47;
  color: #fff;
}
.slideHolderFlip .slideFront .boxB {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  margin-top: 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideFront .boxB {
    width: 100%;
  }
}
.slideHolderFlip .slideFront .boxB img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .slideHolderFlip .slideFront .boxB img {
    width: auto;
    height: 100%;
  }
}
.slideHolderFlip .slideFront .boxB img:nth-child(2) {
  width: 95%;
  align-self: flex-end;
}
.slideHolderFlip .slideFront .boxB img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
.slideHolderFlip .slideFront .boxB .textHolder {
  background: #fff;
  align-self: flex-start;
  width: 90%;
  margin-top: -45px;
  text-align: left;
  z-index: 3;
  text-align: center;
}
.slideHolderFlip .slideFront .boxB .textHolder .aboveTextHolder:before {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 9999px #fff;
  z-index: 0;
  margin: auto;
  display: block;
  content: "";
  position: absolute;
}
.slideHolderFlip .slideFront .boxB .textHolder p.title {
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  padding: 20px 5% 0px;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .slideHolderFlip .slideFront .boxB .textHolder p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideFront .boxB .textHolder p.title {
    line-height: 1.1;
  }
}
.slideHolderFlip .slideFront .boxB .textHolder p.title i {
  margin-right: 10px;
}
.slideHolderFlip .slideFront .boxB .textHolder p.subtitle {
  font-size: 27.3px;
  line-height: normal;
  color: #d4b170;
  padding: 0 5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideFront .boxB .textHolder p.subtitle {
    line-height: 1;
    margin-top: 15px;
  }
}
.slideHolderFlip .slideFront .boxB .textHolder p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 5%;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideFront .boxB .textHolder p.text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .slideHolderFlip .slideFront .boxB .textHolder p.text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.slideHolderFlip .slideFront .boxB .textHolder .button {
  display: block;
  color: #fff;
  background: #102c47;
  padding: 5px 10px;
  margin: 30px auto;
  width: 50%;
  text-align: center;
}
.slideHolderFlip .slideFront .boxB .textHolder .button:hover {
  background: #d4b170;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideFront .boxB .textHolder .button {
    width: 70%;
  }
}
.slideHolderFlip .slideFront .boxB img.box-after {
  max-height: 50px;
  width: 75%;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .slideHolderFlip .slideFront .boxB img.box-after {
    display: none;
  }
}
.slideHolderFlip .slideBack {
  width: 100%;
  overflow: hidden;
  position: absolute;
  backface-visibility: hidden;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slideHolderFlip .slideBack a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #384a5e;
}
.slideHolderFlip .slideBack .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
.slideHolderFlip .slideBack .imageHolderTop img {
  max-width: 100%;
}
.slideHolderFlip .slideBack .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 60px;
  margin-bottom: 30px;
}
.slideHolderFlip .slideBack img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
.slideHolderFlip .slideBack .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
.slideHolderFlip .slideBack .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slideHolderFlip .slideBack .textHolder .titleIn:after {
  content: '';
  width: 30%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #000;
  height: 3px;
  margin: auto;
}
.slideHolderFlip .slideBack .textHolder p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
}
.slideHolderFlip .slideBack .textHolder p.subText:after {
  content: '';
  width: 50%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #A4B4CA;
  height: 1px;
  margin: auto;
  margin-top: 20px;
}
.slideHolderFlip .slideBack .textHolder1a {
  margin-bottom: 50px;
  text-align: left;
  width: 94%;
}
.slideHolderFlip .slideBack .textHolder1a .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
}
.slideHolderFlip .slideBack .textHolder1a .titleIn:after {
  content: '';
  width: 30%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #000;
  height: 3px;
  margin: auto;
}
.slideHolderFlip .slideBack .textHolder1a p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
}
.slideHolderFlip .slideBack .textHolder1a p.subText:after {
  content: '';
  width: 50%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #A4B4CA;
  height: 1px;
  margin: auto;
  margin-top: 20px;
}
.slideHolderFlip .slideBack .boxB {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  margin-top: 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideBack .boxB {
    width: 100%;
  }
}
.slideHolderFlip .slideBack .boxB img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .slideHolderFlip .slideBack .boxB img {
    width: auto;
    height: 100%;
  }
}
.slideHolderFlip .slideBack .boxB img:nth-child(2) {
  width: 95%;
  align-self: flex-end;
}
.slideHolderFlip .slideBack .boxB img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
.slideHolderFlip .slideBack .boxB .textHolderUp {
  background: #22354d;
  width: 95%;
  align-self: flex-end;
  color: #fff;
  padding-bottom: 65px;
}
.slideHolderFlip .slideBack .boxB .textHolderUp p.title {
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  padding: 20px 5%;
  text-align: center;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .slideHolderFlip .slideBack .boxB .textHolderUp p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideBack .boxB .textHolderUp p.title {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
  }
}
.slideHolderFlip .slideBack .boxB .textHolderUp p.title i {
  margin-right: 10px;
}
.slideHolderFlip .slideBack .boxB .textHolderUp p.text {
  padding: 0px 5%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideBack .boxB .textHolderUp p.text {
    font-size: 15px;
    line-height: normal;
  }
}
.slideHolderFlip .slideBack .boxB .textHolder {
  background: #fff;
  align-self: flex-start;
  width: 90%;
  margin-top: -45px;
  text-align: left;
  z-index: 3;
}
.slideHolderFlip .slideBack .boxB .textHolder p.title {
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  padding: 20px 5%;
  text-align: center;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .slideHolderFlip .slideBack .boxB .textHolder p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideBack .boxB .textHolder p.title {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
    font-size: 20px;
  }
}
.slideHolderFlip .slideBack .boxB .textHolder p.title i {
  margin-right: 10px;
}
.slideHolderFlip .slideBack .boxB .textHolder p.subtitle {
  font-size: 27.3px;
  line-height: normal;
  color: #d4b170;
  padding: 0 5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideBack .boxB .textHolder p.subtitle {
    line-height: 1;
    margin-top: 15px;
  }
}
.slideHolderFlip .slideBack .boxB .textHolder p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 5%;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideBack .boxB .textHolder p.text {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: normal;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .slideHolderFlip .slideBack .boxB .textHolder p.text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.slideHolderFlip .slideBack .boxB .textHolder p.text a,
.slideHolderFlip .slideBack .boxB .textHolder p.text a:link,
.slideHolderFlip .slideBack .boxB .textHolder p.text a:visited,
.slideHolderFlip .slideBack .boxB .textHolder p.text a:hover {
  display: inline;
  color: #00a2e8;
}
.slideHolderFlip .slideBack .boxB .textHolder .button {
  display: block;
  color: #fff;
  background: #102c47;
  padding: 5px 10px;
  margin: 30px auto;
  width: 50%;
  text-align: center;
}
.slideHolderFlip .slideBack .boxB .textHolder .button:hover {
  background: #d4b170;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .slideBack .boxB .textHolder .button {
    width: 70%;
  }
}
.slideHolderFlip .slideBack .boxB img.box-after {
  max-height: 50px;
  width: 75%;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  .slideHolderFlip .slideBack .boxB img.box-after {
    display: none;
  }
}
.slideHolderFlip .boxB1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transition: transform .6s linear;
  transform: perspective(2000px) rotateY(0deg);
}
.slideHolderFlip .boxB1 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #384a5e;
}
.slideHolderFlip .boxB1 .box-image {
  width: 100%;
}
.slideHolderFlip .boxB1 img:first-child {
  border-bottom: 6px solid #000;
}
.slideHolderFlip .boxB1 img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
.slideHolderFlip .boxB1 img:hover:first-child {
  border-bottom: 6px solid #d4b170;
}
.slideHolderFlip .boxB1 p.title {
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  padding: 20px 5% 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .slideHolderFlip .boxB1 p.title {
    font-size: 30.73px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideHolderFlip .boxB1 p.title {
    line-height: 1.1;
    padding-top: 50px;
  }
}
.slideHolderFlip .boxB1 p.title i {
  margin-right: 10px;
}
.slideHolderFlip .boxB1 .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
.slideHolderFlip .boxB1 .imageHolderTop img {
  max-width: 100%;
}
.slideHolderFlip .boxB1 .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 60px;
  margin-bottom: 30px;
}
.slideHolderFlip .boxB1 img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
.slideHolderFlip .boxB1 .textHolder {
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  background-color: #102c47;
  color: #fff;
}
.slideHolderFlip .boxB1 .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slideHolderFlip .boxB1 .textHolder .titleIn:after {
  content: '';
  width: 30%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #000;
  height: 3px;
  margin: auto;
}
.slideHolderFlip .boxB1 .textHolder p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
}
.slideHolderFlip .boxB1 .textHolder p.subText:after {
  content: '';
  width: 50%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #A4B4CA;
  height: 1px;
  margin: auto;
  margin-top: 20px;
}
.slideHolderFlip .boxB1 .textHolder p.text {
  padding: 0px 10px;
}
.slideHolderFlip .boxB1 .button {
  display: inline-block;
  background: #fff;
  padding: 5px 25px;
  color: #102c47;
  margin: 0px auto;
  width: auto;
  text-align: center;
  margin-top: 30px;
}
:.slideHolderFlip .boxB1 .buttonhover {
  color: #102c47;
  background: #d4b170;
}
.slideHolderFlip a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #384a5e;
}
.slideHolderFlip .slogan-box {
  display: block;
  position: absolute;
  bottom: -10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
.slideHolderFlip .imageHolderTop img {
  max-width: 100%;
}
.slideHolderFlip .imageHolder img {
  max-width: 70%;
  border-radius: 50%;
  border: 4px solid #121212;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  margin-top: 60px;
  margin-bottom: 30px;
}
.slideHolderFlip img.box-after {
  margin-top: 10px;
  margin-bottom: 40px;
  max-height: 50px;
  width: 80%;
}
.slideHolderFlip .textHolder {
  margin-bottom: 50px;
  text-align: center;
  width: 95%;
}
.slideHolderFlip .textHolder .titleIn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slideHolderFlip .textHolder .titleIn:after {
  content: '';
  width: 30%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #000;
  height: 3px;
  margin: auto;
}
.slideHolderFlip .textHolder p.subText {
  font-style: italic;
  color: #A4B4CA;
  margin-bottom: 20px;
}
.slideHolderFlip .textHolder p.subText:after {
  content: '';
  width: 50%;
  display: block;
  bottom: -7px;
  left: 35%;
  background-color: #A4B4CA;
  height: 1px;
  margin: auto;
  margin-top: 20px;
}
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a,
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a:link,
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a:hover,
#blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a:visited,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a:link,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a:hover,
.blogs .tabsWrapper .tab-content .boxes .fluid-container .boxesHolder .box p.text a:visited {
  color: #d4b170;
}
.slideHolderFlip:hover .slideFront {
  transform: perspective(2000px) rotateY(-180deg) scale(0%);
}
.slideHolderFlip:hover .slideBack {
  transform: perspective(2000px) rotateY(0deg);
}
.slideHolderFlip:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
#blogs2 .blog-bckg,
.blogs2 .blog-bckg {
  background-color: #cfcfcf;
  background-image: url(/images/blog-bckg.png);
  background-size: cover;
  background-position: center center;
  min-height: 330px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs2 .blog-bckg,
  .blogs2 .blog-bckg {
    min-height: 0px;
  }
}
#blogs2 .blog-bckg .container .titleHolder,
.blogs2 .blog-bckg .container .titleHolder {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#blogs2 .blog-bckg .container .titleHolder p.title,
.blogs2 .blog-bckg .container .titleHolder p.title {
  font-size: 90px;
  line-height: 234px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: -14px;
  width: 100%;
}
@media (max-width: 1222px) {
  #blogs2 .blog-bckg .container .titleHolder p.title,
  .blogs2 .blog-bckg .container .titleHolder p.title {
    font-size: 66.43px;
    line-height: 90px;
  }
}
@media (max-width: 475px) {
  #blogs2 .blog-bckg .container .titleHolder p.title,
  .blogs2 .blog-bckg .container .titleHolder p.title {
    font-size: 27px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
#blogs2 .blog-bckg .container .titleHolder span,
.blogs2 .blog-bckg .container .titleHolder span {
  position: absolute;
  top: 25px;
  margin-left: -10px;
  font-size: 74.17px;
  line-height: 183.62px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 929px) {
  #blogs2 .blog-bckg .container .titleHolder span,
  .blogs2 .blog-bckg .container .titleHolder span {
    top: 40px;
    font-size: 40.17px;
    line-height: 1;
    margin-left: 0;
  }
}
@media (max-width: 475px) {
  #blogs2 .blog-bckg .container .titleHolder span,
  .blogs2 .blog-bckg .container .titleHolder span {
    top: 45px;
    font-size: 30.17px;
  }
}
#blogs2 .blog-bckg .container .titleHolder p.text,
.blogs2 .blog-bckg .container .titleHolder p.text {
  max-width: 1050px;
  text-align: center;
  font-size: 18px;
  line-height: 24.13px;
  color: #716e6e;
  margin-bottom: 38px;
}
@media (max-width: 475px) {
  #blogs2 .blog-bckg .container .titleHolder p.text,
  .blogs2 .blog-bckg .container .titleHolder p.text {
    margin-top: 0px;
    font-size: 16px;
  }
}
#blogs2 .blog-bckg .container .leftAlign,
.blogs2 .blog-bckg .container .leftAlign {
  align-items: left;
  text-align: left;
}
#blogs2 .boxes,
.blogs2 .boxes {
  width: 100%;
  background: #1e1e1e;
}
#blogs2 .boxes .fluid-container,
.blogs2 .boxes .fluid-container {
  max-width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs2 .boxes .fluid-container,
  .blogs2 .boxes .fluid-container {
    padding: 0;
  }
}
#blogs2 .boxes .fluid-container .boxesHolder,
.blogs2 .boxes .fluid-container .boxesHolder {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs2 .boxes .fluid-container .boxesHolder,
  .blogs2 .boxes .fluid-container .boxesHolder {
    flex-direction: column;
  }
}
#blogs2 .boxes .fluid-container .boxesHolder .box,
.blogs2 .boxes .fluid-container .boxesHolder .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 33.33334%;
  background-color: #000;
  position: relative;
  margin: 8px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs2 .boxes .fluid-container .boxesHolder .box,
  .blogs2 .boxes .fluid-container .boxesHolder .box {
    width: 100%;
    margin: 0;
  }
}
#blogs2 .boxes .fluid-container .boxesHolder .box img.box-image,
.blogs2 .boxes .fluid-container .boxesHolder .box img.box-image {
  width: 100%;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
#blogs2 .boxes .fluid-container .boxesHolder .box h4.title,
.blogs2 .boxes .fluid-container .boxesHolder .box h4.title {
  font-size: 40px;
  line-height: 57px;
  color: #fff;
  margin: 60px 0;
}
#blogs2 .boxes .fluid-container .boxesHolder .box img.box-after,
.blogs2 .boxes .fluid-container .boxesHolder .box img.box-after {
  max-height: 50px;
  width: 75%;
}
#blogs2 .boxes .fluid-container .boxesHolder .box p.text,
.blogs2 .boxes .fluid-container .boxesHolder .box p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 60px;
  margin-top: 40px;
  margin-bottom: 55px;
}
#blogs2 .boxes .fluid-container .boxesHolder .box a.button,
.blogs2 .boxes .fluid-container .boxesHolder .box a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}
#blogs2 .boxes .fluid-container .boxesHolder .box a.button span.outer,
.blogs2 .boxes .fluid-container .boxesHolder .box a.button span.outer {
  width: 140px;
}
#blogs2 .boxes .fluid-container .boxesHolder .box:after,
.blogs2 .boxes .fluid-container .boxesHolder .box:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #1e1e1e;
  transition: background 1s ease-in-out;
}
#blogs2 .boxes .fluid-container .boxesHolder .box:before,
.blogs2 .boxes .fluid-container .boxesHolder .box:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background: #fff;
}
#blogs2 .boxes .fluid-container .boxesHolder .box:nth-child(3n-2),
.blogs2 .boxes .fluid-container .boxesHolder .box:nth-child(3n-2) {
  margin-left: 0;
}
#blogs2 .boxes .fluid-container .boxesHolder .box:nth-child(3n),
.blogs2 .boxes .fluid-container .boxesHolder .box:nth-child(3n) {
  margin-right: 0;
}
#blogs2 .boxes .fluid-container .boxesHolder .box.middle,
.blogs2 .boxes .fluid-container .boxesHolder .box.middle {
  margin-left: 0px;
  margin-right: 0px;
}
#blogs2 .boxes .fluid-container .boxesHolder .box:hover:after,
.blogs2 .boxes .fluid-container .boxesHolder .box:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
#blogs2 .boxes .fluid-container .boxesHolder .box:hover img.box-image,
.blogs2 .boxes .fluid-container .boxesHolder .box:hover img.box-image {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#blogs2 .boxes .blog2-bckg,
.blogs2 .boxes .blog2-bckg {
  background-image: url(/images/blog2-bckg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #blogs2 .boxes .blog2-bckg,
  .blogs2 .boxes .blog2-bckg {
    min-height: 150px;
  }
}
#services-boxes,
#services-boxes1,
#services-boxes2 {
  width: 100%;
  background: #102c47;
}
#services-boxes .fluid-container,
#services-boxes1 .fluid-container,
#services-boxes2 .fluid-container {
  max-width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container,
  #services-boxes1 .fluid-container,
  #services-boxes2 .fluid-container {
    padding: 0;
  }
}
#services-boxes .fluid-container .boxesHolder,
#services-boxes1 .fluid-container .boxesHolder,
#services-boxes2 .fluid-container .boxesHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
  background: #fff;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder,
  #services-boxes1 .fluid-container .boxesHolder,
  #services-boxes2 .fluid-container .boxesHolder {
    flex-direction: column;
    flex-wrap: nowrap;
    border-bottom: 0;
  }
}
#services-boxes .fluid-container .boxesHolder .box,
#services-boxes1 .fluid-container .boxesHolder .box,
#services-boxes2 .fluid-container .boxesHolder .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 33.2%;
  background-color: #102c47;
  margin-top: 8px;
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder .box,
  #services-boxes1 .fluid-container .boxesHolder .box,
  #services-boxes2 .fluid-container .boxesHolder .box {
    width: 100%;
    margin-top: 0;
    order: 2;
  }
}
#services-boxes .fluid-container .boxesHolder .box img.box-image,
#services-boxes1 .fluid-container .boxesHolder .box img.box-image,
#services-boxes2 .fluid-container .boxesHolder .box img.box-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: filter 1s ease-in-out;
}
#services-boxes .fluid-container .boxesHolder .box h4.title,
#services-boxes1 .fluid-container .boxesHolder .box h4.title,
#services-boxes2 .fluid-container .boxesHolder .box h4.title {
  font-size: 33.55px;
  line-height: 42.4px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  max-width: 300px;
  text-align: left;
}
@media (max-width: 349px) {
  #services-boxes .fluid-container .boxesHolder .box h4.title,
  #services-boxes1 .fluid-container .boxesHolder .box h4.title,
  #services-boxes2 .fluid-container .boxesHolder .box h4.title {
    max-width: 250px;
  }
}
#services-boxes .fluid-container .boxesHolder .box:after,
#services-boxes1 .fluid-container .boxesHolder .box:after,
#services-boxes2 .fluid-container .boxesHolder .box:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #1e1e1e;
  transition: background 1s ease-in-out;
}
#services-boxes .fluid-container .boxesHolder .box:before,
#services-boxes1 .fluid-container .boxesHolder .box:before,
#services-boxes2 .fluid-container .boxesHolder .box:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background: #fff;
}
#services-boxes .fluid-container .boxesHolder .box:nth-child(3n-1),
#services-boxes1 .fluid-container .boxesHolder .box:nth-child(3n-1),
#services-boxes2 .fluid-container .boxesHolder .box:nth-child(3n-1) {
  margin: 8px 0.2% 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder .box:nth-child(3n-1),
  #services-boxes1 .fluid-container .boxesHolder .box:nth-child(3n-1),
  #services-boxes2 .fluid-container .boxesHolder .box:nth-child(3n-1) {
    margin: 8px 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder .box-center,
  #services-boxes1 .fluid-container .boxesHolder .box-center,
  #services-boxes2 .fluid-container .boxesHolder .box-center {
    order: 1;
  }
}
#services-boxes .fluid-container .boxesHolder .box-center h4.title-center,
#services-boxes1 .fluid-container .boxesHolder .box-center h4.title-center,
#services-boxes2 .fluid-container .boxesHolder .box-center h4.title-center {
  font-size: 30.54px;
  line-height: 57px;
  color: #fff;
  margin: 50px 0;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #services-boxes .fluid-container .boxesHolder .box-center h4.title-center,
  #services-boxes1 .fluid-container .boxesHolder .box-center h4.title-center,
  #services-boxes2 .fluid-container .boxesHolder .box-center h4.title-center {
    margin: 30px 0;
  }
}
#services-boxes .fluid-container .boxesHolder .box-center img.box-after,
#services-boxes1 .fluid-container .boxesHolder .box-center img.box-after,
#services-boxes2 .fluid-container .boxesHolder .box-center img.box-after {
  max-height: 50px;
  width: 75%;
}
#services-boxes .fluid-container .boxesHolder .box-center p.text,
#services-boxes1 .fluid-container .boxesHolder .box-center p.text,
#services-boxes2 .fluid-container .boxesHolder .box-center p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 60px;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #services-boxes .fluid-container .boxesHolder .box-center p.text,
  #services-boxes1 .fluid-container .boxesHolder .box-center p.text,
  #services-boxes2 .fluid-container .boxesHolder .box-center p.text {
    padding: 0 20px;
  }
}
#services-boxes .fluid-container .boxesHolder .box-center a.button,
#services-boxes1 .fluid-container .boxesHolder .box-center a.button,
#services-boxes2 .fluid-container .boxesHolder .box-center a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #services-boxes .fluid-container .boxesHolder .box-center a.button,
  #services-boxes1 .fluid-container .boxesHolder .box-center a.button,
  #services-boxes2 .fluid-container .boxesHolder .box-center a.button {
    margin-bottom: 30px;
  }
}
#services-boxes .fluid-container .boxesHolder .box-center a.button span.outer,
#services-boxes1 .fluid-container .boxesHolder .box-center a.button span.outer,
#services-boxes2 .fluid-container .boxesHolder .box-center a.button span.outer {
  width: 140px;
}
#services-boxes .fluid-container .boxesHolder .box:hover:after,
#services-boxes1 .fluid-container .boxesHolder .box:hover:after,
#services-boxes2 .fluid-container .boxesHolder .box:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
#services-boxes .fluid-container .boxesHolder .box:hover img.box-image,
#services-boxes1 .fluid-container .boxesHolder .box:hover img.box-image,
#services-boxes2 .fluid-container .boxesHolder .box:hover img.box-image {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#services-boxes .fluid-container .boxesHolder .boxClear,
#services-boxes1 .fluid-container .boxesHolder .boxClear,
#services-boxes2 .fluid-container .boxesHolder .boxClear {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 33.2%;
  min-height: 450px;
  background-color: #102c47;
  margin-top: 8px;
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder .boxClear,
  #services-boxes1 .fluid-container .boxesHolder .boxClear,
  #services-boxes2 .fluid-container .boxesHolder .boxClear {
    width: 100%;
    margin-top: 0;
    order: 2;
    min-height: 120px;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear .hovered,
#services-boxes1 .fluid-container .boxesHolder .boxClear .hovered,
#services-boxes2 .fluid-container .boxesHolder .boxClear .hovered {
  display: none;
  background-color: rgba(0,0,0,0.8);
  height: 450px;
  width: 100%;
  position: absolute;
}
#services-boxes .fluid-container .boxesHolder .boxClear .hovered .button,
#services-boxes1 .fluid-container .boxesHolder .boxClear .hovered .button,
#services-boxes2 .fluid-container .boxesHolder .boxClear .hovered .button {
  margin: auto;
}
#services-boxes .fluid-container .boxesHolder .boxClear .innerHovered,
#services-boxes1 .fluid-container .boxesHolder .boxClear .innerHovered,
#services-boxes2 .fluid-container .boxesHolder .boxClear .innerHovered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 450px;
}
#services-boxes .fluid-container .boxesHolder .boxClear .innerHovered span.button,
#services-boxes1 .fluid-container .boxesHolder .boxClear .innerHovered span.button,
#services-boxes2 .fluid-container .boxesHolder .boxClear .innerHovered span.button {
  margin: -5px auto 0px auto;
}
#services-boxes .fluid-container .boxesHolder .boxClear img.box-image,
#services-boxes1 .fluid-container .boxesHolder .boxClear img.box-image,
#services-boxes2 .fluid-container .boxesHolder .boxClear img.box-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: filter 1s ease-in-out;
  max-height: 450px;
}
#services-boxes .fluid-container .boxesHolder .boxClear h4.title,
#services-boxes1 .fluid-container .boxesHolder .boxClear h4.title,
#services-boxes2 .fluid-container .boxesHolder .boxClear h4.title {
  font-size: 33.55px;
  line-height: 42.4px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  max-width: 300px;
  text-align: left;
}
@media (max-width: 349px) {
  #services-boxes .fluid-container .boxesHolder .boxClear h4.title,
  #services-boxes1 .fluid-container .boxesHolder .boxClear h4.title,
  #services-boxes2 .fluid-container .boxesHolder .boxClear h4.title {
    max-width: 250px;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear h4.title-center,
#services-boxes1 .fluid-container .boxesHolder .boxClear h4.title-center,
#services-boxes2 .fluid-container .boxesHolder .boxClear h4.title-center {
  font-size: 30.54px;
  line-height: 57px;
  color: #fff;
  margin: 10px 0;
  padding-top: 0px;
  border: 0px solid;
  border-top: 2px solid;
  border-image-source: linear-gradient(to left,rgba(0,0,0,0) 14%,#ffffff,rgba(0,0,0,0) 86%);
  border-image-slice: 1;
  width: 100%;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder .boxClear h4.title-center,
  #services-boxes1 .fluid-container .boxesHolder .boxClear h4.title-center,
  #services-boxes2 .fluid-container .boxesHolder .boxClear h4.title-center {
    font-size: 20.54px;
    line-height: normal;
    line-height: 43px;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #services-boxes .fluid-container .boxesHolder .boxClear h4.title-center,
  #services-boxes1 .fluid-container .boxesHolder .boxClear h4.title-center,
  #services-boxes2 .fluid-container .boxesHolder .boxClear h4.title-center {
    margin: 10px 0;
    margin-bottom: 0px;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear img.box-after,
#services-boxes1 .fluid-container .boxesHolder .boxClear img.box-after,
#services-boxes2 .fluid-container .boxesHolder .boxClear img.box-after {
  max-height: 50px;
  width: 75%;
}
#services-boxes .fluid-container .boxesHolder .boxClear:after,
#services-boxes1 .fluid-container .boxesHolder .boxClear:after,
#services-boxes2 .fluid-container .boxesHolder .boxClear:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #1e1e1e;
  transition: background 1s ease-in-out;
}
#services-boxes .fluid-container .boxesHolder .boxClear:before,
#services-boxes1 .fluid-container .boxesHolder .boxClear:before,
#services-boxes2 .fluid-container .boxesHolder .boxClear:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background: #fff;
}
#services-boxes .fluid-container .boxesHolder .boxClear span.button,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button {
  width: 70%;
  margin-top: -5px;
  display: flex;
  align-items: center;
}
#services-boxes .fluid-container .boxesHolder .boxClear span.button span,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button span,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button span {
  width: auto;
  padding: 0px 10px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: none;
}
#services-boxes .fluid-container .boxesHolder .boxClear span.button:hover::after,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button:hover::after,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button:hover::after {
  -webkit-transform: none;
  transform: none;
}
#services-boxes .fluid-container .boxesHolder .boxClear span.button:hover::before,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button:hover::before,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button:hover::before {
  -webkit-transform: none;
  transform: none;
}
#services-boxes .fluid-container .boxesHolder .boxClear span.button::before,
#services-boxes .fluid-container .boxesHolder .boxClear span.button::after,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button::before,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button::after,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button::before,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#services-boxes .fluid-container .boxesHolder .boxClear span.button::before,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button::before,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button::before {
  background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),to(#fff));
  background: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff);
  -webkit-transform-origin: right;
  transform-origin: right;
}
#services-boxes .fluid-container .boxesHolder .boxClear span.button::after,
#services-boxes1 .fluid-container .boxesHolder .boxClear span.button::after,
#services-boxes2 .fluid-container .boxesHolder .boxClear span.button::after {
  background: -webkit-gradient(linear,right top,left top,color-stop(0,rgba(255,255,255,0)),to(#fff));
  background: linear-gradient(270deg,rgba(255,255,255,0) 0,#fff);
  -webkit-transform-origin: left;
  transform-origin: left;
}
#services-boxes .fluid-container .boxesHolder .boxClear:hover .hovered,
#services-boxes1 .fluid-container .boxesHolder .boxClear:hover .hovered,
#services-boxes2 .fluid-container .boxesHolder .boxClear:hover .hovered {
  display: block;
}
#services-boxes .fluid-container .boxesHolder .boxClear:nth-child(3n-1),
#services-boxes1 .fluid-container .boxesHolder .boxClear:nth-child(3n-1),
#services-boxes2 .fluid-container .boxesHolder .boxClear:nth-child(3n-1) {
  margin: 8px 0.2% 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder .boxClear:nth-child(3n-1),
  #services-boxes1 .fluid-container .boxesHolder .boxClear:nth-child(3n-1),
  #services-boxes2 .fluid-container .boxesHolder .boxClear:nth-child(3n-1) {
    margin: 8px 0px;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear-center,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center {
  background: #1e1e1e;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .fluid-container .boxesHolder .boxClear-center,
  #services-boxes1 .fluid-container .boxesHolder .boxClear-center,
  #services-boxes2 .fluid-container .boxesHolder .boxClear-center {
    order: 1;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear-center h4.title-center,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center h4.title-center,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center h4.title-center {
  font-size: 30.54px;
  line-height: 37px;
  color: #fff;
  margin: 20px 0;
  border-image-slice: 0;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #services-boxes .fluid-container .boxesHolder .boxClear-center h4.title-center,
  #services-boxes1 .fluid-container .boxesHolder .boxClear-center h4.title-center,
  #services-boxes2 .fluid-container .boxesHolder .boxClear-center h4.title-center {
    margin: 30px 0;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear-center img.box-after,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center img.box-after,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center img.box-after {
  max-height: 50px;
  width: 75%;
}
#services-boxes .fluid-container .boxesHolder .boxClear-center p.text,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center p.text,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center p.text {
  font-size: 15.05px;
  color: #fff;
  padding: 0 60px;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #services-boxes .fluid-container .boxesHolder .boxClear-center p.text,
  #services-boxes1 .fluid-container .boxesHolder .boxClear-center p.text,
  #services-boxes2 .fluid-container .boxesHolder .boxClear-center p.text {
    padding: 0 20px;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear-center a.button,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center a.button,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1290px) and (max-width: 1410px) {
  #services-boxes .fluid-container .boxesHolder .boxClear-center a.button,
  #services-boxes1 .fluid-container .boxesHolder .boxClear-center a.button,
  #services-boxes2 .fluid-container .boxesHolder .boxClear-center a.button {
    margin-bottom: 30px;
  }
}
#services-boxes .fluid-container .boxesHolder .boxClear-center a.button span.outer,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center a.button span.outer,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center a.button span.outer {
  width: 140px;
}
#services-boxes .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:before,
#services-boxes .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:after,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:before,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:after,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:before,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:after {
  background-color: #1e1e1e;
}
#services-boxes .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:after,
#services-boxes1 .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:after,
#services-boxes2 .fluid-container .boxesHolder .boxClear-center .button span.outer span.inner:after {
  border-bottom: 1px solid #1e1e1e;
}
#services-boxes .fluid-container .boxesHolder .boxClear:hover:after,
#services-boxes1 .fluid-container .boxesHolder .boxClear:hover:after,
#services-boxes2 .fluid-container .boxesHolder .boxClear:hover:after {
  background: #d4b170;
  transition: background 1s ease-in-out;
}
#services-boxes .fluid-container .boxesHolder .boxClear:hover img.box-image,
#services-boxes1 .fluid-container .boxesHolder .boxClear:hover img.box-image,
#services-boxes2 .fluid-container .boxesHolder .boxClear:hover img.box-image {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#services-boxes .blog2-bckg,
#services-boxes1 .blog2-bckg,
#services-boxes2 .blog2-bckg {
  background-image: url(/images/blog2-bckg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #services-boxes .blog2-bckg,
  #services-boxes1 .blog2-bckg,
  #services-boxes2 .blog2-bckg {
    min-height: 150px;
  }
}
.whiteBack {
  background-color: #fff !important;
}
.whiteBack .blog-bckg {
  background-color: #fff;
}
.whiteBack a,
.whiteBack a:link,
.whiteBack a:visited,
.whiteBack a: active {
  color: #00a2e8;
}
.whiteBack .slideHolderFlip .slideFront .boxB .textHolder,
.whiteBack .slideHolderFlip .slideBack .boxB .textHolder {
  background-color: #f0f0f0;
}
.whiteBack .boxB1 .box-image {
  border-left: 1px solid #b9b7b7;
  border-right: 1px solid #b9b7b7;
}
.whiteBack .boxB1 .box-image:first-child {
  border-top: 1px solid #b9b7b7;
}
#banner {
  background-image: url(/images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #banner {
    height: auto;
    flex-direction: column;
  }
}
#banner .textHolder {
  background: rgba(0,0,0,0.7);
  width: 65%;
  height: 50%;
  margin-left: 5%;
  padding: 10px 30px;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #banner .textHolder {
    width: 100%;
    height: 70%;
    margin: 0px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #banner .textHolder {
    width: 100%;
    height: 100%;
    margin: 0px;
    margin-top: 0px;
  }
}
#banner p {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  margin-top: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #banner p {
    margin-top: 50px;
    font-size: 25px;
    line-height: 1;
  }
}
#banner p.down {
  font-size: 20px;
  margin-top: 30px;
  color: #fff;
  letter-spacing: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #banner p.down {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#banner .particle-holder {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1200;
}
#banner .particle-holder #particles-js {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .particle-holder #particles-js canvas {
  display: block;
  vertical-align: bottom;
}
#bannerIn {
  height: 412px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ece4d4;
  margin-top: 53px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn {
    height: auto;
    flex-direction: column;
    padding-top: 25px;
  }
}
#bannerIn .banLeft {
  width: 40%;
  background-image: url(/images/banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 412px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn .banLeft {
    width: 95%;
    height: auto;
    align-items: center;
  }
}
#bannerIn .banLeft a,
#bannerIn .banLeft a:link,
#bannerIn .banLeft a:active,
#bannerIn .banLeft a:hover {
  color: #00a2e8;
}
#bannerIn .banLeft .button,
#bannerIn .banLeft .button:link,
#bannerIn .banLeft a.button {
  display: inline-block;
  padding: 8px 15px;
  background: #102c47;
  color: #fff;
  margin-top: 25px;
  line-height: 1.5rem;
}
:#bannerIn .banLeft .buttonhover,
:#bannerIn .banLeft .button:linkhover,
:#bannerIn .banLeft a.buttonhover {
  background: #d4b170 !important;
  color: #fff !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn .banLeft .button,
  #bannerIn .banLeft .button:link,
  #bannerIn .banLeft a.button {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
#bannerIn .banLeft .button:hover,
#bannerIn .banLeft a.button:hover {
  background: #d4b170 !important;
}
#bannerIn .banRight {
  width: 60%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn .banRight {
    width: 100%;
  }
}
#bannerIn .banRight img {
  width: 70%;
  margin-bottom: -15vh;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn .banRight img {
    width: 90%;
    margin-bottom: -60px;
  }
}
#bannerIn p {
  width: 75%;
  font-size: 30px;
  letter-spacing: 0px;
  color: #000;
}
#bannerIn p span {
  font-size: 28px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn p {
    width: 95%;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1350px) {
  #bannerIn p {
    font-size: 40px;
    margin-bottom: 36px;
    font-weight: 600;
    line-height: normal;
  }
}
#bannerIn p.down {
  font-size: 16.42px;
  color: #000;
  letter-spacing: 0px;
  margin-top: -10px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn p.down {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.bannerTimeline {
  min-height: 412px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background: #f0f0f0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline {
    height: auto;
    flex-direction: column;
  }
}
.bannerTimeline .banLeft {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 412px;
  text-align: left;
  padding-right: 5%;
  margin-top: -3px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline .banLeft {
    width: 100%;
    height: auto;
    padding-right: 0px;
    margin-bottom: 30px;
    order: 2;
  }
}
.bannerTimeline .banLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 30px;
  border: 1px solid #000;
  border-bottom: 0px;
  top: 90px;
  width: 79.5%;
  margin-left: 20.5%;
  margin-bottom: 50px;
  text-align: center;
  background: url(/images/lines/bottom-left-small.png), url(/images/lines/bottom-right-small.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: 24% 1px, 24% 1px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline .banLeft .sticky {
    position: relative;
    top: 0px;
    width: 95%;
    margin: auto;
    margin-top: 5px;
  }
}
.bannerTimeline .banLeft .sticky img {
  width: 100%;
}
.bannerTimeline .banLeft .sticky a.button {
  width: 40%;
  max-width: 300px;
  margin-top: auto;
  display: block;
  background: #102c47;
  color: #fff;
  padding: 8px 15px;
  margin: auto;
  margin-bottom: -50px;
  text-align: center;
  border-radius: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline .banLeft .sticky a.button {
    width: 100%;
    max-width: 100%;
  }
}
.bannerTimeline .banLeft .sticky a.button span.outer {
  width: 110px;
}
.bannerTimeline .banLeft .sticky a.button span.outer {
  font-size: 1rem;
}
.bannerTimeline .banLeft .sticky a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.bannerTimeline .banLeft .sticky a.button span.outer span.inner:before,
.bannerTimeline .banLeft .sticky a.button span.outer span.inner:after {
  background-color: #1e1e1e;
}
.bannerTimeline .banLeft .sticky a.button span.outer span.inner:after {
  border-top: 1px solid #1e1e1e;
}
.bannerTimeline .banLeft .sticky a.button:hover {
  background: #d4b170;
}
.bannerTimeline .banLeft .button {
  display: inline-block;
  padding: 8px 15px;
  background: #102c47;
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  margin: auto;
}
:.bannerTimeline .banLeft .buttonhover {
  background: #102c47;
  color: #fff;
}
.bannerTimeline .banRight {
  width: 50%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline .banRight {
    display: none;
  }
}
.bannerTimeline .banRight img {
  width: 70%;
  margin-bottom: -15vh;
  border-radius: 10px;
}
.bannerTimeline .banRight .ag-timeline-block {
  margin-top: 7px;
}
.bannerTimeline .banRight .ag-timeline-card_arrow {
  left: -10px;
}
.bannerTimeline .banRight .ag-timeline-card_item {
  margin-top: -40px;
  width: 71.5%;
  margin-left: -8.5%;
}
.bannerTimeline .banRight .ag-timeline_line {
  left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline .banRight .ag-timeline_line {
    display: none;
  }
}
.bannerTimeline .banRight .ag-timeline-card_point-box {
  margin-left: -2%;
}
.bannerTimeline .banRight .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin-left: -2%;
}
.bannerTimeline .banRight1 {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline .banRight1 {
    display: block;
    order: 1;
  }
}
.bannerTimeline .banRight1 .smallBlock {
  width: 95%;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 5px auto;
  background-color: #fff;
}
.bannerTimeline .banRight1 .smallBlock .timeline-card_title_num {
  border: 1px solid #cccccc;
  border-radius: 100%;
  background-color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.bannerTimeline .banRight1 .smallBlock:nth-child(2n) {
  color: #fff;
  background-color: #102c47;
}
.bannerTimeline .banRight1 .smallBlock:nth-child(2n) .ag-timeline-card_title {
  color: #fff;
}
.bannerTimeline .banRight1 .smallBlock:nth-child(2n) .ag-timeline-card_desc {
  color: #fff;
}
.bannerTimeline p {
  width: 100%;
  font-size: 30px;
  margin: 20px 0px;
  letter-spacing: 0px;
  color: #000;
}
.bannerTimeline p span {
  font-size: 28px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline p {
    font-size: 30px;
    margin: 20px 0px 0px;
    line-height: 1;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1350px) {
  .bannerTimeline p {
    font-size: 30px;
    margin: 20px 0px;
    font-weight: bold;
    line-height: normal;
  }
}
.bannerTimeline p.down {
  font-size: 16.42px;
  color: #000;
  letter-spacing: 0px;
  margin-top: 0px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerTimeline p.down {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#bannerIn1 {
  background-color: #102c47;
  height: 412px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn1 {
    height: 350px;
  }
}
#bannerIn1 p {
  font-size: 90px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}
#bannerIn1 p span {
  font-size: 110px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn1 p span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn1 p {
    font-size: 50px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1350px) {
  #bannerIn1 p {
    font-size: 90px;
  }
}
#bannerIn1 p.down {
  width: 90%;
  font-size: 36.42px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #bannerIn1 p.down {
    font-size: 21.42px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#bannerIn1 .particle-holder {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1200;
}
#bannerIn1 .particle-holder #particles-js {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#bannerIn1 .particle-holder #particles-js canvas {
  display: block;
  vertical-align: bottom;
}
.bannerIn {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #102c47;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerIn {
    flex-direction: column;
  }
}
.bannerIn .banLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-end;
  justify-content: center;
  background-color: #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerIn .banLeft {
    width: 100%;
  }
}
.bannerIn .banLeft img {
  width: 100%;
}
.bannerIn .banRight {
  width: 50%;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerIn .banRight {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}
.bannerIn .banRight a,
.bannerIn .banRight a:link,
.bannerIn .banRight a:active,
.bannerIn .banRight a:hover {
  color: #d4b170;
}
.bannerIn .banRight a.button {
  width: auto;
  max-width: 300px;
  margin-top: auto;
  display: inline-block;
  background: #fff;
  color: #102c47;
  padding: 8px 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerIn .banRight a.button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bannerIn .banRight a.button span.outer {
  width: 110px;
}
.bannerIn .banRight a.button span.outer {
  font-size: 1rem;
}
.bannerIn .banRight a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.bannerIn .banRight a.button span.outer span.inner:before,
.bannerIn .banRight a.button span.outer span.inner:after {
  background-color: #1e1e1e;
}
.bannerIn .banRight a.button span.outer span.inner:after {
  border-top: 1px solid #1e1e1e;
}
.bannerIn .banRight a.button:hover {
  background: #d4b170;
  color: #102c47;
}
.bannerIn p {
  width: 100%;
  font-size: 30px;
  letter-spacing: 0px;
  color: #fff;
}
.bannerIn p span {
  font-size: 28px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerIn p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerIn p {
    font-size: 27px;
    line-height: normal;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1350px) {
  .bannerIn p {
    font-size: 40px;
    margin-bottom: 36px;
    font-weight: 600;
    line-height: normal;
  }
}
.bannerIn p.down {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .bannerIn p.down {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.for {
  background: #f0f0f0;
  width: 100%;
}
.for .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: -30px;
}
.for .title .number {
  font-size: 153.54px;
  color: #282828;
  line-height: 0.83;
  margin-left: -5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .title .number {
    display: none;
  }
}
.for .title .text {
  font-size: 38.35px;
  color: #fff;
  margin-left: 30px;
  max-width: 680px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .title .text {
    font-size: 27.35px;
    margin-left: 0;
  }
}
.for .title .text a,
.for .title .text a:link,
.for .title .text a:visited,
.for .title .text a:hover {
  color: #d4b170;
}
.for .title .textB {
  font-size: 38.35px;
  color: #fff;
  margin-left: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .title .textB {
    font-size: 27.35px;
    margin-left: 0;
  }
}
.for .title .textB a,
.for .title .textB a:link,
.for .title .textB a:visited,
.for .title .textB a:hover {
  color: #d4b170;
}
.for .blog-bckg {
  background-color: #f0f0f0;
  background-image: url(/images/blog-bckg.png);
  background-size: cover;
  background-position: center center;
}
.for .blog-bckg .container .titleHolder {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.for .blog-bckg .container .titleHolder p.title {
  font-size: 106px;
  line-height: 234px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: -14px;
  width: 100%;
}
@media (max-width: 929px) {
  .for .blog-bckg .container .titleHolder p.title {
    font-size: 42.43px;
    line-height: 90px;
  }
}
@media (max-width: 475px) {
  .for .blog-bckg .container .titleHolder p.title {
    font-size: 27px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.for .blog-bckg .container .titleHolder span {
  position: absolute;
  top: 25px;
  margin-left: -10px;
  font-size: 74.17px;
  line-height: 183.62px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 929px) {
  .for .blog-bckg .container .titleHolder span {
    top: 25px;
    font-size: 40.17px;
    line-height: 1;
    margin-left: 0;
  }
}
@media (max-width: 475px) {
  .for .blog-bckg .container .titleHolder span {
    top: 17px;
    font-size: 30.17px;
  }
}
.for .blog-bckg .container .titleHolder p.text {
  max-width: 1050px;
  text-align: center;
  font-size: 18px;
  line-height: 24.13px;
  color: #716e6e;
  margin-bottom: 38px;
}
@media (max-width: 475px) {
  .for .blog-bckg .container .titleHolder p.text {
    margin-top: 0px;
    font-size: 16px;
  }
}
.for .container .boxesHolder {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 80px;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolder {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.for .container .boxesHolder .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 33.33334%;
  background-color: #000;
  margin: 20px;
}
.for .container .boxesHolder .box:first-child {
  margin-left: 0px;
}
.for .container .boxesHolder .box:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolder .box {
    width: 100%;
    margin: 20px 0;
  }
}
.for .container .boxesHolder .box img.box-image {
  width: 100%;
  height: auto;
  max-width: 50%;
  border-radius: 50%;
  padding: 10%;
  margin-top: 15%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .for .container .boxesHolder .box img.box-image {
    width: 172.5px;
    height: 172.5px;
  }
}
.for .container .boxesHolder .box h4.title {
  font-size: 30px;
  line-height: 57px;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 60px 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolder .box h4.title {
    font-size: 25px;
  }
}
.for .container .boxesHolder .box img.box-after {
  max-height: 50px;
  width: 81%;
}
.for .container .boxesHolder .box p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 60px;
  margin-top: 40px;
  margin-bottom: 55px;
}
.for .container .boxesHolder .box a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}
.for .container .boxesHolder .box a.button span.outer {
  width: 140px;
}
.for .container .boxesHolder .box a.button span.outer {
  font-size: 1rem;
}
.for .container .boxesHolder .box a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.for .container .boxesHolder .box:hover img.box-image {
  background-color: #d4b170;
  transition: background-color 1s ease-in-out;
}
.for .container .boxesHolderFlags {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 80px;
  margin-top: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
  }
}
.for .container .boxesHolderFlags .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 31%;
  margin: 50px 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border: 1px solid #000;
  background-color: #fff;
}
.for .container .boxesHolderFlags .box:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box:first-child {
    margin-left: 10px;
    margin-top: 50px !important;
  }
}
.for .container .boxesHolderFlags .box:nth-child(4) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box:nth-child(4) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .box:nth-child(7) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box:nth-child(7) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .box:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box:last-child {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .box:nth-child(3) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box:nth-child(3) {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .box:nth-child(6) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box:nth-child(6) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box {
    width: 100%;
    margin: 80px 0px !important;
  }
}
.for .container .boxesHolderFlags .box img.box-image {
  width: 100%;
  height: auto;
  max-width: 33%;
  background-color: #fff;
  margin-top: -15%;
  border-radius: 50%;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  border: 1px solid #d4b170;
}
.for .container .boxesHolderFlags .box h4.title {
  font-size: 27px;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 20px 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box h4.title {
    font-size: 50px;
  }
}
.for .container .boxesHolderFlags .box img.box-after {
  max-height: 50px;
  width: 81%;
}
.for .container .boxesHolderFlags .box p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.for .container .boxesHolderFlags .box p.title {
  font-size: 25.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
.for .container .boxesHolderFlags .box a.button {
  width: 40%;
  max-width: 300px;
  margin-top: auto;
  position: absolute;
  bottom: -18px;
  display: block;
  background: #102c47;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box a.button {
    width: 60%;
  }
}
.for .container .boxesHolderFlags .box a.button span.outer {
  width: 110px;
}
.for .container .boxesHolderFlags .box a.button span.outer {
  font-size: 1rem;
}
.for .container .boxesHolderFlags .box a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.for .container .boxesHolderFlags .box a.button span.outer span.inner:before,
.for .container .boxesHolderFlags .box a.button span.outer span.inner:after {
  background-color: #1e1e1e;
}
.for .container .boxesHolderFlags .box a.button span.outer span.inner:after {
  border-top: 1px solid #1e1e1e;
}
.for .container .boxesHolderFlags .box a.button:hover {
  background: #d4b170;
}
.for .container .boxesHolderFlags .box:hover img.box-image {
  filter: grayscale(0);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
}
.for .container .boxesHolderFlags .boxA {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 31%;
  margin: 50px 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: url(/images/lines/bottom-left-small.png), url(/images/lines/bottom-right-small.png), url(/images/lines/bottom-left-small.png), url(/images/lines/bottom-right-small.png);
  background-position: bottom left, bottom right, top left, top right;
  background-repeat: no-repeat, no-repeat;
  background-size: 24.5% 0.8px, 25% 0.8px, 32% 1px, 32.5% 1px;
  background-color: #f0f0f0;
}
.for .container .boxesHolderFlags .boxA:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:first-child {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(4) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(4) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(7) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(7) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(10) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(10) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(13) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(13) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(16) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(16) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(19) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(19) {
    margin-left: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:last-child {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(3) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(3) {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(6) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(6) {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(9) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(9) {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(12) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(12) {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(15) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(15) {
    margin-right: 10px;
  }
}
.for .container .boxesHolderFlags .boxA:nth-child(18) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA:nth-child(18) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA {
    width: 100%;
    margin: 50px 0px !important;
  }
}
.for .container .boxesHolderFlags .boxA img.box-image {
  width: 100%;
  height: auto;
  max-width: 33%;
  background-color: #fff;
  margin-top: -15%;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  border: 1px solid #d4b170;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA img.box-image {
    margin-top: -15%;
  }
}
.for .container .boxesHolderFlags .boxA h4.title {
  font-size: 27px;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 20px 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .boxA h4.title {
    font-size: 50px;
  }
}
.for .container .boxesHolderFlags .boxA img.box-after {
  max-height: 50px;
  width: 81%;
}
.for .container .boxesHolderFlags .boxA p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 20px;
  margin-top: 0px;
  margin-bottom: 50px;
}
.for .container .boxesHolderFlags .boxA p.title {
  display: block;
  font-size: 25.05px;
  line-height: 24.89px;
  color: #000;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.for .container .boxesHolderFlags .boxA a.button {
  width: 40%;
  max-width: 300px;
  margin-top: auto;
  position: absolute;
  bottom: -18px;
  display: block;
  background: #102c47;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  text-transform: uppercase;
}
.for .container .boxesHolderFlags .boxA a.button span.outer {
  width: 110px;
}
.for .container .boxesHolderFlags .boxA a.button span.outer {
  font-size: 1rem;
}
.for .container .boxesHolderFlags .boxA a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.for .container .boxesHolderFlags .boxA a.button span.outer span.inner:before,
.for .container .boxesHolderFlags .boxA a.button span.outer span.inner:after {
  background-color: #1e1e1e;
}
.for .container .boxesHolderFlags .boxA a.button span.outer span.inner:after {
  border-top: 1px solid #1e1e1e;
}
.for .container .boxesHolderFlags .boxA a.button:hover {
  background: #d4b170;
}
.for .container .boxesHolderFlags .boxA:hover img.box-image {
  filter: grayscale(0);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
}
.for .container .boxesHolderFlags .boxA .slogan-box {
  color: #7a7979;
}
.for .container .boxesHolderFlags .box04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32%;
  background-color: #000;
  margin: 12px 10px;
}
.for .container .boxesHolderFlags .box04:first-child {
  margin-left: 0px;
}
.for .container .boxesHolderFlags .box04:nth-child(4) {
  margin-left: 0px;
}
.for .container .boxesHolderFlags .box04:nth-child(7) {
  margin-left: 0px;
}
.for .container .boxesHolderFlags .box04:nth-child(3n) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box04 {
    width: 100%;
    margin: 20px 0;
    order: 2;
  }
}
.for .container .boxesHolderFlags .box04 img.box-image {
  width: 100%;
  height: auto;
}
.for .container .boxesHolderFlags .box04 h4.title {
  font-size: 30px;
  line-height: 57px;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 60px 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box04 h4.title {
    font-size: 25px;
  }
}
.for .container .boxesHolderFlags .box04 img.box-after {
  max-height: 50px;
  width: 81%;
}
.for .container .boxesHolderFlags .box04 p.text {
  font-size: 20px;
  line-height: 24.89px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .for .container .boxesHolderFlags .box04 p.text {
    font-size: 21px;
  }
}
.for .container .boxesHolderFlags .box04 a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}
.for .container .boxesHolderFlags .box04 a.button span.outer {
  width: 140px;
}
.for .container .boxesHolderFlags .box04 a.button span.outer {
  font-size: 1rem;
}
.for .container .boxesHolderFlags .box04 a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.for .container .boxesHolderFlags .box04a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32%;
  background-color: #000;
  margin: 12px 10px;
}
.for .container .boxesHolderFlags .box04a:first-child {
  margin-left: 0px;
}
.for .container .boxesHolderFlags .box04a:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box04a {
    width: 100%;
    margin: 20px 0;
    order: 1;
  }
}
.for .container .boxesHolderFlags .box04a img.box-image {
  width: 100%;
  height: auto;
  max-width: 33%;
  border-radius: 50%;
  padding: 3px;
  margin-top: 0px;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .for .container .boxesHolderFlags .box04a img.box-image {
    width: 172.5px;
    height: 172.5px;
    max-width: 100%;
    margin-top: 20px;
  }
}
.for .container .boxesHolderFlags .box04a h4.title {
  font-size: 30px;
  line-height: 57px;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 60px 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderFlags .box04a h4.title {
    font-size: 25px;
  }
}
.for .container .boxesHolderFlags .box04a img.box-after {
  max-height: 50px;
  width: 81%;
}
.for .container .boxesHolderFlags .box04a p.text {
  font-size: 15.05px;
  line-height: normal;
  color: #fff;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.for .container .boxesHolderFlags .box04a a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}
.for .container .boxesHolderFlags .box04a a.button span.outer {
  width: 140px;
}
.for .container .boxesHolderFlags .box04a a.button span.outer {
  font-size: 1rem;
}
.for .container .boxesHolderFlags .box04a a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.for .container .boxesHolderFlags .box04a .slogan-box {
  position: relative;
  bottom: 0px;
}
.for .container .boxesHolderFlags .box04:hover img.box-image {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
.for .container .boxesHolderFlags .box04a:hover img.box-image {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
.for .container .boxesHolderButtons {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 80px;
  margin-top: 100px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderButtons {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.for .container .boxesHolderButtons .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24%;
  margin: 20px 5px;
  border: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderButtons .box {
    width: 100%;
    margin: 20px 0;
  }
}
.for .container .boxesHolderButtons .box h4.title {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 20px 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderButtons .box h4.title {
    font-size: 21px;
  }
}
.for .container .boxesHolderButtons .box img.box-after {
  max-height: 50px;
  width: 81%;
}
.for .container .boxesHolderButtons .box p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.for .container .boxesHolderButtons .box a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
  margin-top: auto;
}
.for .container .boxesHolderButtons .box a.button span.outer {
  width: 110px;
}
.for .container .boxesHolderButtons .box a.button span.outer {
  font-size: 1rem;
}
.for .container .boxesHolderButtons .box a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.for .container .boxesHolderButtons .box a.button span.outer span.inner:before,
.for .container .boxesHolderButtons .box a.button span.outer span.inner:after {
  background-color: #1e1e1e;
}
.for .container .boxesHolderButtons .box a.button span.outer span.inner:after {
  border-top: 1px solid #1e1e1e;
}
.for .container .boxesHolderButtons .box:hover {
  background-color: #d4b170;
}
.for .container .boxesHolderButtons .box:hover h4.title {
  color: #1e1e1e;
}
.for .container .boxesHolderImages {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 80px;
  margin-top: 100px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderImages {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.for .container .boxesHolderImages .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24%;
  margin: 20px 5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderImages .box {
    width: 100%;
    margin: 20px 0;
  }
}
.for .container .boxesHolderImages .box h4.title {
  font-size: 27px;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 20px 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .for .container .boxesHolderImages .box h4.title {
    font-size: 50px;
  }
}
.for .container .boxesHolderImages .box img {
  max-width: 100%;
}
.for .container .boxesHolderImages .box p.text {
  font-size: 15.05px;
  line-height: 24.89px;
  color: #fff;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.for .container .boxesHolderImages .box a.button {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
  margin-top: auto;
}
.for .container .boxesHolderImages .box a.button span.outer {
  width: 110px;
}
.for .container .boxesHolderImages .box a.button span.outer {
  font-size: 1rem;
}
.for .container .boxesHolderImages .box a.button span.outer span.inner {
  padding: .725rem 0rem;
}
.for .container .boxesHolderImages .box a.button span.outer span.inner:before,
.for .container .boxesHolderImages .box a.button span.outer span.inner:after {
  background-color: #1e1e1e;
}
.for .container .boxesHolderImages .box a.button span.outer span.inner:after {
  border-top: 1px solid #1e1e1e;
}
.for .slogan-box {
  display: block;
  position: absolute;
  bottom: -13px;
  color: #d4b170;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
#slider-1w {
  background: #f0f0f0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w {
    padding-top: 60px;
  }
}
#slider-1w .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: -30px;
}
#slider-1w .title .number {
  font-size: 153.54px;
  color: #282828;
  line-height: 0.83;
  margin-left: -5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w .title .number {
    display: none;
  }
}
#slider-1w .title .text {
  font-size: 38.35px;
  color: #fff;
  margin-left: 30px;
  max-width: 680px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w .title .text {
    font-size: 27.35px;
    margin-left: 0;
  }
}
#slider-1w .title .text a,
#slider-1w .title .text a:link,
#slider-1w .title .text a:visited,
#slider-1w .title .text a:hover {
  color: #d4b170;
}
#slider-1w #swiper-container1w {
  background-image: url(/images/slider-bckg.png);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: left top 50px;
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w #swiper-container1w {
    background-image: unset;
    padding-top: 0px;
  }
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .imageHolder {
  position: relative;
  margin-left: -245px;
  margin-top: 100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .imageHolder {
    display: none;
  }
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .imageHolder img {
  transition: filter 1s ease-in-out;
  height: 540px;
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .imageHolder img:hover {
  filter: grayscale(0);
  transition: filter 1s ease-in-out;
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder {
  position: absolute;
  background: #1e2d42;
  color: #fff;
  max-width: 450px;
  width: 100%;
  padding: 50px;
  z-index: 9;
  right: 0;
  height: 90%;
  top: 6%;
  bottom: 6%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder {
    position: relative;
    z-index: unset;
    right: unset;
    height: unset;
    top: unset;
    bottom: unset;
    margin-top: 50px;
    padding: 5%;
    height: 540px;
  }
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder h4.title {
  display: block;
  margin-bottom: 0;
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder h4.title {
    font-size: 27px;
    line-height: 1.1;
  }
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder p.text {
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0;
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder p.text a,
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder p.text a:link,
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder p.text a:visited,
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder p.text a:hover {
  color: #d4b170;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder p.text {
    font-size: 15px;
  }
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder ul.list {
  margin-bottom: 25px;
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder ul.list li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder ul.list li span {
  position: relative;
  left: -9px;
  font-size: 17px;
  line-height: 20px;
}
#slider-1w #swiper-container1w .swiper-wrapper .swiper-slide .textHolder ul.list li::marker {
  color: #fff;
}
#slider-1w #swiper-container1w .swiper-pagination {
  top: 0px;
  bottom: auto;
  left: 0px;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w #swiper-container1w .swiper-pagination {
    width: auto;
    display: none;
  }
}
#slider-1w #swiper-container1w .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  color: #002347;
  position: relative;
  width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
  border-radius: 0px;
  opacity: 1;
  height: 41px;
  margin-bottom: 10px;
}
#slider-1w #swiper-container1w .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #002347;
  color: #FFF;
  position: relative;
  width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
  border-radius: 0px;
  margin-bottom: 10px;
}
#slider-1w #swiper-container1w .swiper-pagination .swiper-pagination-bullet-active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: calc(45%);
  border-bottom: 5px solid #002347;
  border-left: 5px solid #002347;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(-45deg);
  z-index: 100;
  box-shadow: -1px 1px 1px #000;
}
#slider-1w #swiper-container1w .swiper-button-next {
  right: 0px;
  left: auto;
  top: 33px;
  background-color: #000;
  width: 55px;
  height: 55px;
}
#slider-1w #swiper-container1w .swiper-button-next:after {
  color: #fff;
  font-size: 21px;
}
#slider-1w #swiper-container1w .swiper-button-prev {
  left: auto;
  right: 56px;
  top: 33px;
  background-color: #cecece;
  width: 55px;
  height: 55px;
}
#slider-1w #swiper-container1w .swiper-button-prev:after {
  color: #000;
  font-size: 21px;
}
#slider-1w .swiper-pagination {
  top: 0px;
  bottom: auto;
  left: 0px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w .swiper-pagination {
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    overflow-x: visible;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
#slider-1w .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  color: #002347;
  position: relative;
  width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
  border-radius: 0px;
  opacity: 1;
  height: 41px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #slider-1w .swiper-pagination .swiper-pagination-bullet {
    min-width: 180px;
    width: auto;
    white-space: nowrap;
  }
}
#slider-1w .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #002347;
  color: #FFF;
  position: relative;
  width: 180px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
  border-radius: 0px;
  margin-bottom: 10px;
}
#slider-1w .swiper-pagination .swiper-pagination-bullet-active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: calc(45%);
  border-bottom: 5px solid #002347;
  border-left: 5px solid #002347;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(-45deg);
  z-index: 100;
}
#slider-1w .button {
  display: inline-block;
  background: #fff;
  padding: 5px 25px;
  color: #102c47;
  margin: 0px auto;
  width: auto;
  text-align: center;
}
#slider-1w .button:hover {
  color: #102c47;
  background: #d4b170;
}
.mt80 {
  margin-top: 80px !important;
}
.blurred {
  align-items: center !important;
}
.blurred .leftPart {
  width: 93%;
  padding: 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .blurred .leftPart {
    width: 100%;
    margin-top: 0px;
  }
}
.blurred .leftPart h2 {
  font-size: 40px;
  margin-bottom: 36px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .blurred .leftPart h2 {
    font-size: 20px;
  }
}
.blurred .leftPart h2 span {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-family: Roboto;
  letter-spacing: -2px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .blurred .leftPart h2 span {
    letter-spacing: 0px;
  }
}
.blurred .leftPart .biggerText {
  font-size: 16.42px;
  color: #fff;
  letter-spacing: 0px;
  margin-bottom: 30px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .blurred .leftPart .biggerText {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
  }
}
.blurred .leftPart .smallerText {
  font-size: 13.42px;
  color: #fff;
  letter-spacing: 0px;
  margin-top: 20px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .blurred .leftPart .smallerText {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.blurred .leftPart .button {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 1px solid;
  line-height: 1.5rem;
}
:.blurred .leftPart .buttonhover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .swiper-pagination {
    top: 0px;
    bottom: auto;
    left: 0px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    overflow-x: visible;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
.th:hover .tooltip {
  display: block;
}
.tooltip {
  display: none;
  color: red;
  margin-left: 28px;
  margin-top: 15px;
  position: absolute;
  z-index: 1000;
}
#swiper-container1 .swiper-slide {
  background-size: 50%;
}
#swiper-container1 .swiper-slide-active {
  background-size: 100%;
  animation-iteration-count: infinite;
}
#swiper-container1 .swiper-slide .darkBack {
  visibility: hidden;
}
#swiper-container1 .swiper-slide-active .darkBack {
  visibility: visible;
}
#swiper-container1 .swiper-wrapper .swiper-slide {
  height: 790px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #swiper-container1 .swiper-wrapper .swiper-slide {
    height: 350px;
    background-size: auto 100%;
  }
}
@keyframes showText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  70% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes slideUp {
  to {
    margin-bottom: 0%;
    height: 100%;
  }
  from {
    margin-bottom: 0%;
    height: 100%;
  }
}
@keyframes darken {
  0% {
    background-color: rgba(0,0,0,0);
  }
  100% {
    background-color: rgba(0,0,0,0.7);
  }
}
@keyframes arrowShowL {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes arrowShowR {
  0% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
.darkBack .container .leftPart h2,
.darkBack .container .leftPart .biggerText,
.darkBack .container .leftPart .button,
.darkBack .container .leftPart .smallerText {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.5) translateY(-20px);
  transition: all 0.4s linear;
}
.darkBack .container .leftPart .button {
  transition-property: opacity;
}
.darkBack .container .leftPart .button:hover {
  background-color: #d4b170;
  color: #000 !important;
  border: 1px solid #d4b170;
}
.infoInfo {
  display: inline;
  position: relative;
}
.infoInfo .infoInfoText {
  display: none;
}
.infoInfo:hover .infoInfoText {
  display: block;
  position: absolute;
  background: #fff;
  color: #000;
  border: 1px solid;
  padding: 5px;
  right: -450px;
  width: 450px;
  top: -90px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .infoInfo:hover .infoInfoText {
    position: relative;
    right: 0px;
    height: auto;
    width: auto;
    top: 0px;
    font-size: 13px;
    margin-top: 10px;
  }
}
.swiper-slide-active .darkBack .container .leftPart h2,
.swiper-slide-active .darkBack .container .leftPart .biggerText,
.swiper-slide-active .darkBack .container .leftPart .button,
.swiper-slide-active .darkBack .container .leftPart .smallerText {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.darkBack .container .leftPart h2 {
  transition-delay: 1s;
}
.darkBack .container .leftPart .biggerText {
  transition-delay: 1.3s;
}
.darkBack .container .leftPart .button {
  transition-delay: 2s;
}
.darkBack .container .leftPart .smallerText {
  transition-delay: 1.5s;
}
.darkBack {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .darkBack {
    align-items: flex-end;
  }
}
.darkBack a,
.darkBack a:link,
.darkBack a:visited,
.darkBack a:hover {
  color: #d4b170 !important;
}
.prevArrow,
.nextArrow {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0,0,0,0.1);
  font-size: 20px;
  color: rgba(255,255,255,0.4);
}
.prevArrow:hover,
.nextArrow:hover {
  color: rgba(255,255,255,0.8);
}
.prevArrow {
  transform: translateX(-60px);
  transition: all 0.4s linear;
}
.nextArrow {
  transform: translateX(60px);
  transition: all 0.4s linear;
}
#swiper-container1:hover .prevArrow {
  transform: translateX(0);
}
#swiper-container1:hover .nextArrow {
  transform: translateX(0);
}
.searchHome {
  margin-top: -230px;
  z-index: 7;
  padding-top: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .searchHome {
    margin-top: 0px;
  }
}
.searchHome .container {
  background: transparent;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .searchHome .container {
    background: #fff;
  }
}
.searchHome .button-primary {
  background: #d4b170 !important;
}
.searchHome .button-primary:hover {
  background: #102c47 !important;
  color: #fff !important;
}
.select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 0px !important;
}
.formHolder {
  display: flex;
  flex-direction: row;
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .formHolder {
    flex-direction: column;
  }
}
.formHolder .formLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  box-shadow: 0 0.25rem 2rem rgba(0,1,1,0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.formHolder .formLeft img {
  border-radius: 50%;
  width: 50%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .formHolder .formLeft {
    width: 100%;
    margin-right: 0px;
  }
}
.formHolder .formLeft .formRightTitle {
  margin-top: 20px;
  margin-bottom: 10px;
}
.formHolder .formLeft .formRightTitle1 {
  color: #999999;
  font-size: 0.8rem;
}
.formHolder .formRight {
  display: flex;
  flex-direction: column;
  width: 67%;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #e9e9e9;
  border-left: none;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .formHolder .formRight {
    width: 100%;
    border-left: 1px solid #e9e9e9;
    border-color: #CACACA;
    border-top: 1px solid #e9e9e9;
  }
}
.formHolder .formRight .heading {
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #000;
}
.formHolder .formRight #contactFormSuccess {
  display: none;
  color: #fff;
}
.formHolder .formRight .contactForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
}
.formHolder .formRight .contactForm .formCol {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .formHolder .formRight .contactForm .formCol {
    flex-direction: column;
  }
}
.formHolder .formRight .contactForm .formCol .inputContainer {
  width: 32%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .formHolder .formRight .contactForm .formCol .inputContainer {
    width: 100%;
  }
}
.formHolder .formRight .contactForm .formCol .inputContainer1 {
  width: 100%;
}
.formHolder .formRight .contactForm .formCol .consultation__radio {
  width: 25%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .formHolder .formRight .contactForm .formCol .consultation__radio {
    width: 100%;
  }
}
.formHolder .formRight .contactForm .formCol .consultation__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .625rem 0px 0px;
  margin-bottom: .625rem;
  cursor: pointer;
}
.formHolder .formRight .contactForm .formCol .consultation__radio input {
  display: none;
}
.formHolder .formRight .contactForm .formCol .consultation__radio input:checked+label .consultation__radio-ico--phone {
  background-color: #00ca00;
}
.formHolder .formRight .contactForm .formCol .consultation__radio input:checked+label .consultation__radio-ico--telegram {
  background-color: #18aded;
}
.formHolder .formRight .contactForm .formCol .consultation__radio input:checked+label .consultation__radio-ico--viber {
  background-color: #7d3daf;
}
.formHolder .formRight .contactForm .formCol .consultation__radio input:checked+label .consultation__radio-ico--whatsapp {
  background-color: #1bd741;
}
.formHolder .formRight .contactForm .formCol .consultation__radio input:checked+label .consultation__radio-checked {
  opacity: 1;
}
.formHolder .formRight .contactForm .formCol .consultation__radio:hover .consultation__icon--phone {
  background-color: #00ca00;
}
.formHolder .formRight .contactForm .formCol .consultation__radio:hover .consultation__icon--telegram {
  background-color: #08c;
}
.formHolder .formRight .contactForm .formCol .consultation__radio:hover .consultation__icon--viber {
  background-color: #574e92;
}
.formHolder .formRight .contactForm .formCol .consultation__radio:hover .consultation__icon--whatsapp {
  background-color: #00e676;
}
.formHolder .formRight .contactForm .formCol .consultation__radio-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-left: 0px;
}
.formHolder .formRight .contactForm .formCol .consultation__radio-ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.1875rem;
  width: 2.1875rem;
  margin-right: .625rem;
  position: relative;
  border-radius: .25rem;
  background-color: #c7c7c7;
}
.formHolder .formRight .contactForm .formCol .consultation__radio-ico.consultation__radio-ico--phone svg,
.formHolder .formRight .contactForm .formCol .consultation__radio-ico.consultation__radio-ico--telegram svg,
.formHolder .formRight .contactForm .formCol .consultation__radio-ico.consultation__radio-ico--viber svg,
.formHolder .formRight .contactForm .formCol .consultation__radio-ico.consultation__radio-ico--whatsapp svg {
  width: 1.3125rem;
  height: 1.3125rem;
}
.formHolder .formRight .contactForm .formCol .consultation__radio-text {
  display: inline-block;
}
.formHolder .formRight .contactForm .formCol .inputINField {
  width: 100%;
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 3px;
  border: 1px solid #e9e9e9;
}
.formHolder .formRight .contactForm .formCol .inputFieldSearch {
  color: #fff;
  background: #102c47;
  padding: 8px 20px;
  margin: 0px auto 0px;
  letter-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .formHolder .formRight .contactForm .formCol .inputFieldSearch {
    width: 100%;
  }
}
.formHolder .formRight .contactForm .formCol .agreeForm {
  width: 100%;
  color: #999999;
  font-size: 0.8rem;
}
.formHolder .formRight .contactForm .formCol .agreeForm a,
.formHolder .formRight .contactForm .formCol .agreeForm a:link,
.formHolder .formRight .contactForm .formCol .agreeForm a:visited,
.formHolder .formRight .contactForm .formCol .agreeForm a:hover {
  color: #56A1E7;
}
.formHolder .formRight .contactForm .formCol .agreementLabel {
  color: #fff;
}
.formHolder .formRight .contactForm .formCol .agreementLabel a,
.formHolder .formRight .contactForm .formCol .agreementLabel a:link,
.formHolder .formRight .contactForm .formCol .agreementLabel a:visited,
.formHolder .formRight .contactForm .formCol .agreementLabel a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.formHolder .formRight .contactForm .formCol .errorField {
  border: 1px solid red;
}
