@font-face {
  font-family: futura;
  src: url("../fonts/Futura\ Bk\ BT\ Book.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

body {
  margin: 0;
  padding: 0;

  font-family: futura !important;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus,
.form-control:focus,
.btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  font-size: 22px;
  color: #000;
  font-weight: 300;
  line-height: 35px;
}

@media (max-width: 1600px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

.section-title {
  font-size: 59px;

  font-weight: 400;
  line-height: 70px;
  color: #101114;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .section-title {
    font-size: 49px;
    margin-bottom: 40px;
    line-height: 56px;
  }
}

@media (max-width: 1399.98px) {
  .section-title {
    font-size: 49px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 35px;
    line-height: 45px;
  }
}

h1 {
  font-size: 80px;
  font-weight: 400;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 1399.98px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

img {
  max-width: 100%;
  display: block;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1208px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1693px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 767.98px) {
  .button-center-mob {
    text-align: center;
  }
}

.black-button {
  background-color: #000;
  padding: 20px 24px;
  color: #ffff;

  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  -webkit-box-shadow: inset 0 0 #000;
  box-shadow: inset 0 0 #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.black-button:hover {
  -webkit-box-shadow: inset 16em 0 #ffff;
  box-shadow: inset 16em 0 #ffff;
  cursor: pointer;
  color: black;
}

@media (min-width: 1800px) {
  .black-button {
    padding: 26px 66px;
  }
}

@media (max-width: 767.98px) {
  .black-button:hover {
    -webkit-box-shadow: inset 13em 0 #ffff;
    box-shadow: inset 13em 0 #ffff;
  }
}

.btn-white {
  background-color: #fff;
  padding: 20px 24px;
  color: black;

  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 #ffff;
  box-shadow: inset 0 0 #ffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: right;
}

.btn-white:hover {
  -webkit-box-shadow: inset 16em 0 #000;
  box-shadow: inset 16em 0 #000;
  cursor: pointer;
  color: #ffff;
  border: 1px solid #fff;
}

@media (max-width: 991.98px) {
  .btn-white:hover {
    color: #000;
  }
}

@media (min-width: 1800px) {
  .btn-white {
    padding: 26px 66px;
  }
}

@media (max-width: 991.98px) {
  .btn-white {
    float: left;
  }
}

@media (max-width: 767.98px) {
  .btn-white:hover {
    -webkit-box-shadow: inset 13em 0 #ffff;
    box-shadow: inset 13em 0 #ffff;
  }
}

.arrow-btn {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 20px 25px;
  color: #ffff;

  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.114rem;
}

@media (min-width: 1800px) {
  .arrow-btn {
    padding: 33px 32px;
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .arrow-btn {
    font-size: 16px;
  }
}

@media (max-width: 1399.98px) {
  .arrow-btn {
    font-size: 14px;
    padding: 20px 25px 20px 30px;
  }
}

@media (max-width: 767.98px) {
  .arrow-btn {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .arrow-btn {
    font-size: 12px;
    padding: 20px 20px 20px 20px;
  }
}

.arrow-btn:before {
  content: "";
  background: #000;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow-btn:hover {
  color: #000;
  border: 1px solid #636363;
}

.arrow-btn:hover line,
.arrow-btn:hover path {
  stroke: #000;
}

.arrow-btn:hover:before {
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow-btn:hover span:before {
  background: #636363;
}

.arrow-btn span {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  text-align: center;
}

.arrow-btn span:before {
  content: "";
  background: #636363;
  position: absolute;
  height: 100%;
  left: 35px;
  top: -20px;
  width: 1px;
  height: 100px;
}

@media (min-width: 1800px) {
  .arrow-btn span:before {
    left: 43px;
  }
}

@media (max-width: 1399.98px) {
  .arrow-btn span:before {
    left: 40px;
  }
}

@media (max-width: 575.98px) {
  .arrow-btn span:before {
    left: 30px;
  }
}

.arrow-btn .arrow-icon {
  display: inline-block;
  padding-right: 60px;
}

@media (min-width: 1800px) {
  .arrow-btn .arrow-icon {
    padding-right: 68px;
  }
}

@media (max-width: 1600px) {
  .arrow-btn .arrow-icon {
    padding-right: 45px;
  }
}

@media (max-width: 1399.98px) {
  .arrow-btn .arrow-icon {
    padding-right: 50px;
  }
}

@media (max-width: 575.98px) {
  .arrow-btn .arrow-icon {
    padding-right: 34px;
  }
}

@media (max-width: 1600px) {
  .arrow-btn .arrow-icon svg {
    width: 12px;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .footer-form-area-row .arrow-btn {
    width: 240px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-form-area-row .arrow-btn .arrow-icon {
    padding-right: 68px;
  }
}

@media (max-width: 575.98px) {
  .footer-form-area-row .arrow-btn .arrow-icon {
    padding-right: 42px;
  }
}

.arrow-btn-white {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 20px 25px;
  padding-right: 38px;
  color: #000;

  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 1.8px;
}

@media (min-width: 1800px) {
  .arrow-btn-white {
    padding: 33px 32px;
    right: 46px;
  }
}

@media (max-width: 1025px) {
  .arrow-btn-white {
    font-size: 14px;
  }
}

.arrow-btn-white:before {
  content: "";
  background: #ffff;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow-btn-white:hover {
  color: #ffff;
  border: 1px solid #fff;
}

.arrow-btn-white:hover line,
.arrow-btn-white:hover path {
  stroke: #ffff;
}

.arrow-btn-white:hover:before {
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow-btn-white:hover span:before {
  background: #fff;
}

.arrow-btn-white span {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  text-align: center;
}

.arrow-btn-white span:before {
  content: "";
  background: #636363;
  position: absolute;
  height: 100%;
  left: 35px;
  top: -14px;
  width: 1px;
  height: 70px;
}

@media (min-width: 1800px) {
  .arrow-btn-white span:before {
    left: 43px;
  }
}

.arrow-btn-white .arrow-icon {
  display: inline-block;
  padding-right: 60px;
}

@media (min-width: 1800px) {
  .arrow-btn-white .arrow-icon {
    padding-right: 68px;
  }
}

@media (max-width: 1025px) {
  .arrow-btn-white .arrow-icon {
    padding-right: 40px;
  }
}

.white-with-border {
  padding: 20px 22px;
  color: #000;
  letter-spacing: 1.6px;
  border-color: #000;
  background: #ffff;
}

.white-with-border:before {
  background: transparent;
  width: 0;
  right: auto;
  left: 0;
}

.white-with-border span:before {
  left: 43px;
}

.white-with-border .arrow-icon {
  padding-right: 40px;
}

.white-with-border svg {
  width: 23px;
}

.white-with-border svg path {
  fill: #000;
}

.white-with-border:hover {
  color: #ffff;
}

.white-with-border:hover:before {
  background: #000;
  width: 100%;
}

.white-with-border:hover svg path {
  fill: #ffff;
}

.white-btn {
  background-color: #ffff;
  padding: 21px 23px;
  color: #000;
  font-size: 16px;

  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  border: 0;
  outline: 0;
  -webkit-box-shadow: inset 0 0 #000;
  box-shadow: inset 0 0 #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.white-btn svg {
  margin-right: 4px;
}

@media (max-width: 1600px) {
  .white-btn svg {
    width: 18px;
  }
}

.white-btn:hover {
  -webkit-box-shadow: inset 15em 0 #000;
  box-shadow: inset 15em 0 #000;
  cursor: pointer;
  color: #ffff;
}

.white-btn:hover svg circle,
.white-btn:hover svg path {
  stroke: #ffff;
  fill: #ffff;
}

.white-btn:hover svg#path-icon circle,
.white-btn:hover svg#path-icon path {
  stroke: #ffff;
  fill: none;
}

@media (min-width: 1800px) {
  .white-btn {
    font-size: 18px;
    padding: 21px 32px;
  }
}

@media (max-width: 1600px) {
  .white-btn {
    padding: 15px 28px;
  }
}

@media (max-width: 1399.98px) {
  .white-btn {
    padding: 15px 28px;
  }
}

.input-btn {
  width: 1px;
  height: 1px;
  opacity: 0;
}

header {
  background-color: #101114;
  padding-bottom: 21px;
  padding-top: 20px;
  position: relative;
  z-index: 999;
}

header .menu-row ul {
  margin-bottom: 0;
}

@media (max-width: 1280.98px) {
  header .menu-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header .menu-row ul li {
  display: inline-block;
  position: relative;
}

header .menu-row ul li a.active {
  color: #c9a485;
}

header .menu-row ul li a {
  color: #ffff;

  font-weight: 500;
  padding: 0 15px;
  font-size: 14px;
  letter-spacing: 1.8px;
  cursor: pointer;
}

header .menu-row ul li a:hover {
  color: #c9a485;
}

@media (min-width: 1800px) {
  header .menu-row ul li a {
    font-size: 11px;
    padding: 0 30px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 1600px) {
  header .menu-row ul li a {
    font-size: 12px;
    padding: 0 13px;
  }
}

@media (max-width: 1280.98px) {
  header .menu-row ul li a {
    letter-spacing: 0;
    padding: 0 8px;
  }
}

header .menu-row ul li:hover .sub-menu {
  opacity: 1;
}

header .menu-row ul li.has-submenu:after {
  content: "";
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 8px;
  background: url("../images/menu-drop-desktop.svg") no-repeat;
  background-size: 16px 8px;
}

@media (min-width: 1800px) {
  header .menu-row ul li.has-submenu:after {
    right: 13%;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
  }
}

header .menu-row ul li.has-submenu:hover .sub-menu {
  display: block;
}

header .menu-row ul .sub-menu {
  position: absolute;
  background: black;
  width: 100%;
  min-width: 222px;
  opacity: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 3px;
  display: none;
}

@media (min-width: 1800px) {
  header .menu-row ul .sub-menu {
    width: 300px;
  }
}

header .menu-row ul .sub-menu li:first-child a {
  padding-right: 0;
}

header .menu-row ul .sub-menu li {
  display: block;
}

header .menu-row ul .sub-menu li a {
  padding: 8px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 30px;
  display: block;

  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c9a485),
    color-stop(50%, #c9a485),
    color-stop(50%, #ffff)
  );
  background: linear-gradient(to right, #c9a485, #c9a485 50%, #ffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

header .menu-row ul .sub-menu li a:hover {
  background-position: 0 100%;
}

header .menu-row ul .sub-menu li a.active {
  color: #c9a485;
}

header .menu-row .book-btn {
  padding: 14px 34px;
  border: 1px solid #ffff;
  text-transform: uppercase;
  margin-left: 14px;
}

@media (max-width: 1600px) {
  header .menu-row .book-btn {
    padding: 13px 30px;
  }
}

@media (max-width: 1280.98px) {
  header .menu-row .book-btn {
    max-width: 80px;
    display: inline-block;
    text-align: center;
    padding: 8px;
  }
}

@media (min-width: 1201px) and (max-width: 1299px) {
  header .menu-row .book-btn {
    max-width: 120px !important;
  }
}

header .menu-row .left-menu .sub-menu li:first-child {
  margin-left: 0;
}

header .menu-row .left-menu .sub-menu li:first-child a {
  padding-left: 0;
}

@media (min-width: 1800px) {
  header .menu-row .left-menu li a {
    padding: 0 60px 0 20px;
  }
}

@media (max-width: 1600px) {
  header .menu-row .left-menu li a {
    padding: 0 33px 0 13px;
  }
}

@media (max-width: 1280.98px) {
  header .menu-row .left-menu li a {
    padding: 0 15px;
  }
}

header .menu-row .left-menu li:first-child {
  margin-left: 0;
}

header .menu-row .left-menu li:first-child a {
  padding-right: 30px;
}

@media (min-width: 1800px) {
  header .menu-row .left-menu li:first-child a {
    padding-right: 65px;
  }
}

header .menu-row .left-menu li ul li:first-child {
  margin-left: 0;
}

header .menu-row .left-menu li ul li:first-child a {
  padding-right: 0;
}

@media (min-width: 1800px) {
  header .menu-row .left-menu li ul li:first-child a {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  header .menu-row .left-menu {
    display: none;
  }
}

header .menu-row .right-menu .has-submenu {
  margin-right: 10px;
}

header .menu-row .right-menu .has-submenu a {
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  header .menu-row .right-menu {
    display: none;
  }
}

header .logo svg {
  margin: auto;
}

@media (max-width: 1600px) {
  header .logo svg {
    width: 126px;
  }
}

.menu-line hr {
  background-color: #ffff;
  width: 77%;
  margin: auto;
}

.lang-menu svg {
  margin-right: 10px;
}

.lang-menu span {
  text-transform: capitalize !important;
}

html.mmenu-opened .mh-btns-left {
  position: absolute;
  left: -46px;
}

.search-top {
  padding-bottom: 23px;
}

@media (max-width: 1600px) {
  .search-top {
    padding-bottom: 10px;
  }
}

.search-top li {
  display: inline-block;
}

.search-top .search-li {
  margin-right: 30px;
  min-height: 23px;
}

@media (max-width: 991.98px) {
  .search-top .search-li {
    margin-right: 0;
  }
}

.search-top .search-li .search-form form {
  min-width: 320px;
}

@media (max-width: 991.98px) {
  .search-top .search-li .search-form form {
    min-width: 100%;
  }
}

.search-top .search-li .search-form form.active {
  border-bottom: 1px solid #ffff;
}

@media (max-width: 991.98px) {
  .search-top .search-li .search-form form.active {
    min-width: 320px;
  }
}

.search-top .search-li .search-form .form-control {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  color: #ffff;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.search-top .search-li .search-form input::-webkit-input-placeholder {
  color: #ffff;
}

.search-top .search-li .search-form input:-ms-input-placeholder {
  color: #ffff;
}

.search-top .search-li .search-form input::-ms-input-placeholder {
  color: #ffff;
}

.search-top .search-li .search-form input::placeholder {
  color: #ffff;
}

.search-top .search-li .search-form .form-control.active {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.search-trigger:hover {
  opacity: 0.4;
}

@media (max-width: 991.98px) {
  .search-trigger svg {
    width: 22px;
    height: 22px;
    position: relative;
    top: -2px;
  }
}

.lang-and-search li {
  color: #bebebe;
  font-size: 14px;

  letter-spacing: 0.114rem;
}

.lang-and-search li a {
  color: #bebebe;
  font-size: 14px;

  font-weight: 500;
}

.lang-and-search .lang-switch {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.lang-and-search .lang-switch:hover {
  opacity: 0.4;
}

.lang-and-search .lang-switch ul {
  position: absolute;
  top: 20px;
  display: none;
  background-color: #ffff;
  border-radius: 5px;
  z-index: 99;
  -webkit-box-shadow: -2px 7px 9px #32323230;
  box-shadow: -2px 7px 9px #32323230;
}

.lang-and-search .lang-switch ul li {
  display: block;
}

.lang-and-search .lang-switch ul li a {
  padding: 5px 30px;
  color: #000;
  display: block;
  overflow: hidden;
}

.lang-and-search .lang-switch ul li a:hover {
  background-color: #000;
  color: #ffff;
}

.lang-and-search .lang-switch:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  background: url(../images/dropdown-arrow.svg) no-repeat;
  top: 6px;
  right: 1px;
}

header.sticky-new {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffff !important;
  padding-top: 13px;
  -webkit-box-shadow: 0 12px 29px #00000043;
  box-shadow: 0 12px 29px #00000043;
  opacity: 1;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

header.sticky-new .logo svg path {
  fill: #000;
}

header.sticky-new .menu-row .book-btn {
  border-color: #000;
}

header.sticky-new .menu-row ul li a {
  color: #000;
}

header.sticky-new .menu-row ul li a:hover {
  color: #c9a485;
}

header.sticky-new .menu-row ul li a.active {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 10px;
}

header.sticky-new .lang-and-search li {
  color: #bebebe;
}

header.sticky-new form.active {
  border-bottom: 1px solid #000 !important;
}

header.sticky-new .form-control {
  color: #000 !important;
}

header.sticky-new input::-webkit-input-placeholder {
  color: #000 !important;
}

header.sticky-new input:-ms-input-placeholder {
  color: #000 !important;
}

header.sticky-new input::-ms-input-placeholder {
  color: #000 !important;
}

header.sticky-new input::placeholder {
  color: #000 !important;
}

@-webkit-keyframes example2 {
  from {
    opacity: 0;
    top: -100px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes example2 {
  from {
    opacity: 0;
    top: -100px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffff !important;
  padding-top: 13px;
  -webkit-box-shadow: 0 12px 29px #00000043;
  box-shadow: 0 12px 29px #00000043;
  opacity: 1;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

header.sticky .text-center svg {
  -webkit-filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
  filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}

header.sticky .logo svg path {
  fill: #000;
}

header.sticky .menu-row .book-btn {
  border-color: #000;
}

header.sticky .menu-row ul li a {
  color: #000;
}

header.sticky .menu-row ul li a:hover {
  color: #c9a485;
}

header.sticky .lang-and-search li {
  color: #bebebe;
}

header.sticky form.active {
  border-bottom: 1px solid #000 !important;
}

header.sticky .form-control {
  color: #000 !important;
}

header.sticky input::-webkit-input-placeholder {
  color: #000 !important;
}

header.sticky input:-ms-input-placeholder {
  color: #000 !important;
}

header.sticky input::-ms-input-placeholder {
  color: #000 !important;
}

header.sticky input::placeholder {
  color: #000 !important;
}

@-webkit-keyframes example {
  from {
    opacity: 0;
    top: -100px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes example {
  from {
    opacity: 0;
    top: -100px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.home header {
  background-color: transparent;
}

.about header {
  background-color: transparent;
}

.philanthropy header {
  background-color: transparent;
}

.desktop-header.sticky {
  padding: 5px;
}

.desktop-header.sticky .search-top {
  padding-bottom: 0;
}

.desktop-header.sticky-new {
  padding: 10px 10px 25px 10px;
}

.desktop-header.sticky-new .search-top {
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {
  .desktop-header {
    display: none;
  }
}

.mobile-header {
  display: none;
  padding-top: 25px;
}

@media (max-width: 991.98px) {
  .mobile-header {
    display: block;
    background: #000;
    padding-bottom: 10px;
  }
}

.mmenu li {
  border: 0;
  margin-bottom: 37px;
}

.mmenu ul {
  padding-top: 100px;
}

.mmenu-subtitle {
  position: absolute !important;
  top: 20px;
  left: 31px;
}

.mmenu-subclose {
  text-indent: -1000em !important;
}

.mmenu li > a,
.mmenu li > span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;

  color: #ffff;
  letter-spacing: 1.8px;
}

.mmenu a.mmenu-subopen:after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  position: absolute;
  background: url("../images/submenu-icon.svg") no-repeat;
}

.mmenu a.mmenu-subclose:before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  position: absolute;
  background: url("../images/menu-back.svg") no-repeat;
}

.mmenu .book-btn {
  padding: 13px 49px;
  border: 1px solid #ffff;
  text-transform: uppercase;
  display: inline;
  margin-left: 50px;
}

@media (max-width: 1600px) {
  .mmenu .book-btn {
    padding: 13px 30px;
  }
}

@media (max-width: 1280.98px) {
  .mmenu .book-btn {
    top: 0;
    position: relative;
  }
}

.menu-close {
  display: none;
}

.mmenu-opening .menu-close {
  display: block;
}

.mmenu-opening .menu-trigger {
  display: none;
}

@media (min-width: 1601px) and (max-width: 1799px) {
  .desktop-header .container {
    max-width: 1400px;
  }
}

header.sticky .menu-row ul li.has-submenu:after {
  background: url(../images/menu-drop-desktop-sticky.svg) no-repeat;
  background-size: 16px 8px;
}

@media (min-width: 1800px) {
  header.sticky .menu-row ul li.has-submenu:after {
    background-size: 12px 12px;
  }
}

.loader-wrap {
  width: 100%;
  height: 100%;
  background: #000000c2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader-wrap .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #101114;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* @-webkit-keyframes spin {
    0 {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
} */

.menu-row div:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .modal-xl {
  max-width: 1000px;
}

@media (min-width: 1200px) {
  body .career-section .careers-listing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .sticky .new-header .has-submenu > a {
  background: url(../images/menu-drop-desktop-sticky.svg) no-repeat right center;
  background-size: 16px 8px;
}

@media (min-width: 1800px) {
  body .sticky .new-header .has-submenu > a {
    background-size: 12px 12px;
  }
}

body .sticky .new-header .logo {
  margin-left: 12%;
  margin-right: 12%;
}

body .sticky .logo {
  margin-left: 10%;
  margin-right: 10%;
}

body .sticky .logo svg {
  -webkit-filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
  filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
  width: 80px;
}

body .new-header .has-submenu > a {
  padding-right: 17px !important;
  background: url(../images/menu-drop-desktop.svg) no-repeat right center;
  background-size: 16px 8px;
}

@media (min-width: 1800px) {
  body .new-header .has-submenu > a {
    background-size: 12px 12px;
  }
}

body .new-header.menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .new-header.menu-row ul li.has-submenu:after {
  display: none;
}

body .new-header .logo {
  margin-left: 10%;
  margin-right: 10%;
}

@media (min-width: 1180px) and (max-width: 1280px) {
  .commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn {
    font-size: 12px;
  }

  .philanthropy .banner h2 {
    font-size: 42px !important;
    line-height: 51px !important;
  }

  body.apartments-listing.listing-page .sort .home-filter form .black-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  body.apartments-listing.listing-page .listing .listing-block .info .price {
    width: 41%;
    min-width: 170px;
  }

  body.apartments-listing.listing-page .listing .listing-block .info .price {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  body .legacy .char {
    margin-right: -45px;
    font-size: 22px;
  }

  body .flat-estates .map h2 {
    font-size: 35px;
    line-height: 42px;
  }

  body .partner-link-buttons {
    padding-left: 20px;
    padding-right: 20px;
  }

  body #myButton {
    bottom: 5%;
  }

  body .partner-banner .title-disc {
    padding-top: 130px;
  }

  body .comm-details-sec .arrow-btn .arrow-icon,
  body .legacy-block .arrow-btn .arrow-icon,
  body .load-more .arrow-btn .arrow-icon {
    padding-right: 45px;
  }

  body .image-box .box-content {
    padding: 30px;
  }

  body .projects-slider .hover-content p {
    font-size: 22px;
    line-height: 28px;
  }

  body .floating-icons li svg {
    width: 50px;
    height: 50px;
  }

  body #scroll-button {
    right: 26px;
    width: 40px;
    height: 40px;
  }

  body .community-section .center-block .features h5 {
    font-size: 10px;
  }

  body .community-slider .swiper-button-next,
  body .community-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }

  body .community-section .center-block:hover {
    width: 900px;
  }

  body .legacy-wap #myButton p {
    font-size: 12px;
  }

  body .legacy-wap #myButton {
    right: 10%;
  }

  body .slider__thumbs {
    right: 8%;
    top: 52%;
  }

  body .slider__thumbs span {
    font-size: 12px;
    line-height: 22px;
  }

  body .slider__thumbs .swiper-slide-thumb-active span:after {
    height: 2px;
  }

  body .legacy-wap #myButton .arrow {
    top: 58%;
  }

  body #myButton .arrow:before,
  body #myButton .arrow:after {
    width: 10px;
    height: 2px;
    border-radius: 0;
  }

  body p {
    font-size: 14px;
    line-height: 24px;
  }

  .new-header li {
    margin: 0 10px;
  }

  .new-header li .book-btn {
    padding: 9px 30px !important;
    min-width: 140px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.footer-form-area {
  padding-top: 51px;
}

.footer-form-area .footer-form-row .col-lg-12 {
  padding: 0;
}

.footer-form-area .footer-seperators {
  display: none;
  border-color: #c1c1c1;
}

.footer-form-area .mob-padd p {
  font-size: 14px;
  line-height: 18px;
  max-width: 67%;
  margin-top: 12%;
}

@media (min-width: 1800px) {
  .footer-form-area .mob-padd p {
    max-width: 90%;
    font-size: 17px;
    line-height: 25px;
  }
}

.footer-form-area .mobile-p {
  display: none;
}

@media (max-width: 1600px) {
  .footer-form-area img {
    width: 134px;
  }
}

@media (max-width: 767.98px) {
  .footer-form-area {
    padding-top: 58px;
  }

  .footer-form-area .mob-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .footer-form-area .mob-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-form-area .form-section {
    display: none;
  }

  .footer-form-area .footer-seperators {
    display: block;
    margin-bottom: 0;
  }

  .footer-form-area img {
    width: 107px;
  }

  .footer-form-area h4 {
    font-size: 16px;
    font-weight: 500;

    margin-bottom: 0;
    margin-top: 20px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
  }

  .footer-form-area h4:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 10px;
    background: url("../images/footer-menu-icon.svg") no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .footer-form-area h4 br {
    display: none;
  }

  .footer-form-area h4.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer-form-area .desktop-p {
    display: none;
  }

  .footer-form-area .mobile-p {
    display: block;
    margin-top: 30px;
  }
}

@media (min-width: 1800px) {
  .footer-form-area p {
    margin-top: 107px;
    padding-right: 45%;
  }
}

@media (max-width: 1600px) {
  .footer-form-area p {
    font-size: 14px;
    line-height: 18px;
    max-width: 50%;
  }
}

@media (max-width: 1025px) {
  .footer-form-area p {
    max-width: 100%;
  }
}

.footer-enquiry-form .form-switch {
  padding-left: 0;
}

.footer-enquiry-form .form-switch label {
  color: #000;
  font-size: 18px;

  font-weight: 300;
}

@media (min-width: 1800px) {
  .footer-enquiry-form .form-switch label {
    font-size: 17px;
  }
}

@media (max-width: 1600px) {
  .footer-enquiry-form .form-switch label {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .footer-enquiry-form .form-switch label {
    font-size: 12px;
    width: 75%;
  }
}

.footer-enquiry-form .form-check .form-check-input {
  float: right;
  cursor: pointer;
}

.footer-enquiry-form .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='-4-488'%3e%3ccircler='3'fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
}

.footer-enquiry-form .form-check .form-check-input:checked {
  background-color: #000 !important;
  border-color: #000 !important;
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='-4-488'%3e%3ccircler='3'fill='%23fff'/%3e%3c/svg%3e");
}

.footer-enquiry-form .form-control {
  border: 1px solid #888e91;
  border-radius: 0;
  color: #000;
  font-size: 18px;

  font-weight: 500;
  padding: 25px 38px;
}

@media (min-width: 1800px) {
  .footer-enquiry-form .form-control {
    font-size: 22px;
  }
}

@media (max-width: 1600px) {
  .footer-enquiry-form .form-control {
    padding: 16px 27px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .footer-enquiry-form .form-control {
    padding: 10px 20px;
    font-size: 16px;
    min-height: 64px;
  }
}

.footer-enquiry-form .form-control:focus {
  border: 1px solid #000;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (min-width: 1800px) {
      .footer-enquiry-form .datepickerfield {
        height: 98px;
      }
    }
  }
}

.footer-enquiry-form .datepickerfield {
  border: 1px solid #888e91;
  border-radius: 0;
  color: #000;
  font-size: 18px;

  font-weight: 500;
  padding: 25px 38px;
  width: 100%;
}

@media (min-width: 1800px) {
  .footer-enquiry-form .datepickerfield {
    font-size: 22px;
  }
}

@media (max-width: 1600px) {
  .footer-enquiry-form .datepickerfield {
    padding: 16px 27px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .footer-enquiry-form .datepickerfield {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.footer-enquiry-form .datepickerfield:focus {
  border: 1px solid #000;
}

.footer-enquiry-form .select-wrapper {
  position: relative;
}

.footer-enquiry-form .select-wrapper select {
  position: relative;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.footer-enquiry-form .select-wrapper select option {
  padding: 10px 0;
  background: #acacac;
  color: black;
}

.footer-enquiry-form .select-wrapper select option:hover {
  background-color: black;
  color: white;
}

.footer-enquiry-form .select-wrapper select.input-validation-valid {
  color: #000 !important;
}

.footer-enquiry-form .select-wrapper:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  background: url("../images/drop-arrow.svg") no-repeat;
  top: 0;
  right: 19px;
  bottom: 0;
  margin: auto;
  background-size: 14px 7px;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .footer-enquiry-form .select-wrapper:after {
    right: 15px;
  }
}

.footer-enquiry-form input[type="date"] {
  text-transform: uppercase;
}

.footer-enquiry-form input::-webkit-input-placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.footer-enquiry-form input:-ms-input-placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.footer-enquiry-form input::-ms-input-placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.footer-enquiry-form input::placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.footer-enquiry-form select {
  color: #6d6d6d !important;
  font-weight: 300 !important;
}

.footer-enquiry-form .form-col {
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 38px;
}

@media (max-width: 1600px) {
  .footer-enquiry-form .form-col {
    margin-bottom: 23px;
  }
}

@media (max-width: 767.98px) {
  .footer-enquiry-form .form-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.footer-enquiry-form .active-on-click {
  display: none;
}

footer {
  padding-top: 42px;
}

footer .mobile-wrapper hr {
  display: none;
}

@media (max-width: 767.98px) {
  footer {
    padding-top: 0;
  }

  footer .row {
    margin-left: 0;
    margin-right: 0;
  }

  footer .no-padd-mob {
    padding-left: 0;
    padding-right: 0;
  }

  footer .mobile-wrapper {
    margin-top: 20px;
  }

  footer .mobile-wrapper hr {
    display: block;
    margin-bottom: 0;
  }

  footer .mobile-wrapper ul {
    margin-bottom: 0;
    background: #f0f0f0;
  }

  footer .mobile-wrapper ul li {
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }

  footer .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

footer .footer-seperator-top {
  border-color: #707070;
  margin-bottom: 94px;
}

@media (max-width: 1600px) {
  footer .footer-seperator-top {
    margin-bottom: 73px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-seperator-top {
    display: none;
  }
}

footer h4 {
  color: #000;

  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1600px) {
  footer h4 {
    font-size: 14px;
    margin-bottom: 31px;
  }
}

footer h4:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 10px;
  background: url("../images/footer-menu-icon.svg") no-repeat;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

@media (min-width: 1800px) {
  footer h4 {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  footer h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 1.6px;
  }

  footer h4:after {
    display: block;
  }
}

footer h4.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

footer ul li {
  margin-bottom: 29px;
}

@media (max-width: 1600px) {
  footer ul li {
    margin-bottom: 17px;
  }
}

footer ul a {
  color: #000;

  font-weight: 300;
  font-size: 18px;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6d6d6d),
    color-stop(50%, #6d6d6d),
    color-stop(50%, #000)
  );
  background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

footer ul a:hover {
  background-position: 0 100%;
}

@media (min-width: 1800px) {
  footer ul a {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  footer ul a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  footer ul a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  footer ul {
    display: none;
  }
}

footer .link-ul a {
  color: #000;

  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6d6d6d),
    color-stop(50%, #6d6d6d),
    color-stop(50%, #000)
  );
  background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

footer .link-ul a:hover {
  background-position: 0 100%;
}

@media (min-width: 1800px) {
  footer .link-ul a {
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  footer .link-ul a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  footer .link-ul a {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  footer .link-ul {
    display: block;
    margin-top: 35px;
  }

  footer .link-ul li {
    display: inline-block;
    width: calc(100% / 2 - 4px);
  }
}

.bottom-footer {
  background-color: #ededed;
  padding: 47px 0;
  padding-bottom: 28px;
  margin-top: 20px;
}

@media (max-width: 1600px) {
  .bottom-footer {
    margin-top: 20px;
    padding: 34px 0;
    padding-bottom: 29px;
  }
}

@media (max-width: 1025px) {
  .bottom-footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom-footer .row div {
    width: 100%;
    text-align: center !important;
    margin-top: 10px;
  }
}

@media (max-width: 1025px) and (max-width: 767.98px) {
  .bottom-footer .row div {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .bottom-footer {
    margin-top: 0;
    padding-bottom: 73px;
  }
}

@media (max-width: 767.98px) {
  .bottom-footer {
    margin-top: 0;
    padding-bottom: 73px;
  }
}

.bottom-footer ul {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .bottom-footer ul {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}

.bottom-footer ul li {
  display: inline-block;
  margin-bottom: 0;
}

.bottom-footer ul li a {
  font-size: 16px;
  color: #000;

  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6d6d6d),
    color-stop(50%, #6d6d6d),
    color-stop(50%, #000)
  );
  background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.bottom-footer ul li a:hover {
  background-position: 0 100%;
}

@media (min-width: 1800px) {
  .bottom-footer ul li a {
    font-size: 18px;
  }
}

@media (max-width: 1600px) {
  .bottom-footer ul li a {
    font-size: 14px;
  }
}

.bottom-footer ul li.right-line {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.bottom-footer ul li.right-line:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bottom-footer p {
  margin-bottom: 0;
  font-size: 12px;
  color: #000;

  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bottom-footer p br {
  display: none;
}

@media (min-width: 1800px) {
  .bottom-footer p {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .bottom-footer p {
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  .bottom-footer p {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    line-height: 22px;
  }

  .bottom-footer p br {
    display: block;
  }
}

.social-media-links li {
  margin: 0 17.5px;
}

@media (max-width: 1600px) {
  .social-media-links li {
    margin: 0 12.5px;
  }
}

.social-media-links a:hover svg {
  opacity: 0.5;
}

.payment-button {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .payment-button {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .mob-padd {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;

  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1800px) {
  .custom-checkbox {
    font-size: 17px;
  }
}

@media (max-width: 1600px) {
  .custom-checkbox {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .custom-checkbox {
    font-size: 13px;
  }
}

.custom-checkbox a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  text-transform: capitalize;
}

.custom-checkbox a:hover {
  text-decoration: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #888e91;
}

@media (min-width: 1800px) {
  .checkmark {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .checkmark {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 767.98px) {
  .checkmark {
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #888e91;
  }
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 11px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .custom-checkbox .checkmark:after {
    width: 6px;
    height: 11px;
    left: 9px;
    top: 5px;
  }
}

.mb {
  margin-bottom: 20px !important;
}

@media (max-width: 1600px) {
  .mb {
    margin-bottom: 12px !important;
  }
}

.pl-0 {
  padding-left: 0;
}

@media (max-width: 1600px) {
  .pl-0 {
    padding-top: 55px;
  }
}

@media (min-width: 1800px) {
  .pl-0 {
    padding-top: 65px;
  }
}

.floating-icons {
  position: fixed;
  right: 21px;
  bottom: 80px;
  z-index: 100;
}

.floating-icons li {
  margin-bottom: 10px;
}

.floating-icons li a circle {
  fill: #000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.floating-icons li a:hover circle {
  fill: #a1a5a3;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .floating-icons {
    display: none;
  }
}

.modal-open .floating-icons {
  right: 38px;
}

.floating-icons-mob {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 97;
  background-color: #ffff;
  -webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.16);
}

.floating-icons-mob ul {
  margin-bottom: 0;
  text-align: center;
}

.floating-icons-mob ul li {
  display: inline-block;
  padding: 14px 5px;
  width: calc(100% / 3 - 5px);
  position: relative;
}

.floating-icons-mob ul li span {
  display: block;
  font-weight: 400;

  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin-top: 10px;
}

.floating-icons-mob ul li:after {
  content: "";
  width: 1px;
  height: 27px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.floating-icons-mob ul li:last-child:after {
  display: none;
}

@media (max-width: 767.98px) {
  .floating-icons-mob {
    display: block;
  }
}

#enquiryModal .form-control {
  padding: 20px 27px;
}

@media (max-width: 767.98px) {
  #enquiryModal .form-control {
    font-size: 16px;
  }
}

#enquiryModal .datepickerfield {
  padding: 20px 27px;
}

@media (min-width: 1800px) {
  #enquiryModal .submit-bg {
    padding-left: 122px;
  }
}

#enquiryModal .form-mb {
  margin-bottom: 30px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  #enquiryModal .form-mb {
    margin-bottom: 15px;
  }
}

#enquiryModal .form-mb:nth-child(even) {
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  #enquiryModal .form-mb:nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  #enquiryModal .form-mb {
    margin-bottom: 17px;
    padding: 0;
  }
}

#enquiryModal .mtop {
  margin-top: 18px;
}

#enquiryModal .modal-content {
  border-radius: 0;
}

#enquiryModal .modal-header {
  border-bottom: 0;
}

#enquiryModal .modal-body {
  padding: 12px 37px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  #enquiryModal .modal-body {
    padding: 12px 17px;
    padding-bottom: 40px;
  }
}

#enquiryModal .btn-close {
  font-size: 12px;
}

@media (min-width: 1800px) {
  #enquiryModal .btn-close {
    font-size: 20px;
  }
}

#enquiryModal .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#scroll-button {
  position: fixed;
  right: 24px;
  bottom: 37px;
  z-index: 9;
  display: none;
}

#scroll-button.show {
  display: block;
}

@media (max-width: 767.98px) {
  #scroll-button.show {
    right: -25px;
    display: block;
  }
}

@media (max-width: 991.98px) {
  #enquiryModal .umbraco-forms-caption {
    line-height: 1.2em !important;
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  #enquiryModal .modal-body .form-mb {
    width: 100%;
    padding-right: 14px;
  }
}

@media (max-width: 991.98px) {
  #enquiryModal .modal-body .form-switch label {
    width: 50%;
  }
}

.footer-enquiry-form .form-col:nth-child(9) {
  margin-bottom: 12px;
  width: 100% !important;
}

#enquiryModal .modal-body .form-mb:nth-child(10) {
  width: 100% !important;
}

.footer-enquiry-form .form-switch {
  margin-top: 12px;
}

.modal {
  z-index: 100060 !important;
}

@media (max-width: 991.98px) {
  div.lessmore {
    padding: 10px 20px;
  }
}

div.lessmore a.more {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;

  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  div.lessmore a.more {
    max-width: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
  }
}

div.lessmore a.more:after {
  background: url(../images/menu-drop-desktop-sticky.svg) no-repeat;
  background-size: 16px 8px;
  width: 16px;
  height: 8px;
  content: "";
}

@media (max-width: 991.98px) {
  div.lessmore a.more:after {
    background: url(../images/footer-menu-icon.svg) no-repeat;
    width: 17px;
    height: 10px;
    background-size: 17px 10px;
  }
}

div.lessmore a.more:before {
  content: "More";
  margin-right: 5px;
}

div.lessmore a.more.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.lessmore a.more.active:before {
  content: "Less";
}

.banner {
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  margin-top: -175px;
  z-index: 9;
}

@media (max-width: 1600px) {
  .banner {
    padding-bottom: 54px;
    margin-top: -150px;
  }
}

@media (max-width: 991.98px) {
  .banner {
    padding-bottom: 24px;
  }
}

.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#101114),
    to(transparent)
  );
  background: linear-gradient(0, #101114, transparent);
  left: 0;
  top: 0;
}

.banner .video-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner .video-banner video {
  width: 100%;
}

@media (max-width: 991.98px) {
  .banner .video-banner video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .banner .video-banner .desktop-video {
    display: none;
  }
}

.banner .video-banner .tab-video {
  display: none;
  height: 100%;
}

@media (max-width: 991.98px) {
  .banner .video-banner .tab-video {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .banner .video-banner .tab-video {
    display: none;
  }
}

.banner .video-banner .mobile-video {
  display: none;
  height: 100%;
}

@media (max-width: 767.98px) {
  .banner .video-banner .mobile-video {
    display: block;
  }
}

.banner .banner-content {
  padding-top: 300px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1800px) {
  .banner .banner-content {
    padding-top: 507px;
  }
}

@media (max-width: 991.98px) {
  .banner .banner-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner .banner-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner h2 {
  font-size: 50px;
  line-height: 75px;
  color: #ffff;
}

@media (min-width: 1800px) {
  .banner h2 {
    font-size: 64px;
    line-height: 86px;
  }
}

@media (max-width: 1600px) {
  .banner h2 {
    font-size: 49px;
    line-height: 48px;
  }
}

@media (max-width: 991.98px) {
  .banner h2 {
    font-size: 35px;
    text-align: center;
    line-height: 34px;
  }
}

.banner .styled-heading {
  font-size: 50px;
  line-height: 75px;
  color: #c9a485;
}

@media (min-width: 1800px) {
  .banner .styled-heading {
    font-size: 83px;
    line-height: 63px;
    letter-spacing: 4.15px;
  }
}

@media (max-width: 1600px) {
  .banner .styled-heading {
    font-size: 63px;
    line-height: 58px;
    letter-spacing: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .banner .styled-heading {
    font-size: 45px;
    text-align: center;
    line-height: 37px;
    margin-bottom: 70px;
  }
}

.home-filter {
  background-color: rgba(41, 41, 41, 0.72);
  padding: 22px 39px;
  margin-top: 100px;
}

@media (max-width: 991.98px) {
  .home-filter .black-button {
    width: 212px;
    height: 57px;
  }
}

@media (max-width: 1600px) {
  .home-filter {
    padding: 15px 25px;
    margin-top: 80px;
  }

  .home-filter .black-button {
    font-size: 14px;
    padding: 20px 30px;
  }
}

@media (max-width: 1600px) and (max-width: 1280.98px) {
  .home-filter .black-button {
    padding: 12px 24px;
  }
}

@media (max-width: 1600px) and (min-width: 1280px) and (max-width: 1600px) {
  .home-filter .black-button {
    padding: 13px 25px;
    height: 50px;
  }
}

@media (max-width: 1600px) and (min-width: 1201px) and (max-width: 1299px) {
  .home-filter .black-button {
    padding: 13px 18px;
    font-size: 12px;
  }
}

@media (max-width: 1600px) and (max-width: 991.98px) {
  .home-filter .black-button {
    width: 212px;
    height: 57px;
  }
}

@media (max-width: 1600px) and (min-width: 1800px) {
  .home-filter .black-button {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .home-filter {
    opacity: 0;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto 32px;
    padding: 24px 24px;
    height: 0;
    -webkit-transition:
      height 0.8s 0,
      opacity 0.5s 0.5s;
    transition:
      height 0.8s 0,
      opacity 0.5s 0.5s;
    z-index: -1;
    overflow-y: hidden;
  }
}

.home-filter .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.home-filter .select-styled {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 0;
  padding-bottom: 0;
  color: #ffff;
  font-size: 16px;

  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 1800px) {
  .home-filter .select-styled {
    font-size: 19px;

    font-weight: 400;
  }
}

@media (max-width: 1600px) {
  .home-filter .select-styled {
    font-size: 14px;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .home-filter .select-styled {
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
  }
}

.home-filter .select-styled:after {
  content: "";
  width: 16px;
  height: 12px;
  background: url("../images/dropdown-arrow.svg") no-repeat;
  position: absolute;
  top: 13px;
  right: 10px;
}

@media (max-width: 991.98px) {
  .home-filter .select-styled:after {
    background: url("../images/dropdown-arrow-white.svg") no-repeat;
  }
}

.home-filter .select-styled:hover {
  background-color: transparent;
}

.home-filter .select-styled:active:after,
.home-filter .select-styled.active:after {
  top: 8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-filter .select-options {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b7b7b7),
    to(#9c9c9c)
  );
  background: linear-gradient(to top, #b7b7b7, #9c9c9c);
  padding-right: 0;
  max-height: 194px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 transparent;
}

@media (max-width: 1025px) {
  .home-filter .select-options {
    bottom: -100%;
  }
}

.home-filter .select-options li {
  margin: 0;
  padding: 12px 24px 10px 24px;
  border-top: 1px solid #00000066;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;

  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 1800px) {
  .home-filter .select-options li {
    padding: 12px 34px;
    font-size: 18px;
  }
}

.home-filter .select-options li:hover,
.home-filter .select-options li.is-selected {
  color: #ffff;
  background-color: #000;
}

.home-filter .select-options li[rel="hide"] {
  display: none;
}

.home-filter .select-options li:nth-child(2) {
  border-top: 0;
}

.home-filter .select-options::-webkit-scrollbar {
  width: 10px;
  position: absolute;
  border-radius: 5px;
}

.home-filter .select-options::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

.home-filter .select-options::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}

.home-filter .select-options::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.home-filter form {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .home-filter form {
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
}

.home-filter form label {
  display: block;
  color: #bab8b8;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;

  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .home-filter form label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .home-filter form label {
    font-size: 14px;
    color: #ddd;
  }
}

.home-filter form .form-control,
.home-filter form select {
  background-color: transparent;
  color: #ffff;
  font-size: 16px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background-color: #292929;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1800px) {
  .home-filter form .form-control,
  .home-filter form select {
    font-size: 15px;

    font-weight: 400;
  }
}

@media (max-width: 1600px) {
  .home-filter form .form-control,
  .home-filter form select {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .home-filter form .form-control,
  .home-filter form select {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
  }
}

.home-filter form .select-wrapper {
  position: relative;
  z-index: 2;
}

.home-filter form .form-group {
  position: relative;
}

.home-filter form .form-group:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 56px;
  right: -2%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #bab8b8;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .home-filter form .form-group:after {
    height: 50px;
  }
}

@media (max-width: 991.98px) {
  .home-filter form .form-group:after {
    display: none;
  }
}

.home-filter form .form-group:last-child {
  border-right: 0;
}

.home-filter form .form-group:last-child:after {
  display: none;
}

@media (max-width: 991.98px) {
  .home-filter form .form-group {
    border: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 1300px) {
  .home-filter form .button-block {
    width: 19.666667%;
  }
}

@media (max-width: 991.98px) {
  .home-filter form .button-block {
    margin-bottom: 0;
  }
}

.form-close {
  display: none;
}

@media (max-width: 991.98px) {
  .home-filter.on {
    height: 435px;
    z-index: 1;
    opacity: 1;
    -webkit-transition:
      height 0.8s 0,
      opacity 0.5s 0.5s;
    transition:
      height 0.8s 0,
      opacity 0.5s 0.5s;
    bottom: -3px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .home-filter.on form {
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in;
  }
}

@media (max-width: 991.98px) {
  .home-filter.on .form-close svg {
    height: 16px;
    width: 16px;
    display: none;
  }
}

@media (max-width: 991.98px) {
  .home-filter.on .form-close {
    display: inline-block;
    margin-left: 20px;
    float: right;
    margin-top: 22px;
    margin-right: 0;
    background: url(../images/filter-close-mob.svg) no-repeat center center;
    width: 14px;
    height: 14px;
  }
}

.mob-filter-trigger {
  background-color: #202020;
  color: #ffff;
  padding: 33px 33px 33px 44px;
  display: none;
}

@media (max-width: 991.98px) {
  .mob-filter-trigger {
    display: block;
  }
}

.mob-filter-trigger h5 {
  margin-bottom: 0;
  color: #ffff;

  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

.legacy-block {
  padding-top: 198px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 767.98px) {
  .legacy-block .tab-section nav {
    margin-right: -22px;
  }

  .legacy-block .tab-section nav .nav-tabs .nav-link {
    min-width: 89px;
  }

  .legacy-block .tab-section nav .nav-tabs .nav-link:first-child {
    min-width: 145px;
    margin-left: 0;
  }

  .legacy-block .tab-section nav .nav-tabs .nav-link:last-child {
    min-width: 140px;
    margin-left: 0;
  }
}

.legacy-block .mobile-button {
  display: none;
}

@media (min-width: 1800px) {
  .legacy-block {
    padding-bottom: 160px;
  }
}

@media (max-width: 1600px) {
  .legacy-block {
    padding-top: 109px;
  }
}

@media (max-width: 991.98px) {
  .legacy-block {
    padding-top: 85px;
    padding-bottom: 120px;
  }

  .legacy-block .desktop-button {
    display: none;
  }

  .legacy-block .mobile-button {
    display: block;
    text-align: center;
  }
}

.legacy-block .plr {
  padding-left: 1px;
  padding-right: 5px;
}

@media (max-width: 1600px) {
  .legacy-block .plr {
    padding-right: 5px;
  }
}

@media (max-width: 991.98px) {
  .legacy-block .plr {
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
  }
}

.legacy-block .pr-26 {
  padding-right: 5px !important;
}

@media (max-width: 1600px) {
  .legacy-block .pr-26 {
    padding-right: 5px !important;
  }
}

@media (max-width: 991.98px) {
  .legacy-block .pr-26 {
    padding-right: calc(var(--bs-gutter-x) * 0.2) !important;
  }
}

.legacy-block:after {
  content: "";
  position: absolute;
  left: 53px;
  width: 666px;
  height: 1083px;
  top: 92px;
  z-index: -2;
  display: none;
}

@media (max-width: 1600px) {
  .legacy-block:after {
    top: 28px;
    height: 802px;
    background-size: contain;
    width: 480px;
    left: 93px;
  }
}

@media (max-width: 991.98px) {
  .legacy-block:after {
    display: none;
  }
}

.legacy-block .section-title {
  margin-bottom: 80px;
  text-transform: inherit;
}

@media (min-width: 1800px) {
  .legacy-block .section-title {
    margin-bottom: 117px;
    font-size: 64px;
  }
}

@media (max-width: 1600px) {
  .legacy-block .section-title {
    font-size: 42px;
    margin-bottom: 68px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .legacy-block .section-title {
    font-size: 37px;
  }
}

@media (max-width: 991.98px) {
  .legacy-block .section-title {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .gallery-carousel .item img {
    height: 230px !important;
  }
}

.image-box {
  position: relative;
}

.image-box:hover {
  background: 0;
}

@media (max-width: 991.98px) {
  .image-box {
    margin-bottom: 31px;
    height: 408px;
  }
}

.image-box img {
  position: relative;
  z-index: -1;
  width: 100%;
}

@media (max-width: 991.98px) {
  .image-box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.image-box .box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  padding-left: 55px;
  padding-right: 42px;
  padding-bottom: 34px;
}

@media (max-width: 991.98px) {
  .image-box .box-content {
    padding-left: 37px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1600px) {
  .image-box .box-content {
    padding-left: 38px;
  }
}

.image-box .box-content h4 {
  font-size: 30px;

  font-weight: 400;
  text-transform: uppercase;
  color: #ffff;
  margin-bottom: 30px;
  line-height: 47px;
}

@media (min-width: 1800px) {
  .image-box .box-content h4 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 43px;
  }
}

@media (max-width: 1600px) {
  .image-box .box-content h4 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 37px;
  }
}

@media (max-width: 991.98px) {
  .image-box .box-content h4 {
    line-height: 29px;
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.image-box .box-content p {
  font-size: 16px;

  font-weight: 300;
  color: #ffff;
  line-height: 22px;
}

@media (min-width: 1800px) {
  .image-box .box-content p {
    line-height: 30px;
    font-size: 17px;
  }
}

@media (max-width: 1600px) {
  .image-box .box-content p {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .image-box .box-content p {
    margin-bottom: 0;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #2c2c2c9e;
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .hover-img:after {
    display: none;
  }
}

.hover-img:hover:after {
  bottom: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hover-bg {
  overflow: hidden;
  background: 0;
}

.hover-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #2c2c2c9e;
  background-position: center;
  background-size: contain;
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .hover-bg:after {
    display: none;
  }
}

.hover-bg:hover:after {
  bottom: -0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.seperator {
  width: 92%;
  margin: 100px auto;
  left: 5px;
  position: relative;
}

@media (min-width: 1800px) {
  .seperator {
    width: 84%;
    left: -5px;
  }
}

@media (max-width: 1600px) {
  .seperator {
    margin-bottom: 80px;
    width: 89%;
  }
}

@media (max-width: 991.98px) {
  .seperator {
    display: none;
  }
}

.seperator.hm-seperator {
  margin-bottom: 0;
}

.tab-section {
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .tab-section {
    padding-top: 70px;
  }

  .tab-section .tab-content {
    padding-left: 23px;
  }
}

.tab-section .mobile-title {
  display: none;
}

@media (max-width: 991.98px) {
  .tab-section .mobile-title {
    display: block;
    text-align: center;
  }
}

.tab-section nav {
  margin-bottom: 90px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .tab-section nav {
    margin-bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .tab-section nav {
    margin-bottom: 35px;
  }
}

.tab-section .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0;
}

@media (max-width: 991.98px) {
  .tab-section .nav-tabs {
    margin-bottom: 33px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
}

.tab-section .nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 2px 0;
  font-size: 16px;

  font-weight: 600;
  text-transform: uppercase;
  color: #a1a5a3;
  margin: 0 28px;
  letter-spacing: 1px;
}

@media (min-width: 1800px) {
  .tab-section .nav-tabs .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .tab-section .nav-tabs .nav-link {
    margin: 17px 14px;
    font-size: 16px;
    min-width: 135px;
  }
}

.tab-section .nav-tabs .nav-link.active {
  border-bottom: 2px solid #000;
  color: #161616;
  background: transparent;
}

@media (max-width: 991.98px) {
  .projects-slider {
    padding-bottom: 32px;
  }
}

.projects-slider
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #000;
  border-radius: 5px;
}

.projects-slider .swiper-pagination {
  display: none;
  top: auto;
  padding-right: 23px;
  bottom: 0;
  width: 92%;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .projects-slider .swiper-pagination {
    display: block;
  }
}

.projects-slider .swiper-slide {
  padding: 40px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .projects-slider .swiper-slide {
    padding: 0;
    margin-right: 30px;
  }
}

.projects-slider .img-holder img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .projects-slider .img-holder {
    -webkit-transform: none;
    transform: none;
  }
}

.projects-slider .swiper-slide-active .img-holder {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .projects-slider .swiper-slide-active .img-holder {
    -webkit-transform: none;
    transform: none;
  }
}

.projects-slider .swiper-slide-active .img-holder:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .projects-slider .swiper-slide-active .img-holder:after {
    display: none;
  }
}

.projects-slider .swiper-button-next {
  right: 23%;
}

@media (max-width: 1600px) {
  .projects-slider .swiper-button-next {
    right: 25%;
  }
}

@media (min-width: 1800px) {
  .projects-slider .swiper-button-next {
    right: 26%;
  }
}

.projects-slider .swiper-button-prev {
  left: 23%;
}

@media (max-width: 1600px) {
  .projects-slider .swiper-button-prev {
    left: 25%;
  }
}

@media (min-width: 1800px) {
  .projects-slider .swiper-button-prev {
    left: 26%;
  }
}

.projects-slider .swiper-button-next,
.projects-slider .swiper-button-prev {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

@media (max-width: 1600px) {
  .projects-slider .swiper-button-next,
  .projects-slider .swiper-button-prev {
    width: 75px;
    height: 75px;
    background-position: center center !important;
  }
}

.projects-slider .swiper-button-next:after,
.projects-slider .swiper-button-prev:after {
  display: none;
}

.projects-slider .swiper-button-next {
  background: url("../images/right.svg") no-repeat;
  -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28);
  box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28);
}

.projects-slider .swiper-button-next:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.projects-slider .swiper-button-prev {
  background: url("../images/right.svg") no-repeat;
  -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28);
  box-shadow: 0 12px 17px rgba(0, 0, 0, 0.28);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.projects-slider .swiper-button-prev:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.projects-slider .slider-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 32%;
}

@media (max-width: 991.98px) {
  .projects-slider .slider-content {
    height: auto;
    top: auto;
    bottom: 28px;
    text-align: left;
    padding-top: 0;
  }
}

.projects-slider .slider-content h4 {
  font-size: 50px;
  line-height: 75px;
  color: #ffff;

  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
}

@media (min-width: 1800px) {
  .projects-slider .slider-content h4 {
    font-size: 64px;
  }
}

@media (max-width: 1600px) {
  .projects-slider .slider-content h4 {
    font-size: 49px;
  }
}

.projects-slider .slider-content h3 {
  font-size: 80px;
  line-height: 75px;
  color: #ffff;

  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
}

@media (min-width: 1800px) {
  .projects-slider .slider-content h3 {
    font-size: 94px;
  }
}

@media (max-width: 1600px) {
  .projects-slider .slider-content h3 {
    font-size: 70px;
    line-height: 50px;
  }
}

.projects-slider .hover-content {
  display: block;
  padding: 30px 50px;
}

@media (min-width: 1800px) {
  .projects-slider .hover-content {
    padding: 30px 123px;
  }
}

@media (max-width: 991.98px) {
  .projects-slider .hover-content {
    display: block;
    padding: 0 27px;
  }
}

.projects-slider .hover-content p {
  color: #ffff;
  font-size: 25px;

  font-weight: 400;
  line-height: 37px;
}

@media (min-width: 1800px) {
  .projects-slider .hover-content p {
    line-height: 32px;
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  .projects-slider .hover-content p {
    font-size: 35px;
    text-shadow: 2px 1px #000;
  }
}

@media (max-width: 767.98px) {
  .projects-slider .hover-content p {
    line-height: 21px;
    font-size: 16px;
    text-shadow: 1px 1px #000;
    margin-bottom: 0;
  }
}

.projects-slider .main-content {
  display: block;
}

@media (max-width: 991.98px) {
  .projects-slider .slider-arrows {
    display: none;
  }
}

.projects-slider .swiper-slide-active .main-content {
  display: block;
}

@media (max-width: 991.98px) {
  .projects-slider .swiper-slide-active .main-content {
    display: none;
  }
}

.projects-slider .swiper-slide-active:hover .img-holder:after {
  width: 600px;
  height: 600px;
  border-radius: 150%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .projects-slider .swiper-slide-active:hover .img-holder:after {
    display: none;
  }
}

.projects-slider .swiper-slide-active:hover .hover-content {
  display: block;
}

.projects-slider .swiper-slide-active:hover .main-content {
  display: block;
}

.button-section {
  margin-top: 97px;
}

@media (max-width: 1600px) {
  .button-section {
    margin-top: 64px;
  }
}

@media (max-width: 991.98px) {
  .button-section {
    margin-top: 44px;
  }
}

.community-section {
  position: relative;
}

.community-section .main-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 95;
  text-align: center;
  top: 137px;
  width: 35%;
}

@media (max-width: 1600px) {
  .community-section .main-title {
    top: 80px;
    width: 35%;
  }
}

@media (max-width: 991.98px) {
  .community-section .main-title {
    top: 0;
    width: 100%;
    position: relative;
  }
}

.community-section .main-title .section-title {
  color: #ffff;
  line-height: 30px;
}

@media (max-width: 991.98px) {
  .community-section .main-title .section-title {
    color: #000;
  }
}

.community-section .main-title h3 {
  color: #c9a485;
  font-size: 79px;
  letter-spacing: 4.15px;
  line-height: 99px;
}

@media (max-width: 1600px) {
  .community-section .main-title h3 {
    font-size: 63px;
  }
}

@media (max-width: 991.98px) {
  .community-section .main-title h3 {
    line-height: 52px;
    font-size: 45px;
  }
}

.community-section .center-block {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 458px;
  height: 594px;
  top: 245px;
  bottom: 0;
  padding: 60px 37px 60px 60px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1800px) {
  .community-section .center-block {
    width: 708px;
  }
}

@media (max-width: 1600px) {
  .community-section .center-block {
    width: 957px;
    height: 393px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block {
    position: relative;
    margin: auto;
    width: 85%;
    height: auto;
    top: 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px auto 118px auto;
  }
}

@media (max-width: 575.98px) {
  .community-section .center-block {
    padding: 30px 10px 30px 30px;
  }
}

.community-section .center-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 458px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 1600px) {
  .community-section .center-block:before {
    width: 303px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block:before {
    display: none;
  }
}

.community-section .center-block .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  .community-section .center-block .features .sm-in-lap {
    width: auto;
  }

  .community-section .center-block .features .sm-in-lap1 {
    width: 28px;
  }

  .community-section .center-block .features .sm-in-lap2 {
    width: 25px;
  }

  .community-section .center-block .features .sm-in-lap3 {
    width: 32px;
  }
}

@media (max-width: 767.98px) {
  .community-section .center-block .features .sm-in-lap {
    width: 37px;
    height: 37px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block .features {
    opacity: 1 !important;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .community-section .center-block .features .col-3 {
    width: 23%;
  }
}

.community-section .center-block .features .icon-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1600px) {
  .community-section .center-block .features .icon-box {
    min-width: 205px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block .features .icon-box {
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.community-section .center-block .features .icon-box:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #bab8b8;
  position: absolute;
  left: -42px;
}

@media (max-width: 1600px) {
  .community-section .center-block .features .icon-box:after {
    left: -22px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block .features .icon-box:after {
    display: none;
  }
}

.community-section .center-block .features .icon-box .ms-3 {
  margin-left: 20px !important;
}

@media (max-width: 1600px) {
  .community-section .center-block .features .icon-box .ms-3 {
    margin-left: 9px !important;
  }
}

.community-section .center-block .features .icon-box:first-child:after {
  display: none;
}

@media (max-width: 1600px) {
  .community-section .center-block .features .lg-box {
    min-width: 264px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block .features .lg-box {
    min-width: 205px;
  }
}

.community-section .center-block .features h5 {
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 22px;
  color: #ffff;
  margin-bottom: 0;

  font-weight: 400;
}

@media (min-width: 1800px) {
  .community-section .center-block .features h5 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 51px;
  }
}

@media (max-width: 1600px) {
  .community-section .center-block .features h5 {
    font-size: 12px;
    line-height: 15px;
    padding-right: 33px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block .features h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .community-section .center-block .features h5 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .community-section .center-block .features h5 {
    padding-right: 0;
    padding-left: 15px;
  }
}

.community-section .img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.community-section .img-wrap img {
  margin: 0 auto 80px auto;
}

@media (max-width: 1600px) {
  .community-section .img-wrap img {
    width: 399px;
    margin-bottom: 51px;
  }
}

@media (max-width: 991.98px) {
  .community-section .img-wrap img {
    margin-bottom: 55px;
  }
}

@media (max-width: 991.98px) {
  .community-section .img-wrap {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin: auto !important;
  }
}

.community-section .button-block {
  margin-top: 40px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .community-section .button-block {
    opacity: 1 !important;
    display: block;
    margin-top: 42px;
  }
}

@media (max-width: 1399.98px) {
  .community-section .button-block {
    margin-top: 0;
  }
}

.community-section .button-block .block-wrap {
  margin: 0 16px;
}

.community-section .button-block .block-wrap svg {
  display: inline-block;
}

@media (max-width: 1600px) {
  .community-section .button-block .block-wrap {
    margin: 0 15px;
  }

  .community-section .button-block .block-wrap a.white-btn {
    font-size: 10px;
  }

  .community-section .button-block .block-wrap a.white-btn:hover {
    -webkit-box-shadow: inset 22em 0 #000;
    box-shadow: inset 22em 0 #000;
  }
}

@media (max-width: 991.98px) {
  .community-section .button-block .block-wrap {
    margin: 24px auto;
    text-align: center;
    width: 50%;
  }

  .community-section .button-block .block-wrap a.white-btn {
    display: block;
    padding: 18px 40px;
    font-size: 14px;
  }

  .community-section .button-block .block-wrap a.white-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
  }
}

@media (max-width: 767.98px) {
  .community-section .button-block .block-wrap {
    margin: 24px 0;
    text-align: center;
    width: 100%;
  }
}

.community-section .center-block:hover {
  width: 1200px;
}

@media (min-width: 1200px) {
  .community-section .center-block:hover {
    width: 957px;
    height: auto;
    padding-top: 80px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1800px) {
  .community-section .center-block:hover {
    width: 1388px;
    top: 313px;
  }
}

@media (max-width: 1399.98px) {
  .community-section .center-block:hover {
    padding-top: 45px;
  }
}

@media (max-width: 991.98px) {
  .community-section .center-block:hover {
    width: 85%;
  }
}

.community-section .center-block:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.community-section .center-block:hover .features,
.community-section .center-block:hover .button-block {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.community-section .center-block:hover .img-wrap {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1200px) {
  .community-slider .swiper-slide .bg-img {
    width: 100%;
  }
}

.community-slider .slider-pagination {
  display: none;
}

@media (max-width: 991.98px) {
  .community-slider .bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .community-slider .slider-pagination {
    display: block;
    width: 84%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 70px;
    z-index: 9;
    margin: auto;
    background-color: rgba(234, 234, 234, 0.31);
    border-radius: 5px;
    overflow: hidden;
  }

  .community-slider .swiper-pagination-progressbar-fill {
    background-color: #ffff;
    border-radius: 5px;
  }
}

.community-slider .swiper-button-next {
  width: 75px;
  height: 75px;
  background: url("../images/slider-right-white.svg") no-repeat;
  background-size: 75px 75px;
  right: 102px;
  top: 45%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.community-slider .swiper-button-next:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.community-slider .swiper-button-next:after {
  display: none;
}

@media (max-width: 991.98px) {
  .community-slider .swiper-button-next {
    display: none;
  }
}

.community-slider .swiper-button-prev {
  width: 75px;
  height: 75px;
  background: url("../images/slider-right-white-left.svg");
  background-size: 75px 75px;
  left: 102px;
  top: 45%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.community-slider .swiper-button-prev:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.community-slider .swiper-button-prev:after {
  display: none;
}

@media (max-width: 991.98px) {
  .community-slider .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination-progressbar.swiper-pagination-lock {
  display: none;
}

@media (min-width: 1200px) {
  body .home-filter .black-button {
    width: 100%;
  }
}

.img-holder:hover .slider-content {
  display: block !important;
}

.img-holder:hover + div {
  display: block !important;
}

.cta-banner h4 {
  font-size: 35px !important;
}

@media (max-width: 1600px) {
  .home-banner .banner-content {
    padding-top: 350px;
  }
}

.signature-quality .inner-main-banner .title-disc h2 {
  margin-bottom: 30px;
}

.signature-quality header {
  background: transparent;
}

.signature-quality .banner {
  padding-bottom: 0;
  background: #000;
}

@media (max-width: 991.98px) {
  .signature-quality .banner {
    margin-top: -88px;
  }

  .signature-quality .banner .banner-content {
    padding-left: 21px;
    padding-right: 21px;
  }

  .signature-quality .banner h2 {
    line-height: 45px;
    margin-bottom: 27px;
  }
}

@media (max-width: 767.98px) {
  .signature-quality .banner {
    margin-top: -65px;
  }
}

.signature-quality .banner .inner-banner img {
  opacity: 0.4;
}

@media (max-width: 767.98px) {
  .signature-quality .banner .inner-banner img {
    opacity: 1;
  }
}

.signature-quality .banner-content p {
  color: #ffff;
  margin: 30px auto;
}

@media (max-width: 1600px) {
  .signature-quality .banner-content p {
    max-width: 77%;
  }
}

@media (min-width: 1800px) {
  .signature-quality .banner-content p {
    max-width: 67%;
    margin: 30px auto;
  }
}

@media (max-width: 991.98px) {
  .signature-quality .banner-content p {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .signature-quality .banner-content p {
    margin: 10px auto;
  }
}

@media (max-width: 1025px) {
  .signature-quality .inner-main-banner .title-disc {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .signature-quality .inner-main-banner .title-disc {
    padding-top: 120px;
  }
}

.banner-counter-block .grey-box-with-border {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}

.banner-counter-block .grey-box-with-border:hover {
  opacity: 0.7;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .banner-counter-block .grey-box-with-border {
    padding: 20px 20px;
  }
}

@media (min-width: 1800px) {
  .banner-counter-block .grey-box-with-border {
    padding: 57px 50px;
  }
}

@media (max-width: 991.98px) {
  .banner-counter-block .grey-box-with-border {
    width: auto;
    padding: 15px 42px;
    margin-top: 13px;
    background: transparent;
    border-color: #ffff;
    max-width: 90%;
    margin: 15px auto;
  }
}

@media (max-width: 767.98px) {
  .banner-counter-block .grey-box-with-border {
    padding: 2px;
  }
}

.banner-counter-block .grey-box-with-border span {
  font-size: 30px;

  color: #302c2859;
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(48, 44, 40, 0.35),
    #bd9a7d
  );
  -webkit-background-clip: text;
  line-height: normal;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-right: 15px;
}

@media (min-width: 1800px) {
  .banner-counter-block .grey-box-with-border span {
    font-size: 40px;
    line-height: 50px;
  }
}

.banner-counter-block .grey-box-with-border h5 {
  font-size: 16px;
  color: #ffff;

  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1800px) {
  .banner-counter-block .grey-box-with-border h5 {
    font-size: 22px;
    letter-spacing: 2.5px;
  }
}

@media (max-width: 991.98px) {
  .banner-counter-block .grey-box-with-border h5 {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.for-patterns {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1800px) {
  .for-patterns {
    height: 100vh;
  }
}

@media (max-width: 1200px) {
  .for-patterns .section-title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .for-patterns .section-title {
    font-size: 35px;
  }
}

.for-patterns:nth-child(even) {
  background: #fff;
}

.for-patterns:nth-child(odd) {
  background: #f0f0f0;
}

.for-patterns .the-s-pattern {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 1;
  display: none;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .for-patterns .the-s-pattern {
    width: 550px;
  }
}

@media (max-width: 991.98px) {
  .for-patterns .the-s-pattern {
    right: -60%;
  }
}

.sq-section-1 {
  position: relative;
  padding: 100px 0 75px 0;
}

@media (max-width: 991.98px) {
  .sq-section-1 {
    padding-top: 75px;
    padding-bottom: 20px;
    overflow: hidden;
  }
}

.sq-section-1 .the-s-pattern {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15%;
}

@media (max-width: 991.98px) {
  .sq-section-1 .the-s-pattern {
    right: -60%;
    top: -128px;
  }
}

@media (min-width: 1300px) {
  .sq-section-1 .container {
    max-width: 1260px;
  }
}

@media (min-width: 1800px) {
  .sq-section-1 .container {
    max-width: 1693px;
  }
}

@media (max-width: 991.98px) {
  .v-slider-section.bg-grey .slider-content {
    padding-top: 88px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .v-slider-section.bg-grey .slider-content {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .v-slider-section.bg-grey .slider-content .counter-num {
    top: 0;
  }
}

.v-slider-section {
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .v-slider-section {
    padding-bottom: 0;
  }
}

.v-slider-section .slider-content {
  padding-top: 50px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .v-slider-section .slider-content {
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .v-slider-section .slider-content {
    position: relative;
    width: 100%;
  }
}

.v-slider-section .slider-content .counter-num {
  color: rgba(201, 164, 133, 0.4);

  font-size: 80px;
  font-weight: 400;
}

@media (min-width: 1800px) {
  .v-slider-section .slider-content .counter-num {
    font-size: 132px;
  }
}

@media (max-width: 991.98px) {
  .v-slider-section .slider-content .counter-num {
    font-size: 110px;

    position: absolute;
    right: 0;
    top: 34px;
  }
}

.v-slider-section .slider-content .counter-title {
  color: #000;

  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4.1px;
  margin-bottom: 30px;
}

@media (min-width: 1800px) {
  .v-slider-section .slider-content .counter-title {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .v-slider-section .slider-content .counter-title {
    font-size: 21px;
    letter-spacing: 0;
    font-weight: 500;
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .v-slider-section .slide-main-item {
    margin-bottom: 100px;
  }
}

.v-slider-section .slider-nav-2,
.v-slider-section .slider-nav-1 {
  padding-top: 34px;
  right: -20px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .v-slider-section .slider-nav-2,
  .v-slider-section .slider-nav-1 {
    right: -10px;
  }
}

@media (max-width: 1200px) {
  .v-slider-section .slider-nav-2,
  .v-slider-section .slider-nav-1 {
    display: none;
  }
}

.v-slider-section .slider-nav-2 li,
.v-slider-section .slider-nav-1 li {
  display: block;
  text-align: right;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #adadad;
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1800px) {
  .v-slider-section .slider-nav-2 li,
  .v-slider-section .slider-nav-1 li {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.v-slider-section .slider-nav-2 li:after,
.v-slider-section .slider-nav-1 li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: #adadad;
}

.v-slider-section .slider-nav-2 .slick-current,
.v-slider-section .slider-nav-1 .slick-current {
  color: #c9a485;
  padding-right: 40px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.v-slider-section .slider-nav-2 .slick-current:after,
.v-slider-section .slider-nav-1 .slick-current:after {
  background-color: #c9a485;
  width: 28px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .v-slider-section .slider-nav-2 .slick-current:after,
  .v-slider-section .slider-nav-1 .slick-current:after {
    width: 20px;
  }
}

.v-slider-section .slider-nav-2 .slick-track,
.v-slider-section .slider-nav-1 .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
}

.slider-for-slider-nav-2 .slick-prev,
.slider-for-slider-nav-1 .slick-prev {
  background-color: transparent;
  border: 0;
  background-image: url("../images/slider-next.svg");
  width: 40px;
  height: 53px;
  bottom: 80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .slider-for-slider-nav-2 .slick-prev,
  .slider-for-slider-nav-1 .slick-prev {
    background-size: 30px;
    width: 30px;
    height: 40px;
  }
}

.slider-for-slider-nav-2 .slick-next,
.slider-for-slider-nav-1 .slick-next {
  background-color: transparent;
  border: 0;
  background-image: url("../images/slider-next.svg");
  width: 40px;
  height: 53px;
  bottom: 10px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .slider-for-slider-nav-2 .slick-next,
  .slider-for-slider-nav-1 .slick-next {
    background-size: 30px;
    width: 30px;
    height: 40px;
  }
}

.slider-for-slider-nav-2 .slick-disabled,
.slider-for-slider-nav-1 .slick-disabled {
  opacity: 0.2;
}

.slider-for-slider-nav-2 .slider-control,
.slider-for-slider-nav-1 .slider-control {
  position: absolute;
  right: -20%;
}

.slider-for-slider-nav-2 .slider-control:hover,
.slider-for-slider-nav-1 .slider-control:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-filter: invert(1) sepia(1) saturate(4) hue-rotate(333deg);
  filter: invert(1) sepia(1) saturate(4) hue-rotate(333deg);
}

.sign-bann-gray-main {
  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;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .v-slider-section .slider-content {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .v-slider-section .sign-slide-main-box .slider-content .counter-title {
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .v-slider-section .sign-slide-main-box .slider-content .counter-num {
    font-size: 40px;
    top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .v-slider-section .sign-slide-main-box p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .v-slider-section .sign-slide-main-box {
    width: 100%;
  }
}

.v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
    padding-left: 80px;
    padding-right: 78px;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
    padding-left: 40px;
    padding-right: 40px;
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .v-slider-section .sign-slide-main-box .sign-slide-main-box-left {
    width: 50%;
  }
}

.v-slider-section .sign-slide-main-box .sign-slide-main-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .v-slider-section .sign-slide-main-box .sign-slide-main-box-right {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .v-slider-section .sign-slide-main-box .sign-slide-main-box-right {
    width: 50%;
  }
}

.contact-us-page .footer-form-area .container.mob-fluid {
  display: none;
}

@media (max-width: 767.98px) {
  .contact-us-page .footer-form-area .footer-seperators {
    display: none;
  }
}

.contact-us-page .banner h2 {
  font-size: 60px;
  line-height: 65px;
}

@media (min-width: 1800px) {
  .contact-us-page .banner h2 {
    font-size: 70px;
    line-height: 82px;
  }
}

.contact-us-page header {
  background: transparent;
}

.contact-us-page footer {
  padding-top: 0;
}

.contact-us-page .banner {
  padding-bottom: 0;
  background: #000;
}

@media (max-width: 1025px) {
  .contact-us-page .banner {
    margin-top: -217px;
  }
}

@media (max-width: 991.98px) {
  .contact-us-page .banner .banner-content {
    padding-left: 21px;
    padding-right: 21px;
  }

  .contact-us-page .banner h2 {
    line-height: 55px;
    margin-bottom: 27px;
  }
}

@media (max-width: 767.98px) {
  .contact-us-page .banner h2 {
    line-height: 48px;
    font-size: 41px;
  }
}

@media (max-width: 767.98px) {
  .contact-us-page .banner {
    margin-top: -65px;
  }
}

@media (max-width: 575.98px) {
  .contact-us-page .banner {
    margin-top: -75px;
  }
}

.contact-us-page .banner .inner-banner img {
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .contact-us-page .banner .inner-banner img {
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  .contact-us-page .inner-main-banner .banner-button-block .grey-with-border {
    margin: 0 53px;
    margin-bottom: 24px;
  }
}

@media (max-width: 1025px) {
  .contact-us-page .inner-main-banner .title-disc {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .contact-us-page .inner-main-banner .title-disc {
    padding-top: 120px;
    max-width: 340px;
  }
}

.enq-section {
  padding: 144px 0 50px 0;
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .enq-section {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 767.98px) {
  .enq-section {
    padding-top: 90px;
    margin-bottom: 60px;
  }
}

.enq-section .enq-pattern {
  position: absolute;
  left: 1%;
  right: 0;
  top: -138%;
  margin: auto;
  z-index: -1;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .enq-section .enq-pattern {
    width: 580px;
    top: -171%;
  }
}

@media (max-width: 767.98px) {
  .enq-section .enq-pattern {
    top: -39%;
    left: -22%;
  }
}

.enq-section .enq-box {
  text-align: center;
}

.enq-section .enq-box h5 {
  font-size: 24px;

  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

@media (min-width: 1800px) {
  .enq-section .enq-box h5 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .enq-section .enq-box h5 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .enq-section .enq-box h5 {
    font-size: 20px;
  }

  .enq-section .enq-box h5 br {
    display: none;
  }
}

.enq-section .enq-box #main-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

@media (min-width: 1800px) {
  .enq-section .enq-box #main-icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .enq-section .enq-box #main-icon {
    margin-top: 30px;
  }
}

.enq-section .enq-box a {
  display: block;
  position: relative;
  color: #101114;

  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c9a485),
    color-stop(50%, #c9a485),
    color-stop(50%, #101114)
  );
  background: linear-gradient(to right, #c9a485, #c9a485 50%, #101114 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.enq-section .enq-box a:hover {
  background-position: 0 100%;
}

@media (min-width: 1800px) {
  .enq-section .enq-box a {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .enq-section .enq-box a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.enq-section .enq-box a svg {
  width: 15px;
  margin-right: 7px;
}

@media (min-width: 1800px) {
  .enq-form-section {
    margin-bottom: 60px;
  }
}

.enq-form-section hr {
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  .enq-form-section hr {
    margin-bottom: 110px;
  }
}

.enq-form-section .form-control {
  border: 1px solid #888e91;
  border-radius: 0;
  color: #000;
  font-size: 18px;

  font-weight: 500;
  padding: 25px 38px;
}

@media (min-width: 1800px) {
  .enq-form-section .form-control {
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .enq-form-section .form-control {
    padding: 16px 27px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .enq-form-section .form-control {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.enq-form-section .form-control:focus {
  border: 2px solid #afb3b5;
}

.enq-form-section .select-wrapper {
  position: relative;
}

.enq-form-section .select-wrapper select {
  position: relative;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
}

.enq-form-section .select-wrapper:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  background: url("../images/select-down.svg") no-repeat;
  top: 0;
  right: 19px;
  bottom: 0;
  margin: auto;
  background-size: 20px 10px;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .enq-form-section .select-wrapper:after {
    right: 15px;
  }
}

@media (max-width: 767.98px) {
  .enq-form-section .select-wrapper:after {
    background-size: 10px 14px;
  }
}

.enq-form-section input[type="date"] {
  text-transform: uppercase;
}

.enq-form-section input::-webkit-input-placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.enq-form-section input:-ms-input-placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.enq-form-section input::-ms-input-placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.enq-form-section input::placeholder {
  color: #6d6d6d;
  font-weight: 300;
}

.enq-form-section select {
  color: #6d6d6d !important;
  font-weight: 300 !important;
}

.enq-form-section .form-group {
  width: 100%;
  border: 1px solid #888e91;
}

.enq-form-section .form-group span {
  display: inline-block;
  width: 10%;

  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1600px) {
  .enq-form-section .form-group span {
    font-size: 14px;
    width: 13%;
  }
}

@media (max-width: 767.98px) {
  .enq-form-section .form-group span {
    width: 17%;
  }
}

.enq-form-section .form-group input {
  display: inline-block;
  width: 89%;
  border: 0;
}

@media (max-width: 1600px) {
  .enq-form-section .form-group input {
    width: 69%;
  }
}

@media (max-width: 767.98px) {
  .enq-form-section .form-group input {
    width: 75%;
  }
}

.enq-form-section .form-group input:focus {
  border: 0;
}

.enq-form-section h5 {
  font-size: 23px;

  font-weight: 400;
  margin-bottom: 45px;
}

@media (min-width: 1800px) {
  .enq-form-section h5 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .enq-form-section h5 {
    font-size: 18px;
  }
}

.enq-form-section .address-block {
  padding-left: 30px;
  border-left: 1px solid #c9a485;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .enq-form-section .address-block {
    padding-left: 14px;
  }
}

.enq-form-section .address-block a {
  display: block;

  font-size: 14px;
  margin-bottom: 18px;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c9a485),
    color-stop(50%, #c9a485),
    color-stop(50%, #101114)
  );
  background: linear-gradient(to right, #c9a485, #c9a485 50%, #101114 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
  font-weight: 500;
}

.enq-form-section .address-block a:hover {
  background-position: 0 100%;
}

@media (min-width: 1800px) {
  .enq-form-section .address-block a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .enq-form-section .address-block a {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.enq-form-section .address-block a svg {
  margin-right: 10px;
}

.enq-form-section p {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 16px;
}

.enq-form-section h6 {
  font-size: 16px;

  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 1800px) {
  .enq-form-section h6 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .enq-form-section h6 {
    font-size: 14px;
    line-height: 12px;
  }
}

.enq-form-section .seperator-line {
  margin-top: 80px;
  margin-bottom: 80px;
  border-color: #cec9c9;
}

@media (max-width: 767.98px) {
  .enq-form-section .seperator-line {
    margin-top: -12px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .pr-100 {
    padding-right: 2%;
  }
}

@media (min-width: 1800px) {
  .pr-100 {
    padding-right: 4%;
  }
}

.form-grey-bg {
  background-color: #f5f5f5;
  margin-left: 50px;
  padding: 80px 80px;
}

.form-grey-bg .form-sec {
  margin-bottom: 30px;
}

@media (min-width: 1800px) {
  .form-grey-bg .form-sec {
    margin-bottom: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .form-grey-bg {
    padding: 30px;
    margin-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .form-grey-bg {
    margin-left: 0;
    padding: 50px 20px;
    margin-top: 60px;
  }
}

.form-grey-bg .section-title {
  font-size: 46px !important;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .form-grey-bg .section-title {
    margin-bottom: 35px;
  }
}

.form-grey-bg .form-control {
  background: transparent;
  border-color: #888e91 !important;
}

@media (max-width: 1600px) {
  .form-grey-bg .form-control {
    padding: 16px 27px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .form-grey-bg .form-control {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.form-grey-bg .form-group {
  margin-bottom: 30px;
}

.form-grey-bg .form-group .form-control {
  margin-bottom: 0;
}

.cta-banner {
  padding-top: 80px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .cta-banner {
    padding-top: 60px;
  }
}

.cta-banner .center-block {
  padding: 90px 50px;
  position: relative;
  border: 1px solid #c9a485;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .cta-banner .center-block {
    padding: 50px 40px;
  }
}

@media (max-width: 767.98px) {
  .cta-banner .center-block {
    padding: 90px 40px;
  }
}

.cta-banner h4 {
  margin-bottom: 0;
  font-size: 38px;

  font-weight: 400;
  line-height: 46px;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 1800px) {
  .cta-banner h4 {
    font-size: 52px;
    line-height: 67px;
  }
}

@media (max-width: 767.98px) {
  .cta-banner h4 {
    font-size: 30px;
    line-height: 35px;
  }
}

.cta-banner h4 a {
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#101114),
    color-stop(50%, #101114),
    color-stop(50%, #c9a485)
  );
  background: linear-gradient(to right, #101114, #101114 50%, #c9a485 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.cta-banner h4 a:hover {
  background-position: 0 100%;
}

@media (max-width: 767.98px) {
  .cta-banner {
    margin-bottom: 75px;
  }
}

.contact-cta {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.contact-cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .contact-cta::after {
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  .contact-box svg {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 1200px) {
  .inner-main-banner.contact-banner .title-disc.max-100 {
    max-width: 375px;
  }
}

.umbraco-forms-submitmessage {
  text-align: center;
  display: block;
  color: green;
  font-weight: 600;

  font-size: 24px;
  border: 1px solid;
  padding: 10px 0;
  margin-top: 25px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .umbraco-forms-submitmessage {
    font-size: 21px;
  }
}

@media (max-width: 1600px) {
  .umbraco-forms-submitmessage {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .section-mob-title {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .form-submit-main {
    text-align: center;
  }
}

.wg-section-1,
.wg-images-1 {
  padding-top: 130px;
  padding-bottom: 40px;
  position: relative;
}

@media (max-width: 767.98px) {
  .wg-section-1 .image:first-child .img-wrapper,
  .wg-images-1 .image:first-child .img-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .wg-section-1,
  .wg-images-1 {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .wg-section-1 .mb-5,
  .wg-images-1 .mb-5 {
    margin-bottom: 0 !important;
  }
}

.wg-section-1 .wv-pattern,
.wg-images-1 .wv-pattern {
  position: absolute;
  left: 0;
  right: 0;
  top: -79%;
  margin: auto;
  z-index: -1;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .wg-section-1 .wv-pattern,
  .wg-images-1 .wv-pattern {
    top: -57%;
    width: 500px;
  }
}

@media (max-width: 767.98px) {
  .wg-section-1 .wv-pattern,
  .wg-images-1 .wv-pattern {
    top: -14%;
    left: -23%;
  }
}

.wg-section-1 .section-title,
.wg-images-1 .section-title {
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .wg-section-1 .section-title,
  .wg-images-1 .section-title {
    margin-bottom: 45px;
  }
}

.wg-section-1 img.mid-banner,
.wg-images-1 img.mid-banner {
  margin-bottom: 40px !important;
  cursor: pointer;
}

.wg-section-1 img.mid-banner:hover,
.wg-images-1 img.mid-banner:hover {
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .wg-section-1 .wv-pattern {
    top: -55%;
    left: -24%;
  }
}

@media (min-width: 1800px) {
  .wg-section-1 .section-title {
    font-size: 70px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767.98px) {
  .wg-section-1 .section-title {
    margin-bottom: 45px;
  }
}

@media (min-width: 1800px) {
  .wg-images-1 .wv-pattern {
    top: -46%;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .wg-images-1 .wv-pattern {
    top: -32%;
  }
}

.page-no-banner header {
  padding-bottom: 30px;
}

.page-no-banner .search-top {
  padding-bottom: 10px;
}

.page-no-banner .mobile-header {
  background: #000;
  padding-bottom: 25px;
}

.page-no-banner .mh-head .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wv-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.wv-img img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wv-img .hover-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 991.98px) {
  .wv-img .hover-div {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.wv-img .hover-div .download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .wv-img .hover-div .download-btns {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-right: 15px;
  }
}

.wv-img .hover-div .round-white a {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #ffff;
  text-align: center;
  border-radius: 50%;
  padding: 28px;
  margin: 0 10px;
  margin: 0 10px;
}

@media (max-width: 1600px) {
  .wv-img .hover-div .round-white a {
    width: 60px;
    height: 60px;
    padding: 17px;
  }

  .wv-img .hover-div .round-white a svg {
    width: 15px;
  }
}

@media (max-width: 991.98px) {
  .wv-img .hover-div .round-white a {
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  .wv-img .hover-div .round-white a svg {
    width: 15px;
  }
}

.wv-img .hover-div .round-white a:hover {
  background-color: #000;
}

.wv-img .hover-div .round-white a:hover svg line,
.wv-img .hover-div .round-white a:hover svg circle,
.wv-img .hover-div .round-white a:hover svg path {
  stroke: #ffff;
}

.wv-img:hover .hover-div {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gallery {
  padding: 0 30px 0 30px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  #gallery {
    padding: 0 30px 0 30px;
  }
}

@media (max-width: 767.98px) {
  #gallery {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  #gallery .swiper {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  #gallery .container {
    padding: 0;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .img-wrapper {
    margin-top: 30px;
  }
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .img-overlay {
    opacity: 1;
    background: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.img-wrapper:hover .img-overlay {
  opacity: 1;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: #313131;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#prevButton {
  color: #fff;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  background: url(/images/pop-arrow-prev.svg);
  width: 92px;
  height: 92px;
  cursor: pointer;
  position: absolute;
  left: 20px;
}

@media (min-width: 1200px) {
  #prevButton {
    left: 50px;
  }
}

@media (max-width: 767.98px) {
  #prevButton {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#nextButton {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  background: url(/images/pop-arrow.svg);
  width: 92px;
  height: 92px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}

@media (min-width: 1200px) {
  #nextButton {
    right: 50px;
  }
}

@media (max-width: 767.98px) {
  #nextButton {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}

#prevButton:hover {
  opacity: 0.7;
}

#nextButton,
#prevButton {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nextButton:hover,
#prevButton:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 1280px) and (max-width: 1600px) {
  #nextButton,
  #prevButton {
    background-size: 58px;
    width: 58px;
    height: 58px;
  }
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(/images/menu-close.svg) no-repeat center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.img-wrapper .round-white.download-icon {
  background: #fff;
  width: 60px;
  height: 60px;
  padding: 17px;
  position: absolute;
  top: 43%;
  left: 53%;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  display: none;
}

.img-wrapper .round-white.download-icon:hover {
  opacity: 0.8;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .img-wrapper .round-white.download-icon {
    top: 41%;
  }
}

@media (max-width: 767.98px) {
  .img-wrapper .round-white.download-icon {
    display: block;
    top: auto;
    bottom: 0;
    right: 30px;
    left: auto;
    margin-bottom: 23px;
  }
}

.img-wrapper .search-icon {
  background: #fff;
  width: 60px;
  height: 60px;
  padding: 17px;
  margin-right: 75px;
  text-align: center;
  border-radius: 50%;
}

.img-wrapper .search-icon:hover {
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .img-wrapper .search-icon {
    margin-right: 115px;
    margin-bottom: 23px;
  }
}

.img-wrapper:hover .round-white.download-icon {
  display: block;
}

.img-wrapper img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .img-wrapper img {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .img-wrapper img {
    height: 275px;
  }
}

#gallery {
  margin-bottom: 70px;
}

@media (min-width: 1200px) {
  #image-gallery .row {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (min-width: 1800px) {
  #image-gallery .row {
    margin-left: -26px;
    margin-right: -26px;
  }
}

@media (min-width: 1200px) {
  #image-gallery .row .image {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1800px) {
  #image-gallery .row .image {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 26px;
    margin-bottom: 26px;
  }
}

@media (min-width: 1200px) {
  #image-gallery .row .img-wrapper {
    margin-top: 0;
  }
}

.download-form {
  background: rgba(0, 0, 0, 0.7);
}

.download-form .umbraco-forms-form fieldset {
  padding: 0;
  margin: 0;
}

.download-form .umbraco-forms-navigation {
  padding: 0 !important;
}

.download-form .modal-body {
  padding: 0;
  position: relative;
}

.download-form .modal-body .download-submit {
  text-align: left;
}

.download-form .modal-body .row-fluid {
  padding-top: 2%;
}

.download-form .modal-body .row-fluid .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-form .modal-body .btn-close {
  position: absolute;
  right: -35px;
  top: -35px;
  background: url(../images/pop-close-bg.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  outline: 0;
  opacity: 1;
}

@media (max-width: 1600px) {
  .download-form .modal-body .btn-close {
    right: -15px;
    top: -20px;
  }
}

.download-form .modal-body .btn-close:focus {
  outline: 0;
}

.download-form .modal-body .btn-close:hover {
  opacity: 0.7;
}

.download-form .modal-xl {
  max-width: 1141px;

  font-weight: 300;
  top: 0;
}

@media (max-width: 991.98px) {
  .download-form .modal-xl .download-submit {
    text-align: center;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .download-form .modal-xl {
    max-width: 900px;
  }
}

@media (max-width: 1280.98px) {
  .download-form .modal-xl {
    max-width: 90%;
    margin: 0 auto;
  }
}

.download-form .modal-content {
  border-radius: 0;
  padding: 61px 65px;
}

@media (max-width: 1600px) {
  .download-form .modal-content {
    padding: 30px;
  }
}

@media (max-width: 991.98px) {
  .download-form .modal-content {
    padding: 30px 20px;
  }
}

.download-form .modal-header {
  border-radius: 0;
}

.download-form .umbraco-forms-container {
  margin-left: -18px;
  margin-right: -18px;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1600px) {
  .download-form .umbraco-forms-container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.download-form .umbraco-forms-container .singlechoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.download-form .umbraco-forms-container .singlechoice .umbraco-forms-label {
  width: 25%;
}

@media (max-width: 991.98px) {
  .download-form .umbraco-forms-container .singlechoice .umbraco-forms-label {
    width: 100%;
    margin-bottom: 35px;
  }
}

.download-form
  .umbraco-forms-container
  .singlechoice
  .umbraco-forms-field-wrapper {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 75%;
}

@media (max-width: 991.98px) {
  .download-form
    .umbraco-forms-container
    .singlechoice
    .umbraco-forms-field-wrapper {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.download-form
  .umbraco-forms-container
  .singlechoice
  .umbraco-forms-field-wrapper
  .radiobuttonlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-form
  .umbraco-forms-container
  .singlechoice
  .umbraco-forms-field-wrapper
  input {
  margin-left: 12px;
  margin-right: 5px;
  width: 30px !important;
  height: 30px !important;
  accent-color: #474747;
}

@media (max-width: 991.98px) {
  .download-form
    .umbraco-forms-container
    .singlechoice
    .umbraco-forms-field-wrapper
    input {
    margin-left: 0;
  }
}

@media (max-width: 1600px) {
  .download-form
    .umbraco-forms-container
    .singlechoice
    .umbraco-forms-field-wrapper
    input {
    width: 20px !important;
    height: 20px !important;
  }
}

.download-form .umbraco-forms-container .umbraco-forms-field {
  clear: both;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 30px;
}

.download-form .umbraco-forms-container .umbraco-forms-field label {
  font-size: 20px;
}

@media (max-width: 1600px) {
  .download-form .umbraco-forms-container .umbraco-forms-field label {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .download-form .umbraco-forms-container .umbraco-forms-field label {
    margin-right: 30px;
  }
}

@media (max-width: 1600px) {
  .download-form .umbraco-forms-container .umbraco-forms-field {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .download-form .umbraco-forms-container .umbraco-forms-field {
    margin-bottom: 35px;
  }
}

.download-form .umbraco-forms-container .umbraco-forms-field.shortanswer label {
  display: none;
}

@media (max-width: 991.98px) {
  .download-form .umbraco-forms-container .umbraco-forms-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.download-form .umbraco-forms-container .umbraco-forms-field input.text {
  height: 72px;
  border: 1px solid #888e91;
  padding: 24px;
  color: #000;

  font-weight: 300;
  font-size: 20px;
  width: 100%;
  max-width: none !important;
  margin: 0;
}

@media (max-width: 1600px) {
  .download-form .umbraco-forms-container .umbraco-forms-field input.text {
    font-size: 16px;
    padding: 17px;
    height: 50px;
  }
}

.download-form
  .umbraco-forms-container
  .umbraco-forms-field
  input.text::-webkit-input-placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.download-form
  .umbraco-forms-container
  .umbraco-forms-field
  input.text:-ms-input-placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.download-form
  .umbraco-forms-container
  .umbraco-forms-field
  input.text::-ms-input-placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.download-form
  .umbraco-forms-container
  .umbraco-forms-field
  input.text::placeholder {
  color: #6d6d6d;
  opacity: 1;
}

/* cta  */

.fixed-footer-cust {
  background: #000;
  text-align: center;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: fixed;
  bottom: -6px;
  z-index: 99;
  display: none;
}

.project-logo {
  display: flex;
  justify-content: start;
}

.project-logo img {
  width: 210px;
  /* margin-left: -23px; */
}

.pd0 {
  padding: 0 !important;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.fix-link {
  color: #fff !important;
  font-size: 11px !important;
  /* text-transform: uppercase; */
  letter-spacing: 0em;
  font-size: 1rem !important;
  font-weight: bold;
}

.gallery-carousel .item img {
  height: 350px;
  object-fit: cover;
}

/* test2 */

#enquirymodal2 .form-control {
  padding: 20px 27px;
}

@media (max-width: 767.98px) {
  #enquirymodal2 .form-control {
    font-size: 16px;
  }
}

#enquirymodal2 .datepickerfield {
  padding: 20px 27px;
}

@media (min-width: 1800px) {
  #enquirymodal2 .submit-bg {
    padding-left: 122px;
  }
}

#enquirymodal2 .form-mb {
  margin-bottom: 30px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  #enquirymodal2 .form-mb {
    margin-bottom: 15px;
  }
}

#enquirymodal2 .form-mb:nth-child(even) {
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  #enquirymodal2 .form-mb:nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  #enquirymodal2 .form-mb {
    margin-bottom: 17px;
    padding: 0;
  }
}

#enquirymodal2 .mtop {
  margin-top: 18px;
}

#enquirymodal2 .modal-content {
  border-radius: 0;
}

#enquirymodal2 .modal-header {
  border-bottom: 0;
}

#enquirymodal2 .modal-body {
  padding: 12px 37px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  #enquirymodal2 .modal-body {
    padding: 12px 17px;
    padding-bottom: 40px;
  }
}

#enquirymodal2 .btn-close {
  font-size: 12px;
}

@media (min-width: 1800px) {
  #enquirymodal2 .btn-close {
    font-size: 20px;
  }
}

#enquirymodal2 .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#enquiryModal2 .modal-dialog {
  top: auto;
}

#enquiryModal3 .modal-dialog {
  top: auto;
}

#enquiryModal4 .modal-dialog {
  top: auto;
}

#enquiryModal5 .modal-dialog {
  top: auto;
}

#enquiryModal6 .modal-dialog {
  top: auto;
}

#enquiryModal7 .modal-dialog {
  top: auto;
}

#enquiryModal8 .modal-dialog {
  top: auto;
}

#enquiryModal11 .modal-dialog {
  top: auto;
}
