@font-face {
  font-family: "barlowlight";
  src: url("../fonts/barlow-light-webfont.woff2") format("woff2"), url("../fonts/barlow-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "barlowmedium";
  src: url("../fonts/barlow-medium-webfont.woff2") format("woff2"), url("../fonts/barlow-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "barlowregular";
  src: url("../fonts/barlow-regular-webfont.woff2") format("woff2"), url("../fonts/barlow-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "barlowsemibold";
  src: url("../fonts/barlow-semibold-webfont.woff2") format("woff2"), url("../fonts/barlow-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "barlowregular";
  font-size: 18px;
  line-height: 20px;
  color: #00263f;
}
body::-webkit-scrollbar {
  display: none;
}

p {
  font-size: 18px;
  line-height: 1.5em;
  color: #00263f;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  padding: 0;
}

a {
  text-decoration: none;
  text-underline-offset: 4px;
}

a,
button {
  transition: all 500ms;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  outline: none;
  box-shadow: none;
}

.tooltip .tooltip-inner {
  max-width: 300px;
  background-color: #00263f;
}
.tooltip[data-popper-placement^=top] .tooltip-arrow:before {
  border-top-color: #00263f;
}
.tooltip[data-popper-placement^=left] .tooltip-arrow:before {
  border-left-color: #00263f;
}
.tooltip[data-popper-placement^=right] .tooltip-arrow:before {
  border-right-color: #00263f;
}
.tooltip[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-bottom-color: #00263f;
}

#enquiry-form {
  scroll-margin-top: 150px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.container {
  padding: 0 50px;
  max-width: 1500px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.preloader {
  position: fixed;
  z-index: 9999;
  background-color: #00263f;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  width: 300px;
}
@media (max-width: 575px) {
  .preloader img {
    width: 200px;
  }
}

.more-btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #00263f;
  padding-bottom: 6px;
  position: relative;
  border-bottom: 1px solid #e5e0d8;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  width: fit-content;
}
@media (max-width: 575px) {
  .more-btn {
    letter-spacing: 1px;
  }
}
.more-btn:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  background-color: #00263f;
  transition: width 0.4s cubic-bezier(0.8, 0.18, 0.86, 0.83);
  right: 0;
  width: 0;
}
.more-btn:hover:after {
  left: 0;
  width: 100%;
}

.filled-btn {
  background-color: #00263f;
  padding: 12px 15px;
  color: #fff;
  font-size: 16px;
  position: relative;
  transform: translateZ(1px);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "barlowmedium";
  justify-content: center;
  border: 1px solid transparent;
}
.filled-btn:hover {
  border: 1px solid #00263f;
  color: #00263f;
  background-color: transparent;
}

ul.social-media {
  display: flex;
  flex-direction: column;
}
ul.social-media li {
  margin: 10px 0;
}
ul.social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
ul.social-media li a img {
  width: 13x;
  height: 13px;
  filter: brightness(0) invert(1);
}

input:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 70px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 40px;
  font-family: "barlowsemibold";
  margin-bottom: 30px;
  line-height: 1.2em;
  color: #00263f;
  margin-top: -8px;
  text-transform: uppercase;
}
@media (max-width: 1650px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 30px;
  font-family: "barlowsemibold";
}
@media (max-width: 575px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 24px;
  font-family: "barlowsemibold";
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
  font-family: "barlowsemibold";
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

header,
section,
footer {
  float: left;
  width: 100%;
}

section {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
@media (max-width: 767px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section:last-of-type {
  margin-bottom: 400px !important;
}
@media (max-width: 767px) {
  section:last-of-type {
    margin-bottom: 0 !important;
  }
}

header {
  display: flex;
  justify-content: space-between;
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding: 26px 50px;
  display: flex;
  position: fixed;
  transition: all 500ms;
}
@media (max-width: 767px) {
  header {
    padding: 15px 20px;
  }
}
header.scrolled {
  background-color: #00263f;
  padding-top: 10px;
  padding-bottom: 10px;
}
header.scrolled .logo-left img {
  width: 160px;
}
header .logo-left img {
  width: 306px;
  transition: all 500ms;
}
@media (max-width: 767px) {
  header .logo-left img {
    width: 200px;
  }
}
@media (max-width: 575px) {
  header .logo-left img {
    width: 160px;
  }
}
header .menu-right {
  display: flex;
  align-items: center;
}
header .menu-right ul {
  display: flex;
}
@media (max-width: 991px) {
  header .menu-right ul.main-menu {
    display: none;
  }
}
header .menu-right ul li {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  header .menu-right ul li {
    margin-right: 25px;
  }
}
header .menu-right ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
}
header .menu-right ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -5px;
  height: 1px;
  background-color: #fff;
  transition: width 0.4s cubic-bezier(0.8, 0.18, 0.86, 0.83);
}
header .menu-right ul li.active a:after {
  width: 100%;
}
header .menu-right ul li:not(.active) a:hover:after {
  left: 0;
  width: 100%;
}
header .menu-right .toggle-menu {
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
header .menu-right .toggle-menu span {
  width: 25px;
  height: 2px;
  background-color: #fff;
}
header .menu-right .toggle-menu span.one {
  position: absolute;
  top: 14px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .menu-right .toggle-menu span.two {
  position: absolute;
  bottom: 14px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .menu-right .toggle-menu.active span.one {
  top: 19px;
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: rotate(-45deg);
}
header .menu-right .toggle-menu.active span.two {
  bottom: 19px;
  transform: rotate(45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.full-menu {
  background-color: #00263f;
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 991;
  padding: 180px 62px 40px;
  transition: all 1.5s cubic-bezier(0.9, 0.6, 0.4, 0.9);
}
@media (max-width: 767px) {
  .full-menu {
    padding: 100px 20px 30px;
  }
}
.full-menu .inner-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.full-menu .inner-menu .menu-wrap ul li {
  margin-bottom: 28px;
  overflow: hidden;
  display: flex;
}
.full-menu .inner-menu .menu-wrap ul li a {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(100%);
  display: flex;
}
@media (max-width: 575px) {
  .full-menu .inner-menu .menu-wrap ul li a {
    font-size: 18px;
  }
}
.full-menu .inner-menu .menu-wrap ul li a span {
  transition: all 500ms;
}
.full-menu .inner-menu .menu-wrap ul li a span:nth-child(1) {
  position: absolute;
}
.full-menu .inner-menu .menu-wrap ul li a span:nth-child(2) {
  transform: translateY(100%);
}
.full-menu .inner-menu .menu-wrap ul li a:hover span:nth-child(1) {
  transform: scaleY(0);
  transform-origin: top;
  height: 0;
}
.full-menu .inner-menu .menu-wrap ul li a:hover span:nth-child(2) {
  transform: translateY(0);
}
.full-menu .inner-menu .menu-wrap ul li:last-child {
  margin-bottom: 0;
}
.full-menu .inner-menu .menu-address {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  overflow: hidden;
}
.full-menu .inner-menu .menu-address .left-address {
  transform: translateY(100%);
  transition: all 500ms;
}
.full-menu .inner-menu .menu-address .left-address h6 {
  color: #fff;
  text-transform: uppercase;
}
.full-menu .inner-menu .menu-address .left-address ul li {
  margin-bottom: 8px;
}
.full-menu .inner-menu .menu-address .left-address ul li:last-child {
  margin-bottom: 0;
}
.full-menu .inner-menu .menu-address .left-address ul li span {
  color: #fff;
}
@media (max-width: 575px) {
  .full-menu .inner-menu .menu-address .left-address ul li span {
    font-size: 14px;
  }
}
.full-menu .inner-menu .menu-address .left-address ul li a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 575px) {
  .full-menu .inner-menu .menu-address .left-address ul li a {
    font-size: 14px;
  }
}
.full-menu .inner-menu .menu-address .right-social ul.social-media {
  display: flex;
  flex-direction: row;
}
.full-menu .inner-menu .menu-address .right-social ul li {
  margin: 0;
  margin-right: 10px;
  transform: translateY(100%);
  transition: all 500ms;
}
.full-menu .inner-menu .menu-address .right-social ul li:last-child {
  margin-right: 0;
}
.full-menu.open {
  top: 0;
}
.full-menu.open .inner-menu .menu-wrap ul li a {
  transform: translateY(0);
  transition-delay: 1s;
}
.full-menu.open .inner-menu .menu-wrap ul li:nth-child(2) a {
  transition-delay: 1.1s;
}
.full-menu.open .inner-menu .menu-wrap ul li:nth-child(3) a {
  transition-delay: 1.2s;
}
.full-menu.open .inner-menu .menu-wrap ul li:nth-child(4) a {
  transition-delay: 1.3s;
}
.full-menu.open .inner-menu .menu-wrap ul li:nth-child(5) a {
  transition-delay: 1.4s;
}
.full-menu.open .inner-menu .menu-wrap ul li:nth-child(6) a {
  transition-delay: 1.5s;
}
.full-menu.open .inner-menu .menu-wrap ul li:nth-child(7) a {
  transition-delay: 1.6s;
}
.full-menu.open .inner-menu .menu-address .left-address {
  transform: translateY(0);
  transition-delay: 1.5s;
}
.full-menu.open .inner-menu .menu-address .right-social ul.social-media li {
  transform: translateY(0);
  transition-delay: 1.5s;
}
.full-menu.open .inner-menu .menu-address .right-social ul.social-media li:nth-child(2) {
  transition-delay: 1.6s;
}
.full-menu.opened {
  transform: translateY(-100%);
  top: 0;
}

.banner {
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.banner .video-wrap {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .video-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  background: linear-gradient(to bottom, rgba(0, 38, 63, 0.8) 0%, rgba(0, 38, 63, 0) 100%);
}
.banner .video-wrap .banner-caption {
  flex-direction: column;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 3;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .banner .video-wrap .banner-caption {
    left: 20px;
  }
}
.banner .video-wrap .banner-caption h1 {
  animation-delay: 0.5s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInLeft1;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  margin-left: -5px;
  max-width: 900px;
}
@media (max-width: 1199px) {
  .banner .video-wrap .banner-caption h1 {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .banner .video-wrap .banner-caption h1 {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .banner .video-wrap .banner-caption h1 {
    max-width: 330px;
  }
}
@media (max-width: 400px) {
  .banner .video-wrap .banner-caption h1 {
    max-width: 280px;
  }
}
.banner .video-wrap .banner-caption a {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInLeft1;
  background-color: #fff;
  padding: 13px 25px;
  color: #00263f;
  font-size: 16px;
  transition: all 500ms;
}
.banner .video-wrap .banner-caption a:after {
  background-color: #00263f;
}
.banner .video-wrap .banner-caption a:hover {
  color: #fff;
}
.banner .video-wrap .banner-social {
  position: absolute;
  right: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner .video-wrap .banner-social {
    right: 20px;
  }
}
.banner .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.touchtop {
  transform: translateY(-100%);
}

@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dimanim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.select2-container--open .ban-select {
  background-color: #fff;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 0;
  top: 35px;
}
@media (min-width: 768px) {
  .select2-container--open .ban-select {
    width: 250px !important;
  }
}
@media (max-width: 991px) {
  .select2-container--open .ban-select {
    top: 0;
  }
}
.select2-container--open .ban-select .select2-results {
  padding: 0;
}
.select2-container--open .ban-select .select2-results .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.select2-container--open .ban-select .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: #d6d6d6;
}
.select2-container--open .ban-select .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d6d6d6;
}
.select2-container--open .ban-select .select2-results .select2-results__options .select2-results__option {
  font-size: 16px;
  color: #00263f;
  transition: all 500ms;
  padding: 10px 10px;
}
.select2-container--open .ban-select .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable {
  background-color: transparent;
}
.select2-container--open .ban-select .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
  background-color: #00263f;
  color: #fff;
}
.select2-container--open .stock-select {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(9px);
  border: 0;
  border-radius: 0;
}
.select2-container--open .stock-select .select2-results {
  padding: 10px 15px;
  padding-right: 0;
}
.select2-container--open .stock-select .select2-results .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.select2-container--open .stock-select .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: #eee;
}
.select2-container--open .stock-select .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
}
.select2-container--open .stock-select .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  color: #00263f;
  padding: 6px 0;
}
.select2-container--open .stock-select .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable {
  background-color: transparent;
}

.home-form {
  background-color: #00263f;
  padding: 25px 50px;
  margin-top: 100vh;
}
@media (max-width: 767px) {
  .home-form {
    padding: 15px 20px;
    z-index: 10;
  }
}
.home-form .ban-filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .home-form .ban-filter-btn {
    display: none;
  }
}
.home-form .ban-filter-btn p {
  color: #fff;
  margin-bottom: 0;
}
.home-form .ban-filter-btn button {
  padding: 0;
}
.home-form .ban-filter-btn button img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.home-form .banner-form {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "barlowregular";
}
@media (max-width: 767px) {
  .home-form .banner-form {
    position: absolute;
    left: 0;
    top: 57px;
    display: none;
    animation: none !important;
  }
}
.home-form .banner-form h6 {
  color: #fff;
  margin-bottom: 5px;
}
.home-form .banner-form .form-wrap {
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap {
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 575px) {
  .home-form .banner-form .form-wrap {
    padding: 25px;
  }
}
@media (max-width: 420px) {
  .home-form .banner-form .form-wrap {
    padding: 20px;
  }
}
.home-form .banner-form .form-wrap .row {
  justify-content: space-between;
  margin: 0 -45px;
}
@media (max-width: 1440px) {
  .home-form .banner-form .form-wrap .row {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .row {
    margin: 0 -6px;
    row-gap: 12px;
  }
}
.home-form .banner-form .form-wrap .form-group {
  display: flex;
  flex: 1;
  padding: 0 45px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1440px) {
  .home-form .banner-form .form-wrap .form-group {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group {
    padding: 0 6px;
    flex: inherit;
    width: 50%;
  }
}
.home-form .banner-form .form-wrap .form-group .inner-field {
  width: 100%;
}
.home-form .banner-form .form-wrap .form-group .inner-field input {
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
  outline: 0;
}
.home-form .banner-form .form-wrap .form-group .inner-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(255, 255, 255);
}
.home-form .banner-form .form-wrap .form-group .inner-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(255, 255, 255);
}
.home-form .banner-form .form-wrap .form-group .inner-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(255, 255, 255);
}
.home-form .banner-form .form-wrap .form-group .inner-field input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(255, 255, 255);
}
.home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default {
  width: 100% !important;
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default {
    padding: 8px;
    border: 1px solid #00263f;
  }
}
.home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default .select2-selection--single {
  border: 0;
  background: none;
  border-radius: 0;
  outline: none;
}
.home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding-left: 0;
  font-size: 16px;
  font-weight: 100;
  padding-right: 12px;
  outline: none;
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #00263f;
  }
}
.home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 11px;
  height: 6px;
  top: -3px;
  bottom: 0;
  margin: auto;
  right: -2px;
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
  }
}
.home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/down-arrow-thin.svg);
  background-size: 11px;
  border: 0;
  width: 11px;
  height: 6px;
  filter: invert(1);
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group .inner-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    filter: invert(0);
  }
}
.home-form .banner-form .form-wrap .form-group.search-field {
  flex: 1.5;
}
@media (max-width: 991px) {
  .home-form .banner-form .form-wrap .form-group.search-field {
    flex: auto;
    border-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group.search-field {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .home-form .banner-form .form-wrap .form-group.search-field {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-form .banner-form .form-wrap .form-group.search-field .inner-field input {
    outline-offset: 0;
    background-color: #002a46;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group.search-field .inner-field input {
    background-color: #fff;
    border: 1px solid #00263f;
    color: #00263f;
  }
  .home-form .banner-form .form-wrap .form-group.search-field .inner-field input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #00263f;
    opacity: 1;
  }
  .home-form .banner-form .form-wrap .form-group.search-field .inner-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #00263f;
    opacity: 1;
  }
  .home-form .banner-form .form-wrap .form-group.search-field .inner-field input:-ms-input-placeholder {
    /* IE 10+ */
    color: #00263f;
    opacity: 1;
  }
  .home-form .banner-form .form-wrap .form-group.search-field .inner-field input:-moz-placeholder {
    /* Firefox 18- */
    color: #00263f;
    opacity: 1;
  }
}
.home-form .banner-form .form-wrap .form-group.submit {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0.2;
  padding-left: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group.submit {
    flex: inherit;
    width: 100%;
    justify-content: flex-start;
    padding-left: 6px;
  }
}
@media (max-width: 420px) {
  .home-form .banner-form .form-wrap .form-group.submit {
    width: 100%;
  }
}
.home-form .banner-form .form-wrap .form-group.submit button {
  color: #00263f;
  position: relative;
  transform: translateZ(1px);
  transition: all 500ms;
  background-color: #fff;
}
.home-form .banner-form .form-wrap .form-group.submit button:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .home-form .banner-form .form-wrap .form-group.submit button {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group.submit button {
    background-color: #00263f;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form .form-wrap .form-group.submit button:hover {
    color: #00263f;
    border-color: #00263f;
  }
}
@media (max-width: 480px) {
  .home-form .banner-form .form-wrap .form-group.full {
    width: 100%;
  }
}
.home-form .banner-form.rent-form {
  flex-direction: row;
}
@media (max-width: 991px) {
  .home-form .banner-form.rent-form {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.home-form .banner-form.rent-form .form-wrap .row {
  margin: 0;
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .row {
    margin: 0 -6px;
  }
}
.home-form .banner-form.rent-form .form-wrap .form-group {
  padding: 0;
  padding-right: 45px;
  margin-right: 45px;
}
@media (max-width: 1440px) {
  .home-form .banner-form.rent-form .form-wrap .form-group {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .form-group {
    padding: 0 6px;
    margin-right: 0;
  }
}
.home-form .banner-form.rent-form .form-wrap .form-group.submit {
  padding-right: 0;
}
@media (max-width: 991px) {
  .home-form .banner-form.rent-form .form-wrap .form-group.submit {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .form-group.submit {
    padding-right: 6px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .home-form .banner-form.rent-form .form-wrap .form-group.filter-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .form-group.filter-btn .inner-field {
    justify-content: flex-end;
    display: flex;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .form-group.filter-btn .inner-field .adv-filter {
    padding: 0;
    font-size: 14px;
    position: relative;
    padding-right: 14px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .form-group.filter-btn .inner-field .adv-filter:after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(../images/plus.svg);
    width: 9px;
    height: 9px;
    background-size: 9px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .form-group.filter-btn .inner-field .adv-filter.active:after {
    background-image: url(../images/minus.svg);
    height: 1px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-wrap .form-group:nth-child(5) {
    width: 100%;
  }
}
.home-form .banner-form.rent-form .form-filter {
  width: 175px;
  position: relative;
}
@media (max-width: 1430px) {
  .home-form .banner-form.rent-form .form-filter {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .home-form .banner-form.rent-form .form-filter {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-filter {
    margin-top: 0;
  }
}
.home-form .banner-form.rent-form .form-filter .form-group.filter-btn {
  padding-left: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-filter .form-group.filter-btn {
    display: none;
  }
}
.home-form .banner-form.rent-form .form-filter .form-group.filter-btn .inner-field {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.home-form .banner-form.rent-form .form-filter .form-group.filter-btn .inner-field button.adv-filter {
  color: #fff;
  position: relative;
  padding-right: 20px;
  display: flex;
  padding-left: 0;
  align-items: center;
}
@media (max-width: 991px) {
  .home-form .banner-form.rent-form .form-filter .form-group.filter-btn .inner-field button.adv-filter {
    font-size: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-filter .form-group.filter-btn .inner-field button.adv-filter {
    color: #00263f;
  }
}
.home-form .banner-form.rent-form .form-filter .form-group.filter-btn .inner-field button.adv-filter:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/plus.svg);
  filter: brightness(0) invert(1);
  width: 11px;
  height: 11px;
  background-size: 11px;
}
@media (max-width: 991px) {
  .home-form .banner-form.rent-form .form-filter .form-group.filter-btn .inner-field button.adv-filter:after {
    width: 9px;
    height: 9px;
    background-size: 9px;
  }
}
.home-form .banner-form.rent-form .form-filter .form-group.filter-btn .inner-field button.adv-filter.active:after {
  background-image: url(../images/minus.svg);
  height: 1px;
}
.home-form .banner-form.rent-form .form-filter .advanced-search {
  position: absolute;
  background-color: #fff;
  right: 0;
  width: 600px;
  top: 59px;
  box-shadow: 0px 10px 17px 10px rgba(0, 0, 0, 0.05);
  display: none;
}
@media (max-width: 991px) {
  .home-form .banner-form.rent-form .form-filter .advanced-search {
    top: 47px;
  }
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-filter .advanced-search {
    top: 0;
    width: 100%;
    box-shadow: 0px 25px 17px 10px rgba(0, 0, 0, 0.05);
  }
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search {
  padding: 40px;
}
@media (max-width: 767px) {
  .home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search {
    padding: 0 20px 40px;
  }
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search h6 {
  text-align: left;
  color: #00263f;
  margin-bottom: 20px;
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 575px) {
  .home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form {
    row-gap: 20px;
  }
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group {
  width: 25%;
  text-align: left;
}
@media (max-width: 575px) {
  .home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group {
    width: 50%;
  }
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group .inner-field {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group .inner-field label {
    font-size: 16px;
  }
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group .inner-field input {
  border-radius: 0;
  margin-top: -1px;
  margin-right: 6px;
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group .inner-field input:focus {
  box-shadow: none;
  outline: 0;
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group .inner-field input[type=checkbox] {
  width: 13px;
  height: 13px;
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group .inner-field input.form-check-input:checked {
  background-color: #00263f;
  border-color: #00263f;
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .form-section .advance-form .form-group .inner-field input.form-check-input:focus {
  border: 1px solid rgba(0, 38, 63, 0.4);
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .property-size {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e7eaeb;
  flex-wrap: wrap;
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .property-size h6 {
  margin-bottom: 0;
}
.home-form .banner-form.rent-form .form-filter .advanced-search .inner-advance-search .property-size .slider-range-outer {
  width: 100%;
  margin-top: 10px;
}
.home-form .banner-form.active {
  opacity: 1;
  display: block;
}

.community {
  padding: 0 0 0 50px;
  background-color: #f9f8f6;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .community {
    padding-right: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .community {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .community {
    padding-bottom: 50px;
  }
}
.community h2 {
  color: #00263f;
  margin-bottom: 0;
}
.community p.caption {
  color: #00263f;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .community p.caption {
    margin-bottom: 20px;
  }
}
.community .bg-img-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.community .bg-img-wrap .image-changer {
  height: 100%;
  width: 100%;
  display: none;
  animation: dimanim 1.5s ease;
  position: relative;
}
.community .bg-img-wrap .image-changer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/pattern.svg);
  width: 50px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .community .bg-img-wrap .image-changer:after {
    display: none;
  }
}
.community .bg-img-wrap .image-changer.active {
  display: block;
  animation: fadeInRight 0.5s ease;
}
.community .bg-img-wrap .image-changer figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.community .bg-img-wrap .image-changer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community h4 {
  transition: 400ms;
  font-size: 18px;
  color: #00263f;
  margin: 0;
  position: relative;
  font-weight: 500;
  background-color: #fff;
  text-transform: none;
  font-family: "barlowregular";
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 500ms;
}
@media (max-width: 1750px) {
  .community h4 {
    font-size: 15px;
  }
}
@media (max-width: 1439px) {
  .community h4 {
    font-size: 15px;
  }
}
.community h4:after {
  content: "";
  position: absolute;
  right: 8px;
  height: 8px;
  width: 13px;
  background-image: url(../images/down-arrow-thin.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  margin-top: 0;
  transition: all 500ms;
}
@media (max-width: 450px) {
  .community h4:after {
    transform: rotate(0);
  }
}
.community h4:hover {
  background-color: #00263f;
  color: #fff;
}
.community h4:hover:after {
  filter: brightness(0) invert(1);
}
.community h4:hover a {
  color: #fff;
}
@media (max-width: 450px) {
  .community h4.active:after {
    transform: rotate(-180deg);
  }
}
.community h4 a {
  color: #00263f;
  padding: 15px 25px 15px 15px;
  width: 100%;
}
@media (max-width: 1439px) {
  .community h4 a {
    padding: 18px 18px 14px 10px;
  }
}
@media (max-width: 450px) {
  .community h4 a {
    pointer-events: none;
  }
}
@media (max-width: 450px) {
  .community h4 a:hover {
    color: #00263f;
  }
}
.community .com-left {
  padding: 70px 100px 70px 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 1750px) {
  .community .com-left {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .community .com-left {
    padding-right: 12px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .community .com-left {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .community .com-left {
    padding-bottom: 0;
  }
}
.community .com-left .row {
  margin: 0 -10px;
}
@media (max-width: 1750px) {
  .community .com-left .row {
    margin: 0 -5px;
  }
}
@media (max-width: 1560px) {
  .community .com-left .row {
    margin: 0 -3px;
  }
}
@media (max-width: 450px) {
  .community .com-right {
    display: none;
  }
}
.community .community_bx1 {
  position: relative;
  padding: 10px;
}
@media (max-width: 1750px) {
  .community .community_bx1 {
    padding: 5px;
  }
}
@media (max-width: 1560px) {
  .community .community_bx1 {
    padding: 3px;
  }
}
@media (max-width: 450px) {
  .community .community_bx1 {
    width: 100%;
  }
}
.community .community_bx1 img {
  width: 100%;
  opacity: 1;
}
.community .community_bx1:hover:before {
  top: 70%;
}
.community .community_bx1:hover h4 {
  transform: translateY(-10px);
}
@media (max-width: 575px) {
  .community .community_bx1:hover h4 {
    transform: translateY(0);
  }
}
.community .community_bx1 .image-changer {
  display: none;
}

.home-about {
  padding-top: 34px;
  padding-bottom: 65px;
}
@media (max-width: 1560px) {
  .home-about {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .home-about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .home-about {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .home-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.home-about .about-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-about .about-left .about-left-inner {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .home-about .about-left .about-left-inner {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home-about .about-left .about-left-inner {
    padding-right: 0;
  }
}
.home-about .about-left .about-left-inner a.filled-btn {
  margin-top: 30px;
}
.home-about .about-left .about-left-inner .counting-numbers {
  margin-top: 70px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 575px) {
  .home-about .about-left .about-left-inner .counting-numbers {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.home-about .about-left .about-left-inner .counting-numbers .row {
  row-gap: 40px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .home-about .about-left .about-left-inner .counting-numbers .row {
    row-gap: 20px;
  }
}
.home-about .about-left .about-left-inner .counting-numbers .counter-box {
  width: auto;
  display: flex;
  position: relative;
}
.home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text {
    align-items: flex-start;
  }
}
.home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text .pos {
  position: absolute;
  top: -20px;
}
.home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text .value-div {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  font-size: 40px;
  color: #00263f;
  line-height: 1;
  font-family: "barlowsemibold";
  position: relative;
}
@media (max-width: 575px) {
  .home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text .value-div {
    font-size: 30px;
  }
}
.home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text .value-div span {
  font-size: 30px;
}
.home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text .counter-value {
  margin-right: 5px;
}
.home-about .about-left .about-left-inner .counting-numbers .counter-box .count-text p {
  margin-bottom: 0;
  line-height: 1.2;
}
.home-about video {
  width: 100%;
}

.off-plan-listing {
  padding-bottom: 130px;
}
@media (max-width: 1560px) {
  .off-plan-listing {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .off-plan-listing {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .off-plan-listing {
    padding-bottom: 50px;
  }
}
.off-plan-listing .head-sec {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .off-plan-listing .head-sec {
    position: relative;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .off-plan-listing .head-sec {
    margin-bottom: 30px;
  }
}
.off-plan-listing .head-sec .plan-text {
  display: flex;
  align-items: flex-start;
  max-width: 605px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .off-plan-listing .head-sec .plan-text {
    max-width: 100%;
  }
}
.off-plan-listing .head-sec .plan-text h2 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .off-plan-listing .head-sec .plan-text h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1560px) {
  .off-plan-listing .head-sec .plan-text a {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .off-plan-listing .head-sec .plan-text a {
    margin-left: 0;
    position: absolute;
    bottom: 0;
  }
}
.off-plan-listing .head-sec p {
  max-width: 605px;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 1650px) {
  .off-plan-listing .head-sec p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .off-plan-listing .head-sec p {
    max-width: 100%;
  }
}
.off-plan-listing .plan-listing .row {
  margin: 0 -30px;
  row-gap: 60px;
}
@media (max-width: 1650px) {
  .off-plan-listing .plan-listing .row {
    margin: 0 -25px;
  }
}
@media (max-width: 1199px) {
  .off-plan-listing .plan-listing .row {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .off-plan-listing .plan-listing .row {
    row-gap: 30px;
  }
}
.off-plan-listing .plan-listing .plan-box {
  padding: 0 30px;
}
@media (max-width: 1650px) {
  .off-plan-listing .plan-listing .plan-box {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .off-plan-listing .plan-listing .plan-box {
    padding: 0 12px;
  }
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box {
  display: flex;
  flex-direction: column;
  transition: all 500ms;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box figure {
  position: relative;
  overflow: hidden;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions {
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions {
    padding-top: 20px;
  }
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions h5 {
  font-family: "barlowsemibold";
  margin: 0;
  font-size: 21px;
  margin-bottom: 25px;
  color: #00263f;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .descriptions {
  display: flex;
  justify-content: space-between;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .descriptions span {
  color: #00263f;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .descriptions span i {
  float: left;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .descriptions span i img {
  float: left;
  width: 11px;
  margin-right: 10px;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .descriptions span:last-child {
  margin-bottom: 0;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .card-bottom {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .card-bottom .price {
  font-size: 19px;
  color: #00263f;
  font-family: "barlowsemibold";
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions .card-bottom button {
  padding: 0 0 7px;
  font-size: 14px;
  margin-top: 0;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions h6 {
  margin: 0;
  font-family: "barlowsemibold";
  font-size: 18px;
  color: #00263f;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  list-style: none;
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions ul li {
  display: flex;
  align-items: center;
  margin-right: 25px;
  font-size: 15px;
  color: #00263f;
  font-weight: 300;
}
@media (max-width: 767px) {
  .off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions ul li {
    margin-right: 8px;
  }
}
.off-plan-listing .plan-listing .plan-box .inner-plan-box .img-captions ul li i img {
  width: 14px;
  margin-right: 8px;
  float: left;
}
.off-plan-listing .plan-listing .plan-box:hover .inner-plan-box {
  transform: translateY(-10px);
}
.off-plan-listing .plan-listing a.more-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .off-plan-listing .plan-listing a.more-btn {
    margin-top: 30px;
  }
}
.off-plan-listing .plan-listing.main-listing-page {
  display: flex;
}
.market-data .market-left {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .market-data .market-left {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .market-data .market-left {
    padding-right: 12px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .market-data .market-left {
    margin-bottom: 30px;
  }
}
.market-data .market-left a {
  display: none;
}
.market-data .market-right .market-tab .nav-tabs {
  margin: 0;
  border: 0;
  margin-bottom: 16px;
}
.market-data .market-right .market-tab .nav-tabs .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 0;
  border: 0;
  background-color: #faf8f6;
  color: #00263f;
  padding: 15px 40px;
}
@media (max-width: 575px) {
  .market-data .market-right .market-tab .nav-tabs .nav-item .nav-link {
    padding: 10px 30px;
  }
}
.market-data .market-right .market-tab .nav-tabs .nav-item .nav-link.active {
  background-color: #00263f;
  color: #fff;
}
.market-data .market-right .market-tab .tab-content {
  padding: 40px;
  border: 1px solid #b1b1b1;
}
@media (max-width: 1199px) {
  .market-data .market-right .market-tab .tab-content {
    padding: 25px;
  }
}
.market-data .market-right .market-tab .tab-content .tab-pane {
  padding: 0;
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li {
  padding-right: 15px;
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li:last-child {
  padding-right: 0;
}
@media (max-width: 575px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li {
    width: 50%;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
  }
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li h2 {
  margin-top: 0;
  font-size: 50px;
  font-weight: 600;
  color: #00263f;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li h2 {
    width: 100%;
  }
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li p {
  font-size: 20px;
  color: #949494;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li p {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li p:empty {
  display: none;
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span {
  font-size: 22px;
}
@media (max-width: 1600px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span {
    font-size: 15px;
  }
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span small {
  font-size: 22px;
  margin-right: 5px;
  background-size: 13px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left 3px;
}
@media (max-width: 1600px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span small {
    font-size: 15px;
    background-position: left 0px;
    background-size: 11px;
  }
}
@media (max-width: 575px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span small {
    padding-left: 15px;
  }
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span small.up {
  color: #1dae61;
  background-image: url(../images/up-arrow.svg);
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span small.down {
  color: #e9222f;
  background-image: url(../images/down-arrow.svg);
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span small.novalue {
  display: none;
}
.market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap .text-cr {
  color: #00263f;
}
@media (max-width: 480px) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap .text-cr {
    margin-top: 10px;
    display: flex;
  }
}

.services {
  padding-left: 0;
  padding-right: 0;
  padding-top: 130px;
  position: relative;
  text-align: center;
}
@media (max-width: 1560px) {
  .services {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .services {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .services {
    padding-top: 50px;
  }
}
.services h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .services h2 {
    margin-bottom: 20px;
  }
}
.services .bg-images {
  position: relative;
  height: 100vh;
  display: flex;
}
@media (max-width: 991px) {
  .services .bg-images {
    height: 70vh;
  }
}
.services .bg-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
}
.services .bg-images img.active {
  opacity: 1;
  visibility: visible;
}
.services .bg-images:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .services .bg-images:after {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.services .bg-image-list {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .services .bg-image-list {
    display: flex;
    align-items: flex-end;
  }
}
.services .bg-image-list ul {
  height: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .services .bg-image-list ul {
    flex-wrap: wrap;
    height: auto;
  }
}
.services .bg-image-list ul li {
  width: 33.333%;
  height: 100%;
  border-left: 0.5px solid rgba(226, 231, 241, 0.3);
  padding: 30px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1450px) {
  .services .bg-image-list ul li {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .services .bg-image-list ul li {
    width: 50%;
    height: auto;
    border-left: 1px solid rgba(226, 231, 241, 0.3);
    border-top: 1px solid rgba(226, 231, 241, 0.3);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .services .bg-image-list ul li {
    padding: 20px;
  }
}
.services .bg-image-list ul li:first-child {
  border-left: 0;
}
@media (max-width: 991px) {
  .services .bg-image-list ul li:nth-child(3) {
    border-left: 0;
  }
}
.services .bg-image-list ul li .ser-content {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.6s cubic-bezier(0.8, 0.18, 0.86, 0.83);
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  transform: translateY(80px);
}
@media (max-width: 1199px) {
  .services .bg-image-list ul li .ser-content {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .services .bg-image-list ul li .ser-content {
    right: 0;
    left: 0;
    position: relative;
    transform: translateY(0);
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .services .bg-image-list ul li .ser-content {
    padding: 0;
  }
}
.services .bg-image-list ul li .ser-content h5 {
  opacity: 0.6;
  color: #fff;
  transition: all 500ms;
}
@media (max-width: 1199px) {
  .services .bg-image-list ul li .ser-content h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .services .bg-image-list ul li .ser-content h5 {
    margin-bottom: 10px;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .services .bg-image-list ul li .ser-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .services .bg-image-list ul li .ser-content h5 {
    font-size: 15px;
  }
}
.services .bg-image-list ul li .ser-content p {
  color: #fff;
  transition: all 0.8s cubic-bezier(0.8, 0.18, 0.86, 0.83);
  transform: translateY(calc(100% + 100px));
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .services .bg-image-list ul li .ser-content p {
    transform: none;
  }
}
@media (max-width: 767px) {
  .services .bg-image-list ul li .ser-content p {
    display: none;
  }
}
.services .bg-image-list ul li .ser-content a {
  margin-top: 0;
  transition: all 0.8s cubic-bezier(0.8, 0.18, 0.86, 0.83);
  transform: translateY(calc(100% + 100px));
}
@media (max-width: 991px) {
  .services .bg-image-list ul li .ser-content a {
    transform: none;
    color: #fff;
  }
}
@media (max-width: 420px) {
  .services .bg-image-list ul li .ser-content a {
    font-size: 12px;
  }
}
.services .bg-image-list ul li:hover .ser-content {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .services .bg-image-list ul li:hover .ser-content {
    background-color: white;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .services .bg-image-list ul li:hover .ser-content h5 {
    color: #00263f;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .services .bg-image-list ul li:hover .ser-content p {
    color: #00263f;
    transform: translateY(0);
    transition-delay: 0.1s;
  }
}
.services .bg-image-list ul li:hover .ser-content a {
  transform: translateY(0);
  transition-delay: 0.2s;
}

.contact-form-wrap {
  padding-top: 130px;
  text-align: center;
  padding-bottom: 130px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}
@media (max-width: 1560px) {
  .contact-form-wrap {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .contact-form-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .contact-form-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact-form-wrap h2 {
  margin-bottom: 30px;
  color: #00263f;
}
.contact-form-wrap .foot-form {
  width: 1000px;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.contact-form-wrap form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 575px) {
  .contact-form-wrap form {
    margin: 0 -6px;
  }
}
.contact-form-wrap form .form-group {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .contact-form-wrap form .form-group {
    margin-bottom: 20px;
    padding: 0 6px;
  }
}
.contact-form-wrap form .form-group .inner-field {
  display: flex;
  flex-direction: column;
}
.contact-form-wrap form .form-group .inner-field label {
  font-family: "barlowregular";
  font-size: 16px;
  color: #00273f;
  font-weight: 100;
  margin-bottom: 5px;
  text-align: left;
}
.contact-form-wrap form .form-group .inner-field input {
  height: 50px;
  width: 100%;
  border-radius: 0;
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
  font-family: "barlowregular";
}
@media (max-width: 575px) {
  .contact-form-wrap form .form-group .inner-field input {
    height: 40px;
    font-size: 16px;
  }
}
.contact-form-wrap form .form-group .inner-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field textarea {
  width: 100%;
  height: 100px;
  border-radius: 0;
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
  font-family: "barlowregular";
}
.contact-form-wrap form .form-group .inner-field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(190, 190, 190);
}
.contact-form-wrap form .form-group .inner-field textarea:focus {
  outline: 0;
}
.contact-form-wrap form .form-group .inner-field button {
  font-family: "barlowregular";
}
.contact-form-wrap form .form-group.full {
  width: 100%;
  display: flex;
}
.contact-form-wrap form .form-group.full .inner-field {
  width: 100%;
  display: flex;
}
.contact-form-wrap form .form-group.cntactSumt {
  margin-bottom: 0;
  justify-content: center;
}
.contact-form-wrap form .form-group.cntactSumt .inner-field {
  width: auto;
  align-items: center;
  justify-content: center;
}

footer {
  background-color: #00263f;
  padding-top: 70px;
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 37px;
}
footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  background-image: url(../images/lines_white.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  footer {
    position: relative;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 50px;
  }
}
footer a:hover {
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 1199px) {
  footer a {
    font-size: 16px;
  }
}
footer .container .row {
  justify-content: space-between;
}
footer .container .foot-left {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container .foot-left {
    row-gap: 30px;
    flex-wrap: wrap;
  }
}
footer .container .foot-box {
  padding-right: 80px;
  width: auto;
}
@media (max-width: 1199px) {
  footer .container .foot-box {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  footer .container .foot-box {
    width: 50%;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  footer .container .foot-box {
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  footer .container .foot-box {
    width: 100%;
    padding-right: 0;
  }
}
footer .container .foot-box:last-child {
  padding-right: 0;
}
@media (max-width: 400px) {
  footer .container .foot-box:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .container .foot-box:nth-child(3) {
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  footer .container .foot-box:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .container .foot-box:nth-child(4) {
    display: none;
  }
}
footer .container .foot-box h5 {
  color: #fff;
  font-size: 21px;
}
footer .container .foot-box p {
  color: #fff;
}
@media (max-width: 1199px) {
  footer .container .foot-box p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  footer .container .foot-box p br {
    display: none;
  }
}
footer .container .foot-box ul li {
  line-height: 1.5em;
}
footer .container .foot-box ul li a {
  color: #fff;
}
footer .container .foot-box .social-media {
  flex-direction: row;
  margin-top: 15px;
}
footer .container .foot-box .social-media li {
  margin-right: 10px;
}
footer .container .foot-box .social-media li:last-child {
  margin-right: 0;
}
footer .container .foot-box .foot-logo-shape {
  height: 100%;
  display: flex;
  align-items: center;
}
footer .container .foot-box .foot-logo-shape img {
  width: 150px;
  filter: brightness(0) invert(1);
}
footer .container .copy-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  margin-bottom: 40px;
}
footer .container .copy-footer:before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  top: 0;
  background-color: #fff;
  opacity: 0.1;
}
@media (max-width: 575px) {
  footer .container .copy-footer {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
footer .container .copy-footer ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .container .copy-footer ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
footer .container .copy-footer ul li {
  margin-right: 98px;
}
@media (max-width: 1365px) {
  footer .container .copy-footer ul li {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  footer .container .copy-footer ul li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  footer .container .copy-footer ul li {
    margin-right: 0;
    width: auto;
  }
}
footer .container .copy-footer ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  footer .container .copy-footer ul li:last-child {
    text-align: right;
  }
}
footer .container .copy-footer ul li a {
  font-size: 14px;
  color: #fff;
}
footer .container .copy-footer .copy-left {
  width: 100%;
}

.inner-page-template.about-page header {
  background-color: #00263f;
}
.inner-page-template section {
  padding-left: 0;
  padding-right: 0;
}
.inner-page-template section.contact-form-wrap {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .inner-page-template section.contact-form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-page-template section.sitemap {
  text-align: left;
  margin-top: 0;
  background-color: #f9f8f6;
}
.inner-page-template section.sitemap h5 a {
  font-family: "barlowmedium";
  color: #00263f;
}
.inner-page-template section.sitemap ul {
  gap: 25px;
  display: flex;
}
.inner-page-template section.sitemap ul:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .inner-page-template section.sitemap ul {
    flex-direction: column;
  }
}
.inner-page-template section.sitemap ul li {
  padding-left: 15px;
  position: relative;
}
.inner-page-template section.sitemap ul li:before {
  top: 6px;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  background-size: 16px;
  width: 6px;
  background-color: #00263f;
}
.inner-page-template section.sitemap ul li a {
  color: #00263f;
}
.inner-page-template section.careers-page {
  text-align: center;
  padding: 130px 0;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .inner-page-template section.careers-page {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.careers-page {
    padding: 50px 0;
  }
}
.inner-page-template section.proj-description {
  padding: 130px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1560px) {
  .inner-page-template section.proj-description {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  .inner-page-template section.proj-description {
    flex-direction: column;
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .inner-page-template section.proj-description {
    padding: 70px 20px;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.proj-description {
    padding: 50px 20px;
  }
}
.inner-page-template section.proj-description .desc-left {
  width: 50%;
  position: relative;
}
@media (max-width: 1500px) {
  .inner-page-template section.proj-description .desc-left {
    height: 600px;
  }
}
@media (max-width: 1365px) {
  .inner-page-template section.proj-description .desc-left {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .inner-page-template section.proj-description .desc-left {
    width: 100%;
    margin-bottom: 50px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.proj-description .desc-left {
    margin-bottom: 30px;
  }
}
.inner-page-template section.proj-description .desc-left figure {
  width: 100%;
}
@media (max-width: 1500px) {
  .inner-page-template section.proj-description .desc-left figure {
    height: 100%;
  }
}
.inner-page-template section.proj-description .desc-left figure img {
  width: 100%;
}
@media (max-width: 1500px) {
  .inner-page-template section.proj-description .desc-left figure img {
    height: 100%;
    object-fit: cover;
  }
}
.inner-page-template section.proj-description .container {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  left: 0;
  margin: auto;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .inner-page-template section.proj-description .container {
    position: relative;
    padding: 0;
  }
}
.inner-page-template section.proj-description .container .desc-right {
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .inner-page-template section.proj-description .container .desc-right {
    padding-left: 0;
  }
}
.inner-page-template section.proj-description .container .desc-right ul li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-family: "barlowregular";
  margin-bottom: 12px;
  color: #00263f;
  display: flex;
  align-items: center;
}
.inner-page-template section.proj-description .container .desc-right ul li:before {
  top: 7px;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  background-size: 16px;
  width: 6px;
  background-color: #00263f;
}
.inner-page-template section.proj-description .container .desc-right a {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .inner-page-template section.proj-description .container .desc-right a {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .inner-page-template section.proj-description.amenities-list {
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .inner-page-template section.proj-description.amenities-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .inner-page-template section.proj-description.amenities-list .desc-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .inner-page-template section.proj-description.amenities-list .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .inner-page-template section.proj-description.amenities-list .amenities-wrap {
    width: 100%;
    padding: 0;
  }
}
.inner-page-template section.proj-description.amenities-list .amenities-wrap ul {
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .inner-page-template section.proj-description.amenities-list .amenities-wrap ul {
    width: 100%;
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.proj-description.amenities-list .amenities-wrap ul {
    margin-top: 10px;
    row-gap: 15px;
  }
}
.inner-page-template section.proj-description.amenities-list .amenities-wrap ul li {
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding-right: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.inner-page-template section.proj-description.amenities-list .amenities-wrap ul li:before {
  display: none;
}
@media (max-width: 1199px) {
  .inner-page-template section.proj-description.amenities-list .amenities-wrap ul li {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .inner-page-template section.proj-description.amenities-list .amenities-wrap ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inner-page-template section.proj-description.amenities-list .amenities-wrap ul li {
    width: 100%;
  }
}
.inner-page-template section.proj-description.amenities-list .amenities-wrap ul li .icon {
  margin-right: 10px;
  margin-top: -3px;
}
.inner-page-template section.proj-description.amenities-list .amenities-wrap ul li .icon img {
  height: 30px;
  width: 30px;
}
.inner-page-template section.proj-description.amenities-list .amenities-wrap ul li h6 {
  margin-bottom: 0;
  font-family: "barlowmedium";
  color: #00263f;
}
.inner-page-template section.get-in-touch {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .inner-page-template section.get-in-touch {
    flex-direction: column;
  }
}
@media (max-width: 1365px) {
  .inner-page-template section.get-in-touch .desc-left {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .inner-page-template section.get-in-touch .desc-left {
    height: auto;
  }
}
.inner-page-template section.get-in-touch .desc-left:after {
  right: inherit;
  left: 0;
}
.inner-page-template section.get-in-touch .container {
  justify-content: flex-start;
}
.inner-page-template section.get-in-touch .container .desc-right {
  padding-left: 0;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .inner-page-template section.get-in-touch .container .desc-right {
    padding-right: 0;
  }
}
.inner-page-template section.careers-about {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f0f0f2;
}
@media (max-width: 991px) {
  .inner-page-template section.careers-about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.careers-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.inner-page-template section.careers-about figure {
  position: relative;
}
.inner-page-template section.careers-about figure:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/pattern.svg);
  width: 50px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .inner-page-template section.careers-about figure:after {
    display: none;
  }
}
.inner-page-template section.careers-about .desc-left {
  height: auto;
}
@media (max-width: 1280px) {
  .inner-page-template section.careers-about .desc-right {
    padding-left: 45px !important;
  }
}
@media (max-width: 991px) {
  .inner-page-template section.careers-about .desc-right {
    text-align: center;
    align-items: center !important;
    padding-left: 0 !important;
  }
}
.inner-page-template section.current-openings {
  text-align: center;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .inner-page-template section.current-openings {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.current-openings {
    padding: 50px 0;
  }
}
.inner-page-template section.current-openings h5 {
  margin-bottom: 0;
}
.inner-page-template section.current-openings h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .inner-page-template section.current-openings h2 {
    margin-bottom: 0;
  }
}
.inner-page-template section.current-openings ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.inner-page-template section.current-openings ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 35px;
  border: 2px solid #f4f4f6;
  align-items: center;
}
@media (max-width: 991px) {
  .inner-page-template section.current-openings ul li {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .inner-page-template section.current-openings ul li {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.inner-page-template section.current-openings ul li .left {
  width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 767px) {
  .inner-page-template section.current-openings ul li .left {
    width: 100%;
    text-align: center;
  }
}
.inner-page-template section.current-openings ul li .left p {
  font-size: 20px;
  color: #00263f;
}
@media (max-width: 991px) {
  .inner-page-template section.current-openings ul li .left p {
    width: 245px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .inner-page-template section.current-openings ul li .left p {
    width: auto;
    margin-bottom: 10px;
    text-overflow: unset;
    white-space: initial;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.current-openings ul li .left p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.inner-page-template section.current-openings ul li .right {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .inner-page-template section.current-openings ul li .right {
    width: 100%;
    justify-content: center;
  }
}
.inner-page-template section.current-openings ul li span {
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .inner-page-template section.current-openings ul li span {
    font-size: 16px;
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 420px) {
  .inner-page-template section.current-openings ul li span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.inner-page-template section.current-openings ul li span:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #babcbb;
  left: 0;
}
@media (max-width: 420px) {
  .inner-page-template section.current-openings ul li span:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.inner-page-template section.current-openings ul li span.two {
  padding-left: 0;
}
.inner-page-template section.current-openings ul li span.two:before {
  display: none;
}
@media (max-width: 767px) {
  .inner-page-template section.current-openings ul li span.two {
    margin-left: 0;
  }
}
.inner-page-template section.current-openings ul li span.four a {
  color: #00263f;
}
@media (max-width: 420px) {
  .inner-page-template section.current-openings ul li span.four a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.inner-page-template section.current-openings ul li span.four img {
  transform: rotate(-90deg);
}
.inner-page-template section.current-openings ul li span img {
  filter: brightness(0);
  opacity: 0.5;
  margin-right: 10px;
  height: 14px;
  width: 14px;
  margin-top: -2px;
}
@media (max-width: 420px) {
  .inner-page-template section.current-openings ul li span img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.inner-page-template section.contact-page {
  padding: 0 50px;
  padding-right: 0;
  background-color: #f9f8f6;
}
@media (max-width: 991px) {
  .inner-page-template section.contact-page {
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .inner-page-template section.contact-page {
    padding: 70px 20px;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.contact-page {
    padding: 50px 20px;
  }
}
.inner-page-template section.contact-page .contct-wrap {
  display: flex;
}
@media (max-width: 991px) {
  .inner-page-template section.contact-page .contct-wrap {
    flex-wrap: wrap;
  }
}
.inner-page-template section.contact-page .contct-wrap .left-wrap {
  width: 40%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .inner-page-template section.contact-page .contct-wrap .left-wrap {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.contact-page .contct-wrap .left-wrap {
    padding-bottom: 50px;
  }
}
.inner-page-template section.contact-page .contct-wrap .left-wrap .subhead {
  max-width: 600px;
  margin-bottom: 30px;
}
.inner-page-template section.contact-page .contct-wrap .left-wrap .add-box {
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.inner-page-template section.contact-page .contct-wrap .left-wrap .add-box:last-child {
  margin-bottom: 0;
}
.inner-page-template section.contact-page .contct-wrap .left-wrap .add-box .icon {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: 1px solid #00263f;
  margin-right: 15px;
}
.inner-page-template section.contact-page .contct-wrap .left-wrap .add-box .icon img {
  width: 15px;
}
.inner-page-template section.contact-page .contct-wrap .left-wrap .add-box h5 {
  margin: 0;
  font-size: 18px;
  font-family: "barlowmedium";
  color: #00263f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.inner-page-template section.contact-page .contct-wrap .left-wrap .add-box a {
  color: #00263f;
}
.inner-page-template section.contact-page .contct-wrap .right-wrap {
  width: 60%;
}
@media (max-width: 991px) {
  .inner-page-template section.contact-page .contct-wrap .right-wrap {
    width: 100%;
  }
}
.inner-page-template section.contact-page .contct-wrap .right-wrap iframe {
  float: left;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .inner-page-template section.contact-page .contct-wrap .right-wrap iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .inner-page-template section.contact-page .contct-wrap .right-wrap iframe {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.contact-page .contct-wrap .right-wrap iframe {
    height: 250px;
  }
}
.inner-page-template section.contact-page.ntfound .contct-wrap .left-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.inner-page-template section.overview-sections {
  padding: 0;
  padding-bottom: 120px;
  display: flex;
}
@media (max-width: 991px) {
  .inner-page-template section.overview-sections {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .inner-page-template section.overview-sections {
    padding-bottom: 50px;
  }
}
.inner-page-template section.overview-sections .overview-left {
  width: 70%;
  padding-right: 70px;
}
@media (max-width: 1440px) {
  .inner-page-template section.overview-sections .overview-left {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .inner-page-template section.overview-sections .overview-left {
    width: 100%;
    padding-right: 12px;
  }
}
.inner-page-template section.overview-sections .overview-left .overview-boxes {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes a.more-btn {
  margin-top: 20px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .more-text {
  display: none;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap {
  background-color: #f9f9f9;
  padding: 30px;
}
@media (max-width: 480px) {
  .inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap {
    padding: 15px;
  }
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .field-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .field-wrap .form-group {
  width: 25%;
  padding: 0 5px;
}
@media (max-width: 1350px) {
  .inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .field-wrap .form-group {
    width: 50%;
    margin: 5px 0;
  }
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .field-wrap .form-group .inner-field label {
  font-size: 16px;
  margin-bottom: 5px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .field-wrap .form-group .inner-field .text-field {
  position: relative;
  display: flex;
  align-items: center;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .field-wrap .form-group .inner-field .text-field input {
  font-size: 16px;
  height: 50px;
  width: 100%;
  border-radius: 0;
  padding: 10px 10px;
  padding-right: 45px;
  border: 1px solid #e5e5e5;
  color: #00263f;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .field-wrap .form-group .inner-field .text-field span {
  font-size: 16px;
  position: absolute;
  right: 10px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap {
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .left-btn {
  display: flex;
  flex-direction: column;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .left-btn label {
  font-size: 16px;
  margin-bottom: 15px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .left-btn .sum-amount {
  font-size: 25px;
  font-family: "barlowsemibold";
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .left-btn .sum-amount em {
  font-style: normal;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .right-btn label {
  font-size: 16px;
  font-family: "barlowmedium";
  margin-bottom: 5px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .right-btn button.filled-btn {
  width: 220px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .note {
  max-width: 500px;
  margin-top: 10px;
  width: 100%;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes .calculate-wrap form .btn-wrap .note p {
  font-size: 14px;
  line-height: 1.2;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes.amenity-box ul {
  margin-bottom: 30px;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes.amenity-box ul:last-child {
  margin-bottom: 0;
}
.inner-page-template section.overview-sections .overview-left .overview-boxes.amenity-box ul li {
  width: 33.3333%;
  padding-left: 25px;
}
@media (max-width: 575px) {
  .inner-page-template section.overview-sections .overview-left .overview-boxes.amenity-box ul li {
    width: 100%;
  }
}
.inner-page-template section.overview-sections .overview-left .overview-boxes.amenity-box ul li:before {
  background-image: url(../images/tick.svg);
  background-color: transparent;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  top: 4px;
}
.inner-page-template section.overview-sections .overview-left h4 {
  margin-bottom: 25px;
}
.inner-page-template section.overview-sections .overview-left h6 {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .inner-page-template section.overview-sections .overview-left h6 {
    font-size: 18px;
  }
}
.inner-page-template section.overview-sections .overview-left ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 25px;
}
.inner-page-template section.overview-sections .overview-left ul li {
  width: 50%;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .inner-page-template section.overview-sections .overview-left ul li {
    width: 100%;
  }
}
.inner-page-template section.overview-sections .overview-left ul li:before {
  top: 6px;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  background-size: 16px;
  width: 6px;
  background-color: #00233a;
}
.inner-page-template section.overview-sections .overview-left .map-location {
  float: left;
  width: 100%;
}
.inner-page-template section.overview-sections .overview-left .map-location iframe {
  width: 100%;
  float: left;
  height: 350px;
}
@media (max-width: 575px) {
  .inner-page-template section.overview-sections .overview-left .map-location iframe {
    height: 250px;
  }
}
.inner-page-template section.overview-sections .agent-right {
  width: 30%;
}
@media (max-width: 1440px) {
  .inner-page-template section.overview-sections .agent-right {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .inner-page-template section.overview-sections .agent-right {
    width: 100%;
    margin-top: 40px;
  }
}
.inner-page-template section.overview-sections .agent-right .agent-wrap {
  position: sticky;
  top: 110px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner {
  background-color: #f9f9f9;
  padding: 30px;
}
@media (max-width: 480px) {
  .inner-page-template section.overview-sections .agent-right .agent-inner {
    padding: 15px;
  }
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-details {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-details img {
  width: 100px;
  margin-right: 20px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-details .agent-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-details .agent-desc h6 {
  margin-bottom: 0;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-details .agent-desc span {
  font-size: 14px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-details .agent-desc .btn-wrap {
  margin-top: 10px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-details .agent-desc .btn-wrap a {
  padding: 8px 15px;
  text-transform: none;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .inner-page-template section.overview-sections .agent-right .agent-inner .agent-details .agent-desc .btn-wrap a {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-features {
  margin-bottom: 20px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-features ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-features ul li a {
  display: flex;
  align-items: center;
  color: #00263f;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-features ul li i {
  margin-right: 8px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .agent-features ul li i img {
  float: left;
  width: 15px;
  filter: brightness(0);
  opacity: 0.6;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .share-option {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .share-option span {
  margin-top: 20px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .share-option ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .share-option ul li a {
  border: 1px solid #00263f;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .share-option ul li a img {
  width: 15px;
  height: 15px;
  float: left;
  transition: all 500ms;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .share-option ul li a:hover {
  background-color: #00263f;
}
.inner-page-template section.overview-sections .agent-right .agent-inner .share-option ul li a:hover img {
  filter: brightness(0) invert(1);
}
.inner-page-template section.overview-sections .agent-right .dld-qr {
  display: flex;
  background-color: #f9f9f9;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .inner-page-template section.overview-sections .agent-right .dld-qr {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .inner-page-template section.overview-sections .agent-right .dld-qr {
    padding: 15px;
  }
}
.inner-page-template section.overview-sections .agent-right .dld-qr .code {
  margin-right: 15px;
}
.inner-page-template section.overview-sections .agent-right .dld-qr .code img {
  width: 90px;
}
.inner-page-template section.overview-sections .agent-right .dld-qr .code-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inner-page-template section.overview-sections .agent-right .dld-qr .code-txt p {
  font-size: 17px;
}
.inner-page-template section.overview-sections .agent-right .dld-qr .code-txt p b {
  font-family: "barlowsemibold";
  font-weight: normal;
}
.inner-page-template section.overview-sections .agent-right .dld-qr .code-txt p i {
  margin-left: 2px;
  display: inline-block;
  transform: translateY(-2px);
}
.inner-page-template section.overview-sections .agent-right .dld-qr .code-txt p i img {
  width: 13px;
}
.inner-page-template .inner-page-banner {
  height: 400px;
  padding: 0;
}
@media (max-width: 991px) {
  .inner-page-template .inner-page-banner {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .inner-page-template .inner-page-banner {
    height: 250px;
  }
}
.inner-page-template .inner-page-banner .banner-inner {
  height: 100%;
  position: relative;
}
.inner-page-template .inner-page-banner .banner-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 38, 63, 0.8)), to(rgba(0, 38, 63, 0)));
  background: linear-gradient(to bottom, rgba(0, 38, 63, 0.8) 0%, rgba(0, 38, 63, 0) 100%);
}
.inner-page-template .inner-page-banner .banner-inner .banner-captions {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
@media (max-width: 767px) {
  .inner-page-template .inner-page-banner .banner-inner .banner-captions {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.inner-page-template .inner-page-banner .banner-inner .banner-captions h1 {
  margin-bottom: 0;
  font-size: 35px;
  color: #fff;
}
@media (max-width: 767px) {
  .inner-page-template .inner-page-banner .banner-inner .banner-captions h1 {
    font-size: 25px;
  }
}
.inner-page-template .inner-page-banner .banner-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.inner-page-template .inner-page-banner .banner-inner img.banBarcode {
  position: absolute;
  right: 20px;
  bottom: 96px;
  width: auto;
  height: auto;
  object-fit: none;
}
@media (max-width: 575px) {
  .inner-page-template .inner-page-banner .banner-inner img.banBarcode {
    bottom: 80px;
  }
}
.inner-page-template .inner-page-banner.full-length {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.inner-page-template .inner-page-banner.full-length .banner-captions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  bottom: 180px;
}
@media (max-width: 991px) {
  .inner-page-template .inner-page-banner.full-length .banner-captions {
    bottom: 50px;
  }
}
@media (max-width: 575px) {
  .inner-page-template .inner-page-banner.full-length .banner-captions {
    bottom: 80px;
  }
}
.inner-page-template .inner-page-banner.full-length .banner-captions h1 {
  margin-bottom: 5px;
  font-family: "barlowmedium";
}
.inner-page-template .inner-page-banner.full-length .banner-captions .developer {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.inner-page-template .inner-page-banner.full-length a {
  background-color: #fff;
  color: #00263f;
}
.inner-page-template .inner-page-banner.full-length a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.inner-page-template .inner-page-banner.full-length.touchtop {
  transform: translateY(-100%);
}
.inner-page-template .home-form {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 10;
}
@media (max-width: 767px) {
  .inner-page-template .home-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-page-template .off-plan-listing {
  background-color: #f9f8f6;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .inner-page-template .off-plan-listing {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-page-template .off-plan-listing .head-sec {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .inner-page-template .off-plan-listing .head-sec {
    padding-bottom: 0;
  }
}
.inner-page-template .off-plan-listing .head-sec .clip {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .inner-page-template .off-plan-listing .head-sec .clip {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.inner-page-template .off-plan-listing .head-sec .clip .show-map-btn {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .inner-page-template .off-plan-listing .head-sec .clip .show-map-btn {
    margin-left: 15px;
  }
}
.inner-page-template .off-plan-listing .head-sec .clip .show-map-btn span {
  font-size: 16px;
  font-weight: 400;
}
.inner-page-template .off-plan-listing .head-sec .clip .show-map-btn .btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  right: 27px;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: all 300ms;
}
.inner-page-template .off-plan-listing .head-sec .clip .show-map-btn button {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background-color: #e5e0d8;
  outline: 0;
}
.inner-page-template .off-plan-listing .head-sec .clip .show-map-btn button.active {
  background-color: #00263f;
}
.inner-page-template .off-plan-listing .head-sec .clip .show-map-btn button.active .handle {
  right: 0.1875rem;
  left: 27px;
}
.inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field {
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field label {
  font-size: 16px;
}
@media (max-width: 480px) {
  .inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field label {
    margin-bottom: 5px;
  }
}
.inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field .select2-container {
  width: 180px !important;
}
@media (max-width: 480px) {
  .inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field .select2-container {
    width: 160px !important;
  }
}
.inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field .select2-container .select2-selection--single {
  border-radius: 0;
  border: 1px solid #e5e0d8;
  height: 40px;
}
.inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  height: 100%;
  color: #00263f;
  font-size: 16px;
}
.inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 4px;
  top: 0;
}
.inner-page-template .off-plan-listing .head-sec .clip .form-group .inner-field .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/down-arrow-thin.svg);
  background-size: 11px;
  border: 0;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.inner-page-template .off-plan-listing .plan-listing {
  justify-content: space-between;
  position: relative;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-left {
  width: 100%;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-left .row .plan-box {
  display: none;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-left .row .more-btn {
  padding-left: 0;
  padding-right: 0;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right {
  width: 50%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 60px;
}
@media (max-width: 1650px) {
  .inner-page-template .off-plan-listing .plan-listing .off-plan-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .inner-page-template .off-plan-listing .plan-listing .off-plan-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map {
  height: 100vh;
  width: 100%;
}
@media (max-width: 991px) {
  .inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map {
    height: 300px;
  }
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map .leaflet-shadow-pane {
  display: none !important;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map span.leaflet-marker-icon {
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map span.leaflet-marker-icon:before {
  background-color: rgb(89, 109, 116);
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  z-index: 1;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map span.leaflet-marker-icon:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background-color: rgba(0, 39, 63, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map span.leaflet-marker-icon.marker-1:after {
  content: "2";
  color: #fff;
  z-index: 1;
  font-family: "barlowregular";
}
.inner-page-template .off-plan-listing .plan-listing .off-plan-right .off-plan-map #map span.leaflet-marker-icon.zoom-1:after {
  content: "";
  color: #fff;
  z-index: 1;
  font-family: "barlowregular";
}
@media (max-width: 991px) {
  .inner-page-template .off-plan-listing .plan-listing.half-view {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left {
  width: 50%;
}
@media (max-width: 991px) {
  .inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left {
    width: 100%;
  }
}
.inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .row {
  justify-content: flex-start;
}
.inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .plan-box {
  width: 50%;
}
@media (max-width: 1199px) {
  .inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .plan-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .plan-box {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .plan-box {
    width: 100%;
  }
}
.inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .plan-box:nth-last-child(-n+3) {
  margin-bottom: 60px;
}
.inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .plan-box.sliced:nth-last-child(-n+3) {
  margin-bottom: 60px;
}
.inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-left .plan-box.sliced:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-right {
  position: sticky;
  visibility: visible;
  top: 60px;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .inner-page-template .off-plan-listing .plan-listing.half-view .off-plan-right {
    position: relative;
    top: inherit;
  }
}
.inner-page-template.single-property .related-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.inner-page-template.buy-single-page .contact-form-wrap {
  margin-bottom: 0;
  padding-top: 0;
}
.inner-page-template.buy-single-page header {
  background-color: #00263f;
}
.inner-page-template.buy-single-page .rent-inner-banner {
  height: auto;
  padding: 50px 0 40px;
  margin-top: 92px;
}
@media (max-width: 767px) {
  .inner-page-template.buy-single-page .rent-inner-banner {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .inner-page-template.buy-single-page .rent-inner-banner {
    padding-top: 20px;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner {
  display: grid;
  grid-template-columns: 1fr 240px 240px;
  gap: 32px;
  grid-template-rows: repeat(2, 240px);
}
@media (max-width: 1280px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner {
    grid-template-rows: repeat(2, 170px);
  }
}
@media (max-width: 1199px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner {
    grid-template-rows: repeat(2, 150px);
    grid-template-columns: 1fr 175px 175px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner {
    grid-template-rows: inherit;
    grid-template-columns: inherit;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner:after {
  display: none;
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div {
  position: relative;
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  background-color: #000;
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:nth-of-type(5) a img {
  opacity: 0.6;
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:first-child {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:first-child {
    height: auto;
  }
}
@media (max-width: 991px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:first-child a img {
    opacity: 0.6;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:first-child a span {
  right: 20px;
  bottom: 20px;
}
@media (min-width: 992px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:first-child a span {
    display: none;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div span {
  position: absolute;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .inner-page-template.buy-single-page .rent-inner-banner .banner-inner .gallery-div:not(:first-child) {
    display: none;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions h1 {
  font-size: 40px;
  text-transform: none;
  font-family: "barlowsemibold";
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions h1 {
    font-size: 24px;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions h1 span {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #8a8a8a;
  font-family: "barlowregular";
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions h4 {
  text-transform: none;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions h4 {
    font-size: 20px;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions .features ul {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions .features ul {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (max-width: 575px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions .features ul {
    row-gap: 7px;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions .features ul li {
  padding-right: 30px;
  text-transform: uppercase;
  font-family: "barlowsemibold";
  font-size: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions .features ul li {
    font-size: 14px;
  }
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions .features ul li:after {
  content: "";
  position: absolute;
  right: 15px;
  height: 10px;
  background-color: #00263f;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.inner-page-template.buy-single-page .rent-inner-banner .property-captions .features ul li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .inner-page-template.buy-single-page .rent-inner-banner .property-captions .right-caption {
    margin-top: 20px;
  }
}

.select2-container--open .sorting-select {
  background-color: #fff;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 0;
  width: 180px !important;
}
.select2-container--open .sorting-select .select2-results {
  padding: 0;
}
.select2-container--open .sorting-select .select2-results .select2-results__options .select2-results__option {
  transition: all 500ms;
  padding: 10px 10px;
  color: #00263f;
  font-size: 16px;
}
.select2-container--open .sorting-select .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable {
  background-color: transparent;
}
.select2-container--open .sorting-select .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #00263f;
  color: #fff;
}
.select2-container--open .sorting-select .select2-results .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.select2-container--open .sorting-select .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: #d6d6d6;
}
.select2-container--open .sorting-select .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d6d6d6;
}

.leaflet-container {
  font-family: "barlowregular";
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
}

.leaflet-control-attribution a {
  display: none;
}

.leaflet-popup-content {
  margin: 0;
  padding: 0;
  width: 300px !important;
}
@media (max-width: 575px) {
  .leaflet-popup-content {
    width: 200px !important;
  }
}
.leaflet-popup-content .map-details {
  padding: 15px;
}
.leaflet-popup-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.leaflet-popup-content h4 {
  margin: 0;
  font-size: 17px;
  font-family: "barlowmedium";
  margin-bottom: 5px;
  color: #00263f;
}
@media (max-width: 575px) {
  .leaflet-popup-content h4 {
    font-size: 14px;
  }
}
.leaflet-popup-content p {
  font-size: 15px !important;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .leaflet-popup-content p {
    font-size: 13px !important;
  }
}
.leaflet-popup-content a {
  color: #fff;
  background-color: #00263f;
  padding: 7px 10px 5px;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.leaflet-popup-content a:hover {
  border: 1px solid #00263f;
  background-color: transparent;
  color: #00263f;
}

.message-line {
  padding: 130px 0 120px;
  position: relative;
  margin-top: 100vh;
}
@media (max-width: 1560px) {
  .message-line {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .message-line {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .message-line {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.message-line .big-caption {
  font-size: 35px;
  line-height: 1.1;
  font-family: "barlowlight";
  position: relative;
  text-align: center;
  color: #00263f;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  .message-line .big-caption {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .message-line .big-caption {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .message-line .big-caption br {
    display: none;
  }
}

.about-message-line {
  position: relative;
}
.about-message-line .big-caption {
  font-size: 50px;
  line-height: 1.1;
  font-family: "barlowlight";
  position: relative;
  color: #00263f;
  max-width: 1190px;
  margin: auto;
}
.about-message-line small {
  padding-top: 15px;
  display: inline-block;
  border-top: 1px solid #e5e0d8;
  margin-top: 20px;
}

.specifications {
  padding-bottom: 130px;
}
@media (max-width: 1560px) {
  .specifications {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .specifications {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .specifications {
    padding-bottom: 50px;
  }
}
.specifications .row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .specifications .row {
    justify-content: center;
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .specifications .row {
    margin: 0 -20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .specifications .row {
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .specifications .row:last-child {
    margin-bottom: 0;
  }
}
.specifications .spec-box {
  width: auto;
}
@media (max-width: 991px) {
  .specifications .spec-box {
    width: 33.3333%;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-right: 0;
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .specifications .spec-box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .specifications .spec-box:nth-child(3) {
    border-right: 1px solid #e8e8e8;
  }
}
@media (max-width: 575px) {
  .specifications .spec-box:nth-child(3) {
    border-right: 0;
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .specifications .spec-box:nth-child(4) {
    width: 50%;
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .specifications .spec-box:nth-child(5) {
    width: 50%;
    border-right: 1px solid #e8e8e8;
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .specifications .spec-box:nth-child(5) {
    width: 100%;
  }
}
.specifications .spec-box .wrap {
  padding-left: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .specifications .spec-box .wrap {
    padding-left: 0;
  }
}
.specifications .spec-box .wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 8px;
  width: 1px;
  background-color: #00263f;
}
@media (max-width: 991px) {
  .specifications .spec-box .wrap:before {
    display: none;
  }
}
.specifications .spec-box .wrap p {
  margin-bottom: 0;
}
.specifications .spec-box .wrap h5 {
  font-size: 23px;
  margin-bottom: 0;
  font-family: "barlowsemibold";
  color: #00263f;
}
@media (max-width: 575px) {
  .specifications .spec-box .wrap h5 {
    font-size: 18px;
  }
}
.specifications .btn-wrap {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .specifications .btn-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .specifications .btn-wrap {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .specifications .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .specifications .btn-wrap a {
    width: 280px;
  }
}

.gallery {
  padding: 0;
  height: 100vh;
}
@media (max-width: 1199px) {
  .gallery {
    height: auto;
  }
}
.gallery .owl-gallery {
  height: 100%;
}
.gallery .owl-gallery .owl-stage-outer {
  height: 100%;
}
.gallery .owl-gallery .owl-stage-outer .owl-stage {
  height: 100%;
}
.gallery .owl-gallery .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.gallery .owl-gallery .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.gallery .owl-gallery .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .owl-gallery .owl-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
}
@media (max-width: 575px) {
  .gallery .owl-gallery .owl-dots {
    bottom: 10px;
  }
}
.gallery .owl-gallery .owl-dots button {
  display: flex;
  margin: 0 3px;
}
.gallery .owl-gallery .owl-dots button span {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  transition: all 500ms;
}
.gallery .owl-gallery .owl-dots button.active span {
  background-color: #fff;
}
.gallery .owl-gallery .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 25px;
}
.gallery .owl-gallery .owl-nav button.owl-prev {
  left: 0;
}
.gallery .owl-gallery .owl-nav button.owl-next {
  right: 0;
}

.why-worldfield {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.why-worldfield .why-left {
  width: 55%;
  position: relative;
}
@media (max-width: 1199px) {
  .why-worldfield .why-left {
    width: 100%;
  }
}
.why-worldfield .why-left figure {
  width: 100%;
  position: relative;
}
.why-worldfield .why-left figure img {
  width: 100%;
}
.why-worldfield .container {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  left: 0;
  margin: auto;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .why-worldfield .container {
    position: relative;
  }
}
@media (max-width: 767px) {
  .why-worldfield .container {
    padding: 0 20px;
  }
}
.why-worldfield .container .why-right {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .why-worldfield .container .why-right {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .why-worldfield .container .why-right {
    padding-left: 0;
    text-align: center;
    align-items: center;
    margin-top: 50px;
  }
}
.why-worldfield .container .why-right a {
  margin-top: 20px;
}

.location {
  padding-bottom: 130px;
}
@media (max-width: 1560px) {
  .location {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .location {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .location {
    padding-bottom: 50px;
  }
}
.location .left-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .location .left-text {
    padding-right: 12px;
  }
}
.location .left-text .accordion {
  border: 0;
  background-color: transparent;
}
.location .left-text .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e5e0d8;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 16px;
}
.location .left-text .accordion .accordion-item .accordion-header {
  margin-top: 0;
}
.location .left-text .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 18px;
  font-family: "barlowregular";
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px 12px;
  color: #00263f;
}
.location .left-text .accordion .accordion-item .accordion-header .accordion-button:before {
  top: 6px;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  background-size: 16px;
  width: 6px;
  background-color: #00233a;
}
.location .left-text .accordion .accordion-item .accordion-header .accordion-button:after {
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
}
.location .left-text .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.location .left-text .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 40px 20px 0;
}
@media (max-width: 575px) {
  .location .left-text .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 15px 0;
  }
}
.location .left-text .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  padding-bottom: 0;
  border-bottom: 0;
  color: #00263f;
}
.location .left-text .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.location .left-text .accordion .accordion-item .accordion-collapse .accordion-body:empty {
  display: none;
}
.location .left-text .accordion .accordion-item.no-item .accordion-header .accordion-button {
  cursor: default;
}
.location .left-text .accordion .accordion-item.no-item .accordion-header .accordion-button:after {
  display: none;
}
.location ul {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .location ul {
    margin-right: 0;
  }
}
.location ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 12px;
  font-size: 18px;
  font-family: "barlowregular";
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e0d8;
  display: flex;
  align-items: center;
}
.location ul li:before {
  top: 7px;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  background-size: 16px;
  width: 6px;
  background-color: #00263f;
}
.location ul li i {
  float: left;
}
.location ul li i img {
  height: 23px;
  width: 23px;
  margin-right: 10px;
  float: left;
}
.location .right-map {
  height: 450px;
}
@media (max-width: 991px) {
  .location .right-map {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .location .right-map {
    margin-top: 30px;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .location .right-map {
    height: 250px;
  }
}
.location iframe {
  float: left;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.inner-page-template .stick-info {
  position: fixed;
  bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  transition: all 500ms;
}
@media (max-width: 991px) {
  .inner-page-template .stick-info {
    display: none;
  }
}
.inner-page-template .stick-info .info-boxes {
  width: 16.6667%;
}
@media (max-width: 1300px) {
  .inner-page-template .stick-info .info-boxes {
    width: auto;
  }
}
@media (max-width: 991px) {
  .inner-page-template .stick-info .info-boxes {
    width: 33.333%;
  }
}
.inner-page-template .stick-info .info-boxes h6 {
  font-size: 14px;
  font-family: "barlowmedium";
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #00263f;
}
.inner-page-template .stick-info .info-boxes span {
  font-family: "barlowsemibold";
  text-transform: uppercase;
  font-size: 16px;
  color: #00263f;
}
.inner-page-template .stick-info .info-boxes a {
  font-family: "barlowsemibold";
  text-transform: uppercase;
  font-size: 16px;
  color: #00263f;
}
.inner-page-template .stick-info a.filled-btn {
  width: 16.6667%;
}
@media (max-width: 1439px) {
  .inner-page-template .stick-info a.filled-btn {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .inner-page-template .stick-info a.filled-btn {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .inner-page-template .stick-info a.filled-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .inner-page-template .stick-info a.filled-btn {
    width: 33.333%;
  }
}
.inner-page-template .stick-info .left-info {
  display: flex;
  gap: 80px;
  width: 100%;
}
@media (max-width: 1800px) {
  .inner-page-template .stick-info .left-info {
    gap: 35px;
  }
}
@media (max-width: 1600px) {
  .inner-page-template .stick-info .left-info {
    gap: 0;
  }
}
@media (max-width: 1300px) {
  .inner-page-template .stick-info .left-info {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .inner-page-template .stick-info .left-info {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.inner-page-template .stick-info.hide {
  display: none;
}
.inner-page-template .related-wrapper {
  text-align: center;
  padding-bottom: 130px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1560px) {
  .inner-page-template .related-wrapper {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .inner-page-template .related-wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .inner-page-template .related-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .inner-page-template .related-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .inner-page-template .related-wrapper .row {
    row-gap: 24px;
  }
}
.inner-page-template .related-wrapper h2 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .inner-page-template .related-wrapper h2 {
    margin-bottom: 20px;
  }
}
.inner-page-template .related-wrapper .related-box .related-box-inner {
  text-align: left;
}
.inner-page-template .related-wrapper .related-box .related-box-inner figure img {
  width: 100%;
}
.inner-page-template .related-wrapper .related-box .related-box-inner .caption {
  transition: all 500ms;
  padding: 15px 0 0;
}
.inner-page-template .related-wrapper .related-box .related-box-inner .caption h5 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #00263f;
}
.inner-page-template .related-wrapper .related-box .related-box-inner .caption a {
  margin-top: 0;
  padding-bottom: 2px;
  margin-left: 2px;
}

.payment-plan {
  text-align: center;
  padding: 130px 0;
  background-color: #00263f;
}
@media (max-width: 1560px) {
  .payment-plan {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  .payment-plan {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .payment-plan {
    padding: 50px 0;
  }
}
.payment-plan h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .payment-plan h2 {
    margin-bottom: 20px;
  }
}
.payment-plan .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .payment-plan .row {
    row-gap: 30px;
  }
}
.payment-plan .row .payment-box h3 {
  font-size: 45px;
  font-family: "barlowsemibold";
  color: #fff;
}
@media (max-width: 575px) {
  .payment-plan .row .payment-box h3 {
    font-size: 30px;
  }
}
.payment-plan .row .payment-box p {
  color: #fff;
}
@media (max-width: 575px) {
  .payment-plan .row .payment-box p {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .payment-plan .row .payment-box p {
    font-size: 14px;
  }
}

.cta-wrap {
  padding: 70px 0 105px;
  background-color: #00263f;
  background-image: url(../images/logo_shape2.svg);
  background-repeat: repeat;
  background-size: 225px;
  background-position: top -4px right;
  position: relative;
}
@media (max-width: 767px) {
  .cta-wrap {
    padding: 50px 0 87px;
  }
}
.cta-wrap:after {
  content: "";
  background-image: url(../images/lines_white.svg);
  background-repeat: repeat-x;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 37px;
}
.cta-wrap .cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cta-wrap .cta-inner {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-wrap .cta-inner .inner-left {
    margin-bottom: 20px;
  }
}
.cta-wrap .cta-inner .inner-left h3 {
  font-size: 35px;
  margin-top: 0;
  font-family: "barlowsemibold";
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199px) {
  .cta-wrap .cta-inner .inner-left h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta-wrap .cta-inner .inner-left h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .cta-wrap .cta-inner .inner-left h3 {
    font-size: 20px;
  }
}
.cta-wrap .cta-inner .inner-left p {
  color: #fff;
}
.cta-wrap .cta-inner .inner-right a {
  background-color: #fff;
  color: #00263f;
  padding: 22px 15px;
}
@media (max-width: 767px) {
  .cta-wrap .cta-inner .inner-right a {
    padding: 12px 15px;
  }
}
.cta-wrap .cta-inner .inner-right a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

a.leaflet-popup-close-button {
  font-size: 24px !important;
  color: #00263f !important;
  background-color: #fff !important;
  font-family: "barlowregular" !important;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.swipewrap {
  height: 100vh;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .swipewrap {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .swipewrap {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .swipewrap {
    height: 100vh;
  }
}
.swipewrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
@media (max-width: 991px) {
  .swipewrap:after {
    bottom: 120px;
    display: none;
  }
}
.swipewrap .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swipewrap .swiper-container .swiper-pagination-bullets {
  left: 0;
  right: inherit;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-pagination-bullets {
    bottom: 50px;
    top: inherit;
    transform: none;
    flex-direction: row;
    margin-left: 0;
    left: 50px;
    right: 50px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: auto;
  }
}
@media (max-width: 767px) {
  .swipewrap .swiper-container .swiper-pagination-bullets {
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
}
.swipewrap .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  opacity: 1;
  font-size: 0;
  transition: all 500ms;
  margin: 10px 0;
  position: relative;
  border: 1px solid #00263f;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0;
  }
}
.swipewrap .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #00263f;
  opacity: 1;
  background-color: #00263f;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
.swipewrap .swiper-container .swiper-slide {
  text-align: left;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide {
    flex-wrap: wrap;
  }
}
.swipewrap .swiper-container .swiper-slide .amenity-text {
  width: 35%;
  padding-right: 180px;
  opacity: 0;
  transition: all 1200ms;
}
@media (max-width: 1560px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text {
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text {
    padding-right: 50px;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text {
    position: absolute;
    z-index: 1;
    width: 665px;
    bottom: 150px;
    text-align: center;
    margin: auto;
    left: 50px;
    right: 50px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text {
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 80px;
  }
}
.swipewrap .swiper-container .swiper-slide .amenity-text h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text h3 {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text p {
    color: #fff;
  }
}
.swipewrap .swiper-container .swiper-slide .amenity-text p:empty {
  display: none;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.swipewrap .swiper-container .swiper-slide .amenity-text ul li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-family: "barlowregular";
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text ul li {
    color: #fff;
  }
}
.swipewrap .swiper-container .swiper-slide .amenity-text ul li:before {
  top: 7px;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  background-size: 16px;
  width: 6px;
  background-color: #00263f;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide .amenity-text ul li:before {
    background-color: #fff;
  }
}
.swipewrap .swiper-container .swiper-slide .amenity-image {
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .swipewrap .swiper-container .swiper-slide .amenity-image {
    width: 100%;
    position: relative;
  }
  .swipewrap .swiper-container .swiper-slide .amenity-image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.swipewrap .swiper-container .swiper-slide .amenity-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.swipewrap .swiper-container .swiper-slide.swiper-slide-active .amenity-text {
  opacity: 1;
  transform: translateY(0);
}
.swipewrap.selected:after {
  display: none;
}

.quote-sec {
  padding: 120px 0;
  margin-top: 92px;
  text-align: center;
}
@media (max-width: 991px) {
  .quote-sec {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .quote-sec {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .quote-sec {
    padding: 50px 0;
  }
}
.quote-sec .big-caption {
  text-transform: uppercase;
  font-size: 24px;
  max-width: 780px;
  margin: auto;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .quote-sec .big-caption {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .quote-sec .big-caption {
    max-width: 510px;
  }
}
@media (max-width: 575px) {
  .quote-sec .big-caption {
    font-size: 20px;
    max-width: 435px;
  }
}
@media (max-width: 480px) {
  .quote-sec .big-caption {
    max-width: 335px;
  }
}
@media (max-width: 400px) {
  .quote-sec .big-caption {
    font-size: 18px;
    max-width: 304px;
  }
}
.quote-sec small {
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 400px) {
  .quote-sec small {
    font-size: 16px;
  }
}

.vision {
  text-align: center;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991px) {
  .vision {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .vision {
    padding: 50px 0;
  }
}
.vision p {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #00263f;
  max-width: 990px;
  margin: auto;
}
@media (max-width: 575px) {
  .vision p {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .vision p {
    font-size: 18px;
  }
}

.values {
  padding: 0 0 130px;
}
@media (max-width: 991px) {
  .values {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .values {
    padding-bottom: 50px;
  }
}
.values h4 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .values h4 br {
    display: none;
  }
}
.values .container {
  max-width: 1055px;
}
.values .container ul {
  padding-left: 9px;
}
.values .container ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.values .container ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #00263f;
  left: 0;
  position: absolute;
  top: 4px;
}
.values .container ul li:last-child {
  margin-bottom: 0;
}

.counter-abt {
  display: flex;
  align-items: center;
  background-color: #f0f0f2;
  padding-left: 0;
  padding-right: 0;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}
.counter-abt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00263f;
  width: 50%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .counter-abt:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .counter-abt {
    overflow: hidden;
  }
}
.counter-abt h4 {
  font-size: 24px;
  font-family: "barlowsemibold";
  text-transform: uppercase;
}
.counter-abt .counter-abt-left {
  width: 50%;
  position: relative;
  background-color: #00263f;
  padding-left: 170px;
  display: flex;
  align-items: center;
}
@media (max-width: 1339px) {
  .counter-abt .counter-abt-left {
    padding-left: 150px;
  }
}
@media (max-width: 1250px) {
  .counter-abt .counter-abt-left {
    padding-left: 120px;
  }
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left {
    width: 100%;
    padding-left: 12px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .counter-abt .counter-abt-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.counter-abt .counter-abt-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/pattern.svg);
  width: 50px;
  background-size: 50px;
  background-position: left;
  bottom: 0;
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left:before {
    background-image: none;
    background-color: #00263f;
    filter: none;
    left: -50%;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left:after {
    content: "";
    position: absolute;
    right: -50%;
    width: 50%;
    background-color: #00263f;
    top: 0;
    bottom: 0;
  }
}
.counter-abt .counter-abt-left .counting-numbers {
  width: 100%;
  max-width: 570px;
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers {
    max-width: 100%;
  }
}
.counter-abt .counter-abt-left .counting-numbers .row {
  row-gap: 60px;
  margin: 0;
}
.counter-abt .counter-abt-left .counting-numbers .counter-box {
  display: flex;
  position: relative;
  text-align: left;
  padding: 0;
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box {
    width: 33.3333%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box {
    width: 50%;
  }
}
.counter-abt .counter-abt-left .counting-numbers .counter-box:after {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.36;
}
.counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(even) .count-text {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(even) .count-text {
    padding-right: 20px;
  }
}
.counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(even):after {
  right: 60px;
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(even):after {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(2) .count-text {
    border-right: 1px solid rgba(255, 255, 255, 0.36);
  }
}
@media (max-width: 767px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(2) .count-text {
    border-right: 0;
  }
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(3) .count-text {
    border: 0;
  }
}
@media (max-width: 767px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(3) .count-text {
    border-right: 1px solid rgba(255, 255, 255, 0.36);
  }
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(4) .count-text {
    border-right: 1px solid rgba(255, 255, 255, 0.36);
  }
}
@media (max-width: 767px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-child(4) .count-text {
    border-right: 0;
  }
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-last-child(-n+3):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-last-child(-n+3):after {
    display: block;
  }
}
.counter-abt .counter-abt-left .counting-numbers .counter-box:nth-last-child(-n+2):after {
  display: none;
}
@media (max-width: 767px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box:nth-last-child(-n+2):after {
    display: none;
  }
}
.counter-abt .counter-abt-left .counting-numbers .counter-box .count-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 102px;
  justify-content: center;
}
@media (max-width: 1439px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box .count-text {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box .count-text {
    padding-left: 20px;
    margin-right: 0;
  }
}
.counter-abt .counter-abt-left .counting-numbers .counter-box .count-text .pos {
  color: #fff;
  white-space: nowrap;
}
.counter-abt .counter-abt-left .counting-numbers .counter-box .count-text .value-div {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-family: "barlowmedium";
  position: relative;
}
@media (max-width: 1199px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box .count-text .value-div {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box .count-text .value-div {
    font-size: 22px;
  }
}
.counter-abt .counter-abt-left .counting-numbers .counter-box .count-text .value-div span {
  font-size: 30px;
}
@media (max-width: 480px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box .count-text .value-div span {
    font-size: 22px;
  }
}
.counter-abt .counter-abt-left .counting-numbers .counter-box .count-text .counter-value {
  margin-right: 5px;
}
.counter-abt .counter-abt-left .counting-numbers .counter-box .count-text p {
  font-size: 22px;
  font-family: "barlowlight";
  margin-bottom: 0;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 480px) {
  .counter-abt .counter-abt-left .counting-numbers .counter-box .count-text p {
    font-size: 18px;
  }
}
.counter-abt .container {
  display: flex;
  justify-content: flex-start;
}
.counter-abt .container .counter-abt-right {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1250px) {
  .counter-abt .container .counter-abt-right {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .counter-abt .container .counter-abt-right {
    width: 100%;
    padding-right: 12px;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .counter-abt .container .counter-abt-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .counter-abt .container .counter-abt-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .counter-abt .container .counter-abt-right h4 br {
    display: none;
  }
}
.counter-abt .container .counter-abt-right a {
  margin-top: 20px;
  color: #00263f;
}
@media (max-width: 767px) {
  .counter-abt .container .counter-abt-right a {
    margin-top: 0;
  }
}

.team-wrapper {
  text-align: center;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .team-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .team-wrapper {
    padding: 50px 0;
  }
}
.team-wrapper p {
  max-width: 1040px;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .team-wrapper p {
    margin-bottom: 20px;
  }
}
.team-wrapper .team-box {
  text-align: left;
  cursor: pointer;
}
.team-wrapper .team-box figure {
  margin-bottom: 15px;
}
.team-wrapper .team-box h5 {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: "barlowsemibold";
  text-transform: uppercase;
}
.team-wrapper .team-box span {
  font-size: 18px;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .slider-labels {
    font-size: 16px;
  }
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: -7px;
  top: -8px;
  background-color: #fff;
  cursor: grab;
  border: 2px solid #00263f;
}

/* Styling;
 */
.noUi-background {
  background: #e7eaeb;
}

.noUi-connect {
  background: #00263f;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 0;
  padding: 0 7px;
}

.filter-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .filter-btns {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .filter-btns a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.bread-crumb {
  margin-bottom: 20px;
}
.bread-crumb ul {
  display: flex;
  align-items: center;
}
.bread-crumb ul li {
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.bread-crumb ul li:first-child {
  padding-left: 0;
}
.bread-crumb ul li:first-child:before {
  display: none;
}
.bread-crumb ul li:before {
  content: "";
  position: absolute;
  left: 17px;
  width: 8px;
  height: 6px;
  background-image: url(../images/down-arrow-thin.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bread-crumb ul li a {
  color: #00263f;
  font-size: 16px;
}
.bread-crumb ul li a i img {
  float: left;
  width: 19px;
}
.bread-crumb ul li span {
  font-size: 16px;
  color: #909090;
}

.benefits-sec {
  padding: 0 0 130px;
  text-align: center;
}
@media (max-width: 991px) {
  .benefits-sec {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .benefits-sec {
    padding-bottom: 50px;
  }
}
.benefits-sec .row {
  row-gap: 30px;
}
.benefits-sec .benefits-head {
  max-width: 900px;
  margin: auto;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .benefits-sec .benefits-head {
    margin-bottom: 30px;
  }
}
.benefits-sec .benefit-box .benefit-box-inner i {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.benefits-sec .benefit-box .benefit-box-inner i img {
  width: 50px;
}
.benefits-sec .benefit-box .benefit-box-inner h4 {
  text-transform: none;
  margin-bottom: 10px;
}
.process-steps {
  padding: 0 0 130px;
}
@media (max-width: 991px) {
  .process-steps {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .process-steps {
    padding-bottom: 50px;
  }
}
.process-steps .process-head {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .process-steps .process-head {
    margin-bottom: 30px;
  }
}
.process-steps .process-head p {
  max-width: 900px;
  margin: auto;
}
.process-steps .process-left .left-inner {
  position: sticky;
  top: 200px;
}
@media (max-width: 991px) {
  .process-steps .process-left .left-inner {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .process-steps .process-left .left-inner {
    row-gap: 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .process-steps .process-left .left-inner {
    row-gap: 30px;
  }
}
.process-steps .process-left figure {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 500ms;
  width: 100%;
}
@media (max-width: 767px) {
  .process-steps .process-left figure {
    position: relative;
    opacity: 1;
  }
}
.process-steps .process-left figure img {
  width: 100%;
}
.process-steps .process-left figure.one {
  opacity: 1;
}
.process-steps .process-left figure.active {
  opacity: 1;
}
.process-steps .process-left figure .step-boxes-mobile {
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .process-steps .process-left figure .step-boxes-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .process-steps .process-left figure .step-boxes-mobile {
    padding-bottom: 20px;
  }
}
.process-steps .process-left figure .step-boxes-mobile span {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}
.process-steps .process-left figure .step-boxes-mobile h4 {
  text-transform: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .process-steps .process-left figure:last-child .step-boxes-mobile {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.process-steps .process-right {
  overflow: hidden;
}
@media (max-width: 767px) {
  .process-steps .process-right {
    display: none;
  }
}
.process-steps .process-right .right-inner .step-boxes {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #eee;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(150px);
}
.process-steps .process-right .right-inner .step-boxes:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.process-steps .process-right .right-inner .step-boxes span {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}
.process-steps .process-right .right-inner .step-boxes h4 {
  text-transform: none;
}
.process-steps .process-right .right-inner .step-boxes #step-1 {
  opacity: 1;
}
.process-steps .process-right .right-inner .step-boxes.in-view {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .process-steps .process-middle {
    display: none;
  }
}
.process-steps .process-middle .timeline {
  padding: 0;
}
.process-steps .process-middle .timeline ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.process-steps .process-middle .timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: #eee;
  height: 100%;
}
.process-steps .process-middle .timeline .draw-line {
  width: 2px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #00263f;
}
.process-steps .process-middle .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  height: 328px;
  background: transparent;
}
.process-steps .process-middle .timeline ul li:last-child {
  height: 186px;
}
.process-steps .process-middle .timeline ul li.in-view {
  transition: all 500ms;
}
.process-steps .process-middle .timeline ul li.in-view::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #00263f;
}
.process-steps .process-middle .timeline ul li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  transition: all 0.4s ease-in-out;
}

.faq {
  padding: 130px 0;
  background-color: #f7f7f7;
  text-align: center;
}
@media (max-width: 991px) {
  .faq {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .faq {
    padding: 50px 0;
  }
}
.faq .container {
  max-width: 1100px;
}
.faq .container .faq-wrap {
  text-align: left;
}
.faq .container .faq-wrap .accordion {
  border: 0;
  background-color: transparent;
}
.faq .container .faq-wrap .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e5e0d8;
  background-color: transparent;
  border-radius: 0;
}
.faq .container .faq-wrap .accordion .accordion-item .accordion-header {
  margin-top: 0;
}
.faq .container .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 22px;
  font-family: "barlowmedium";
  border-radius: 0;
  box-shadow: none;
  padding: 25px 0;
  padding-right: 20px;
  color: #00263f;
}
@media (max-width: 575px) {
  .faq .container .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    font-family: "barlowregular";
    padding: 15px 0;
    padding-right: 20px;
  }
}
.faq .container .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:after {
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 575px) {
  .faq .container .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:after {
    top: 20px;
  }
}
.faq .container .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq .container .faq-wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 40px 40px 0;
}
@media (max-width: 575px) {
  .faq .container .faq-wrap .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0px 15px 0;
  }
}

.sell-desc {
  margin-top: 92px;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .sell-desc {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sell-desc {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .sell-desc {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .sell-desc .row {
    flex-direction: column-reverse;
  }
}
.sell-desc .sell-left {
  padding-right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sell-desc .sell-left {
    padding-right: 12px;
  }
}
.sell-desc .sell-left .sell-left-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f0f0f2;
  padding: 100px;
  height: 100%;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .sell-desc .sell-left .sell-left-inner {
    padding: 70px;
  }
}
@media (max-width: 767px) {
  .sell-desc .sell-left .sell-left-inner {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .sell-desc .sell-left .sell-left-inner {
    padding: 30px;
  }
}
.sell-desc .sell-left h2 {
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .sell-desc .sell-left h2 {
    margin-bottom: 10px;
  }
}
.sell-desc .sell-left p {
  font-size: 22px;
}
@media (max-width: 575px) {
  .sell-desc .sell-left p {
    font-size: 18px;
  }
}
.sell-desc .sell-left a {
  margin-top: 10px;
}
.sell-desc .sell-right {
  padding-left: 0;
}
@media (max-width: 991px) {
  .sell-desc .sell-right {
    padding-left: 12px;
  }
}
.sell-desc .sell-right figure {
  height: 100%;
  position: relative;
}
.sell-desc .sell-right figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/pattern.svg);
  width: 50px;
  background-size: 50px;
  background-position: left;
  bottom: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .sell-desc .sell-right figure:after {
    display: none;
  }
}
.sell-desc .sell-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marker-cluster-medium {
  background-color: rgba(0, 38, 63, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(0, 38, 62, 0.6);
}

.marker-cluster div {
  font-family: "barlowregular";
}
.marker-cluster div span {
  color: #fff;
}

.marker-cluster-small {
  background-color: rgba(0, 38, 63, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(0, 38, 63, 0.6);
}
.marker-cluster-small div span {
  color: #fff;
}

.service-modal .modal-dialog {
  max-width: 1000px;
  padding: 20px;
}
@media (max-width: 575px) {
  .service-modal .modal-dialog {
    padding: 10px;
  }
}
.service-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
.service-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  padding: 30px;
}
@media (max-width: 991px) {
  .service-modal .modal-dialog .modal-content .modal-body {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .service-modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
.service-modal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  border-radius: 0;
  padding: 0;
  background-size: 13px;
  outline: 0;
}
@media (max-width: 575px) {
  .service-modal .modal-dialog .modal-content .modal-body .btn-close {
    right: 0px;
    top: -20px;
    filter: brightness(0) invert(1);
  }
}
.service-modal .modal-dialog .modal-content .modal-body .btn-close:focus {
  box-shadow: none;
}
.service-modal .modal-dialog .modal-content .modal-body .servi-img {
  display: flex;
  width: 40%;
}
@media (max-width: 991px) {
  .service-modal .modal-dialog .modal-content .modal-body .servi-img {
    width: 100%;
  }
}
.service-modal .modal-dialog .modal-content .modal-body .servi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-modal .modal-dialog .modal-content .modal-body .serv-content {
  width: 60%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .service-modal .modal-dialog .modal-content .modal-body .serv-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .service-modal .modal-dialog .modal-content .modal-body .serv-content {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .service-modal .modal-dialog .modal-content .modal-body .serv-content h5 {
    margin-bottom: 10px;
  }
}

.team-modal .modal-dialog {
  max-width: 700px;
  padding: 20px;
}
@media (max-width: 767px) {
  .team-modal .modal-dialog {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .team-modal .modal-dialog {
    padding: 10px;
  }
}
.team-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
.team-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  padding: 20px;
}
@media (max-width: 991px) {
  .team-modal .modal-dialog .modal-content .modal-body {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .team-modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
.team-modal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  border-radius: 0;
  padding: 0;
  background-size: 13px;
  outline: 0;
}
@media (max-width: 480px) {
  .team-modal .modal-dialog .modal-content .modal-body .btn-close {
    right: 0px;
    top: -20px;
    filter: brightness(0) invert(1);
  }
}
.team-modal .modal-dialog .modal-content .modal-body .btn-close:focus {
  box-shadow: none;
}
.team-modal .modal-dialog .modal-content .modal-body .servi-img {
  display: flex;
  width: 30%;
}
@media (max-width: 767px) {
  .team-modal .modal-dialog .modal-content .modal-body .servi-img {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .team-modal .modal-dialog .modal-content .modal-body .servi-img {
    width: 100%;
  }
}
.team-modal .modal-dialog .modal-content .modal-body .servi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .team-modal .modal-dialog .modal-content .modal-body .servi-img img {
    height: auto;
    object-fit: inherit;
  }
}
.team-modal .modal-dialog .modal-content .modal-body .serv-content {
  width: 70%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .team-modal .modal-dialog .modal-content .modal-body .serv-content {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .team-modal .modal-dialog .modal-content .modal-body .serv-content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.team-modal .modal-dialog .modal-content .modal-body .serv-content h5 {
  margin-bottom: 5px;
}
.team-modal .modal-dialog .modal-content .modal-body .serv-content h6 {
  color: #00263f;
  font-family: "barlowregular";
  margin-bottom: 10px;
}

.owl-dots {
  display: flex;
  margin-top: 25px;
  left: 0;
  right: 0;
  justify-content: center;
}
.owl-dots button {
  display: flex;
  margin: 0 3px;
}
.owl-dots button span {
  width: 12px;
  height: 12px;
  border: 1px solid #00263f;
  transition: all 500ms;
}
.owl-dots button.active span {
  background-color: #00263f;
}

span.wpcf7-not-valid-tip {
  display: none;
}

input.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}

form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  border: 1px solid #ff0d0d !important;
  padding: 10px !important;
  margin: 20px 15px 0 !important;
}
@media (max-width: 575px) {
  form .wpcf7-response-output {
    margin: 20px 5px 0 !important;
  }
}
form.sent .wpcf7-response-output {
  border: 1px solid #46b450 !important;
}

.flexslider {
  height: 100vh;
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: #00263f;
}
.flexslider .flex-viewport {
  height: 100%;
}
.flexslider .flex-viewport ul {
  height: 100%;
}
.flexslider .flex-viewport ul li {
  height: 100%;
  position: relative;
}
.flexslider .flex-viewport ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flexslider .flex-viewport ul li img.banBarcode {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: auto;
  width: auto;
  object-fit: none;
}
@media (max-width: 575px) {
  .flexslider .flex-viewport ul li img.banBarcode {
    bottom: 80px;
  }
}
.flexslider .flex-viewport ul li video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flexslider .flex-control-nav {
  bottom: 30px;
  z-index: 9;
}
.flexslider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #fff;
}

#insights {
  scroll-margin-top: 150px;
}

div#crmForm_result {
  margin-top: 20px;
}
div#crmForm_result p.success {
  color: #03a924;
}
div#crmForm_result p.error {
  color: #ff0000;
}

section.defcnt {
  margin-top: 0;
  text-align: left;
  background-color: #faf8f6;
}
section.defcnt h2 {
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 30px;
}
section.defcnt h2:first-child {
  margin-top: 0;
}
section.defcnt h3 {
  margin-bottom: 5px;
}
section.defcnt h4 {
  text-transform: none;
}
section.defcnt strong {
  font-family: "barlowsemibold";
}
section.defcnt ul.main-list {
  margin-top: 10px;
}
section.defcnt ul.main-list li {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  font-family: "barlowregular";
  margin-bottom: 12px;
  color: #00263f;
}
section.defcnt ul.main-list li:before {
  top: 6px;
  content: "";
  position: absolute;
  left: 3px;
  height: 6px;
  background-size: 16px;
  width: 6px;
  background-color: #00263f;
  outline: 1px solid #00263f;
  outline-offset: 2px;
}
section.defcnt ul.main-list li strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
section.defcnt ul.main-list li strong + p {
  margin-top: 10px;
}
section.defcnt ul.main-list li ul {
  margin-top: 15px;
}
section.defcnt ul.main-list li ul li {
  padding-left: 15px;
}
section.defcnt ul.main-list li ul li:before {
  outline: 0;
  left: 0;
  top: 5px;
}
section.defcnt ul.main-list li ul li strong {
  font-size: 18px;
  margin-bottom: 0;
  display: inline-block;
}
section.defcnt table {
  margin-top: 20px;
}
section.defcnt table th {
  box-shadow: none;
  font-weight: normal;
  font-family: "barlowmedium";
  background-color: #faf8f6;
  color: #00263f;
  padding: 12px;
  line-height: 1.4;
}
section.defcnt table td {
  background-color: #faf8f6;
  color: #00263f;
  padding: 12px;
  line-height: 1.4;
}

@supports (-webkit-touch-callout: none) {
  .market-data .market-right .market-tab .tab-content .tab-pane .tab-inner-wrap ul li span small {
    background-position: left 5px;
  }
  @media (max-width: 575px) {
    .inner-page-template .inner-page-banner.full-length .banner-captions {
      bottom: 150px;
    }
  }
}
.single-word {
  white-space: nowrap;
}

#form-exampleModal .modal-dialog {
  width: 400px;
  max-width: 400px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 420px) {
  #form-exampleModal .modal-dialog {
    width: 370px;
    max-width: 370px;
  }
}
@media (max-width: 400px) {
  #form-exampleModal .modal-dialog {
    width: 340px;
    max-width: 340px;
  }
}
#form-exampleModal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
#form-exampleModal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
#form-exampleModal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  border-radius: 0;
  padding: 0;
  background-size: 13px;
  outline: 0;
}
@media (max-width: 575px) {
  #form-exampleModal .modal-dialog .modal-content .modal-body .btn-close {
    right: 0px;
    top: -20px;
    filter: brightness(0) invert(1);
  }
}
#form-exampleModal .modal-dialog .modal-content .modal-body .btn-close:focus {
  box-shadow: none;
}
#form-exampleModal .modal-dialog .modal-content .form-group {
  margin-bottom: 15px;
}
#form-exampleModal .modal-dialog .modal-content .form-group:last-child {
  margin-bottom: 0;
}
#form-exampleModal .modal-dialog .modal-content .form-group .inner-field {
  display: flex;
  flex-direction: column;
}
#form-exampleModal .modal-dialog .modal-content .form-group .inner-field label {
  font-family: "barlowregular";
  font-size: 16px;
  color: #00263f;
  font-weight: 100;
  margin-bottom: 5px;
  text-align: left;
}
#form-exampleModal .modal-dialog .modal-content .form-group .inner-field input {
  height: 45px;
  width: 100%;
  border-radius: 0;
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
  font-family: "barlowregular";
  color: #00263f;
}
#form-exampleModal .modal-dialog .modal-content .form-group .inner-field .intl-tel-input input {
  padding-left: 90px;
}

.selected-dial-code {
  font-size: 16px;
}

.intl-tel-input .iti-flag {
  background-image: url(../images/flags.png);
}
.intl-tel-input .country-list {
  width: 340px;
}
@media (max-width: 420px) {
  .intl-tel-input .country-list {
    width: 310px;
  }
}
@media (max-width: 400px) {
  .intl-tel-input .country-list {
    width: 280px;
  }
}
.intl-tel-input .country-list .country {
  white-space: break-spaces;
  font-size: 16px;
}
.intl-tel-input .country-list .country .dial-code {
  display: none;
}

.inner-page-template .blogs {
  margin-top: 120px;
  padding: 120px 0;
}
@media (max-width: 1560px) {
  .inner-page-template .blogs {
    padding: 100px 50px;
  }
}
@media (max-width: 991px) {
  .inner-page-template .blogs {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .inner-page-template .blogs {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .inner-page-template .blogs {
    padding: 50px 0;
  }
}
.inner-page-template .blogs .plan-box {
  margin-bottom: 35px;
  display: none;
}
@media (min-width: 1200px) {
  .inner-page-template .blogs .plan-box {
    padding: 0 20px;
  }
}
.inner-page-template .blogs .plan-box .inner-blog-box {
  display: flex;
  flex-direction: column;
  transition: all 500ms;
}
.inner-page-template .blogs .plan-box .inner-blog-box figure {
  position: relative;
  overflow: hidden;
}
.inner-page-template .blogs .plan-box .inner-blog-box figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions {
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .inner-page-template .blogs .plan-box .inner-blog-box .img-captions {
    padding-top: 20px;
  }
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions h5 {
  font-family: "barlowsemibold";
  margin: 0;
  font-size: 21px;
  margin-bottom: 15px;
  color: #00263f;
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions p {
  margin-bottom: 0;
  line-height: 18px;
  font-size: 15px;
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions p span {
  display: block;
  margin-bottom: 8px;
  opacity: 0.7;
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions .descriptions {
  display: flex;
  justify-content: space-between;
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions .descriptions p {
  font-size: 16px;
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions .card-bottom {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-page-template .blogs .plan-box .inner-blog-box .img-captions .card-bottom button {
  padding: 0 0 7px;
  font-size: 14px;
  margin-top: 0;
}
.inner-page-template .blogs .plan-box:hover .inner-plan-box {
  transform: translateY(-10px);
}
.inner-page-template .blogs a.more-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .inner-page-template .blogs a.more-btn {
    margin-top: 30px;
  }
}
.inner-page-template .blogs .recent-row {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .inner-page-template .blogs .recent-row {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .inner-page-template .blogs .recent-row {
    margin-bottom: 30px;
  }
}
.inner-page-template .blogs .recent-row .left {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.inner-page-template .blogs .recent-row .left .wrap p span {
  background-color: #b4b9be;
  padding: 5px 10px;
  color: #fff;
}
.inner-page-template .blogs .recent-row .left .wrap h3 {
  line-height: 40px;
  margin-bottom: 30px;
  color: #00263f;
}
@media (max-width: 991px) {
  .inner-page-template .blogs .recent-row .left .wrap h3 {
    margin-bottom: 20px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .inner-page-template .blogs .recent-row .left .wrap h3 {
    line-height: 30px;
  }
}
.inner-page-template .blogs .recent-row .left .wrap ul li {
  display: flex;
  align-items: center;
}
.inner-page-template .blogs .recent-row .left .wrap ul li img {
  margin-right: 8px;
}
.inner-page-template .blogs .recent-row .right {
  padding: 0 12px;
}
@media (max-width: 991px) {
  .inner-page-template .blogs .recent-row .right {
    margin-top: 25px;
  }
}
.inner-page-template .blogs .recent-row .right .wrap {
  overflow: hidden;
  position: relative;
}
.inner-page-template .blogs .recent-row .right .wrap img {
  width: 100%;
}
.inner-page-template .blogs .recent-row .right .wrap a span {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms all;
}
.inner-page-template .blogs .recent-row .right .wrap a span::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
  transition: 500ms all;
}
.inner-page-template .blogs .recent-row .right .wrap a span img {
  z-index: 2;
  width: 20px;
  filter: brightness(0) invert(1);
}
.inner-page-template .blogs .recent-row .right .wrap a span:hover {
  background-color: #00263f;
}
.inner-page-template .blogs .recent-row .right .wrap a span:hover::before {
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background-color: #00263f;
}
@media (min-width: 1200px) {
  .inner-page-template .blogs .recent-row .recent-box {
    padding: 0 20px;
  }
}
.inner-page-template .blogs .recent-row .recent-box .inner {
  border: 1px solid #b4b9be;
  padding: 30px;
  display: inline-block;
  height: 100%;
}
@media (max-width: 991px) {
  .inner-page-template .blogs .recent-row .recent-box .inner {
    padding: 20px;
  }
}
.inner-page-template .blogs .recent-row .recent-box .inner h5 {
  color: #00263f;
  font-size: 21px;
  font-weight: 600;
}
.inner-page-template .blogs .recent-row .recent-box .inner p {
  font-size: 16px;
  margin-bottom: 0;
}
.inner-page-template .blogs .recent-row .recent-box .inner p span {
  display: block;
  margin-bottom: 8px;
  opacity: 0.7;
}
.inner-page-template .blogs .recent-row .recent-box .inner .card-bottom .more-btn {
  margin-top: 20px;
}
.inner-page-template .blog-details {
  margin-top: 120px;
  padding: 120px 0;
}
@media (max-width: 1560px) {
  .inner-page-template .blog-details {
    padding: 100px 50px;
  }
}
@media (max-width: 991px) {
  .inner-page-template .blog-details {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .inner-page-template .blog-details {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .inner-page-template .blog-details {
    padding: 50px 0;
  }
}
.inner-page-template .blog-details .blog-left .img-wrap {
  margin: 30px 0;
  max-height: 450px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inner-page-template .blog-details .blog-left .img-wrap {
    margin: 20px 0;
  }
}
.inner-page-template .blog-details .blog-left .img-wrap img {
  width: 100%;
}
.inner-page-template .blog-details .blog-right {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .inner-page-template .blog-details .blog-right {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .inner-page-template .blog-details .blog-right {
    margin-top: 30px;
  }
}
.inner-page-template .blog-details .blog-right .inner {
  position: sticky;
  top: 100px;
}
.inner-page-template .blog-details .blog-right .inner h5 {
  font-weight: 600;
}
.inner-page-template .blog-details .blog-right .inner ul li {
  margin-bottom: 24px;
}
.inner-page-template .blog-details .blog-right .inner ul li a {
  background-color: #f1f1f1;
  padding: 30px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1199px) {
  .inner-page-template .blog-details .blog-right .inner ul li a {
    padding: 20px;
  }
}
.inner-page-template .blog-details .blog-right .inner ul li a h6 {
  margin-bottom: 10px;
  color: #00263f;
  margin-top: 5px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: 600ms all;
}
.inner-page-template .blog-details .blog-right .inner ul li a p {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: 600ms all;
}/*# sourceMappingURL=styles.css.map */