
  /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Poppins-Light" !important;
  }
  html {
    scroll-behavior: smooth;
  }
.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-xy-hidden {
  overflow: hidden !important;
}

@media (max-width: 1024px) {
  .g-hidden-tablet {
    display: none !important;
  }
}

.g-visible-tablet {
  display: none !important;
}

@media (max-width: 1024px) {
  .g-visible-tablet {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .g-visible-tablet:not(.v-mobile) {
    display: none !important;
  }
}

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

.g-visible-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .g-visible-mobile {
    display: block !important;
  }
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.z-index-1 {
  position: relative;
  z-index: 5;
}

.position-relative {
  position: relative;
}

.g-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.g-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.g-mt-1 {
  margin-top: 1rem !important;
}

.g-mt-2 {
  margin-top: 2rem !important;
}

.g-mt-3 {
  margin-top: 3rem !important;
}

.g-mt-4 {
  margin-top: 4rem !important;
}

.g-mt-5 {
  margin-top: 5rem !important;
}

.g-mt-6 {
  margin-top: 6rem !important;
}

.g-mt-7 {
  margin-top: 7rem !important;
}

.g-mt-8 {
  margin-top: 8rem !important;
}

.g-mb-1 {
  margin-bottom: 1rem !important;
}

.g-mb-2 {
  margin-bottom: 2rem !important;
}

.g-mb-3 {
  margin-bottom: 3rem !important;
}

.g-mb-4 {
  margin-bottom: 4rem !important;
}

.g-mb-5 {
  margin-bottom: 5rem !important;
}

.g-mb-6 {
  margin-bottom: 6rem !important;
}

.g-mb-7 {
  margin-bottom: 7rem !important;
}

.g-mb-8 {
  margin-bottom: 8rem !important;
}

.g-pt-10 {
  padding-top: 10px !important;
}

.g-pb-10 {
  padding-bottom: 10px !important;
}

.g-mt-10 {
  margin-top: 10px !important;
}

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

@media (max-width: 767px) {
  .g-pt-10 {
    padding-top: 10px !important;
  }
  .g-pb-10 {
    padding-bottom: 10px !important;
  }
  .g-mt-10 {
    margin-top: 10px !important;
  }
  .g-mb-10 {
    margin-bottom: 10px !important;
  }
}

.g-pt-30 {
  padding-top: 30px !important;
}

.g-pb-30 {
  padding-bottom: 30px !important;
}

.g-mt-30 {
  margin-top: 30px !important;
}

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

@media (max-width: 767px) {
  .g-pt-30 {
    padding-top: 0px !important;
  }
  .g-pb-30 {
    padding-bottom: 0px !important;
  }
  .g-mt-30 {
    margin-top: 0px !important;
  }
  .g-mb-30 {
    margin-bottom: 0px !important;
  }
}

.g-pt-40 {
  padding-top: 40px !important;
}

.g-pb-40 {
  padding-bottom: 40px !important;
}

.g-mt-40 {
  margin-top: 40px !important;
}

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

@media (max-width: 767px) {
  .g-pt-40 {
    padding-top: 10px !important;
  }
  .g-pb-40 {
    padding-bottom: 10px !important;
  }
  .g-mt-40 {
    margin-top: 10px !important;
  }
  .g-mb-40 {
    margin-bottom: 10px !important;
  }
}

.g-pt-60 {
  padding-top: 60px !important;
}

.g-pb-60 {
  padding-bottom: 60px !important;
}

.g-mt-60 {
  margin-top: 60px !important;
}

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

@media (max-width: 767px) {
  .g-pt-60 {
    padding-top: 30px !important;
  }
  .g-pb-60 {
    padding-bottom: 30px !important;
  }
  .g-mt-60 {
    margin-top: 30px !important;
  }
  .g-mb-60 {
    margin-bottom: 30px !important;
  }
}

.g-pt-70 {
  padding-top: 70px !important;
}

.g-pb-70 {
  padding-bottom: 70px !important;
}

.g-mt-70 {
  margin-top: 70px !important;
}

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

@media (max-width: 767px) {
  .g-pt-70 {
    padding-top: 40px !important;
  }
  .g-pb-70 {
    padding-bottom: 40px !important;
  }
  .g-mt-70 {
    margin-top: 40px !important;
  }
  .g-mb-70 {
    margin-bottom: 40px !important;
  }
}

.g-pt-90 {
  padding-top: 90px !important;
}

.g-pb-90 {
  padding-bottom: 90px !important;
}

.g-mt-90 {
  margin-top: 90px !important;
}

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

@media (max-width: 767px) {
  .g-pt-90 {
    padding-top: 60px !important;
  }
  .g-pb-90 {
    padding-bottom: 60px !important;
  }
  .g-mt-90 {
    margin-top: 60px !important;
  }
  .g-mb-90 {
    margin-bottom: 60px !important;
  }
}

.g-pt-100 {
  padding-top: 100px !important;
}

.g-pb-100 {
  padding-bottom: 100px !important;
}

.g-mt-100 {
  margin-top: 100px !important;
}

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

@media (max-width: 767px) {
  .g-pt-100 {
    padding-top: 70px !important;
  }
  .g-pb-100 {
    padding-bottom: 70px !important;
  }
  .g-mt-100 {
    margin-top: 70px !important;
  }
  .g-mb-100 {
    margin-bottom: 70px !important;
  }
}

.g-pt-140 {
  padding-top: 140px !important;
}

.g-pb-140 {
  padding-bottom: 140px !important;
}

.g-mt-140 {
  margin-top: 140px !important;
}

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

@media (max-width: 767px) {
  .g-pt-140 {
    padding-top: 110px !important;
  }
  .g-pb-140 {
    padding-bottom: 110px !important;
  }
  .g-mt-140 {
    margin-top: 110px !important;
  }
  .g-mb-140 {
    margin-bottom: 110px !important;
  }
}

.g-pt-170 {
  padding-top: 170px !important;
}

.g-pb-170 {
  padding-bottom: 170px !important;
}

.g-mt-170 {
  margin-top: 170px !important;
}

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

@media (max-width: 767px) {
  .g-pt-170 {
    padding-top: 140px !important;
  }
  .g-pb-170 {
    padding-bottom: 140px !important;
  }
  .g-mt-170 {
    margin-top: 140px !important;
  }
  .g-mb-170 {
    margin-bottom: 140px !important;
  }
}

.g-pt-190 {
  padding-top: 190px !important;
}

.g-pb-190 {
  padding-bottom: 190px !important;
}

.g-mt-190 {
  margin-top: 190px !important;
}

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

@media (max-width: 767px) {
  .g-pt-190 {
    padding-top: 160px !important;
  }
  .g-pb-190 {
    padding-bottom: 160px !important;
  }
  .g-mt-190 {
    margin-top: 160px !important;
  }
  .g-mb-190 {
    margin-bottom: 160px !important;
  }
}

.g-pt-200 {
  padding-top: 200px !important;
}

.g-pb-200 {
  padding-bottom: 200px !important;
}

.g-mt-200 {
  margin-top: 200px !important;
}

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

@media (max-width: 767px) {
  .g-pt-200 {
    padding-top: 170px !important;
  }
  .g-pb-200 {
    padding-bottom: 170px !important;
  }
  .g-mt-200 {
    margin-top: 170px !important;
  }
  .g-mb-200 {
    margin-bottom: 170px !important;
  }
}

.section-move-up-20 {
  margin-top: -20% !important;
}

.btn-brand-color,
.btn-brand-color:focus,
.btn-brand-color:hover,
.btn-brand-color:active {
  background-image: none !important;
  background-repeat: repeat-x;
  border: 0px !important;
  color: #fff;
  background-color: var(--primary-color) !important;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-brand-color:focus,
.btn-brand-color:hover,
.btn-brand-color:active {
  background-color: var(--primary-color-hover) !important;
}

.bg-g-secondary {
  background-color: var(--color-gray);
}

.container-fluid.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.border-x {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.border-x-top {
  border-top: 1px solid var(--primary-color);
}

.border-xy {
  border: 1px solid var(--primary-color);
}

.rounded {
  border-radius: 60px;
}

.rounded.square {
  border-radius: 40px;
}

/* Tweak to fix same height column */
.row.row-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.row-fix > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .reverse-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* adjust container */
.container {
  padding: 0px;
}

.container.expand {
  /* adjust container */
}

@media (min-width: 1860px) {
  .container.expand {
    width: 1660px;
    max-width: 1660px;
  }
}

@media (max-width: 991px) {
  .container.expand {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container.expand {
    max-width: 95%;
  }
  .image--splitter img{
    object-fit: cover;
    max-height: 50px;
    margin-bottom: 40px;
  }
}

.g-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.g-container-fluid .container.expand {
  /* adjust container */
}

@media (max-width: 768px) {
  .g-container-fluid .container.expand {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .g-container .col-sm-12 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .g-container .col-sm-6 {
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .g-container .col-full-mobile {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%  !important;
  }
}

.g-container ul li:before {
  display: none !important;
}

.g-container a:after {
  display: none !important;
}

.g-container h1, .g-container h2, .g-container h3, .g-container h4, .g-container h5, .g-container h6, .g-container p, .g-container div, .g-container ul {
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.3;
  font-weight: 100;
}
.g-container h5 {
  font-size: 18px;
}
.bg-history {
  background-color: #7C7268;
}
.bg-history h2{
  color: white;
}
.bg-history p {
  color: white;
}
.g-why-mirvac-container h4 {
  color: #E8A479;
  letter-spacing: 1px !important;
  padding-bottom: 25px;
}
.image-gallery .card__text{
  display: none;
}
.image-gallery .image-gallery__dots-container {
  display: none;
}
.block-500-desktop {
  max-width:500px; 
  padding-left:80px;
}
.block-500-desktop h2 {
  font-size: 50px;
}
.image-gallery__prev, .image-gallery__next {
  font-size: 26px;
}

/* ----------------------------------------------
 * SMALL BLOCKS
 * ---------------------------------------------- */

.auto-margin {
  margin: auto;
} 
.max-width-80 {
  max-width: 80%;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-text-block,
.max-width-800 {
  max-width: 800px;
}

.max-width-900 {
  max-width: 900px;
}

@media (max-width: 767px) {
  /*.image-gallery__prev, .image-gallery__next {
    top: 112%;
  }*/
	.image-gallery__prev, .image-gallery__next {
		top: 35%;
	}
  .max-full-width-mobile {
    max-width: 100%;
  }
  .max-width-800, .text-center {
    padding: 0px 20px;
  }
  .bg-history h2 {
    font-size: 43px;
  }
  .block-500-desktop {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .max-full-width-tabletmd {
    max-width: 100%;
  }
}

.min-height-600 {
  min-height: 600px;
}

.center-x-content {
  margin-left: auto;
  margin-right: auto;
}

.align-right-content {
  margin-left: auto;
}
.g-line-small-y {
  height: 180px;
  width: 2px;
  margin: 0 auto;
  background: linear-gradient(#ce8e60 0%, #d39567 11.26%, #e4ab7c 28.56%, #ffce9f 49.55%, #f4bf90 58.96%, #d89b6d 85.72%, #ce8e60 100%) !important;

}

.g-line-small-y.g-move-top {
  margin-top: -90px;
}
@media (max-width:640px) {
  .g-line-small-y.g-move-top {
    margin-top: -65px;
  }
  .g-line-small-y {
    height: 140px;
  }
}

.g-line-small-y.g-move-bottom {
  position: relative;
  bottom: -90px;
}

.g-line-small-y.g-line-width-2 {
  width: 2px;
}

/* ----------------------------------------------
 * TABS
 * ---------------------------------------------- */

@media (max-width: 1024px) {
  .g-menu-container .g-menu-wrapper {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
  }
}

.g-menu-container ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}

.g-menu-container ul.responsive-visible {
  display: none;
  margin: 0;
}

.g-menu-container ul.g-menu-ul {
  -webkit-animation: g-fade-in 0.3s;
  animation: g-fade-in 0.3s;
}

.g-menu-container ul.g-menu-ul li {
  display: inline-block;
  padding: 0 20px;
}
.coloured {
  background: #7c7268;
}
.coloured h5, .coloured h1, .coloured p {
  color: white;
}
@media (max-width: 1024px) {
  .g-menu-container ul.g-menu-ul li {
    padding: 0 10px;
  }
}

.g-menu-container ul.g-menu-ul li a, .g-menu-container ul.g-menu-ul li a:hover, .g-menu-container ul.g-menu-ul li a:focus {
  padding: 10px 20px;
  color: var(--color-black);
  text-decoration: none;
}

.g-menu-container ul.g-menu-ul li a.active {
  border-bottom: 3px solid var(--primary-color);
}

@media (max-width: 1024px) {
  .g-menu-container ul.g-menu-ul li a {
    border-bottom-width: 0px !important;
  }
}

@media (max-width: 1024px) {
  .g-menu-container ul.responsive-visible {
    display: block;
  }
  .g-menu-container ul.responsive-visible li a {
    display: block;
    padding: 12px 10px;
    border-bottom: 3px solid var(--primary-color);
    text-decoration: none;
    color: var(--color-black);
    font-weight: bold;
  }
  .g-menu-container ul.responsive-visible li a .arrow {
    height: 30px;
    line-height: 30px;
    width: 30px;
    position: absolute;
    right: 3px;
    top: 10px;
  }
  .g-menu-container ul.responsive-visible li a .arrow svg {
    display: block;
    height: 100%;
    width: 100%;
  }
  .g-menu-container ul.g-menu-ul {
    position: absolute;
    background: white;
    z-index: 12;
    display: none;
    width: 100%;
  }
  .g-menu-container ul.g-menu-ul li {
    width: 100%;
    float: left;
    padding: 2px 0px;
  }
  .g-menu-container ul.g-menu-ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .g-menu-container ul.g-menu-ul li a {
    display: block;
  }
  .g-menu-container ul.g-menu-ul li a:hover, .g-menu-container ul.g-menu-ul li a:focus {
    color: white;
    background-color: var(--color-darkblue);
  }
}

.g-tab-container {
  display: none;
  -webkit-animation: g-fade-in 0.3s;
  animation: g-fade-in 0.3s;
}

@media (max-width:640px) {
  .g-tab-container h2{
    margin-top: 50px;
  }
}
/* ----------------------------------------------
 * LINES
 * ---------------------------------------------- */
.g-line-slant {
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .g-line-slant {
    display: none;
  }
}

.g-line-slant.backward .line {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  -webkit-transform: rotate(-31deg);
  -khtml-transform: rotate(-31deg);
  transform: rotate(-31deg);
}

.g-line-slant.forward .line {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(35deg);
  -khtml-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: top left;
  -khtml-transform-origin: top left;
  transform-origin: top left;
}

.g-line-slant.forward-bottom .line {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(35deg);
  -khtml-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: bottom right;
  -khtml-transform-origin: bottom right;
  transform-origin: bottom right;
}

.video-player {
  position: relative;
}

.video-player .play-btn {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url("https://i.ibb.co/p1kt1bh/playbtn.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .video-player .play-btn {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .video-player .play-btn {
    width: 70px;
    height: 70px;
  }
}

/* ----------------------------------------------
 * ANIMATIONS
 * ----------------------------------------------
 * ---------------------------------------------- */
@keyframes g-fade-slider-show {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes g-fade-slider-show {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes g-fade-up {
  from {
    top: 70px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes g-fade-up {
  from {
    top: 70px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes g-fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes g-fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}


.btn {
    background: transparent;
    padding: 7px 25px;
    font-weight: bold;
    color: #E8A479;
    border: 2px solid #E8A479;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.content {
  letter-spacing: 0.06em;
  margin: 0px;
}
p {
    letter-spacing: 0.06em;
}
main h1, #content h1, .content h1 {
}
main h2, #content h2, .content h2 {
  font-weight: 100;
  margin-bottom: 25px;
  font-size: 3.5em;
}  
main h3, #content h3, .content h3 {
  letter-spacing: 0.1em;
  margin-top: 0px;
}
main h4, #content h4, .content h4 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
main h5, #content h5, .content h5 {
}
@media (max-width:648px) {
  main h1, #content h1, .content h1, main h2, #content h2, .content h2, main h3, #content h3, .content h3 {
  }
}
  .vertical-center {
    display: flex;
    align-items: center;
  }
  .text-black
  {
    color:#000000!important;
  }
  .text-brown {
    color: #C2815C!important
}
  .text-light-grey{
color: #EDDBC9!important;
  }
  .g-line-small-y
  {
    background: #FBF6F0!important;
  }
  .g-line-white
  {
    background: #EDDBC9!important;
  }
  .video-play-btn {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .g-container a.video-play-btn:after
  {
    display:block!important;
    background-color:unset!important
  }
  .video-play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
.g-container .white-top {
  background-color: white !important;
}

.bg-cover
{
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

.slider-title-wrapper:hover .slider-title-h3 
{
    opacity: 0;
    transition: 0.4s;
}

.slider-title-wrapper .slider-title-h3 
{
    display:block;
    opacity: 1;
    transition: 0.4s;
}
@keyframes fade-in {
  from {opacity: 0; transform: scale(.7,.7)}
  to {opacity: 1;}
}
.fade-in-element {
animation: fade-in 3s;
}
.hidden {
  opacity: 0;
}

h2.gradient{
    text-align: center;
    background-image: -webkit-linear-gradient(300deg,#8d462a 26%,#c2815c 51.61%,#eddbc9 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
  /*   
  #intro .play-btn:hover::after {
  }
  
  #intro .play-btn:hover::before {
  } */
/* -----------------------------------------------------------
 * SERVICES COLIUMNS (Section #6)
 * ----------------------------------------------------------- */
.g-services-columns-container {
  position: relative;
  background-color: #E8A479;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}

.g-services-columns-container .g-services-columns-background-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E8A479 !important;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.g-services-columns-container .g-services-columns-background-animate:hover {
  -webkit-transform: scaleY(1.8);
          transform: scaleY(1.8);
}

.g-services-columns-container:hover .g-services-columns-background-animate {
  -webkit-transform: scaleY(2);
          transform: scaleY(2);
}

.g-services-columns-container .g-services-columns ul {
  list-style-type: none;
  text-align: center;
  padding: 0 !important;
  margin: auto;
  max-width: 1660px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.g-services-columns-container .g-services-columns ul li {
  display: inline-block;
  display: inline-table;
  padding: 0 10px;
  width: 14%;
  position: relative;
}

.g-services-columns-container .g-services-columns ul li:before {
  display: none !important;
}

.g-services-columns-container .g-services-columns ul li:not(:last-child)::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2' height='189' viewBox='0 0 2 189'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ce8e60' stop-opacity='0'/%3E%3Cstop offset='0.113' stop-color='%23d39567' stop-opacity='0.494'/%3E%3Cstop offset='0.286' stop-color='%23e4ab7c'/%3E%3Cstop offset='0.495' stop-color='%23ffce9f'/%3E%3Cstop offset='0.59' stop-color='%23f4bf90'/%3E%3Cstop offset='0.857' stop-color='%23d89b6d' stop-opacity='0.506'/%3E%3Cstop offset='1' stop-color='%23ce8e60' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_2475' data-name='Rectangle 2475' width='2' height='189' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  right: -5px;
  top: 0;
}
.links p {
  border-bottom: 1px solid white;
  margin-bottom: 15px;
  position: relative;
}
.links p::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  top: 10px;
  background-size: contain;
  background-image: url("./images/white-arrow.svg");
  background-repeat: no-repeat;
}
.link-single {
  margin-top: 15px !important;
  position: relative;
  width: max-content;
}
.link-single a {
  font-weight: bold;
  text-transform: uppercase;
}
.link-single::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -27px;
  top: 7px;
  background-size: contain;
  background-image: url("./images/arrow-right-brown.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .g-services-columns-container .g-services-columns ul li {
    width: 24%;
    margin-bottom: 18px;
  }
  .g-services-columns-container .g-services-columns ul li:nth-child(4)::after {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .g-services-columns-container .g-services-columns ul li {
    width: 49%;
    margin-bottom: 18px;
  }
  .g-services-columns-container .g-services-columns ul li:nth-child(even)::after {
    background-image: none;
  }
}

.g-services-columns-container .g-services-columns ul li .item {
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
}

.g-services-columns-container .g-services-columns ul li .item p, .g-services-columns-container .g-services-columns ul li .item div {
  color: white;
}
@media (max-width: 640px) {
  .g-services-columns-container .g-services-columns ul li .item p, .g-services-columns-container .g-services-columns ul li .item div {
    margin-top: 3px !important;
  }
}

.g-services-columns-container .g-services-columns ul li .item .icon img {
  max-width: 95px;
}

.g-services-columns-container .g-services-columns ul li .item.hover-view {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-animation: opacity 1s ease-out;
  animation: opacity 1s ease-out;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .g-services-columns-container .g-services-columns ul li .item.hover-view {
    background-color: var(--color-darkblue);
  }
}

.g-services-columns-container .g-services-columns ul li .item.hover-view .item-desc {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  line-height: 18px;
  font-size: 11px !important;
}

.g-services-columns-container .g-services-columns ul li .item.hover-view .item-desc span {
  max-height: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.g-services-columns-container .g-services-columns ul li .item.hover-view a, .g-services-columns-container .g-services-columns ul li .item.hover-view a:hover, .g-services-columns-container .g-services-columns ul li .item.hover-view a:focus {
  color: white;
  text-decoration: underline;
  position: relative;
}

.g-services-columns-container .g-services-columns ul li:hover .primary-view {
  opacity: 0;
  visibility: hidden;
}

.g-services-columns-container .g-services-columns ul li:hover .hover-view {
  opacity: 1 !important;
  visibility: visible !important;
}

.g-services-columns-container .g-services-columns ul li:hover .hover-view .item-desc a {
  -webkit-animation: g-fade-up 3s ease-out forwards;
          animation: g-fade-up 3s ease-out forwards;
  animation-iteration-count: 1;
  /* Safari and Chrome */
  -webkit-animation: g-fade-up 1s;
  -webkit-animation-iteration-count: 1;
}

.g-two-col-left-overlap-image .left-align {
  margin-left: -250px;
}
  
.g-two-col-left-overlap-image .left-align.img-left {
  margin-left: -240px;
}
.g-two-col-left-overlap-image .left-align.ver2 {
  margin-left: -60px;
}
@media (max-width: 1400px) {
  .g-two-col-left-overlap-image .left-align {
    margin-left: -180px;
  }
  .g-two-col-left-overlap-image .left-align.img-left {
    margin-left: -180px;
  }
}
@media (max-width: 1024px) {
  .g-two-col-left-overlap-image .left-align.img-left {
    margin-left: -80px;
  }
}

@media (max-width: 767px) {
  .g-two-col-left-overlap-image .left-align {
    margin-left: 0px;
    right: 0px;
  }
  .g-two-col-left-overlap-image .left-align.img-left {
    margin-left: 0px;
  }
  .g-two-col-left-overlap-image .left-align.ver2 {
    margin-left: 0px;
  }
}
.g-two-col-right-overlap-image .right-align {
  margin-right: -240px;
  padding-left: 10px;
}
.g-two-col-right-overlap-image .right-align.img-right {
  position: relative;
  right: -240px;
  margin-right: 0px;
  padding-left: 0px;
}
@media (max-width: 1400px) {
  .g-two-col-right-overlap-image .right-align {
    margin-right: -180px;
    padding-left: 10px;
  }
  .g-two-col-right-overlap-image .right-align.img-right {
    position: relative;
    right: -180px;
    margin-right: 0px;
  }
}

@media (max-width: 1024px) {
  .g-two-col-right-overlap-image .right-align.img-right {
    position: relative;
    right: -80px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .g-two-col-right-overlap-image .right-align {
    padding-left: 0px;
    margin-right: 0px;
    right: 0px;
  }
  .g-two-col-right-overlap-image .right-align.img-right {
    right: 0px;
    margin-right: 0px;
  }
}

.g-explore-container .overlap-image {
  position: relative;
  margin-top: -180px;
}

.g-explore-container .g-image-expand-right .image-align-right {
  margin-right: -140px;
}

@media (max-width: 767px) {
  .g-explore-container .g-image-expand-right .image-align-right {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .g-explore-container .g-image-expand-right .col-image-align-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.g-explore-container .g-line-slant.backward .line {
  right: 0;
  top: 50px;
  width: 100%;
  -webkit-transform: skewy(-32deg);
  -khtml-transform: skewy(-32deg);
  transform: skewy(-32deg);
  -webkit-transform-origin: top right;
  -khtml-transform-origin: top right;
  transform-origin: top right;
}

@media (max-width: 1400px) {
  .g-explore-container .g-line-slant.backward .line {
    -webkit-transform: skewy(-35deg);
    -khtml-transform: skewy(-35deg);
    transform: skewy(-35deg);
  }
}

@media (max-width: 1199px) {
  .g-explore-container .g-line-slant.backward .line {
    -webkit-transform: skewy(-45deg);
    -khtml-transform: skewy(-45deg);
    transform: skewy(-45deg);
  }
}

.g-explore-container .g-line-slant.forward .line {
  margin-top: 0px;
  margin-left: 370px;
  -webkit-transform: skewy(30deg);
  -khtml-transform: skewy(30deg);
  transform: skewy(30deg);
  -webkit-transform-origin: top left;
  -khtml-transform-origin: top left;
  transform-origin: top left;
}

.g-residences-container .g-line-slant .line {
  -webkit-transform: skewY(22deg);
  -khtml-transform: skewY(22deg);
  transform: skewY(22deg);
}

@media (max-width: 1440px) {
  .g-residences-container .g-line-slant .line {
    -webkit-transform: skewY(26deg);
    -khtml-transform: skewY(26deg);
    transform: skewY(26deg);
  }
}

.g-residences-container .g-two-col-left-overlap-image .left-align {
  margin-left: -25px;
}

@media (max-width: 767px) {
  .g-residences-container {
    padding-bottom: 60px;
  }
  .g-residences-container .g-two-col-left-overlap-image .left-align {
    margin-left: 0px;
  }
}

.g-residences-list-container > .row .col-md-6:nth-child(odd) {
  padding-right: 30px;
}

.g-residences-list-container > .row .col-md-6:nth-child(even) {
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .g-residences-list-container > .row .col-md-6:nth-child(odd) {
    padding-right: 20px;
  }
  .g-residences-list-container > .row .col-md-6:nth-child(even) {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .g-residences-list-container > .row .col-md-6:nth-child(odd) {
    padding-right: 15px;
  }
  .g-residences-list-container > .row .col-md-6:nth-child(even) {
    padding-left: 15px;
  }
}

.g-residences-list-container .g-residence-inner {
  text-decoration: none;
}

.g-residences-list-container .g-residence-inner .desc {
  padding: 0 10px;
}

.g-residences-list-container .g-residence-inner .price,
.g-residences-list-container .g-residence-inner .addons {
  color: var(--color-black);
}

.g-residences-list-container .g-residence-inner .title {
  padding: 0 4px;
}

@media (max-width: 767px) {
  .g-residences-list-container .g-residence-inner .title {
    margin-top: 10px;
  }
}

.g-residences-list-container .g-residence-inner .g-residences-feature .tag {
  position: absolute;
  top: 12%;
  left: 0;
  color: white;
  background-color: var(--primary-color);
  padding: 12px 15px;
}

@media (max-width: 1024px) {
  .g-residences-list-container .g-residence-inner .g-residences-feature .tag {
    top: 15%;
  }
}

.g-residences-list-container .g-residence-inner .g-residences-image {
  height: 0;
  padding-top: 70%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-residences-list-container .g-residence-inner .addons > div {
  float: left;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .g-residences-list-container .g-residence-inner .addons > div {
    width: 100%;
  }
}

.g-residences-list-container .g-residence-inner .addons .icons {
  position: relative;
  top: -2px;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .g-residences-list-container .g-residence-inner .addons .icons {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.g-residences-list-container .g-residence-inner .addons .icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.g-residences-list-container .g-residence-inner .addons .icons ul li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-residences-list-container .g-residence-inner .addons .icons ul li .icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}

.g-residences-list-container .g-residence-inner .addons .icons ul li .icon.bed {
  background-image: url(https://i.ibb.co/1rsnwtf/ico-bed.png);
}

.g-residences-list-container .g-residence-inner .addons .icons ul li .icon.bath {
  background-image: url(https://i.ibb.co/cXRTkdX/ico-bath.png);
}

.g-residences-list-container .g-residence-inner .addons .icons ul li .icon.parking {
  background-image: url(https://i.ibb.co/PxF0YLt/ico-parking.png);
}

.g-single-residence-container .addons {
  display: inline-table;
}

.g-single-residence-container .addons > div {
  float: left;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .g-single-residence-container .addons > div {
    width: 100%;
  }
}

.g-single-residence-container .addons .icons {
  position: relative;
  top: -4px;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .g-single-residence-container .addons .icons {
    margin-left: 0px;
  }
}

.g-single-residence-container .addons .icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .g-single-residence-container .addons .icons ul {
    display: inline-table;
    text-align: center;
    margin-top: 22px;
  }
}

.g-single-residence-container .addons .icons ul li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-single-residence-container .addons .icons ul li .icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}

.g-single-residence-container .addons .icons ul li .icon.bed {
  background-image: url(https://i.ibb.co/1rsnwtf/ico-bed.png);
}

.g-single-residence-container .addons .icons ul li .icon.bath {
  background-image: url(https://i.ibb.co/cXRTkdX/ico-bath.png);
}

.g-single-residence-container .addons .icons ul li .icon.parking {
  background-image: url(https://i.ibb.co/PxF0YLt/ico-parking.png);
}
.link {
    text-align: center;
}
.link a {
  color: #7C7268;
}
.link a::after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #7C7268;
    position: absolute;
    background-color: transparent;
    left: 0;
    top: 32% !important;
    bottom: 12px !important;
    z-index: 1;
}
form:after {
  content: " ";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 7px solid #ffffff;
  pointer-events: none;
}
.form:not(.form--custom) .page-header>* {
    color: var(--formHeaderFontColor);
    font-size: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: normal;
}
.form:not(.form--custom) p {
    text-transform: uppercase;
    letter-spacing: 0.14em;
}
.form-submit-border {
    width: 100% !important;
    text-align: center;
}
.form-group .input-wrapper {
    border-bottom: 1px solid #707070;
}
main .form-group .input-wrapper label {
  left: 0px;
  text-transform: uppercase;
  font-family: 'Poppins-Light';
}
.white {
  color: white;
}
.content.white p, .content.white h4 {
  color: white;
}
.hero-banner-one__overlay-wrapper h1 {
    letter-spacing: 0.03em;
    line-height: 90px;
}
a.arrow-link.privacy-statement-link {
    color: #7C7268;
    font-family: 'Poppins-Light';
}
  /*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

#slider img.custom-width{
    height: 800px;
    width: 100%;
    object-fit: contain;
    background: black;
}
#slider,#slider-2,#slider-3 {
    position: relative;
    overflow: hidden;
    margin: 4em;
    box-shadow: 0 6px 103px 0 rgba(0, 0, 0, .71);
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);
}
#slider-2 .slider-title-wrapper, #slider-3 .slider-title-wrapper{
    background-color: transparent;
}
#slider:hover,#slider-2:hover, ,#slider-3:hover {
    transform: scaleX(1.03) scaleY(1.03);
}
#slider ul,#slider-2 ul, #slider-3 ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider ul li,#slider-2 ul li, #slider-3 ul li   {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: 800px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#slider-2 ul li img, #slider-3 ul li img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}
@media (max-width:640px) {
#slider img.custom-width {
  height: inherit;
  }

  #slider, #slider-2, #slider-3 {
    width: 100% !important;
    height: 420px !important;
  }
  #slider ul, #slider-2 ul, #slider-3 ul {
    width: 100% !important;
    height: 100%;
    margin-left: 0px !important;
  }
  #slider ul li, #slider-2 ul li, #slider-3 ul li {
    height: 100% !important;
  }
  #slider ul li img, #slider-2 ul li img, #slider-3 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1200px) {
  #slider ul li, #slider-2 ul li, #slider-3 ul li {
    height: 100% !important;
  }
  #slider ul, #slider-2 ul, #slider-3 ul {
    width: 100% !important;
    height: 100%;
    margin-left: 0px !important;
  }
  #slider ul li img, #slider-2 ul li img, #slider-3 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.control_prev, .control_next ,.control_prev-2, .control_next-2, .control_prev-3, .control_next-3  {
    position: absolute;
    z-index: 999;
    display: flex;
    width: 10%;
    background: transparent;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 3em;
    opacity: 1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.control_prev:hover, .control_next:hover,.control_prev-2:hover, .control_next-2:hover, .control_prev-3:hover, .control_next-3:hover  {
    opacity: .8;
}
.control_prev,.control_prev-2, .control_prev-3 {
    border-radius: 0 2px 2px 0;
}
.control_next,.control_next-2, .control_next-3 {
    right: 0;
    border-radius: 2px 0 0 2px;
}
.slide1 img {
    width: 100%;
}
.slide2 img {
    width: 100%;
}
.slide3 img {
    width: 100%;
}
.slide4 img {
    width: 100%;
}
.slider-title-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 3.2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-title-wrapper:hover {
  background-color: transparent;
  transition:0.2s;
}
.slider-title-h3 {
    margin: 0;
    color: #EDDBC9!important;
    display: block;
    line-height: 59px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.slider-subtitle {
    color: #EDDBC9!important;
    font-size: 1.4em;
    margin: 0;
}
.slider-navigation {
  position: absolute;
  top: 40%;
  width: 100%;
}
.slider-navigation-2, .slider-navigation-3 {
  position: absolute;
  top: 50%;
  width: 100%;
}
.gg-chevron-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 100px;
  color:#7C7268;
}
.gg-chevron-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 4px
}
.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 100px;
  color:#7C7268;
}
.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px
}
@media (max-width:640px) {
  .gg-chevron-right::after {
    right: 40px;
    top: 0px;
  }
}
.artist-impression {
    position: absolute;
    bottom: 10px;
    color: #000000;
    right: 15px;
}
.artist-impression.fixed {
    position: absolute;
    top: 395px;
    color: #000000;
    right: 25px;
}
.artist-impression.diff {
      bottom: 98px;
}
.artist-impression.custom-width {
 right: 29%;
}
.alphabet-carousel__slide-content>p {
      letter-spacing: 0.06em;
    font-size: 16px;
}
.alphabet-carousel__slide-content h3 {
    font-size: 20px !important;
    letter-spacing: 0.2em;
    line-height: 30px;
}
.alphabet-carousel .tns-controls button, .alphabet-carousel__slide-btn {
  background-image: url("./images/arrow-right.svg");
  background-color: transparent;
  height: 50px;
  width: 50px;
  outline: none;
} 
.component.full-width.container-background-3>.component-content {
  background-size:cover;
}
.container-fluid.full-width {
  max-width: 100vw;
}
.form:not(.form--custom) form:before {
  display: none;
}
.text-block-ch-width {
    max-width: 380px;
    margin: auto;
}

@media (max-width:768px) {
  .text-block-ch-width {
    padding: 0px 20px;
  }
  .has-border {
    border-top: none !important;
  }
  .block-left-right-lines:before {
    display: none;
  }
}
.has-border {
  border-top: 1px solid white;
  margin-top: 66px;
}
.block-left-right-lines:before {
    content: '';
    width: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 22%;
    z-index: 1;
    height: 70%;
}
.img-wrapped-height {
    min-height: 200px;
    padding-top: 30px;
}
.image-border {
  margin: 0px;
  position: relative;
}
.image-border:after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 4px solid #7C7268;
}
.image-border img {
    width: 100%;
    position: relative;
    padding: 13px;
    height: 100% !important;
    margin-bottom: -11px;
}
.image-gallery__inner {
    margin-top: -200px;
}
@media (max-width:768px) {
  .image-gallery__inner img {
    width: 100% !important;
    min-height: 100% !important;
  }
  .image-gallery__inner {
    margin-top: -100px;
  }
  .full-width.contact-form.form {
  margin-top: 30%;
  }
}

@media (min-width:992px) {
  .form:not(.form--custom) form {
    padding: 100px 80px;
  }
  .line-icon {
    width: 100%;
    height: 100%;
  }
}
.form-submit-border input.btn.btn-default {
    max-width: fit-content;
    margin: auto;
    text-align: center;
    padding: 15px 80px !important;
    font-family: 'Poppins-Light';
    text-transform: uppercase;
    border: 2px solid #ffcd00 !important;
    background: transparent !important;
}
/*
.component-content .form-submit-border>.btn, .component-content .btn, .component-content .last a.no-barba {
    text-transform: uppercase;
    border: 2px solid #FFFFFF !important;
    padding: 7px 25px !important;
    background: transparent !important;
}*/
body .g-services-columns-container .g-services-columns ul li .item.hover-view {
  background-color: #e8a479;
}

/*Custom css*/
body{
  font-family: var(--firstFont);
  font-size: var(--headingFourFontSize);
}
h1,h2,h3,p,a{
  font-family: var(--firstFont);
}
.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px 0;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7{
  position: relative;
  width: 100%;
  min-height: 1px;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.row-1-col-7:after{
  content: '';
  height: 120%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000000;
  transform: translateY(-8%);
}
.row-1-col-7:before{
  content: '';
  height: 120%;
  width: 1px;
  position: absolute;
  left: -1px;
  top: 0;
  background-color: #000000;
  transform: translateY(-8%);
}
img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
h2{
  font-size: 45px;
  margin: 0;
}
h3{
  font-size: 21px;
}
a{
  text-decoration: none;
  color: var(--navigationColor);
}
a.readmore-link:hover{
  color: #ffcd00;
}
.readmore-line{
  display: inline-block;
  width: 20px;
  border: 1px solid;
  transform: translateY(-4px);
  transition: 0.3s;
}
a.readmore-link:hover span.readmore-line{
  margin-left: 15px;
  transition: 0.3s;
}
hr.hr-line{
  width: 100%;
  transform: translateY(0px);
  height: 0px;
  border-top: 1px solid;
  border-left: 0;
}
hr.hr-line-1{
  width: 95%;
  transform: translateY(0px);
  height: 0px;
  border-left: 0;
  margin-bottom: -1px;
  border-top: 1px solid;
}
hr.hr-line-2{
  width: 95%;
  transform: translateY(-15px);
  height: 0px;
  border-left: 0;
  border-top: 1px solid;
}
div.container{
  max-width: 1588px;
  width: 100%;
  margin: 100px auto 50px;
}
span.square-dot{
  background-color: #ffcd00;
  height: 31px;
  width: 31px;
  display: inline-block;
  margin-right: 15px;
}
.outer-div{
  padding: 25px 25px 20px;
}
.inner-div{
  margin-left: 50px;
}
.row{
  max-width: 1415px;
  margin: auto;
  padding: 0px;
}
.row-1-inner-div{
  max-width: 440px;
}
.row-1-readmore-link{
  padding-top: 30px;
  display: block;
}
.row-2,.row-3{
  margin-top: 70px;
}
.row-2-inner{
  margin-left: 0;
  margin-right: 0;
}
.row-2-inner-div{
  max-width: 1175px;
  padding-top: 10px;
}
.row-2-col-3-inner-div{
  padding-top: 40px;
  border-left: 1px solid;
  padding-left: 15px;
}
.row-2-img{
  width: 85px;
  height: 82px;
}
.col-4-inner-div{
  margin-left: 0px;
  margin-right: 0px;
}

.col-4-inner-div img{
  height: auto;
  min-height: 424px;
}

.col-4__inner-div{
  padding: 15px 30px;
}
.col-4-inner-div:before{
  content: '';
  height: 105%;
  width: 1px;
  position: absolute;
  left: -1px;
  top: 0;
  background-color: #000000;
  transform: translateY(-5%);
}
.col-4-inner-div:after{
  content: '';
  height: 105%;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #000000;
  transform: translateY(-5%);
}
.col-4-hr-1{
  margin: 0;
  width: 115%;
  height: 0px;
  border-top: 1px solid;
  border-left: 0;
  margin-left: -31.5px;
  transform: translateY(1px);
}
.col-4-hr-2{
  margin: 0;
  width: 115%;
  height: 0px;
  border-top: 1px solid;
  border-left: 0;
  margin-left: -31.5px;
  transform: translateY(-5px);
}
/* .col-4-img{
  border-top: 1px solid;
  border-bottom: 1px solid;
} */
/* .col-4-img:before {
  content: '';
  height: 81%;
  width: 1px;
  position: absolute;
  left: 54%;
  top: -40.5%;
  background-color: #000000;
  transform: rotate(90deg);
}
.col-4-img:after {
  content: '';
  height: 81%;
  width: 1px;
  position: absolute;
  left: 54%;
  top: 26.5%;
  background-color: #000000;
  transform: rotate(90deg);
} */
.row-4-top{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
.text-align-right{
  text-align: right;
  padding: 18px 0;
}
.row-1-h2{
  padding: 20px 0 10px;
}
.row-4-col-4{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
  margin-right: 45px;
}
.row-4-col-4:last-child{
  margin-right: 0px;
}


/*Slider Css only*/

* {box-sizing: border-box}
.mySlides {display: none}
.mySlides img {vertical-align: middle; height: auto;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  margin-top: 50px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.left-arrow{
  transform: translateX(-60px);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.right-arrow{
  transform: translateX(60px);
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} */

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*End slider css*/

@media (max-width: 1366px){
  .left-arrow, .right-arrow{
    transform: translateX(0px);
  }
}
@media (max-width: 1024px){
  .row-4-col-4{
    max-width: 30.2%;
  }
}
@media (max-width: 768px){
  .row-4-col-4{
    margin-right: 33px;
  }
  .col-4-hr-1,.col-4-hr-2{
    margin-left: -16px;
    width: 116%;
  }
}
@media (max-width: 767px){
  .row{
    margin: 0;
  }
  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7{
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  /* .left-arrow, .right-arrow{
    transform: translateX(0px);
  } */
  .row-2-col-3, .row-4-col-4{
    padding-bottom: 30px;
  }
  .row-2-col-3:last-child, .row-4-col-4:last-child{
    padding-bottom: 0px;
  }
  h2{
    font-size: 35px;
  }
  span.square-dot{
    height: 25px;
    width: 25px;
  }
  .col-4-hr-1,.col-4-hr-2{
    margin-left: -15.5px;
    width: 110%;
  }
  .row-4-col-4{
    margin-bottom: 50px;
    margin-right: 0;
  }
  .col-4-inner-div{
    margin-right: 0px;
  }
  .col-4-inner-div:after{
    right: 0px;
  }
  .text-align-right{
    margin-bottom: 25px;
  }
}