:root {
  scroll-behavior: auto;
}
:focus {
  outline: 0;
  color: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #fefaf0;
}
p {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-align: justify;
}

.subownerprofrow {
  .thumbleftshape::after {
    left: unset;
    right: 0;
  }
}

b,
strong {
  font-weight: 700;
}
small {
  color: #999;
  font-size: 14px;
}
a {
  color: #ccb466;
  text-decoration: none;
  outline: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1,
h2 {
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 10px;
}
h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
h6 {
  font-size: 16px;
  margin-bottom: 20px;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button[type="button"],
button[type="submit"],
input[type="button"],
input[type="submit"] {
  outline: 0;
  border: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  -ms-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background-image: none;
  background: 0 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 15px;
  color: #000 !important;
  background-color: #fefaf0;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.form-group {
  margin-bottom: 20px;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #727272;
}
.form-control::-moz-placeholder {
  color: #727272;
}
.form-control:-ms-input-placeholder {
  color: #727272;
}
.form-control::-ms-input-placeholder {
  color: #727272;
}
.form-control::placeholder {
  color: #727272;
}
.form-control:focus::-webkit-input-placeholder {
  color: #000;
}
.form-control:focus::-moz-placeholder {
  color: #000;
}
.form-control:focus:-ms-input-placeholder {
  color: #000;
}
.form-control:focus::-ms-input-placeholder {
  color: #000;
}
.form-control:focus::placeholder {
  color: #000;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
sup {
  font-size: 16px;
  color: #000;
  top: -1px;
  left: 1px;
}
textarea.form-control {
  resize: none;
  height: 100px;
}
button:focus {
  outline: 0;
}
.btn-theme {
  background-color: #ccb466;
  padding: 16px 46px 17px 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1;
}
.btn-theme::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 25px;
  top: 17px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-theme:hover {
  background-color: #000;
  color: #fff;
}
.btn-theme:hover::after {
  right: 20px;
}
.btn-theme-submit {
  padding: 16px 46px 17px 30px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ccb466;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1;
  text-align: center;
  display: inline-block;
  outline: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  background-size: 12px;
  background-image: url(../images/arrow-right.svg);
  background-position: center right 25px;
  background-repeat: no-repeat;
}
.btn-theme-submit:hover {
  background-color: #000;
  color: #fff;
  background-position: center right 20px;
}
.link-btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.link-btn::before {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 0;
  top: 4px;
  line-height: 1;
}
.link-btn:hover::before {
  right: -5px;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
.mr-10 {
  margin-right: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mb-300 {
  margin-bottom: 300px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-300 {
  padding-bottom: 300px;
}
.list-itmes ul {
  margin-bottom: 15px;
}
.list-itmes ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.list-itmes ul li::before {
  content: "";
  background: #ccb466;
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  top: 9px;
  border-radius: 50%;
}
.help-block-error {
  color: red;
  font-size: 14px;
}
.txt-right {
  text-align: right;
}
.headblack {
  color: #000;
}
.whiteboxcol {
  background-color: #fff;
}
sup {
  font-size: 10px;
  top: -5px;
}
.font-ibm-plax {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
.bigtitlecent {
  font-size: 60px;
  letter-spacing: 10px;
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
.wpcf7-not-valid-tip {
  text-align: left;
}
.wpcf7-spinner {
  position: relative;
  top: 5px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  background: #d1e7dd !important;
  border: 1px solid #badbcc !important;
  margin: 30px 0 0;
  padding: 7px 15px;
  color: #0f5132;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  font-size: 16px;
  text-align: left;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #f8d7da !important;
  border: 1px solid #f5c2c7 !important;
  text-align: left;
  margin: 30px 0 0;
  padding: 7px 15px;
  color: #842029;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  font-size: 16px;
}
.main {
  width: 100%;
  display: block;
  overflow: hidden;
}
.mainheader {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mainheader nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mainheader.sticky {
  padding: 10px 0;
}
.logo a {
  display: block;
}
.topoffset {
  padding-top: 100px;
}
.blog-single-content {
	width: 100%;
	h2 {
		margin: 20px 0;
	}	
}

.logo {
  width: 100px;
  transition: all 0.3s ease;
}
.mainheader.sticky .logo {
  width: 90px;
}
.body_wrapper {
  overflow-x: hidden;
}
body {
  position: relative;
}
.navmenu > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navmenu > ul > li {
  position: relative;
  list-style: none;
  padding: 0 30px;
  margin-bottom: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: initial;
}
.navmenu > ul > li::before {
  display: none;
}
.navmenu > ul > li a {
  color: #000;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navmenu > ul > li a i {
  margin-left: 5px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.navmenu > ul > li:last-child {
  padding-right: 0;
}
.navmenu > ul > li.current-menu-item > a,
.navmenu > ul > li > a:hover {
  color: #ccb466;
}
.navmenu > ul > li a.active,
.navmenu > ul > li.active a,
.navmenu > ul > li:hover > a {
  color: #ccb466;
}
.navmenu > ul > li ul {
  left: 0;
  display: none;
  position: absolute;
  top: 100%;
  width: 285px;
  margin: 0;
  background: #fff;
  padding: 0 20px;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.05);
}
.navmenu > ul > li ul li ul {
  top: 0;
  left: 100%;
  margin-left: 20px;
}
.navmenu > ul > li > ul li {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.navmenu > ul > li > ul li:last-child {
  border: none;
}
.navmenu > ul > li > ul li::before {
  top: 25px;
}
.navmenu > ul > li > ul li a {
  display: block;
  color: #000;
  position: relative;
  padding-right: 10px;
}
.navmenu > ul > li > ul li a::after {
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: #bc2739;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 5px;
  opacity: 0;
}
.navmenu > ul > li > ul li a:hover::after,
.navmenu > ul > li > ul li.current-menu-item a:hover::after {
  right: 0;
  opacity: 1;
}
.navmenu > ul > li > ul li a i {
  position: absolute;
  right: 20px;
  top: 14px;
}
.navmenu > ul > li > ul li a:hover {
  color: #bc2739;
}
.navmenu > ul > li ul li:hover > ul,
.navmenu > ul > li:hover > ul {
  display: block;
}
.navmenu > ul > li:last-child i {
  color: #04508a;
  margin-right: 5px;
  display: inline-block;
  margin-top: -2px;
}
a.mobile-menu-icon {
  display: none;
}
.headerclose,
.menucallaction,
.navbartoggle {
  display: none;
}
.menucallaction {
  padding: 0 50px 50px;
  width: 100%;
}
.float-whatsapp {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: #fff;
  color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;

  &:hover {
    background-color: #25d366;
    color: #fff;
    transition: all 0.3s;
  }
}

.calltoactioncol {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.calltoactioncol span {
  color: #999;
  display: block;
}
.overflowhide {
  overflow: hidden;
}
.sub-menu-arrow {
  display: none;
}
section.d-inline-block {
  vertical-align: top;
}
.pageloader {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.goldproject {
  margin-bottom: 30px;
  width: 100px;
  margin-left: 2rem;
}

.linespace {
  letter-spacing: 9px;
}

.pageloader .container {
  position: relative;
  min-height: 100%;
}
.caption {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.contentmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
}
.imganimation {
  text-align: center;
}
.logomain {
  margin-bottom: 40px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transform: matrix(1, 0, 0, 1, 0, -50);
  display: block;
  height: 170px;

  img {
    height: 100%;
  }
}
.logotextcol {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  height: 50px;
}

.halls-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  img {
    margin-bottom: 10px;
    height: 250px;
    width: 300px;
    border-radius: 10px;

    &:hover {
      scale: 1.1;
      transition: all 0.3s;
    }
  }
}

.h-blog {
  height: 450px;
}

.link-btn--disabled {
  cursor: default;
}

.h-100 {
  height: 100%;
}

.logotext {
  margin-bottom: 10px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: matrix(1, 0, 0, 1, -350, 0);
  display: inline-block;
  margin: 0 10px;
  height: 100%;
  object-fit: contain;
}
.logotextcol .logotext:nth-child(1) {
  transition-delay: 0.35s;
}
.logotextcol .logotext:nth-child(2) {
  transition-delay: 0.3s;
}
.logotextcol .logotext:nth-child(3) {
  transition-delay: 0.25s;
}
.logotextcol .logotext:nth-child(4) {
  transition-delay: 0.2s;
}
.logotextcol .logotext:nth-child(5) {
  transition-delay: 0.15s;
}
.logotextcol .logotext:nth-child(6) {
  transition-delay: 0.1s;
}
.logotextcol .logotext:nth-child(7) {
  transition-delay: 50ms;
}
.animText.logotext {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}
.logotext2 {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: matrix(1, 0, 0, 1, 0, 50);
}
.logotext2 img {
  width: 200px;
}
.animText.logotext2 {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}
.full-width-slider {
  position: relative;
  height: 100vh;
}
.full-width-slider .carousel,
.full-width-slider .carousel-item,
.full-width-slider .carousel-item.active {
  height: 100%;
}
.full-width-slider .carousel .carousel-inner {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fillsliderthumb {
  width: 50%;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: top center;
  float: right;
  background-repeat: no-repeat;
}
.fillsliderthumb::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fefaf0;
  width: 50px;
  height: 500px;
  margin-top: 50px;
}
.fillmobilethumb {
  width: 100%;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: none;
}
.full-width-slider .carousel .carousel-caption {
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  bottom: auto;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: left;
  color: #000;
}
.carousel-control-next,
.carousel-control-prev {
  width: 60px;
  font-size: 20px;
  display: none;
}
.fillsliderthumb::after {
  content: "";
  background-color: #fefaf0;
  transform-origin: center bottom;
  transform: scaleY(1.1);
  transition: transform 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.animslidebg.fillsliderthumb {
  transform: scale(1);
}
.animslidebg.fillsliderthumb::after {
  transform: scaleY(0);
}
.captiontitle {
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 10px;
  width: 50%;
  padding: 100px 100px 100px 0;
  display: inline-block;
  vertical-align: top;
}
.subline {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}
.captiontitle .animated {
  animation-delay: 1s;
}
.slider-bullet {
  position: absolute;
  bottom: 26%;
  width: 100%;
  left: 0;
}
.carousel-indicators {
  justify-content: flex-start;
  position: relative;
  margin: 0;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 6px;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: 0 0;
  border: 1px solid #ccb466;
}
.carousel-indicators button.active {
  background-color: #ccb466;
}
.carousel-indicators button:first-child {
  margin-left: 0;
}
.full-width-slider .sliderfadeIn {
  animation-delay: 0.8s;
  animation-duration: 1s;
}
.aboutsection .row {
  justify-content: space-between;
}
.augustimg {
  margin-left: -305px;
  position: relative;
}
.augustimg::after {
  z-index: 1;
  background-color: #fefaf0;
  width: 50px;
  top: 100px;
  bottom: 100px;
  right: 0;
  content: "";
  position: absolute;
}
.augustimg > img {
  width: 100%;
}
.augustimg.img-effects::before {
  z-index: 2;
}
.img-effects a.OnlyImg {
  cursor: initial;
}
.img-effects a.OnlyImg img,
.augustimg.img-effects a:hover .plyicon img {
  transform: scale(1) !important;
}
.augustimg .videoItem {
  position: relative;
  display: block;
}
.augustimg .videoItem::before {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  z-index: 1;
}
.fancybox__content:focus:not(.carousel__button.is-close) {
  outline: none !important;
}
.videoSinglepop
  .fancybox__carousel
  .fancybox__slide.has-video
  .fancybox__content,
.videoSinglepop
  .fancybox__carousel
  .fancybox__slide.has-html5video
  .fancybox__content {
  width: 1280px;
  height: 720px;
}
.titlefirst {
  padding: 0 50px 0;
  text-align: right;
}
.iconcol {
  margin-right: 30px;
  max-width: 80px;
}
.icontitle {
  width: 65%;
}
.augustsection .icontitle h3 {
  margin-bottom: 0;
}
.seclandmark .augustimg {
  margin-left: 0;
}
.landmarislider {
  margin-right: -315px;

  .augustimg {
    height: 350px;

    img {
      object-fit: cover;
    }
  }
}

.carousel-prjt {
  display: flex;
  flex-direction: column;
}

.projectimg {
  width: 100%;
  background-size: auto;
  height: 100%;
}
.landmarislider .slick-dots {
  bottom: 150px;
}
.slick-dotted.slick-slider.landmarkslider {
  margin-bottom: 0;
}
.seclandmark .row {
  flex-direction: row-reverse;
}
.seclandmark .augustimg::after {
  top: auto;
  bottom: 0;
  left: 100px;
  right: 100px;
  height: 50px;
  width: initial;
}
.landtitle {
  width: 100%;
  padding: 0 150px;
}
.contextleft {
  font-size: 22px;
  color: #000;
  letter-spacing: 10px;
}
.contextleft span {
  display: block;
  font-size: 20px;
  color: #626262;
  margin-top: 10px;
  letter-spacing: 2px;
}

.laxlandtitle {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.laxlandtitle h2 {
  text-align: left;
  margin-left: 0;
}
.featurethumb2 {
  margin-right: -315px;
  margin-top: 140px;
}
.paralsection {
  height: 100vh;
  color: #fff;
  padding: 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.paralsection::before {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
}
.paralsection h2 {
  color: #fff;
}
.icontext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
.icontext span {
  width: 62px;
}
.icontext h4 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  width: 83%;
  line-height: 24px;
  letter-spacing: 1px;
}
.centertitle h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.centertitle .bigtitlecent {
  padding-left: 30px;
}
.testislider {
  color: #000;
  padding-bottom: 10px;
}
.testislider p {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 24px;
}
.testislider span {
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.testislider small {
  display: block;
  color: #555;
}
.testislider .slick-dots {
  text-align: left;
}
.testislider .slick-dots li button:before {
  background-color: transparent;
  border: 1px solid #ccb466;
}
.testislider .slick-dots li.slick-active button:before {
  background-color: #ccb466;
}
.blogcol span {
  color: #555;
  margin-bottom: 5px;
  display: block;
}
.blogcol a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.blogtitlehome {
  margin-left: 110px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.blogbtn a {
  position: absolute;
  bottom: 0;
  right: 12px;
}
.footermain {
  background-color: #000;
  padding: 150px 0;
  color: #7e7e7e;
}
.footermain .btn-theme:hover {
  background-color: #fff;
  color: #000;
}
.footerinfo {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: 50px;
}
.footerlogo.mb-40 {
  margin-bottom: 20px;
}
.footerlink ul li {
  margin-bottom: 10px;
  padding: 0px 10px;
}
.footerlink ul li a {
  text-transform: uppercase;
  color: #7e7e7e;
  letter-spacing: 2px;
  font-size: 15px;
}
.footerlink ul li a:hover {
  color: #fff;
}
.iconleft {
  position: absolute;
  left: 0;
  top: 0;
  color: #ccb466;
  top: 5px;
}
.addressinfo address {
  padding-left: 25px;
}
.addressinfo p {
  margin-bottom: 0;
}
.contactinfo span {
  padding-right: 30px;
  line-height: 1;
}
.contactinfo a {
  color: #7e7e7e;
  font-size: 30px;
  vertical-align: top;
}
.contactinfo a:hover {
  color: #fff;
}
.socialinfo {
  margin-bottom: 15px;
}
.socialinfo ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
}
.socialinfo ul li a:hover {
  color: #fff;
}
.contactinfo {
  width: 50%;
  border-right: 1px solid #333;
  padding: 50px 0;
}
.footerinfo .contactinfo:last-child {
  border-right: none;
  text-align: right;
}
.footermain h2 {
  color: #ccb466;
}
.copyright p {
  margin-bottom: 0;
}
.frmbgrow {
  padding: 100px 0;
}
.frmbgrow::before {
  background-color: #e2dbc8;
  top: 0;
  left: 100px;
  bottom: 0;
  right: -50%;
  position: absolute;
  content: "";
}
.copyright p a {
  color: #7e7e7e;
}
.copyright p a:hover {
  color: #fff;
}
.topnobrd {
  margin-top: 300px;
}
.thankyourow h1 {
  font-size: 72px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 20px;
}
.thankyourow h1::after,
.thankyourow h1::before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: -3px;
  width: 19px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
}
.thankyourow h1::before {
  content: "";
  background-image: url(../images/brack-text-before.svg);
  left: -40px;
}
.thankyourow h1::after {
  content: "";
  background-image: url(../images/brack-text-after.svg);
  right: -20px;
}
.errorimg {
  font-size: 300px;
  margin-bottom: 70px;
  line-height: 0.65;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.errorimg span {
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.errorpagerow h1 {
  margin-bottom: 10px;
}
.inner-header {
  margin-bottom: 30px;
  margin-top: 90px;
  text-align: right;
}
.inner-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.inner-header ul li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 15px 0 0;
  color: #ccb466;
}
.inner-header ul li a {
  color: #555;
}
.inner-header ul li::after {
  content: "/";
  position: absolute;
  right: -10px;
  top: 0;
  color: #555;
}
.inner-header ul li:last-child {
  margin-right: 0;
}
.inner-header ul li:last-child::after {
  opacity: 0;
}
.blogcontent h1 {
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.blogthumbtop {
  margin-right: -315px;
}
.bloglistrow .row [class*="col-"] {
  transform: translateY(0);
  margin-bottom: 40px;
}
.bloglistrow .row [class*="col-"]:nth-child(odd) {
  transform: translateY(100px);
}
.bloglistrow .blogtitlehome {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
}
.blogcontent h3 {
  margin-bottom: 15px;
}
.blogcontent span {
  margin-bottom: 3px;
  display: block;
}
.blogthumbtop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fefaf0;
  width: 50px;
  height: 500px;
}
.paginav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  align-items: center;
}
.paginav a {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.paginav a:hover {
  background-color: #ccb466;
  border-color: #ccb466;
  color: #fff;
}
.paginav span {
  margin-right: 10px;
  background-color: #ccb466;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
}
.blogthumbdetail {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.blogthumbdetail::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 100px;
  right: 100px;
  height: 50px;
  background-color: #fefaf0;
  z-index: 1;
}
.blog-single-content {
  margin-bottom: 50px;
}
.blog-single-content h2 {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.blog-single-content h3 {
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.blog-single-content p,
.blog-single-content ul {
  margin-bottom: 30px;
}
.blog-single-content ul li {
  position: relative;
  padding-left: 24px;
}
.blog-single-content ul li ul {
  margin: 10px 0;
}
.blog-single-content ul li::before {
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
  background: #ccb466;
  height: 8px;
  width: 8px;
  content: "";
}
.blog-single-content ol {
  margin-bottom: 30px;
  list-style: none;
  margin-top: 10px;
}
.blog-single-content ol li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 24px;
}
.blog-single-content ol li::before {
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
  background: #ccb466;
  height: 8px;
  width: 8px;
  content: "";
}
.blog-single-content ol li ol {
  padding-left: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.blognav {
  margin: 0;
  justify-content: space-between;
}
.blognav .link-btn::before {
  top: 4px;
}
.blognav .link-btn.blog-prev {
  padding-left: 20px;
  padding-right: 0;
}
.blognav .link-btn.blog-prev::before {
  content: "\f060";
  right: auto;
  left: 0;
}
.blognav .blog-prev.link-btn:hover::before {
  left: -5px;
}
.footer-connect {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 1rem;
  i {
    color: #555;
  }

  a {
    margin-left: 10px;
    color: white;
  }
}
.augustimg-w {
  margin-left: -112px;
}
.footer-logo-wrapper {
  a {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    img:nth-child(1) {
      width: 70px;
      margin-bottom: 10px;
    }
    img:nth-child(2) {
      width: 100px;
      margin-bottom: 10px;
    }
    img:nth-child(3) {
      width: 80px;
      margin-bottom: 10px;
    }
  }
}
.commentsection {
  padding: 0 15px;
  position: relative;
}
.commentsection .comments-area > ol {
  padding-left: 0;
  margin: 0 0 200px;
  counter-reset: none;
  list-style: none !important;
}
.commentsection .comments-area > ol li::before {
  content: none;
  counter-increment: none;
}
.comments-area > ol > li,
.commentsection .comments-area > ol > li ol li {
  list-style: outside none none;
  margin-bottom: 0;
}
.commentsection .comments-area > ol > li {
  list-style: outside none none;
  padding: 30px 0;
  border-bottom: 1px solid #e2dbc8;
}
.commentsection .comments-area > ol > li ol {
  padding-left: 60px;
  padding-top: 20px;
}
.commentsection .comments-area .comment-author > img {
  margin-right: 20px;
  margin-bottom: 10px;
}
.comment-awaiting-moderation,
.commentsection .comments-area .comment-author span.says {
  display: none;
}
.commentsection .comments-area .comment-author b.fn,
.commentsection .comments-area .comment-author b.fn a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
}
.commentsection .comments-area .comment-author b.fn {
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
}
.commentsection .comments-area footer .comment-metadata a {
  font-size: 14px;
  color: #555;
}
.commentsection .comments-area .comment-content p {
  margin: 7px 0 7px 0;
  color: #555;
}
.commentsection .comments-area .reply a {
  color: #000;
  font-weight: 600;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
}
.commentsection .comments-area h2 {
  display: inline-block;
  letter-spacing: 3px;
}
.commentsection .btn-link-arrow {
  font-weight: 700;
  margin-left: 15px;
}
.commentsection .btn-link-arrow::after {
  color: #81bf2d;
}
.commentsection .comments-area h2 small {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0;
}
.commentsection .comments-area ol li .comment-respond {
  margin: 20px 0 0;
}
.commentsection .comments-area ol li .comment-respond::before {
  display: none;
}
.commentsection .comments-area ol li .comment-respond h3 small {
  margin-left: 5px;
}
.commentsection .comment-content,
.commentsection .comment-metadata,
.commentsection .comments-area .reply {
  margin-left: 57px;
}
.commentsection .comment-metadata {
  margin-top: -15px;
  margin-bottom: 10px;
}
.comment-body {
  margin-bottom: 10px;
}
.comment-form {
  margin: 0 -15px;
  text-align: center;
}
.comments-area .comment-form p.comment-form-author,
.comments-area .comment-form p.comment-form-email,
.comments-area .comment-form p.comment-form-url {
  width: 50%;
  float: left;
}
.comments-area .comment-form p.comment-form-url {
  display: none;
}
.comments-area .comment-form p.comment-form-comment {
  width: 100%;
}
.comments-area .comment-form p {
  margin-bottom: 20px;
  padding: 0 15px;
}
.comments-area .comment-form p textarea,
.comments-area .comment-form p.comment-form-author input,
.comments-area .comment-form p.comment-form-email input,
.comments-area .comment-form p.comment-form-url input {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 11px 20px;
  color: #000;
  background-color: #fefaf0;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  box-shadow: none;
}
.comments-area .comment-form p textarea {
  height: 100px;
  resize: none;
}
.comments-area .comment-form p textarea:focus,
.comments-area .comment-form p.comment-form-author input:focus,
.comments-area .comment-form p.comment-form-email input:focus,
.comments-area .comment-form p.comment-form-url input:focus {
  border-color: #000;
  color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.comments-area .comment-form p.comment-form-cookies-consent input {
  margin-right: 10px;
  top: 5px;
  position: absolute;
}
.comments-area .comment-form label {
  display: none;
}
.comments-area .comment-form p.comment-form-cookies-consent {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
.comments-area .comment-form p.comment-form-cookies-consent label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 25px;
}
.comments-area .comment-form .form-submit {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.comments-area .comment-form .form-submit input {
  padding: 16px 46px 17px 30px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ccb466;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1;
  text-align: center;
  display: inline-block;
  outline: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  background-size: 12px;
  background-image: url(../images/arrow-right.svg);
  background-position: center right 25px;
  background-repeat: no-repeat;
}
.comments-area .comment-form .form-submit input:hover {
  background-color: #000;
  color: #fff;
  background-position: center right 20px;
}
.comments-area .comment-respond {
  position: relative;
  padding: 100px 220px;
  background-color: #e2dbc8;
  margin-bottom: 200px;
}
.comments-area .comment-respond h2 {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.comments-area .comment-respond .comment-notes {
  text-align: center;
  margin-bottom: 40px;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Adds space between items */
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.info-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.info-box-img {
  margin-right: -20px;
}

.continfo h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #333;
}

.continfo p {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

@media (max-width: 768px) {
  .info-box {
    width: 100%;
    margin: 0 10px;
    align-items: center !important;
  }

  .info-box-img {
    margin-right: -20px !important;
    margin-bottom: 20px;
  }
}

.contactifnorow .row [class*="col-"] img {
  margin-bottom: 20px;
}
.contactifnorow .row [class*="col-"] h3 {
  margin-bottom: 10px;
}
.contactifnorow .row [class*="col-"] p:last-child {
  margin-bottom: 0;
}
.contactifnorow .row [class*="col-"] a {
  color: #555;
}
.contactifnorow .row [class*="col-"] a:hover {
  color: #ccb466;
}
.mapsecrow {
  padding-right: 315px;
}
.mapsecrow iframe {
  width: 100%;
  height: 700px;
  display: inline-block;
  vertical-align: top;
}
.pr-100 {
  padding-right: 90px;
}
.pl-offset-1 {
  padding-left: 110px;
}
.pr-offset-1 {
  padding-right: 110px;
}
.last-mb-none:last-child {
  margin-bottom: 0;
}
.thumbleftshape {
  position: relative;
  display: inline-block;
}
.thumbleftshape::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  bottom: 100px;
  background-color: #fefaf0;
  width: 50px;
}
.thumbrightmar {
  margin-right: -310px;
}
.thumbrightshape {
  position: relative;
}
.thumbrightshape::after {
  z-index: 1;
  background-color: #fefaf0;
  width: 50px;
  top: 100px;
  bottom: 100px;
  right: -1px;
  content: "";
  position: absolute;
}
.secvismisrow .icontitle {
  width: 79%;
}
.borderlogorow {
  padding: 0 100px;
}
.borderbox {
  border: 1px solid #ccb466;
  padding: 50px 35px;
  min-height: 100%;
}
.borderlogorow .icontitle {
  width: 100%;
}
.borderlogorow .iconcol {
  margin: 0 0 40px;
}
.borderlogorow .icontitle p {
  margin-bottom: 0;
}
.borderlogorow .row [class*="col-"]:last-child .borderbox {
  background-color: #ccb466;
}
.borderlogorow .row [class*="col-"]:last-child,
.borderlogorow .row [class*="col-"]:last-child h3 {
  color: #fff;
}
.owenername h3 {
  margin-bottom: 10px;
}
.quotecol {
  padding: 50px 0;

  h2 {
    margin-bottom: 30px;
  }
}
.quotecol::before {
  background-color: #e2dbc8;
  top: 0;
  left: 130px;
  bottom: 0;
  right: -50%;
  position: absolute;
  content: "";
  border-radius: 8px 0;
}
.owenerquote .iconbox {
  margin-right: 80px;
}
.ownercontent {
  width: 80%;
}

.hiz-sc {
  img {
    scale: 2;
  }
}

.projectsecrow h1,
.projectsecrow h2 {
  display: inline-block;
  text-align: right;
}
.projectsecrow .row [class*="col-"]:last-child p:last-child {
  margin: 0;
}
.nav-pills li {
  margin: 0px 5px;
}
.nav-pills .nav-link {
  position: relative;
  padding: 10px 15px;
  background-color: #ccb466;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}
.nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -7px;
  border-top: 7px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.tab-content .thumbleftshape::after {
  top: 50px;
  bottom: 50px;
}
.tab-content h2,
.tab-content h3 {
  margin-bottom: 15px;
}
.tab-content h3 {
  color: #626262;
}
.tab-pane .row {
  margin-bottom: 100px;
  align-items: center;
}
.tab-pane .row:last-child {
  margin-bottom: 0;
}
.tab-pane .row:nth-child(even) {
  flex-direction: row-reverse;
}
.tab-pane .row:nth-child(odd) .thumbleftshape::after {
  left: auto;
  right: 0;
}
.tab-pane .link-btn {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.projinfo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.infodetilpro {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.infodetilpro strong {
  min-width: 100px;
  margin-right: 30px;
}
.infodetilpro span {
  max-width: 280px;
}
.augustlogo {
  margin-bottom: 30px;
}
.projectinfotop h1 {
  margin-bottom: 20px;
}
.projectinfotop h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.amenitiesection {
  background-color: #e2dbc8;
  padding: 100px 0 170px;
  position: relative;
}
.aminiteslider--h .slick-slide {
  height: 350px;
}
.icontext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
.icontext span {
  width: 62px;
}
.icontext h4 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  width: 83%;
  line-height: 24px;
  letter-spacing: 1px;
}
.amenitiesection .row:first-child [class*="col-"]:first-child {
  text-align: right;
}
.aminiteslider {
  margin-left: -15px;
  margin-right: -650px;
  padding-bottom: 40px;
}
.aminiteslider .slick-slide {
  padding: 0 15px;
}
.aminiteslider .slick-next,
.aminiteslider .slick-prev {
  color: #ccb466;
  top: auto;
  transform: translateY(0);
  bottom: 0;
}
.aminiteslider .slick-prev {
  left: 15px;
  text-align: left;
}
.aminiteslider .slick-next {
  right: auto;
  left: 50px;
}
.mapimgthumb {
  margin-left: 0;
  min-height: 700px;
}
.mapimgthumb iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.locationsection .row [class*="col-"]:first-child h2 {
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.locationsection .row [class*="col-"]:last-child h2 {
  margin-bottom: 20px;
}
.locationsection p span {
  color: #ccb466;
}
.locationsection p a {
  color: #555;
}
.locationsection p a:hover {
  color: #ccb466;
}
.downloadborder {
  border: 1px solid #ccb466;
  padding: 50px;
  min-height: 100%;
  word-break: break-all;
}
.downloadborder img {
  margin-bottom: 50px;
}
.downloadborder p {
  margin-bottom: 48px;
}
.progalleryrow .row .grid-itmes {
  display: none;
}
.progalleryrow .grid-itmes h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.progalleryrow .grid-itmes:nth-child(odd) {
  margin-top: 100px;
}
.progalleryrow .grid-itmes:nth-child(even) {
  margin-bottom: 100px;
}
.progalleryrow .row .grid-itmes.grid-show {
  display: inline-block !important;
}
.progalleryrow .row .grid-itmes a {
  position: relative;
}
.progalleryrow .row .grid-itmes .plyicon img {
  width: 40px;
}
.plyicon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  font-size: 60px;
  color: #ccb466;
  z-index: 1;
  transition: all 0.3s ease;
}
.progalleryrow .row .grid-itmes a:hover .plyicon {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}
.videoOverlay {
  position: relative;
  display: block;
}
.videoItem .videoOverlay::before {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
}
.btnload {
  display: flex;
}
.titleabso {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 50%;
}
.mr-minus-right {
  margin-right: -305px;
}
.ml-minus-left {
  margin-left: -305px;
}
.investrow .row {
  flex-direction: row-reverse;
}
.investcol .fadeInMat {
  position: relative;
  display: inline-block;
  text-align: left;
}

.investmentrow .investcol .fadeInMat {
  right: 0;
}
.investmentrow ul {
  margin-bottom: 40px;
}
.investmentrow ul li {
  margin-bottom: 15px;
}
.grecaptcha-badge {
  display: none;
}

.cmspagesection p,
.cmspagesection ul {
  margin-bottom: 20px;
}
.cmspagesection ul li {
  position: relative;
  padding-left: 24px;
}
.cmspagesection ul li ul {
  margin: 10px 0;
}
.cmspagesection ul li::before {
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
  background: #ccb466;
  height: 8px;
  width: 8px;
  content: "";
}
.cmspagesection ol {
  margin-bottom: 30px;
  list-style: none;
  margin-top: 10px;
}
.cmspagesection ol li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 24px;
}
.cmspagesection ol li::before {
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
  background: #ccb466;
  height: 8px;
  width: 8px;
  content: "";
}
.cmspagesection ol li ol {
  padding-left: 15px;
  margin-bottom: 0;
  margin-left: 0;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  background-position: center;
  background-size: cover;
}

swiper-slide img {
  display: block;
  width: 100%;
}

.form .field {
  input,
  textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 15px;
    color: #000 !important;
    background-color: #fefaf0;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
  }
}

.subownerprofrow {
  .thumbrightmar {
    margin-left: -310px;

    &::after {
      left: unset;
      right: 0;
    }
  }
}

.team-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.people .name {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
}

.people img {
  height: calc(100% - 35px);
  object-fit: contain;
}

.people .box {
  height: 350px;
  display: flex;
  flex-direction: column;
}

.team-boxed p {
  color: #7d8285;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-boxed .intro p {
  margin-bottom: 0;
}

.team-boxed .people {
  padding: 50px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-boxed .item img {
  max-width: 160px;
}

.team-boxed .social a:hover {
  opacity: 1;
}

.con-pro {
  object-fit: cover;
}

@-webkit-keyframes spinner {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rev-ani-mouse {
  0% {
    top: -3px;
  }
  50% {
    top: 1px;
  }
  100% {
    top: -3px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInMat {
  0% {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 0.5, 0, 30);
    -ms-transform: matrix(1, 0, 0, 0.5, 0, 30);
    transform: matrix(1, 0, 0, 0.5, 0, 30);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes fadeInMat {
  0% {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 0.5, 0, 30);
    -ms-transform: matrix(1, 0, 0, 0.5, 0, 30);
    transform: matrix(1, 0, 0, 0.5, 0, 30);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.fadeInMat {
  will-change: transform;
  -webkit-animation-name: fadeInMat;
  animation-name: fadeInMat;
  display: inline-block;
  vertical-align: top;
  transform-origin: bottom right;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.img-effects,
.zoomhover {
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.img-effects img {
  transition: all 0.3s ease 0.2s;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
}
.img-effects::before {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  content: "";
  background-color: #fefaf0;
  transform-origin: center bottom;
  transform: scaleY(1);
  z-index: 1;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
}
.animated.img-effects::before {
  transform: scaleY(0);
}
.animated.img-effects img {
  opacity: 1;
}
.zoomhover img {
  transition: all 0.3s ease;
  transform: scale(1);
}
.img-effects a:hover img,
.zoomhover:hover img,
a.img-effects:hover img {
  transform: scale(1.1);
}
.fancybox__content:focus:not(.carousel__button.is-close) {
  outline: none;
}
.card-body {
  background: #fefaf0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projects-list {
  display: flex;
}

swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-list {
  .card-body {
    height: 110px;

    h5,
    p {
      margin-bottom: 0 !important;
    }
  }
}

.slider-new {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}

.slider-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}

.slider-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fefaf0;
    width: 50px;
    height: 500px;
    margin-top: 30px;
    z-index: 1;
  }
}

.text-container {
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 10px;
  width: 100%;
  padding: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.5s, transform 1.5s;
  animation-name: fadeInLeft;
  min-height: 315px;
  max-height: 315px;
  font-family: "IBM Plex Sans", sans-serif;
}

.image-container {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s, transform 1.5s;
  animation-name: fadeInRight;
  object-fit: cover;
}

.text-container.active {
  opacity: 1;
  transform: translateX(0);
}

.image-container.active {
  opacity: 1;
  transform: translateX(0);
}

.bubble-buttons {
  display: flex;
  width: 100%;
  margin-left: 200px;
}

.bubble {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 6px;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: 0 0;
  border: 1px solid #ccb466;
  box-sizing: content-box;
  flex: 0 1 auto;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  transition: opacity 0.6s ease;
}

.bubble.active {
  background-color: #ccb466;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

@media only screen and (max-width: 1680px) {
  .featurethumb2,
  .landmarislider {
    margin-right: -185px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 25px;
  }
  .contextleft,
  h2 {
    font-size: 24px;
  }
  .contextleft span,
  h3 {
    font-size: 18px;
  }
  .landmarislider {
    margin-right: -120px;
  }
  .featurethumb2 {
    margin-right: -120px;
  }
  .slider-bullet {
    bottom: 20%;
  }
  .seclandmark .augustimg::after {
    left: 50px;
    right: 50px;
  }
  .landtitle {
    padding: 0 90px;
  }
  .fillsliderthumb::before {
    height: 400px;
  }
  .captiontitle {
    font-size: 48px;
  }
  .subline {
    font-size: 30px;
  }
  .titlefirst {
    padding: 0 30px;
  }
  .icontitle {
    width: 80%;
  }
  .mapsecrow {
    padding-right: 120px;
  }
  .inner-header {
    margin-bottom: 60px;
    margin-top: 130px;
  }
  .blogthumbtop {
    margin-right: -150px;
  }
  .blogthumbtop::after {
    height: 300px;
    width: 30px;
  }
  .borderlogorow {
    padding: 0 50px;
  }
  .borderbox {
    padding: 30px;
  }
  .borderlogorow .iconcol {
    margin-bottom: 20px;
  }
  .thumbrightmar {
    margin-right: -120px;
  }
  .thumbleftshape::after,
  .thumbrightshape::after {
    top: 50px;
    bottom: 50px;
    width: 30px;
  }
  .mapDiv {
    margin-left: 35px;
  }
  .ownercontent {
    width: 75%;
  }
  .secvismisrow .icontitle {
    width: 75%;
  }
  .pl-offset-1 {
    padding-left: 70px;
  }
  .mt-70 {
    margin-top: 50px;
  }
  .mb-40 {
    margin-bottom: 25px;
  }
  .quotecol::before {
    left: 82px;
  }
  .aminiteslider {
    margin-right: -300px;
  }
  .investcol .fadeInMat {
    margin-left: 0;
    right: 0;
  }
  .ml-minus-left {
    margin-left: -125px;
  }
  .mr-minus-right {
    margin-right: -125px;
  }
  .secvismisrow .pl-offset-1 {
    padding-left: 95px;
  }
  .augustimg {
    margin-left: -125px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .footermain h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  h1,
  h2 {
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  .mb-300 {
    margin-bottom: 150px;
  }
  .blognav,
  .mb-200 {
    margin-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .mb-170 {
    margin-bottom: 70px;
  }
  .mb-150 {
    margin-bottom: 70px;
  }
  .mainheader,
  .mainheader.sticky {
    padding: 10px 0;
  }
  .navbartoggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-left: 10px;
    color: #ccb466;
  }
  .nav-toggler:hover {
    color: #cf9c51;
  }
  .black-overlay {
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
  }
  .navmenu {
    overflow: auto;
    border-radius: 0;
    z-index: 50;
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 50%;
    background: #fefaf0;
    right: -100%;
    top: 0;
    -webkit-transition: right 0.9s;
    -o-transition: right 0.9s;
    transition: right 0.9s;
    -webkit-box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2);
  }
  .navmenu.slide {
    right: 0;
  }
  .navmenu > ul {
    padding: 50px 50px 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .mainheader.sticky .navmenu > ul > li,
  .navmenu > ul > li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .navmenu > ul > li > ul li {
    padding: 10px 0 10px 20px;
  }
  .navmenu > ul > li > ul li ul li {
    width: 100%;
  }
  .navmenu > ul > li > a {
    width: 100%;
    font-size: 24px;
  }
  .navmenu > ul > li.megamenu {
    position: relative;
  }
  .navmenu > ul > li > ul {
    position: relative;
    width: 100%;
    box-shadow: none;
    top: 0;
    padding: 0 0 0 15px;
    margin-top: 10px;
  }
  .navmenu > ul > li > ul::before {
    display: none;
  }
  .navmenu > ul > li > ul li ul {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
    display: none;
  }
  .navmenu > ul > li > ul li:last-child {
    padding-bottom: 0;
  }
  .navmenu > ul > li > ul li::before {
    top: 20px;
  }
  .navmenu > ul > li > ul li .sub-menu-arrow {
    top: 10px;
  }
  .navmenu > ul > li > ul li ul {
    box-shadow: none;
  }
  .navmenu > ul > li:hover > ul {
    display: none;
  }
  .navmenu > ul > li > ul li a:hover,
  .navmenu > ul > li > ul li:hover > a {
    background-color: #fff;
    color: #bc2739;
  }
  .sub-menu-arrow {
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
    cursor: pointer;
    z-index: 10;
    color: #cf9c51;
    width: 34px;
    height: 24px;
    text-align: center;
  }
  .sub-menu-arrow i {
    margin-top: 5px;
    font-size: 16px;
  }
  .headerclose a {
    color: #cf9c51;
    padding: 10px 15px;
    display: inline-block;
  }
  .headerclose {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .captiontitle {
    font-size: 36px;
  }
  .augustimg {
    margin-left: -130px;
  }
  .augustimg::after {
    top: 50px;
    bottom: 50px;
  }
  .iconbox.mb-50 {
    margin-bottom: 30px;
  }
  .landmarislider {
    margin-right: -60px;
  }
  .landtitle {
    padding: 0 70px;
  }
  .laxlandtitle h2 {
    margin-left: 0;
  }
  .iconcol {
    max-width: 60px;
  }
  .centertitle h2 {
    font-size: 30px;
  }
  .bigtitlecent {
    font-size: 45px;
  }
  .testislider p {
    font-size: 20px;
  }
  .contactinfo {
    padding: 30px 0;
  }
  .contactinfo a {
    font-size: 24px;
  }
  .footermain {
    padding: 100px 0;
  }
  .topnobrd {
    margin-top: 200px;
  }
  .thankyourow h1::after,
  .thankyourow h1::before {
    background-size: 100%;
    width: 15px;
    height: 78px;
    top: -5px;
  }
  .thankyourow h1 {
    font-size: 50px;
  }
  .thankyourow h1::before {
    left: -35px;
  }
  .thankyourow h1::after {
    right: -15px;
  }
  .inner-header {
    margin-bottom: 50px;
    margin-top: 110px;
  }
  .mapsecrow {
    padding-right: 0;
  }
  .mapsecrow iframe {
    height: 400px;
  }
  .blogthumbtop {
    margin-right: -60px;
  }
  .bloglistrow .row [class*="col-"]:nth-child(odd) {
    transform: translateY(80px);
  }
  .comments-area .comment-respond {
    padding: 70px;
  }
  .commentsection .comments-area > ol {
    margin-bottom: 100px;
  }
  .comments-area .comment-respond {
    margin-bottom: 100px;
  }
  .blogthumbtop::after {
    height: 200px;
  }
  .pl-offset-1 {
    padding-left: 30px;
  }
  .thumbrightmar {
    margin-right: -60px;
  }
  .quotecol::before {
    left: 20px;
  }
  .owenerquote .iconbox {
    margin-right: 50px;
    max-width: 90px;
  }
  .ownercontent {
    width: 80%;
  }
  .fillsliderthumb::before {
    margin-top: 0;
  }
  .tab-pane .row {
    margin-bottom: 50px;
  }
  .tab-content .thumbleftshape::after {
    top: 30px;
    bottom: 30px;
  }
  .infodetilpro strong {
    margin-right: 20px;
  }
  .infodetilpro span {
    max-width: initial;
  }
  .aminiteslider {
    margin-right: -250px;
  }
  .icontext {
    padding: 20px;
  }
  .icontext h4 {
    font-size: 14px;
  }
  .projectinfotop h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .augustlogo {
    margin-bottom: 20px;
  }
  .amenitiesection {
    padding: 90px 0 100px;
  }
  .projectinfotop .row [class*="col-"]:last-child,
  .projectinfotop [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .augustlogo img {
    max-width: 120px;
  }
  .mapimgthumb {
    margin-left: -120px;
    min-height: 450px;
  }
  .thumbrightshape::after {
    top: 50px;
    bottom: 50px;
  }
  .progalleryrow .grid-itmes:nth-child(odd) {
    margin-top: 50px;
  }
  .progalleryrow .grid-itmes:nth-child(even) {
    margin-bottom: 50px;
  }
  .titleabso {
    top: 0;
  }
  .investcol .fadeInMat {
    margin-left: 0;
    right: 0;
  }
  .secvismisrow .pl-offset-1 {
    padding-left: 0;
  }
  .secvismisrow.mb-150 {
    margin-bottom: 50px;
  }
  .pr-offset-1 {
    padding-right: 0;
  }
  .investmentrow .investcol .fadeInMat {
    margin-left: 0;
  }
  .contentimgcol p {
    margin-left: 50px;
  }
  .contentimgcol .mb-70 {
    margin-bottom: 30px;
  }
  .secvismisrow.mb-200 {
    margin-bottom: 80px;
  }
  .blogtitlehome {
    margin-left: 60px;
    padding-bottom: 0;
  }
  .videoSinglepop .fancybox__slide {
    padding: 20px;
  }
  .nav-pills {
    overflow-x: auto;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
  .text-container {
	font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .augustimg {
    margin-left: -60px;
  }
  .mapimgthumb {
    margin-left: -60px;
  }
  .ml-minus-left {
    margin-left: -65px;
  }
  .text-container {
	font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    letter-spacing: 3px;
  }

  .btn-theme.dragbtn  {
	height: fit-content;
  }
  .abt-100 {
	width: 100%;
  } 

  .owenerdetail {
	.img-effects::after {
		display: none;
	}
  }

  .thumbleftshape::after {
	display: none;
  }
  .project {
	.thumbleftshape::after {
		display: none;
	}

	.title-pro {
	  width: 100%;
	  text-align: center;
	}
  }

  .full-width-slider {
    height: initial;
    margin-top: 40px;
  }
  .fillsliderthumb {
    width: 100%;
    height: 600px;
    background-size: 100%;
  }
  .full-width-slider .carousel .carousel-caption {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .slider-bullet {
    bottom: 0;
  }
  .captiontitle {
    padding: 50px 0;
    width: 60%;
  }

  .image-container {
    object-fit: cover;
  }

  .augustimg {
    margin-left: 0;
  }
  .featurethumb2 {
    margin-top: 50px;
  }
  .bigtitlecent {
    font-size: 36px;
  }
  .augustsection .row:last-child [class*="col-"]:first-child {
    margin-bottom: 50px;
  }
  .augustsection .row:last-child [class*="col-"]:last-child {
    display: flex;
    flex-wrap: wrap;
  }
  .iconbox {
    width: 50%;
    padding-right: 20px;
  }
  .iconcol {
    margin-right: 20px;
  }
  .titlefirst {
    padding: 0;
  }
  .frmbgrow .contactform {
    padding-left: 0;
  }
  .contactinfo a {
    font-size: 18px;
  }
  .testislider p {
    font-size: 18px;
  }
  .landmarislider {
    margin-right: 0;
  }
  .errorimg {
    font-size: 240px;
    margin-bottom: 50px;
  }
  .errorimg span {
    width: 112px;
  }
  .contactifnorow .row [class*="col-"] img {
    max-width: 70px;
  }
  .blogthumbtop {
    margin-right: -90px;
  }
  .pl-offset-1 {
    padding-left: 50px;
  }
  .aboutleftimgcontent .row [class*="col-"]:first-child,
  .investrow .row [class*="col-"]:first-child {
    margin-bottom: 50px;
  }
  .owenerquote .iconbox {
    margin-right: 30px;
    max-width: 90px;
    padding-right: 0;
  }
  .quotecol::before {
    left: -50%;
  }
  .owenerdetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .owenerdetail [class*="col-"]:last-child {
    margin-bottom: 30px;
  }
  .tab-pane .row [class*="col-"]:first-child {
    margin-bottom: 20px;
  }
  .mapimgthumb {
    margin-left: 0;
  }
  .projectinfotop [class*="col-"]:first-child {
    margin-bottom: 30px;
  }
  .downloadborder {
    padding: 20px;
  }
  .ml-minus-left {
    margin-left: 0;
  }
  .mr-minus-right {
    margin-right: 0;
  }
  .investcol .fadeInMat {
    margin-left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .investcol .fadeInLeft {
    padding-left: 0;
  }
  .contentimgcol {
    flex-direction: column-reverse;
  }
  .contentimgcol p {
    margin-left: 0;
  }
  .contentimgcol .thumbrightshape {
    margin-bottom: 50px;
  }
  .contentimgcol .mb-70 {
    margin-bottom: 50px;
  }

  .slider-right::before {
    margin-top: 10px;
  }
  .text-container {
	font-size: 25px;
  }
}
@media only screen and (max-width: 854px) {
  .navmenu {
    width: 75%;
  }
  .borderlogorow {
    padding: 0 44px;
  }
}
@media only screen and (max-width: 768px) {
  .blogthumbtop {
    margin-right: -60px;
  }

  .full-width-slider {
	margin-top: 40px;
  }
  .slider-new {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .slider-right {
    width: 100%;
    height: 400px;

    &::before {
      display: none;
    }
  }

  .slider-left {
    width: 100%;
  }

  .text-container {
    padding: 50px 20px !important;
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    font-size: 25px;
    text-align: center;
  }

  .bubble-buttons {
    justify-content: center;
    margin-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 812px) and (max-height: 375px) {
  .rightbottomobject {
    width: 100px;
  }
  .slider-new {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .slider-right {
    width: 100%;
    height: 400px;

    &::before {
      display: none;
    }
  }

  .text-container {
    padding: 50px 20px !important;
    width: 100%;
    min-height: 200px;
    font-size: 25px;
    text-align: center;
  }

  .bubble-buttons {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  h3 {
    margin-bottom: 15px;
  }
  .blognav,
  .mb-200 {
    margin-bottom: 80px;
  }
  .pb-200 {
    padding-bottom: 80px;
  }
  .mb-300 {
    margin-bottom: 80px;
  }
  .mb-170 {
    margin-bottom: 50px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .augustimg::after,
  .blogthumbtop::after,
  .fillsliderthumb::before,
  .thumbleftshape::after,
  .thumbrightshape::after {
    width: 30px;
    display: none;
  }
  .navmenu {
    width: 100%;
  }
  .mainheader.sticky .navmenu > ul > li,
  .navmenu > ul > li {
    margin-bottom: 30px;
  }
  .navmenu > ul > li > a {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .logo,
  .mainheader.sticky .logo {
    width: 70px;
  }

  .fillsliderthumb::before {
    height: 300px;
  }
  .fillsliderthumb {
    height: 400px;
  }
  .slider-bullet {
    bottom: 30px;
  }
  .captiontitle {
    width: 95%;
  }
  .subline {
    font-size: 20px;
  }
  .captiontitle {
    font-size: 30px;
  }
  .slider-bullet {
    bottom: 0;
  }
  .augustsection .mt-70,
  .ourlogorow .mt-70 {
    margin-top: 0;
  }
  .iconbox {
    width: 100%;
  }
  .aboutsection .row [class*="col-"]:first-child {
    margin-bottom: 50px;
  }
  .augustsection
    .row:last-child
    [class*="col-"]:last-child
    .iconbox.mb-50:last-child {
    margin-bottom: 0;
  }
  .landtitle {
    padding: 20px 0;
  }
  .seclandmark .augustimg::after {
    left: 30px;
    right: 30px;
    height: 30px;
  }
  .contextleft {
    width: 100%;
    margin-bottom: 15px;
  }
  .landmarislider .slick-dots {
    bottom: 190px;
  }
  .experiencesection .row {
    flex-direction: column-reverse;
  }
  .featurethumb2 {
    margin: 30px 0;
  }
  .centertitle .bigtitlecent {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .centertitle h2 {
    font-size: 20px;
  }
  .paralsection {
    height: inherit;
  }
  .homeblogrow .row [class*="col-"] {
    margin-bottom: 30px;
  }
  .homeblogrow .row [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .blogbtn a {
    position: relative;
    right: 0;
  }
  .blogtitlehome {
    margin: 0;
    padding-bottom: 0;
  }
  .frmbgrow::before {
    left: -50%;
  }
  .frmbgrow .row [class*="col-"]:first-child {
    margin-bottom: 50px;
  }
  .contactinfo {
    width: 100%;
    text-align: center;
  }
  .footerinfo {
    flex-wrap: wrap;
  }
  .contactinfo {
    border-bottom: 1px solid #333;
    border-right: none;
    padding: 15px 0;
  }
  .footerinfo .contactinfo:last-child {
    border-bottom: none;
    text-align: center;
  }
  .paralsection {
    padding: 100px 0;
  }
  .img-effects img {
    transform: scale(1) !important;
  }
  .btn-theme {
    padding: 14px 35px 14px 15px;
  }
  .btn-theme::after,
  .btn-theme:hover::after {
    right: 15px;
    top: 15px;
  }
  .btn-theme-submit {
    padding: 14px 35px 14px 15px;
    background-position: center right 15px;
  }
  .augustsection .row:last-child [class*="col-"]:first-child {
    margin-bottom: 30px;
  }
  .laxlandtitle h2,
  .titlefirst {
    text-align: left;
  }
  .experiencesection h2 span {
    padding-left: 0;
  }
  .thankyourow h1 {
    font-size: 36px;
    letter-spacing: 10px;
  }
  .thankyourow h1::after,
  .thankyourow h1::before {
    width: 10px;
    height: 55px;
  }
  .thankyourow h1::before {
    left: -20px;
  }
  .thankyourow h1::after {
    right: -5px;
  }
  .topnobrd {
    margin-top: 160px;
  }
  .errorimg {
    font-size: 160px;
    margin-bottom: 30px;
  }
  .errorimg span {
    width: 76px;
  }
  .contactifnorow .row [class*="col-"] img {
    max-width: 50px;
  }
  .contactifnorow .row [class*="col-"] {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
  }
  .contactifnorow .row [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .frmbgrow {
    padding: 80px 0;
  }
  .blogthumbtop {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .inner-header {
    margin-bottom: 30px;
    margin-top: 100px;
    text-align: left;
  }
  .bloglistrow .row [class*="col-"]:nth-child(odd) {
    transform: translateY(0);
  }
  .bloglistrow .blogtitlehome {
    position: relative;
    top: 0;
    left: 0;
  }
  .paginav {
    margin-top: 0;
  }
  .fullcolumnblog {
    flex-direction: column-reverse;
  }
  .blog-single-content {
    margin-bottom: 20px;
  }
  .comments-area .comment-respond {
    padding: 30px;
  }
  .comments-area .comment-form p.comment-form-author,
  .comments-area .comment-form p.comment-form-email,
  .comments-area .comment-form p.comment-form-url {
    width: 100%;
  }
  .comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
  }
  .blogthumbdetail::after {
    left: 30px;
    right: 30px;
    height: 30px;
    display: none;
  }
  .commentsection .comments-area > ol > li ol {
    padding-left: 0;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .blog-single-content h2 {
    font-size: 20px;
  }
  .aboutleftimgcontent .row [class*="col-"]:first-child,
  .investrow .row [class*="col-"]:first-child {
    margin-bottom: 30px;
  }
  .thumbrightmar {
    margin-right: 0;
  }
  .pl-offset-1 {
    padding-left: 0;
  }
  .quotecol {
    padding: 80px 0;
  }
  .owenerquote .iconbox {
    margin: 0 0 30px;
  }
  .ownercontent {
    width: 100%;
  }
  .secvismisrow .row [class*="col-"] p {
    margin-bottom: 0;
  }
  .footermain {
    padding: 80px 0;
  }
  .icontext {
    padding: 25px;
  }
  .icontext h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .icontext span {
    width: 45px;
  }
  .aminiteslider {
    margin: 0;
  }
  .aminiteslider .slick-slide {
    padding: 0;
  }
  .amenitiesection .mt-70 {
    margin-top: 0;
  }
  .locationsection .row [class*="col-"] p {
    margin-bottom: 0;
  }
  .titleabso {
    position: relative;
    width: 100%;
    left: 0;
  }
  .progalleryrow .grid-itmes:nth-child(even),
  .progalleryrow .grid-itmes:nth-child(odd) {
    margin: 0 0 30px;
  }
  .amenitiesection .row [class*="col-"] p:last-child {
    margin-bottom: 0;
  }
  .amenitiesection {
    padding: 70px 0 80px;
  }
  .downloadsecton .row [class*="col-"] {
    margin-bottom: 30px;
  }
  .downloadsecton .row [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .downloadsecton h2 {
    margin-bottom: 0;
  }
  .aminiteslider .slick-prev {
    left: 0;
  }
  .aminiteslider .slick-next {
    left: 40px;
  }
  .investcol .fadeInMat {
    width: 100%;
  }
  .investcol .fadeInLeft {
    padding: 0;
  }
  .contentimgcol .thumbrightshape {
    margin-bottom: 30px;
  }
  .secvismisrow .row.mb-40 {
    margin-bottom: 30px;
  }
  .secvismisrow [class*="col-"].mb-20 {
    margin-bottom: 30px;
  }
  .secvismisrow.mb-200 {
    margin-bottom: 50px;
  }
  .investmentrow ul {
    margin-bottom: 20px;
  }
  .contentimgcol .mb-70 {
    margin-bottom: 20px;
  }
  .projectsecrow .mt-70 {
    margin-top: 0;
  }
  .nav-pills .nav-link {
    padding: 10px 20px;
  }
  .nav-pills li {
    margin: 0 10px;
  }
  .amenitiesection .row:first-child [class*="col-"]:first-child {
    text-align: left;
  }
  .cmspagesection h2,
  .cmspagesection h3 {
    letter-spacing: 1px;
  }

  .slider-new {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .slider-right {
    width: 100%;
    height: 400px;

    &::before {
      display: none;
    }
  }

  .text-container {
    padding: 30px 20px !important;
    width: 100%;
    min-height: 150px;
    font-size: 25px;
    text-align: center;
  }

  .bubble-buttons {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }

  .marg-top {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 580px) {
	.amenitiesection {
		h2 {
			text-align: center;
		}
	}
  .projectseclist {
    .linespace {
      letter-spacing: 4px;
    }
  }
	.years-25 {
		display: flex;
		justify-content: center;
		img {
			width: 250px !important;
			height: 250px;
		}
	}

	.contactfrmhome h1 {
		text-align: center;
	}
  .errorimg {
    font-size: 120px;
  }
  .errorimg span {
    width: 56px;
  }
  .mapimgthumb {
    min-height: 300px;
    margin-bottom: 50px;
  }
  .fancybox__slide {
    padding: 20px;
  }

  .owenerdetail {
    img {
      height: 100% !important;
    }
  }

  .slider-new {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .slider-right {
    width: 100%;
    height: 400px;

    &::before {
      display: none;
    }
  }

  .text-container {
    padding: 40px 20px !important;
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    font-size: 20px;
    text-align: center;
  }

  .bubble-buttons {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }

  .title-pro {
margin-bottom: 20px !important;
	}
  .coln {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .logomain {
    margin-bottom: 20px;
    height: unset;

    img {
      max-width: 120px;
      object-fit: contain;
    }
  }

  .subline {
    font-size: 25px;
    text-align: center;
  }

  .coln {
    flex-direction: column;
  }
  .captiontitle {
    padding: 40px 20px !important;
    width: 100%;
    min-height: 180x;
  }

  .mainheader,
  .mainheader.sticky {
    padding: 15px 0;
  }

  .carousel-indicators {
    justify-content: center;
  }

  .logo,
  .mainheader.sticky .logo {
    width: 100px;
  }

  .fillsliderthumb {
    background-size: cover;
  }

  .logotextcol {
    margin-bottom: 0;
    height: 45px;
  }
  .logotext {
    height: 25px;
  }
  .hv-100 {
    height: 50vh;
    display: flex;
    align-items: center;
  }

  .inner-header {
    margin-top: 80px;
    margin-bottom: 25px;
  }

  .owenerdetail {
    img {
      height: 100% !important;
    }
  }

  .owenername {
    text-align: center;
  }

  .h-blog {
    height: 290px;

    img {
      object-fit: cover;
    }
  }
  .logotext2 {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .subownerprofrow {
    .owenerdetail {
      flex-direction: column;
    }

    .col-lg-5 {
      margin-bottom: 30px;
    }
  }

  .amenitiesection .col-12.d-flex {
    flex-wrap: wrap;

    .col-4 {
      width: 100%;
    }
  }
  .locationsection {
    br {
      display: none;
    }

    h2 {
      width: 100%;
      text-align: center !important;
    }
  }
  .bigtitlecent {
    font-size: 30px;
  }
  .landmarislider .slick-dots {
    bottom: 170px;
  }
  .errorpagerow h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .borderlogorow {
    padding: 0 20px;
  }
  .nav-pills li {
    margin: 0 5px;
  }
  .nav-pills .nav-link {
    letter-spacing: 0;
    font-size: 12px;
    padding: 5px 10px;
  }
  .list-itmes {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .augustimg.augustimg-w.wow.img-effects img {
    height: 400px;
  }
}
@media only screen and (max-width: 414px) {
  .errorpagerow p br {
    display: none;
  }
  .infodetilpro strong {
    margin-right: 10px;
    min-width: 90px;
  }
  .infodetilpro {
    font-size: 14px;
  }
}
@media only screen and (max-width: 412px) {
  .nav-pills li {
    margin: 0;
  }
  .nav-pills .nav-link {
    letter-spacing: 0;
    font-size: 11px;
    padding: 5px 10px;
  }
  .infodetilpro span {
    max-width: 220px;
  }
}
@media only screen and (max-width: 384px) {
  .captiontitle {
    padding: 30px 0;
  }
  h3 {
    font-size: 16px;
  }
  .contextleft span {
    margin-top: 5px;
  }
  .fillsliderthumb {
    height: 380px;
  }
  .captiontitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .thankyourow h1 {
    font-size: 26px;
  }
  .thankyourow h1::after,
  .thankyourow h1::before {
    width: 8px;
    height: 45px;
  }
  .nav-pills .nav-link {
    font-size: 10px;
  }
}
