@import url("https://fonts.googleapis.com/css2?family=AR+One+Sans&family=Nanum+Myeongjo&display=swap");
a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important;
}

@font-face {
  font-family: "GothamXNarrow";
  src: url("../fonts/GothamXNarrow-Light_7.otf") format("truetype");
}

@font-face {
  font-family: "GothamXBold";
  src: url("../fonts/GothamNarrowBold_5.otf") format("truetype");
}

@font-face {
  font-family: "GothamXmedium";
  src: url("../fonts/GothamXNarrowMedium.otf") format("truetype");
}

body {
  background-color: #fff;
  color: #000;
  font-family: GothamXNarrow;
  font-size: 14px;
  letter-spacing: 2px;
}

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

.cw {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 30px;
  font-size: 13px;
  opacity: 0.8;
}

.container {
  /*width: 81%;*/
}

.width90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.mtb {
  margin: 50px;
}

.imgess1 {
  width: 120px;
  margin-bottom: 15px;
}

.imgess {
  width: 120px;
  margin-bottom: 35px;
}

.m80 {
  margin: 90px 0 !important;
}

h3 {
  /* margin-top: 20px !important; */
  /* margin-bottom: 20px !important; */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: #fff !important;*/
  /*opacity: 1 !important;*/
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /*color: #fff !important;*/
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  /*color: #fff !important;*/
}

h1 {
  font-size: 48px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: bold;
}

h3 {
  font-size: 21px;
  font-family: "AR One Sans", sans-serif;
  margin-bottom: 14px;
  margin-top: 14px;
  position: relative;
  opacity: 0.8;
}

/*h3:after {
  background-color: #bcbcbc;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  width: 15px;
  position: absolute;
  z-index: 0;
  }*/

h4 {
  font-size: 16px;
  font-family: "AR One Sans", sans-serif;
  line-height: 26px;
}

hr {
  margin: 5px 0;
}

p {
  font-size: 18px;
  /*word-spacing: 8px;*/
  /* color: #000; */
  /*margin-bottom: 40px*/
}

.bold {
  font-weight: 900;
}

.poverview {
  line-height: 32px;
  font-size: 19px;
  word-spacing: 0px;
  color: #000;
  /*margin-bottom: 40px;*/
  text-align: justify;
}

.black {
  background: #000;
}

#slider {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  #slider {
    margin-top: -54px;
  }
}

#slider .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
}

#slider .flexslider:hover .flex-direction-nav .flex-next,
#slider .flexslider:hover .flex-direction-nav .flex-prev {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#slider .flexslider.fixed {
  position: fixed;
}

#slider .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
}

#slider .flexslider .slides .slide {
  height: 100%;
}

#slider .flexslider .slides .slide video {
  width: 100%;
}

#slider .flexslider .slides .slide img {
  display: block;
}

#slider .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}

#slider .flexslider .flex-direction-nav .flex-next,
#slider .flexslider .flex-direction-nav .flex-prev {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
}

#slider .flexslider .flex-direction-nav .flex-next:hover,
#slider .flexslider .flex-direction-nav .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#slider .flexslider .flex-direction-nav .flex-next:before,
#slider .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}

#slider .flexslider .flex-direction-nav .flex-next:after,
#slider .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
}

#slider .flexslider .flex-direction-nav .flex-next {
  right: 10px;
}

#slider .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
  display: none;
  content: url(../images/larrow.webp);
}

#slider .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}

#slider .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
  display: none;
  content: url(../images/rarrow.webp);
}

.background-color-grey-light {
  background-color: #f3f3f3;
}

.background-color-grey-dark {
  background-color: #363636;
}

.background-color-grey-dark a {
  color: #fff;
}

.background-color-grey-dark a:hover {
  color: #ff6f05;
}

.has-dark-background {
  color: #fff;
}

.navigation-hide {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navigation-show {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-75 {
  width: 75%;
}

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

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.top-0 {
  margin-top: 0;
  background-color: #f3f3f3;
  position: relative;
}

.top-10 {
  margin-top: 10px;
  background-color: #f3f3f3;
  position: relative;
}

.top-20 {
  margin-top: 20px;
  background-color: #f3f3f3;
  position: relative;
}

.top-30 {
  margin-top: 30px;
  background-color: #f3f3f3;
  position: relative;
}

.top-40 {
  margin-top: 40px;
  background-color: #f3f3f3;
  position: relative;
}

.top-50 {
  margin-top: 50px;
  background-color: #f3f3f3;
  position: relative;
}

.top-60 {
  margin-top: 60px;
  background-color: #f3f3f3;
  position: relative;
}

.top-70 {
  margin-top: 70px;
  background-color: #f3f3f3;
  position: relative;
}

.top-80 {
  margin-top: 80px;
  background-color: #f3f3f3;
  position: relative;
}

.top-90 {
  margin-top: 90px;
  background-color: #f3f3f3;
  position: relative;
}

.top-100 {
  margin-top: 100px;
  background-color: #f3f3f3;
  position: relative;
}

.top-110 {
  margin-top: 110px;
  background-color: #f3f3f3;
  position: relative;
}

.top-120 {
  margin-top: 120px;
  background-color: #f3f3f3;
  position: relative;
}

.top-130 {
  margin-top: 130px;
  background-color: #f3f3f3;
  position: relative;
}

.top-140 {
  margin-top: 140px;
  background-color: #f3f3f3;
  position: relative;
}

.top-150 {
  margin-top: 150px;
  background-color: #f3f3f3;
  position: relative;
}

.top-160 {
  margin-top: 160px;
  background-color: #f3f3f3;
  position: relative;
}

.top-170 {
  margin-top: 170px;
  background-color: #f3f3f3;
  position: relative;
}

.top-180 {
  margin-top: 180px;
  background-color: #f3f3f3;
  position: relative;
}

.top-190 {
  margin-top: 190px;
  background-color: #f3f3f3;
  position: relative;
}

.top-200 {
  margin-top: 200px;
  background-color: #f3f3f3;
  position: relative;
}

/****
  A
  ****/

.agent .agent-id {
  display: table;
  margin-bottom: 20px;
}

.agent .agent-id h4 {
  margin-top: 0;
}

.agent .agent-id img {
  float: left;
}

.agent .agent-id .agent-wrapper {
  padding-left: 100px;
}

/****
  B
  ****/

.block {
  padding: 40px 0;
  text-align: center;
}

.box {
  display: table;
}

.box .empty-space {
  background-color: #f3f3f3;
}

.box .image {
  background-color: #f3f3f3;
  display: inline-block;
}

.box .image img {
  max-width: 100%;
}

.box .description {
  display: inline-block;
  background-color: #f3f3f3;
}

.box .description .description-wrapper {
  background-color: #363636;
  color: #fff;
  display: inline-block;
  padding: 30px;
}

.box .description .description-wrapper h3:after {
  display: none;
}

.box .description .description-wrapper p {
  margin-bottom: 20px;
}

#count-down {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  margin: auto;
  height: 480px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}

#count-down .background {
  background-color: #eb6300;
}

#count-down h2 {
  color: #fff;
  margin-bottom: 60px;
}

#count-down h2:after {
  display: none;
}

#count-down h3 {
  color: #fff;
  margin-top: 20px;
}

#count-down h3:after {
  display: none;
}

.count-down > div {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  position: relative !important;
  margin-bottom: 30px !important;
}

.count-down > div canvas {
  width: 100% !important;
}

.count-down > div input {
  bottom: 0 !important;
  font-family: inherit !important;
  color: #fff !important;
  font-size: 60px !important;
  font-weight: normal !important;
  left: 0 !important;
  right: 0 !important;
  top: -85px !important;
  margin: auto !important;
  margin: auto !important;
}

/****
  D
  ****/

.disable-submit-button {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

/****
  N
  ****/

.clearfix {
  clear: both;
}

.navigation {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  position: -webkit-sticky !important;
  width: 100%;
  z-index: 99;
  background-image: url(../images/bg.jpg);
  /* background-attachment: fixed; */
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0px;
  right: 0px;
  transition: top 0.3s;
  /*background: url(../../assets/images/bgcolor.webp);*/
  background-size: auto;
}

.carousel-inner {
  margin-top: 80px;
}

/*.navigation.fixed {
      position: sticky;
    top: -1px;
    left: 0px;
    right: 0px;
    }*/

.navigation .navbar-collapse {
  padding-right: 0;
}

.navigation .navbar {
  margin-bottom: 0;
  min-height: inherit;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  height: 80px;
}

.navigation .navbar .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 0;
}

.navigation .navbar .navbar-nav li.active a {
  /*color: #000 !important;
  background: #fff !important;*/

  font-weight: 500;
}

.navigation .navbar .navbar-nav li a {
  color: #b39363;
  line-height: 0;
  margin: 0;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

.navigation .navbar .navbar-nav li a:hover {
  color: #fff;
  background: #b39363;
}

.navigation .navbar .navbar-nav li a:active,
.navigation .navbar .navbar-nav li a:focus {
  background-color: transparent;
}

/****
  F
  ****/
.feature-box h4 {
  margin: 15px 0;
}

.features-list {
  padding-left: 0;
}

.features-list li {
  font-size: 18px;
  list-style: none;
  padding: 10px 0;
}

.features-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #ff6f05;
  content: "\f05d";
  font-size: 24px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

#footer {
  background-color: #292929;
  color: #fff;
  padding: 20px 0;
}

#form-slider-status {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

/****
  I
  ****/
.image-carousel {
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.image-carousel img {
  max-width: 100%;
}

.image-carousel p {
  margin-bottom: 14px;
}

.image-carousel .image-carousel-slide .image-carousel-slide-wrapper {
  display: table;
}

.image-carousel .image-carousel-slide .image-carousel-slide-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}

.image-carousel .owl-buttons {
  bottom: 0px;
  position: absolute;
  right: 0px;
}

.image-carousel .owl-buttons .owl-prev,
.image-carousel .owl-buttons .owl-next {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff6f05;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
}

.image-carousel .owl-buttons .owl-prev:after,
.image-carousel .owl-buttons .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  padding: 7px 13px;
}

.image-carousel .owl-buttons .owl-prev:hover,
.image-carousel .owl-buttons .owl-next:hover {
  background-color: #f56800;
}

.image-carousel .owl-buttons .owl-next {
  margin-left: 2px;
}

.image-carousel .owl-buttons .owl-next:after {
  content: "\f105";
}

.image-carousel .owl-buttons .owl-prev:after {
  content: "\f104";
}

.infobox-wrapper > img {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.infobox-wrapper > img:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border: 10px solid #f3f3f3;
  font-size: 12px;
  position: relative;
  margin-bottom: 60px;
}

.infobox-wrapper .infobox-inner:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #f3f3f3 transparent transparent transparent;
  position: absolute;
  left: 103px;
  content: "";
  bottom: -16px;
}

.infobox-wrapper .infobox-inner .infobox-image {
  width: 220px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.infobox-wrapper .infobox-inner .infobox-image:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}

.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 14px;
  font-weight: bold;
}

.infobox-wrapper .infobox-inner .infobox-title a {
  color: ble;
}

.infobox-wrapper .infobox-inner .infobox-description {
  background-color: #fff;
  padding: 8px;
}

.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}

.infobox-wrapper .infobox-inner .fa {
  color: #ff6f05;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

/****
  L
  ****/
#loading-icon {
  bottom: 0;
  font-size: 30px;
  height: 50px;
  left: 0;
  margin: auto;
  padding-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 5;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.logos {
  display: block;
  line-height: 0;
  margin-top: 10px;
  padding: 0 30px;
  text-align: justify;
}

.logos:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.logos .logo {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
}

.logos .logo a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}

.logos .logo a:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/****
  M
  ****/
#map {
  height: 750px;
}

.marker-style img {
  position: absolute !important;
  top: -1px !important;
  bottom: 0px !important;
  right: 0px;
  left: 0px;
  margin: auto !important;
}

.mfp-close:hover,
.mfp-close:active,
.mfp-close:focus {
  background-color: transparent;
}

/****
  P
  ****/
.property-wrapper {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
}

.property-wrapper .property {
  background-color: #fff;
}

.property-wrapper .property .image-wrapper {
  position: relative;
}

.property-wrapper .property .image-wrapper:after {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #363636;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.property-wrapper .property .image-wrapper:before {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00e";
  color: #fff;
  font-size: 36px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  z-index: 4;
}

.property-wrapper .property .image-wrapper:hover:after {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.property-wrapper .property .image-wrapper:hover:before {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.property-wrapper .property .image-wrapper img {
  max-width: 100%;
}

.property-wrapper .property header {
  background-color: #363636;
  color: #fff;
  padding: 10px;
}

.property-wrapper .property header h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.property-wrapper .property .description {
  padding: 10px;
}

.property-wrapper .property .description dl {
  margin-bottom: 0;
}

.property-wrapper .property .description dl dt {
  float: left;
}

.property-wrapper .property .description dl dd {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 3px;
  padding-bottom: 3px;
  text-align: right;
}

.property-wrapper .property .description dl dd:last-child {
  border: none;
}

/****
  S
  ****/
.slider-banner {
  background-color: #363636;
  color: #fff;
  padding: 35px 0;
}

.slider-banner .title {
  position: relative;
}

.slider-banner .title h2 {
  margin-bottom: 0px;
  margin-top: 0;
}

.slider-banner .title i {
  color: #ff6f05;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  right: 0;
}

.slider-banner .title .subtitle {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.subtitle {
  font-size: 18px;
}

.flexcnter {
  display: flex;
  align-items: center;
  justify-content: center;
}

/****
  T
  ****/
blockquote {
  border: none;
  display: table;
  margin-bottom: 0;
  padding: 20px 10%;
  width: 100%;
}

blockquote figure {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}

blockquote figure .image {
  border: 10px solid #f3f3f3;
  max-width: 160px;
  position: relative;
}

blockquote figure .image img {
  display: block;
  width: 100%;
}

blockquote .cite {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

blockquote .cite p {
  font-size: 24px;
  line-height: 28px;
}

blockquote .cite footer {
  color: #ff6f05;
}

.owl-carousel .owl-pagination {
  text-align: center;
}

.owl-carousel .owl-pagination .owl-page {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}

.owl-carousel .owl-pagination .owl-page:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-pagination .owl-page.active {
  background-color: rgba(0, 0, 0, 0.6);
}

/****
  V
  ****/
.video {
  visibility: hidden;
}

.video iframe {
  margin-bottom: -5px;
}

.btn,
button {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  font-size: 14px !important;
  color: #fff;
  /*font-weight: bold;*/

  outline: none !important;
}

.btn:hover,
.btn:active,
.btn:focus,
button:hover,
button:active,
button:focus {
  color: #1458a2;
  /* background-color: #fff; */
}

.btn.btn-framed,
button.btn-framed {
  background-color: transparent;
  border: 2px solid #f3f3f3;
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

.btn.btn-framed:hover,
button.btn-framed:hover {
  background-color: #f3f3f3;
}

.btn.btn-framed .fa,
button.btn-framed .fa {
  color: #ff6f05;
  margin-left: 5px;
}

.btn.btn-large,
button.btn-large {
  padding: 15px 20px;
}

.btn-link {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

.gallery-slider_wrapper {
  width: 100%;
  /* max-width:768px; */
  margin: auto;
}

.gallery-slider_wrapper .owl-theme .owl-nav {
  /* margin:0; */
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  /* width:30px; */
  /* height:120px; */
  background: #ffffff !important;
  font-size: 26px !important;
  color: #fff;
  /* margin:0; */
  /* border-radius: 0; */
  display: flex;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  align-items: center;
  justify-content: center;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  font-family: "LineAwesome";
  /* position: absolute; */
  /* line-height: 120px; */
  /* width:30px; */
  /* text-align: center; */
  /* top:0; */
  /* left:0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
  /* content: "\f111"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 17%;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  /* content: "\f112"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: 17%;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #cba57a !important;
  color: #fff;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  position: relative;
  margin: 0 5px;
  height: 120px;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}
/* OVERLAY ========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #d4d4d4;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

.overview-carousel .owl-nav {
  margin-bottom: 0;
  margin-top: 0 !important;
  position: absolute;
  width: 100%;
  bottom: 50%;
  right: 0%;
}

.overview-carousel .owl-nav button {
  height: 42px;
  width: 42px;
  background: #000000 !important;
  border-radius: 0 !important;
  outline: none !important;
  color: #ffffff !important;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  /* padding: 15px; */
  /* margin-bottom: 25px; */
  /* box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%); */
}

.amenities-gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  /* object-fit: cover; */
}

.height-auto {
  height: auto !important;
}
.overview-carousel .item {
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.8);
}
.overview-carousel .active .item {
  opacity: 1;
  transform: scale(1);
}

/*.form-group {*/

/*position: relative;*/

/*}*/

/*.form-slider-wrapper {*/

/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);*/

/*background-color: transparent;*/

/*border: 1px solid #ffffff;*/

/*opacity: 0.98;*/

/*right: 8px;*/

/*top: 60px;*/

/*display: table;*/

/*height: auto;*/

/*padding: 15px 30px 10px 30px;*/

/*position: absolute;*/

/*width: 320px;*/

/*z-index: 10;*/

/*}*/

/*.form-slider-wrapper h1 {*/

/*margin-top: 0;*/

/*}*/

/*.form-slider-wrapper h3 {*/

/*margin: 0;*/

/*font-size: 26px;*/

/*letter-spacing: 4px;*/

/*font-weight: 100;*/

/*font-family: gothamxnarrow;*/

/*margin-top: 10px !important;*/

/*margin-bottom: 10px !important;*/

/*}*/

/*.form-slider-wrapper h3:after {*/

/*display: none;*/

/*}*/

/*.form-slider-wrapper hr {*/

/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);*/

/*opacity: 0.2;*/

/*margin: 20px 0;*/

/*}*/

/*.form-slider-wrapper .btn {*/

/*padding: 4px 3px;*/

/*width: 30%;*/

/*margin-right: 0px;*/

/*position: relative;*/

/*float: right;*/

/*border-radius: 0px !important;*/

/*margin-bottom: 16px;*/

/*letter-spacing: 3px;*/

/*font-size: 13px !important;*/

/*}*/

/*.form-slider-wrapper figure {*/

/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);*/

/*opacity: 0.6;*/

/*}*/

/*#form-one-field .form-control {*/

/*-moz-border-radius-topleft: 3px;*/

/*-webkit-border-top-left-radius: 3px;*/

/*border-top-left-radius: 3px;*/

/*-moz-border-radius-bottomleft: 3px;*/

/*-webkit-border-bottom-left-radius: 3px;*/

/*border-bottom-left-radius: 3px;*/

/*font-size: 18px;*/

/*padding: 20px;*/

/*}*/

/*#form-one-field .btn {*/

/*-moz-border-radius-topleft: 0px;*/

/*-webkit-border-top-left-radius: 0px;*/

/*border-top-left-radius: 0px;*/

/*-moz-border-radius-bottomleft: 0px;*/

/*-webkit-border-bottom-left-radius: 0px;*/

/*border-bottom-left-radius: 0px;*/

/*padding: 21px;*/

/*}*/

/*#form-one-field.hide .input-group {*/

/*display: none;*/

/*}*/

/*#form-one-field #form-one-field-status {*/

/*line-height: 60px;*/

/*}*/

/*form #form-status {*/

/*color: #fff;*/

/*line-height: 45px;*/

/*position: relative;*/

/*top: -10px;*/

/*}*/

/*form #form-status #valid {*/

/*position: relative;*/

/*top: -10px;*/

/*}*/

/*form #form-status #valid .icon {*/

/*font-size: 24px;*/

/*margin-right: 10px;*/

/*vertical-align: middle;*/

/*}*/

/*form #form-status #invalid {*/

/*color: red;*/

/*position: relative;*/

/*top: -10px;*/

/*}*/

/*form label.error {*/

/*background-color: red;*/

/*bottom: -30px;*/

/*color: #fff;*/

/*font-size: 12px;*/

/*left: 0;*/

/*padding: 5px;*/

/*position: absolute;*/

/*z-index: 2;*/

/*}*/

/*form label.error:before {*/

/*border-style: solid;*/

/*border-width: 0 3.5px 5px 3.5px;*/

/*border-color: transparent transparent red transparent;*/

/*content: "";*/

/*height: 0px;*/

/*left: 5px;*/

/*position: absolute;*/

/*top: -5px;*/

/*width: 0px;*/

/*}*/

/*input[type="text"],*/

/*input[type="email"],*/

/*input[type="search"],*/

/*input[type="password"],*/

/*input[type="number"],*/

/*textarea,*/

/*.form-control {*/

/*-moz-border-radius: 0px;*/

/*-webkit-border-radius: 0px;*/

/*border-radius: 0px;*/

/*-moz-box-shadow: none;*/

/*-webkit-box-shadow: none;*/

/*box-shadow: none;*/

/*border: none;*/

/*height: inherit;*/

/*padding: 4px 7px;*/

/*background-color: transparent !important;*/

/*border: 1px solid rgba(255, 255, 255, 0.59);*/

/*color: #ffffff91;*/

/*letter-spacing: 2px;*/

/*}*/

/*input[type="text"]:focus,*/

/*input[type="text"]:active,*/

/*input[type="email"]:focus,*/

/*input[type="email"]:active,*/

/*input[type="search"]:focus,*/

/*input[type="search"]:active,*/

/*input[type="password"]:focus,*/

/*input[type="password"]:active,*/

/*input[type="number"]:focus,*/

/*input[type="number"]:active,*/

/*textarea:focus,*/

/*textarea:active,*/

/*.form-control:focus,*/

/*.form-control:active {*/

/*-moz-box-shadow: none;*/

/*-webkit-box-shadow: none;*/

/*box-shadow: none;*/

/*}*/

/*.form-group {*/

/*margin-bottom: 10px !important;*/

/*}*/

/*::placeholder {*/

/*color: #ffffff91 !important;*/

/*}*/
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .form-slider-wrapper {
    width: 293px;
  }

  .box .image img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  /*input[type="text"],*/
  /*input[type="email"],*/
  /*input[type="search"],*/
  /*input[type="password"],*/
  /*input[type="number"],*/
  /*textarea,*/
  /*.form-control {*/
  /*padding: 9px;*/
  /*}*/

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    line-height: 18px;
  }

  .box .image img {
    width: 100%;
  }

  .block {
    padding: 30px 0px;
  }

  .form-slider-wrapper {
    width: 220px;
    padding: 20px;
  }

  .features-list li {
    font-size: 16px;
    padding: 6px 0px;
  }

  .property-wrapper {
    padding: 5px;
  }

  #slider .flexslider .slide img {
    width: auto;
    height: auto !important;
    margin-left: -200%;
    position: relative;
    left: 100%;
  }
}

@media (max-width: 767px) {
  blockquote {
    display: block !important;
    padding: 20px 0 !important;
    text-align: center;
  }

  blockquote figure {
    display: inline-block !important;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  blockquote figure .image {
    display: inline-block;
  }

  blockquote .cite {
    display: block !important;
    padding-left: 0;
  }

  header {
    text-align: center;
  }

  header h3:after {
    right: 0;
    margin: auto;
  }

  .agent {
    margin-bottom: 60px;
  }

  .box {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    text-align: center;
  }

  .box div {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }

  .box div img {
    width: 100% !important;
  }

  #count-down {
    height: inherit;
  }

  #count-down .count-down > div input {
    top: -60px !important;
    left: 15px !important;
  }

  #count-down .count-down .col-sm-3 > div {
    margin-left: 15px;
  }

  .flex-direction-nav {
    bottom: 10px;
    top: inherit !important;
  }

  .flexslider {
    height: auto !important;
  }

  .flexslider .slide img {
    width: 100%;
    height: auto;
    position: inherit;
  }

  .feature-box {
    text-align: center;
    margin-bottom: 50px;
  }

  .form-slider-wrapper {
    bottom: 0;
    position: relative;
    width: 100% !important;
    background: #377ec0;
    right: 0px;
    top: 0px;
    min-height: 288px;
  }

  .has-count-down .flexslider .slide img {
    height: 100%;
    width: initial !important;
  }

  .image-carousel .image-carousel-slide {
    text-align: center;
  }

  .logos {
    text-align: center;
  }

  .logos .logo {
    display: block !important;
    margin-bottom: 20px;
  }

  .navbar-collapse {
    overflow-x: hidden;
    padding-left: 0;
  }

  .navbar-collapse .navbar-nav {
    margin-bottom: 0;
  }

  .navbar-collapse .navbar-nav li a {
    padding: 20px 0;
  }

  .navbar-toggle {
    margin: 9px;
    border: 1px solid #fff;
    padding: 5px 5px !important;
  }

  .navbar-toggle:hover,
  .navbar-toggle:active,
  .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navigation {
    /*position: sticky !important;
    top: 0px;
    left: 0px;
    right: 0px;*/
  }

  .property img {
    max-width: inherit !important;
    width: 100%;
  }

  .top-0,
  .top-10,
  .top-20,
  .top-30,
  .top-40,
  .top-50,
  .top-60,
  .top-70,
  .top-80,
  .top-90,
  .top-100,
  .top-110,
  .top-120,
  .top-130,
  .top-140,
  .top-150,
  .top-160,
  .top-170,
  .top-180,
  .top-190,
  .top-200 {
    margin-top: 0 !important;
  }

  .slider-banner .title {
    margin-bottom: 70px;
    text-align: center;
  }

  .slider-banner .title i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: inherit !important;
    bottom: -50px;
    left: 0;
  }

  .video .fluid-width-video-wrapper {
    margin-bottom: 20px !important;
  }

  .navbar-brand img {
    width: 40px;
  }

  .cdetails {
    margin-top: 20px;
  }
}

.logobg {
  background-color: #809c78;
}

.logoimg {
  margin: auto;
  width: 33%;
  padding: 20px 0;
}

.bannertext {
  position: absolute;
  width: 50%;
  bottom: 19%;
  left: 30%;
  right: 0px;
  margin: auto;
  color: #fff;
  text-align: justify;
  z-index: 2222;
}

.h2font {
  font-size: 26px;
  margin: 10px 0;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
}

.button {
  background: transparent;
  color: #fff;
  padding: 7px 19px;
  border: 2px solid #fff;
  border-radius: 0px;
}

.bttn {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  background: #000;
  font-size: 15px !important;
  color: #fff;
  border-radius: 0px !important;
  padding: 13px 30px;
  outline: none !important;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 4px;
}

.bttn1 {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  font-size: 14px !important;
  color: #fff;
  border-radius: 0px !important;
  padding: 10px 20px;
  font-weight: bold;
  outline: none !important;
  font-family: GothamXBold;
}

.left {
  /*margin-top: 40px;
  margin-bottom: 40px;
  float: right;*/
}

.slab {
  color: #000;
  text-transform: uppercase;
  word-spacing: 0px;
  word-wrap: 19;
  letter-spacing: 10px;
  text-align: center;
  background: #fff;
  font-size: 23px;
  display: inline-block;
  margin: auto;
  /*    margin-top: 25px;*/
  font-weight: bolder;
  padding: 0 0 0 8px;
}

.slab2 {
  color: #000;
  text-transform: uppercase;
  word-spacing: 0px;
  word-wrap: 19;
  letter-spacing: 8px;
  text-align: center;
  background: #fff;
  font-size: 50px;
  display: inline-block;
  margin: auto;
  margin-top: 4px;
  font-weight: bolder;
  padding: 0 8px;
}

.maha {
  line-height: 29px;
  word-spacing: 8px;
  color: #fff;
  font-family: "AR One Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 5px;
}

.hr90 {
  width: 100% !important;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
}

.big {
  letter-spacing: 4px;
  text-align: center;
  padding: 0 8px;
  color: #fff;
  font-size: 40px;
  font-family: "AR One Sans", sans-serif;
}

.bhk {
  letter-spacing: 6px;
  text-align: center;
  font-weight: bolder;
  padding: 0 8px;
  color: #fff;
  font-size: 26px;
  margin-top: 20px;
  line-height: 1.5;
}

.overbtn {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  background: #fff;
  font-size: 16px !important;
  color: #000;
  border-radius: 0px !important;
  padding: 13px 18px;
  outline: none !important;
  font-family: "AR One Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 4px;
}

.h3head {
  text-transform: uppercase;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  font-size: 18px;
  letter-spacing: 4px;
  opacity: 1;
}

.essence {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 3px;
}

.rmore {
  font-size: 16px;
  color: #b5b5b5;
  padding-top: 3px;
}

.des {
  line-height: 29px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  /*margin-bottom: 50px;*/

  display: none;
}

.des p {
  color: #000;
  opacity: 0.9;
}

.e3head {
  margin-top: 30px !important;
  margin-bottom: 18px !important;
}

.e3sub {
  font-size: 25px;
  word-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 2.5px;
  font-weight: 600;
}

#slider1 {
  position: relative;
  z-index: 1;
}

#slider1 .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
}

#slider1 .flexslider:hover .flex-direction-nav .flex-next,
#slider1 .flexslider:hover .flex-direction-nav .flex-prev {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#slider1 .flexslider.fixed {
  position: fixed;
}

#slider1 .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
}

#slider1 .flexslider .slides .slide {
  height: 100%;
}

#slider1 .flexslider .slides .slide video {
  width: 100%;
}

#slider1 .flexslider .slides .slide img {
  display: block;
}

#slider1 .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}

#slider1 .flexslider .flex-direction-nav .flex-next,
#slider1 .flexslider .flex-direction-nav .flex-prev {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 25px;
  margin: auto;
}

#slider1 .flexslider .flex-direction-nav .flex-next:hover,
#slider1 .flexslider .flex-direction-nav .flex-prev:hover {
}

#slider1 .flexslider .flex-direction-nav .flex-next:before,
#slider1 .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}

#slider1 .flexslider .flex-direction-nav .flex-next:after,
#slider1 .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 75px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
  font-weight: 100;
}

#slider1 .flexslider .flex-direction-nav .flex-next {
  right: 100px;
}

#slider1 .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
  color: #c2c2c2;
  content: url(../images/larrow.webp);
}

#slider1 .flexslider .flex-direction-nav .flex-prev {
  left: 100px;
}

#slider1 .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
  color: #c2c2c2;
  content: url(../images/rarrow.webp);
}

@media (max-width: 768px) {
  #slider1 .flexslider .flex-direction-nav .flex-prev:after {
    right: 86px !important;
  }

  #slider1 .flexslider .flex-direction-nav .flex-next {
    right: 30px;
  }

  .height-updated {
    height: auto !important;
  }
  .margin-top {
    margin-top: 50px;
  }
  .project-features {
    text-align: center;
  }

  .locationBox1 {
    height: 274px !important;
  }
}

.inter {
  font-size: 18px;
  line-height: 2;
  word-spacing: 4px;
  padding-left: 18px;
  text-align: justify !important;
  font-weight: 900;
}

.imgslide {
  font-size: 18px;
  margin-top: 0px;
}

#slider2 {
  position: relative;
  z-index: 1;
}

#slider2 .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
}

#slider2 .flexslider:hover .flex-direction-nav .flex-next,
#slider2 .flexslider:hover .flex-direction-nav .flex-prev {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#slider2 .flexslider.fixed {
  position: fixed;
}

#slider2 .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
  width: 83%;
  margin: auto;
}

#slider2 .flexslider .slides .slide {
  height: 100%;
}

#slider2 .flexslider .slides .slide video {
  width: 100%;
}

#slider2 .flexslider .slides .slide img {
  display: block;
  width: 100%;
}

#slider2 .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}

#slider2 .flexslider .flex-direction-nav .flex-next,
#slider2 .flexslider .flex-direction-nav .flex-prev {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
  bottom: 74%;
  top: 26%;
}

#slider2 .flexslider .flex-direction-nav .flex-next:hover,
#slider2 .flexslider .flex-direction-nav .flex-prev:hover {
  background-color: transparent;
}

#slider2 .flexslider .flex-direction-nav .flex-next:before,
#slider2 .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}

#slider2 .flexslider .flex-direction-nav .flex-next:after,
#slider2 .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
  bottom: 74%;
  top: 26%;
}

#slider2 .flexslider .flex-direction-nav .flex-next {
  right: 85px;
}

#slider2 .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
  color: #c2c2c2;
  content: url(../images/larrow.webp);
}

#slider2 .flexslider .flex-direction-nav .flex-prev {
  left: 35px;
}

#slider2 .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
  color: #c2c2c2;
  content: url(../images/rarrow.webp);
}

/*////////////////*/
#slider3 {
  position: relative;
  z-index: 1;
}

#slider3 .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}

#slider3 .flexslider:hover .flex-direction-nav .flex-next,
#slider3 .flexslider:hover .flex-direction-nav .flex-prev {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#slider3 .flexslider.fixed {
  position: fixed;
}

#slider3 .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
  width: 80%;
  margin: auto;
}

#slider3 .flexslider .slides .slide {
  height: 100%;
}

#slider3 .flexslider .slides .slide video {
  width: 100%;
}

#slider3 .flexslider .slides .slide img {
  display: block;
}

#slider3 .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}

#slider3 .flexslider .flex-direction-nav .flex-next,
#slider3 .flexslider .flex-direction-nav .flex-prev {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
}

#slider3 .flexslider .flex-direction-nav .flex-next:hover,
#slider3 .flexslider .flex-direction-nav .flex-prev:hover {
}

#slider3 .flexslider .flex-direction-nav .flex-next:before,
#slider3 .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}

#slider3 .flexslider .flex-direction-nav .flex-next:after,
#slider3 .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
}

#slider3 .flexslider .flex-direction-nav .flex-next {
  right: 10px;
}

#slider3 .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
  content: url(../images/larrow.webp);
}

#slider3 .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}

#slider3 .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
  content: url(../images/rarrow.webp);
}

.pback {
  background-image: url("../images/about.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about {
  list-style-type: decimal;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding-left: 20px;
  letter-spacing: 2.5px;
}

.right {
  /* margin-top: 40px;
  margin-bottom: 70px;
  float: left;*/
}

.fmargin {
  padding: 20px 0;
  background-color: #e8e8e8;
}

.space {
  color: #000;
  font-size: 16px;
  margin-right: 14px;
  text-decoration: none !important;
}

.mcontact {
  font-size: 14px !important;
  line-height: 12px !important;
  word-spacing: 2px !important;
  text-align: justify !important;
}

.lcontact {
  font-size: 14px !important;
  line-height: 19px !important;
  word-spacing: 2px !important;
}

.logosec {
  width: 150px;
  margin: auto;
}
.fmargin .container .row {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .logosec {
    float: right;
  }
}

@media (max-width: 991px) {
  .form-slider-wrapper {
    position: relative;
    background: #042e62;
    margin-top: 0px;
    top: 0px;
    width: 100%;
    right: 0px;
  }

  .h2font {
    font-size: 2vw !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .bannertext {
    position: absolute;
    width: 72%;
    bottom: 73px;
    /* left: 25%; */
    right: 25px;
    /* margin: auto; */
    color: #fff;
    z-index: 2222;
    text-align: end;
  }
  .fmargin {
    padding: 20px 0 30px;
  }
}

.slab {
  /*font-size: 53px;
  max-width: 96%;*/

  font-family: "AR One Sans", sans-serif;
}

.slab2 {
  /* font-size: 53px;
  max-width: 96%;*/

  font-family: "AR One Sans", sans-serif;
}

@media (min-width: 902px) {
  .deepak {
    display: none !important;
    background: red !important;
  }
}

@media (max-width: 991px) {
  #slider .flex-active-slide {
    float: right !important;
  }

  .bannertext {
    bottom: -20px !important;
  }

  .flexslider {
    height: auto !important;
  }

  #slider .flexslider .slide img {
    width: auto;
    height: auto !important;
    margin-left: -200%;
    position: relative;
    left: 100%;
  }

  #slider1 .flexslider .slide img {
    width: auto;
    height: auto !important;
    /*margin-left: -200%;*/

    position: relative;
    /*left: 100%;*/
  }
}

.navbar {
  border: none !important;
}

.closee {
  color: #b5b5b5 !important;
  text-decoration: none !important;
}

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

.Hide {
  display: none;
}

.Show {
  display: block;
}

.Hide1 {
  display: none;
}

.Show1 {
  display: block;
}

.Hide2 {
  display: none;
}

.Show2 {
  display: block;
}

.clse:hover {
  background: transparent;
}

.partner {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  font-family: gothamxnarrow;
  font-weight: 600;
  opacity: 0.8;
}

.Show

/*.navbar-nav {
    width: 100%;
    text-align: center;
    > li {
      float: none;
      display: inline-block;
    }
  }
  */
.closee:hover {
  border: 1px solid #b5b5b5 !important;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 28px 14px 26px 14px !important;
}

@media (min-width: 769px) and (max-width: 911px) {
  .nav > li > a {
    padding: 28px 9px 26px 9px !important;
  }
}

@media (max-width: 576px) {
  .button {
    padding: 1% 5% !important;
  }

  .slab,
  .slab2 {
    font-size: 32px !important;
  }
}

@media (max-width: 768px) {
  .navigation {
    background: #000 !important;
  }
}

.navbar {
  /*display: grid;*/
}

@media (min-width: 768px) {
  .navbar-right {
    margin-left: auto;
    /* margin-right: auto; */
  }
}

/* .owl-wrapper{
    width: 100% !important;
  }

  .owl-item{
    width: 100% !important;
    }*/

/*#slider1 .flexslider:hover .flex-direction-nav .flex-next, #slider .flexslider:hover .flex-direction-nav .flex-prev {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    }*/
.navbar-nav .active {
  font-weight: 700 !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bannertext h2 {
    font-size: 18px;
  }

  .bannertext {
    bottom: 0 !important;
  }
}

.fbtext {
  font-weight: 900;
  font-size: 14px;
}

.cdetails {
  /*margin-top: 26px;*/
}

.cdetails .sub_cdetails {
  border-left: 1px solid;
  padding-left: 15px;
}

.disclaimer p {
  font-size: 13px;
  line-height: normal;
  color: #000;
  /* padding-left: 15px; */
  margin: 0px;
  font-size: 14px;
  color: #000;
  font-family: "AR One Sans", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
}
.disclaimer p span {
  margin-bottom: 5px;
  font-weight: 600;
}

#luxuries {
  background: #e3e3e3;
}

.accord {
  color: #777676 !important;
  text-decoration: none !important;
  padding: 0px;
}

.fixed .container {
  /*width: 100% !important;*/
}

a:hover,
a:focus {
  color: #809c77;
  text-decoration: none;
}

.amenities {
  font-family: "AR One Sans", sans-serif;
}

.gmap {
  font-family: gothamxnarrow;
  letter-spacing: 3px;
  margin-top: 20px;
  display: -webkit-inline-box;
}

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

.absuraj {
  color: #fff;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  font-size: 20px;
}

.enqnow {
  font-size: 16px !important;
}

.about li {
  padding-left: 12px;
}

.pb15 {
  padding-bottom: 15px;
}

#num li {
  position: relative;
  list-style-type: lower-roman;
  padding-left: 15px;
  margin-bottom: 5px;
}

#num li:before {
  display: inline-block;
  width: 7px;
  position: absolute;
  left: -12px;
  content: ")";
  background-color: #fff;
  text-align: center;
}

#num {
  padding-left: 20px !important;
}

#num ol > li::before {
  font-weight: bold !important;
  text-align: right !important;
}

.padlr15 {
  padding-right: 15px;
  padding-left: 15px;
}

.lmap {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.siteby {
  text-align: right !important;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .siteby {
    top: -35px;
  }
}

/*slider 4*/
#slider4 {
  position: relative;
  z-index: 1;
}

#slider4 .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
}

#slider4 .flexslider:hover .flex-direction-nav .flex-next,
#slider4 .flexslider:hover .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#slider4 .flexslider.fixed {
  position: fixed;
}

#slider4 .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
  width: 83%;
  margin: auto;
}

#slider4 .flexslider .slides .slide {
  height: 100%;
}

#slider4 .flexslider .slides .slide video {
  width: 100%;
}

#slider4 .flexslider .slides .slide img {
  display: block;
  width: 100%;
}

#slider4 .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}

#slider4 .flexslider .flex-direction-nav .flex-next,
#slider4 .flexslider .flex-direction-nav .flex-prev {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
  bottom: 74%;
  top: 26%;
}

#slider4 .flexslider .flex-direction-nav .flex-next:hover,
#slider4 .flexslider .flex-direction-nav .flex-prev:hover {
  background-color: transparent;
}

#slider4 .flexslider .flex-direction-nav .flex-next:before,
#slider4 .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}

#slider4 .flexslider .flex-direction-nav .flex-next:after,
#slider4 .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
  bottom: 74%;
  top: 26%;
}

#slider4 .flexslider .flex-direction-nav .flex-next {
  right: 24px;
}

#slider4 .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
  color: #c2c2c2;
  content: url(../images/larrow.webp);
}

#slider4 .flexslider .flex-direction-nav .flex-prev {
  left: 24px;
}

#slider4 .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
  color: #c2c2c2;
  content: url(../images/rarrow.webp);
}

/*slider 4 ends*/

/*for responsive*/
@media (max-width: 576px) {
  .hidee {
    display: none !important;
  }

  .showe {
    display: block;
  }

  .mlogo {
    width: 268px;
    float: right;
    padding: 13px 0;
    margin-right: 10%;
  }

  .bttn {
    padding: 19px 30px !important;
    font-size: 16px !important;
    font-family: gothamxNarrow !important;
  }

  .mbar {
    /*border: none;
    position: static !important;
    margin: 0px;
    background: transparent;
    float: left;
    padding: 27px 14px;
    display: block;
    z-index: 99999999;*/
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6.5px;
  }

  .logobg {
    background-color: #809c78;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
  }

  /*.navigation {
    background: transparent !important;
  }*/
  .navbar-collapse {
    /*background: #1458a2*/
  }

  .mwdt {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bannertext {
    bottom: 9% !important;
    font-size: 15px;
    width: 100%;
    right: 0px;
    left: 0px;
    text-align: left;
    padding-left: 12%;
  }

  .h2font {
    font-size: 4vw !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    letter-spacing: 6px;
    font-weight: 100;
  }

  .mcall {
    width: 60%;
    padding: 8px 15px;
    font-size: 4.3vw !important;
    font-family: "AR One Sans", sans-serif;
    border-radius: 0px;
    font-weight: 100;
    border: 2px solid;
    margin: 23px 2px;
    letter-spacing: 2.5px;
  }

  .w90 {
    width: 90% !important;
  }

  .tlp {
    text-align: left;
    padding-left: 6px;
  }

  .toverview {
    letter-spacing: 1px;
    text-align: left;
    /*font-weight: 600;*/

    word-spacing: 1px;
    line-height: 1.5;
    /*font-family: GothamXmedium;*/

    font-size: 17px;
  }

  .slab {
    letter-spacing: 3px;
    padding: 10px 10px 3px;
    margin-top: 41px !important;
    font-size: 25px !important;
    margin-bottom: 27px !important;
  }

  .slab2 {
    letter-spacing: 3px;
    padding: 10px 10px 3px;
    font-size: 25px !important;
  }

  .maha {
    font-size: 19px !important;
    font-weight: 900;
    word-spacing: 0px;
    letter-spacing: 2px;
    font-family: GothamXNarrow;
    margin-top: 21px !important;
  }

  .big {
    letter-spacing: 3px;
    font-size: 28px !important;
  }

  .hr90 {
    width: 100% !important;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.31);
  }

  .bhk {
    letter-spacing: 1px;
    font-size: 17px !important;
    word-spacing: 3px;
  }

  .mtb {
    margin: 46px;
  }

  .e3head {
    text-align: left;
    word-spacing: 2px;
  }

  .e3sub {
    margin-bottom: 25px !important;
    font-size: 3.6vw;
    line-height: 1.5;
    font-family: GothamXBold;
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
    text-align: left;
    word-spacing: 2px;
  }

  .inter {
    line-height: 1.5;
    text-align: left !important;
    font-family: "AR One Sans", sans-serif;
    font-weight: inherit;
    word-spacing: 0px;
    letter-spacing: 0px;
    font-size: 17px;
  }

  .amenities {
    letter-spacing: 2px;
    padding-left: 3px;
  }

  .bold {
    line-height: 1.5;
    text-align: justify !important;
    font-family: "AR One Sans", sans-serif;
    font-weight: inherit;
    word-spacing: 3.1px;
    letter-spacing: -1px;
  }

  .pd {
    padding: 0px !important;
  }

  .hmap {
    margin-bottom: 18px !important;
    margin-top: 8px !important;
    font-family: "AR One Sans", sans-serif;
    padding-left: 0px;
    letter-spacing: 2px;
    font-weight: bolder;
  }

  #location .left {
    float: left !important;
    padding-left: 10%;
  }

  .m80 {
    margin: 0px 0 !important;
  }

  .h3head {
    text-transform: uppercase;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 18px;
    letter-spacing: 3px;
    opacity: 1;
    text-align: left;
  }

  .sign {
    margin-top: 5px;
    margin-left: auto;
  }

  #partners .bold {
    font-size: 20px !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    margin: 35px 0px 6px;
  }

  .partner {
    line-height: 1.5;
    text-align: left !important;
    font-family: "AR One Sans", sans-serif;
    font-weight: inherit;
    word-spacing: 0px;
    letter-spacing: 0px;
    font-size: 17px;
  }

  #num li:before {
    left: -4px;
  }

  #slider2 .flexslider .flex-direction-nav .flex-prev {
    left: 0%;
  }

  #slider2 .flexslider .flex-direction-nav .flex-next {
    right: 0px;
  }

  #slider2 .flexslider .flex-direction-nav .flex-next,
  #slider2 .flexslider .flex-direction-nav .flex-prev {
    bottom: 98%;
    top: 2%;
  }

  /*.pback {
    background-position: 71.5% 0 !important;
    }*/
  .pback {
    background-image: url(../images/aboutbg.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .intere {
    line-height: 1.5 !important;
    text-align: left !important;
    font-family: "AR One Sans", sans-serif;
    font-weight: inherit;
    word-spacing: 1px !important;
    letter-spacing: 1.2px;
    padding-left: 0px;
    font-size: 17px !important;
  }

  .pbs {
    margin-bottom: 15px;
  }

  .logosec {
    width: 69px;
    margin: auto;
    margin-left: 5%;
  }

  .fbtext {
    font-family: "AR One Sans", sans-serif;
  }

  .mcontact {
    text-align: left !important;
    line-height: 22px !important;
    word-spacing: 0px !important;
    letter-spacing: 2px;
  }

  .cdetails .sub_cdetails {
    border-left: none;
    padding-left: 0px;
  }

  .disclaimer p {
    font-size: 12px;
    line-height: 1.6;
    font-weight: bolder;
    padding-left: 0;
  }

  .mimgess1 {
    width: 100px !important;
    margin: auto;
  }

  .einter {
    line-height: 1.5 !important;
    text-align: center !important;
    font-family: "AR One Sans", sans-serif;
    font-weight: inherit;
    word-spacing: 1px !important;
    letter-spacing: 1.2px;
    padding-left: 0px;
    font-size: 14px !important;
  }

  .eessence {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "AR One Sans", sans-serif;
    letter-spacing: 3px;
  }

  .esshead {
    text-align: center;
    letter-spacing: 0px;
    word-spacing: 2.4px;
    padding: 6px;
  }

  .overbtn {
    padding: 16px 18px !important;
    font-weight: 900 !important;
  }

  #slider3 .flexslider .slides {
    width: 100% !important;
  }

  #slider3 .flexslider {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .forme {
    /*padding:10px;
  border:2px solid #3498db;
  background:#F0F8FF;
  border-radius:15px;*/

    display: none;
    min-height: 268px;
  }

  .liscroll {
    /*overflow-y: scroll !important;*/
    /*height: 700px !important;*/
  }
}

@media (max-width: 350px) {
  .mlogo {
    width: 230px;
    float: right;
    padding: 17px 0;
    margin-right: 10%;
  }
}

@media (min-width: 577px) {
  .hidee {
    display: block;
  }

  .showe {
    display: none !important;
  }
}

@media (max-width: 440px) {
  .mcall {
    padding: 8px 4px !important;
  }
}

/*for responsive ends*/
.navbar-brand img {
  width: 140px;
}

/*------------- gallery ------------------------*/
.latest-post,
.latest-post-inner {
  min-height: 240px;
  max-height: 240px;
  margin-bottom: 30px;
}

.latest-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.latest-post-inner {
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: 2px solid #ffffff;
}

.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
  color: #fff;
  position: relative;
}

.latest-post .latest-post-inner a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
  position: absolute;
  bottom: 30px;
}

.latest-post .latest-post-inner:before {
  content: "";
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: transparent;
}

.latest-post .latest-post-inner .link-icon {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  color: #fff;
  z-index: 999;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
  background-color: #493e3e;
  display: table;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
  background-color: rgba(73, 62, 62, 0.7);
  transform: scale(1.2);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.sl-prev {
  display: block !important;
}

.sl-next {
  display: block !important;
}

/*------------- End of gallery ------------------------*/
.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #fff;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  );
  border: 2px solid #b39363;
  cursor: pointer;
  border-radius: 0;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  color: #ffffff;
  padding: 10px !important;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: transparent;
}

.mytab > li > a {
  color: #ffffff;
  padding: 10px !important;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
}

#gallery {
  background: #000;
  width: 100%;
  background-image: url(../images/bg.jpg);
  /* padding: 80px 0px; */
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

/*-----------------------------------------*/

/*  table---------------*/
.element-apartments .apartment-table {
  border: 0;
  margin: 0px auto;
  width: 100%;
}

.element-apartments .apartment-table thead {
  background: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.element-apartments .apartment-table th {
  text-transform: uppercase;
  color: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  vertical-align: middle;
}

.element-apartments td,
.element-apartments th {
  border-right: 0;
  text-align: center;
  padding: 15px;
  border-bottom: 2px solid #cecece;
}

.element-apartments .btn {
  border: 2px solid #b7b7b7;
  line-height: 31px;
  color: #666;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  padding: 2px 20px;
}

.element-apartments .btn:hover {
  border-color: #fff;
  color: #fff;
}

.hvr-sweep-to-right:before {
  background: #000000 !important;
}

.apartment-table > tbody > tr:nth-of-type(even) {
  background-color: #f3f3f3 !important;
}

/*---- main Pop------*/
.modal-dialog {
  margin: 95px auto !important;
}

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 1px;
}

#main-popup input::placeholder {
  color: #bebebe;
}

#main-popup .input-group-addon {
  background: #292929;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#main-popup .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#main-popup .flag-container {
  padding: 0px !important;
}

/*----------------------------*/

/*---- Brochure------*/
#broucher input,
#broucher select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 1px;
}

#broucher input::placeholder {
  color: #bebebe;
}

#broucher .input-group-addon {
  background: #b39363;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#broucher .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#broucher .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#broucher .flag-container {
  padding: 0px !important;
}

#broucher .modal-header .close {
  margin-top: -30px;
}

/*----------- price model--------------*/
#price-model input,
#price-model select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 1px;
}

#price-model input::placeholder {
  color: #bebebe;
}

#price-model .input-group-addon {
  background: #b39363;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#price-model .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#price-model .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#price-model .flag-container {
  padding: 0px !important;
}

/*---------------------------------*/

/*----------- i am  model--------------*/
#interested input,
#interested select,
#floor-model input,
#floor-model select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 1px;
}

#interested input::placeholder,
#floor-model input::placeholder {
  color: #bebebe;
}

#interested .input-group-addon,
#floor-model .input-group-addon {
  background: #b39363;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#interested .form-group,
#floor-model .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#interested .selected-flag,
#floor-model .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#interested .flag-container,
#floor-model .flag-container {
  padding: 0px !important;
}

/*---------------------------------*/
.modal-header {
  /* border-radius: 20px 20px 0px 0px; */
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
}

.modal-content {
  /* border-radius: 21px; */
}

.modal-header {
  border: none;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  color: #ffff;
  padding: 10px !important;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: "AR One Sans", sans-serif;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  text-shadow: none;
  color: #fff;
  border: 2px solid #ffffff;
  background: -webkit-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
}

.price-btn:hover {
  color: #ffffff;
  background-color: #fff !important;
  border-color: #000000;
  transition: ease 0.5s;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: transparent !important;
}

.error {
  color: red;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  border: none;
  font-family: "AR One Sans", sans-serif;
  border-radius: unset;
  letter-spacing: 1px;
  font-size: 16px !important;
}

.interested:hover,
.interested:focus {
  color: #ffffff !important;
}

.dbroucher {
  position: fixed;
  z-index: 9999;
  border-radius: unset;
  bottom: 10px;
  left: 10px;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  border: none;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 16px !important;
}

.dbroucher:hover,
.dbroucher:focus {
  color: #ffffff !important;
}

.fixed-footer-cust {
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  text-align: center;
  padding: 5px 0px 5px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  font-size: 15px;
  color: #000;
  font-family: "AR One Sans", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: 0px;
  box-shadow: none;
  position: initial;
  background: unset !important;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

@media (max-width: 600px) {
  .mycontainer {
    width: 100%;
  }

  .element-apartments {
    overflow: scroll;
  }

  .element-apartments .btn {
    line-height: 26px;
    padding: 5px 5px;
  }

  .element-apartments td,
  .element-apartments th {
    padding: 6px;
  }
}

.carousel-inner > .item > img {
  width: 100% !important;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #000;
  /*background: #fff;*/
  font-size: 19px;
  padding: 10px;
  width: 228px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #000;
  border-radius: 25px;
}

.oops-greet {
  color: #000;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif !important;
}

.inner-banner {
  padding: 100px 0px;
  background: url("../images/inner-banner.webp") center no-repeat;
  margin-top: 50px;
}

.banner-txt-thank h1 {
  margin: 0px;
  color: #ffffff;
  text-align: center;
}

#contact-us {
  background: #000000;
  padding: 45px 0px;
  background-image: url(../images/bg.jpg);
  padding: 80px 0px;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}
#otp-us {
  background: #000000;
  padding: 45px 0px;
  background-image: url(../images/bg.jpg);
  padding: 80px 0px;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  margin-top: 60px;
}

.sec-head h1 {
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Nanum Myeongjo", serif;
  background: -webkit-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  background: -moz-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.headline-center {
  height: 3px;
  background: #ffffff;
  width: 115px;
  margin: 0px auto;
  margin-bottom: 20px;
  width: 60px;
  margin: 20px auto 40px;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
}

/*  contact form -------------------*/
#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #000;
}

#contact-form .input-group-addon {
  background: #b39363;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  background: #e4e4e4;
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#contact-form .selected-flag {
  background: #b39363;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#contact-form .flag-container {
  padding: 0px !important;
}

.form-btn {
  margin: 0px auto;
  display: block !important;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px !important;
  padding: 8px 39px 8px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
}

.form-btn:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
  transition: ease all 0.4s;
}

#essence {
  padding-bottom: 40px;
}

.luxswrap {
  text-align: center;
}

#about {
  background-image: url(../images/bg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 450px;
  padding: 70px 0;
}

.foo-txt {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.footer-call {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.footer-call a {
  color: #ffffff;
  text-decoration: none;
}

.footer-call i {
  color: #ffffff;
}

.whatapp {
  outline: none !important;
}

.whatapp img {
  position: fixed;
  z-index: 9999;
  right: 5px;
  bottom: 55px;
  width: 40px;
}

.y-video,
.y-video:focus {
  color: #ffffff;
  padding: 10px !important;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  margin: 0px auto;
  display: block;
  width: 200px;
}

.y-video:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 0;
}

.financed p {
  /*float: left;*/
  font-size: 14px;
  margin-bottom: 0;
  /*margin-top: 25px;*/
  /*margin-right: 30px;*/
}

.financed img {
  width: 210px;
}

.financed-txt p {
  font-size: 14px;
  width: 60%;
  margin-bottom: 0px;
}

.financed-txt p span {
  font-size: 12px;
}

.width-70 {
  width: 70%;
}

@media (max-width: 767px) {
  .width-70 {
    width: 90%;
  }

  .financed-txt p {
    width: 100%;
  }

  .financed p {
    margin: 0;
  }

  .financed img {
    margin-bottom: 10px;
  }
}

#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.dbroucher {
  /*padding: 0;*/
  /*background: transparent;*/
  /*font-size: 14px;*/
  /* line-height: 10px; */
}

.nav-call {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 5px 15px !important;
  color: #fff !important;
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/*---------------social----------------*/
.social-container {
  /*width: 400px;*/
  /*margin: 40vh auto;*/

  text-align: center;
  margin-top: 10px;
}

.social-icons {
  padding: 0;
  list-style: none;
  /*margin: 1em;*/
  /*margin-left: -15px;*/
  margin-bottom: 0;
}

.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}

.social-icons i {
  color: #222;
  position: absolute;
  top: 10px;
  left: 11px;
  transition: all 265ms ease-out;
}

.social-icons a {
  display: inline-block;
}

.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: block;
  /*background: linear-gradient(45deg, #00B5F5, #002A8F);*/
  background: #fff;
  transition: all 265ms ease-out;
}

.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #fff;
  background: -webkit-linear-gradient(45deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
  font-size: 12px;
}

/*-----------------------------------------*/

.reg-title {
  font-size: 18px;
  background: #b39363;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  margin: 20px 0px;
}

#reg1-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.up-form {
  background: #fff;
  padding: 0px 0px 25px;
}

#reg1-form input,
#reg1-form select {
  height: 40px;
  border-bottom: 2px solid #000;
  width: 100%;
  padding-left: 8px;
  /* background: #f0f0f0; */
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
}

.form-btn {
  margin: 0px auto;
  display: block;
  background: #000;
  border: 2px solid #fff;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 39px 8px;
  transition: ease all 0.5s;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  border: none;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 16px !important;
}

.underlinee {
  background: #fff;
  height: 3px;
  width: 258px;
  display: block;
  margin: 23px auto;
  text-align: center;
}

.checkbox {
  width: initial !important;
  float: left;
  height: initial !important;
  margin-right: 4px;
  position: relative;
  top: -3px;
}

.check-txt {
  color: #fff;
  display: flex;
  font-size: 10px;
  line-height: 13px;
  text-align: left;
  padding-left: 8px;
}

.checkbox-wrap {
  /*margin-left: 10px;*/
}

/* -------------------------------------------------------------------------------- */
.padding {
  padding: 80px 0;
}
#overview {
  overflow: hidden;
}
.over-img img,
.config-img img {
  width: 100%;
  height: auto;
}
.over-con {
  height: 500px;
  /* padding: 90px; */
  display: flex;
  align-items: center;
}
.testimonial {
  border-left: 3px solid #363636;
  padding: 50px 20px;
  position: relative;
  margin: 0px 0px 50px;
}
.testimonial:before,
.testimonial:after {
  content: "";
  width: 50%;
  height: 35px;
  border-right: 3px solid #000;
  position: absolute;
  left: 0;
}
.testimonial:before {
  border-top: 3px solid #000000;
  top: 0;
}
.testimonial:after {
  border-bottom: 3px solid #000000;
  bottom: 0;
}
.sub-head {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 13px;
  text-align: center;
}
.head-line {
  height: 3px;
  /* background: #222; */
  width: 60px;
  margin: 20px auto 40px;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
}
.testimonial .description {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  font-family: "AR One Sans", sans-serif;
}

#features {
  padding: 25px 0;
}
.prj-title h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 36px;
  letter-spacing: 4px;
  text-align: center;
  color: #000;
  font-family: "Nanum Myeongjo", serif;
  background: -webkit-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  background: -moz-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.prj-highlighs {
  text-align: center;
}
.prj-highlighs h3 {
  font-size: 15px;
  /* text-transform: uppercase; */
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1px;
  /* font-family: 'Nanum Myeongjo', serif; */
  background: -webkit-linear-gradient(0deg, #c39f75 87%, #8b673d 0%);
  background: -moz-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 15px 0px 0px;
}
.prj-high_img {
  width: 60%;
  height: 80px;
  /* margin: 0 auto; */
  /* padding: 20px; */
  /* border: 7px #000; */
  /* border-style: solid double solid double; */
  position: relative;
  transition: all 0.5s;
}
.prj-high_img img {
  width: 80%;
  height: auto;
}
.prj-high_img::after {
  content: "";
  transition: all 0.5s;
  border-top: 2px solid #b39363;
  border-bottom: 2px solid #b39363;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%) scaleX(0);
}
.prj-high_img::before {
  content: "";
  transition: all 0.5s;
  border-left: 2px solid #b39363;
  border-right: 2px solid #b39363;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%) scaleY(0);
}
.prj-highlighs .prj-high_img:hover::after {
  transform: translate(-50%, -50%) scaleX(0.95);
}
.prj-highlighs .prj-high_img:hover::before {
  transform: translate(-50%, -50%) scaleY(0.98);
}

.sec_config {
  width: 100%;
  background-image: url(../images/bg.jpg);
  padding: 80px 0px;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  /* background-repeat: no-repeat; */
}
.config-title h2 {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 4px;
  color: #000;
  text-align: center;
  font-family: "Nanum Myeongjo", serif;
  background: -webkit-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  background: -moz-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 0px;
}
.config-wrap {
  text-align: center;
  border-top: 10px solid #c39f75;
  border-bottom: 10px solid #c39f75;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding: 25px 0px;
  margin-bottom: 0px;
  transition: ease all 0.5s;
  /* background: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%); */
}
.config-wrap h3 span {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.config-wrap h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 30px;
}
.config-line {
  height: 3px;
  background: #ffffff;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.config-wrap h2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  color: #fff;
  font-family: "AR One Sans", sans-serif;
}
.config-wrap h2 span {
  color: #fff;
}
.config-wrap .pricing_btn {
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  );
  border: none;
  font-size: 18px !important;
  color: #fff;
  width: fit-content;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 0px;
  font-size: 16px !important;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
  transition: all 0.5s;
}
.config-wrap .pricing_btn:hover {
  /* background-color: transparent; */
  /* border: 2px solid #b39363; */
}

#location {
  overflow: hidden;
}

.abt-desc p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}
.abt-desc::after {
  content: "";
  transition: all 0.5s;
  border-top: 2px solid #b39363;
  border-bottom: 2px solid #b39363;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
}
.abt-desc::before {
  content: "";
  transition: all 0.5s;
  border-left: 2px solid #b39363;
  border-right: 2px solid #b39363;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0);
}

.abt-desc:hover::after {
  transform: translate(-50%, -50%) scaleX(0.95);
}

.abt-desc:hover::before {
  transform: translate(-50%, -50%) scaleY(0.98);
}

#location .container-fluid .loc_row {
  display: flex;
  align-items: center;
}
.locationBox1 {
  text-align: center;
  padding: 25px 20px;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  box-shadow: inset 1px 0px 10px 10px #b3936370;
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.locationBox1 .location-icon {
  color: #fff;
  font-size: 50px;
  width: 105px;
  height: 105px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
}
.location-icon img {
  color: #fff;
  font-size: 50px;
  height: 55px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  z-index: 1;
  top: 23px;
  max-width: 100% !important;
}
.locationBox1 .location-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 31px 40px;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  position: absolute;
  box-shadow: -4px 12px 20px 0px #b3936370;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.locationBox1 .title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.locationBox1 .description {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  padding-left: 10px;
  list-style-type: none;
  text-align: left;
}
.description .fa {
  color: #b39363;
}
#location .owl-carousel .owl-item img {
  width: auto;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(144deg)
    brightness(113%) contrast(115%);
}

.floor_img img {
  width: 100%;
  height: auto;
  filter: blur(2px);
}

.amenities_gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.amenities_gallery img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.ami-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amenities_gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
  background-color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 700px) {
  .up-form {
    background: #fff;
    padding: 17px 17px 25px;
    margin-top: 55px;
  }
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
} */

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.owl-prev {
  height: 43px;
  width: 42px;
  background: #b39363 !important;
  border-radius: 0 !important;
  outline: none !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 10px !important;
}

.owl-next {
  height: 43px;
  width: 42px;
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  border-radius: 0 !important;
  outline: none !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 10px !important;
}

/* swiper */

.cta-btn {
}
.cta-btn .cta-link {
  position: relative;
  display: inline-block;
  background: #d2d6ef;
  color: #081c2d;
  font-size: 15px;
  min-width: 220px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 18px;
  font-weight: 400;
  padding: 15px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Fugaz One", cursive;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-btn .cta-link.cta-block {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.cta-btn .cta-link i {
  margin-right: 5px;
}
.cta-btn .cta-link:hover {
  background: #081c2d;
  color: #d2d6ef;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 33, 71, 0.4);
  -moz-box-shadow: 0px 5px 20px rgba(0, 33, 71, 0.4);
  box-shadow: 0px 5px 20px rgba(0, 33, 71, 0.4);
}
/*==============================================================
	CTA style end
==============================================================*/
/*==============================================================
	banner Style start
==============================================================*/
.banner-wrap {
  height: auto;
  position: relative;
  overflow: hidden;
}
.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.shape svg {
  width: 100%;
}
.banner-slider {
  height: 100%;
}
.banner-slider > .banner-slide {
  display: none;
}
.banner-slider > .banner-slide:first-child {
  display: block;
}
.slick-initialized .banner-slide {
  position: relative;
  height: 900px;
  padding-bottom: 300px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
}

.banner-slider .slick-arrow {
  position: absolute;
  right: 25px;
  bottom: 50px;
  font-size: 0;
  background: #ffffff;
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 12;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.banner-slider .slick-arrow:before {
  font-family: "boxicons";
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: rgba(0, 33, 71, 1);
}
.banner-slider .slick-arrow.slick-prev {
  right: 95px;
}
.banner-slider .slick-arrow.slick-prev:before {
  content: "\ea9b";
}
.banner-slider .slick-arrow.slick-next {
  right: 25px;
}
.banner-slider .slick-arrow.slick-next:before {
  content: "\eb1c";
}
.hero-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.banner-wrap .container {
  position: relative;
  z-index: 12;
}
.hero-overlay {
  background: #081c2d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.hero-content {
  color: #ffffff;
}
.hero-content p {
  font-size: 20px;
  line-height: 32px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.01em;
}
.blog-detail-banner .hero-content {
  max-width: 900px;
}
.blog-detail-banner .hero-content h1 {
  font-size: 53px;
}
.hero-content h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 6px;
}
.hero-content h1 {
  font-size: 63px;
  line-height: 1.333;
  margin-bottom: 18px;
  color: #e6e8f6;
  font-weight: 400;
  max-width: 760px;
  font-family: "Fugaz One", cursive;
}
.hero-content .cta-btn {
  padding-top: 30px;
}
.hero-content .cta-btn .cta-link.cta-outline-white:hover {
  background: #ffffff;
  color: rgba(0, 33, 71, 1);
}

#thank-you {
  padding: 85px 0;
}
.hi-icon-effect-1 .hi-icon1 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon1 {
  background: linear-gradient(
    135deg,
    #c39f75 0%,
    #a47947 25%,
    #a47947 50%,
    #c39f75 75%,
    #8b673d 100%
  ) !important;
  /* -webkit-transition: background 0.2s, color 0.2s; */
  -moz-transition: background 0.2s, color 0.2s;
  /* transition: background 0.2s, color 0.2s; */
}

.hi-icon1 {
  display: inline-block;
  /* font-size: 0px; */
  cursor: pointer;
  margin: 15px 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 2px solid #000;
  color: #fff;
}

.amenities-main1 p {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
  line-height: 19px;
  font-size: 15px;
  color: #000;
  font-family: "AR One Sans", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
}

.amenities-icon {
  width: 65%;
  margin: 0 auto;
}

.hi-icon1 img {
  width: 55px !important;
  /* border: 1px solid; */
  margin-top: 20%;
  margin: 20px auto;
}

.hi-icon1:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* .hi-icon-effect-1a .hi-icon1 {
  background: rgb(39, 39, 39);
  color: #41ab6b;
} */

.hi-icon-effect-1a .hi-icon1:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hi-icon-effect-1 .hi-icon1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #000000;
  opacity: 1;
}

.hi-icon-effect-1a .hi-icon1:hover {
  background: linear-gradient(to right, #f6b553, #f0d97f, #d59742);
  /* color: #41ab6b; */
}

.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}

.hi-icon-wrap {
  padding: 2em 0 0em !important;
}
.disclaimer {
  text-align: center;
}
.owl-theme .owl-nav {
  margin: 10px 0px 30px !important;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.height-updated {
  background: black;
  background: url(../images/bg.jpg);
  /* min-height: 200px; */
  display: inline-grid;
  flex-flow: column;
  padding: 16px;
  /* width: 51%; */
  margin: 20px auto 30px auto;
  height: 200px;
  border-radius: 10px;
}

.prj-highlighs img {
  width: 45% !important;
  position: relative;
  /* margin-left: 128px; */
  filter: invert(84%) sepia(93%) saturate(409%) hue-rotate(306deg)
    brightness(83%) contrast(81%);
  position: relative;
  top: 6px;
}

.cursor-pointer {
  cursor: pointer;
}

.overview {
  text-align: center;
  font-family: "Nanum Myeongjo", serif;
  background: -webkit-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  background: -moz-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  /* background: linear-gradient(90deg,#c39f75 0%,#8b673d 80%); */
  /* color: #c39f75;*/
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#otp-form input {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #ededed;
}

#otp-form .input-group-addon {
  background: #001836;
  color: #fff;
  border: 0;
}

.otp-formwrap {
  margin-top: 7em;
  margin-bottom: 5em;
}

.otp-formwrap h1 {
  margin: 0px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Oswald;
  letter-spacing: 2px;
  font-weight: 400;
}

.otp-formwrap p {
  text-align: center;
  margin-bottom: 20px;
}

.otp-formwrap img {
  width: 80px;
  margin: 0px auto;
  display: block;
  margin-bottom: 18px;
}
.amenitiesBottomSliderInsideTxt {
  position: absolute;
  bottom: 50px;
  /* width: 200px; */
  max-width: 100%;
  left: 0px;
  background-color: #fff;
  border: 0 solid #fff;
  padding: 10px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  /* font-family: optima-bold; */
  font-size: 16px;
  border: none;
  font-family: "AR One Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .navigation .navbar {
    display: block;
  }
  .checkbox-wrap {
    height: initial !important;
  }

  .check-txt {
    color: #fff;
    display: block !important;
    font-size: 12px;
    line-height: 13px;
    /* text-align: left; */
    padding-left: 26px !important;
  }
  .over-con {
    height: auto;
  }
  .testimonial {
    /* padding: 0px; */
    /* border-left: none; */
  }
  .navigation .navbar-collapse {
    padding-right: 0;
    background: #000;
    margin-top: 14px;
    max-height: 450px;
  }
  .config-title h2 {
    font-size: 28px;
  }
  .prj-title h2 {
    font-size: 28px;
  }
  .amenitiesBottomSliderInsideTxt {
    position: absolute;
    bottom: 0px;

    padding: 5px;

    letter-spacing: 1px;
    font-size: 6px !important;
  }

  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }

  /* .testimonial:before,
  .testimonial:after {
    display: none;
  } */
  .fmargin .container .row {
    flex-direction: column;
  }
  .config-wrap {
    margin-bottom: 10px;
  }
  .prj-highlighs h3 {
    font-size: 12px;
    margin: 32px 0px 0px;
    line-height: 20px;
  }
  #about {
    padding: 50px 0;
    background-size: 240px;
  }
  .prj-high_img {
    width: 65%;
    height: auto;
  }
  .locationBox1 {
    margin-top: 10px;
    height: auto;
  }
  .prj-highlighs img {
    width: 45% !important;
  }
  #location .container-fluid .loc_row {
    flex-direction: column;
    align-items: initial;
  }
  .flexcnter {
    display: block;
    align-items: center;
    justify-content: center;
  }
  .navigation .navbar {
    padding: 15px 0px;
  }
}

/* extra css */

.display-none {
  display: none;
}

.padding-bottom {
  padding-bottom: 80px;
}

.ext-carousel .latest-post,
.latest-post-inner {
  min-height: 240px;
  max-height: 450px !important;
  margin-bottom: 30px;
}

.floor-click {
  filter: blur(3px);
}
