@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Isabel;
  src: url("../fonts/Isabel-Bold.woff") format("woff"), url("../fonts/Isabel-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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-print:before {
  content: "\e921";
}

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

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

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

.icon-chevrons-right-regular:before {
  content: "\e914";
}

.icon-chevron-up-light:before {
  content: "\e915";
}

.icon-chevron-right-sharp-solid:before {
  content: "\e916";
}

.icon-circle-play-solid11:before {
  content: "\e917";
}

.icon-play-duotone-solid1:before {
  content: "\e918";
}

.icon-circle-chevron-left-light:before {
  content: "\e91e";
}

.icon-circle-play-solid1:before {
  content: "\e91f";
}

.icon-play-duotone-solid:before {
  content: "\e920";
}

.icon-arrow-down-solid:before {
  content: "\e912";
}

.icon-arrow-down-regular:before {
  content: "\e913";
}

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

.icon-check-duotone-solid:before {
  content: "\e91a";
}

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

.icon-xmark-regular:before {
  content: "\e91c";
}

.icon-circle-xmark-sharp-regular:before {
  content: "\e91d";
}

.icon-plus-active .path1:before {
  content: "\e900";
  color: rgb(215, 46, 61);
}

.icon-plus-active .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(215, 46, 61);
}

.icon-plus-active .path3:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(215, 46, 61);
}

.icon-plus-active .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-plus-outline .path1:before {
  content: "\e904";
  color: rgb(215, 46, 61);
}

.icon-plus-outline .path2:before {
  content: "\e909";
  margin-left: -1em;
}

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

.icon-icon .path2:before {
  content: "\e90b";
  margin-left: -1.10546875em;
}

.icon-icon .path3:before {
  content: "\e90c";
  margin-left: -1.10546875em;
}

.icon-icon .path4:before {
  content: "\e90d";
  margin-left: -1.10546875em;
}

.icon-icon .path5:before {
  content: "\e90e";
  margin-left: -1.10546875em;
}

.icon-icon .path6:before {
  content: "\e90f";
  margin-left: -1.10546875em;
  color: rgb(12, 41, 55);
}

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

.icon-plus:before {
  content: "\e901";
  color: #d72e3d;
}

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

.icon-fb:before {
  content: "\e905";
}

.icon-ada:before {
  content: "\e906";
}

.icon-eho_ko:before {
  content: "\e907";
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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 {
  -webkit-transform: translate3d(0, 0, 0);
          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;
  outline: none;
  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;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 52px 0;
  z-index: 999;
}
@media (max-width: 1499px) {
  .header {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 72px 0 0;
    z-index: 95;
  }
}
.header .container {
  max-width: 1770px;
  padding: 0 15px;
}

.header-holder {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 95px;
  overflow: hidden;
  z-index: 90;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1499px) {
  .header-holder {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .header-holder {
    position: static;
    height: auto;
    overflow: visible;
    padding: 6px;
  }
}
.header-holder .logo {
  position: relative;
  display: block;
  width: 332px;
}
@media (max-width: 1499px) {
  .header-holder .logo {
    width: 270px;
  }
}
@media (max-width: 1199px) {
  .header-holder .logo {
    width: 225px;
  }
}
@media (max-width: 991px) {
  .header-holder .logo {
    width: 190px;
  }
}
.header-holder .logo a {
  display: block;
}
.header-holder .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header-holder .menu-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  padding: 10px;
  text-transform: uppercase;
  margin: 0 0 0 38px;
}
@media (max-width: 1499px) {
  .header-holder .menu-button {
    margin: 0 0 0 18px;
  }
}

@media (max-width: 1199px) {
  .header-holder .menu-button {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .header-holder .menu-button {
    font-size: 16px;
    width: 96px;
    height: 44px;
    margin: 0;
  }
}
.header-holder .menu-button i {
  display: block;
  font-size: 22px;
  margin: 0 6px 0 0;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 11px 0 0;
}
@media (max-width: 1499px) {
  .header-info {
    padding: 0 5px 0 0;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .header-info {
    padding: 0;
  }
}

.header-top-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
@media (max-width: 1499px) {
  .header-top-bar {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .header-top-bar {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header-top-bar {
    background: #0C2937;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 35px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    gap: 0;
    z-index: 5;
  }
}
.header-top-bar a {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  color: #0C2937;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.5px;
  display: block;
}

@media (max-width: 1199px) {
  .header-top-bar a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-top-bar a {
    color: #fff;
    font-size: 16px;
  }
}
.header-top-bar a:before {
  background: #0C2937;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /* bottom: -3px; */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 20px;
}
@media (max-width: 991px) {
  .header-top-bar a:before {
    display: none;
  }
}
.header-top-bar a .icon {
  position: relative;
  font-size: 20px;
  display: block;
  top: 2px;
}
.header-top-bar a:hover {
  color: #D72E3D;
}
@media (max-width: 991px) {
  .header-top-bar a:hover {
    color: #FBB157;
  }
}
.header-top-bar a:hover:before {
  background: #D72E3D;
  width: 0;
}
.header-top-bar .search-button {
  font-size: 26px;
  line-height: 1;
  display: block;
  z-index: 99;
  transition: none;
}
@media (max-width: 991px) {
  .header-top-bar .search-button {
    font-size: 22px;
  }
}
.header-top-bar .search-button i {
  display: block;
}
.header-top-bar .search-button:before {
  display: none;
}

.header-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 49px;
}
@media (max-width: 1499px) {
  .header-info-list {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .header-info-list {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header-info-list {
    gap: 22px;
  }
}

.connect-button-wrap {
  display: block;
}

.connect-button i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 18px;
  margin: 0 0 0 2px;
}
.connect-form-active .connect-button i {
  -webkit-transform: none;
          transform: none;
}

.header-search-holder {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-search-holder {
    position: static;
    overflow: visible;
    padding-bottom: 50px;
    margin-bottom: -50px;
  }
}

.header-search-area {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -440px 0 0;
  gap: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1499px) {
  .header-search-area {
    margin: 0 -340px 0 0;
  }
}
@media (max-width: 1199px) {
  .header-search-area {
    margin: 0 -235px 0 0;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .header-search-area {
    position: static;
    margin: 0;
    height: auto;
    display: block;
  }
}
.header-search-holder.search-active .header-search-area {
  margin: 0;
}
.header-search-holder.search-active .search-button {
  opacity: 0;
  display: block;
}
@media (max-width: 991px) {
  .header-search-holder.search-active .search-button {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .header-search-holder.search-active .search-slide {
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .header-search-holder.search-active .search-field {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991px) {
  .header-search-area .search-slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: auto;
    overflow: hidden;
    max-height: 0;
    z-index: 10;
  }
}
.header-search-area .search-field {
  position: relative;
  width: 428px;
  height: 100%;
}
@media (max-width: 1499px) {
  .header-search-area .search-field {
    width: 330px;
  }
}
@media (max-width: 1199px) {
  .header-search-area .search-field {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .header-search-area .search-field {
    background: #0C2937;
    border-top: 1px solid #fff;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.header-search-area .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-radius: 30px;
  border: 2px solid #0C2937;
  width: 100%;
  height: 100%;
  color: #0C2937;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 5px 60px 5px 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 60px;
  background-color: #fff;
}
.header-search-area .form-control:-moz-placeholder {
  color: #0C2937;
  opacity: 1;
}
.header-search-area .form-control::-moz-placeholder {
  color: #0C2937;
  opacity: 1;
}
.header-search-area .form-control:-ms-input-placeholder {
  color: #0C2937;
}
.header-search-area .form-control::-webkit-input-placeholder {
  color: #0C2937;
}
@media (max-width: 1199px) {
  .header-search-area .form-control {
    padding: 5px 18px;
  }
}
@media (max-width: 991px) {
  .header-search-area .form-control {
    padding: 5px 50px 5px 18px;
    height: 48px;
    border-color: #fff;
    color: #0C2937;
  }
  .header-search-area .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .header-search-area .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .header-search-area .form-control:-ms-input-placeholder {
    color: #fff;
  }
  .header-search-area .form-control::-webkit-input-placeholder {
    color: #fff;
  }
}
.header-search-area button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  width: 52px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .header-search-area button {
    right: 20px;
    top: 15px;
    font-size: 24px;
    color: #fff;
    height: 48px;
  }

  .header-search-area .search-field button {
    color: #0C2937;
  }

  .header-search-area .search-field button:hover {
    color: #D72E3D;
  }
}
.header-search-area button:hover {
  color: #D72E3D;
}
.header-search-area button i {
  display: block;
}

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;
}

@media (max-width: 991px) {
  .connect-close {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 22px !important;
    line-height: 1 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mob-connect-form > p {
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .mob-connect-form {
    padding-top: 60px;
  }
}

.menu-active,
.connect-form-active {
  overflow: hidden;
}

.wrapper:before {
  background: #0C2937;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 95;
}
.menu-active .wrapper:before {
  opacity: 1;
  visibility: visible;
}

.menu-holder {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 101;
}
@media (max-width: 991px) {
  .menu-holder {
    top: 58px;
  }
}
.menu-active .menu-holder {
  -webkit-transform: none;
          transform: none;
}

.menu-wrap,
.connect-form-slide-holder {
  position: relative;
  background: #0C2937;
  height: 100%;
  overflow: auto;
}
.menu-wrap .header-holder,
.connect-form-slide-holder .header-holder {
  background: none;
  height: auto;
  padding: 0;
  border-radius: 0;
  overflow: visible;
}
.menu-wrap .logo,
.connect-form-slide-holder .logo {
  width: 510px;
}
@media (min-width: 1799px) {
  .menu-wrap .logo,
  .connect-form-slide-holder .logo {
    top: 28px;
  }
}
@media (max-width: 1499px) {
  .menu-wrap .logo,
  .connect-form-slide-holder .logo {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .menu-wrap .logo,
  .connect-form-slide-holder .logo {
    width: 325px;
  }
}
@media (max-width: 991px) {
  .menu-wrap .logo,
  .connect-form-slide-holder .logo {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .menu-wrap .logo,
  .connect-form-slide-holder .logo {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .menu-wrap .header-top-bar,
  .connect-form-slide-holder .header-top-bar {
    display: none;
  }
}
.menu-wrap .header-top-bar a,
.connect-form-slide-holder .header-top-bar a {
  color: #fff;
}
.menu-wrap .header-top-bar a:before,
.connect-form-slide-holder .header-top-bar a:before {
  background: #fff;
}
.menu-wrap .header-top-bar a:hover,
.connect-form-slide-holder .header-top-bar a:hover {
  color: #FBB157;
}
.menu-wrap .menu-button,
.connect-form-slide-holder .menu-button {
  width: 160px;
}
@media (max-width: 991px) {
  .menu-wrap .menu-button,
  .connect-form-slide-holder .menu-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
  }
  .menu-wrap .menu-button i,
  .connect-form-slide-holder .menu-button i {
    position: relative;
    display: block;
    margin: 0;
    top: -1px;
  }
}
.menu-wrap .header-search-area .search-field,
.connect-form-slide-holder .header-search-area .search-field {
  border-color: #fff;
}
.menu-wrap .header-search-area .form-control,
.connect-form-slide-holder .header-search-area .form-control {
  border-color: #fff;
  color: #0C2937;
}
.menu-wrap .header-search-area .form-control:-moz-placeholder,
.connect-form-slide-holder .header-search-area .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.menu-wrap .header-search-area .form-control::-moz-placeholder,
.connect-form-slide-holder .header-search-area .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.menu-wrap .header-search-area .form-control:-ms-input-placeholder,
.connect-form-slide-holder .header-search-area .form-control:-ms-input-placeholder {
  color: #fff;
}
.menu-wrap .header-search-area .form-control::-webkit-input-placeholder,
.connect-form-slide-holder .header-search-area .form-control::-webkit-input-placeholder {
  color: #fff;
}
.menu-wrap .header-search-area button,
.connect-form-slide-holder .header-search-area button {
  color: #0C2937;
}
.menu-wrap .header-search-area button:hover,
.connect-form-slide-holder .header-search-area button:hover {
  color: #FBB157;
}

.menu-area {
  position: relative;
  padding: 32px 0;
}
@media (max-width: 1499px) {
  .menu-area {
    padding: 25px 0;
  }
}
@media (min-width: 1799px) {
  .menu-area .header-info {
    padding: 0 21px 0 0;
  }
  .menu-area .header-info-list {
    gap: 60px;
  }
}

.menu-row {
  position: relative;
  padding: 100px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1799px) {
  .menu-row {
    padding: 160px 0 50px;
  }
}
@media (max-width: 1499px) {
  .menu-row {
    padding: 50px 0 30px;
  }
}
@media (max-width: 991px) {
  .menu-row {
    padding: 40px 0 0;
  }
}

.menu-col {
  position: relative;
  padding: 0 15px;
}
.menu-col:nth-child(1) {
  border-right: 1px solid #314a56;
  width: 55.4%;
}
@media (max-width: 1199px) {
  .menu-col:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .menu-col:nth-child(1) {
    width: 100%;
    border: none;
  }
}
.menu-col:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
@media (max-width: 991px) {
  .menu-col:nth-child(2) {
    display: none;
  }
}

.dropdown-menu-area {
  position: relative;
  max-width: 560px;
  margin: -14px 0 0 100px;
}
@media (max-width: 1499px) {
  .dropdown-menu-area {
    margin: 0 auto;
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .dropdown-menu-area {
    max-width: 100%;
  }
}

.dropdown-menu-list {
  position: relative;
  margin: 0;
}
.dropdown-menu-list .dropdown-menu-item {
  position: relative;
  border-bottom: 1px solid #314a56;
}
.dropdown-menu-list .dropdown-menu-item:last-child {
  border-bottom: none;
}
.dropdown-menu-list .dropdown-menu-item.dropdown-active .dropdown-opener .icon-plus-active {
  opacity: 1;
  visibility: visible;
}
.dropdown-menu-list .dropdown-menu-item.dropdown-active .dropdown-opener .icon-plus-outline {
  opacity: 0;
  visibility: hidden;
}
.dropdown-menu-list .opener-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 16px 22px 10px;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .dropdown-menu-list .opener-wrap {
    padding: 22px 10px;
  }
}
@media (max-width: 991px) {
  .dropdown-menu-list .opener-wrap {
    padding: 15px 10px;
  }
}
.dropdown-menu-list .dropdown-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1499px) {
  .dropdown-menu-list .dropdown-link {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .dropdown-menu-list .dropdown-link {
    font-size: 28px;
  }
}
.dropdown-menu-list .dropdown-link:hover {
  color: #D72E3D;
}
.dropdown-menu-list .dropdown-opener {
  position: relative;
  display: block;
  font-size: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1499px) {
  .dropdown-menu-list .dropdown-opener {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .dropdown-menu-list .dropdown-opener {
    font-size: 30px;
  }
}
.dropdown-menu-list .dropdown-opener span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dropdown-menu-list .dropdown-opener span:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dropdown-menu-list .dropdown-opener .icon-plus-outline {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.dropdown-menu-list .dropdown-opener .icon-plus-active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.dropdown-slide {
  display: none;
}

.header-connect-form-area {
  position: relative;
  max-width: 610px;
  margin: -8px 0 0 104px;
}
@media (max-width: 1499px) {
  .header-connect-form-area {
    max-width: 475px;
    margin: -8px auto;
  }
}

.header-connect-form {
  position: relative;
}
.header-connect-form .title {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Isabel", Arial, Helvetica, sans-serif;
  display: block;
  color: #fff;
  margin: 0 0 27px;
}
@media (max-width: 1499px) {
  .header-connect-form .title {
    font-size: 44px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1199px) {
  .header-connect-form .title {
    font-size: 36px;
    margin: 0 0 18px;
  }
}

.mob-connect-form .title {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Isabel", Arial, Helvetica, sans-serif;
  display: block;
  color: #fff;
  margin: 0 0 27px;
}
@media (max-width: 1499px) {
  .mob-connect-form .title {
    font-size: 44px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1199px) {
  .mob-connect-form .title {
    font-size: 36px;
    margin: 0 0 18px;
  }
}

.header-connect-form img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sub-dropdown-list {
  position: relative;
  padding: 6px 15px 22px 55px;
  margin: 0;
}
@media (max-width: 1499px) {
  .sub-dropdown-list {
    padding: 0 10px 18px 35px;
  }
}
.sub-dropdown-list li {
  position: relative;
  margin: 0 0 22px;
}
@media (max-width: 1499px) {
  .sub-dropdown-list li {
    margin: 0 0 15px;
  }
}
.sub-dropdown-list li:last-child {
  margin-bottom: 0;
}
.sub-dropdown-list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #D72E3D;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1499px) {
  .sub-dropdown-list a {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .sub-dropdown-list a {
    font-size: 26px;
  }
}
.sub-dropdown-list a:hover {
  color: #fff;
}

.connect-form-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 0;
  overflow: hidden;
  z-index: 999;
}
.connect-form-active .connect-form-slide {
  max-height: 4000px;
}

.connect-form-slide-content {
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.connect-form-active .connect-form-slide-content {
  -webkit-transform: none;
          transform: none;
}
.connect-form-slide-content .inner-wrap {
  position: relative;
  padding: 15px 30px 30px;
}

.connect-form-slide-holder {
  height: auto;
  max-height: calc(100vh - 58px);
}

.header-connect-form {
  position: relative;
  padding: 40px 0 0;
}
.header-connect-form img {
  width: 100%;
}

.visual {
  padding: 275px 0 170px;
  position: relative;
}
@media (max-width: 1439px) {
  .visual {
    padding: 170px 0 100px;
  }
}
@media (max-width: 991px) {
  .visual {
    padding: 130px 0 60px;
  }
}
.visual:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 50%;
  content: "";
  border-radius: 0 0 0 27vw;
}
@media (max-width: 1199px) {
  .visual:before {
    height: 45%;
  }
}
.visual .shape {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .visual .shape {
    top: 45%;
  }
}
.visual .shape:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  bottom: -1px;
  content: "";
  background: #fff;
  border-radius: 0 27vw 0 0;
}
.visual.dining-visual {
  padding-bottom: 270px;
}
@media (max-width: 1439px) {
  .visual.dining-visual {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .visual.dining-visual {
    padding-bottom: 70px;
  }
}
.visual.dining-visual .row + .row .description {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .visual.dining-visual .row + .row .description {
    margin-top: 0;
  }
}
.visual.life-care-visual {
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .visual.life-care-visual {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .visual.life-care-visual {
    padding-bottom: 70px;
  }
}
.visual.life-care-visual .row + .row .description {
  margin-top: 11px;
}
@media (max-width: 991px) {
  .visual.life-care-visual .row + .row .description {
    margin-top: 0;
  }
}
.visual.linen-bg:before {
  background: #FBF0E7;
}
.visual.linen-bg .shape {
  background: #FBF0E7;
}
.visual.yellow-bg:before {
  background: #FBB157;
}
.visual.yellow-bg .shape {
  background: #FBB157;
}
.visual.yellow-bg h2 {
  color: #0C2937;
}
.visual.yellow-bg .title {
  color: #0C2937 !important;
}
.visual.yellow-bg .title:before {
  background: #0C2937 !important;
}
.visual.navy-blue:before {
  background: #0C2937;
}
.visual.navy-blue .shape {
  background: #0C2937;
}
.visual.navy-blue h2 {
  color: #fff;
}
.visual.navy-blue .title {
  color: #fff !important;
}
.visual.navy-blue .title:before {
  background: #fff !important;
}
.visual.dark-red:before {
  background: #760d17;
}
.visual.dark-red .shape {
  background: #760d17;
}
.visual.dark-red h2 {
  color: #fff;
}
.visual.dark-red .title {
  color: #fff !important;
}
.visual.dark-red .title:before {
  background: #fff !important;
}
.visual.red:before {
  background: #D72E3D;
}
.visual.red .shape {
  background: #D72E3D;
}
.visual.red h2 {
  color: #fff;
}
.visual.red .title {
  color: #fff !important;
}
.visual.red .title:before {
  background: #fff !important;
}
.visual.events-visual {
  padding-bottom: 142px;
}
@media (max-width: 1439px) {
  .visual.events-visual {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .visual.events-visual {
    padding-bottom: 70px;
  }
}
.visual.events-visual .row + .row .description {
  min-height: 450px;
}
@media (max-width: 1199px) {
  .visual.events-visual .row + .row .description {
    min-height: inherit;
  }
}
.visual.events-visual .row + .row .description p {
  max-width: 480px;
}
@media (max-width: 1199px) {
  .visual.events-visual .row + .row .description p {
    max-width: 100%;
  }
}
.visual.visual-blog .row + .row .description {
  min-height: 450px;
}
@media (max-width: 1199px) {
  .visual.visual-blog .row + .row .description {
    min-height: inherit;
  }
}
.visual.visual-blog .row + .row .description p {
  max-width: 480px;
}
@media (max-width: 1199px) {
  .visual.visual-blog .row + .row .description p {
    max-width: 100%;
  }
}
.visual .container {
  position: relative;
  z-index: 4;
}
.visual .row:nth-child(1) .description {
  min-height: 490px;
}
@media (max-width: 1199px) {
  .visual .row:nth-child(1) .description {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .visual .row:nth-child(1) .description {
    min-height: inherit;
    margin-bottom: 24px;
  }
}
.visual .row + .row {
  margin-top: 0;
}
.visual .image {
  position: relative;
}
.visual .image img {
  border-radius: 336px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .visual .image img {
    position: static;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .visual .image img {
    max-width: 100%;
  }
}
.visual .description {
  max-width: 604px;
  margin: 0 auto;
  padding: 42px 0 0;
}
@media (max-width: 1499px) {
  .visual .description {
    margin: 0;
    max-width: 560px;
  }
}
@media (max-width: 1439px) {
  .visual .description {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .visual .description {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .visual .description {
    max-width: 100%;
    padding: 60px 0 0;
  }
}
.visual .description .title {
  display: block;
  color: #760d17;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin: 0 0 83px;
  letter-spacing: 5.7px;
  font-family: "montserrat", Arial, Helvetica, sans-serif;
}
@media (max-width: 1199px) {
  .visual .description .title {
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) {
  .visual .description .title {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .visual .description .title {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.visual .description .title:before {
  position: absolute;
  left: -4px;
  bottom: -43px;
  height: 3px;
  border-radius: 9999px;
  width: 56px;
  content: "";
  background: #760d17;
}
@media (max-width: 991px) {
  .visual .description .title:before {
    left: 0;
    bottom: -24px;
  }
}
.visual .description .h2 {
  margin-bottom: 0;
}

.visual.red .description .h2 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .visual .description .h2 {
    line-height: 1.17;
  }
}
.visual .description p {
  margin: 0 0 37px;
}
.visual .description p a {
  color: #760d17;
  text-decoration: underline;
}
.visual .description p a:hover {
  color: #0C2937;
  text-decoration: none;
}
@media (max-width: 991px) {
  .visual .description .arrow-link {
    margin: 0 auto;
  }
}

.gform_required_legend {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin: 0 0 25px;
}
.gform_required_legend .gfield_required_asterisk {
  color: #fff;
}

.gform_fields {
  row-gap: 23px !important;
}
.gform_fields .gfield_label {
  display: none !important;
}
.gform_fields input[type=text],
.gform_fields input[type=email],
.gform_fields input[type=tel],
.gform_fields textarea {
  width: 100% !important;
  height: 60px !important;
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  outline: none !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  padding: 19px 28px !important;
  background: none !important;
  color: #fff !important;
}
.gform_fields input[type=text]:-moz-placeholder,
.gform_fields input[type=email]:-moz-placeholder,
.gform_fields input[type=tel]:-moz-placeholder,
.gform_fields textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.gform_fields input[type=text]::-moz-placeholder,
.gform_fields input[type=email]::-moz-placeholder,
.gform_fields input[type=tel]::-moz-placeholder,
.gform_fields textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.gform_fields input[type=text]:-ms-input-placeholder,
.gform_fields input[type=email]:-ms-input-placeholder,
.gform_fields input[type=tel]:-ms-input-placeholder,
.gform_fields textarea:-ms-input-placeholder {
  color: #fff;
}
.gform_fields input[type=text]::-webkit-input-placeholder,
.gform_fields input[type=email]::-webkit-input-placeholder,
.gform_fields input[type=tel]::-webkit-input-placeholder,
.gform_fields textarea::-webkit-input-placeholder {
  color: #fff;
}
.gform_fields textarea {
  height: 158px !important;
  resize: none;
}
@media (max-width: 767px) {
  .gform_fields textarea {
    height: 228px !important;
  }
}
.gform_fields .ginput_container_select {
  position: relative;
}
.gform_fields .ginput_container_select:before {
  font-family: "icomoon" !important;
  position: absolute;
  right: 24px;
  top: 21px;
  content: "\e916";
  color: #fff;
  font-size: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}
.gform_fields .ginput_container_select select::-ms-expand {
  display: none;
}
.gform_fields .ginput_container_select select {
  display: block !important;
  border: 2px solid #fff !important;
  padding: 19px 28px !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  outline: none !important;
  line-height: 1.2 !important;
  background: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 30px !important;
  width: 100% !important;
  position: relative !important;
  height: 60px !important;
  color: #fff;
}
.gform_fields #field_1_14 {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .gform_fields #field_1_14 {
    margin-top: 5px;
    margin-bottom: -15px;
  }
}
.gform_fields .gfield-choice-input {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0 !important;
}
.gform_fields .gchoice .gform-field-label {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  margin: 0;
}
.gform_fields .gchoice .gform-field-label:before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #D72E3D;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  left: 0;
  top: 1px;
}

@media (max-width: 768px) {
  .gform_fields .gchoice input[type="checkbox"]:checked + .gform-field-label:before {
    background: #FBB157 !important;
  }
}


.gform_fields .gchoice [type=checkbox]:checked + .gform-field-label:before {
  background: #FBB157 !important;
}
.gform_fields #field_1_15 {
  margin-bottom: 15px;
}

.gform_title {
  color: #fff;
}

.validation_message {
  -webkit-columns: #D72E3D !important;
     -moz-columns: #D72E3D !important;
          columns: #D72E3D !important;
}

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

.gform_validation_errors {
  display: none !important;
}

.gform_button {
  display: inline-block !important;
  vertical-align: top !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  border: 2px solid transparent !important;
  height: 60px !important;
  text-align: center !important;
  padding: 19px 38px !important;
  border-radius: 30px !important;
  background: #FBB157 !important;
  border-color: #FBB157 !important;
  text-transform: uppercase !important;
  color: #0C2937 !important;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gform_button {
    padding: 19px 22px !important;
    font-size: 16px !important;
    display: block !important;
    margin: 0 auto !important;
    width: 170px !important;
    height: 57px !important;
    line-height: 19px !important;
  }
}
.gform_button:hover, .gform_button:active, .gform_button:focus {
  border-color: #FBB157 !important;
  color: #0C2937 !important;
  background: #fff !important;
}

.newsletter-col .gform_heading {
  display: none;
}
.newsletter-col #gform_2 {
  position: relative;
}
@media (max-width: 991px) {
  .newsletter-col .gfield {
    padding: 0 !important;
  }
}
.newsletter-col .validation_message {
  position: absolute;
  left: 30px;
  top: 100%;
}
@media (max-width: 991px) {
  .newsletter-col .validation_message {
    position: static !important;
  }
}
.newsletter-col .gform_body {
  width: 100% !important;
  max-inline-size: 100% !important;
  display: block !important;
}
.newsletter-col .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .newsletter-col .gform_footer {
    position: static !important;
    max-inline-size: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
  }
}

@media (min-width: 1800px) {
  .page-id-283 .visual {
    padding-bottom: 130px;
  }
  .page-id-283 .visual .description {
    max-width: 535px;
    margin: 0 auto;
    padding: 54px 0 0;
    position: relative;
    left: -37px;
    min-height: 515px;
  }
  .page-id-283 .curved-image.dir-style {
    padding-top: 0;
  }
  .page-id-238 .two-columns p {
    min-height: 197px;
  }
  .page-id-246 .visual .row + .row .description {
    max-width: 554px;
    position: relative;
    left: -27px;
    padding-top: 52PX;
  }
  .page-id-246 .two-columns .description {
    padding-top: 48px;
  }
  .page-id-246 .two-columns .description h2 {
    letter-spacing: -0.3px;
  }
  .page-id-246 .simple-list li {
    margin-bottom: 4px;
  }
  .page-id-246 .visual {
    padding-bottom: 130px;
  }
  .page-id-249 .visual {
    padding-bottom: 235px;
  }
  .page-id-249 .visual .row + .row .description {
    max-width: 554px;
    position: relative;
    left: -27px;
    padding-top: 16px;
  }
  .page-id-249 .about-area.add {
    padding-bottom: 187px;
  }
  .page-id-249 .getintouch-area.about-getintouch .image .badge-image {
    bottom: -111px;
    left: 66px;
  }
  .page-id-249 .getintouch-area.about-getintouch {
    padding-top: 216px;
  }
  .page-id-249 .getintouch-area .holder {
    padding-top: 34px;
  }
  .page-id-250 .visual .row + .row .description {
    max-width: 554px;
    margin: 0 auto;
    padding: 52px 0 0;
    position: relative;
    left: -28px;
  }
  .page-id-234 .visual .image,
  .parent-pageid-234 .visual .image {
    margin-top: -35px;
  }
  .page-id-234 .visual .row + .row .description,
  .parent-pageid-234 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-id-234 .article-with-links,
  .parent-pageid-234 .article-with-links {
    padding-top: 178px;
  }
  .page-id-234 .visual:before,
  .parent-pageid-234 .visual:before {
    height: 52%;
  }
  .page-id-234 .visual .shape,
  .parent-pageid-234 .visual .shape {
    top: 52%;
  }
  .parent-pageid-234 .visual:before {
    height: 49.7%;
  }
  .parent-pageid-234 .visual .shape {
    top: 49.7%;
  }
  .parent-pageid-234 .two-boxes {
    padding-top: 12px;
  }
  .parent-pageid-234 .two-boxes .box {
    padding: 87px 90px 58px 77px;
  }
  .parent-pageid-234 .info-with-image ul {
    margin-left: -16px;
  }
  .parent-pageid-234 .simple-list li {
    margin: 0 0 23px;
    padding-left: 26px;
  }
  .parent-pageid-234 .two-boxes .box ul {
    line-height: 1.5;
  }
  .parent-pageid-234 .info-with-image .image {
    padding-right: 0;
  }
  .parent-pageid-234 .info-with-image .description {
    padding: 41px 0 0 62px;
  }
  .parent-pageid-234 .info-with-image .description h2 {
    margin: 0 0 29px;
  }
  .page-id-262 .info-with-image ul {
    margin-left: -16px;
  }
  .page-id-262 .visual {
    padding-bottom: 98px;
  }
  .page-id-262 .text-bg-section.bg-navy-blue {
    padding: 121px 0 111px;
    margin: 0 0 75px;
  }
  .page-id-262.parent-pageid-234 .two-boxes .box {
    padding-left: 60px;
  }
  .page-id-262 .two-boxes {
    padding-bottom: 218px;
  }
  .page-id-263 .visual {
    padding-bottom: 136px;
  }
  .page-id-263.parent-pageid-234 .two-boxes .box {
    padding-left: 60px;
  }
  .page-id-263 .two-boxes {
    padding-bottom: 304px;
  }
  .page-id-263.parent-pageid-234 .info-with-image .description {
    padding-top: 59px;
  }
  .page-id-282 .visual .row + .row .description {
    padding-top: 0;
  }
  .page-id-282 .visual {
    padding-bottom: 93px;
  }
  .page-id-282 .careers-box h2 {
    margin: 0 0 46px 74px;
  }
  .page-id-282 .two-boxes .box {
    padding: 87px 70px 58px 61px;
  }
  .page-id-282 .simple-list li {
    margin: 0 0 28px;
  }
  .page-id-282 .careers-box {
    padding-bottom: 166px;
  }
  .page-id-282 .text-bg-section {
    padding: 110px 0;
  }
  .page-id-273 .visual {
    padding-top: 234px;
    padding-bottom: 107px;
  }
  .page-id-273 .visual .image {
    margin-top: -35px;
  }
  .page-id-273 .visual .shape {
    top: 55%;
  }
  .page-id-273 .visual:before {
    height: 55%;
  }
  .page-id-273 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-id-272 .visual {
    padding-top: 232px;
    padding-bottom: 127px;
  }
  .page-id-272 .visual:before {
    height: 53%;
  }
  .page-id-272 .visual .image {
    margin-top: -35px;
  }
  .page-id-272 .visual .shape {
    top: 52%;
  }
  .page-id-272 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-id-272 .calculator-area .holder {
    margin: 0 -89px 21px;
  }
  .page-id-272 .calculator-area {
    padding-top: 0;
  }
  .page-id-271 .visual {
    padding-top: 232px;
    padding-bottom: 127px;
  }
  .page-id-271 .visual .image {
    margin-top: -35px;
  }
  .page-id-271 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-id-271 .article-area.add2 {
    padding-top: 170px;
    padding-bottom: 132px;
  }
  .page-id-236 .visual {
    padding-top: 232px;
    padding-bottom: 127px;
  }
  .page-id-236 .visual:before {
    height: 56%;
  }
  .page-id-236 .visual .shape {
    top: 56%;
  }
  .page-id-236 .visual .image {
    margin-top: -35px;
  }
  .page-id-236 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-id-235 .visual {
    padding-top: 232px;
    padding-bottom: 127px;
  }
  .page-id-235 .visual .image {
    margin-top: -35px;
  }
  .page-id-235 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-id-235 .article-with-bg {
    padding-bottom: 156px;
    margin-bottom: 91px;
  }
  .page-id-235 .article-with-bg.right-align:before {
    left: 7%;
  }
  .page-id-235 .article-with-bg::before {
    right: 7.4%;
  }
  .page-id-622 .visual:before {
    height: 56%;
  }
  .page-id-622 .visual .shape {
    top: 56%;
  }
  .page-id-622 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-id-247 .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
  .page-template-floorplans .visual .row + .row .description {
    max-width: 552px;
    position: relative;
    left: -28px;
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .page-id-246 .visual .row + .row .description {
    padding-top: 35px;
  }
  .page-id-246 .visual .description p {
    margin: 0 0 30px;
  }
  .page-id-246 .visual {
    padding-bottom: 40px;
  }
  .page-id-246 .two-columns .col-lg-6:nth-child(2) .holder h2 {
    margin-bottom: 31px;
  }
  .page-id-246 .visual .description .title {
    line-height: 1.1;
  }
  .page-id-246 .two-columns h2 {
    line-height: 1.17;
  }
  .page-id-246 .two-columns.add {
    padding-top: 78px;
  }
  .page-id-248 .visual .row + .row .description {
    padding-top: 44px;
  }
  .page-id-248 .visual .description p {
    margin: 0 0 26px;
  }
  .page-id-248 .visual.dining-visual {
    padding-bottom: 64px;
  }
  .page-id-263 .visual .row:nth-child(1) .description {
    margin-bottom: 54px;
  }
  .page-id-263 .visual .description p {
    margin: 0 0 18px;
  }
  .page-id-283 .visual .shape {
    top: 50%;
  }
  .page-id-283 .visual::before {
    height: 50%;
  }
  .page-id-283 .visual .row + .row .description {
    padding-top: 52px;
  }
  .page-id-283 .visual .description p {
    margin-bottom: 28px;
  }
  .page-id-283 .visual .row:nth-child(1) .description {
    margin-bottom: 38px;
  }
  .page-id-283 .diractors-info .diractors-info-row h2 {
    line-height: 1.17;
  }
  .page-id-235 .visual .row + .row .description {
    padding-top: 94px;
  }
  .page-id-235 .visual .description p {
    margin: 0 0 28px;
  }
  .page-id-235 .article-with-bg .holder p {
    margin: 0 0 40px;
  }
  .page-id-235 .article-with-bg {
    margin: 0;
  }
  .page-id-235 #section2 {
    padding-top: 17px;
  }
  .page-id-235 #section2 .holder p {
    margin-bottom: 88px;
  }
  .page-id-235 .text-bg-section p {
    line-height: 1.3;
  }
  .page-id-235 .text-bg-section p br {
    display: none;
  }
  .page-id-235 .curved-image img {
    opacity: 0;
  }
  .page-id-235 .curved-image {
    background: url(../images/pricing-image2-mob.png) no-repeat;
    min-height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: -18px;
  }
  .page-id-262 .visual .row:nth-child(1) .description {
    margin-bottom: 55px;
  }
  .page-id-262 .visual .row + .row .description {
    padding-top: 47px;
  }
  .page-id-262 .visual {
    padding-bottom: 42px;
  }
  .page-id-262 .text-bg-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-id-262 .text-bg-section.bg-navy-blue {
    margin-bottom: 84px;
  }
  .page-id-262 .two-boxes .holder {
    padding-right: 35px;
  }
  .page-id-262 .two-boxes {
    padding-bottom: 135px;
  }
}
.two-columns .description p:empty {
  display: none !important;
}

.page-id-235 .text-bg-section {
  background: #760d17 !important;
}

.visual .description p .btn-primary {
  color: #fff;
  text-decoration: none;
}
.visual .description p .btn-primary:hover {
  color: #D72E3D;
}

.page-id-274 .about-area.blog-style:before {
  display: none;
}

.single-blog .visual:before {
  height: 57%;
}
.single-blog .visual .shape {
  top: 57%;
}
.single-blog .visual .row + .row .description {
  margin-top: -400px;
}
@media (max-width: 1439px) {
  .single-blog .visual .row + .row .description {
    margin-top: -354px;
  }
}
@media (max-width: 1199px) {
  .single-blog .visual .row + .row .description {
    margin-top: -300px;
  }
}
@media (max-width: 991px) {
  .single-blog .visual .row + .row .description {
    margin-top: 0;
  }
}
.single-blog .visual .image img {
  position: static !important;
}
.single-blog .article-full {
  margin: 0 0 40px;
}
.single-blog .article-full a {
  text-decoration: underline;
}
.single-blog .article-full a:hover {
  text-decoration: none;
}

.simple-order-list li {
  margin-bottom: 18px;
  position: relative;
}

#field_1_5 .instruction.validation_message {
  color: #fff !important;
}

@media (max-width: 767px) {
  .visual .row + .row .description .btn-primary {
    padding: 19px 22px;
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  .visual .row + .row .description .btn-primary {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .page-id-247 .image-row.add1 .image1 {
    display: block !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-id-247 .image-row.add1 .image1 img {
    height: 266px;
  }
}
@media (max-width: 767px) {
  .page-id-247 .visual .row + .row .description {
    padding-top: 44px;
  }
}
@media (max-width: 767px) {
  .page-id-247 .visual {
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .page-id-247 .twocol-list {
    padding-top: 58px;
  }
}
@media (max-width: 767px) {
  .page-id-247 .twocol-list h2 {
    line-height: 1.17;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .page-id-247 .cta-area {
    background-image: url(../images/resident-image5-mob.png) !important;
    background-size: cover;
  }
}

.single-blog .visual img {
  width: 672px;
  height: 967px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-with-bg {
  position: relative;
  padding: 160px 0 128px;
  margin: 0 0 198px;
}
@media (max-width: 1439px) {
  .article-with-bg {
    margin: 0 0 120px;
  }
}
@media (max-width: 1199px) {
  .article-with-bg {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .article-with-bg {
    margin: 0 0 62px;
  }
}
.article-with-bg:before {
  position: absolute;
  left: 0;
  right: 8%;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 0 9999px 9999px 0;
}
@media (max-width: 1499px) {
  .article-with-bg:before {
    right: 4%;
  }
}
@media (max-width: 1199px) {
  .article-with-bg:before {
    right: 0;
    border-radius: 0;
  }
}
.article-with-bg.dark-red:before {
  background: #760d17;
}
.article-with-bg.navy-blue:before {
  background: #0C2937;
}
.article-with-bg.right-align:before {
  border-radius: 9999px 0 0 9999px;
  right: 0;
  left: 8%;
}
@media (max-width: 1499px) {
  .article-with-bg.right-align:before {
    left: 4%;
  }
}
@media (max-width: 1199px) {
  .article-with-bg.right-align:before {
    left: 0;
    border-radius: 0;
  }
}
.article-with-bg .container {
  position: relative;
  z-index: 3;
}
.article-with-bg .holder {
  max-width: 1112px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (max-width: 1439px) {
  .article-with-bg .holder {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .article-with-bg .holder {
    text-align: left;
    padding: 0 5px;
  }
}
.article-with-bg .holder p {
  margin: 0 0 51px;
}
@media (max-width: 767px) {
  .article-with-bg .holder p {
    margin: 0 0 57px;
  }
}
.article-with-bg h2 {
  color: #fff;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .article-with-bg h2 {
    margin: 0 0 30px;
    line-height: 1.17;
  }
}

.two-columns {
  margin: 0 0 188px;
}
@media (max-width: 1439px) {
  .two-columns {
    margin: 0 0 100px;
  }
}
@media (max-width: 991px) {
  .two-columns {
    margin: 0 0 60px;
  }
}
.two-columns.add {
  padding-top: 161px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .two-columns.add {
    padding-top: 67px;
  }
}
@media (max-width: 991px) {
  .two-columns.add h2 {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .two-columns.add .holder {
    padding-bottom: 0;
  }
}
.two-columns.add .row .col-lg-6 {
  margin-bottom: 109px;
}
@media (max-width: 991px) {
  .two-columns.add .row .col-lg-6 {
    margin-bottom: 0;
  }
}
.two-columns.add .row .col-lg-6:nth-child(even) .holder {
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 1439px) {
  .two-columns.add .row .col-lg-6:nth-child(even) .holder {
    padding: 0;
  }
}
.two-columns.add2 {
  position: relative;
}
.two-columns.add2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 2;
  border-radius: 0 27vw 0 0;
  z-index: 2;
}
.two-columns.add2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 1;
}
.two-columns.add2 .container {
  position: relative;
  z-index: 3;
}
.two-columns .col-lg-6:nth-child(2) .holder {
  padding: 0 0 0 45px;
}
@media (max-width: 1439px) {
  .two-columns .col-lg-6:nth-child(2) .holder {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .two-columns .col-lg-6:nth-child(2) .holder {
    padding: 4px 4px 0;
  }
}
.two-columns .col-lg-6:nth-child(2) .holder h2 {
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .two-columns .col-lg-6:nth-child(2) .holder h2 {
    margin: 0 0 17px;
  }
}
@media (max-width: 767px) {
  .two-columns .col-lg-6:nth-child(2) .holder p {
    margin: 0 0 27px;
  }
}
.two-columns .holder {
  padding: 0 45px 0 0;
}
@media (max-width: 1439px) {
  .two-columns .holder {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .two-columns .holder {
    padding: 0 3px 40px;
  }
}
.two-columns .description {
  padding: 56px 40px 0 68px;
}
@media (max-width: 1199px) {
  .two-columns .description {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .two-columns .description {
    padding: 33px 0 18px;
  }
}
.two-columns .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 9999px;
}
.two-columns h2 {
  margin: 0 0 33px;
}
@media (max-width: 991px) {
  .two-columns h2 {
    margin: 0 0 15px;
  }
}
.two-columns p {
  margin: 0 0 35px;
}

.lift-article-area {
  background: #FBF0E7;
  border-radius: 0 0 27vw 0;
}
.lift-article-area .article-single {
  padding: 224px 0 282px;
}
@media (max-width: 1439px) {
  .lift-article-area .article-single {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .lift-article-area .article-single {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .lift-article-area .article-single {
    padding: 70px 4px 85px;
  }
}
@media (max-width: 767px) {
  .lift-article-area .article-single .heading {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .lift-article-area .article-single .text p {
    margin: 0 0 24px;
  }
}

.curved-image {
  position: relative;
}
.curved-image.white:before {
  background-image: url(../images/curved-image-full.png);
}
.curved-image.dir-style {
  padding-top: 165px;
}
@media (max-width: 991px) {
  .curved-image.dir-style {
    padding: 0;
  }
}
.curved-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width:480px){
  .curved-image img {
    height: 450px;
    object-fit: cover;
    object-position: 45% center;
  }
}
.curved-image:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: -5px;
  content: "";
  background: url(../images/curved-image-full2.png) no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .curved-image:before {
    bottom: -1px;
  }
}

.no-bg {
  background: none;
}
.no-bg:before, .no-bg:after {
  display: none;
}

.article-with-image {
  position: relative;
  padding: 250px 0 204px;
}
@media (max-width: 1439px) {
  .article-with-image {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .article-with-image {
    padding: 100px 0;
  }
}
.article-with-image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 27vw 0 0 0;
  z-index: 2;
}
.article-with-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 1;
}
.article-with-image .container {
  position: relative;
  z-index: 3;
}
.article-with-image .image {
  padding-left: 18.5%;
}
@media (max-width: 1499px) {
  .article-with-image .image {
    padding-left: 0;
  }
}
@media (max-width: 1439px) {
  .article-with-image .image {
    margin-right: -50px;
  }
}
.article-with-image .image img {
  float: left;
  border-radius: 9999px 0 0 9999px;
}
@media (max-width: 1439px) {
  .article-with-image .image img {
    width: 100%;
    height: auto;
    float: none;
  }
}
.article-with-image .description {
  padding: 17px 10px 0 10px;
}
@media (max-width: 991px) {
  .article-with-image .description {
    padding: 0 0 36px;
  }
}
.article-with-image h2 {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .article-with-image h2 {
    margin: 0 0 13px;
  }
}
.article-with-image p {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .article-with-image p {
    margin: 0 0 33px;
  }
}

.simple-list li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 5px;
}
.simple-list li:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  background: #0C2937;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .simple-list li:before {
    top: 10px;
  }
}

.twocol-list {
  padding: 166px 0 150px;
}
@media (max-width: 991px) {
  .twocol-list {
    padding: 40px 0;
  }
}
.twocol-list .container {
  max-width: 1256px;
}
.twocol-list h2 {
  margin: 0 0 40px;
}
.twocol-list .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.twocol-list .holder ul {
  width: 45%;
}
@media (max-width: 991px) {
  .twocol-list .holder ul {
    width: 100%;
  }
}
.twocol-list .holder ul em {
  font-weight: 700;
}
.twocol-list .holder ul:nth-child(2) {
  width: 47.7%;
}
@media (max-width: 991px) {
  .twocol-list .holder ul:nth-child(2) {
    width: 100%;
  }
}

.text-bg-section {
  padding: 100px 0;
  text-align: center;
}
.text-bg-section.bg-dark-red {
  background: #760d17;
  color: #fff;
}
.text-bg-section.bg-navy-blue {
  background: #0C2937;
  color: #fff;
}
@media (max-width: 991px) {
  .text-bg-section {
    padding: 74px 0;
  }
}
.text-bg-section p {
  margin: 0;
}
.text-bg-section .text {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Isabel", Arial, Helvetica, sans-serif;
  display: block;
  padding-top: 10px;
}
.text-bg-section .text a {
  color: #fff;
}
.text-bg-section .text a:hover {
  color: #FBB157;
}

.dining-topics {
  padding: 170px 0;
}
@media (max-width: 991px) {
  .dining-topics {
    padding: 40px 0 14px;
  }
}
.dining-topics .dining-topic {
  border-top: 1px solid #760d17;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .dining-topics .dining-topic {
    padding: 45px 3px 47px;
  }
}
.dining-topics .dining-topic:first-child {
  border-top: 0;
}
@media (max-width: 991px) {
  .dining-topics .dining-topic:first-child {
    padding-top: 30px;
  }
}
.dining-topics .dining-topic p {
  margin: 0;
}
@media (max-width: 767px) {
  .dining-topics .dining-topic h2 {
    margin: 0 0 14px;
  }
}

.two-boxes {
  position: relative;
  padding: 161px 0 262px;
}
@media (max-width: 991px) {
  .two-boxes {
    padding: 0 0 120px;
  }
}
.two-boxes.add {
  padding-top: 70px;
}
.two-boxes:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.two-boxes:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 1;
}
.two-boxes .container {
  position: relative;
  z-index: 3;
}
.two-boxes .holder {
  max-width: 1362px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .two-boxes .holder {
    border-radius: 25px;
    padding: 45px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .two-boxes .holder {
    padding: 56px 30px 56px 44px;
    margin: 0 -15px;
    border-radius: 45px;
  }
}
.two-boxes .box {
  border-radius: 45px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 82px 90px 36px 55px;
  width: 48%;
}
@media (max-width: 991px) {
  .two-boxes .box {
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.two-boxes .box ul {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 991px) {
  .two-boxes .box ul {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .two-boxes .box ul li {
    margin: 0 0 15px;
  }
}

.info-with-image {
  position: relative;
  padding: 190px 0 220px;
}
@media (max-width: 991px) {
  .info-with-image {
    padding: 114px 0 78px;
  }
}
.info-with-image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 2;
  border-radius: 0 27vw 0 0;
}
.info-with-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 1;
}
.info-with-image .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .info-with-image h2 {
    line-height: 1.17;
    margin: 0 0 26px;
  }
}
.info-with-image ul {
  margin: 0 -31px 0 0;
}
@media (max-width: 1499px) {
  .info-with-image ul {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .info-with-image ul {
    padding: 0;
    margin: 0 0 80px;
    font-size: 20px;
    line-height: 24px;
  }
}
.info-with-image ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #d7d2cd;
  padding: 10px 0 10px 18px;
}
@media (max-width: 991px) {
  .info-with-image ul li {
    padding: 12px 0 10px 4px;
  }
}
.info-with-image ul .title {
  display: block;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .info-with-image ul .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.info-with-image ul .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .info-with-image ul .text {
    padding-right: 30px;
  }
}
.info-with-image ul p {
  margin: 0;
}
.info-with-image ul .arrow-link {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.info-with-image .image {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .info-with-image .image {
    margin-left: -50px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .info-with-image .image {
    padding-right: 0;
  }
}
.info-with-image .image img {
  float: right;
  border-radius: 0 323px 323px 0;
}
@media (max-width: 991px) {
  .info-with-image .image img {
    width: 100%;
    height: auto;
  }
}

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

.calculator-area {
  padding: 118px 0 90px;
}
@media (max-width: 991px) {
  .calculator-area {
    padding: 100px 0 50px;
    margin-top: -100px;
  }
}
.calculator-area .holder {
  margin: 0 0 55px;
}
@media (max-width: 991px) {
  .calculator-area .holder {
    margin: 0 -40px 25px;
  }
}
.calculator-area .holder img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.calculator-area .btn-primary {
  display: block;
  margin: 0 auto;
  width: 208px;
  padding: 19px 18px;
}

.image-row2 {
  padding: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .image-row2 {
    padding: 0;
  }
}
.image-row2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-row2 .image1 {
  width: 60%;
}
.image-row2 .image2 {
  width: 40%;
}

.map-area {
  padding: 150px 0 245px;
  position: relative;
}
@media (max-width: 991px) {
  .map-area {
    padding: 0 0 170px;
  }
}
.map-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.map-area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #760d17;
  z-index: 1;
}
.map-area .container {
  position: relative;
  z-index: 3;
}
.map-area .map {
  position: relative;
}
@media (max-width: 991px) {
  .map-area .map {
    margin: 0 -33px;
  }
}
.map-area .map img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
.map-area .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.map-area .description {
  padding: 115px 0 0;
}
@media (max-width: 991px) {
  .map-area .description {
    padding: 50px 0 0;
  }
}
.map-area .description h2 {
  font-size: 36px;
  line-height: 1.3;
  margin: 0 0 30px;
}

.careers-box {
  padding: 50px 0 155px;
}
@media (max-width: 991px) {
  .careers-box {
    padding: 0 0 100px;
  }
}
.careers-box h2 {
  margin: 0 0 35px 68px;
}
@media (max-width: 1439px) {
  .careers-box h2 {
    margin: 0 0 40px;
  }
}

.diractors-info {
  padding: 113px 0 85px;
}
@media (max-width: 991px) {
  .diractors-info {
    padding: 34px 0;
  }
}
.diractors-info .diractors-info-row {
  border-top: 1px solid #760d17;
  padding: 85px 10px;
}
@media (max-width: 991px) {
  .diractors-info .diractors-info-row {
    padding: 30px 3px;
  }
}
.diractors-info .diractors-info-row:first-child {
  border-top: 0;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .diractors-info .diractors-info-row:first-child {
    padding-top: 30px;
  }
}
.diractors-info .diractors-info-row.add {
  text-align: center;
}
.diractors-info .diractors-info-row.add .title {
  margin: 0;
}
.diractors-info .diractors-info-row h2 {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .diractors-info .diractors-info-row h2 {
    margin: 0 0 10px;
  }
}
.diractors-info .diractors-info-row .title {
  color: #D72E3D;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .diractors-info .diractors-info-row .title {
    margin: 0 0 7px;
  }
}
.diractors-info .diractors-info-row p {
  margin: 0;
}

.banner-area {
  position: relative;
}
@media (max-width: 991px) {
  .banner-area.add img {
    width: 1200px;
    position: relative;
    max-width: inherit;
    height: auto;
    left: 50%;
    margin-left: -600px;
  }
}
.banner-area .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 84px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-area .caption h1 {
  margin: 0;
  color: #fff;
  text-align: center;
}

.privacy-sec {
  position: relative;
  padding: 84px 0 120px;
}
@media (max-width: 1499px) {
  .privacy-sec {
    padding-bottom: 220px;
  }
}
@media (max-width: 991px) {
  .privacy-sec {
    padding: 50px 0 70px;
  }
}
.privacy-sec:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.privacy-sec:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 1;
}
.privacy-sec .container {
  position: relative;
  z-index: 3;
}
.privacy-sec.add {
  padding-top: 155px;
}
@media (max-width: 991px) {
  .privacy-sec.add {
    padding-top: 70px;
  }
}
.privacy-sec.add:before {
  background: #FBF0E7;
  border-radius: 0 27vw 0 0;
}
.privacy-sec.add:after {
  background: #fff;
}
.privacy-sec .wrap {
  margin: 0 0 30px;
  padding: 0 8px;
}
.privacy-sec .wrap a {
  color: #0C2937;
}
.privacy-sec .wrap a:hover {
  text-decoration: underline;
}
.privacy-sec .wrap p {
  margin: 0 0 29px;
}
.privacy-sec .title {
  display: block;
  margin: 0 0 4px;
}

.features-area {
  position: relative;
  padding: 142px 0 123px;
}
@media (max-width: 991px) {
  .features-area {
    padding: 0 0 80px;
  }
}
.features-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.features-area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 1;
}
.features-area .container {
  position: relative;
  z-index: 3;
}
.features-area .simple-list {
  padding: 0 0 0 62px;
}
@media (max-width: 991px) {
  .features-area .simple-list {
    padding: 0;
  }
}
.features-area h2 {
  padding: 0 0 0 17px;
}
@media (max-width: 991px) {
  .features-area h2 {
    padding: 0;
  }
}

.features-secondary {
  position: relative;
  padding: 215px 0 150px;
}
@media (max-width: 991px) {
  .features-secondary {
    padding: 70px 0 50px;
  }
}
.features-secondary:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 2;
  border-radius: 0 27vw 0 0;
}
.features-secondary:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 1;
}
.features-secondary .container {
  position: relative;
  z-index: 3;
}
.features-secondary .simple-list {
  padding: 0 0 0 62px;
}
@media (max-width: 991px) {
  .features-secondary .simple-list {
    padding: 0;
  }
}
.features-secondary h2 {
  padding: 0 0 0 17px;
}
@media (max-width: 991px) {
  .features-secondary h2 {
    padding: 0;
  }
}

.features-tabs {
  padding: 180px 0 91px;
}
@media (max-width: 1199px) {
  .features-tabs {
    padding: 70px 0 50px;
  }
}
.features-tabs .floor-tabs-list {
  margin: 0 0 128px;
}
@media (max-width: 1199px) {
  .features-tabs .floor-tabs-list {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .features-tabs .floor-tabs-list {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .features-tabs .floor-tabs-list {
    margin: 0 -36px 30px;
  }
}
.features-tabs .floor-tabs-list li {
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .features-tabs .floor-tabs-list li {
    margin: 0 0 3px;
  }
}
@media (max-width: 1199px) {
  .features-tabs .floor-tabs-list a {
    font-size: 18px;
  }
}
.features-tabs .floor-tabs-slide-content h2 {
  padding: 0 0 23px 17px;
}
@media (max-width: 991px) {
  .features-tabs .floor-tabs-slide-content h2 {
    padding: 0;
  }
}
.features-tabs .description {
  padding-left: 17px;
}
@media (max-width: 991px) {
  .features-tabs .description {
    padding: 0;
  }
}
.features-tabs .simple-list {
  padding-left: 25px;
}
.features-tabs .simple-list .simple-list {
  padding-top: 10px;
}

.explore-area {
  padding: 155px 0 143px;
}
@media (max-width: 1199px) {
  .explore-area {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .explore-area {
    padding-bottom: 0;
  }
}
.explore-area .holder {
  max-width: 1292px;
  margin: 0 auto;
}
.explore-area .text {
  margin: 0 0 80px;
}
@media (max-width: 1199px) {
  .explore-area .text {
    margin: 0 0 50px;
  }
}

.explore-table {
  border-radius: 28px;
  border: 1px solid #760d17;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .explore-table {
    border: 0;
    border-radius: 0;
    margin: 0 -35px;
  }
}
.explore-table table {
  width: 100%;
}
.explore-table table th {
  background: #760d17;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 48px 68px;
}
@media (max-width: 1439px) {
  .explore-table table th {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .explore-table table th {
    font-size: 24px;
    padding: 30px 45px;
  }
}
@media (max-width: 991px) {
  .explore-table table th {
    padding: 30px 25px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .explore-table table th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .explore-table table th:nth-child(2) {
    display: none;
  }
}
.explore-table table td {
  font-size: 22px;
  line-height: 30px;
  color: #0C2937;
  padding: 21px 65px;
  border-left: 3px solid #FBF0E7;
}
@media (max-width: 1199px) {
  .explore-table table td {
    padding: 16px 45px;
  }
}
@media (max-width: 991px) {
  .explore-table table td {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 25px;
  }
}
.explore-table table td:first-child {
  border: 0;
}
@media (max-width: 767px) {
  .explore-table table td:nth-child(2) {
    display: none;
  }
}
.explore-table table td a {
  color: #0C2937;
  text-decoration: underline;
}
.explore-table table td a:hover {
  text-decoration: none;
  color: #760d17;
}
.explore-table table tr:nth-child(odd) td {
  background: #FBF0E7;
}

.events-section {
  padding: 0 0 208px;
  position: relative;
}
@media (max-width: 991px) {
  .events-section {
    padding: 0 0 180px;
  }
}
@media (max-width: 767px) {
  .events-section {
    padding: 0 0 120px;
  }
}
.events-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.events-section:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #760d17;
  z-index: 1;
}
.events-section .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 1439px) {
  .events-section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.events-section .image {
  padding: 0 0 0 60px;
}
@media (max-width: 991px) {
  .events-section .image {
    padding: 0 0 40px;
  }
}
.events-section .image img {
  border-radius: 9999px 0 0 9999px;
}
@media (max-width: 1439px) {
  .events-section .image img {
    max-width: 140%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .events-section .image img {
    max-width: 100%;
    border-radius: 9999px;
  }
}
.events-section .description {
  padding: 0 12px 0 42px;
}
@media (max-width: 1439px) {
  .events-section .description {
    padding: 0;
  }
}
.events-section .description h2 {
  margin: 0 0 28px;
}
.events-section .description p {
  margin: 0 0 25px;
}
.events-section .description .title {
  color: #D72E3D;
  display: block;
  margin: 0 0 20px;
}
.events-section .description .tell {
  color: #D72E3D;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 53px;
  display: block;
}
@media (max-width: 767px) {
  .events-section .description .tell {
    margin: 0 0 30px;
  }
}
.events-section .description .tell a {
  color: #D72E3D;
}
.events-section .description .tell a:hover {
  color: #0C2937;
}
.events-section .description .date {
  display: block;
  line-height: 1.2;
}
.events-section .description .address {
  display: block;
  width: 298px;
  margin: 0 0 25px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .events-section .description .address {
    width: auto;
  }
}
.events-section .description .location a {
  color: #760d17;
  text-decoration: underline;
}
.events-section .description .location a:hover {
  text-decoration: none;
  color: #0C2937;
}
.events-section .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .events-section .holder {
    display: block;
  }
}
.events-section .holder .info .title {
  margin: 0;
}
@media (max-width: 767px) {
  .events-section .holder .info {
    width: 100%;
    margin: 0 0 30px;
  }
}

.blog-article-area {
  padding: 0 0 90px;
}
@media (max-width: 991px) {
  .blog-article-area {
    padding: 0 0 40px;
  }
}
.blog-article-area a {
  color: #0C2937;
}
.blog-article-area a:hover {
  color: #D72E3D;
}
.blog-article-area .article .image {
  padding: 45px 60px 0 0;
}
@media (max-width: 991px) {
  .blog-article-area .article .image {
    padding: 0 0 45px;
    margin-left: -40px;
  }
}
.blog-article-area .article .image img {
  border-radius: 0 9999px 9999px 0;
  float: right;
}
@media (max-width: 991px) {
  .blog-article-area .article .image img {
    width: 100%;
    height: auto;
    float: none;
  }
}
.blog-article-area .article .title {
  display: block;
  margin: 0 0 25px;
}
.blog-article-area .article p {
  margin: 0 0 25px;
}
.blog-article-area .article .row {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .blog-article-area .article .row {
    margin-bottom: 30px;
  }
}
.blog-article-area .article .row:nth-child(odd) .image-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991px) {
  .blog-article-area .article .row:nth-child(odd) .image-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.blog-article-area .article .row:nth-child(odd) .image-col .image {
  padding: 45px 0 0 60px;
}
@media (max-width: 991px) {
  .blog-article-area .article .row:nth-child(odd) .image-col .image {
    padding: 0 0 45px;
    margin: 0 -40px 0 0;
  }
}
.blog-article-area .article .row:nth-child(odd) .image-col img {
  float: none;
  border-radius: 9999px 0 0 9999px;
}
@media (max-width: 991px) {
  .blog-article-area .article .row:nth-child(odd) .image-col img {
    width: 100%;
    height: auto;
  }
}
.blog-article-area .article .row:nth-child(odd) .description-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991px) {
  .blog-article-area .article .row:nth-child(odd) .description-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog-boxes {
  position: relative;
}
.blog-boxes:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 2;
  border-radius: 0 27vw 0 0;
}
.blog-boxes:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 1;
}
.blog-boxes .container {
  position: relative;
  z-index: 3;
}
.blog-boxes .holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -210px -75px 0;
}
@media (max-width: 1499px) {
  .blog-boxes .holder {
    margin: -150px 0 0;
  }
}
.blog-boxes .holder .box {
  width: 33.333%;
  padding: 0 15px 90px;
  text-align: center;
}
@media (max-width: 991px) {
  .blog-boxes .holder .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-boxes .holder .box {
    width: 100%;
    padding: 0 0 50px;
  }
}
.blog-boxes .holder .image {
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .blog-boxes .holder .image {
    margin: 0 0 30px;
  }
}
.blog-boxes .holder .image img {
  border-radius: 100%;
  width: 432px;
  height: 432px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.blog-boxes .holder .date {
  color: #760d17;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin: 0 0 30px;
}
.blog-boxes .holder h2 {
  margin: 0 0 30px;
  font-size: 41px;
}
@media (max-width: 1199px) {
  .blog-boxes .holder h2 {
    font-size: 36px;
  }
}
.blog-boxes .holder .link-secondary {
  color: #760d17 !important;
}
.blog-boxes .holder .link-secondary:before {
  background: #760d17 !important;
}
.blog-boxes .holder .link-secondary:hover {
  color: #0C2937 !important;
}

.pagination-holder {
  text-align: center;
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .pagination-holder {
    padding: 0 0 50px;
  }
}

@media (max-width: 479px) {
  .blog-boxes .holder .image img {
    width: 280px;
    height: 280px;
  }
}
.pagination-holder img {
  max-width: 100%;
  height: auto;
}

.site-plan {
  padding: 0 33px 160px;
}
@media (max-width: 991px) {
  .site-plan {
    padding: 0 0 60px;
  }
}
.site-plan img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.gallery-area {
  padding: 140px 0 200px;
  position: relative;
}
@media (max-width: 991px) {
  .gallery-area {
    padding: 0 0 150px;
  }
}
.gallery-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /* top: 0; */
  top: -1px;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.gallery-area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #760d17;
  z-index: 1;
}
.gallery-area.add {
  background: #760d17;
  color: #fff;
}

@media (max-width: 600px) {
  .gallery-area.add {
    margin-top:-1px;
  }
}

@media (max-width: 991px) {
  .gallery-area.add {
    padding-top: 70px;
  }
}
.gallery-area.add h2 {
  color: #fff;
}
.gallery-area.add:before {
  background: #760d17;
  border-radius: 0 27vw 0 0;
}
.gallery-area.add:after {
  background: #fff;
}
.gallery-area.add .arrow-link {
  color: #fff;
  border-color: #fff;
}
.gallery-area.add .arrow-link:hover {
  color: #fff;
  background: red;
  border-color: #fff;
}
.gallery-area.add .head p {
  max-width: 77%;
}
@media (max-width: 767px) {
  .gallery-area.add .head p {
    max-width: 100%;
  }
}
.gallery-area .container {
  position: relative;
  z-index: 3;
}
.gallery-area .head {
  margin: 0 0 100px;
}
@media (max-width: 991px) {
  .gallery-area .head {
    margin: 0 0 40px;
  }
}
.gallery-area .head p a {
  color: #760d17;
  text-decoration: underline;
}
.gallery-area .head p a:hover {
  color: #0C2937;
  text-decoration: none;
}
.gallery-area .images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-area .images-row li {
  width: 25%;
}
.gallery-area .images-row img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery-area .slick-slide div img {
  max-width: 100%;
  height: auto;
}
.gallery-area .arrow-link {
  background: transparent;
  padding: 0;
  outline: none;
  position: absolute;
  left: 50%;
  bottom: -100px;
}
.gallery-area .arrow-link:hover {
  background: #D72E3D;
  color: #fff;
}
.gallery-area .arrow-link.slick-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -84px;
}
@media (max-width: 767px) {
  .gallery-area .arrow-link.slick-prev {
    margin-left: -60px;
  }
}
.gallery-area .arrow-link.slick-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: -84px;
  left: auto;
  right: 50%;
}
@media (max-width: 767px) {
  .gallery-area .arrow-link.slick-next {
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  .gallery-area .slick-list {
    overflow: visible;
  }
}

.gallery-slider {
  margin: 0 -60px;
}
@media (max-width: 1439px) {
  .gallery-slider {
    margin: 0;
  }
}

.page-template-understand-cost .two-columns {
  margin: 0;
  padding: 243px 0 170px;
}
@media (max-width: 1439px) {
  .page-template-understand-cost .two-columns {
    padding: 140px 0 100px;
  }
}
@media (max-width: 767px) {
  .page-template-understand-cost .two-columns {
    padding: 80px 0 70px;
  }
}
@media (max-width: 1199px) {
  .page-template-understand-cost .two-columns .description {
    padding-bottom: 0;
  }
}

@media (min-width: 1800px) {
  .page-id-247 .image-row.add1 .image1 {
    width: 38.8%;
  }
  .page-id-247 .image-row.add1 .image2 {
    width: 28.5%;
  }
  .page-id-247 .image-row.add1 .image3 {
    width: 44.7%;
  }
  .page-id-247 .visual {
    padding-bottom: 97px;
  }
  .page-id-247 .simple-list li {
    margin: 0 0 4px;
  }
  .page-id-247 .cta-area {
    padding: 234px 0 220px;
  }
}

@media (min-width: 1400px) {
  .page-id-261 .two-boxes .box {
    padding: 87px 90px 58px 59px;
  }
  .page-id-261 .two-boxes .box ul {
    line-height: 1.6;
  }
  .page-id-261 .two-boxes .box ul li {
    margin: 0 0 20px;
  }
  .page-id-261 .two-boxes .box ul li:before {
    top: 15px;
  }
}

.floor-plans-section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1499px) {
  .floor-plans-section {
    padding: 70px 0 40px;
  }
}
@media (max-width: 991px) {
  .floor-plans-section {
    padding: 45px 0;
  }
}
.floor-plans-section .container {
  max-width: 1668px;
}

.floor-tabs-slide {
  display: none;
}
@media (max-width: 991px) {
  .floor-tabs-slide {
    margin: 0 0 5px;
  }
}

@media (max-width: 767px) {
  .floor-tabs-slide {
    display: block;
  }
}
.floor-tabs-slide.slide-active .floor-accordian-opener {
  background: #D72E3D;
  color: #fff;
}
.floor-tabs-slide.slide-active .floor-accordian-opener i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.floor-accordian-slide {
  position: relative;
}

@media (max-width: 767px) {
  .floor-accordian-slide {
    display: none;
  }
}

.floor-tabs-area {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
}

.floor-tabs-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -9px;
}
@media (max-width: 991px) {
  .floor-tabs-list {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .floor-tabs-list {
    margin: 0 -33px;
  }
}
.floor-tabs-list li {
  position: relative;
  padding: 0 9px;
  width: 33.333%;
}
@media (max-width: 991px) {
  .floor-tabs-list li {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .floor-tabs-list li {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
  }
}
.floor-tabs-list li.tab-active a {
  font-weight: 700;
  background: #D72E3D;
  color: #fff;
}
.floor-tabs-list li.tab-active a i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
  visibility: visible;
}
.floor-tabs-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 69px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FBF0E7;
  color: #0C2937;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .floor-tabs-list a {
    -webkit-transition: none;
    transition: none;
  }
}
.floor-tabs-list a:hover,
.floor-tabs-list a:focus {
  background: #D72E3D;
  color: #fff;
}
.floor-tabs-list a i {
  position: absolute;
  right: 30px;
  top: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  visibility: hidden;
}

.floor-tabs-content {
  position: relative;
}

.tabs-text-area {
  position: relative;
  padding: 45px 0 78px;
  max-width: 1330px;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .tabs-text-area {
    padding: 45px 0 55px;
  }
}
@media (max-width: 991px) {
  .tabs-text-area {
    padding: 25px 0;
  }
}
.tabs-text-area p {
  margin: 0;
}

.floor-detail-area {
  position: relative;
}

.floor-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
}

.floor-col {
  position: relative;
  width: 33.333%;
  padding: 0 7px;
  margin: 0 0 80px;
}
@media (max-width: 1499px) {
  .floor-col {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .floor-col {
    width: 50%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .floor-col {
    width: 100%;
    margin: 0;
  }
}

.floor-detail-block {
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 1499px) {
  .floor-detail-block {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .floor-detail-block {
    height: auto;
    /* padding: 15px 15px 0; */
    padding: 0 15px 15px;
    margin: 0 -15px 30px;
    display: flex;
    flex-direction: column;
  }
  .floor-detail-block .image-holder {
      order: 2;
  }
}
.floor-detail-block .image-holder {
  position: relative;
}
.floor-detail-block .image-holder img {
  max-width: 100%;
  height: auto;
  display: block;
}
.floor-detail-block .description {
  position: relative;
  color: #0C2937;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 34px 8% 35px 12.4%;
}
@media (max-width: 1499px) {
  .floor-detail-block .description {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .floor-detail-block .description {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .floor-detail-block .description {
    padding: 28px 0 14px;
  }
}
.floor-detail-block .title {
  display: block;
  font-weight: 700;
  color: #0C2937;
  margin: 0 0 22px;
}
@media (max-width: 1499px) {
  .floor-detail-block .title {
    margin: 0 0 18px;
  }
}
@media (max-width: 1199px) {
  .floor-detail-block .title {
    margin: 0 0 15px;
  }
}
.floor-detail-block .text {
  display: block;
  margin: 0 0 20px;
}
@media (max-width: 1499px) {
  .floor-detail-block .text {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .floor-detail-block .text {
    font-size: 18px;
  }
}
.floor-detail-block .link-holder {
  display: block;
}
.floor-detail-block .link-holder a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  color: #D72E3D;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 0 2px;
}
.floor-detail-block .link-holder a:before {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  content: "";
  height: 2px;
  background: #D72E3D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.floor-detail-block .link-holder a:hover, .floor-detail-block .link-holder a:active, .floor-detail-block .link-holder a:focus {
  color: #0C2937;
}
.floor-detail-block .link-holder a:hover:before, .floor-detail-block .link-holder a:active:before, .floor-detail-block .link-holder a:focus:before {
  width: 0;
}

.floor-tabs-slide-content {
  position: relative;
}

.floor-accordian-opener {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 69px;
  -webkit-transition: none;
  transition: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FBF0E7;
  color: #0C2937;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
.floor-accordian-opener i {
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 30px;
  top: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.floor-accordian-opener:hover {
  background: #D72E3D;
  color: #fff;
}

.floor-modal-open {
  overflow: hidden;
}

.floor-modal-slide {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.floor-modal-active .floor-modal-slide {
  opacity: 1;
  visibility: visible;
}
.floor-modal-slide .modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 41, 55, 0.75);
  z-index: 10;
}

.floor-modal-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.floor-modal-wrap {
  position: relative;
  padding: 25px 15px;
  width: 100%;
}
@media (max-width: 1499px) {
  .floor-modal-wrap {
    padding: 25px 0;
  }
}

.floor-modal-content {
  position: relative;
  max-width: 1554px;
  background: #fff;
  margin: 0 auto;
  z-index: 15;
}
.floor-modal-content .inner-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 108px 64px 100px 124px;
}
@media (max-width: 1499px) {
  .floor-modal-content .inner-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 991px) {
  .floor-modal-content .inner-wrap {
    padding: 30px 25px;
  }
}

.floor-modal-area {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 50px);
}

.floor-modal-close {
  position: absolute;
  right: 30px;
  top: 22px;
  font-size: 38px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
@media (max-width: 991px) {
  .floor-modal-close {
    font-size: 32px;
    right: 20px;
    top: 20px;
  }
}
.floor-modal-close:hover {
  opacity: 0.8;
}

.modal-detail-block {
  position: relative;
  width: 648px;
}
@media (max-width: 1499px) {
  .modal-detail-block {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .modal-detail-block {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
    padding: 0;
    width: 100%;
  }
}
.modal-detail-block .heading-area {
  position: relative;
  text-transform: uppercase;
  color: #0C2937;
  margin: 0 0 164px;
}
@media (max-width: 1499px) {
  .modal-detail-block .heading-area {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .modal-detail-block .heading-area {
    padding: 0 50px 0 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .modal-detail-block .heading-area {
    margin: 0 0 20px;
  }
}
.modal-detail-block .name {
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  font-family: "Isabel", Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 29px;
}
@media (max-width: 1499px) {
  .modal-detail-block .name {
    font-size: 44px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .modal-detail-block .name {
    font-size: 36px;
    margin: 0 0 14px;
  }
}

.modal-detail-block .building-name {
  display: block;
  margin: 0 0 17px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
}

.modal-detail-block .info-text {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  display: block;
  margin: 0 0 26px;
}

@media (max-width: 1499px) {
  .modal-detail-block .info-text {
    font-size: 24px;
  }

  .modal-detail-block .building-name {
    font-size: 24px;
  }

  .modal-detail-block .info-text {
    margin-bottom: 10px;
  }

  .modal-detail-block .building-name {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .modal-detail-block .info-text {
    font-size: 18px;
  }
  .modal-detail-block .building-name {
    font-size: 18px;
  }
}
.modal-detail-block .image-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .modal-detail-block .image-holder {
    padding: 0 30px 0 0;
  }
}
.modal-detail-block .image-holder img {
  max-width: 100%;
  height: auto;
  display: block;
}

.modal-sidebar {
  position: relative;
  background: #0C2937;
  border-radius: 80px;
  overflow: hidden;
  padding: 62px 55px 52px;
  width: 515px;
  margin: 78px 0 0;
}
@media (max-width: 1499px) {
  .modal-sidebar {
    margin: 50px 0 0;
    padding: 45px 35px;
    width: 470px;
  }
}
@media (max-width: 1199px) {
  .modal-sidebar {
    width: 400px;
    border-radius: 60px;
    padding: 45px 25px;
  }
}
@media (max-width: 991px) {
  .modal-sidebar {
    width: auto;
    border-radius: 50px;
    padding: 40px 20px;
    margin: 50px -10px 0;
  }
}
.modal-sidebar .form-holder {
  position: relative;
}
.modal-sidebar .form-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.modal-sidebar .title-holder {
  position: relative;
  text-align: center;
  padding: 0 20px 40px;
  color: #fff;
}
@media (max-width: 1499px) {
  .modal-sidebar .title-holder {
    padding: 0 15px 30px;
  }
}
.modal-sidebar .sub-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  display: block;
}
@media (max-width: 1199px) {
  .modal-sidebar .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .modal-sidebar .sub-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.modal-info-list {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 0 0 0 55px;
  margin: 56px 0 0;
}
@media (max-width: 1499px) {
  .modal-info-list {
    padding: 0 0 0 30px;
    margin: 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .modal-info-list {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .modal-info-list {
    margin: 25px 0 0;
  }
}
.modal-info-list li {
  position: relative;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .modal-info-list li {
    margin: 0 0 22px;
  }
}
.modal-info-list li:last-child {
  margin-bottom: 0;
}
.modal-info-list a {
  color: #fff;
}
.modal-info-list a:hover {
  color: #FBB157;
}
.modal-info-list .sub-text {
  position: relative;
  padding: 0 0 0 30px;
}
.modal-info-list .sub-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.modal-info-list .sub-text .icon-print {
  font-size: 21px;
  left: -3px;
}
.modal-info-list .sub-text .icon-mail {
  font-size: 12px;
  top: 5px;
}

.modal-sidebar .form-holder .gform_heading {
  display: none !important;
}
.modal-sidebar .form-holder .gform_fields {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.modal-sidebar .form-holder .gform_fields p,
.modal-sidebar .form-holder .gform_fields .note {
  text-align: center;
  display: block;
}
.modal-sidebar .form-holder .gform_fields p a,
.modal-sidebar .form-holder .gform_fields .note a {
  color: #fff;
  text-decoration: underline;
}
.modal-sidebar .form-holder .gform_fields p a:hover,
.modal-sidebar .form-holder .gform_fields .note a:hover {
  text-decoration: none;
}
.modal-sidebar .form-holder .gform_fields .gfield_label {
  display: block !important;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.modal-sidebar #field_4_9 {
  position: absolute;
}
.modal-sidebar .form-holder .gform_fields input[type=text],
.modal-sidebar .form-holder .gform_fields input[type=email],
.modal-sidebar .form-holder .gform_fields input[type=tel],
.modal-sidebar .form-holder .gform_fields textarea {
  height: 57px !important;
  border: 0 !important;
  background: #fff !important;
  color: #0C2937 !important;
  border-radius: 0 !important;
}
.modal-sidebar .form-holder .gform_button {
  display: block !important;
  margin: 0 auto !important;
  background: #D72E3D !important;
  color: #fff !important;
  border-color: #D72E3D !important;
  width: 148px !important;
}
.modal-sidebar .form-holder .gform_button:hover, .modal-sidebar .form-holder .gform_button:focus {
  background: #fff !important;
  border-color: #D72E3D !important;
  color: #D72E3D !important;
}

.modal-sidebar .form-holder .gform-footer {
  padding-top: 30px;
}

.modal-sidebar .form-holder .gform_fields .validation_message {
  color: #D72E3D;
  padding-top: 10px;
}

.footer {
  background: #0C2937;
  padding: 55px 0 120px;
  color: #fff;
}
@media (max-width: 1439px) {
  .footer {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0 32px;
  }
}
.footer .container {
  max-width: 1680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #FBB157;
}
@media (max-width: 1439px) {
  .footer .f-col {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .footer .f-col {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer .f-col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1199px) {
  .footer .f-col:nth-child(1) {
    width: 100%;
  }
}
.footer .f-col:nth-child(2) {
  margin-left: -20px;
}
@media (max-width: 991px) {
  .footer .f-col:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.footer .f-col:nth-child(3) {
  margin-left: 70px;
}
@media (max-width: 1499px) {
  .footer .f-col:nth-child(3) {
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .footer .f-col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 991px) {
  .footer .f-col:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .f-logo {
  width: 258px;
  margin: 0 0 0 6px;
}
@media (max-width: 1439px) {
  .footer .f-logo {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .footer .f-logo {
    margin: 0 auto 70px;
  }
}
@media (max-width: 991px) {
  .footer .f-logo {
    margin: 0 auto 13px;
  }
}
.footer .f-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 30px;
}
@media (max-width: 1439px) {
  .footer .social-networks {
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .footer .social-networks {
    gap: 10px;
  }
}
.footer .copy {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1439px) {
  .footer .copy {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .copy {
    font-size: 16px;
  }
}
.footer .footer-nav {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  .footer .footer-nav {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav {
    font-size: 18px;
  }
}
.footer .footer-nav li {
  margin: 0 0 8px;
}
.footer .footer-nav a {
  text-decoration: underline;
}
.footer .footer-nav a:hover {
  text-decoration: none;
}
.footer .newsletter-col {
  width: 444px;
}
@media (max-width: 1439px) {
  .footer .newsletter-col {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .footer .newsletter-col {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    margin: 0 40px !important;
  }
}
@media (max-width: 991px) {
  .footer .newsletter-col {
    margin: 0 0 30px !important;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
}
.footer .newsletter-col h3 {
  line-height: 26px;
  font-size: 22px;
  margin: 0 0 24px;
  padding: 0 0 0 24px;
}
@media (max-width: 1439px) {
  .footer .newsletter-col h3 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer .newsletter-col h3 {
    padding: 11px 0 10px 17px;
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.footer .newsletter-form {
  position: relative;
  padding-right: 15px;
}
.footer .newsletter-form .btn-secondary {
  position: absolute;
  right: 0;
  top: 0;
  color: #0C2937;
}
@media (max-width: 1439px) {
  .footer .newsletter-form .btn-secondary {
    padding: 19px 20px;
  }
}
@media (max-width: 991px) {
  .footer .newsletter-form .btn-secondary {
    position: static;
    display: block;
    width: 140px;
    margin: 0 auto;
  }
}
.footer .newsletter-form input[type=email] {
  width: 100%;
  background: none;
  border: 2px solid white;
  border-radius: 9999px;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding: 15px 25px;
  color: #fff;
  outline: none;
}
@media (max-width: 991px) {
  .footer .newsletter-form input[type=email] {
    margin: 0 0 15px;
  }
}
.footer .address-holder {
  position: relative;
  width: 266px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  padding-left: 66px;
}
@media (max-width: 1439px) {
  .footer .address-holder {
    width: 200px;
    font-size: 14px;
    padding-left: 56px;
  }
}
@media (max-width: 991px) {
  .footer .address-holder {
    margin: 0 auto;
    width: 240px;
    font-size: 18px;
    font-weight: 400;
  }
}
.footer .address-holder:before {
  position: absolute;
  left: 2px;
  top: 12px;
  content: "";
  background: url(../images/pin.png) no-repeat;
  width: 48px;
  height: 68px;
}
.footer .address-holder address {
  margin: 0 0 10px;
  display: block;
}
.footer .address-holder a {
  text-decoration: underline;
}
.footer .address-holder a:hover {
  text-decoration: none;
}
.footer .gform_button {
  max-width: 138px !important;
}

body {
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  color: #0C2937;
  font-size: 22px;
  line-height: 1.5;
  min-width: 360px;
}
@media (max-width: 1439px) {
  body {
    font-size: 18px;
    line-height: 1.3888;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
}

.main {
  position: relative;
}

.container {
  max-width: 1410px;
  padding: 0 15px;
}
@media (max-width: 1439px) {
  .container {
    padding: 0 33px;
  }
}

.container-xl {
  max-width: 1530px;
  padding: 0 15px;
}
@media (max-width: 1439px) {
  .container-xl {
    padding: 0 33px;
  }
}

.row {
  margin: 0 -15px;
}

.row > * {
  padding: 0 15px;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 1.1805;
  font-weight: 700;
  font-family: "Isabel", Arial, Helvetica, sans-serif;
  margin: 0 0 27px;
  color: #0C2937;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 51px;
    line-height: 1.05;
  }
}

h2,
.h2 {
  font-size: 56px;
  line-height: 1.16667;
  font-weight: 700;
  font-family: "Isabel", Arial, Helvetica, sans-serif;
  color: #0C2937;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 1.07;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.16667;
  font-weight: 700;
}
@media (max-width: 1439px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

a,
button {
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border: 2px solid transparent;
  height: 60px;
  text-align: center;
  padding: 19px 38px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 19px 30px;
    font-size: 16px;
    line-height: 19px;
    height: 57px;
    letter-spacing: 1px;
    margin: 0 auto;
    display: table;
  }
}

.btn-primary {
  background: #D72E3D;
  border-color: #D72E3D;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-primary:hover, .btn-primary:active {
  border-color: #D72E3D !important;
  color: #D72E3D !important;
  background: #fff !important;
}

.btn-secondary {
  background: #FBB157;
  border-color: #FBB157;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-secondary.add {
  color: #0C2937 !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border-color: #FBB157 !important;
  color: #0C2937 !important;
  background: #fff !important;
}

.link-primary {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #0C2937;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
}
.link-primary:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 2px;
  background: #0C2937;
}
.link-primary:hover, .link-primary:active, .link-primary:focus {
  color: #D72E3D;
}
.link-primary:hover:before, .link-primary:active:before, .link-primary:focus:before {
  width: 0;
  left: 50%;
  right: 50%;
}

.arrow-link {
  font-size: 24px;
  width: 66px;
  height: 66px;
  border: 3px solid #D72E3D;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D72E3D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .arrow-link {
    width: 53px;
    height: 53px;
    font-size: 18px;
  }
}
.arrow-link:hover {
  background: #D72E3D;
  color: #fff;
}

.link-secondary {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
}
.link-secondary:before {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  content: "";
  height: 2px;
  background: #0C2937;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link-secondary:hover, .link-secondary:active, .link-secondary:focus {
  color: #FBB157;
}
.link-secondary:hover:before, .link-secondary:active:before, .link-secondary:focus:before {
  width: 0;
}

.banner-area {
  position: relative;
}
@media (max-width: 767px) {
  .banner-area {
    padding-top: 33px;
  }
}
.banner-area img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1439px) {
  .banner-area img {
    width: 1600px;
    max-width: inherit;
    position: relative;
    left: 50%;
    margin-left: -800px;
  }
}
@media (max-width: 1199px) {
  .banner-area img {
    width: 1400px;
    max-width: inherit;
    position: relative;
    left: 50%;
    margin-left: -700px;
  }
}
@media (max-width: 767px) {
  .banner-area img {
    position: static;
    width: 100%;
    margin: 0;
  }
}
.banner-area:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: -25px;
  content: "";
  background: url(../images/curved-image-visual.png) no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
}
@media (max-width: 1439px) {
  .banner-area:before {
    bottom: -4px;
    z-index: 3;
  }
}

.intro-area {
  position: relative;
  background: #fff;
  padding: 52px 0 116px;
}
@media (max-width: 1199px) {
  .intro-area {
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  .intro-area {
    padding-bottom: 27px;
    padding-top: 37px;
  }
}
.intro-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.intro-area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 1;
}
.intro-area .container {
  position: relative;
  z-index: 3;
}
.intro-area.about-intro {
  padding: 195px 0 230px;
}
@media (max-width: 991px) {
  .intro-area.about-intro {
    padding: 100px 0;
  }
}
.intro-area.about-intro:after {
  background: #760d17;
}
.intro-area h1 {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .intro-area h1 {
    margin: 0 0 25px;
    line-height: 1;
  }
}
.intro-area h1 span {
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  font-size: 56px;
  display: block;
  margin: 0 0 -13px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .intro-area h1 span {
    margin: 0;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .intro-area h1 span {
    font-size: 30px;
  }
}
.intro-area .text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px 44px;
}
@media (max-width: 1439px) {
  .intro-area .text-holder {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .intro-area .text-holder {
    display: block;
    padding: 0;
  }
}
.intro-area .text-holder .text {
  width: 46%;
  letter-spacing: -0.1px;
}
@media (max-width: 767px) {
  .intro-area .text-holder .text {
    width: 100%;
  }
}
.intro-area .text-holder .text:first-child {
  width: 47%;
}
@media (max-width: 767px) {
  .intro-area .text-holder .text:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro-area .text-holder .text p {
    margin: 0 0 27px;
  }
}
.intro-area .holder {
  max-width: 814px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .intro-area .holder {
    text-align: left;
  }
}
.intro-area h2 {
  margin: 0 0 67px;
}
@media (max-width: 1199px) {
  .intro-area h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .intro-area h2 {
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .intro-area h2 br {
    display: none;
  }
}
.intro-area .arrow-link {
  margin: 0 auto;
}

.about-area {
  position: relative;
  padding: 218px 0 96px;
}
@media (max-width: 1199px) {
  .about-area {
    padding: 160px 0 80px;
  }
}
@media (max-width: 767px) {
  .about-area {
    padding: 55px 0 58px;
  }
}
.about-area.add {
  padding: 0 0 146px;
}
.about-area.add:before {
  background: #fff;
  border-radius: 0 0 0 27vw;
}
.about-area.add:after {
  background: #760d17;
}
.about-area.blog-style {
  padding-bottom: 230px;
  padding-top: 0;
}
.about-area.blog-style a:hover {
  color: #D72E3D !important;
}
.about-area.blog-style .description {
  max-width: 670px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .about-area.blog-style .description {
    padding: 30px 15px 30px 35px;
  }
}
.about-area.blog-style .description .date {
  color: #760d17;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .about-area.blog-style .description .date {
    margin: 0 0 15px;
  }
}
.about-area.blog-style .description h2 {
  margin: 0 0 37px;
}
@media (max-width: 767px) {
  .about-area.blog-style .description h2 {
    margin: 0 0 20px;
  }
}
.about-area.blog-style .description .link-secondary {
  color: #760d17 !important;
}
.about-area.blog-style .description .link-secondary:before {
  background: #760d17 !important;
}
.about-area.blog-style .description .link-secondary:hover {
  color: #0C2937 !important;
}
.about-area.glance-style {
  padding-top: 225px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .about-area.glance-style {
    padding: 100px 0 50px;
  }
}
@media (max-width: 991px) {
  .about-area.glance-style {
    padding: 0 0 50px;
  }
}
.about-area.glance-style:before, .about-area.glance-style:after {
  display: none;
}
.about-area.glance-style .box-slider .arrow-link {
  bottom: -140px;
}
@media (max-width: 991px) {
  .about-area.glance-style .box-slider .arrow-link {
    bottom: -80px;
  }
}
.about-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 2;
  border-radius: 0 27vw 0 0;
}
.about-area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  z-index: 1;
}
.about-area .container {
  position: relative;
  z-index: 3;
}

.box-slider {
  max-width: 1224px;
  margin: 0 auto 185px;
}
@media (max-width: 1199px) {
  .box-slider {
    margin-bottom: 76px;
  }
}
.box-slider .slick-list {
  overflow: visible;
}
.box-slider .slick-slide {
  padding: 0 16px;
}
@media (max-width: 1199px) {
  .box-slider .slick-slide {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .box-slider .slick-slide {
    padding: 0 4px;
  }
}
.box-slider .video-holder {
  position: relative;
  border-radius: 9999px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-slider .video-holder .video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box-slider .video-holder img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .box-slider .video-holder img {
    height: 189px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.box-slider .video-holder iframe {
  width: 100%;
  height: 100%;
}
.video-active .box-slider .video-holder {
  border-radius: 0;
  top: -25vh;
  left: -25vw;
  right: -25vw;
  bottom: -25vw;
  position: fixed;
}
.video-active .box-slider .video-holder .video-close {
  opacity: 1;
  visibility: visible;
}
.box-slider .video-opener {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 76px;
  opacity: 0.75;
}

@media (max-width: 1359px) {
  .box-slider .video-opener {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .box-slider .video-opener {
    font-size: 22px;
  }
}
.box-slider .video-opener:hover {
  opacity: 1;
}
.box-slider .video-close {
  position: fixed;
  right: 50px;
  top: 50px;
  color: #D72E3D;
  font-size: 40px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.box-slider .arrow-link {
  background: transparent;
  padding: 0;
  outline: none;
  position: absolute;
  left: 50%;
  bottom: -100px;
}
@media (max-width: 767px) {
  .box-slider .arrow-link {
    bottom: -75px;
  }
}
.box-slider .arrow-link:hover {
  background: #D72E3D;
  color: #fff;
}
.box-slider .arrow-link.slick-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -84px;
}
@media (max-width: 767px) {
  .box-slider .arrow-link.slick-prev {
    margin-left: -73px;
  }
}
.box-slider .arrow-link.slick-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: -84px;
  left: auto;
  right: 50%;
}
@media (max-width: 767px) {
  .box-slider .arrow-link.slick-next {
    margin-right: -73px;
  }
}

.video-active {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.article-single {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .article-single {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .article-single {
    display: block;
  }
}
.article-single .heading {
  width: 54.2%;
  padding-right: 5.5%;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .article-single .heading {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .article-single h2 {
    line-height: 1.18;
  }
}
.article-single .text {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin-right: -10px;
}
@media (max-width: 1439px) {
  .article-single .text {
    margin: 0;
  }
}
.article-single .text p {
  margin: 0 0 40px;
}
.article-single .text a {
  color: #0C2937;
  text-decoration: underline;
}
.article-single .text a:hover {
  text-decoration: none;
}

.cta-area {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  padding: 339px 0;
}
@media (max-width: 1439px) {
  .cta-area {
    padding: 240px 0;
  }
}
@media (max-width: 767px) {
  .cta-area {
    padding: 90px 0;
  }
}
.cta-area:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: -5px;
  content: "";
  background: url(../images/curved-image-full.png) no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cta-area:before {
    bottom: -1px;
  }
}
.cta-area.add:before {
  display: none;
}
.cta-area.about-cta {
  padding: 150px 0;
}
.cta-area.about-cta:before {
  display: none;
}
.cta-area.about-cta .holder {
  gap: 144px;
}
@media (max-width: 1439px) {
  .cta-area.about-cta .holder {
    gap: 70px;
  }
}
@media (max-width: 1199px) {
  .cta-area.about-cta .holder {
    gap: 30px;
  }
}
@media (max-width: 1439px) {
  .cta-area.about-cta .cta-box {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cta-area.about-cta .cta-box {
    width: 318px;
    height: 318px;
    font-weight: 400;
  }
}
.cta-area.newsroom-cta {
  padding: 204px 0;
  margin-top: 137px;
}
@media (max-width: 767px) {
  .cta-area.newsroom-cta {
    margin-top: 0;
    padding: 110px 0;
  }
}
.cta-area.newsroom-cta:before {
  display: none;
}
.cta-area.newsroom-cta .holder {
  gap: 144px;
}
@media (max-width: 1439px) {
  .cta-area.newsroom-cta .holder {
    gap: 70px;
  }
}
@media (max-width: 1199px) {
  .cta-area.newsroom-cta .holder {
    gap: 30px;
  }
}
@media (max-width: 1439px) {
  .cta-area.newsroom-cta .cta-box {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cta-area.newsroom-cta .cta-box {
    width: 318px;
    height: 318px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .cta-area.newsroom-cta .cta-box p {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cta-area.newsroom-cta .cta-box br {
    display: none;
  }
}
.cta-area .container {
  max-width: 1670px;
}
.cta-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
@media (max-width: 767px) {
  .cta-area .holder {
    gap: 47px;
  }
}
.cta-area .cta-box {
  width: 527px;
  height: 527px;
  border-radius: 100%;
  text-align: center;
  background: rgba(251, 177, 87, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  padding-top: 40px;
}
@media (max-width: 1799px) {
  .cta-area .cta-box {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 1499px) {
  .cta-area .cta-box {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1439px) {
  .cta-area .cta-box {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cta-area .cta-box {
    width: 318px;
    height: 318px;
    font-weight: 400;
  }
}
@media (max-width: 374px) {
  .cta-area .cta-box {
    width: 294px;
    height: 294px;
    font-weight: 400;
    padding-top: 6px;
  }
}
.cta-area .cta-box:first-child {
  padding-top: 0;
}
@media (max-width: 1439px) {
  .cta-area .cta-box .btn-primary {
    font-size: 16px;
    padding: 19px 25px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .cta-area .cta-box .btn-primary {
    padding: 17px 20px;
    letter-spacing: 0;
  }
}
.cta-area .title {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1499px) {
  .cta-area .title {
    letter-spacing: 0;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-area .title {
    font-size: 26px;
    margin: 0 0 7px;
  }
}
.cta-area p {
  margin: 0 0 40px;
}
@media (max-width: 1499px) {
  .cta-area p {
    margin: 0 0 20px;
  }
}

.article-with-links {
  padding: 185px 0 183px;
}
@media (max-width: 1439px) {
  .article-with-links {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .article-with-links {
    padding: 58px 0 77px;
  }
}
.article-with-links.add .col-lg-6 + .col-lg-6 h2 {
  padding-left: 61px;
  margin-bottom: 29px;
}
@media (max-width: 1439px) {
  .article-with-links.add .col-lg-6 + .col-lg-6 h2 {
    padding: 0 0 0 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .article-with-links.add .col-lg-6 + .col-lg-6 h2 {
    padding: 0;
  }
}
.article-with-links.add .col-lg-6 + .col-lg-6 ul {
  padding-top: 0;
}
.article-with-links.add .col-lg-6 + .col-lg-6 ul li:first-child {
  border-top: 0;
}
.article-with-links h2 {
  line-height: 1.2;
  margin: 0 0 38px;
}
@media (max-width: 767px) {
  .article-with-links h2 {
    margin: 0 0 27px;
  }
}
.article-with-links .text-holder {
  padding: 0 0 0 10px;
  margin-right: -4px;
}
@media (max-width: 991px) {
  .article-with-links .text-holder {
    padding: 0 3px;
    margin: 0;
  }
}
.article-with-links p {
  margin: 0 0 39px;
}
@media (max-width: 991px) {
  .article-with-links p {
    margin: 0 0 46px;
  }
}
.article-with-links ul {
  margin: 0 -31px 0 0;
  padding-left: 45px;
  padding-top: 41px;
}
@media (max-width: 1499px) {
  .article-with-links ul {
    margin: 0;
  }
}
@media (max-width: 1439px) {
  .article-with-links ul {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 991px) {
  .article-with-links ul {
    padding: 0;
    margin: 0 0 42px;
  }
}
.article-with-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #dadfe1;
  padding: 10px 0 10px 18px;
}
@media (max-width: 991px) {
  .article-with-links ul li {
    padding-left: 5px;
    padding-top: 16px;
    padding-bottom: 18px;
  }
}
.article-with-links ul .title {
  display: block;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .article-with-links ul .title {
    font-size: 20px;
    margin: 0 0 2px;
  }
}
.article-with-links ul .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .article-with-links ul .text {
    padding-right: 30px;
  }
}
.article-with-links ul p {
  margin: 0;
}
.article-with-links ul .arrow-link {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-row .image1 {
  width: 25.8%;
}
@media (max-width: 991px) {
  .image-row .image1 {
    display: none;
  }
}
.image-row .image2 {
  width: 34.5%;
}
@media (max-width: 991px) {
  .image-row .image2 {
    display: none;
  }
}
.image-row .image3 {
  width: 39.7%;
}
@media (max-width: 991px) {
  .image-row .image3 {
    width: 100%;
  }
}
.image-row img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-row.add1 .image1 {
  width: 25.8%;
}
@media (max-width: 991px) {
  .image-row.add1 .image1 {
    width: 100%;
  }
}
.image-row.add1 .image2 {
  width: 34.5%;
}
@media (max-width: 991px) {
  .image-row.add1 .image2 {
    display: none;
  }
}
.image-row.add1 .image3 {
  width: 39.7%;
}
@media (max-width: 991px) {
  .image-row.add1 .image3 {
    width: 100%;
    display: none;
  }
}
.image-row.add2 .image1 {
  width: 33.333%;
}
@media (max-width: 991px) {
  .image-row.add2 .image1 {
    display: none;
  }
}
.image-row.add2 .image2 {
  width: 33.333%;
}
@media (max-width: 991px) {
  .image-row.add2 .image2 {
    width: 100%;
    display: block;
  }
}
.image-row.add2 .image3 {
  width: 33.333%;
}
@media (max-width: 991px) {
  .image-row.add2 .image3 {
    width: 100%;
    display: none;
  }
}

.article-area {
  position: relative;
  padding: 181px 0 606px;
}
@media (max-width: 1199px) {
  .article-area {
    padding: 60px 0 500px;
  }
}
@media (max-width: 767px) {
  .article-area {
    padding: 60px 0 303px;
  }
}
.article-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 2;
  border-radius: 0 0 0 27vw;
}
.article-area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #760d17;
  z-index: 1;
}
.article-area .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .article-area .article-single {
    padding-top: 0;
  }
}
.article-area .article-single .heading {
  padding-top: 10px;
}
.article-area.add2 {
  padding-bottom: 140px;
}
.article-area.add2:before {
  background: #fff;
}
.article-area.add2:after {
  background: #FBF0E7;
}

.getintouch-area {
  position: relative;
  padding: 344px 0 286px;
}
@media (max-width: 991px) {
  .getintouch-area {
    padding: 250px 0 180px;
  }
}
@media (max-width: 767px) {
  .getintouch-area {
    padding: 220px 0 100px;
  }
}
.getintouch-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: -1px;
  content: "";
  background: #760d17;
  z-index: 2;
  border-radius: 0 27vw 0 23vw;
}
.getintouch-area:after {
  position: absolute;
  left: 0;
  height: 50%;
  right: 0;
  top: 0;
  content: "";
  background: #FBF0E7;
  z-index: 1;
}
.getintouch-area .container {
  position: relative;
  z-index: 3;
}
.getintouch-area.about-getintouch {
  padding: 266px 0 255px;
}
@media (max-width: 991px) {
  .getintouch-area.about-getintouch {
    padding: 150px 0 80px;
  }
}
.getintouch-area.about-getintouch:after {
  background: #fff;
}
.getintouch-area.about-getintouch:before {
  border-radius: 0 27vw 0 0;
}
.getintouch-area.about-getintouch .holder {
  padding-top: 28px;
}
.getintouch-area.about-getintouch .image {
  margin-top: -220px;
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .getintouch-area.about-getintouch .image {
    margin-top: -115px;
    margin-bottom: 100px;
  }
}
.getintouch-area.about-getintouch .image .badge-image {
  right: auto;
  left: 80px;
  bottom: -53px;
}
@media (max-width: 991px) {
  .getintouch-area.about-getintouch .image .badge-image {
    left: 15px;
  }
}
.getintouch-area .image {
  position: relative;
  margin-top: -994px;
  margin-bottom: 94px;
  margin-left: 8px;
}
@media (max-width: 1439px) {
  .getintouch-area .image {
    margin-top: -700px;
    width: 500px;
  }
}
@media (max-width: 767px) {
  .getintouch-area .image {
    width: 100%;
    margin-left: 0;
    margin-top: -500px;
    margin-bottom: 65px;
  }
}
.getintouch-area .image img {
  border-radius: 336px;
}
@media (max-width: 1439px) {
  .getintouch-area .image img {
    width: 100%;
    height: auto;
    padding: 0 9px 0 7px;
  }
}
.getintouch-area .image .badge-image {
  position: absolute;
  right: -92px;
  bottom: -20px;
}
@media (max-width: 767px) {
  .getintouch-area .image .badge-image {
    width: 145px !important;
    height: 145px;
    bottom: -68px;
    right: -4px;
  }
}
.getintouch-area .form-holder {
  margin: 13px 11% 0 -15px;
}
@media (max-width: 1439px) {
  .getintouch-area .form-holder {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .getintouch-area .form-holder {
    margin-top: 40px;
    margin-left: 0;
  }
}
.getintouch-area .form-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.getintouch-area .holder {
  max-width: 510px;
  color: #fff;
  margin: 0 0 0 78px;
}
@media (max-width: 1199px) {
  .getintouch-area .holder {
    margin: 0;
    max-width: 383px;
  }
}
@media (max-width: 991px) {
  .getintouch-area .holder {
    margin: 0;
  }
}
.getintouch-area .holder h2 {
  color: #fff;
  margin: 0 0 54px;
}
@media (max-width: 991px) {
  .getintouch-area .holder h2 {
    margin: 0 0 25px;
  }
}
.getintouch-area .holder a {
  color: #fff;
  text-decoration: underline;
}
.getintouch-area .holder a:hover {
  text-decoration: none;
}

.faq-section {
  padding: 264px 0 273px;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding: 100px 0 57px;
  }
}
.faq-section.no-bg {
  padding: 137px 0 148px;
}
@media (max-width: 991px) {
  .faq-section.no-bg {
    padding: 60px 0;
  }
}
.faq-section.no-bg:before, .faq-section.no-bg:after {
  display: none;
}
.faq-section.no-bg .faq-list {
  margin: 0;
}
.faq-section.no-bg .faq-list .opener {
  padding: 20px 30px 20px 20px;
}
@media (max-width: 991px) {
  .faq-section.no-bg .faq-list .opener {
    padding: 10px 0;
  }
}
.faq-section.no-bg .faq-list .description {
  padding-right: 11%;
}
.faq-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: -1px;
  content: "";
  background: #fff;
  border-radius: 0 27vw 0 0;
  z-index: 2;
}
.faq-section:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: #760d17;
  z-index: 1;
}
.faq-section .container {
  position: relative;
  z-index: 3;
}
.faq-section .image {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .faq-section .image {
    margin-left: -50px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .faq-section .image {
    margin-right: 0;
  }
}
.faq-section .image img {
  float: right;
  border-radius: 0 323px 323px 0;
}
@media (max-width: 991px) {
  .faq-section .image img {
    width: 100%;
    height: auto;
  }
}
.faq-section .holder {
  margin: 0 0 0 -4px;
}
@media (max-width: 991px) {
  .faq-section .holder {
    margin: 0 0 62px;
  }
}
.faq-section .holder h2 {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .faq-section .holder h2 {
    margin: 0 0 22px;
  }
}
.faq-section .faq-list {
  margin: 0 0 45px -25px;
}
@media (max-width: 991px) {
  .faq-section .faq-list {
    margin: 0 0 40px;
  }
}
.faq-section .faq-list li {
  border-bottom: 1px solid #dadfe1;
}
.faq-section .faq-list li.active .opener .icon-plus:before {
  content: "\e919";
}
.faq-section .faq-list .opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 7px 17px 7px 25px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #0C2937;
}
@media (max-width: 991px) {
  .faq-section .faq-list .opener {
    padding: 7px 0;
    font-size: 20px;
  }
}
.faq-section .faq-list .opener .icon-plus {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq-section .faq-list .opener .icon-plus {
    font-size: 36px;
    margin-top: -7px;
  }
}
.faq-section .faq-list .opener .text {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-right: 15px;
}
.faq-section .faq-list .description {
  padding-right: 15%;
  padding-left: 25px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .faq-section .faq-list .description {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-list .description {
    padding: 0;
  }
}
.faq-section .faq-list .description a {
  color: #760d17;
  text-decoration: underline;
}
.faq-section .faq-list .description a:hover {
  color: #0C2937;
  text-decoration: none;
}
.faq-section .faq-list .description p {
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .visual .row + .row .description {
    padding-top: 54px;
  }
}
.gform-theme--framework .gform_required_legend .gfield_required {
  color: var(--gf-color-danger);
  color: #fff !important;
  display: inline-block;
  margin: 0 6px;
}

select option {
  color: black !important;
}

/* Animation Rotate */

/* .getintouch-area .image .badge-image{
  animation: rotate 5s linear infinite;
}

/* Animation to rotate the image
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

.page-id-233 section.features-tabs-mobile{
  display:none;
}

.page-id-233  .floor-content-panel {
  display: none;
  transition: max-height 0.4s ease;
  padding: 20px;
}
.page-id-233 li.floor-tabs-item.tab-active .floor-content-panel {
  display: block;
}

.page-id-233 li.floor-tabs-item ul.list-unstyled.simple-list li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 5px;
}


.about-area .box-slider .video-holder img {
  height: 580px;
  object-fit: cover;
}

@media (max-width:767px){
  .page-id-233 .features-tabs{
    display:block;
  }

  .page-id-233 .features-tabs .floor-accordian-opener {
    margin: 0 -33px;
  }

  .floor-plans-section .floor-tabs-content .floor-accordian-opener {
    margin: 0 -33px;
  }

  .about-area .box-slider .video-holder img {
    height: 189px;
  }

  .single-blog .visual img {
      height: 500px;
  }

  .single-blog .visual {
      padding: 130px 0 20px;
  }

  .floor-accordian-slide .col-xl-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}

@media (max-width:479px){
  .floor-accordian-opener {
    padding-right: 30px;
  }
}

@media (max-width:374px){
  .floor-accordian-opener {
    font-size: 20px;
  }
}

.blog-article-area .article .row:nth-child(odd) .image-col img, 
.blog-article-area .article .row:nth-child(even) .image-col img {
  width: 810px;
}

.header-holder .logo a:focus img {
  opacity: 0.7;
}
.header-top-bar a:focus {
  color: #D72E3D;
}
.btn-primary:focus {
  border-color: #D72E3D !important;
  color: #D72E3D !important;
  background: #fff !important;
}
.arrow-link:focus {
  background: #D72E3D;
  color: #fff;
}
.box-slider .arrow-link:focus {
  background: #D72E3D;
  color: #fff;
}
.arrow-link:focus {
  background: #D72E3D;
  color: #fff;
}
.footer .footer-nav a:focus {
  text-decoration: none;
}
.footer a:focus {
  color: #FBB157;
}
.html-text-recaptcha > a:focus {
  color: #fff !important;
}
.gfield input:focus,
.gfield textarea:focus,
.gfield select:focus {
  box-shadow: 0 0 0 2px #fff !important;
}

.search-results .visual:before,
.search-no-results .visual:before {
  height: 70%;
}

.search-results .visual .shape,
.search-no-results .visual .shape {
  top: 70%;
}

.search-results #section1 a {
  color: #0C2937;
  text-decoration: underline;
}

.search-results #section1 a:hover {
  text-decoration: none;
}

.page-id-622 .main .page-content {
  overflow: hidden;
}

.html-text-recaptcha {
  font-size: 18px;
}

.gfield_visibility_hidden {visibility: hidden;
  height: 0;
}

.html-text-recaptcha > a:hover {
  color: #fff !important;
}


.dropdown-menu-list .dropdown-link:focus {
  color: #D72E3D;
}
.dropdown-menu-item .dropdown-opener:focus .icon-plus-outline {
  background: #D72E3D;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.sub-dropdown-list a:focus {
  color: #fff;
}

.page-id-249 .about-area.add {
  position: relative;
  overflow: hidden;
}

.modal-detail-block .heading-area .link-holder a {
  color: #760D17;
  font-weight: 500;
  font-size: 18px;
}

.modal-detail-block .heading-area .link-holder a:before {
  background: #760D17;
}

.modal-detail-block .heading-area .link-holder a:hover {
  color: #0C2937;
}

@media print {
  .hideprintview {
    display: none
  }
  .imgprint {
    max-height: 750px;
    width: auto;
    margin: 15px auto 0;
  }
}


#field_6_16.padding_dropdown select{
  height: 65px!important;
  padding: 16px 28px!important;
}
.header-holder {
  overflow: visible;
}
.phone-item {
  position: relative;
}
.phone-item:has(.phone-dropdown-active) .phone-opener{
  color: #fff;
}
.phone-item:has(.phone-dropdown-active) .phone-opener:hover {
  color: #FBB157;
}
.phone-opener {
  position: relative;
  z-index: 2;
}
.phone-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: -26px;
  width: 404px;
  max-width: 70vw;
  background: #760D17;
  padding: 10px;
  border-radius: 20px;
  padding: 32px 36px;
  transition: all 0.4s ease;
}
.phone-dropdown a {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
}
.phone-dropdown a:hover {
  color: #FBB157;
}
.phone-dropdown a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.phone-label {
  font-size: 1.375rem;
  margin-bottom: 9px;
  display: block;
  line-height: normal;
}
.phone-dropdown .text {
  font-size: 1.875rem;
  line-height: normal;
}
.phone-dropdown a:before,
.phone-opener:before {
  display: none;
}

.phone-dropdown-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.phone-opener .icon {
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .header-top-bar  .phone-opener .icon {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .phone-label {
    font-size: 1rem;
    margin-bottom: 5px;

  }
  .phone-dropdown .text {
    font-size: 1.25rem;
  }
  .phone-dropdown {
    top: -20px;
    right: -15px;
    width: 300px;
    padding: 16px 20px;
  }
}
@media (max-width: 991px) {

  .header-top-bar {
    z-index: 999999;
  }
}

/* FAQ Block override */
.faq-section.no-bg.faq-block {
  padding: 60px 0;
}

.faq-block .faq-list .description {
  font-size: 18px;
  letter-spacing: 5%;
}

@media (max-width: 767px) {
  .faq-section.no-bg.faq-block {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .faq-section.no-bg.faq-block h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}