/* stylelint-disable */
@font-face {
  font-family: "helvetica_neue";
  src: url("../fonts/helveticaneuebold-webfont.woff2") format("woff2"), url("../fonts/helveticaneuebold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue";
  src: url("../fonts/helveticaneue-light-webfont.woff2") format("woff2"), url("../fonts/helveticaneue-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue";
  src: url("../fonts/helveticaneue-medium-webfont.woff2") format("woff2"), url("../fonts/helveticaneue-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2") format("woff"), url("../fonts/icomoon.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue";
  src: url("../fonts/helveticaneue-roman-webfont.woff2") format("woff2"), url("../fonts/helveticaneue-roman-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-pdf:before {
  content: "\e913";
}

.icon-Error:before {
  content: "\e912";
}

.icon-facebook-circle:before {
  content: "\e90a";
}

.icon-chevron-thin-down:before {
  content: "\e901";
}

.icon-chevron-down-dark:before {
  content: "\e902";
}

.icon-arrow-right-regular:before {
  content: "\e904";
}

.icon-xmark-sharp-solid:before {
  content: "\e905";
}

.icon-check-sharp-regular:before {
  content: "\e906";
}

.icon-circle-plus-sharp-light:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-login:before {
  content: "\e903";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-phone:before {
  content: "\e909";
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-play-btn:before {
  content: "\e90b";
}

.icon-prev-arrow:before {
  content: "\e90c";
}

.icon-next-arrow:before {
  content: "\e90d";
}

.icon-accordion-arrow:before {
  content: "\e90e";
}

.icon-mail:before {
  content: "\e90f";
}

.icon-modal-close:before {
  content: "\e910";
}

.icon-print:before {
  content: "\e911";
}

.header {
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 101;
  }
}
.header .container {
  max-width: 1704px;
}

.topbar-area {
  position: relative;
  background: url(../images/bg-topbar.png) no-repeat;
  background-size: cover;
}

.topbar-holder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 10px 16px;
}
@media (max-width: 1449px) {
  .topbar-holder {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .topbar-holder {
    padding: 14px 0;
    display: block;
  }
}
.topbar-holder a {
  color: #fff;
}
.topbar-holder a:hover {
  color: #fff;
  text-decoration: none;
}
.topbar-holder a em {
  font-style: normal;
}
.topbar-holder a span:after {
  background: #fff;
}
.topbar-holder a:after {
  background: #fff;
}
.topbar-holder .contact-link {
  position: relative;
  display: block;
  font-family: "helvetica_neue";
  font-size: 16px;
}

.topbar-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -16px;
  font-family: "helvetica_neue";
  font-size: 16px;
}
@media (max-width: 1449px) {
  .topbar-list {
    margin: 0 -9px;
  }
}
@media (max-width: 991px) {
  .topbar-list {
    position: relative;
    display: block;
    margin: 0;
  }
}
.topbar-list li {
  padding: 0 21px;
}
@media (max-width: 1449px) {
  .topbar-list li {
    padding: 0 9px;
  }
}
@media (max-width: 991px) {
  .topbar-list li {
    padding: 0;
  }
}
.topbar-list li:nth-child(1) a, .topbar-list li:nth-child(2) a {
  z-index: 5;
}
@media (max-width: 991px) {
  .topbar-list li:nth-child(2), .topbar-list li:nth-child(3) {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .topbar-list li:nth-child(2) {
    right: 38px;
    top: 2px;
  }
  .topbar-list li:nth-child(2) a {
    z-index: 4;
  }
}
@media (max-width: 991px) {
  .topbar-list li:nth-child(3) {
    right: 5px;
    left: 0;
    top: 2px;
  }
  .topbar-list li:nth-child(3) a {
    z-index: 6;
  }
}
.topbar-list a {
  position: relative;
  display: block;
  color: #fff;
}
@media (max-width: 991px) {
  .topbar-list a {
    display: inline-block;
    vertical-align: top;
  }
}
.topbar-list a i {
  position: relative;
  display: block;
}
.topbar-list a:hover {
  color: #DAA650;
}
@media (max-width: 991px) {
  .topbar-list a.call-link {
    margin-right: 10px;
  }
}
.topbar-list .text {
  position: relative;
}
.topbar-list .icon {
  position: relative;
  font-size: 26px;
}
@media (max-width: 991px) {
  .topbar-list .icon {
    display: block;
    font-size: 20px;
  }
}

.connect-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: #fff;
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 50px;
  min-width: 212px;
  border-radius: 50px;
  padding: 6px 16px 6px 24px;
  color: #0d344d !important;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .connect-link {
    min-width: 150px;
    font-size: 14px;
    padding: 6px 17px 7px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .connect-link {
    background: none;
    color: #fff !important;
    font-size: 15px;
    height: auto;
    padding: 0;
  }
}
.connect-link .icon {
  font-size: 20px !important;
  transition: all 0.3s ease;
  margin: 0 0 0 8px;
}
@media (max-width: 991px) {
  .connect-link .icon {
    font-size: 16px !important;
  }
}
.connect-link:hover {
  background: #0D344D;
  color: #fff !important;
}
@media (max-width: 991px) {
  .connect-link:hover {
    background: none;
    color: #DAA650 !important;
  }
}
.connect-link.active {
  background: #0D344D;
  color: #fff !important;
}
@media (max-width: 991px) {
  .connect-link.active {
    background: none;
    color: #DAA650 !important;
  }
}
.connect-link.active .icon {
  transform: rotate(180deg);
}

.header-fixed .connect-link {
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .header-fixed .connect-link {
    border: 0;
  }
}
.header-fixed .connect-link:hover {
  background: none;
  border-color: #fff;
  color: #fff !important;
}
.header-fixed .connect-link:focus {
  border-style: dashed;
  background: none;
  border-color: #fff;
  color: #fff !important;
}

.connect-slide {
  position: fixed;
  right: 0;
  top: 70px;
  width: 745px;
  display: none;
  z-index: 10;
}
@media (max-width: 1199px) {
  .connect-slide {
    width: 650px;
  }
}
@media (max-width: 991px) {
  .connect-slide {
    position: absolute;
    width: inherit;
    left: -36px;
    right: -36px;
    top: 45px;
  }
}
.connect-slide-active .connect-slide {
  display: block;
}

.connect-slide-content {
  position: relative;
  background: rgba(13, 52, 77, 0.95);
}
@media (max-width: 991px) {
  .connect-slide-content {
    background: #0d334d;
  }
}

.connect-slide-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 90px 105px 44px 50px;
}
@media (max-width: 1199px) {
  .connect-slide-row {
    padding: 90px 55px 40px 30px;
  }
}
@media (max-width: 991px) {
  .connect-slide-row {
    display: block;
    padding: 32px 20px;
  }
}
.connect-slide-row .connect-form {
  position: relative;
  width: 310px;
}
@media (max-width: 991px) {
  .connect-slide-row .connect-form {
    width: 100%;
  }
}
.connect-slide-row .connect-form img {
  display: block;
  width: 100%;
  height: auto;
}

.connect-text-block {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 0 30px 0 0;
  margin: -18px 0 0;
  text-transform: none;
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  color: #dda650;
}
@media (max-width: 991px) {
  .connect-text-block {
    padding: 0 0 25px;
  }
}
.connect-text-block .title {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 400;
  color: #fff;
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  max-width: 155px;
  display: block;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .connect-text-block .title {
    font-size: 28px;
  }
}
.connect-text-block p {
  font-weight: 500;
  margin: 0 0 20px;
}
.connect-text-block p a {
  display: inline-block;
  vertical-align: top;
  color: #dda650;
  transition: all 0.2s ease;
}
.connect-text-block p a:hover {
  color: #fff;
}
.connect-text-block .num-wrap {
  display: block;
}
.connect-text-block .btn-wrap {
  display: block;
}
.connect-text-block .btn-primary {
  color: #0d344d;
  display: inline-block;
  vertical-align: top;
}

.topbar-holder .connect-slide-close,
.connect-slide-close {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  position: absolute !important;
  right: 25px;
  top: 25px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3 ease;
  color: #0d344d !important;
  z-index: 3;
}
@media (max-width: 1199px) {
  .topbar-holder .connect-slide-close,
  .connect-slide-close {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .topbar-holder .connect-slide-close,
  .connect-slide-close {
    right: 15px;
    top: 5px;
  }
}
.topbar-holder .connect-slide-close i,
.connect-slide-close i {
  font-size: 16px;
  position: relative;
  display: block;
}
.topbar-holder .connect-slide-close:hover, .topbar-holder .connect-slide-close:focus,
.connect-slide-close:hover,
.connect-slide-close:focus {
  background: #9D543E;
  color: #fff !important;
}

.header-holder {
  position: relative;
  background: rgba(13, 52, 77, 0.95);
}
@media (max-width: 991px) {
  .header-holder {
    background: #0d334d;
  }
}

.header-frame {
  padding: 38px 0;
}
@media (max-width: 1449px) {
  .header-frame {
    padding: 34px 0;
  }
}
@media (max-width: 1199px) {
  .header-frame {
    padding: 28px 0;
  }
}
@media (max-width: 991px) {
  .header-frame {
    position: relative;
    padding: 15px 0 17px;
  }
}

.logo {
  position: absolute;
  left: 50%;
  top: 9px;
  display: block;
  width: 228px;
  margin: 0 0 0 -114px;
  z-index: 5;
}
@media (max-width: 1449px) {
  .logo {
    width: 200px;
    margin: 0 0 0 -100px;
  }
}
@media (max-width: 1199px) {
  .logo {
    width: 170px;
    top: 8px;
    margin: 0 0 0 -85px;
  }
}
@media (max-width: 991px) {
  .logo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-opener {
  width: 40px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 23px;
  z-index: 5;
}
.menu-opener:before, .menu-opener:after,
.menu-opener span:before {
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
  content: "";
  position: absolute;
  transition: all 0.4s ease;
  left: 0;
  top: 0;
}
.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}
.menu-opener:before {
  top: 13px;
}
.menu-active .menu-opener:before {
  transform: rotate(45deg);
}
.menu-opener:after {
  top: 27px;
}
.menu-active .menu-opener:after {
  top: 13px;
  transform: rotate(-45deg);
}

.nav-drop {
  position: relative;
}
@media (max-width: 991px) {
  .nav-drop {
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 100;
  }
  .menu-active .nav-drop {
    height: calc(100vh - 48px);
  }
}

.nav-area {
  position: relative;
}
@media (max-width: 991px) {
  .nav-area {
    transform: translateY(-100%);
    transition: all 0.4s ease;
    height: 100%;
  }
  .menu-active .nav-area {
    transform: translateY(0);
  }
}

.nav-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1749px) {
  .nav-holder {
    padding: 0 16px;
  }
}
@media (max-width: 1449px) {
  .nav-holder {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .nav-holder {
    background: #0d334d;
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.nav-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 36px;
}

.menu-close {
  width: 46px;
  height: 46px;
  background: #daa650;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0d344d;
}
.menu-close i {
  position: relative;
  display: block;
  font-size: 25px;
}
.menu-close:hover, .menu-close:focus {
  background: #fff;
}

.menu {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  margin: 0 -75px;
}
@media (max-width: 1749px) {
  .menu {
    margin: 0;
    justify-content: space-between;
    width: 38%;
  }
}
@media (max-width: 1449px) {
  .menu {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .menu {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .menu {
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding: 0 36px;
    width: 100%;
    margin: 0;
  }
  .menu:first-child {
    padding-bottom: 0;
  }
  .menu:last-child {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.menu > li {
  position: relative;
  margin: 0 75px -20px;
  padding-bottom: 20px;
}
@media (max-width: 1749px) {
  .menu > li {
    margin: 0 0 -20px;
  }
}
@media (max-width: 1449px) {
  .menu > li {
    margin: 0 0 -20px;
  }
}
@media (max-width: 1199px) {
  .menu > li {
    margin: 0 0 -20px;
  }
}
@media (max-width: 991px) {
  .menu > li {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .menu > li:last-child .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 992px) {
  .menu > li:hover .dropdown-menu {
    transform: scaleY(1) translateZ(0) !important;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .menu > li.dropdown.active > a .icon {
    transform: translateY(-50%) rotate(180deg);
    margin: -1px 0 0;
  }
  .menu > li.dropdown > a .icon {
    opacity: 1;
    visibility: visible;
  }
}
.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
@media (max-width: 991px) {
  .menu > li > a {
    display: block;
    padding: 20px 25px 20px 0;
  }
}
.menu > li > a .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .menu > li > a .icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu > li > a:hover, .menu > li > a:focus {
    color: #DAA650;
  }
}
.menu > li > a:after {
  display: none;
}

@media (max-width: 991px) {
  .menu-active {
    overflow: hidden;
  }
}

.dropdown-menu {
  background: none;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  border: none;
  margin: 0;
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: block !important;
    position: absolute !important;
    padding: 0 !important;
    top: 100% !important;
    left: 0 !important;
    visibility: hidden;
    min-width: 220px;
    display: block;
    transform-origin: 50% 0 !important;
    transform: scaleY(0) translateZ(0) !important;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    background: #193e56;
    z-index: 999;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    transform: none !important;
    padding: 0 !important;
    font-size: 18px;
    min-width: inherit;
    float: none;
    width: 100%;
    display: block;
    transition: all 0.4s ease;
    display: none;
    margin: 0 0 24px !important;
  }
}
.dropdown-menu li {
  position: relative;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .dropdown-menu li {
    margin: 0 !important;
  }
}
.dropdown-menu li.active a {
  background: #daa650 !important;
  color: #0D344D !important;
}
@media (max-width: 991px) {
  .dropdown-menu li.active a {
    background: #daa650 !important;
    color: #0D344D !important;
  }
}
.dropdown-menu a {
  position: relative;
  display: block;
  color: #fff;
  padding: 6px 13px 9px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .dropdown-menu a {
    padding: 6px 10px 10px;
    color: #daa650 !important;
  }
}
.dropdown-menu a:hover, .dropdown-menu a.active {
  background: #daa650 !important;
  color: #0D344D !important;
}
@media (max-width: 991px) {
  .dropdown-menu a:hover, .dropdown-menu a.active {
    background: #daa650 !important;
    color: #0D344D !important;
  }
}

@media (max-width: 991px) {
  .menu .dropdown-menu li.active a {
    background: #daa650 !important;
    color: #0D344D !important;
  }
}
@media (max-width: 991px) {
  .menu .dropdown-menu a:hover, .menu .dropdown-menu a.active {
    background: #daa650 !important;
    color: #0D344D !important;
  }
}

.mobile-sub-opener {
  display: none !important;
  padding: 0;
}
@media (max-width: 991px) {
  .mobile-sub-opener {
    display: block !important;
    position: absolute !important;
    right: 4px !important;
    top: 20px !important;
    padding: 0 !important;
    z-index: 9;
    transition: all 0.4s ease;
    font-size: 24px !important;
  }
}

.menu .active1.dropdown .mobile-sub-opener {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .menu .active .dropdown-menu li a {
    color: #daa650 !important;
  }
}
@media (max-width: 991px) {
  .menu .active .dropdown-menu li a:hover {
    color: #fff !important;
  }
}

.header-search-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .header-search-area {
    justify-content: flex-end;
    position: static;
  }
}
.header-search-area.active .header-search-slide {
  margin: 0;
}
@media (max-width: 991px) {
  .header-search-area.active .header-search-slide {
    transform: none;
  }
}
.header-search-area .search-opener {
  color: #fff;
  position: relative;
  display: block;
}
.header-search-area .search-opener:hover {
  color: #DAA650;
}

.header-search-slide-holder {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-search-slide-holder {
    position: static;
  }
}

.header-search-slide {
  position: relative;
  transition: all 0.3s ease;
  margin: 0 -200px 0 0;
}
@media (max-width: 991px) {
  .header-search-slide {
    position: absolute;
    right: 40px;
    top: 0;
    left: 0;
    margin: 0;
    transform: translateX(150%);
    z-index: 6;
  }
}
.header-search-slide .search-field {
  width: 200px;
  height: 30px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .header-search-slide .search-field {
    background: #33260e;
    width: 100%;
  }
}
.header-search-slide input[type=search],
.header-search-slide input[type=text] {
  font-size: 16px;
  line-height: 20px;
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
}
.header-search-slide input[type=search]:-moz-placeholder,
.header-search-slide input[type=text]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header-search-slide input[type=search]::-moz-placeholder,
.header-search-slide input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header-search-slide input[type=search]:-ms-input-placeholder,
.header-search-slide input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.header-search-slide input[type=search]::-webkit-input-placeholder,
.header-search-slide input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
@media (max-width: 991px) {
  .header-search-slide input[type=search],
  .header-search-slide input[type=text] {
    padding: 0 5px 0;
    width: 100%;
  }
}

.header-search-slide input[type=search]::-webkit-input-placeholder {
  color: #fff;
}

.header-search-slide input[type=search]:-moz-placeholder {
  color: #fff;
}

.header-search-slide input[type=search]::-moz-placeholder {
  color: #fff;
}

.header-search-slide input[type=search]:-ms-input-placeholder {
  color: #fff;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.fixed-header-block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #193e56;
  transition: all 0.2s ease;
  transform: translateY(-100%);
  z-index: 101;
}
@media (max-width: 991px) {
  .fixed-header-block {
    display: none !important;
  }
}
.header-fixed .fixed-header-block {
  transform: translateY(0);
}
.fixed-header-block .container {
  max-width: 1704px;
}
.fixed-header-block .header-frame {
  padding: 14px 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .fixed-header-block .header-frame {
    padding: 13px 0;
  }
}
@media (max-width: 991px) {
  .fixed-header-block .header-frame {
    padding: 10px 0;
  }
}
.fixed-header-block .menu {
  margin: 0;
  justify-content: flex-start;
  width: auto;
}
@media (max-width: 1199px) {
  .fixed-header-block .menu {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .fixed-header-block .menu {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fixed-header-block .menu {
    font-size: 15px;
  }
}
.fixed-header-block .menu li {
  margin: 0 50px -20px 0;
}
@media (max-width: 1749px) {
  .fixed-header-block .menu li {
    margin: 0 30px -20px 0;
  }
}
@media (max-width: 1449px) {
  .fixed-header-block .menu li {
    margin: 0 20px -20px 0;
  }
}
@media (max-width: 1199px) {
  .fixed-header-block .menu li {
    margin: 0 13px -20px 0;
  }
}
@media (max-width: 991px) {
  .fixed-header-block .menu li {
    margin: 0 12px -20px 0;
  }
}
.fixed-header-block .nav-holder {
  justify-content: flex-start;
  padding: 0 0 0 70px;
}
@media (max-width: 1749px) {
  .fixed-header-block .nav-holder {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 1449px) {
  .fixed-header-block .nav-holder {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1199px) {
  .fixed-header-block .nav-holder {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .fixed-header-block .nav-holder {
    padding: 0;
  }
}
.fixed-header-block .header-search-area.active .header-search-slide {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .fixed-header-block .header-search-area.active .header-search-slide {
    width: 100%;
  }
}
.fixed-header-block .header-search-slide-holder {
  overflow: visible;
}
.fixed-header-block .header-search-slide {
  background: #193e56;
  position: absolute;
  right: -30px;
  top: 40px;
  width: 200px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
@media (max-width: 1199px) {
  .fixed-header-block .header-search-slide {
    top: 34px;
  }
}
.fixed-header-block .header-search-slide form {
  width: 100%;
  height: 100%;
}
.fixed-header-block .header-search-slide .search-field {
  height: 40px;
  border: 1px solid #fff;
}
.fixed-header-block .header-search-slide input[type=search],
.fixed-header-block .header-search-slide input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0 12px 2px;
}

.fixed-logo {
  position: relative;
  display: block;
  width: 172px;
}
@media (max-width: 1449px) {
  .fixed-logo {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .fixed-logo {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .fixed-logo {
    width: 110px;
  }
}
.fixed-logo a {
  display: block;
}
.fixed-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.connect-info-item {
  position: static !important;
}

@media (min-width: 2000px) {
  .connect-info-item {
    position: relative !important;
  }
}
@media (min-width: 1749px) {
  #menu-header-menu {
    padding: 0 0 0 19px;
  }
  #menu-header-menu-2 {
    padding: 0 21px 0 0;
  }
  .menu {
    letter-spacing: 1px;
  }
  .menu > li {
    margin: 0 70px -20px 59px;
  }
  #menu-header-menu.menu > li {
    margin: 0 76px -20px;
  }
}
@media (max-width: 991px) {
  .nav-holder .contact-link {
    padding: 30px 36px 36px;
  }
}
.nav-holder .contact-link a {
  color: #fff;
}
.nav-holder .contact-link a:focus {
  background: none;
}
.nav-holder .contact-link a:hover {
  color: #DAA650;
}
.nav-holder .contact-link a:before {
  border-color: #fff;
}
.nav-holder .contact-link a:after,
.nav-holder .contact-link a span:after {
  background: #fff;
}

.menu .active1.dropdown .dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .fixed-header-block .connect-link-holder .connect-link {
    font-size: 12px;
    padding: 6px 10px 7px;
  }
}
.fixed-header-block .connect-link-holder .call-link {
  color: #fff;
}
@media (max-width: 991px) {
  .fixed-header-block .connect-link-holder .call-link {
    font-size: 12px;
  }
}
.fixed-header-block .connect-link-holder .call-link .icon {
  position: relative;
  font-size: 26px;
  padding-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .fixed-header-block .connect-link-holder .call-link .icon {
    padding-left: 8px;
  }
}
.fixed-header-block .connect-link-holder .call-link:hover,
.fixed-header-block .connect-link-holder .call-link:focus {
  color: #DAA650;
}

@media (max-width: 1279) {
  .header-fixed .connect-link {
    min-width: 165px;
  }
}

.fixed-header-block .connect-info-item {
  display: flex;
  align-items: center;
}

.search-field input[type=seearch]::-webkit-search-cancel-button {
  display: none;
}

@media (max-width: 767px) {
  #field_3_5,
  #field_3_6,
  #field_3_7,
  #field_3_8,
  #field_3_9,
  #field_3_10,
  #field_3_11,
  #field_3_12,
  #field_3_13 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .search-top-active .topbar-holder {
    padding-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .search-top-active .header-search-slide {
    top: 28px;
    right: 0;
  }
}

/* stylelint-disable */
body {
  min-width: 320px;
  font-size: 22px;
  color: #707070;
  line-height: 1.3636;
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 1199px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.4444;
  }
}
@media (max-width: 374px) {
  body {
    font-size: 16px;
  }
}

/** @define anchor **/
a, button {
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  outline: none;
  color: #9D543E;
  text-decoration: none;
}
a:hover, button:hover {
  color: #000;
}

.btn-primary {
  min-width: 150px;
  height: 71px;
  background: #DAA650;
  padding: 25px 40px;
  letter-spacing: 2px;
  border: 1px solid #DAA650;
  color: #0D344D;
  border-radius: 35px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "helvetica_neue";
}
.btn-primary.events {
  min-width: none;
  height: auto;
  padding: 15px 23px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 767px) {
  .btn-primary {
    padding: 25px;
  }
}
.btn-primary:hover {
  background: #0D344D;
  border-color: #0D344D;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary:focus, .btn-primary:active {
  background: #0D344D;
  border: 1px dashed #fff;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary.add:hover {
  border-color: #fff;
  background: #fff;
}

.btn-secondary {
  min-width: 162px;
  background: #0d344d;
  letter-spacing: 0;
  border: 1px solid #0d344d;
  color: #fff;
  border-radius: 50px;
  box-shadow: none;
  padding: 23px 45px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "helvetica_neue";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .btn-secondary {
    padding: 23px 40px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 374px) {
  .btn-secondary {
    padding: 20px 28px;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 18px;
  }
}
.btn-secondary:hover {
  background: #fff;
  border-color: #fff;
  color: #0D344D;
  outline: none !important;
  box-shadow: none !important;
}
.btn-secondary:focus, .btn-secondary:active {
  background: #fff;
  border: 1px dashed #fff;
  color: #0D344D;
  outline: none !important;
  box-shadow: none !important;
}

.btn-secondary.add:hover {
  border-color: #fff;
}

.btn-outline {
  min-width: 162px;
  height: 53px;
  background: #fff;
  padding: 15px 10px;
  letter-spacing: 0;
  border: 2px solid #005E73;
  color: #005E73;
  border-radius: 4px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}
.btn-outline:hover {
  background: #005E73;
  border-color: #005E73;
  color: #fff;
  font-weight: 700;
  outline: none !important;
  box-shadow: none !important;
}
.btn-outline:focus, .btn-outline:active {
  background: #005E73;
  border-color: #005E73;
  color: #fff;
  font-weight: 700;
  outline: none !important;
  box-shadow: none !important;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.link-style {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.666;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  letter-spacing: 1.7px;
  color: #9D543E;
}
.link-style:before {
  position: absolute;
  left: -10px;
  bottom: -5px;
  right: -10px;
  top: -5px;
  content: "";
  border: 1px dashed #86A1A8;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .link-style:before {
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 4px;
  }
}
.link-style:after {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #9D543E;
  content: "";
  transition: all 0.8s ease;
}
.link-style:hover {
  color: #0D344D;
}
.link-style:hover:after {
  left: auto;
  width: 0;
}
.link-style:focus {
  color: #0D344D;
}
.link-style:focus:before {
  opacity: 1;
}
.link-style:focus:after {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .link-style:focus {
    color: #9D543E;
    background: transparent;
  }
}

.link-style.add {
  color: #fff;
}
.link-style.add:before {
  background: #fff;
}
.link-style.add:after {
  border: 1px dashed #86A1A8;
}
.link-style.add:hover {
  color: #EDE1B0;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper {
    padding: 125px 0 0;
  }
  .squeeze-page .wrapper {
    padding: 0;
  }
}

.container {
  max-width: 1394px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 36px;
  }
}

.img {
  display: block;
  width: 100%;
  height: auto;
}

.h1, h1 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 1449px) {
  .h1, h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .h1, h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 24px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background: #C08265;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background: #478A9A;
  color: #fff;
}

.main {
  position: relative;
}

.text-slide-parent {
  position: relative;
}
.text-slide-parent.active .text-slide-opener .less-text {
  display: inline-block;
  vertical-align: top;
}
.text-slide-parent.active .text-slide-opener .more-text {
  display: none;
}
.text-slide-parent.active .text-slide-opener .icon i {
  transform: rotate(180deg);
}

.text-slide-opener-wrap {
  position: relative;
  display: block;
}

.text-slide-opener {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #9d543e;
}
.text-slide-opener .icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin: 0 0 0 4px;
}
.text-slide-opener .icon i {
  display: block;
}
.text-slide-opener .less-text {
  display: none;
}
.text-slide-opener:hover {
  color: #9d543e;
}

.text-slide.homepage {
  display: none;
}
@media (max-width: 767px) {
  .text-slide {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .text-slide:not(.homepage) {
    position: static !important;
    display: block !important;
  }
}
@media (min-width: 768px) {
  .text-slide.js-slide-hidden:not(.homepage) {
    position: static !important;
    display: block !important;
  }
}

.visual-section {
  position: relative;
  margin: -100px 0 0;
}
@media (max-width: 1449px) {
  .visual-section {
    margin: -90px 0 0;
  }
}
@media (max-width: 1199px) {
  .visual-section {
    margin: -78px 0 0;
  }
}
@media (max-width: 991px) {
  .visual-section {
    margin: -64px 0 0;
  }
}
@media (max-width: 767px) {
  .visual-section {
    margin: 0;
  }
}

.visual-slide {
  position: relative;
  padding: 0 0 30px;
}
.visual-slide:before {
  background: url(../images/bg-hero-bar.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
}

.visual-image {
  position: relative;
  overflow: hidden;
}
.visual-image img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .visual-image img {
    min-height: 400px;
    object-position: 50% 50%;
  }
}

.visual-caption-area {
  position: absolute;
  top: 74px;
  left: 32px;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 767px) {
  .visual-caption-area {
    top: auto;
    bottom: -30px;
    left: 10px;
    right: 10px;
  }
}
.visual-caption-area .container {
  width: 100%;
}

.visual-caption {
  position: relative;
}
.visual-caption .visual-text {
  font-size: 24px;
  line-height: 29px;
  position: relative;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  background: rgba(13, 52, 77, 0.95);
  color: #fff;
  max-width: 547px;
  padding: 20px 38px;
}
@media (max-width: 1199px) {
  .visual-caption .visual-text {
    font-size: 22px;
    line-height: 28px;
    max-width: 460px;
    padding: 18px 25px;
  }
}
@media (max-width: 991px) {
  .visual-caption .visual-text {
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .visual-caption .visual-text {
    padding: 30px 40px;
    max-width: 100%;
  }
}

.detail-info-section {
  position: relative;
  padding: 82px 0 62px;
}
@media (max-width: 1199px) {
  .detail-info-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .detail-info-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .detail-info-section {
    padding: 85px 0 50px;
  }
}
.detail-info-section .text-holder {
  position: relative;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 66px;
}
@media (max-width: 1199px) {
  .detail-info-section .text-holder {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .detail-info-section .text-holder {
    text-align: left;
    margin: 0 auto 25px;
  }
}
.detail-info-section .text-holder h2 {
  color: #0d344d;
  margin: 0 0 18px;
}
.detail-info-section .text-holder p {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .detail-info-section .text-holder p strong {
    font-weight: 400;
  }
}

.detail-info-row {
  position: relative;
}
.detail-info-row .row {
  margin: 0;
  justify-content: center;
}
.detail-info-row .col-12 {
  border-left: 2px solid #DAA650;
  padding: 0;
}
@media (max-width: 991px) {
  .detail-info-row .col-12 {
    margin: 0 0 30px;
  }
  .detail-info-row .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .detail-info-row .col-12 {
    border: none;
    margin: 0;
  }
  .detail-info-row .col-12:last-child .detail-info-block {
    border-bottom: none;
    padding-bottom: 0;
  }
  .detail-info-row .col-12:first-child .detail-info-block {
    padding-top: 0;
  }
}
.detail-info-row .col-12:nth-child(1) {
  border-left: none;
}
@media (min-width: 1749px) {
  .detail-info-row .col-12:nth-child(1) .detail-info-block {
    left: -8px;
  }
}
@media (min-width: 1749px) {
  .detail-info-row .col-12:nth-child(2) {
    margin: 0 0px 0 -8px;
  }
}
.detail-info-row .col-12:nth-child(2) .detail-info-block {
  margin: 0 auto;
}
@media (min-width: 1749px) {
  .detail-info-row .col-12:nth-child(2) .detail-info-block {
    left: 27px;
  }
}
@media (max-width: 767px) {
  .detail-info-row .col-12:nth-child(2) .detail-info-block {
    margin: 0;
  }
}
.detail-info-row .col-12:nth-child(3) {
  padding: 0;
}
@media (min-width: 1749px) {
  .detail-info-row .col-12:nth-child(3) {
    margin: 0 -62px 0 59px;
  }
}
@media (max-width: 1449px) {
  .detail-info-row .col-12:nth-child(3) {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .detail-info-row .col-12:nth-child(3) {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .detail-info-row .col-12:nth-child(3) {
    padding: 0;
    border-left: none;
  }
}
.detail-info-row .col-12:nth-child(3) .detail-info-block {
  margin: 0 0 0 auto;
}
@media (min-width: 1749px) {
  .detail-info-row .col-12:nth-child(3) .detail-info-block {
    left: -2px;
  }
}

.detail-info-block {
  position: relative;
  padding: 14px 15px;
  text-align: center;
  height: 100%;
  max-width: 393px;
}
@media (max-width: 767px) {
  .detail-info-block {
    padding: 45px 15px;
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #DAA650;
  }
}
.detail-info-block .icon-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .detail-info-block .icon-holder {
    min-height: inherit;
    margin: 0 0 22px;
  }
}
.detail-info-block .icon-holder img {
  max-width: 100%;
  height: auto;
  display: block;
}
.detail-info-block .description {
  position: relative;
}
.detail-info-block h3 {
  line-height: 1;
  color: #8a8456;
  margin: 0 0 2px;
}
@media (max-width: 767px) {
  .detail-info-block h3 {
    margin: 0 0 12px;
  }
}
.detail-info-block .text {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  color: #8f7a89;
  margin: 0 50px 41px;
}
@media (max-width: 1449px) {
  .detail-info-block .text {
    margin: 0 45px 35px;
  }
}
@media (max-width: 1199px) {
  .detail-info-block .text {
    font-size: 20px;
    line-height: 24px;
    margin: 0 25px 30px;
  }
}
@media (max-width: 767px) {
  .detail-info-block .text {
    font-size: 18px;
    max-width: 218px;
    margin: 0 auto 25px;
  }
}
.detail-info-block .link-holder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-family: "helvetica_neue";
}
.detail-info-block .link-holder a {
  position: relative;
  display: inline-block;
  color: #9D543E;
  letter-spacing: 2.7px;
}
.detail-info-block .link-holder a:hover, .detail-info-block .link-holder a:focus {
  color: #0D344D;
}

.bio-section {
  position: relative;
  margin: 0 0 58px;
}
@media (max-width: 991px) {
  .bio-section {
    margin: 0 0 45px;
  }
}
.bio-section:before {
  background: url(../images/bg-features.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 70px;
}
@media (max-width: 991px) {
  .bio-section:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .bio-section .container {
    padding: 0;
  }
}

.bio-info-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.bio-info-holder .image-holder {
  position: relative;
  width: 50%;
}
@media (max-width: 1199px) {
  .bio-info-holder .image-holder {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .bio-info-holder .image-holder {
    width: 100%;
  }
}
.bio-info-holder .image-holder img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .bio-info-holder .image-holder img {
    height: auto;
  }
}
.bio-info-holder .bio-description {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #7b989c;
  padding: 31px 24px 25px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .bio-info-holder .bio-description {
    background: none;
    display: block;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .bio-info-holder .bio-description {
    margin: -112px 0 0;
  }
}
@media (max-width: 374px) {
  .bio-info-holder .bio-description {
    padding: 0 15px;
  }
}
.bio-info-holder .text-wrap {
  position: relative;
  max-width: 533px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 991px) {
  .bio-info-holder .text-wrap {
    background: #7b989c;
    max-width: 100%;
    margin: 0;
    padding: 28px 30px;
  }
}
.bio-info-holder .text-wrap h2 {
  margin: 0 0 16px;
}
@media (max-width: 1449px) {
  .bio-info-holder .text-wrap h2 {
    margin: 0 0 12px;
  }
}
.bio-info-holder .text-wrap p {
  margin: 0 0 30px;
}
@media (max-width: 1449px) {
  .bio-info-holder .text-wrap p {
    margin: 0 0 18px;
  }
}
@media (min-width: 768px) {
  .bio-info-holder .text-wrap p:last-child {
    margin-bottom: 0;
  }
}
.bio-info-holder .text-slide-opener {
  color: #fff;
}
.bio-info-holder .text-slide-opener:hover {
  color: #fff;
}

.banner-section {
  position: relative;
  margin: -100px 0 0;
}
@media (max-width: 1449px) {
  .banner-section {
    margin: -90px 0 0;
  }
}
@media (max-width: 1199px) {
  .banner-section {
    margin: -78px 0 0;
  }
}
@media (max-width: 991px) {
  .banner-section {
    margin: -64px 0 0;
  }
}
@media (max-width: 767px) {
  .banner-section {
    margin: 0;
  }
}

.banner-image {
  position: relative;
  overflow: hidden;
}
.banner-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .banner-image img {
    min-height: 380px;
  }
}

.banner-heading {
  position: relative;
  text-align: center;
  background: url(../images/bg-bar.png) no-repeat;
  background-size: cover;
  padding: 14px 0 22px;
}
.banner-heading h1 {
  color: #0d344d;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-heading h1 {
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .banner-heading h1 {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .banner-heading h1 {
    letter-spacing: 0;
  }
}

.image-text-slider-section {
  position: relative;
  padding: 60px 0 130px;
}
@media (max-width: 991px) {
  .image-text-slider-section {
    padding: 40px 0 120px;
  }
}
@media (max-width: 767px) {
  .image-text-slider-section {
    padding: 40px 0 50px;
  }
}
.image-text-slider-section:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 404px;
  margin-top: -232px;
  background: url(../images/bg-features2.png) repeat-x 50% 0;
  background-size: cover;
  content: "";
}
@media (max-width: 1449px) {
  .image-text-slider-section:before {
    margin-top: -232px;
  }
}
@media (max-width: 767px) {
  .image-text-slider-section:before {
    display: none;
  }
}
.image-text-slider-section .image {
  position: relative;
}
.image-text-slider-section .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 500px;
}
@media (max-width: 1449px) {
  .image-text-slider-section .image img {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .image-text-slider-section .image img {
    height: 440px;
  }
}
.image-text-slider-section .description-slider {
  position: relative;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.image-text-slider-section .description {
  position: relative;
  padding: 57px 67px 66px 83px;
}
@media (max-width: 1199px) {
  .image-text-slider-section .description {
    padding: 35px 45px;
  }
}
@media (max-width: 991px) {
  .image-text-slider-section .description {
    padding: 0 45px 40px;
  }
}
@media (max-width: 767px) {
  .image-text-slider-section .description {
    padding: 0 10px 35px;
  }
}
@media (max-width: 374px) {
  .image-text-slider-section .description {
    padding: 0 5px 35px;
  }
}
.image-text-slider-section .description h2 {
  color: #0D344D;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .image-text-slider-section .description h2 {
    margin: 0 0 18px;
  }
}
.image-text-slider-section .description p {
  margin: 0;
}
.image-text-slider-section .description p a {
  color: #707070;
}
.image-text-slider-section .description p a:hover {
  color: #DAA650;
}

.image-text-slider-holder {
  position: relative;
}
@media (max-width: 767px) {
  .image-text-slider-holder {
    margin: 0 -15px;
  }
}

.image-text-slider {
  position: relative;
}

.slider-bottom-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -78px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 767px) {
  .slider-bottom-area {
    position: relative;
    bottom: 0;
    padding: 28px 15px 0;
  }
}

.slider-counter {
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  color: #0d344d;
}
.slider-counter .slider-counter-num {
  font-size: 36px;
}

.slider-arrows {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 136px;
}
.slider-arrows .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #dba650;
  transition: all 0.2s ease;
  color: #0d344d;
  padding: 0;
  outline: none;
  box-shadow: none;
  font-size: 20px;
}
.slider-arrows .slick-arrow span {
  position: relative;
  display: block;
}
.slider-arrows .slick-arrow:hover {
  background: #0d344d;
  color: #fff;
}

.slider-arrows2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 136px;
}
.slider-arrows2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #dba650;
  transition: all 0.2s ease;
  color: #0d344d;
  padding: 0;
  outline: none;
  box-shadow: none;
  font-size: 20px;
}
.slider-arrows2 .slick-arrow span {
  position: relative;
  display: block;
}
.slider-arrows2 .slick-arrow:hover {
  background: #0d344d;
  color: #fff;
}

.video-slider-section {
  position: relative;
  background: #f7f7f7;
  padding: 122px 0;
  margin: 0 0 80px;
}
@media (max-width: 1449px) {
  .video-slider-section {
    padding: 100px 0;
    margin: 0 0 65px;
  }
}
@media (max-width: 1199px) {
  .video-slider-section {
    padding: 80px 0;
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .video-slider-section {
    padding: 70px 0;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .video-slider-section {
    padding: 45px 0;
  }
}

.video-slider-holder {
  position: relative;
}

.video-slider {
  position: relative;
}
.video-slider .slick-track:before, .video-slider .slick-track:after {
  display: none;
}
.video-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-slider .slick-list {
  padding: 50px 0 !important;
  margin: 0 -55px;
}
@media (max-width: 1749px) {
  .video-slider .slick-list {
    padding: 40px 0 !important;
    margin: 0 -35px;
  }
}
@media (max-width: 1449px) {
  .video-slider .slick-list {
    padding: 20px 0 !important;
    margin: 0 -25px;
  }
}
@media (max-width: 1199px) {
  .video-slider .slick-list {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .video-slider .slick-list {
    padding: 20px 100px !important;
    margin: 0 -30px;
  }
}
@media (max-width: 767px) {
  .video-slider .slick-list {
    padding: 20px 60px !important;
    margin: 0 -15px;
  }
}
.video-slider .slide {
  padding: 0 55px;
  height: auto;
  outline: none;
}
@media (max-width: 1749px) {
  .video-slider .slide {
    padding: 0 35px;
  }
}
@media (max-width: 1449px) {
  .video-slider .slide {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .video-slider .slide {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .video-slider .slide {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .video-slider .slide {
    padding: 0 15px;
  }
}
.video-slider .slide.slick-current .video-holder {
  transform: scale(1.25);
}
@media (max-width: 1749px) {
  .video-slider .slide.slick-current .video-holder {
    transform: scale(1.2);
  }
}
@media (max-width: 1449px) {
  .video-slider .slide.slick-current .video-holder {
    transform: scale(1.15);
  }
}
@media (max-width: 1199px) {
  .video-slider .slide.slick-current .video-holder {
    transform: scale(1.13);
  }
}
@media (max-width: 991px) {
  .video-slider .slide.slick-current .video-holder {
    transform: scale(1.15);
  }
}
.video-slider .video-holder {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.video-slider .video-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.video-slider .video-play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
  color: #0d344d;
  font-size: 26px;
  margin: -50px 0 0 -50px;
  z-index: 3;
  display: none;
}
@media (max-width: 1449px) {
  .video-slider .video-play-btn {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .video-slider .video-play-btn {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    font-size: 17px;
  }
}
.video-slider .video-play-btn i {
  position: relative;
  display: block;
  left: 3px;
}
.video-slider .video-play-btn:hover {
  opacity: 0.95;
}
.video-slider .slick-dots {
  position: relative;
  list-style: none;
  padding: 34px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .video-slider .slick-dots {
    padding: 25px 0 0;
  }
}
.video-slider .slick-dots li {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .video-slider .slick-dots li {
    padding: 0 7px;
  }
}
.video-slider .slick-dots li.slick-active button {
  background: #0d344d;
}
.video-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  display: block;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: none;
  border: 2px solid #0d344d;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.video-slider .slick-dots button:hover {
  background: #0d344d;
}

.video-slider2 {
  position: relative;
}
.video-slider2 .slick-track:before, .video-slider2 .slick-track:after {
  display: none;
}
.video-slider2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-slider2 .slick-list {
  padding: 50px 0 !important;
  margin: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .video-slider2 .slick-list {
    overflow: hidden;
    padding: 20px 0 !important;
  }
}
.video-slider2 .slick-track {
  overflow: hidden;
}
.video-slider2 .slide {
  padding: 0 55px;
  height: auto;
  outline: none;
}
@media (max-width: 767px) {
  .video-slider2 .slide {
    padding: 0 30px;
  }
}
.video-slider2 .slide.slick-current .video-holder {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .video-slider2 .slide.slick-current .video-holder {
    transform: scale(1);
  }
}
.video-slider2 .video-holder {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.video-slider2 .video-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.video-slider2 .video-play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
  color: #0d344d;
  font-size: 26px;
  margin: -50px 0 0 -50px;
  z-index: 3;
  display: none;
}
@media (max-width: 1449px) {
  .video-slider2 .video-play-btn {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .video-slider2 .video-play-btn {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    font-size: 17px;
  }
}
.video-slider2 .video-play-btn i {
  position: relative;
  display: block;
  left: 3px;
}
.video-slider2 .video-play-btn:hover {
  opacity: 0.95;
}
.video-slider2 .slick-dots {
  position: relative;
  list-style: none;
  padding: 34px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .video-slider2 .slick-dots {
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .video-slider2 .slick-dots {
    padding: 5px 0 0;
  }
}
.video-slider2 .slick-dots li {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .video-slider2 .slick-dots li {
    padding: 0 7px;
  }
}
.video-slider2 .slick-dots li.slick-active button {
  background: #0d344d;
}
.video-slider2 .slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  display: block;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: none;
  border: 2px solid #0d344d;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.video-slider2 .slick-dots button:hover {
  background: #0d344d;
}

.intro-section {
  position: relative;
  padding: 60px 0 50px;
}
@media (max-width: 1449px) {
  .intro-section {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .intro-section {
    padding: 36px 0 42px;
  }
}
@media (max-width: 767px) {
  .intro-section {
    padding: 30px 0 32px;
  }
}

.intro-text-block {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
.intro-text-block h2 {
  color: #0d344d;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .intro-text-block h2 {
    margin: 0 0 12px;
  }
}
.intro-text-block p:last-child {
  margin-bottom: 0;
}

.floor-detail-section {
  position: relative;
  padding: 0 0 35px;
}
@media (max-width: 1199px) {
  .floor-detail-section {
    padding: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .floor-detail-section {
    padding: 0 0 15px;
  }
}
.floor-detail-section .tabs-opener {
  display: none;
}
@media (max-width: 767px) {
  .floor-detail-section .tabs-opener {
    display: block;
  }
}
.floor-detail-section .container {
  max-width: 1680px;
}

.tabset-holder {
  position: relative;
  margin: 0 0 65px;
}
@media (max-width: 1449px) {
  .tabset-holder {
    margin: 0 0 50px;
  }
}
@media (max-width: 1199px) {
  .tabset-holder {
    margin: 0 0 45px;
  }
}
@media (max-width: 991px) {
  .tabset-holder {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .tabset-holder {
    display: none;
  }
}

.tabset {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 1199px) {
  .tabset {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .tabset {
    margin: 0 -3px;
  }
}
.tabset li {
  position: relative;
  padding: 0 8px;
  width: 25%;
}
@media (max-width: 1199px) {
  .tabset li {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .tabset li {
    padding: 0 3px;
  }
}
.tabset a {
  font: 500 22px/26px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  transition: all 0.3s ease;
  background: #f0f0f0;
  height: 68px;
  padding: 7px 15px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #9D543E;
  text-transform: uppercase;
}
@media (max-width: 1449px) {
  .tabset a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .tabset a {
    font-size: 18px;
    line-height: 22px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .tabset a {
    font-size: 15px;
    line-height: 18px;
    padding: 7px 10px 10px;
    height: 54px;
  }
}
.tabset a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  border-style: solid;
  border-width: 10px 12px 0;
  border-color: #9D543E transparent transparent;
  transition: all 0.3s ease;
  margin: 0 0 0 -12px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .tabset a:before {
    border-width: 8px 10px 0;
    margin: 0 0 0 -10px;
  }
}
.tabset a:hover, .tabset a.active {
  background: #9D543E;
  color: #fff;
}
.tabset a.active:before {
  opacity: 1;
  visibility: visible;
}

.tabs-opener {
  font: 500 22px/26px "arboria", "Arial", "Helvetica", sans-serif;
  background: #f0f0f0;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 36px;
  color: #9d543e;
  text-transform: uppercase;
}
@media (max-width: 374px) {
  .tabs-opener {
    font-size: 19px;
    line-height: 22px;
    text-align: left;
  }
}
.tabs-opener .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%) rotate(180deg);
  font-size: 12px;
  margin: 2px 0 0;
}
@media (max-width: 374px) {
  .tabs-opener .icon {
    font-size: 11px;
    right: 36px;
  }
}
.tabs-opener:hover {
  background: #9d543e;
  color: #fff;
}

.floor-detail-holder {
  position: relative;
}
@media (max-width: 767px) {
  .floor-detail-holder {
    margin: 0 -36px;
  }
}

.tabs-content {
  position: relative;
}

.tab-content-item {
  position: relative;
}
@media (max-width: 767px) {
  .tab-content-item {
    margin: 0 0 5px;
  }
}
.tab-content-item.active .tabs-opener .icon {
  transform: translateY(-50%) rotate(0);
}
.tab-content-item .col-12 {
  margin: 0 0 50px;
}
@media (max-width: 1449px) {
  .tab-content-item .col-12 {
    margin: 0 0 40px;
  }
}
@media (max-width: 1199px) {
  .tab-content-item .col-12 {
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .tab-content-item .col-12 {
    margin: 0 0 15px;
  }
}

.floor-detail-block {
  position: relative;
  padding: 50px 60px 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 1449px) {
  .floor-detail-block {
    padding: 40px 40px 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1199px) {
  .floor-detail-block {
    padding: 35px 25px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .floor-detail-block {
    padding: 40px 30px 35px;
  }
}
@media (max-width: 767px) {
  .floor-detail-block {
    padding: 32px 30px;
    box-shadow: none;
  }
}
.floor-detail-block .image-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 442px;
}
@media (max-width: 1449px) {
  .floor-detail-block .image-holder {
    min-height: 325px;
  }
}
@media (max-width: 1199px) {
  .floor-detail-block .image-holder {
    min-height: 292px;
  }
}
@media (max-width: 991px) {
  .floor-detail-block .image-holder {
    min-height: 342px;
  }
}
@media (max-width: 767px) {
  .floor-detail-block .image-holder {
    min-height: inherit;
    display: block;
    margin: 0 auto;
  }
}
.floor-detail-block .image-holder img {
  max-width: 100%;
  height: auto;
  display: block;
}
.floor-detail-block .description {
  position: relative;
  padding: 50px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1449px) {
  .floor-detail-block .description {
    padding: 35px 0 0;
  }
}
@media (max-width: 1199px) {
  .floor-detail-block .description {
    padding: 26px 0 0;
  }
}
.floor-detail-block .title {
  font: 700 22px/1 "arboria", "Arial", "Helvetica", sans-serif;
  letter-spacing: 3px;
  display: block;
  color: #8f7a89;
  margin: 0 0 18px;
  text-transform: uppercase;
}
@media (max-width: 1449px) {
  .floor-detail-block .title {
    letter-spacing: 2px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .floor-detail-block .title {
    letter-spacing: 1px;
    margin: 0 0 14px;
  }
}
.floor-detail-block .text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "helvetica_neue";
  display: block;
  color: #707070;
  margin: 0 0 10px;
}
@media (max-width: 1449px) {
  .floor-detail-block .text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .floor-detail-block .text {
    margin: 0 0 6px;
  }
}
.floor-detail-block .light-yellow {
  color: #daa650;
}
.floor-detail-block .dark-red {
  color: #6b1c5e;
}
.floor-detail-block .light-green {
  color: #7b989c;
}
.floor-detail-block .dark-green {
  color: #1a4c41;
}
.floor-detail-block .light-blue {
  color: #99c6e1;
}
.floor-detail-block .lighter-brown {
  color: #b9749d;
}
.floor-detail-block .darker-red {
  color: #c2337f;
}
.floor-detail-block .lighter-yellow {
  color: #c3b88a;
}
.floor-detail-block .lighter-green {
  color: #5e5a4a;
}
.floor-detail-block .lighter-purple {
  color: #db7c9c;
}
.floor-detail-block.slide-active .floor-detail-slide {
  opacity: 1;
  visibility: visible;
}

.slide-modal-shown {
  overflow: hidden;
}
.slide-modal-shown .slide-overlay {
  opacity: 1;
  visibility: visible;
}

.floor-detail-slide {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.slide-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
}

.floor-slide-holder {
  position: relative;
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: auto;
  height: 100%;
  z-index: 1000;
}
@media (max-width: 991px) {
  .floor-slide-holder {
    padding: 25px 15px;
    display: block;
  }
}

.floor-slide-block {
  position: relative;
  background: #fff;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
}

.floor-slide-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 112px 44px 50px 120px;
}
@media (max-width: 1449px) {
  .floor-slide-content {
    padding: 65px 35px;
  }
}
@media (max-width: 1199px) {
  .floor-slide-content {
    padding: 50px 25px;
  }
}
@media (max-width: 991px) {
  .floor-slide-content {
    display: block;
    padding: 30px 20px;
  }
}

.floor-slide-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 44px;
  top: 40px;
  transition: all 0.3s ease;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #0d344d;
  font-size: 16px;
  z-index: 5;
}
@media (max-width: 1449px) {
  .floor-slide-close {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 1199px) {
  .floor-slide-close {
    width: 38px;
    height: 38px;
    font-size: 13px;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .floor-slide-close {
    background: #DAA650;
  }
}
@media (max-width: 767px) {
  .floor-slide-close {
    right: 15px;
    top: 15px;
  }
}
.floor-slide-close i {
  position: relative;
  display: block;
}
.floor-slide-close:hover {
  background: #DAA650;
  color: #fff;
}

.floor-text-block-col {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 0 25px 0 0;
}
@media (max-width: 991px) {
  .floor-text-block-col {
    padding: 0;
  }
}

.floor-text-block {
  position: relative;
  max-width: 715px;
}
@media (max-width: 1449px) {
  .floor-text-block {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .floor-text-block {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .floor-text-block {
    width: 100%;
    max-width: 100%;
  }
}
.floor-text-block .heading-area {
  position: relative;
  margin: 0 0 115px;
}
@media (max-width: 1449px) {
  .floor-text-block .heading-area {
    margin: 0 0 60px;
  }
}
@media (max-width: 1199px) {
  .floor-text-block .heading-area {
    margin: 0 0 45px;
  }
}
@media (max-width: 991px) {
  .floor-text-block .heading-area {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .floor-text-block .heading-area {
    padding: 0 30px 0 0;
  }
}
.floor-text-block .heading-area .title {
  font-size: 48px;
  margin: 0 0 18px;
}
@media (max-width: 1449px) {
  .floor-text-block .heading-area .title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .floor-text-block .heading-area .title {
    font-size: 36px;
    margin: 0 0 14px;
  }
}
@media (max-width: 991px) {
  .floor-text-block .heading-area .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .floor-text-block .heading-area .title {
    font-size: 22px;
  }
}
.floor-text-block .heading-area .heading-text {
  font-size: 36px;
  line-height: 1.333;
  font-weight: 400;
  font-family: "helvetica_neue";
  text-transform: uppercase;
  color: #707070;
  display: block;
  margin: 0 0 22px;
}
@media (max-width: 1449px) {
  .floor-text-block .heading-area .heading-text {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .floor-text-block .heading-area .heading-text {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .floor-text-block .heading-area .heading-text {
    font-size: 20px;
  }
}
.floor-text-block .heading-area .sub-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "helvetica_neue";
  text-transform: uppercase;
  display: block;
  color: #707070;
}
@media (max-width: 1199px) {
  .floor-text-block .heading-area .sub-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.floor-text-block .image-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .floor-text-block .image-wrap {
    max-width: 420px;
    margin: 0 auto;
  }
}
.floor-text-block .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.floor-form-area {
  position: relative;
  background: #0d344d;
  max-width: 515px;
  border-radius: 78px;
  padding: 47px 60px 68px;
  margin: 60px 0 0;
}
@media (max-width: 1449px) {
  .floor-form-area {
    max-width: 450px;
    padding: 42px 40px;
  }
}
@media (max-width: 1199px) {
  .floor-form-area {
    max-width: 380px;
    padding: 35px 25px;
    border-radius: 35px;
  }
}
@media (max-width: 991px) {
  .floor-form-area {
    max-width: 100%;
    width: 100%;
    margin: 40px 0 0;
  }
}
@media (max-width: 374px) {
  .floor-form-area {
    padding: 30px 15px;
  }
}
@media (max-width: 374px) {
  .floor-form-area {
    margin: 30px 0 0;
  }
}
.floor-form-area h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-align: center;
  max-width: 350px;
  letter-spacing: 1px;
  margin: 0 auto 43px;
}
@media (max-width: 1449px) {
  .floor-form-area h3 {
    font-size: 24px;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 991px) {
  .floor-form-area h3 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .floor-form-area h3 {
    font-size: 22px;
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  .floor-form-area h3 {
    font-size: 20px;
  }
}
.floor-form-area .form-holder {
  position: relative;
}
.floor-form-area .form-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.floor-info-list {
  font: 500 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  padding: 65px 0 0;
  text-align: center;
  margin: 0;
}
@media (max-width: 1449px) {
  .floor-info-list {
    padding: 35px 0 0;
  }
}
@media (max-width: 767px) {
  .floor-info-list {
    padding: 25px 0 0;
  }
}
@media (max-width: 374px) {
  .floor-info-list {
    font-size: 15px;
  }
}
.floor-info-list li {
  position: relative;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .floor-info-list li {
    margin: 0 0 22px;
  }
}
@media (max-width: 374px) {
  .floor-info-list li {
    margin: 0 0 18px;
  }
}
.floor-info-list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  transition: all 0.3s ease;
  padding: 0 0 0 28px;
}
.floor-info-list a i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 13px;
}
.floor-info-list a .icon-print {
  font-size: 20px;
  top: 3px;
}
.floor-info-list a:hover {
  color: #DAA650;
}

.pricing-intro-section .intro-text-block {
  max-width: 670px;
  margin: 0;
}
@media (max-width: 991px) {
  .pricing-intro-section .intro-text-block {
    max-width: inherit;
  }
}
.pricing-intro-section .intro-text-block h2 {
  max-width: 420px;
}
@media (max-width: 991px) {
  .pricing-intro-section .intro-text-block h2 {
    max-width: inherit;
  }
}

.price-info-sidebar {
  position: relative;
  background: #0d344d;
  max-width: 335px;
  border-radius: 50px;
  padding: 52px 28px 54px;
}
@media (max-width: 1199px) {
  .price-info-sidebar {
    padding: 35px 25px;
    border-radius: 35px;
  }
}
@media (max-width: 991px) {
  .price-info-sidebar {
    max-width: 100%;
    width: 100%;
    margin: 45px 0 0;
  }
}
@media (max-width: 767px) {
  .price-info-sidebar {
    margin: 35px 0 0;
  }
}
@media (max-width: 374px) {
  .price-info-sidebar {
    padding: 30px 15px;
  }
}
.price-info-sidebar h3 {
  font-size: 28px;
  line-height: 1.3214;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
@media (max-width: 1449px) {
  .price-info-sidebar h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .price-info-sidebar h3 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .price-info-sidebar h3 {
    font-size: 22px;
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  .price-info-sidebar h3 {
    font-size: 20px;
  }
}
.price-info-sidebar .text {
  font: 500 18px/22px "arboria", "Arial", "Helvetica", sans-serif;
  color: #daa650;
  display: block;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.price-info-sidebar .form-holder {
  position: relative;
}
.price-info-sidebar .form-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.bottom-cta.bg-none:before {
  display: none;
}

.price-image-section {
  position: relative;
  padding: 0 0 180px;
  margin: 0 0 95px;
}
@media (max-width: 1449px) {
  .price-image-section {
    padding: 0 0 150px;
  }
}
@media (max-width: 1199px) {
  .price-image-section {
    padding: 0 0 120px;
    margin: 0 0 65px;
  }
}
@media (max-width: 991px) {
  .price-image-section {
    padding: 0;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .price-image-section {
    margin: 0 0 30px;
  }
}
.price-image-section:before {
  background: url(../images/bg03.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 734px;
}
@media (max-width: 1449px) {
  .price-image-section:before {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .price-image-section:before {
    height: 580px;
  }
}
@media (max-width: 991px) {
  .price-image-section:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .price-image-section .container {
    padding: 0;
  }
}

.price-image-block {
  position: relative;
  overflow: hidden;
}
.price-image-block img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .price-image-block img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .price-image-block img {
    height: 440px;
  }
}
.price-image-block .image-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 148px 15px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .price-image-block .image-caption {
    padding: 100px 15px;
  }
}
@media (max-width: 991px) {
  .price-image-block .image-caption {
    padding: 65px 15px;
  }
}
@media (max-width: 767px) {
  .price-image-block .image-caption {
    padding: 40px 15px;
  }
}
.price-image-block .btn-holder {
  position: relative;
  display: block;
  text-align: center;
}

.squeeze-detail-section {
  position: relative;
  background: #0d344d;
}
.squeeze-detail-section .container {
  max-width: 1670px;
}

.squeeze-detail-holder {
  position: relative;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .squeeze-detail-holder {
    padding: 24px 0;
  }
}
.squeeze-detail-holder .logo-holder {
  position: relative;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .squeeze-detail-holder .logo-holder {
    margin: 0 0 25px;
  }
}
.squeeze-detail-holder .logo {
  position: static;
  width: 172px;
  margin: 0;
}
@media (max-width: 767px) {
  .squeeze-detail-holder .logo {
    width: 140px;
  }
}

.squeeze-detail-content {
  position: relative;
  overflow: hidden;
}
.squeeze-detail-content .image-holder {
  position: relative;
  width: 534px;
  float: right;
  margin: 0 0 20px 30px;
}
@media (max-width: 1449px) {
  .squeeze-detail-content .image-holder {
    width: 425px;
  }
}
@media (max-width: 1199px) {
  .squeeze-detail-content .image-holder {
    margin: 0 0 20px 25px;
    width: 340px;
  }
}
@media (max-width: 991px) {
  .squeeze-detail-content .image-holder {
    display: none;
  }
}
.squeeze-detail-content .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.squeeze-detail-content .form-holder {
  position: relative;
  margin: 40px 0 0;
}
@media (max-width: 1199px) {
  .squeeze-detail-content .form-holder {
    margin: 30px 0 0;
  }
}
.squeeze-detail-content .form-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.squeeze-detail-text-col {
  position: relative;
  color: #fff;
}
.squeeze-detail-text-col p {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .squeeze-detail-text-col p {
    margin: 0 0 10px;
  }
}

.list-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 0 20px;
}
@media (max-width: 991px) {
  .list-holder {
    padding: 12px 0;
    display: block;
  }
}
.list-holder .list-col {
  position: relative;
}
.list-holder .list-col:nth-child(1) {
  padding: 0 45px 0 0;
}
@media (max-width: 1199px) {
  .list-holder .list-col:nth-child(1) {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .list-holder .list-col:nth-child(1) {
    padding: 0;
  }
}

.squeeze-info-list {
  position: relative;
  margin: 0;
}
.squeeze-info-list li {
  position: relative;
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  .squeeze-info-list li {
    margin: 0 0 10px;
  }
}
.squeeze-info-list .text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 26px;
}
@media (max-width: 1199px) {
  .squeeze-info-list .text {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .squeeze-info-list .text {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 767px) {
  .squeeze-info-list .text {
    padding: 0 0 0 12px;
  }
}
.squeeze-info-list .text:before {
  width: 6px;
  height: 6px;
  background: #daa650;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .squeeze-info-list .text:before {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .squeeze-info-list .text:before {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 374px) {
  .squeeze-info-list .text:before {
    top: 10px;
  }
}

.close-modal-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #daa650;
  position: absolute;
  right: 35px;
  top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3 ease;
  color: #0d344d;
  z-index: 3;
}
@media (max-width: 1199px) {
  .close-modal-button {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .close-modal-button {
    right: 15px;
    top: 15px;
  }
}
.close-modal-button i {
  font-size: 16px;
  position: relative;
  display: block;
}
.close-modal-button:hover {
  background: #9D543E;
  color: #fff !important;
}

.thankyou-squeeze-section .squeeze-detail-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.thankyou-squeeze-section .squeeze-detail-content .image-holder {
  float: none;
  margin: 0;
}
.thankyou-squeeze-section .squeeze-detail-text-col {
  max-width: 950px;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 0 30px 0 0;
  font-size: 22px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .thankyou-squeeze-section .squeeze-detail-text-col {
    max-width: inherit;
    padding: 0;
  }
}
.thankyou-squeeze-section .btn-wrap {
  position: relative;
  display: block;
  padding: 60px 0 0;
}
@media (max-width: 1449px) {
  .thankyou-squeeze-section .btn-wrap {
    padding: 40px 0 0;
  }
}
@media (max-width: 1199px) {
  .thankyou-squeeze-section .btn-wrap {
    padding: 20px 0 0;
  }
}
.thankyou-squeeze-section .btn-primary i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  margin: -1px 15px 0 0;
}

.hear-info-section {
  position: relative;
  background: #0d344d;
  padding: 60px 0;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .hear-info-section {
    padding: 45px 0;
    margin: 0 0 45px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hear-info-section {
    margin: 0 15px 45px;
    border-radius: 50px;
    width: auto;
  }
}
.hear-info-section .form-holder {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  margin: 0 -115px 0 0;
}
@media (max-width: 1749px) {
  .hear-info-section .form-holder {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .hear-info-section .form-holder {
    max-width: 710px;
  }
}
@media (max-width: 991px) {
  .hear-info-section .form-holder {
    max-width: 100%;
  }
}
.hear-info-section .form-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.hear-info-section .gform-body {
  width: 370px;
  position: relative;
  margin-right: 378px;
}
@media (max-width: 1199px) {
  .hear-info-section .gform-body {
    margin-right: 326px;
  }
}
@media (max-width: 991px) {
  .hear-info-section .gform-body {
    width: 100%;
    margin: 0;
  }
}
.hear-info-section #gform_7 {
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .hear-info-section #gform_7 {
    display: block;
  }
}
.hear-info-section #field_7_5 {
  position: absolute;
  left: 394px;
  top: 0;
  width: 300px;
}
@media (max-width: 1749px) {
  .hear-info-section #field_7_5 {
    left: 325px;
  }
}
@media (max-width: 1199px) {
  .hear-info-section #field_7_5 {
    left: 240px;
  }
}
@media (max-width: 991px) {
  .hear-info-section #field_7_5 {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}
.hear-info-section #gform_wrapper_7 .gform_fields textarea {
  height: 160px !important;
}
.hear-info-section .gform_footer {
  margin: 0 !important;
}

.hear-info-block {
  position: relative;
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hear-info-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .hear-info-block {
    display: block;
  }
}

.hear-text-block {
  position: relative;
  max-width: 230px;
  margin-right: 88px;
}
@media (max-width: 1199px) {
  .hear-text-block {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .hear-text-block {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .hear-text-block {
    margin: 0 0 22px;
    max-width: 232px;
  }
}
.hear-text-block h3 {
  font: 400 28px/36px "arboria", "Arial", "Helvetica", sans-serif;
  color: #fff;
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  .hear-text-block h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
  }
}
.hear-text-block .text {
  font: 500 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  display: block;
  color: #DAA650;
}
.hear-text-block .text a {
  color: #DAA650;
}

.cost-detail-area {
  position: relative;
  padding: 0 0 58px;
  margin: 0 0 80px;
}
@media (max-width: 1449px) {
  .cost-detail-area {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .cost-detail-area {
    padding: 0 0 50px;
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .cost-detail-area {
    padding: 0;
    margin: 0 0 25px;
  }
}
.cost-detail-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  bottom: 0;
  background: url(../images/bg03.png) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cost-detail-area:before {
    display: none;
  }
}
@media (max-width: 1449px) {
  .cost-detail-area .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cost-detail-area .container {
    padding: 0;
  }
}

.cost-slider-holder {
  position: relative;
}
.cost-slider-holder .slick-track {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cost-slider-holder .slick-track {
    display: block;
  }
}
.cost-slider-holder .slick-track:before, .cost-slider-holder .slick-track:after {
  display: none;
}
.cost-slider-holder .slide {
  height: auto;
}
.cost-slider-holder .slick-dots {
  position: relative;
  list-style: none;
  padding: 34px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cost-slider-holder .slick-dots {
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .cost-slider-holder .slick-dots {
    display: none !important;
  }
}
.cost-slider-holder .slick-dots li {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .cost-slider-holder .slick-dots li {
    padding: 0 7px;
  }
}
.cost-slider-holder .slick-dots li.slick-active button {
  background: #fff;
}
.cost-slider-holder .slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  display: block;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.cost-slider-holder .slick-dots button:hover {
  background: #fff;
}
@media (min-width: 768px) {
  .cost-slider-holder .slider-bottom-area {
    bottom: auto;
    top: 36%;
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .cost-slider-holder .slider-bottom-area {
    padding: 20px 15px 0;
  }
}
@media (min-width: 768px) {
  .cost-slider-holder .slider-arrows {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cost-slider-holder .slider-arrows2 {
    width: 100%;
  }
}

.cost-detail-block {
  position: relative;
  background: #8f7a89;
  padding: 85px 45px;
  height: 100%;
}
@media (max-width: 1449px) {
  .cost-detail-block {
    padding: 60px 45px;
  }
}
@media (max-width: 991px) {
  .cost-detail-block {
    padding: 50px 45px;
  }
}
@media (max-width: 767px) {
  .cost-detail-block {
    padding: 45px 25px;
  }
}

.cost-text-wrap {
  position: relative;
  max-width: 1085px;
  margin: 0 auto;
  color: #fff;
  z-index: 5;
}
.cost-text-wrap h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  font-family: "helvetica_neue";
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .cost-text-wrap h3 {
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .cost-text-wrap h3 {
    letter-spacing: 1px;
  }
}
@media (max-width: 374px) {
  .cost-text-wrap h3 {
    letter-spacing: 0;
  }
}
.cost-text-wrap p {
  margin: 0 0 20px;
}
.cost-text-wrap p:last-child {
  margin-bottom: 0;
}

.affordability-section {
  position: relative;
  margin: 0 0 85px;
}
@media (max-width: 1449px) {
  .affordability-section {
    margin: 0 0 60px;
  }
}
.affordability-section:before {
  background: url(../images/bg03.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 735px;
}
@media (max-width: 1449px) {
  .affordability-section:before {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .affordability-section:before {
    height: 580px;
  }
}
@media (max-width: 991px) {
  .affordability-section:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .affordability-section .container {
    padding: 0;
  }
}
.affordability-section.style01:before {
  display: none;
}
.affordability-section.style01 .affordability-info-block {
  height: auto;
}
.affordability-section.style01 .affordability-info-block .inner-wrap {
  max-width: 1070px;
  height: auto;
  display: block;
}
.affordability-section.style01 .affordability-info-block h3 {
  max-width: inherit;
}
.affordability-section.style01 .affordability-info-block .btn-wrap {
  text-align: left;
}

.bottom-text-wrap {
  font: 500 28px/35px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 58px 0 64px;
}
@media (max-width: 1449px) {
  .bottom-text-wrap {
    font-size: 24px;
    line-height: 30px;
    padding: 50px 0 54px;
  }
}
@media (max-width: 1199px) {
  .bottom-text-wrap {
    padding: 44px 0 48px;
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .bottom-text-wrap {
    font-size: 18px;
    line-height: 24px;
    padding: 40px 0 10px;
    text-align: left;
    color: #0d344d;
  }
}
@media (max-width: 374px) {
  .bottom-text-wrap {
    font-size: 16px;
    line-height: 22px;
    padding: 35px 15px 5px;
  }
}
.bottom-text-wrap p {
  margin: 0;
}
.bottom-text-wrap p a {
  color: #fff;
}
@media (max-width: 991px) {
  .bottom-text-wrap p a {
    color: #0d344d;
  }
}
.bottom-text-wrap p a:hover {
  color: #DAA650;
}

.affordability-info-block {
  position: relative;
  color: #fff;
  height: 100%;
  padding: 75px 25px 90px;
}
@media (max-width: 1199px) {
  .affordability-info-block {
    padding: 70px 25px;
  }
}
@media (max-width: 991px) {
  .affordability-info-block {
    padding: 45px 25px;
    height: auto;
  }
}
@media (max-width: 374px) {
  .affordability-info-block {
    padding: 35px 15px;
  }
}
.affordability-info-block.money-gauge-block {
  background: #7b989c;
}
.affordability-info-block.monthly-cost-calculator {
  background: #9d543e;
}
.affordability-info-block h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "helvetica_neue";
  letter-spacing: 3px;
  max-width: 400px;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .affordability-info-block h3 {
    max-width: 100%;
    letter-spacing: 2px;
    margin: 0 0 18px;
  }
}
@media (max-width: 374px) {
  .affordability-info-block h3 {
    letter-spacing: 1px;
  }
}
.affordability-info-block p {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .affordability-info-block p {
    margin: 0 0 18px;
  }
}
.affordability-info-block .inner-wrap {
  position: relative;
  max-width: 476px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 991px) {
  .affordability-info-block .inner-wrap {
    max-width: inherit;
    height: auto;
    display: block;
  }
}
.affordability-info-block .btn-wrap {
  position: relative;
  text-align: center;
  padding: 25px 0 0;
}
@media (max-width: 767px) {
  .affordability-info-block .btn-wrap {
    padding: 15px 0 0;
  }
}
.affordability-info-block .btn-secondary {
  background: #fff;
  border: none;
  color: #0d344d;
}
.affordability-info-block .btn-secondary:hover, .affordability-info-block .btn-secondary:focus, .affordability-info-block .btn-secondary:active {
  background: #0d344d;
  color: #fff;
}

.affordability-text-block {
  position: relative;
}

.bottom-cta-text-block {
  position: relative;
}
.bottom-cta-text-block .bottom-text-wrap {
  color: #707070;
  padding-top: 0;
}
.bottom-cta-text-block .bottom-text-wrap p a {
  color: #707070;
}

.affordable-detail-section {
  position: relative;
}
.affordable-detail-section .bottom-text-wrap {
  color: #707070;
  padding-top: 0;
}
@media (min-width: 1199px) {
  .affordable-detail-section .bottom-text-wrap {
    font-size: 22px;
  }
}
.affordable-detail-section .bottom-text-wrap p a {
  color: #9D543E;
}
.affordable-detail-section .bottom-text-wrap p a:hover {
  color: #707070;
}

.affordable-detail-block {
  position: relative;
}

.affordable-tabs-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 58px;
}
@media (max-width: 1199px) {
  .affordable-tabs-holder {
    margin: 0 0 45px;
  }
}
@media (max-width: 991px) {
  .affordable-tabs-holder {
    display: block;
    overflow: hidden;
    margin: 0 0 35px;
  }
}
.affordable-tabs-holder .tab-content {
  position: relative;
}
@media (min-width: 992px) {
  .affordable-tabs-holder .tab-content {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
  }
}

.affordable-tabs-list-holder {
  position: relative;
  width: 300px;
  z-index: 9;
}
@media (max-width: 991px) {
  .affordable-tabs-list-holder {
    width: 70px;
    float: left;
    margin: 0 26px 0 0;
    z-index: 5;
  }
}
@media (max-width: 374px) {
  .affordable-tabs-list-holder {
    width: 50px;
    margin: 0 20px 0 0;
  }
}

.affordable-tabs {
  position: relative;
  margin: 0;
}
.affordable-tabs li {
  position: relative;
  margin: 0 0 10px;
}
.affordable-tabs a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 68px;
  transition: all 0.3s ease;
  background: #f0f0f0;
}
@media (max-width: 374px) {
  .affordable-tabs a {
    height: 50px;
  }
}
.affordable-tabs a:before {
  position: absolute;
  left: 100%;
  top: 50%;
  content: "";
  border-style: solid;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #9d543e;
  margin: -14px 0 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.affordable-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}
.affordable-tabs a:hover, .affordable-tabs a.active {
  background: #9d543e;
}
.affordable-tabs a:hover .text, .affordable-tabs a.active .text {
  color: #fff;
}
@media (max-width: 991px) {
  .affordable-tabs a:hover .no, .affordable-tabs a.active .no {
    color: #fff;
  }
}
.affordable-tabs .no {
  font-size: 35px;
  line-height: 1;
  width: 71px;
  height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-right: 2px solid #fff;
  background: #9d543e;
  color: #fff;
}
@media (max-width: 991px) {
  .affordable-tabs .no {
    width: 100%;
    height: 100%;
    background: none;
    color: #9d543e;
    border: none;
  }
}
@media (max-width: 374px) {
  .affordable-tabs .no {
    font-size: 28px;
  }
}
.affordable-tabs .text {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #9d543e;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
@media (max-width: 991px) {
  .affordable-tabs .text {
    display: none;
  }
}

.afford-content-block {
  position: relative;
  padding: 0 0 0 110px;
}
@media (max-width: 1199px) {
  .afford-content-block {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 991px) {
  .afford-content-block {
    padding: 0;
  }
}

.afford-text-area {
  position: relative;
  color: #0d344d;
}
.afford-text-area .heading-area {
  position: relative;
  max-width: 575px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .afford-text-area .heading-area {
    max-width: 100%;
    margin: 0 0 12px;
  }
}
.afford-text-area .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: "helvetica_neue";
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  color: #9d543e;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .afford-text-area .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 0 8px;
  }
}
.afford-text-area h3 {
  font-size: 28px;
  line-height: 1.3214;
  font-weight: 700;
  font-family: "helvetica_neue";
  color: #0d344d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 991px) {
  .afford-text-area h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .afford-text-area h3 {
    font-size: 22px;
  }
}
.afford-text-area p {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .afford-text-area p {
    margin: 0 0 18px;
  }
}
.afford-text-area .btn-wrap,
.afford-text-area .link-holder {
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .afford-text-area .btn-wrap,
  .afford-text-area .link-holder {
    text-align: center;
  }
}
.afford-text-area .show-text {
  transition: all 0.2s ease;
}
.afford-text-area .hide-text {
  color: #0d344d;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .afford-text-area .hide-text {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    top: 1px;
  }
}
.afford-text-area .hide-text:before {
  border-color: #0d344d;
}
.afford-text-area .hide-text:after {
  background: #0d344d;
}
.afford-text-area.price-active .show-text {
  opacity: 0;
  visibility: hidden;
}
.afford-text-area.price-active .hide-text {
  opacity: 1;
  visibility: visible;
}

.price-fields-area {
  position: relative;
  padding: 45px 0 0;
}
@media (max-width: 1199px) {
  .price-fields-area {
    padding: 35px 0 0;
  }
}
@media (max-width: 991px) {
  .price-fields-area {
    padding: 25px 0 0;
  }
}
.price-fields-area input::-webkit-outer-spin-button,
.price-fields-area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-fields-area input[type=number] {
  -moz-appearance: textfield;
}

.price-field-row {
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .price-field-row {
    margin: 0 0 15px;
  }
}

.price-field-holder {
  position: relative;
}
.price-field-holder input[type=number],
.price-field-holder input[type=text] {
  width: 100%;
  height: 56px;
  font: 400 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  background: #f0f0f0;
  border: none;
  outline: none;
  box-shadow: none;
  color: #0d344d;
  padding: 5px 16px;
}
.price-field-holder input[type=number]:-moz-placeholder,
.price-field-holder input[type=text]:-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}
.price-field-holder input[type=number]::-moz-placeholder,
.price-field-holder input[type=text]::-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}
.price-field-holder input[type=number]:-ms-input-placeholder,
.price-field-holder input[type=text]:-ms-input-placeholder {
  color: #6b6b6b;
}
.price-field-holder input[type=number]::-webkit-input-placeholder,
.price-field-holder input[type=text]::-webkit-input-placeholder {
  color: #6b6b6b;
}

.price-text-slide {
  position: relative;
  display: none;
}

.price-text-holder {
  position: relative;
  padding: 10px 15px;
  margin: 0 0 -20px;
}
@media (max-width: 991px) {
  .price-text-holder {
    padding: 8px 5px;
    margin: 0 0 -15px;
  }
}
.price-text-holder .price-text {
  font: 400 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  color: #6b6b6b;
  display: block;
}
.price-text-holder .price-status {
  width: 26px;
  height: 26px;
  position: relative;
  background: #9d543e;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
@media (max-width: 991px) {
  .price-text-holder .price-status {
    margin: -2px 6px 0 0;
  }
}
.price-text-holder .price-status:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  border-style: solid;
  border-width: 0 6px 8px;
  border-color: transparent transparent #fff;
  transition: all 0.3s ease;
  margin: -5px 0 0 -6px;
}

.price-total-field-row {
  font: 700 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #0d344d;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .price-total-field-row {
    margin: 0 0 25px;
  }
}
.price-total-field-row .total-title {
  display: block;
}
.price-total-field-row .total-price {
  display: block;
}

.cta-options-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cta-options-item .btn-wrap {
  position: relative;
}
.cta-options-item .heading-wrap {
  position: relative;
}

.cta-option-text-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .page-template-neighborhood .banner-image img {
    object-position: 58% 50%;
  }
}

@media (max-width: 767px) {
  .page-template-floor-plans .banner-image img {
    object-position: 48% 50%;
  }
}

@media (max-width: 767px) {
  .page-id-310 .banner-image img {
    object-position: 74% 50%;
  }
}

@media (max-width: 767px) {
  .page-id-573 .banner-image img {
    object-position: 46% 50%;
  }
}

@media (max-width: 767px) {
  .page-id-590 .banner-image img {
    object-position: 32% 50%;
  }
}

@media (max-width: 767px) {
  .page-id-584 .banner-image img {
    object-position: 13% 50%;
  }
}

@media (max-width: 767px) {
  .page-template-understand .banner-image {
    margin-top: -15px;
  }
}

@media (max-width: 767px) {
  .page-template-affordibility-calculator .banner-image img {
    object-position: 63% 50%;
  }
}

@media (max-width: 767px) {
  .page-template-contact .banner-image img {
    object-position: 0 50%;
  }
}

@media (max-width: 767px) {
  .page-id-166 .banner-image img {
    object-position: 33% 50%;
  }
}

@media (max-width: 767px) {
  .page-id-165 .banner-image img {
    object-position: 55% 50%;
  }
}

.video-slider-holder .slider-arrows {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 50%;
  margin-top: -60px;
  z-index: 9;
}
@media (max-width: 991px) {
  .video-slider-holder .slider-arrows {
    width: 90%;
    margin-left: -45%;
  }
}
@media (max-width: 1199px) {
  .video-slider-holder .slider-arrows .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.video-slider-holder .slider-arrows2 {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 50%;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .video-slider-holder .slider-arrows2 {
    width: 96%;
    margin-left: -48%;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .video-slider-holder .slider-arrows2 .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-top: -20px;
  }
}

.page-template-gallery .video-holder.stopped .video-play-btn {
  display: flex !important;
}

@media (max-width: 991px) {
  .banner-section {
    margin: 0;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .visual-section {
    margin: 0;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .visual-section {
    padding-top: 0;
  }
}

#gform_fields_2 {
  position: relative;
}

#field_2_5 {
  position: absolute !important;
  font-size: 12px;
  line-height: 1.2;
  bottom: -35px;
  left: 0;
  color: #0D344D;
}
@media (max-width: 767px) {
  #field_2_5 {
    position: static !important;
    font-size: 14px;
  }
}

#field_1_7,
#field_7_7,
#field_8_10,
#field_4_7 {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-transform: none;
}

#field_1_7 a,
#field_8_10 a {
  display: inline !important;
  text-decoration: underline;
}

#field_1_7 a:hover,
#field_8_10 a:hover {
  text-decoration: none;
}

#field_7_7 a,
#field_4_7 a {
  color: #fff;
  text-decoration: underline;
}

#field_7_7 a:hover,
#field_4_7 a:hover {
  color: #DAA650;
  text-decoration: none;
}

#field_6_7 {
  font-size: 12px;
  line-height: 1.2;
  color: #0D344D;
  text-transform: none;
}

#field_6_7 a {
  color: #0D344D;
  text-decoration: underline;
}

#field_6_7 a:hover {
  color: #9D543E;
  text-decoration: none;
}

#field_3_13 {
  color: #0D344D;
  font-size: 16px;
}

#gform_wrapper_8 #field_8_10 .note {
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  display: block;
  text-align: center;
}

#gform_wrapper_8 #field_8_10 .note a,
#gform_wrapper_8 #field_8_7 p a {
  color: #fff;
  text-decoration: underline;
}

#gform_wrapper_8 #field_8_10 .note a:hover,
#gform_wrapper_8 #field_8_7 p a:hover {
  color: #9D543E !important;
  text-decoration: none;
}

#field_9_9 a {
  color: #fff;
  text-decoration: underline;
}

#field_9_9 a:hover {
  text-decoration: none;
  color: #9D543E;
}

.video-slider2 {
  max-width: 672px;
  margin: 0 auto;
}

.container.add {
  max-width: 1118px;
}

.image-banner {
  position: relative;
}
.image-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .image-banner img {
    min-height: 400px;
  }
}
.image-banner .caption {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 39px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1449px) {
  .image-banner .caption {
    top: 0;
  }
}
@media (max-width: 767px) {
  .image-banner .caption {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 25px;
    margin: -100px 0 0;
  }
}
@media (max-width: 374px) {
  .image-banner .caption {
    padding: 0 15px;
  }
}
.image-banner .wrap {
  background: rgba(138, 132, 86, 0.95);
  max-width: 1086px;
  width: 100%;
  min-height: 188px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .image-banner .wrap {
    padding: 30px 25px 32px;
    min-height: inherit;
    display: block;
  }
}
.image-banner h2 {
  margin: 0;
}
.image-banner .inner {
  position: relative;
  text-align: center;
  padding-top: 9px;
}
@media (max-width: 767px) {
  .image-banner .inner {
    text-align: left;
    padding: 0;
  }
}
.image-banner .arrow-btn {
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #fff;
  display: flex;
  color: #0D344D;
  border-radius: 100%;
  position: absolute;
  left: 112%;
  top: 26px;
}
@media (max-width: 767px) {
  .image-banner .arrow-btn {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 0 auto;
  }
}
.image-banner .arrow-btn:hover, .image-banner .arrow-btn:focus {
  background: #0D344D;
  color: #fff;
}

.image-text-section {
  padding: 63px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .image-text-section {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .image-text-section {
    padding: 50px 0 20px;
  }
}
.image-text-section:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 404px;
  margin-top: -202px;
  background: url(../images/bg-features2.png) repeat-x 50% 0;
  content: "";
}
@media (max-width: 767px) {
  .image-text-section:before {
    display: none;
  }
}
.image-text-section .image {
  margin: 0 -6px 0 -3px;
}
@media (max-width: 767px) {
  .image-text-section .image {
    margin: 0 -15px;
  }
}
.image-text-section .image img {
  display: block;
  width: 100%;
  height: auto;
}
.image-text-section .description {
  background: #fff;
  padding: 57px 67px 66px 83px;
  height: 100%;
}
@media (max-width: 1199px) {
  .image-text-section .description {
    padding: 55px 45px;
  }
}
@media (max-width: 767px) {
  .image-text-section .description {
    padding: 35px 10px 0;
  }
}
@media (max-width: 374px) {
  .image-text-section .description {
    padding: 30px 5px 0;
  }
}
.image-text-section .description h2 {
  color: #0D344D;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .image-text-section .description h2 {
    margin: 0 0 18px;
  }
}
.image-text-section .description .h3 {
  color: #7B989C;
  font-size: 22px;
  letter-spacing: 2px;
  display: block;
  margin: 0 0 21px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .image-text-section .description .h3 {
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .image-text-section .description .h3 br {
    display: none;
  }
}

.bottom-cta {
  padding: 25px 0 56px;
  position: relative;
}
@media (max-width: 1199px) {
  .bottom-cta {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .bottom-cta {
    padding: 20px 0 10px;
  }
}
.bottom-cta:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 380px;
  margin-top: -232px;
  background: url(../images/bg-features3.png) repeat-x 50% 0;
  content: "";
}
@media (max-width: 767px) {
  .bottom-cta:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .bottom-cta .col-lg-6:nth-child(1) {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .bottom-cta .col-lg-6:nth-child(1) {
    background: none;
  }
}
.bottom-cta .cta-options {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 33px 25px 25px 30px;
  background: #fff;
  margin-right: 13px;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1199px) {
  .bottom-cta .cta-options {
    padding: 25px 22px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .bottom-cta .cta-options {
    max-width: 738px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .bottom-cta .cta-options {
    max-width: inherit;
    margin: 0;
    display: block;
    padding: 10px 0 0;
  }
}
.bottom-cta .cta-options:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  margin: -33px 0 0 -38px;
  border-radius: 100%;
  background: #fff;
  content: "";
  z-index: 5;
  display: none;
}
@media (max-width: 1449px) {
  .bottom-cta .cta-options:before {
    margin: -25px 0 0 -38px;
  }
}
@media (max-width: 991px) {
  .bottom-cta .cta-options:before {
    margin: -25px 0 0 -44px;
  }
}
.bottom-cta .cta-options li {
  width: 50%;
  position: relative;
  padding: 0 27px 40px;
}
@media (max-width: 1449px) {
  .bottom-cta .cta-options li {
    padding: 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .bottom-cta .cta-options li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 40px;
    border: none;
  }
}
.bottom-cta .cta-options li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #DAA650;
  z-index: 5;
}
@media (max-width: 767px) {
  .bottom-cta .cta-options li:before {
    display: none;
  }
}
.bottom-cta .cta-options li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #DAA650;
  z-index: 5;
}
@media (max-width: 767px) {
  .bottom-cta .cta-options li:after {
    display: none;
  }
}
.bottom-cta .cta-options li:nth-child(1) {
  width: 48%;
}
.bottom-cta .cta-options li:nth-child(1):before {
  display: none;
}
.bottom-cta .cta-options li:nth-child(1):after {
  right: 30px;
}
.bottom-cta .cta-options li:nth-child(2) {
  width: 52%;
  border-right: 0;
  padding-left: 60px;
  padding-right: 12px;
}
@media (max-width: 1449px) {
  .bottom-cta .cta-options li:nth-child(2) {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .bottom-cta .cta-options li:nth-child(2) {
    padding-left: 25px;
  }
}
.bottom-cta .cta-options li:nth-child(2):before {
  bottom: 30px;
}
.bottom-cta .cta-options li:nth-child(2):after {
  left: 30px;
}
.bottom-cta .cta-options li:nth-child(3) {
  width: 48%;
  border-bottom: 0;
  padding-top: 49px;
  padding-bottom: 0;
}
@media (max-width: 1449px) {
  .bottom-cta .cta-options li:nth-child(3) {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .bottom-cta .cta-options li:nth-child(3) {
    padding-top: 22px;
  }
}
.bottom-cta .cta-options li:nth-child(3):after, .bottom-cta .cta-options li:nth-child(3):before {
  display: none;
}
.bottom-cta .cta-options li:nth-child(4) {
  width: 52%;
  border-bottom: 0;
  border-right: 0;
  padding-left: 60px;
  padding-right: 12px;
  padding-top: 49px;
  padding-bottom: 0;
}
@media (max-width: 1449px) {
  .bottom-cta .cta-options li:nth-child(4) {
    padding-top: 30px;
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .bottom-cta .cta-options li:nth-child(4) {
    padding-top: 22px;
    padding-left: 25px;
  }
}
.bottom-cta .cta-options li:nth-child(4):after {
  display: none;
}
.bottom-cta .cta-options li:nth-child(4):before {
  top: 27px;
}
.bottom-cta .cta-options li span {
  display: block;
  font-size: 20px;
  font-family: "helvetica_neue";
}
@media (max-width: 1449px) {
  .bottom-cta .cta-options li span {
    font-size: inherit;
  }
}
.bottom-cta .cta-options li .ico-box {
  min-height: 62px;
}
@media (max-width: 767px) {
  .bottom-cta .cta-options li .ico-box {
    min-height: inherit;
    margin-bottom: 15px;
  }
}
.bottom-cta .cta-options li .h3 {
  text-transform: uppercase;
  color: #0D344D;
  display: block;
  margin: 0 0 17px;
  letter-spacing: 3px;
}
@media (max-width: 1449px) {
  .bottom-cta .cta-options li .h3 {
    letter-spacing: 1.5px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1199px) {
  .bottom-cta .cta-options li .h3 {
    font-size: 19px;
    letter-spacing: 0.5px;
    margin: 0 0 13px;
  }
}
.bottom-cta .cta-options li p {
  margin: 0 0 16px;
}
@media (max-width: 1199px) {
  .bottom-cta .cta-options li p {
    margin: 0 0 14px;
  }
  .bottom-cta .cta-options li p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .bottom-cta .cta-options li p {
    max-width: 210px;
  }
}
.bottom-cta .cta-options li .link-style {
  font-family: "helvetica_neue";
}
.bottom-cta .cta-options li .link-style span {
  letter-spacing: 3px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .bottom-cta .cta-options li .link-style span {
    letter-spacing: 1px;
  }
}
.bottom-cta .image {
  position: relative;
  margin-left: -13px;
}
@media (max-width: 991px) {
  .bottom-cta .image {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bottom-cta .image {
    display: none;
  }
}
.bottom-cta .image img {
  display: block;
  width: 100%;
  height: auto;
}

.intro_area {
  padding: 61px 0 44px;
}
@media (max-width: 767px) {
  .intro_area {
    padding: 40px 0;
  }
}
.intro_area .container {
  max-width: 1118px;
}
.intro_area p {
  margin: 0 0 21px;
}
.intro_area h2 {
  margin: 0 0 19px;
  color: #0D344D;
}

@media (max-width: 991px) {
  .site_info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

.site_info_form {
  padding: 66px 0 57px;
  color: #DAA650;
  background: #0D344D;
}
@media (max-width: 991px) {
  .site_info_form {
    border-radius: 54px;
    margin: 0 15px;
    padding: 40px 0;
    width: 100%;
    order: 2;
  }
}
.site_info_form .title {
  color: #fff;
  font-weight: 400;
}
.site_info_form img {
  display: block;
  width: 100%;
  height: auto;
}
.site_info_form a {
  color: #DAA650;
}
.site_info_form a:hover {
  color: #fff;
}

.site-map-holder {
  padding: 120px 0 125px;
}
@media (max-width: 991px) {
  .site-map-holder {
    padding: 0 0 40px;
  }
}
.site-map-holder .container {
  max-width: 1660px;
}
.site-map-holder img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d5d5d5;
}

.site_info_form .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .site_info_form .container {
    display: block;
  }
}
.site_info_form .form-holder {
  width: 898px;
  margin-left: 5%;
}
@media (max-width: 1449px) {
  .site_info_form .form-holder {
    width: 800px;
  }
}
@media (max-width: 1199px) {
  .site_info_form .form-holder {
    width: 670px;
  }
}
@media (max-width: 991px) {
  .site_info_form .form-holder {
    margin: 30px 0 0;
    width: 100%;
  }
}
.site_info_form .title {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  display: block;
  margin: 0 0 15px;
}
.site_info_form .description {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  padding: 0 0 0 10.2%;
  line-height: 1.2;
}
@media (max-width: 1449px) {
  .site_info_form .description {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .site_info_form .description {
    padding-right: 17px;
  }
}

.articles_area {
  padding: 60px 0 31px;
}
@media (max-width: 767px) {
  .articles_area {
    padding: 40px 0 30px;
  }
}
.articles_area .container {
  max-width: 1108px;
}
.articles_area .head {
  margin: 0 0 59px;
}
@media (max-width: 767px) {
  .articles_area .head {
    padding: 0 17px;
  }
}
.articles_area .head h2 {
  color: #0D344D;
  margin: 0 0 19px;
}
.articles_area .col-md-6 {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .articles_area .col-md-6 {
    margin-bottom: 35px;
  }
}

.article-block {
  margin: 0 -5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .article-block {
    margin: 0 -15px;
  }
}
.article-block .image img {
  display: block;
  width: 100%;
  height: auto;
}
.article-block .description {
  padding: 31px 60px 43px 42px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .article-block .description {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .article-block .description {
    padding: 30px;
  }
}
.article-block .date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #0D344D;
  margin: 0 0 12px;
}
.article-block h3 {
  line-height: 1;
  margin: 0 0 20px;
  color: #8A8456;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .article-block h3 {
    letter-spacing: 0;
  }
}
.article-block .link-style {
  letter-spacing: 3px;
}

.articles_detailarea {
  padding: 60px 0 31px;
}
@media (max-width: 767px) {
  .articles_detailarea {
    padding: 40px 0 30px;
  }
}
.articles_detailarea .container {
  max-width: 1108px;
}
.articles_detailarea p {
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .articles_detailarea .articles_content {
    padding: 0 17px;
  }
}
.articles_detailarea .head {
  margin: 0 0 29px;
}
@media (max-width: 767px) {
  .articles_detailarea .head {
    padding: 0 17px;
  }
}
.articles_detailarea .head .h1 {
  color: #0D344D;
  margin: 0 0 19px;
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  line-height: 1;
  margin: 0 0 20px;
  color: #8A8456;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .articles_detailarea .head .h1 {
    letter-spacing: 0;
  }
}
.articles_detailarea .head .date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #0D344D;
  margin: 0 0 12px;
}
.articles_detailarea ol {
  padding: 0;
  margin: 20px 0 10px;
  list-style: none;
  counter-reset: numbers;
}
.articles_detailarea ol li {
  counter-increment: numbers;
  margin-bottom: 20px;
}
.articles_detailarea ol a {
  text-decoration: underline;
}
.articles_detailarea ol a:hover {
  text-decoration: none;
}
.articles_detailarea ol .title {
  font-weight: 400;
  color: #9D543E;
  font-size: 22px;
  position: relative;
}
.articles_detailarea ol .title:before {
  display: inline-block;
  padding-right: 6px;
  content: counters(numbers, ".") ".";
}
.articles_detailarea ol .title:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #9D543E;
  bottom: 0;
}

.articles_share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
.articles_share img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.articles_wrap.row .col-md-6 {
  margin-bottom: 28px;
}

.faq_area {
  padding: 60px 0 31px;
}
@media (max-width: 767px) {
  .faq_area {
    padding: 40px 0 30px;
  }
}
.faq_area .container {
  max-width: 1108px;
}
.faq_area .head {
  margin: 0 0 59px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .faq_area .head {
    padding: 0 17px;
    font-size: 18px;
  }
}
.faq_area .head h2 {
  color: #0D344D;
  margin: 0 0 19px;
}
.faq_area .head a {
  color: #707070;
}
.faq_area .head a:hover {
  color: #9D543E;
}
@media (max-width: 767px) {
  .faq_area .accordion {
    margin: 0 -15px;
  }
}
.faq_area .accordion li {
  margin: 0 0 15px;
}
.faq_area .accordion li.active .opener {
  color: #9D543E;
}
.faq_area .accordion li.active .opener:before {
  transform: rotate(-180deg);
}
.faq_area .accordion .opener {
  display: block;
  padding: 57px 196px 57px 57px;
  background: #f4f4f4;
  color: #0D344D;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .faq_area .accordion .opener {
    font-size: 18px;
    padding: 25px 60px 25px 25px;
  }
}
.faq_area .accordion .opener:before {
  content: "\e902";
  font-family: "icomoon" !important;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .faq_area .accordion .opener:before {
    right: 20px;
  }
}
.faq_area .accordion .opener:hover {
  color: #9D543E;
}
.faq_area .accordion .description {
  padding: 57px 155px 50px 57px;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .faq_area .accordion .description {
    padding: 25px;
    font-size: 18px;
  }
}
.faq_area .accordion .list {
  font-size: 18px;
}
.faq_area .accordion .list li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .faq_area .accordion .list li {
    padding-left: 14px;
  }
}
.faq_area .accordion .list li strong {
  font-weight: 400;
  color: #9D543E;
  text-decoration: underline;
}
.faq_area .accordion .list li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background: #707070;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.post_blocks .container {
  max-width: 1668px;
}
.post_blocks .container.add {
  max-width: 1118px;
}
.post_blocks .row {
  margin: 0 -9px;
}
.post_blocks .col-md-4,
.post_blocks .col-md-6 {
  padding: 0 9px;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .post_blocks .col-md-4,
  .post_blocks .col-md-6 {
    margin-bottom: 30px;
  }
}
.post_blocks .post_block {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.post_blocks .post_block .image img {
  display: block;
  width: 100%;
  height: auto;
}
.post_blocks .post_block a {
  display: block;
}
.post_blocks .post_block a:hover .description {
  color: #9D543E;
}
.post_blocks .post_block a:hover .ico-box {
  background: #9D543E;
}
.post_blocks .post_block .text {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  padding-right: 10px;
}
.post_blocks .post_block .ico-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  background: #0D344D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .post_blocks .post_block .ico-box {
    width: 40px;
    height: 40px;
  }
}
.post_blocks .post_block .description {
  padding: 32px 60px 40px 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  transition: all 0.4s ease;
  font-weight: 700;
  color: #0D344D;
  letter-spacing: 2.2px;
}
@media (max-width: 1449px) {
  .post_blocks .post_block .description {
    letter-spacing: 0.5px;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .post_blocks .post_block .description {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .post_blocks .post_block .description {
    font-size: 16px;
  }
}

.contact_form-area {
  margin: 0 0 90px;
}
.contact_form-area h3 {
  text-transform: uppercase;
  color: #8A8456;
  letter-spacing: 2px;
  margin: 0 0 54px;
}
.contact_form-area .form_holder img {
  display: block;
  width: 100%;
  height: auto;
}

.chat-boxes {
  padding: 0 0 90px;
}
@media (max-width: 767px) {
  .chat-boxes {
    padding-bottom: 0;
  }
}
.chat-boxes .row {
  margin: 0 -9px;
}
.chat-boxes .col-lg-6 {
  padding: 0 9px;
}
@media (max-width: 991px) {
  .chat-boxes .col-lg-6 {
    margin-bottom: 30px;
  }
}
.chat-boxes .chat-box {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 54px 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .chat-boxes .chat-box {
    padding: 30px;
  }
}
.chat-boxes .chat-box h3 {
  text-transform: uppercase;
  color: #0D344D;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.chat-boxes .chat-box .wrap {
  margin: 0 0 15px;
}
.chat-boxes .chat-box .wrap h3 {
  color: #8A8456;
}
.chat-boxes .chat-box .btn {
  color: #0D344D;
}
.chat-boxes .chat-box .btn:hover {
  color: #fff;
}
.chat-boxes .chat-box .btn:focus, .chat-boxes .chat-box .btn.active {
  color: #fff;
}
.chat-boxes .chat-box a {
  color: #707070;
}
.chat-boxes .chat-box a:hover {
  color: #0D344D;
}
.chat-boxes .chat-box address {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-family: "helvetica_neue";
  font-weight: 400;
  margin: 0 0 24px;
}

.topics_area {
  padding: 55px 0 86px;
  position: relative;
  margin: 0 0 78px;
}
@media (max-width: 1199px) {
  .topics_area {
    padding: 0 0 50px;
  }
}
.topics_area.about-style .topics_block .col-lg-6 .wrap {
  font-size: 18px;
  line-height: 1.3;
  padding: 60px 67px 50px;
}
@media (max-width: 991px) {
  .topics_area.about-style .topics_block .col-lg-6 .wrap {
    padding: 30px;
    font-size: 16px;
  }
}
.topics_area.about-style .topics_block .col-lg-6:nth-child(1) .wrap {
  background: url("../images/about-image2.png") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .topics_area.about-style .topics_block .col-lg-6:nth-child(1) .wrap {
    min-height: 600px;
    background-position: 50% 50%;
  }
}
@media (max-width: 767px) {
  .topics_area.about-style .topics_block .col-lg-6:nth-child(1) .wrap {
    min-height: 450px;
  }
}
.topics_area.about-style .topics_block .col-lg-6:nth-child(2) .wrap {
  background: #0D344D;
}
.topics_area.about-style:before {
  background: url("../images/about-image3.png") repeat-x;
  height: 740px;
}
.topics_area h2 {
  font-family: "helvetica_neue";
  color: #0D344D;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 59px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .topics_area h2 {
    font-size: 22px;
    margin: 0 0 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .topics_area h2 br {
    display: none;
  }
}
.topics_area:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url("../images/services-amenities-image2.png") repeat-x;
  height: 740px;
  background-position: 50% 50%;
}
.topics_area .topics_block .wrap {
  padding: 90px 67px;
  background: #7b989c;
  color: #fff;
  height: 100%;
}
@media (max-width: 1199px) {
  .topics_area .topics_block .wrap {
    padding: 40px 30px;
  }
}
.topics_area .topics_block .wrap h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 30px;
  font-weight: 700;
  font-family: "helvetica_neue";
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .topics_area .topics_block .wrap h3 {
    margin: 0 0 15px;
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.topics_area .topics_block .wrap .list {
  font-size: 22px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .topics_area .topics_block .wrap .list {
    font-size: 18px;
  }
}
.topics_area .topics_block .wrap .list li {
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .topics_area .topics_block .wrap .list li {
    margin: 0 0 7px;
  }
}
.topics_area .topics_block .wrap .list li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .topics_area .topics_block .wrap .list li:before {
    top: 10px;
  }
}
.topics_area .topics_block .col-lg-6:nth-child(2) .wrap {
  background: #8f7a89;
}

.list {
  font-size: 22px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .list {
    font-size: 18px;
  }
}
.list li {
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .list li {
    margin: 0 0 7px;
  }
}
.list li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #6B6B6B;
}
@media (max-width: 767px) {
  .list li:before {
    top: 10px;
  }
}

.features_blocks .wrap {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 56px 47px 79px;
}
@media (max-width: 991px) {
  .features_blocks .wrap {
    padding: 30px;
  }
}
.features_blocks .wrap h3 {
  color: #0D344D;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 37px;
}
@media (max-width: 991px) {
  .features_blocks .wrap h3 {
    margin: 0 0 15px;
  }
}
.features_blocks .wrap .list a {
  color: #6B6B6B;
}
.features_blocks .wrap .list a:hover {
  color: #9D543E;
}
.features_blocks .row {
  margin: 0 -9px;
}
.features_blocks .col-lg-6 {
  padding: 0 9px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .features_blocks .col-lg-6 {
    margin-bottom: 30px;
  }
}

.features_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 70px 0;
  margin-bottom: 136px;
}
@media (max-width: 1199px) {
  .features_banner {
    margin-bottom: 50px;
  }
}
.features_banner .holder {
  background: rgba(138, 132, 86, 0.95);
  padding: 72px 20% 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  .features_banner .holder {
    padding: 40px 5% 30px;
  }
}
.features_banner h2 {
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 36px;
  text-align: center;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .features_banner h2 {
    margin: 0 0 16px;
  }
}
.features_banner .list-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .features_banner .list-holder {
    display: block;
  }
}
.features_banner .list {
  width: 48%;
}
@media (max-width: 767px) {
  .features_banner .list {
    width: 100% !important;
  }
}
.features_banner .list:nth-child(2) {
  width: 52%;
  margin-right: -58px;
}
@media (max-width: 1199px) {
  .features_banner .list:nth-child(2) {
    margin-right: 0;
  }
}
.features_banner .list li {
  margin-bottom: 12px;
}
.features_banner .list li:before {
  background: #fff;
}

.banner-image {
  position: relative;
}
.banner-image .caption {
  position: absolute;
  left: 0;
  top: 21%;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .banner-image .caption {
    font-size: 24px;
  }
}
.banner-image h1 {
  font-weight: 500;
  font-size: 100px;
  margin: 0 0 4px;
  letter-spacing: 2px;
}
.banner-image p {
  margin: 0 0 54px;
}
@media (max-width: 991px) {
  .banner-image p {
    margin: 0 0 20px;
  }
}
.banner-image .btn-primary:hover {
  background: #fff;
  color: #0D344D;
}

.intro_area2 {
  padding: 60px 0 119px;
  text-align: center;
  color: #0D344D;
  font-size: 25px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .intro_area2 {
    font-size: 20px;
    padding-bottom: 50px;
  }
}
.intro_area2 p {
  margin: 0 0 15px;
}
.intro_area2 .title {
  display: block;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 59px;
}
@media (max-width: 991px) {
  .intro_area2 .title {
    font-size: 26px;
  }
}

.search_box {
  height: 118px;
  border-radius: 58px;
  position: relative;
  border: 1px solid #0D344D;
}
@media (max-width: 991px) {
  .search_box {
    border-radius: 40px;
    height: 80px !important;
  }
}
@media (max-width: 767px) {
  .search_box {
    height: 60px !important;
    border-radius: 30px;
  }
}
.search_box input[type=serach],
.search_box .search-field {
  width: 100%;
  height: 116px;
  border: 0;
  background: #fff;
  border-radius: 58px;
  font-size: 35px;
  line-height: 36px;
  padding: 40px 170px 40px 72px;
  color: #6B6B6B;
  outline: none;
}
@media (max-width: 991px) {
  .search_box input[type=serach],
  .search_box .search-field {
    padding: 20px 70px 20px 25px;
    font-size: 24px;
    line-height: 36px;
    height: 78px;
  }
}
@media (max-width: 767px) {
  .search_box input[type=serach],
  .search_box .search-field {
    padding: 15px 60px 15px 25px;
    font-size: 18px;
    line-height: 30px;
    height: 58px;
  }
}
.search_box .search-btn {
  position: absolute;
  right: 0;
  width: 164px;
  top: 0;
  bottom: 0;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #0D344D;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .search_box .search-btn {
    font-size: 30px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .search_box .search-btn {
    font-size: 24px;
    width: 70px;
  }
}
.search_box .search-btn:hover {
  color: #DAA650;
}

.events_blocks {
  padding: 30px 0 70px;
}
.events_blocks h2 {
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #8A8456;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .events_blocks h2 {
    font-size: 24px;
  }
}
.events_blocks .container {
  max-width: 1666px;
}
.events_blocks .row {
  margin: 0 -9px;
}
@media (max-width: 767px) {
  .events_blocks .row {
    margin: 0 -46px;
  }
}
.events_blocks .col-lg-4 {
  padding: 0 9px;
  margin-bottom: 40px;
}
.events_blocks .image img {
  display: block;
  width: 100%;
  height: auto;
}
.events_blocks .events_block {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.events_blocks .events_block h3 {
  color: #8A8456;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.events_blocks .events_block .date {
  display: block;
  color: #0D344D;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.events_blocks .events_block address {
  font-size: 18px;
  display: block;
  margin: 0 0 20px;
  letter-spacing: 1px;
}
.events_blocks .events_block p {
  margin: 0 0 40px;
}
.events_blocks .description {
  padding: 38px 42px 130px;
}
@media (max-width: 1199px) {
  .events_blocks .description {
    padding: 38px 25px 70px;
  }
}
@media (max-width: 991px) {
  .events_blocks .description {
    padding: 38px 42px 49px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .events_blocks .description {
    font-size: 20px;
  }
}
.events_blocks .description .btn {
  position: absolute;
  left: 42px;
  bottom: 49px;
}
@media (max-width: 1199px) {
  .events_blocks .description .btn {
    left: 25px;
  }
}
@media (max-width: 991px) {
  .events_blocks .description .btn {
    position: static;
  }
}

.events_formarea {
  padding: 76px 0;
  background: #f0f0f0;
  margin-bottom: 70px;
}
.events_formarea .container {
  max-width: 1666px;
}
.events_formarea h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8A8456;
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .events_formarea h3 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.events_formarea img {
  display: block;
  width: 100%;
  height: auto;
}

#gform_wrapper_1 .gform_heading {
  display: none;
}
#gform_wrapper_1 .gform_validation_errors {
  display: none;
}
#gform_wrapper_1 .gfield_label {
  display: none;
}
#gform_wrapper_1 .gfield .validation_message {
  position: static;
}
#gform_wrapper_1 .gform_button {
  margin: -58px 0 -10px -275px !important;
}
@media (max-width: 767px) {
  #gform_wrapper_1 .gform_button {
    margin: 0 !important;
  }
}
#gform_wrapper_1 .gform_button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_1 .gform_button:focus, #gform_wrapper_1 .gform_button:active {
  background: #fff !important;
  border: 1px dashed #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_1 .gform_fields {
  row-gap: 13px !important;
}
#gform_wrapper_1 .gform_fields input[type=text],
#gform_wrapper_1 .gform_fields input[type=tel],
#gform_wrapper_1 .gform_fields input[type=email] {
  width: 100% !important;
  color: #0D344D !important;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 25px !important;
  padding: 10px 40px 10px 15px !important;
  outline: none !important;
  border: 1px solid transparent !important;
  background: #fff !important;
  border-radius: 0 !important;
}
#gform_wrapper_1 .gform_fields textarea {
  width: 100% !important;
  color: #0D344D !important;
  font-size: 18px !important;
  height: 73px !important;
  line-height: 25px !important;
  padding: 10px 15px !important;
  outline: none !important;
  border: 0 !important;
  background: #fff !important;
}

#gform_wrapper_7 .gform_heading {
  display: none;
}
#gform_wrapper_7 .gfield_label {
  display: none;
}
#gform_wrapper_7 .gform_validation_errors {
  display: none;
}
#gform_wrapper_7 .gfield .validation_message {
  position: static;
}
#gform_wrapper_7 .gform_button {
  margin: 0 !important;
}
@media (max-width: 767px) {
  #gform_wrapper_7 .gform_button {
    margin: 0 !important;
  }
}
#gform_wrapper_7 .gform_button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_7 .gform_button:focus, #gform_wrapper_7 .gform_button:active {
  background: #fff !important;
  border: 1px dashed #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_7 .gform_fields {
  row-gap: 13px !important;
}
#gform_wrapper_7 .gform_fields input[type=text],
#gform_wrapper_7 .gform_fields input[type=tel],
#gform_wrapper_7 .gform_fields input[type=email] {
  width: 100% !important;
  color: #0D344D !important;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 25px !important;
  padding: 10px 40px 10px 15px !important;
  outline: none !important;
  border: 1px solid transparent !important;
  background: #fff !important;
  border-radius: 0 !important;
}
#gform_wrapper_7 .gform_fields textarea {
  width: 100% !important;
  color: #0D344D !important;
  font-size: 18px !important;
  height: 73px !important;
  line-height: 25px !important;
  padding: 10px 15px !important;
  outline: none !important;
  border: 0 !important;
  background: #fff !important;
}

#gform_wrapper_2 form {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #gform_wrapper_2 form {
    display: block;
  }
}
#gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_2 .gform-body {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
#gform_wrapper_2 .gfield_label {
  font-size: 16px;
  font-weight: 500;
  color: #0D344D;
  display: block;
  margin: 0 0 9px;
}
#gform_wrapper_2 .gform_footer {
  width: 155px;
}
@media (max-width: 767px) {
  #gform_wrapper_2 .gform_footer {
    width: 100%;
  }
}
#gform_wrapper_2 .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-right: 27px;
}
@media (max-width: 767px) {
  #gform_wrapper_2 .gform_fields {
    display: block;
    padding: 0;
  }
}
#gform_wrapper_2 .gform_fields .gfield {
  flex: 1;
}
@media (max-width: 767px) {
  #gform_wrapper_2 .gform_fields .gfield {
    margin: 0 0 12px !important;
  }
}
#gform_wrapper_2 .gform_fields .validation_message {
  position: absolute;
  left: 0;
  top: 95%;
  color: #E22B16;
  z-index: 9;
  font-size: 18px;
  text-transform: none;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #gform_wrapper_2 .gform_fields .validation_message {
    position: static;
  }
}
#gform_wrapper_2 .gform_fields input[type=text],
#gform_wrapper_2 .gform_fields input[type=tel],
#gform_wrapper_2 .gform_fields input[type=email] {
  width: 100% !important;
  color: #0D344D !important;
  font-size: 16px !important;
  height: 60px !important;
  line-height: 20px !important;
  padding: 19px 40px 19px 18px !important;
  outline: none !important;
  border: 1px solid transparent !important;
  background: #f0f0f0 !important;
  border-radius: 0 !important;
}
#gform_wrapper_2 .gform_fields .gfield_error input[type=text],
#gform_wrapper_2 .gform_fields .gfield_error input[type=tel],
#gform_wrapper_2 .gform_fields .gfield_error input[type=email] {
  border-color: #E22B16 !important;
}

.gform_button {
  min-width: 154px !important;
  height: 71px !important;
  background: #DAA650 !important;
  padding: 25px 40px !important;
  letter-spacing: 2px !important;
  border: 1px solid #DAA650 !important;
  color: #0D344D !important;
  border-radius: 35px !important;
  box-shadow: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  font-family: "helvetica_neue" !important;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gform_button {
    width: 100% !important;
  }
}
.gform_button:hover {
  background: #0D344D !important;
  border-color: #0D344D !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.gform_button:focus, .gform_button:active {
  background: #0D344D !important;
  border: 1px dashed #0D344D !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.gfield {
  position: relative;
}
.gfield .gfield_label {
  font-size: 16px;
  font-weight: 500;
  color: #0D344D;
  display: block;
  margin: 0 0 9px;
}
.gfield input[type=text],
.gfield input[type=tel],
.gfield input[type=email] {
  width: 100% !important;
  color: #0D344D !important;
  font-size: 18px !important;
  height: 60px !important;
  line-height: 30px !important;
  padding: 15px 40px 15px 19px !important;
  outline: none !important;
  border: 2px solid transparent !important;
  background: #f0f0f0 !important;
  border-radius: 0 !important;
  text-transform: none;
}
.gfield textarea {
  width: 100% !important;
  color: #0D344D !important;
  font-size: 18px !important;
  height: 73px !important;
  line-height: 30px !important;
  padding: 15px 19px !important;
  outline: none !important;
  border: 0 !important;
  background: #fff !important;
  text-transform: none;
  resize: none;
}
.gfield.gfield_error {
  position: relative;
}
.gfield.gfield_error .ginput_container {
  position: relative;
}
.gfield.gfield_error .ginput_container:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-family: "icomoon" !important;
  content: "\e912";
  color: #E22B16;
  font-size: 20px;
}
.gfield.gfield_error input[type=text],
.gfield.gfield_error input[type=tel],
.gfield.gfield_error input[type=email] {
  background: #F0F0F0 !important;
  border-color: #E22B16 !important;
}
.gfield .validation_message {
  position: absolute;
  left: 0;
  top: 95%;
  color: #E22B16 !important;
  z-index: 9;
  font-size: 18px !important;
  line-height: 1.3 !important;
  text-transform: none;
}
@media (max-width: 767px) {
  .gfield .validation_message {
    position: static;
  }
}

#gform_2_validation_container {
  display: none !important;
}

.gform_validation_errors {
  padding: 0 !important;
  border: 0 !important;
  text-transform: none !important;
  margin: 0 0 15px !important;
  color: #E22B16 !important;
}

.gform-loader {
  display: none !important;
}

.gform_required_legend {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}

::placeholder {
  color: #707070;
  opacity: 1;
}

#gform_wrapper_3 {
  margin-right: -25%;
}
@media (max-width: 1749px) {
  #gform_wrapper_3 {
    margin-right: 0;
  }
}
#gform_wrapper_3 .gform_button {
  margin: 0 auto !important;
}
#gform_wrapper_3 .gfield--type-choice .gfield_checkbox {
  margin-top: 48px;
}
@media (max-width: 767px) {
  #gform_wrapper_3 .gfield--type-choice .gfield_checkbox {
    margin-top: 0;
  }
}
#gform_wrapper_3 .gform_footer {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #gform_wrapper_3 .gform_footer {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .contact_form-area .gform_fields {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 767px) {
  .contact_form-area .gform_fields {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .contact_form-area .gform_fields .gfield {
    width: 31.6% !important;
  }
}
@media (max-width: 991px) {
  .contact_form-area .gform_fields .gfield {
    width: 48.8% !important;
  }
}
@media (max-width: 767px) {
  .contact_form-area .gform_fields .gfield {
    margin: 0 0 20px !important;
    width: 100% !important;
  }
}

#label_3_11_1 {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  #label_3_11_1 {
    font-size: 16px;
  }
}

#field_3_11 .gfield_label {
  display: none;
}

#gform_wrapper_4 .gform_heading {
  display: none;
}
#gform_wrapper_4 .gfield_label {
  display: none;
}
#gform_wrapper_4 .gfield .validation_message {
  position: static;
}
#gform_wrapper_4 .gform_button {
  margin: 0 !important;
}
@media (max-width: 767px) {
  #gform_wrapper_4 .gform_button {
    margin: 0 !important;
  }
}
#gform_wrapper_4 .gform_button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_4 .gform_button:focus, #gform_wrapper_4 .gform_button:active {
  background: #fff !important;
  border: 1px dashed #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_4 .gform_fields {
  row-gap: 9px !important;
}

.affordable-tabs-holder .lec-calculator {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  z-index: 99 !important;
}
.affordable-tabs-holder .lec-calculator:before, .affordable-tabs-holder .lec-calculator:after {
  display: none;
}
.affordable-tabs-holder .lec-calculator .nav-tabs {
  position: relative !important;
  width: 300px !important;
  z-index: 99;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs {
    width: 70px !important;
    float: left !important;
    margin: 0 26px 0 0 !important;
    z-index: 5 !important;
  }
}
@media (max-width: 374px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs {
    width: 50px !important;
    margin: 0 20px 0 0 !important;
  }
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item {
  position: relative !important;
  margin: 0 0 10px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  height: 68px !important;
  transition: all 0.3s ease !important;
  background: #f0f0f0 !important;
  width: 300px !important;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item {
    width: 70px !important;
  }
}
@media (max-width: 374px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item {
    width: 50px !important;
  }
}
@media (max-width: 374px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item {
    height: 50px !important;
  }
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item:before {
  position: absolute;
  left: 100%;
  top: 50%;
  content: "";
  border-style: solid;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #9d543e;
  margin: -14px 0 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item.active:before {
  opacity: 1;
  visibility: visible;
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item:hover, .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item.active {
  background: #9d543e !important;
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item:hover .nav-item-title, .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item.active .nav-item-title {
  color: #fff !important;
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item:hover .nav-item, .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item.active .nav-item {
  color: #fff !important;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item:hover .no, .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item.active .no {
    color: #fff !important;
  }
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item-number {
  width: 71px !important;
  height: 100% !important;
  font-size: 35px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  border: 0 !important;
  border-right: 2px solid #fff !important;
  background: #9d543e !important;
  color: #fff !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item-number {
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    color: #9d543e !important;
    border: none !important;
  }
}
@media (max-width: 374px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item-number {
    font-size: 28px !important;
  }
}
.affordable-tabs-holder .lec-calculator .nav-tabs .nav-item-title {
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  color: #9d543e !important;
  flex-grow: 1 !important;
  flex-basis: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  background: transparent !important;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item-title {
    display: none !important;
  }
}
.affordable-tabs-holder .lec-calculator .tab-content--top {
  position: relative !important;
  padding: 0 0 0 110px !important;
}
@media (max-width: 1199px) {
  .affordable-tabs-holder .lec-calculator .tab-content--top {
    padding: 0 0 0 50px !important;
  }
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .tab-content--top {
    padding: 0 !important;
  }
}

.affordable-tabs-holder .lec-calculator .nav-tabs .nav-link.active .nav-item-number {
  border-color: #fff !important;
  color: #fff !important;
}

.affordable-tabs-holder .tab-content--top {
  position: relative;
  color: #0d344d;
}
.affordable-tabs-holder .tab-content--top .heading-area {
  position: relative;
  max-width: 575px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .tab-content--top .heading-area {
    max-width: 100%;
    margin: 0 0 12px;
  }
}
.affordable-tabs-holder .tab-content--top .heading-area .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: "helvetica_neue";
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  color: #9d543e;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .tab-content--top .heading-area .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 0 8px;
  }
}
.affordable-tabs-holder .tab-content--top .heading-area h3 {
  font-size: 28px;
  line-height: 1.3214;
  font-weight: 700;
  font-family: "helvetica_neue";
  color: #0d344d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .tab-content--top .heading-area h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .affordable-tabs-holder .tab-content--top .heading-area h3 {
    font-size: 18px;
  }
}
.affordable-tabs-holder .tab-content--top .heading-area p {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .affordable-tabs-holder .tab-content--top .heading-area p {
    margin: 0 0 18px;
  }
}

.affordable-tabs-holder .lec-calculator .lec-nav-flow {
  padding: 0 0 0 110px !important;
  text-align: left;
}
@media (max-width: 1199px) {
  .affordable-tabs-holder .lec-calculator .lec-nav-flow {
    padding: 0 0 0 50px !important;
  }
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .lec-nav-flow {
    padding: 0 !important;
  }
}
.affordable-tabs-holder .lec-calculator .lec-nav-flow .tab-nav-item.btn {
  width: 200px !important;
  height: 71px !important;
  background: #DAA650 !important;
  padding: 25px 10px !important;
  letter-spacing: 2px !important;
  border: 1px solid #DAA650 !important;
  color: #0D344D !important;
  border-radius: 35px !important;
  box-shadow: none !important;
  display: inline-block;
  vertical-align: middle;
  position: relative !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  font-family: "helvetica_neue" !important;
}
.affordable-tabs-holder .lec-calculator .lec-nav-flow .tab-nav-item.btn:hover {
  background: #0D344D !important;
  border-color: #0D344D !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.affordable-tabs-holder .lec-calculator .lec-nav-flow .tab-nav-item.btn:focus, .affordable-tabs-holder .lec-calculator .lec-nav-flow .tab-nav-item.btn:active {
  background: #0D344D !important;
  border: 1px dashed #fff !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.events_formarea .jcf-select {
  background: #fff;
}
.events_formarea .gfield input[type=text],
.events_formarea .gfield input[type=tel],
.events_formarea .gfield input[type=email] {
  background: #fff !important;
}
.events_formarea #gform_wrapper_5 {
  max-width: 1440px;
}
.events_formarea #gform_wrapper_5 .gform_button {
  margin: 0 auto !important;
}
.events_formarea #gform_wrapper_5 .gfield--type-choice .gfield_checkbox {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .events_formarea #gform_wrapper_5 .gfield--type-choice .gfield_checkbox {
    margin-top: 0;
  }
}
.events_formarea #gform_wrapper_5 #field_5_13 {
  padding-right: 19%;
  grid-column: span 11;
}
@media (max-width: 767px) {
  .events_formarea #gform_wrapper_5 #field_5_13 {
    padding-right: 0;
    grid-column: span 12;
  }
}
.events_formarea #label_5_11_1 {
  font-weight: 500;
  font-size: 18px;
  margin-right: -35px;
}
@media (max-width: 767px) {
  .events_formarea #label_5_11_1 {
    margin-right: 0;
  }
}
.events_formarea #field_5_11 .gfield_label {
  display: none;
}
.events_formarea .jcf-list .jcf-option:hover {
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .events_formarea .gform-theme--foundation .gform_fields {
    row-gap: 12px;
  }
}

.hear-info-section .form-holder #gform_wrapper_1 .gform_button {
  margin: 0 !important;
}

#gform_wrapper_8 .gform_heading {
  display: none;
}
#gform_wrapper_8 .gfield .validation_message {
  position: static !important;
}
#gform_wrapper_8 .gfield_label {
  color: #fff;
  font-size: 18px;
  margin: 0 0 17px;
  font-weight: 500;
}
#gform_wrapper_8 .gform_button {
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  #gform_wrapper_8 .gform_button {
    margin: 0 !important;
  }
}
#gform_wrapper_8 .gform_button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_8 .gform_button:focus, #gform_wrapper_8 .gform_button:active {
  background: #fff !important;
  border: 1px dashed #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_8 #field_8_7 p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
#gform_wrapper_8 .gform-theme--foundation .gform_footer,
#gform_wrapper_8 .gform-theme--foundation .gform_page_footer {
  margin-top: 40px;
}
#gform_wrapper_8 .gform_fields {
  row-gap: 24px !important;
}
@media (max-width: 767px) {
  #gform_wrapper_8 .gform_fields {
    row-gap: 10px !important;
  }
}
#gform_wrapper_8 .gform_fields input[type=text],
#gform_wrapper_8 .gform_fields input[type=tel],
#gform_wrapper_8 .gform_fields input[type=email] {
  width: 100% !important;
  color: #6B6B6B !important;
  font-size: 18px !important;
  height: 60px !important;
  line-height: 30px !important;
  padding: 15px 19px !important;
  outline: none !important;
  border: 1px solid transparent !important;
  background: #fff !important;
  border-radius: 0 !important;
}
#gform_wrapper_8 .gform_fields textarea {
  width: 100% !important;
  color: #6B6B6B !important;
  font-size: 18px !important;
  height: 73px !important;
  line-height: 25px !important;
  padding: 10px 15px !important;
  outline: none !important;
  border: 0 !important;
  background: #fff !important;
}

@media (max-width: 767px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs.active .nav-item-number {
    background: transparent !important;
  }
}

@media (max-width: 767px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-item-number:hover {
    color: #fff !important;
  }
}

#gform_wrapper_9 .gfield .gfield_label {
  color: #fff;
  font-size: 18px;
}
#gform_wrapper_9 #gform_fields_9 {
  column-gap: 66px;
  width: 48%;
  position: relative;
}
@media (max-width: 1749px) {
  #gform_wrapper_9 #gform_fields_9 {
    column-gap: 25px;
  }
}
@media (max-width: 1199px) {
  #gform_wrapper_9 #gform_fields_9 {
    width: 100%;
    row-gap: 20px;
  }
}
#gform_wrapper_9 .jcf-select {
  border: 0;
}
#gform_wrapper_9 #field_9_7 {
  position: absolute;
  left: 100%;
  width: 620px;
  padding-left: 64px;
  top: 0;
}
@media (max-width: 1749px) {
  #gform_wrapper_9 #field_9_7 {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  #gform_wrapper_9 #field_9_7 {
    width: 100%;
    position: static;
    padding: 0;
  }
}
#gform_wrapper_9 .gfield textarea {
  min-block-size: inherit !important;
  height: 195px !important;
}
#gform_wrapper_9 .gform_button {
  margin: 0 !important;
}
@media (max-width: 767px) {
  #gform_wrapper_9 .gform_button {
    margin: 0 !important;
  }
}
#gform_wrapper_9 .gform_button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_9 .gform_button:focus, #gform_wrapper_9 .gform_button:active {
  background: #fff !important;
  border: 1px dashed #fff !important;
  color: #0D344D !important;
  outline: none !important;
  box-shadow: none !important;
}
#gform_wrapper_9 .gfield .validation_message {
  position: static;
}

@media (max-width: 767px) {
  .page-template-squeeze .wrapper {
    padding-top: 0;
  }
}

#vtourModal .modal-dialog {
  max-width: 1084px;
  height: 663px;
}

#vtourModal .modal-content {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

#vtourModal video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gform_wrapper_3 .gform_required_legend {
  display: block !important;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #0D344D;
  margin-bottom: 25px;
}
#gform_wrapper_3 .gfield_required_asterisk {
  color: #9D543E;
}

@media (max-width: 1449px) {
  .bottom-cta .cta-options br {
    display: none;
  }
  .page-id-310 .intro_area h2 {
    font-size: 46px;
  }
  .page-id-584 .features_banner h2 {
    margin: 0 -82px 36px;
  }
}
@media (max-width: 1449px) and (max-width: 1199px) {
  .page-id-584 .features_banner h2 {
    margin: 0 0 36px;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 767px) {
  .bottom-cta .cta-options br {
    display: block;
  }
}
@media (min-width: 1449px) {
  .page-id-310 .intro_area h2 {
    margin: 0 -15px 19px 0;
  }
  .features_banner .list-holder {
    margin: 0 -20px;
  }
  .page-id-584 .features_banner h2 {
    margin: 0 -80px 36px;
  }
  .cost-text-wrap h3 {
    max-width: 800px;
  }
}
@media (max-width: 1449px) {
  .footer-form .container {
    justify-content: space-between;
  }
  .footer-form .head {
    max-width: 500px;
  }
}
.video-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D344D;
  z-index: 999;
}

.modal-content {
  border: 0;
}

#gform_confirmation_message_1,
#gform_confirmation_message_7,
#gform_confirmation_message_4 {
  color: #fff;
  letter-spacing: 0.5px;
}

@media (min-width: 1440px) {
  .page-template-pricing .price-info-sidebar {
    margin-left: 42px;
  }
  .page-template-pricing .price-info-sidebar .gfield input[type=text],
  .page-template-pricing .price-info-sidebar .gfield input[type=tel],
  .page-template-pricing .price-info-sidebar .gfield input[type=email] {
    height: 46px !important;
    padding: 8px 22px !important;
    font-size: 16px !important;
  }
  .page-template-pricing .price-info-sidebar textarea {
    min-block-size: inherit !important;
    padding: 8px 22px !important;
    font-size: 16px !important;
  }
  .page-template-pricing .price-info-sidebar .gform-theme--foundation .gform_footer {
    justify-content: center;
  }
  .page-template-pricing .intro-section {
    padding-bottom: 60px;
  }
}

.page-template-about .intro_area {
  padding-bottom: 0;
}

#gform_confirmation_message_5 {
  color: #0D344D;
}

.squeeze-detail-text-col {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.squeeze-detail-text-col .list-holder {
  padding: 0 0 15px;
}

::-webkit-input-placeholder {
  color: #6B6B6B !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6B6B6B !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #6B6B6B !important;
  opacity: 1;
}

::placeholder {
  color: #6B6B6B !important;
  opacity: 1;
}

.squeeze-detail-text-col .btn-primary:hover, .squeeze-detail-text-col .btn-primary:focus {
  background: #fff !important;
  color: #0D344D !important;
}

.pricing-intro-section .intro-text-block a {
  text-decoration: underline;
}

.pricing-intro-section .intro-text-block a:hover {
  text-decoration: none;
}

.jcf-radio:before {
  position: absolute;
  left: 5px;
  top: 4px;
  font-family: "icomoon" !important;
  content: "\e906";
  color: #fff;
  font-size: 18px;
  line-height: 1;
  z-index: 9;
}

.tab-content--bottom {
  color: #0D344D;
}

.thankyou-squeeze-section .squeeze-detail-text-col h2 {
  font-family: "arboria", "Arial", "Helvetica", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 767px) {
  #field_7_6 > div {
    width: 100% !important;
  }
}

.hear-text-block .text a:hover {
  color: #fff;
}

.clear-input-button {
  position: absolute !important;
  right: 10px;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 0;
  background: #DAA650;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  color: #0D344D !important;
  cursor: pointer;
  transition: all 0.4s ease;
}

.clear-input-button:hover {
  background: #fff;
}

.header-search-slide input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header-search-slide input[type=search]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header-search-slide input[type=search]::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header-search-slide input[type=search]::placeholder {
  color: #fff;
  opacity: 1;
}

/* Resources Template Style */
.resources-intro h3,
.floor-plans h3 {
  letter-spacing: 0.1em;
}

.content-editor li a {
  color: #707070;
}

.content-editor li a:hover {
  color: #9D543E;
}

.grid-list ul,
.grid-list-v2 ul {
  padding-inline-start: 35px;
  margin-bottom: 0;
}

.floor-plans {
  padding: 80px 0px 80px 0;
  position: relative;
}

.floor-plans-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.35;
}

.floor-plans-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-plans .container,
.content-bg-image .container {
  max-width: 1118px;
}

.content-editor .btn-secondary:hover {
  outline: 1px #0D344D solid !important;
}

.resources-mod-visual.image-banner div.wrap {
  background: rgba(157, 84, 62, 0.95);
}

.resources-mod-visual.image-banner .wrap {
  background: none;
}

.content-background-features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  inset: 0;
  top: 60px;
  bottom: 60px;
}

.content-bg-image {
  position: relative;
  min-height: 400px;
}

.content-bg-image .wrap {
  background-color: rgb(240, 240, 240);
  padding: 35px;
  height: 100%;
  box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07);
}

.content-bg-image .row {
  margin-top: -60px;
  margin-bottom: -60px;
  row-gap: 22px;
  margin-left: -11px;
  margin-right: -11px;
}

.content-bg-image .col-lg-6 {
  padding-left: 11px;
  padding-right: 11px;
  height: auto;
}

.content-bg-image h3 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0D344D;
  margin-bottom: 14px;
}

.last-mb-none *:last-child {
  margin-bottom: 0 !important;
}

.mod-content {
  padding: 164px 0 80px;
}

@media (min-width: 768px) {
  .resources-mod-visual .arrow-btn {
    left: 107%;
    top: 0;
  }
  .content-bg-image .wrap {
    padding: 70px;
  }
  .grid-list,
  .grid-list-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .table-col-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 8lh;
  }
  .floor-plans .btn-secondary {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .resources-mod-visual.image-banner .wrap {
    background: rgba(157, 84, 62, 0.95);
  }
}
@media (min-width: 1024px) {
  .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
  @-moz-document url-prefix() {
    .table-col-3 {
      max-height: 5lh;
    }
  }
  .resources-mod-visual .arrow-btn {
    top: 8px;
  }
  .floor-plans {
    padding: 164px 0px 100px 0;
  }
  .floor-plans-content {
    margin-bottom: 160px;
  }
}
.btn_btp {
  background: #DAA650;
  padding: 18px 22px;
  letter-spacing: 2px;
  color: #0D344D;
  border-radius: 36px;
  display: flex;
  gap: 12px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Arboria";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate(-50%, 20px);
  width: max-content;
}

.btn_btp:hover {
  background: #0D344D;
}

.btn_btp:hover span {
  color: #fff;
}

.btn_btp.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.btn_btp .icon-arrow-right-regular {
  display: flex;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  rotate: -90deg;
}

.btn_btp span {
  display: flex;
  align-items: center;
}

.page-template-resources .fancybox-image {
  object-fit: cover;
}

/* stylelint-disable */
.slick-slider {
  position: relative;
  user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.footer-form {
  position: relative;
  padding: 59px 0 30px;
}
@media (max-width: 1199px) {
  .footer-form {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer-form {
    padding: 35px 15px;
  }
}
.footer-form:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  content: "";
  background: url(../images/bg-strip.png) repeat-x;
}
.footer-form .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer-form .container {
    display: block;
  }
}
.footer-form .head {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
@media (max-width: 1199px) {
  .footer-form .head {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .footer-form .head {
    display: block;
    margin: 0 0 22px;
  }
}
.footer-form .head .h1 {
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .footer-form .head .h1 {
    font-size: 32px;
  }
}
.footer-form .head .ico-box {
  position: relative;
  width: 140px;
}
@media (max-width: 1449px) {
  .footer-form .head .ico-box {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .footer-form .head .ico-box {
    margin: 0 0 25px;
  }
}
.footer-form .form-holder {
  width: 810px;
  margin: 0 -68px 0 19px;
}
@media (max-width: 1749px) {
  .footer-form .form-holder {
    margin: 0 -45px 0 19px;
  }
}
@media (max-width: 1449px) {
  .footer-form .form-holder {
    max-width: 675px;
    margin: 0 0 0 15px;
  }
}
@media (max-width: 1199px) {
  .footer-form .form-holder {
    max-width: 100%;
    width: 100%;
    margin: 15px 0 0;
  }
}
.footer-form .form-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-content {
  position: relative;
  padding: 37px 0 6px;
}
@media (max-width: 991px) {
  .footer-content {
    padding: 30px 0 5px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    padding: 35px 0 10px;
  }
}
.footer-content a {
  color: #0D344D;
}
.footer-content a:hover, .footer-content a:focus {
  color: #DAA650;
}
.footer-content:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  content: "";
  background: url(../images/bg-strip.png) repeat-x;
}
.footer-content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-content .container {
    display: block;
    text-align: center;
  }
}
.footer-content .logo {
  position: static;
  margin: 0;
  order: 2;
  width: 414px;
  margin-top: -12px;
}
@media (max-width: 1449px) {
  .footer-content .logo {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .footer-content .logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .footer-content .logo {
    width: 205px;
    margin: 0 auto 18px;
  }
}
.footer-content h3 {
  color: #0D344D;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  .footer-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-content h3 {
    font-size: 18px;
  }
}
.footer-content .footer-cols {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.footer-content .holder {
  display: flex;
  flex-wrap: wrap;
}
.footer-content .footer-info {
  width: 278px;
  font-size: 24px;
  line-height: 1.35;
}
@media (max-width: 991px) {
  .footer-content .footer-info {
    font-size: 22px;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .footer-content .footer-info {
    width: 100%;
    font-size: 18px;
  }
}
.footer-content .footer-info .image {
  margin: 0 0 23px;
}
@media (max-width: 991px) {
  .footer-content .footer-info .image {
    margin: 0 0 18px;
  }
}
.footer-content .footer-info .address {
  display: block;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .footer-content .footer-info .address {
    margin: 0 0 20px;
  }
}
.footer-content .footer-info .tell {
  display: block;
}
.footer-content .social-link {
  position: relative;
  display: block;
  margin: 22px 0 0;
}
@media (max-width: 767px) {
  .footer-content .social-link {
    margin: 20px 0 22px;
  }
}
.footer-content .social-link a {
  display: inline-block;
  vertical-align: top;
  color: #707070;
  font-size: 38px;
  transition: all 0.2s ease;
}
.footer-content .social-link a i {
  position: relative;
  display: block;
}
.footer-content .social-link a:hover {
  color: #0D344D;
}

.footer-bottom {
  background: #f0f0f0;
  padding: 13px 0;
}
@media (max-width: 991px) {
  .footer-bottom {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 18px 0;
  }
}
.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-bottom .container {
    display: block;
  }
}
.footer-bottom .text {
  display: block;
  color: #707070;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer-bottom .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .text {
    text-align: center;
    font-size: 16px;
  }
}

.footer-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .footer-bottom-nav {
    font-size: 15px;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-nav {
    justify-content: center;
    font-size: 16px;
  }
}
.footer-bottom-nav li {
  padding: 0 23px;
}
@media (max-width: 991px) {
  .footer-bottom-nav li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-nav li {
    margin: 0 0 10px;
  }
}
.footer-bottom-nav a {
  color: #707070;
}
.footer-bottom-nav a:hover {
  color: #0D344D;
  text-decoration: underline;
}

/* select */
.jcf-select {
  width: 100%;
  height: 60px;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px 19px;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  box-shadow: none;
  color: #6B6B6B;
  display: block;
  background: #F0F0F0;
  position: relative;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
}

.jcf-drop-active .jcf-select-opener:before {
  transform: rotate(180deg);
}

.jcf-select .jcf-select-opener {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 60px;
  cursor: pointer;
  background: #8A8456;
}
.jcf-select .jcf-select-opener:before {
  position: absolute;
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: 30px;
  line-height: 30px;
  top: 15px;
  right: 14px;
  transition: all 0.4s ease;
  color: #fff;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 99;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 99;
  top: 100%;
  left: -1px;
  right: -1px;
}

/* select options styles */
.jcf-list {
  display: block;
  position: relative;
  margin: 0;
  background: #fff;
  border-radius: 0;
  border: 1px solid #F0F0F0;
  overflow: hidden;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 15px;
  color: #707070;
  min-height: 14px;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #0D344D;
  color: #fff;
}

/* other styles */
.jcf-textarea {
  border: 1px solid #b8c3c9;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
}

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0;
}

.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0;
}

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: bold;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0;
}

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: "";
}

.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #505050;
  border-radius: 7px;
  margin: 0 9px 0 0;
  height: 30px;
  width: 30px;
}
@media (max-width: 767px) {
  .jcf-radio {
    width: 24px;
    height: 24px;
    margin-top: 6px;
  }
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8A8456;
  border-radius: 0;
}
.jcf-radio span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100%;
  margin: 3px 0 0 0;
  height: 21px;
  width: 21px;
}

.jcf-checkbox span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8A8456;
  border-radius: 0;
}
.jcf-checkbox span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
}

.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

.affordable-tabs-holder .lec-calculator {
  width: 100%;
}

.affordable-tabs-holder .lec-calculator .tab-content--button-bar {
  background: none;
  color: inherit;
  text-align: left;
  padding: 0 0 0 110px;
}

.affordable-tabs-holder .show-average-control.btn {
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.666;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.7px;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #9D543E;
  margin: 0 0 45px;
}

.affordable-tabs-holder .show-average-control.btn.active {
  color: #0d344d;
}

.affordable-tabs-holder .show-average-control.btn:hover {
  text-decoration: none;
}

.affordable-tabs-holder .lec-calculator .tab-content--main,
.affordable-tabs-holder .lec-calculator .tab-content--bottom,
.affordable-tabs-holder .lec-calculator .tab-content.show_avg_area {
  text-align: left;
  background: none;
  padding: 0 0 0 110px;
}

.affordable-tabs-holder .lec-calculator .tab-content--bottom {
  padding: 0;
  margin: 0 0 25px;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item {
  display: block;
  margin: 0 0 20px;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--title {
  text-align: left;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--input {
  width: 100%;
  height: 56px;
  background: #f0f0f0;
  color: #0d344d;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .non-financial {
  background: none;
  height: auto;
  padding: 0;
  margin: 0 0 15px;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--input:before {
  left: 8px;
  top: 2px;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--input .form-control {
  font: 400 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  outline: none !important;
  box-shadow: none !important;
  color: #0d344d;
  padding: 5px 16px;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--average {
  padding: 10px 15px 0;
  margin: 0 0 -10px;
}

.affordable-tabs-holder .lec-calculator .average-copy-control {
  font: 400 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  color: #6b6b6b;
  display: block;
  padding: 0;
}

.affordable-tabs-holder .lec-calculator .average-copy-control:before {
  width: 26px;
  height: 26px;
  position: relative;
  background: #9d543e;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  content: "";
}

.affordable-tabs-holder .lec-calculator .average-copy-control:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  border-style: solid;
  border-width: 0 6px 8px;
  border-color: transparent transparent #fff;
  transition: all 0.3s ease;
  margin: -5px 0 0 -6px;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item:last-child {
  font: 700 18px/24px "arboria", "Arial", "Helvetica", sans-serif;
  position: relative;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #0d344d;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 32px;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item:last-child .item--title {
  color: #fff;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--section-total {
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  width: auto;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--section-total:before {
  color: #fff;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item:last-child .item--average {
  display: none;
}

.affordable-tabs-holder .jcf-radio span:before {
  display: none;
}

.affordable-tabs-holder .lec-calculator .tab-content--main .item .item--title {
  padding-left: 0;
}

@media (max-width: 1199px) {
  .affordable-tabs-holder .lec-calculator .tab-content--button-bar,
  .affordable-tabs-holder .lec-calculator .tab-content--main,
  .affordable-tabs-holder .lec-calculator .tab-content.show_avg_area {
    padding: 0 0 0 50px;
  }
  .affordable-tabs-holder .show-average-control.btn {
    margin: 0 0 35px;
  }
}
@media (max-width: 991px) {
  .affordable-tabs-holder .lec-calculator .tab-content--button-bar,
  .affordable-tabs-holder .lec-calculator .tab-content--main,
  .affordable-tabs-holder .lec-calculator .tab-content.show_avg_area {
    padding: 0 !important;
  }
  .affordable-tabs-holder .show-average-control.btn {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .affordable-tabs-holder .lec-calculator .tab-content--button-bar {
    padding: 50px 0 0 !important;
  }
  .affordable-tabs-holder .show-average-control.btn {
    margin: 0 0 25px;
  }
}
#gform_fields_6 .gform_validation_errors {
  display: none;
}

#gform_6 .gform_body .gfield_description.validation_message {
  color: #E22B16 !important;
}

#gform_fields_6 .gfield_label {
  display: none;
}

#gform_fields_6 .jcf-checkbox {
  vertical-align: top !important;
  margin-top: 7px !important;
}

#gform_6 .gform_footer {
  display: flex !important;
}

#gform_wrapper_6.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  text-align: left !important;
  font-weight: 400 !important;
  color: #E22B16 !important;
  font-family: "arboria", "Arial", "Helvetica", sans-serif !important;
  padding-left: 6px !important;
}

#gform_wrapper_6.gform_legacy_markup_wrapper li.gfield.gfield_error {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}

#gform_wrapper_6.gform_legacy_markup_wrapper .gfield_error .gfield_label {
  margin: 0 0 7px !important;
  color: #0D344D !important;
}

#label_6_6_1 {
  color: #707070 !important;
}

.affordable-tabs-holder .tab-pane {
  width: 100%;
}

@media (max-width: 767px) {
  .affordable-tabs-holder .tab-content--top {
    position: absolute !important;
    left: 92px;
    top: 0;
    right: 0;
  }
}
@media (max-width: 374px) {
  .affordable-tabs-holder .tab-content--top {
    left: 74px;
  }
}

@media (max-width: 767px) {
  .affordable-tabs-holder .lec-calculator .nav-tabs .nav-link.active .nav-item-number {
    background: transparent !important;
  }
}

@media (max-width: 767px) {
  #intro-tab {
    position: absolute !important;
    left: 92px !important;
    top: 0 !important;
    right: 0 !important;
    width: 272px;
  }
}

@media (max-width: 767px) {
  .affordable-tabs-holder #intro-tab .tab-content--top {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .affordable-tabs-holder .lec-calculator .tab-content--top {
    position: absolute !important;
  }
}

@media (max-width: 767px) {
  .affordable-tabs-holder .tab-content {
    position: static;
  }
}

@media (max-width: 767px) {
  .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  #field_6_4 #input_6_4_1_container,
  #field_6_4 #input_6_4_2_container {
    display: block;
    margin-bottom: 20px;
  }
}

#gform_6_validation_container {
  display: none;
}

#input_6_4_container:before {
  display: none;
}

#input_6_4_container .gform-grid-col {
  position: relative;
}

#input_6_4_container .gform-grid-col:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -13px;
  font-family: "icomoon" !important;
  content: "\e912";
  color: #E22B16;
  font-size: 20px;
}

@media (max-width: 767px) {
  #lbl_click_here {
    padding-right: 6px;
  }
}

/* Quick Hack for gravity forms issue */
.gfield_visibility_hidden {
  display: none;
}

#input_6_4_1_container.remove-before::before,
#input_6_4_2_container.remove-before::before {
  content: none !important;
  display: none !important;
}

#gform_wrapper_13 .gform_required_legend {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
