@font-face {
  font-family: "optima";
  src: url("../fonts/optima.ttf");
}


html,body{
  overflow-x: hidden;
}

body {
  font-family: "optima" !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
  /* background: #4a0f25 !important; */
  background: #380507 !important;
  /* background: #0c122b !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "optima";
}

a {
  text-decoration: none !important;
}

.bg-green {
  background: #380507;
}

.dark-bg {
  background: #b48d60;
}

.text-brown {
  color: #a58448;
}

.section-title {
  font-family: "optima";
  font-size: 48px;
  line-height: 1.4;
  color: #a58448;
  margin-bottom: 20px;
}

.subhead {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 30px;
}

.sec-padd {
  padding: 100px 0;
}

.sec-padd-top {
  padding-top: 50px;
}

.sec-padd-bot {
  padding-bottom: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

/******************Header**************/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

.offcanvas .nav-link {
  font-family: "optima" !important;
  color: #a58448 !important;
  font-size: 22px;
  font-weight: 600;
}

.offcanvas .nav-link:hover {
  color: #fff !important;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.offcanvas {
  background-color: #4a0f25 !important;
}

header {
  padding: 20px 0;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap > * {
  position: relative;
  z-index: 9;
}

.bg-hover {
  position: relative;
}

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #007686;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
  filter: brightness(0) invert(1);
}

.bg-hover:hover .title-wrap {
  color: #fff;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px !important;
  line-height: 1.42857143;
  vertical-align: middle;
}

thead > tr > th {
  color: #fff;
}

table .price-click {
  font-size: 14px;
  margin-right: 0;
}

.title45 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

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

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #091b29;
  font-size: 18px;
  padding: 0px 15px 10px 10px;
  z-index: 99;
}

ul.listing {
  padding-left: 17px;
}

ul.listing li {
  margin-bottom: 15px;
}

ul.listing li::marker {
  color: #007686;
}

.readmore.collapsed .fa::before {
  content: "\f0fe";
  transition: ease all 0.5s;
}

.readmore .fa::before {
  content: "\f146";
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  width: 64px !important;
}

.amenities-icon .icons-wrap {
  border: 2px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  transition: ease all 0.5s;
  padding: 8px;
}

.amenities-icon {
  align-items: center;
  gap: 30px;
}

.amenities-icon p {
  color: #fff;
  margin-bottom: 0;
}

/**banner***/

.carousel-inner .carousel-caption {
  right: inherit !;
  left: 0% !important;
  text-align: left !important;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(116, 92, 44, 1) 1%,
    rgba(116, 92, 44, 0) 100%
  );
  padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
  font-size: 50px;
}

.carousel-caption h4 {
  font-size: 42px;
}

.navbar-brand img {
  max-width: 160px;
}

.carousel-inner {
  border-bottom-right-radius: 45px;
  border: 1px solid #a58448;
}

.carousel-caption > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.big-head {
  font-size: 50px;
  line-height: 1.4;
}

.img-wrapper {
  z-index: 1;
}

.nri_box_wrap {
  display: flex;
  margin-bottom: 35px;
  gap: 50px;
}

.nri_box_wrap .nribox_img_wrap {
  position: relative;
  width: 44px;
  text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 2px;
  border-left: 1px solid #fff;
  top: 55px;
  left: 63%;
}

.nribox_txt_wrap h4 {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
}

.left-content {
  max-width: 638px;
  margin-left: auto;
  padding-left: 15px;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
  display: none;
}

.border-effect {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.over-sec .sticky-top {
  top: 72px;
}

.border-effect::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
  background: #a58448;
}

.border-effect::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
  background: #a58448;
}

.border-effect:hover::before,
.border-effect:hover::after {
  width: 100%;
  left: 0;
}

.amenities-gallery img {
  min-height: 570px;
  transform: scale(1);
  margin: 0px 30px;
}

.amenities-gallery:hover img {
  transform: scale(1.1);
}

.configuration > * {
  position: relative;
  z-index: 9;
}

.configuration::before {
  position: absolute;
  content: "";
  /* background: url("../images/conf-bg.webp") no-repeat; */
  width: 100%;
  height: 100%;
  left: 0;
  top: inherit;
}

.conf-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: transparent !important;
  bottom: 0px;
  color: #a58448 !important;
  font-size: 7px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

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

.conf-img {
  position: relative;
  padding: 0 0 25px 25px;
  margin: 30px 0 0 15px;
}

.conf-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #a58448;
  border-left: 2px solid #a58448;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img:after {
  content: "";
  position: absolute;
  width: 88%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #a58448;
  border-right: 2px solid #a58448;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img .confimg {
  margin-top: 0px;
}

.dots {
  position: absolute;
  bottom: -11px;
  left: 20px;
}

.map-image {
  position: relative;
  padding-left: 10px;
  margin-top: 30px;
}

.map-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border-left: 10px solid #a58448;
  height: 450px;
  margin-top: -225px;
}

/******************/

.snip1206 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1206:after {
  /* background: #ffffff; */
  /* width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}

.snip1206::before {
  content: "\f055";
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  z-index: 99;
  font-size: 31px;
  opacity: 0;
  color: #4a0f25;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206 .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.snip1206 h2,
.snip1206 p {
  opacity: 1;
}

/* .snip1206:hover:after,
.snip1206.hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */

.snip1206:hover:before {
  -webkit-transform: skew(0deg) scaleX(1);
  transform: scale(2);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}

.fig-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

/**Tab***/

.nav-tabs .nav-link.active {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #a58448 !important;
  border-radius: 0 !important;
  font-size: 20px;
  margin: 0 15px 15px !important;
  min-width: 195px;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
}

.tab-content > .tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content > .tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 21px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

/************Button**************/

.round-btn {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.visit-site-btn{
  display: inline-block;
  background: #745c2c;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border: 0;
  padding: 7px 40px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #745c2c;
  transition: all 0.3s ease;
}

.round-btn {
  color: #fff;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.card-title {
  font-size: 25px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  margin-left: auto;
  padding-right: 80px;
}

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

.form-inner {
  margin-top: -142px;
}

.form-bg {
  background: url(../images/brown-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  margin-bottom: 80px;
}

.form-btn {
  background: #380507;
  color: #fff;
  border: 0;
  margin-top: 20px;
  padding: 7px 40px;
  margin: auto;
}

.map-sec {
  margin-bottom: 200px;
}

form .form-btn {
  display: inherit !important;
}

.form-group {
  margin-bottom: 15px;
}

.con-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
  font-size: 27px;
  margin-right: 15px;
}

.con-title {
  font-size: 24px;
}

.con-subtitle {
  font-size: 18px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(168, 138, 109, 0.5); */
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.galimg:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

/*----------Modal Design-------*/

label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: url(../images/brown-bg.webp) no-repeat !important;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 17px;
}

.modal-body {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #fff;
}

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: brightness(0) invert(1);
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
}

.modal-body h3 {
  font-family: "Optima Bold";
  margin-top: -10px;
  text-align: center;
  font-size: 25px;
}

/*---modal form--*/

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

.modal-body form input,
.modal-body form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #222222 !important;
}

.modal-body form .input-group-addon {
  background: #fff;
  color: #306e3c;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

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

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: 0 5px 30px #00000014;
}

.modal-body form button {
  margin: 0 auto;
}

/*-----------Modal End --------*/

/******************Cloud animation************************/
/* 
.cloud {
    position: absolute;
    top: 100px;
    z-index: 0;
    max-width: 120px;
    -webkit-animation: movingclouds 60s linear infinite;
    -moz-animation: movingclouds 60s linear infinite;
    -o-animation: movingclouds 60s linear infinite;
    animation: movingclouds 60s linear infinite;
}

.cloud-2 {
    top: 120px;
    -webkit-animation: movingcloud 80s linear 10s infinite;
    -moz-animation: movingcloud 80s linear 10s infinite;
    -o-animation: movingcloud 80s linear 10s infinite;
    animation: movingcloud 80s linear 10s infinite;
    margin-left: 0%;
}

.cloud-3 {
    top: 150px;
    -webkit-animation: movingcloud3 90s linear 15s infinite;
    -moz-animation: movingcloud3 90s linear 15s infinite;
    -o-animation: movingcloud3 90s linear 15s infinite;
    animation: movingcloud3 90s linear 15s infinite;
    margin-left: -200%;
}

.cloud-4 {
    top: 170px;
    -webkit-animation: movingcloud4 100s linear 20s infinite;
    -moz-animation: movingcloud4 100s linear 20s infinite;
    -o-animation: movingcloud4 100s linear 20s infinite;
    animation: movingcloud4 100s linear 20s infinite;
    margin-left: -250%;
}

.cloud-5 {
    top: 190px;
    -webkit-animation: movingcloud5 110s linear 30s infinite;
    -moz-animation: movingcloud5 110s linear 30s infinite;
    -o-animation: movingcloud5 110s linear 30s infinite;
    animation: movingcloud5 110s linear 30s infinite;
    margin-left: -300%;
}

.cloud-2,
.cloud-4 {
    max-width: 150px;
}

.cloud-3,
.cloud-5 {
    max-width: 150px;
} */

@keyframes movingclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes movingcloud {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes movingcloud3 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes movingcloud4 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes movingcloud5 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

/*****************Footer*******************/

.social-item {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}

.social-item i {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.social-item:hover {
  background: #007686;
}

.copy-right {
  padding: 40px 0;
}
.qr-img {
  width: 120px;
  margin: 0px 0 15px;
}

/**********Project**************/

.proj-loc .fas {
  color: #007686;
}

.carpet-area {
  display: inline-block;
}

.border-tb {
  border-top: 1px solid #007686;
  border-bottom: 1px solid #007686;
  padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
  position: relative;
}

.project-image {
  display: inline-block;
}

.project-image-wrapper {
  padding: 0 30px;
}

.proj-title {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #007686;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  font-weight: 600;
  z-index: 3;
}

.project-content {
  padding-left: 15px;
}

.bl-effect {
  position: absolute;
  content: "";
  border-top: 1px solid #007686;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 0;
}

.image-wrap img {
  position: relative;
  z-index: 2;
}

.btn-right {
  position: relative;
  display: inline-block;
  /*background: #fff;*/
  z-index: 1;
  padding-left: 15px;
}

#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%;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #007686;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #007686;
}

.showicon {
  position: relative;
}

.iconone {
  position: absolute;
  left: 68%;
  width: 36px;
  /* height: 65px; */
  margin-top: -21%;
  right: 0;
  display: none;
  z-index: 999;
  /* background-image: url(../images/favicon.webp); */
}

.buildicon {
  transform: scale(1.5);
  position: absolute;
  bottom: 22%;
  right: 8%;
  width: 150px;
  transition: all 1s ease;
}

.buildicons {
  transform: scale(1);
  width: 40px;
  transition: all 1s ease;
  right: 9.5%;
}

.icontwo {
  position: absolute;
  left: 41%;
  width: 36px;
  /* height: 65px; */
  margin-top: -16%;
  right: 0;
  display: none;
  z-index: 999;
  /* b
    ackground-image: url(../images/favicon.webp); */
}

.dbloock {
  display: block;
}
.schools-sec .row > .col-md-6 {
  margin-bottom: 30px;
  color: #007686;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #007686;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "optima" !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

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

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #a58448;
}

.oops span {
  font-weight: 300;
}

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

.go-home {
  color: #fff;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
}

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

.oops-greet {
  color: #fff;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/

#contact-form input {
  height: 40px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

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

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #fff !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.floor-carousel .item img,
.interior-carousel .item img {
  height: 250px;
  object-fit: cover;
  object-position: top;
}
#floorplan .floor-carousel .item img {
  border: 2px solid #a58448;
}
/*************Media Queries***************/

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */

@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 60px 0;
  }
  body {
    font-size: 15px !important;
  }
  .content-wrap {
    max-width: 543px;
  }
  .subhead {
    font-size: 25px;
  }
  .sub-title {
    font-size: 25px;
  }
  .left-content {
    max-width: 545px;
  }
  .amenities-gallery img {
    min-height: 379px;
  }
  .amenities-gallery .actual {
    font-size: 14px;
  }
  .list li {
    font-size: 14px;
  }
  .map-image::after {
    height: 300px;
    margin-top: -150px;
  }
  .carousel-caption h3 {
    font-size: 35px;
  }
  .carousel-caption h4 {
    font-size: 32px;
  }
  .big-head {
    font-size: 35px;
  }
  .nribox_txt_wrap h4 {
    font-size: 16px;
  }
  .nri_box_wrap {
    margin-bottom: 25px;
  }
  .nri_box_wrap .nribox_img_wrap:before {
    height: 50%;
  }
  .section-title {
    font-size: 40px;
  }
  .border-effect {
    margin-bottom: 20px;
  }
  .map-sec {
    margin-bottom: 150px;
  }
  .over-sec .sticky-top {
    top: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-padd {
    padding: 50px 0;
  }
  .sec-padd-top {
    padding-top: 30px;
  }
  .sec-padd-bot {
    padding-bottom: 30px;
  }
  .section-title {
    font-size: 40px;
  }
  #navbarNavDropdown {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }
  .content-wrap {
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }
  .section-title {
    font-size: 35px;
    line-height: 1.4;
  }
  .round-btn {
    font-size: 16px;
    line-height: 26px;
  }
  .nav-item {
    padding: 0px 15px;
    border-bottom: 1px solid;
    border: 0;
  }
  .nav-item:last-child {
    border-bottom: 0;
  }
  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }
  .page-banner {
    padding: 40px 0;
  }
  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }
  .icon-wrap i,
  .con-title {
    font-size: 22px;
  }
  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }
  .amen-slide .item {
    margin-bottom: 60px;
  }
  .dropdown-menu {
    display: block !important;
  }
  .left-content {
    max-width: 338px;
  }
  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }
  .carousel-caption h3 {
    font-size: 26px;
  }
  .carousel-caption h4 {
    font-size: 23px;
  }
  .big-head {
    font-size: 29px;
  }
  .amenities-gallery img {
    min-height: auto;
  }
  .carousel-inner {
    border-bottom-right-radius: 90px;
  }
  .copy-right {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-2 {
    padding: 30px 0;
  }
  .reverse-col {
    flex-direction: column-reverse;
  }
  .cloud {
    max-width: 120px;
    top: 0;
  }
  .image-wrapper {
    /* float: none; */
    width: 100%;
    margin: 0 0 15px 0;
  }
  .left-content {
    max-width: initial;
  }
  .carousel-caption h4 {
    font-size: 18px;
  }
  .carousel-caption h3 {
    font-size: 21px;
  }
  .big-head {
    font-size: 24px;
  }
  .border-effect {
    margin-bottom: 0px;
  }
  .conf-content {
    max-width: 100%;
  }
  .map-image::after {
    height: 200px;
    margin-top: -100px;
  }
  .carousel-inner {
    border-bottom-right-radius: 90px;
  }
  .nri_box_wrap {
    gap: 30px;
  }
  .nri_box_wrap .nribox_img_wrap:before {
    height: 66%;
    height: 66%;
    left: 82%;
    top: 60px;
  }
  .nribox_txt_wrap h4 {
    font-size: 16px;
  }
  .nri_box_wrap .nribox_img_wrap {
    width: 32px;
  }
  .over-sec .img-wrapper {
    overflow: hidden;
  }
  .nri_box_wrap {
    margin-bottom: 40px;
  }
  .conf-img {
    margin: 60px 0 0 15px;
  }
  .nav-tabs .nav-link {
    font-size: 18px;
    margin: 0 7px 15px !important;
  }
  .galimg {
    margin-bottom: 20px;
  }
  .form-bg {
    margin-bottom: 40px;
  }
  .compare-wrap {
    height: 350px;
  }
  .compare-wrap img {
    height: 300px !important;
  }
  .high-prior {
    margin-top: 30px;
  }
  #overview p {
    font-size: 16px !important;
  }
  .configuration::before {
    position: absolute;
    left: 0;
    top: 110px;
  }
}
.single-item .galimg .card-img-top {
  height: 550px !important;
  object-fit: cover !important;
}
.double-items .galimg .card-img-top {
  height: 265px !important;
  object-fit: cover !important;
}
.mobile-exterior .galimg img {
  max-height: 300px;
  height: 300px;
  object-fit: cover;
}
#overview p {
  font-size: 18px;
}
.nribox_txt_wrap span {
  color: #a58448;
}
.nribox_img_wrap img {
  width: 55px;
}
.compare-wrap:nth-child(1) img {
  height: 230px;
}
.compare-wrap:nth-child(2) img {
  height: 320px;
}
.compare-wrap:nth-child(3) img {
  height: 430px;
}
.compare-main {
  display: flex;
  align-items: end;
}
.compare-wrap {
  margin-bottom: 30px;
}
.compare-wrap p {
  font-size: 18px;
}
#compare {
  padding: 50px 0;
}
#amenities {
  padding: 50px 0;
}
.big-head span {
  color: #a58448;
  font-weight: 600;
}
.note-txt {
  position: absolute;
  right: -125px;
  font-size: 16px !important;
  bottom: 10%;
  transform: rotate(90deg);
  color: #a58448;
  z-index: 98;
}

@media screen and (max-width: 768px) {
  .note-txt {
    position: absolute;
    right: -40px;
    font-size: 16px !important;
    bottom: 30%;
    transform: rotate(90deg);
    color: #a58448;
    z-index: 98;
  }
  .note-txt1 {
    font-size: 16px !important;
    color: #a58448;
  }
  .buildicons {
    transform: scale(1);
    width: 20px;
    right: 9%;
    transition: all 1s ease;
  }
}
.interested {
  position: fixed !important;
  right: 20px !important;
  bottom: 25px !important;
  padding: 5px 10px !important;
  background: #745c2c !important;
  color: #fff !important;
  border: none;
  z-index: 99;
  width: 150px;
}

.db-btn {
  position: fixed !important;
  left: 20px !important;
  bottom: 25px !important;
  padding: 5px 10px !important;
  background: #745c2c !important;
  color: #fff !important;
  border: none;
  z-index: 99;
  width: 165px;
}
@media screen and (max-width: 768px) {
  .db-btn {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
    border-radius: 0px;
    left: -105px !important;
    bottom: 41% !important;
    background: #745c2c !important;
    border: 3px solid #ffffff;
    letter-spacing: 4px;
    font-size: 10px !important;
    /* font-family: Oswald; */
    outline: none !important;
    transform: rotate(90deg);
    width: 230px;
  }

  .db-btn-mob {
    background: transparent;
    color: #fff;
    padding: 9px 0 0 0;
  }
}

.dark-bg {
  padding: 50px 0 65px;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #745c2c;
  z-index: 99;
}
.fix-link,
.fix-link:focus,
.fix-link:active {
  text-decoration: none;
  color: #fff;
}
.icon-carousel img {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
}

.map-img-wrap {
  position: relative;
}

.map-logo-animate {
  right: 60px;
  width: 125px;
  position: absolute;
  top: 33%;
  transform: scale(1.5);
  transition: all 1s ease;
}

.img-animate {
  transform: scale(1);
  width: 73px;
  transition: all 1s ease;
  top: 41%;
  right: 15%;
}

section#overview {
  padding-top: 50px;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 30px !important;
}

.cloud-marquee {
  position: absolute;
  top: 0;
}

.owl-theme .owl-nav {
  margin-top: 20px !important;
}

.card-text-wrap {
  background: #390a07;
  color: #e5cf86;
  font-family: "optima";
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .map-logo-animate {
    right: 60px;
    width: 125px;
    top: 33%;
  }

  .img-animate {
    transform: scale(1);
    width: 34px;
    transition: all 1s ease;
    top: 40%;
    right: 14%;
  }

  .icon-carousel .owl-nav {
    margin-bottom: 30px;
  }

  .cloud-marquee {
    position: absolute;
    top: 40px !important;
  }

  .floor-carousel .item img,
  .interior-carousel .item img {
    height: 195px;
  }
}

/* accordion */
.accordion-button {
  color: #fff !important;
  font-size: 18px;
  background-color: #390a07 !important;
  font-weight: 600;
}

.accordion-item {
  background-color: #fff;
  border: none !important;
  border-bottom: 2px solid #a58448 !important;
}

.accordion .accordion-button::after {
  background-image: url("../images/down-arrow.png") !important;
}

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

.accord-img-wrap {
  width: 40px;
}

.accordHead {
  font-size: 22px;
  font-family: 600;
  margin-bottom: 0px;
  padding-left: 20px;
}

.accordion-body {
  background: #390a07;
  color: #fff;
}

.accordion-body ul li {
  font-size: 18px;
  padding: 5px 0;
}

.gallery-content .card {
  background-color: #390a07;
}

.teaser-logo-wrap {
  display: flex;
  justify-content: center;
}

.teaser-logo-wrap img {
  width: 200px;
  padding: 20px 0;
}

.site-vist-heading{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.form-input{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.big-head{
    font-size: 35px !important;
  }
@media (max-width:768px) {
  .site-vist-heading{
    text-align: center;
    font-size: 24px;
  }
  .big-head{
    font-size: 24px !important;
  }
}



.carousel-control-prev{
  position: absolute !important;
  top: 22% !important;
  left: 8% !important;
  transform: translate(-50%, 0%);;

}
.carousel-control-next{
  position: absolute !important;
  top: 22% !important;
right: -8% !important;
  transform: translate(-50%, 0%);
}