@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+BE+VLG:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.container {
  max-width: 1225px;
  width: 100%;
}
.brochure {
  background: #ae8140;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 30px;
  margin: 0px;
  float: right;
}
.brochure h5 {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
}
.brochure1 {
  background: #ae8140;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 30px;
  margin: 0px;
  float: right;
  margin-right: -105px;
}
.brochure1 h5 {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
}
.top-head a {
  text-decoration: none;
}
.top-head {
  padding-top: 10px;
}
.navbar-nav a {
  color: #22333d;
  font-size: 16px;
  padding: 10px 20px !important;
  margin: 5px;
  font-weight: 500;
}
.top-menu {
  margin-top: 30px;
}
.tp-menu a {
  background: #ae8140;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
}
.tp-menu {
  float: right;
}
.tp-menu a:hover {
  background: #93631e;
}

.stck1 {
  display: none;
}
#hm.sticky .stck1 {
  display: block;
}

#hm.sticky .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 13px;
}
#hm.sticky .navbar-nav a {
  padding: 12px 12px !important;
}

.logo-div img {
  margin-top: -45px;
}

body {
  font-family: "Comfortaa", serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Rajdhani", sans-serif;
}

.rajdhani-light {
  font-family: "Rajdhani", serif;
  font-weight: 300;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-medium {
  font-family: "Rajdhani", serif;
  font-weight: 500;
  font-style: normal;
}

.rajdhani-semibold {
  font-family: "Rajdhani", serif;
  font-weight: 600;
  font-style: normal;
}

.rajdhani-bold {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  font-style: normal;
}

.main-head img {
  width: 100%;
}
/*** Carousel Hero Header Start ***/
.header-carousel {
  position: relative;
}

.header-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e40074;
  color: var(--bs-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e40074;
  color: var(--bs-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
  color: #e40074 !important;
}

@media (max-width: 576px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    /* top: 630px; */
    transition: 0.5s;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .header-carousel
    .header-carousel-item
    .carousel-caption
    .carousel-caption-content {
    width: 95% !important;
  }
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 95px;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    margin-top: 0;
    transition: 0.5s;
  }
}

@media (min-width: 992px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    margin-top: 0px;
  }
}

.header-carousel .header-carousel-item .carousel-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.header-carousel
  .header-carousel-item
  .carousel-caption
  .carousel-caption-content {
  position: relative;
  width: 75%;
}
.banner-div1 img {
  width: 100%;
}
/*** Carousel Hero Header End ***/

/* .project-carousel {padding-left: 20px; padding-right: 20px;} */
/* .owl-stage-outer {margin: -15px; } */

.project-carousel {
  margin-top: 40px;
}
.home-project1 {
  position: relative;
  padding: 10px;
}
.home-project1 img {
  position: relative;
  z-index: 1;
  width: 45% !important;
  margin-left: auto;
  margin-right: auto;
}
.home-project1 a {
  text-decoration: none;
}
.home-project1 h4 {
  margin: 0;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  color: #2b2a28;
  bottom: 20px;
  padding: 10px 15px;
  font-weight: 600;
  font-family: "Comfortaa", serif;
  line-height: 17px;
}
.owl-stage {
  display: flex;
  justify-content: center;
}
.owl-item {
  display: flex;
  justify-content: center;
  flex: 1 0 auto;
}
.project-carousel .owl-prev {
  background: url("../images/left-arrow-1.png") left center no-repeat !important;
  height: 44px;
  position: absolute;
  top: 32%;
  width: 50px;
  z-index: 1000;
  left: -2%;
  cursor: pointer;
  color: transparent;
  /* transform: rotate(-90deg); */
}

.project-carousel .owl-next {
  background: url("../images/right-arrow-1.png") right center no-repeat;
  height: 44px;
  position: absolute;
  top: 32%;
  width: 50px;
  z-index: 1000;
  right: -2%;
  cursor: pointer;
  color: transparent;
}

.Overview h4 {
  color: #652a2e;
  font-size: 30px;
  font-weight: 500;
  padding-top: 10px;
}
.Overview p {
  color: #444444;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.ov {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 12px -2px rgba(12, 93, 174, 1);
  -moz-box-shadow: 0px 0px 12px -2px rgba(12, 93, 174, 1);
  box-shadow: 0px 0px 12px -2px rgba(12, 93, 174, 1);
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
  padding: 30px;
}
.ov1 {
  position: relative;
  margin-top: -340px;
}
.Overview {
  padding-top: 40px;
  padding-bottom: 40px;
}
.graph {
  background: #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.con1 {
  background: #fff;
  border-radius: 45px;
  padding: 40px;
  -webkit-box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
  -moz-box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
  box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
}
.con1 h2 {
  font-size: 32px;
  font-weight: 500;
  color: #252525;
  text-align: center;
  padding-bottom: 10px;
}
.con1 h2 span {
  color: rgb(221, 124, 21);
  color: linear-gradient(
    90deg,
    rgba(221, 124, 21, 1) 33%,
    rgba(196, 80, 25, 1) 66%
  );
  font-size: 32px;
  font-weight: 600;
}
.con1 .col-md-9 {
  padding: 5px;
  font-size: 17px;
  color: #000;
}
.con1 .col-md-3 {
  padding: 5px;
  font-size: 17px;
  color: #000;
}
.con1 .row {
  padding-top: 15px;
  padding-top: 20px;
}

#overview,
#amenities,
#specification,
#plans,
#gallery,
#location {
  scroll-behavior: smooth;

  scroll-margin-top: 70px;
}
button.accordion {
  width: 100%;
  background-color: #ab7a37;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 14px;
  float: right;
  font-weight: 100;
}

button.accordion.is-open:after {
  content: "\f151";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #22333d;
}

.accordion-content {
  background: #fff;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  margin-bottom: 12px;
}

.float-div1 {
  position: fixed;
  top: 35%;
  z-index: 1002;
  right: 0px;
  writing-mode: tb-rl;
  -webkit-transform: rotate(0deg);
  height: 135px;
}
.float-div2 {
  display: flex;
  -webkit-box-shadow: -1px 1px 12px 0px rgb(191 191 191);
  -moz-box-shadow: -1px 1px 12px 0px rgba(191, 191, 191, 1);
  box-shadow: -1px 1px 12px 0px rgb(191 191 191);
  font-size: 18px;
  /* font-family: 'Century Gothic Bold'; */
  font-family: "Open Sans", sans-serif;
}
.float-div2 a {
  text-decoration: none;
  color: #fff;
  word-spacing: 4px;
  font-family: "Open Sans", sans-serif;
  /* font-family: 'Montserrat', sans-serif !important; */
}
.float-div2 img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  transform: translate(-15px, 0);
}

.con2 {
  background: #fff;
  border-radius: 45px;
  padding: 40px;
  -webkit-box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
  -moz-box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
  box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
  margin-top: 80px;
}
.con2 h2 {
  font-size: 32px;
  font-weight: 500;
  color: #252525;
  text-align: center;
  padding-bottom: 10px;
}
.con2 h2 span {
  color: rgb(221, 124, 21);
  color: linear-gradient(
    90deg,
    rgba(221, 124, 21, 1) 33%,
    rgba(196, 80, 25, 1) 66%
  );
  font-size: 32px;
  font-weight: 600;
}
.con2 .col-md-9 {
  padding: 5px;
  font-size: 17px;
  color: #000;
}
.con2 .col-md-3 {
  padding: 5px;
  font-size: 17px;
  color: #000;
}
.con2 .row {
  padding-top: 15px;
  padding-top: 20px;
}

.amenities h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #252525;
  padding-bottom: 30px;
}
.trd h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #252525;
  padding-bottom: 30px;
}
.gl h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #252525;
  padding-bottom: 30px;
}
.amenities {
  padding-bottom: 40px;
}

.gl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #8d5407;
}

.map h5 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #8d5407;
}

.am-project1 a {
  text-decoration: none;
}
.am-project1 h4 {
  margin: 0;
  font-size: 17px;
  text-align: center;
  z-index: 2;
  color: #2b2a28;
  bottom: 20px;
  padding: 10px 20px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Comfortaa", serif;
}
.am-project1 img {
  width: 100%;
  border-radius: 25px;
}
.am-project1 img:hover {
  box-shadow: 0 0 12px rgb(171 121 56);
}
.am-project1 h4:hover {
  color: #9b610d;
}

.testi-carousel {
  padding-top: 20px;
  padding-bottom: 10px;
}
.testi-carousel .owl-prev {
  background: url("../images/amenities-left-arrow.png") left center no-repeat !important;
  height: 44px;
  position: absolute;
  top: 32%;
  width: 44px;
  z-index: 1000;
  left: 0%;
  cursor: pointer;
  color: transparent;
  /* transform: rotate(-90deg); */
}

.testi-carousel .owl-next {
  background: url("../images/amenities-right-arrow.png") right center no-repeat;
  height: 44px;
  position: absolute;
  top: 32%;
  width: 44px;
  z-index: 1000;
  right: 0%;
  cursor: pointer;
  color: transparent;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.gallery-carousel {
  padding-top: 20px;
  padding-bottom: 10px;
}
.gallery-carousel .owl-prev {
  background: url("../images/amenities-left-arrow.png") left center no-repeat !important;
  height: 44px;
  position: absolute;
  top: 41%;
  width: 44px;
  z-index: 1000;
  left: -3%;
  cursor: pointer;
  color: transparent;
  /* transform: rotate(-90deg); */
}

.gallery-carousel .owl-next {
  background: url("../images/amenities-right-arrow.png") right center no-repeat;
  height: 44px;
  position: absolute;
  top: 41%;
  width: 44px;
  z-index: 1000;
  right: -3%;
  cursor: pointer;
  color: transparent;
}

.client h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #252525;
  padding-bottom: 30px;
}
.client {
  padding-bottom: 40px;
  padding-top: 40px;
}
.cl-project1 img {
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 200px;
  object-fit: contain;
  padding: 10px;
}

.rental h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #252525;
}
.rental p {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #252525;
  padding-bottom: 10px;
}
.rental {
  padding-bottom: 40px;
  padding-top: 40px;
}
.loc img {
  width: 100%;
}
.loc {
  padding: 30px;
  -webkit-box-shadow: 5px 5px 37px -15px rgba(12, 93, 174, 1);
  -moz-box-shadow: 5px 5px 37px -15px rgba(12, 93, 174, 1);
  box-shadow: 5px 5px 37px -15px rgba(12, 93, 174, 1);
  border-radius: 45px;
  background: #fff;
}
.map {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -60px;
}

.f-link {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left;
}
.f-link li {
  display: block;
  padding-right: 0px;
}
.f-link li a {
  display: block;
  padding: 3px 20px 3px 20px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;

  margin-bottom: 10px;
  line-height: 15px;
  text-decoration: none;
  background: url(../images/ft-link.png) no-repeat center left;
  color: #fff;
  margin-left: 0px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  position: relative;
}

.f-link li a:hover {
  color: #fff;
  background-position: center left 5px;
}

.f-link li a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transform-origin: 50% 50%;
  background: #fff;
}
.f-link li a:hover::before {
  transform: scale3d(1, 1, 1);
}

.foot-social {
  display: block;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*text-align: center;*/
}

.foot-social img {
  background: transparent;
}
.foot-social img:hover {
  background: var(--body-color1);
}

.foot-logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer-div .footer-item a {
  line-height: 35px;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
.footer-div .footer-item a .fa {
  color: #aa7b37;
}

.footer-div .footer-item p {
  line-height: 35px;
}

.footer-div .footer-item a:hover {
  letter-spacing: 2px;
  color: #fff;
}
.footer-div {
  background: #251b11;
  padding-top: 100px;
  padding-bottom: 10px;
}
.footer-div p {
  color: #fff;
  text-align: justify;
  line-height: 25px;
}
.footer-item span {
  color: #fff;
  line-height: 28px;
}
.ad {
  padding-left: 24px;
}
.footer-item {
  padding-left: 25px;
}
.submit1 {
  background-color: #aa7937;
  padding: 7px 23px !important;
  text-align: center;
  margin-top: 10px;
}
.submit1 input {
  background-color: #aa7937;
  border: none;
  color: #fff;
  font-weight: 600;
}

.copyright a {
  text-decoration: none;
  color: #dfdedd;
  font-size: 16px;
}
.copyright {
  color: #dfdedd;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #3a3227;
  margin-top: 20px;
}

.thank {
  padding-top: 60px;
  padding-bottom: 85px;
}
.thank h1 {
  text-align: center;
  font-size: 34px;
  color: #7c4d0f;
}
.thank img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

form label {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff; /* Dark gray for readability */

}


@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"),
    url(https://example.com/MaterialIcons-Regular.woff) format("woff"),
    url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.ind-abt {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px -2px rgba(12, 93, 174, 1);
  -moz-box-shadow: 0px 0px 7px -2px rgba(12, 93, 174, 1);
  box-shadow: 0px 0px 7px -2px rgba(12, 93, 174, 1);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -19%;
  z-index: -10;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 115px;
  padding-left: 50px;
  border-radius: 40px;
}

/*video popup*/
#all {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

#play-video {
  position: absolute;
  border: 4px solid;
  border-radius: 50%;
  padding: 6px 11px;
  background: transparent;
  font-size: 24px;
  color: #ae2f3b;
  border-color: #ae2f3b;
  height: 56px;
  width: 56px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 1.5;
  cursor: pointer;
}
#play-video:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#play-video i {
  transition: all 0s ease !important;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  line-height: 0;
}
#play-video:hover {
  background-color: #ae2f3b;
  color: #ffffff;
}
#close-video {
  border: 4px solid;
  border-radius: 50%;
  background: transparent;
  font-size: 26px;
  color: #8d908a;
  height: 56px;
  width: 56px;
  text-align: center;
}

.youtube-video .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  max-width: 1000px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
iframe#youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube-video .modal-footer {
  border: none;
  text-align: center;
  display: block;
  padding: 0;
}
.youtube-video .modal-content {
  background: none !important;
  border: none;
}

/*additiona*/
#hm {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#hm.sticky {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  border-bottom: 1px solid rgb(233, 232, 232);
  background: #fff;
  animation: drop-in 1s ease 200ms backwards;
}

#hm.sticky .top-div1 {
  padding-top: 4px;
  padding-bottom: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#hm.sticky .logo-div img {
  width: 60%;
  padding-top: 48px;
}
#hm.sticky .menu-div {
  padding-top: 10px;
  margin-left: -144px;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}

.top-div1 {
  position: relative;
  z-index: 1000;
  background: #fff;
}

.menu-div {
  padding-top: 0px;
}

.offcanvas.offcanvas-top {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}
.menu-div .navbar,
.menu-div1 .navbar {
  padding: 0px;
  margin-left: 0px;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 6px 22px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-right: 5px;
  text-align: center;
  color: #363636;
  font-weight: 600;
  text-transform: capitalize;

  border-radius: 0;
  background: url(../images/menu-right.png) no-repeat top 19px right;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  background: none !important;
}

@media (min-width: 770px) {
  .menu-div .navbar .dropdown-menu,
  .menu-div1 .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    padding: 0px;
  }
  .menu-div .navbar .dropdown-menu.fade-up,
  .menu-div1 .navbar .dropdown-menu.fade-up {
    top: 180%;
    transform: scale(0.5, 0.5);
    background: #13a0e6;
  }
  .menu-div .navbar .nav-item:hover .d1,
  .menu-div1 .navbar .nav-item:hover .d1 {
    transition: 0.7s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .menu-div .navbar .dropdown-menu:hover .dropdown-submenu .dropdown-menu,
  .menu-div1 .navbar .dropdown-menu:hover .dropdown-submenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    margin-top: 0;
    padding: 0px;
    width: 100%;
  }

  .menu-div
    .navbar
    .dropdown-menu
    .dropdown-submenu:hover
    .dropdown-menu.fade-up,
  .menu-div1
    .navbar
    .dropdown-menu
    .dropdown-submenu:hover
    .dropdown-menu.fade-up {
    top: 0%;
  }
  .menu-div .navbar .dropdown-menu .dropdown-submenu:hover .dropdown-menu,
  .menu-div1 .navbar .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    transition: 0.7s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

.dropdown-menu {
  min-width: 250px;
}
.dropdown-menu.columns-2 {
  min-width: 500px;
  margin-left: 0;
}
.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;

  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #999;
}

@media (max-width: 769px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link,
.menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: var(--body-color1);
}

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link.dropdown-toggle,
.menu-div .navbar-light .navbar-nav .nav-item.active .nav-link.dropdown-toggle {
  color: var(--body-color1);
}

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu,
.menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-div .dropdown-item,
.menu-div1 .dropdown-item {
  color: #000;
  border: 1px solid #ddebe5;
  font-size: 13px;

  padding-top: 5px;
  padding-bottom: 5px;
  background: var(--body-color2) !important;
  color: #fff;
  font-weight: 400;
}

.menu-div .dropdown-item,
.menu-div1 .dropdown-item {
  padding: 8px 15px !important;
}

.menu-div .dropdown-item:hover,
.menu-div .dropdown-item.active,
.menu-div1 .dropdown-item:hover,
.menu-div1 .dropdown-item.active {
  color: #fff;
  background: var(--body-color3) !important;
}

.menu-div .dropdown:hover .dropdown-menu,
.menu-div1 .dropdown:hover .dropdown-menu {
  margin-top: -1px;
  background: none;
  margin: 0;
  padding: 0;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  content: ".";
  color: transparent;
  background: #22333d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #fff !important;
  background-image: none;
}
.menu-div .navbar-light .navbar-nav .nav-item.active .nav-link:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #22333d;
}

.menu-div .navbar .nav-item .dropdown-menu {
  transition: 0.7s;
}

/*example*/
/* .dropend .dropdown-toggle {
      color: salmon;
      margin-left: 1em;
    }
    .dropdown-item:hover {
      background-color: lightsalmon;
      color: #fff;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover > .dropdown-menu,
    .dropstart:hover > .dropdown-menu {
      display: block;
      margin-top: 0.125em;
      margin-left: 0.125em;
    }
    @media screen and (min-width: 769px) {
      .dropstart:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
      }
      .dropstart .dropdown-toggle {
        margin-right: 0.5em;
      }
    } */

/*example*/

/*example*/
.dropstart .dropdown-toggle {
  /* color: salmon;
margin-left: 1em;  */
}
/* .dropdown-item:hover {
background-color: lightsalmon;
color: #fff;
}
.dropdown .dropdown-menu {

display: block !important;

} 
.dropdown:hover > .dropdown-menu,
.dropstart:hover > .dropdown-menu {
display: block !important;
margin-top: 0.125em;
margin-left: 0.125em;

}  */
@media screen and (min-width: 769px) {
  .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
  }

  .dropstart > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
  }
  .dropstartd .dropdown-toggle {
    margin-right: 0em;
  }
}

/*example*/

.banner-div1 {
  position: relative;
  z-index: 2;
}
.banner-div1 .carousel-item {
  background: #0d0d0d;
}
.banner-div1 img {
  width: 100%;
  position: relative; /*opacity: .3;*/
}

.banner-div1 .carousel-indicators {
  bottom: 0px;
  right: auto;
  margin-left: 2%;
}
.banner-div1 .carousel-indicators li {
  background: var(--body-color2);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #5a5a5a;
}
.banner-div1 .carousel-indicators .active {
  width: 11px;
  height: 11px;
  background: #5a5a5a;
  border: 3px solid var(--body-color2);
}
.banner-div1 .carousel-control-next,
.banner-div1 .carousel-control-prev {
  top: 0%;
}
.banner-div1 .carousel-control-prev {
  background: url(../images/banner-arrow-left.png) no-repeat left center;
  left: 2%;
  opacity: 1;
}
.banner-div1 .carousel-control-next {
  background: url(../images/banner-arrow-right.png) no-repeat right center;
  right: 2%;
  opacity: 1;
  z-index: 100;
}

.home-div2.carousel-control-next,
.home-div2 .carousel-control-prev {
  top: 0%;
}
.home-div2 .carousel-control-prev {
  background: url(../images/banner-arrow-left.png) no-repeat left center;
  left: 2%;
  opacity: 1;
  width: 5%;
}
.home-div2 .carousel-control-next {
  background: url(../images/banner-arrow-right.png) no-repeat right center;
  right: 2%;
  opacity: 1;
  z-index: 100;
  width: 5%;
}

.home-div2 h1 {
  margin: 0;
  font-size: 40px;
  color: var(--body-color1);
  text-align: center;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
}

#myCarousel2 .carousel-control-next,
#myCarousel2 .carousel-control-prev {
  top: 0%;
}
#myCarousel2 .carousel-control-prev {
  background: url(../images/banner-arrow-left.png) no-repeat left center;
  left: 2%;
  opacity: 1;
  width: 5%;
}
#myCarousel2 .carousel-control-next {
  background: url(../images/banner-arrow-right.png) no-repeat right center;
  right: 2%;
  opacity: 1;
  z-index: 100;
  width: 5%;
}

.banner-div1 .carousel-caption {
  left: 10%;
  text-align: left;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateX(10%) translateY(-50%);
  /* background: rgba(255,255,255,.5);
padding: 10px; */
  width: 40%;
  padding-top: 0;
}

.banner-div1 .carousel-caption h1 {
  color: #171717;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
  margin: 0;
  margin-top: 15px;
  text-transform: uppercase;
}
.banner-div1 .carousel-caption h1 span {
  color: var(--body-color6);
  font-size: 60px;
  font-weight: 600;
}
.banner-div1 .carousel-caption h3 {
  margin: 0;
  font-size: 17px;
  color: var(--body-color2);
  text-transform: uppercase;
  background: url(../images/caption-icon.png) no-repeat center left;
  padding-left: 20px;
}

.inside-banner img {
  width: 100%;
}
.inside-banner img {
  margin-top: -25px;
}

/*home8*/
.index-div1 {
  padding-top: 75px;
  padding-bottom: 50px;
}
.index-div1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-div1 h3 {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
.ind-facility1 {
  background: #fff;
  box-shadow: 3px 4px 5px #6476c9;
  border-radius: 45px;
  padding: 23px 20px;
}
.ind-facility2 {
  background: #fff;
  box-shadow: 3px 4px 5px #f8e174;
  border-radius: 45px;
  padding: 23px 20px;
}
.ind-facility3 {
  background: #fff;
  box-shadow: 3px 4px 5px #f287ad;
  border-radius: 45px;
  padding: 23px 20px;
}
.ind-facility4 {
  background: #fff;
  box-shadow: 3px 4px 5px #cf65d8;
  border-radius: 45px;
  padding: 23px 20px;
}
.ind-facility5 {
  background: #fff;
  box-shadow: 3px 4px 5px #76e15a;
  border-radius: 45px;
  padding: 23px 20px;
}

.ind-facility1:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 5px 0px #6476c9;
  -moz-box-shadow: 0px 0px 5px 0px #6476c9;
}

.ind-facility2:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 5px 0px #f8e174;
  -moz-box-shadow: 0px 0px 5px 0px #f8e174;
}

.ind-facility3:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 5px 0px #f287ad;
  -moz-box-shadow: 0px 0px 5px 0px #f287ad;
}

.ind-facility4:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 5px 0px #cf65d8;
  -moz-box-shadow: 0px 0px 5px 0px #cf65d8;
}

.ind-facility5:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 5px 0px #76e15a;
  -moz-box-shadow: 0px 0px 5px 0px #76e15a;
}

.index-div2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-div2 h1 {
  background: url(../images/ab-link.png) no-repeat;
  font-size: 33px;
  font-weight: 600;
  padding-left: 54px;
}

.mob-ind-abt {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #a4cf4e;
  -moz-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
  position: relative;
  top: 15%;
  transform: translateY(-50%);
  z-index: -10;
  padding: 30px;
  border-radius: 40px;
}
.mob-ind-abt h1 {
  background: url(../images/ab-link.png) no-repeat;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  background-position: 12% 70%;
}

.mob-index-div2 {
  display: none;
}

.ind-abt1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #9ccb3e;
  border-radius: 50%;
}

.ind-abt1 img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.index-div3 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.index-div3 h1 {
  font-size: 35px;
  font-weight: 600;
  position: relative;
  top: 118px;
  left: 63px;
  transform: rotate(270deg);
}
.amenity img {
  border-radius: 50%;
  background: #fff;
  box-shadow: 3px 4px 5px #decdf4;
  padding: 6px;
}
.amenity h3 {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.amenity img:hover {
  box-shadow: 0 0 12px rgb(156 76 243);
}
.amenity h3:hover {
  color: #9ccb3e;
}

.mob-index-div3 {
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}
.mob-index-div3 h1 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.program-carousel {
  padding-left: 60px;
  padding-right: 60px;
}

.owl-dots div.owl-dot {
  width: 20px;
  height: 20px;
  background: #acaaac;

  display: inline-block;

  border-radius: 20px;
  margin: 0 3px;
}
.owl-dots div.owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: #313131;

  border-radius: 20px;
}
.owl-dots div.owl-dot:focus {
  outline: none;
}

.owl-dots {
  display: none;
}

.program-carousel .owl-prev {
  background: url("../images/amenities-left-arrow.png") left center no-repeat;
  height: 44px;
  position: absolute;
  top: 80%;
  width: 60px;
  height: 60px;
  z-index: 1000;
  left: -14%;
  cursor: pointer;
  color: transparent;
}

.program-carousel .owl-next {
  background: url("../images/amenities-right-arrow.png") right center no-repeat;
  height: 44px;
  position: absolute;
  top: 80%;
  width: 60px;
  height: 60px;
  z-index: 1000;
  right: auto;
  left: -8%;
  cursor: pointer;
  color: transparent;
}
.other-carousel {
  padding-left: 60px;
  padding-right: 60px;
}
.other-carousel .owl-prev {
  background: url("../images/amenities-left-arrow.png") left center no-repeat;
  height: 44px;
  position: absolute;
  top: 39%;
  width: 44px;
  z-index: 1000;
  left: 0%;
  cursor: pointer;
  color: transparent;
}

.other-carousel .owl-next {
  background: url("../images/amenities-right-arrow.png") right center no-repeat;
  height: 44px;
  position: absolute;
  top: 39%;
  width: 44px;
  z-index: 1000;
  right: 0%;
  cursor: pointer;
  color: transparent;
}

.vendor-carousel {
  padding-left: 60px;
  padding-right: 60px;
}
.vendor-carousel .owl-prev {
  background: url("../images/amenities-left-arrow.png") left center no-repeat;
  height: 44px;
  position: absolute;
  top: 39%;
  width: 44px;
  z-index: 1000;
  left: 0%;
  cursor: pointer;
  color: transparent;
}

.vendor-carousel .owl-next {
  background: url("../images/amenities-right-arrow.png") right center no-repeat;
  height: 44px;
  position: absolute;
  top: 39%;
  width: 44px;
  z-index: 1000;
  right: 0%;
  cursor: pointer;
  color: transparent;
}

.owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.owl-stage {
  display: flex;
}
.owl-item {
  display: flex;

  flex: 1 0 auto;
}

.project-carousel .owl-item {
  margin-right: 0px !important;
  border: 1px solid #e3e3e3c7;
}

.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*="col-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*="col-"] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.index-div4 {
  background: url(../images/ind-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.index-div4 h1 {
  text-align: center;
  font-size: 100px;
  font-weight: 600;
  color: #9ccb3e;
  font-family: "Dancing Script", cursive;
  padding-top: 100px;
}
.index-div4 h2 {
  text-align: center;
  font-size: 90px;
  font-weight: 600;
  color: #fff;
  font-family: "Dancing Script", cursive;
  padding-bottom: 100px;
}

.index-div5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.index-div5 h1 {
  background: url(../images/ab-link.png) no-repeat;
  background-position: 40% 13%;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.ind-floor img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #abcbe9;
  -moz-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
  padding: 20px;
  border-radius: 30px;
}
/*.ind-floor:hover{
    transition: all .5s;
    transform : translateX(10px);
}*/

.index-div6 {
  background: #1b1b1c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.index-div6 h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.ind-completed {
  padding-top: 30px;
}
.prashanthi1 {
  padding-top: 60px;
}
.prashanthi1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.prashanthi1 p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
}
.prashanthi img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.index-div7 {
  padding-top: 70px;
  position: relative;
  z-index: 10;
}
.index-div7 h1 {
  background: url(../images/ab-link.png) no-repeat;
  background-position: 41% 75%;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}
.loc-map {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #abcbe9;
  -moz-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
  padding: 20px;
  border-radius: 30px;
  margin-top: 20px;
}

.f-links {
  list-style: none;
  margin-left: 3px;
  padding: 0px;
  text-align: left;
  margin-top: 10px;
}
.f-links li a {
  display: block;
  padding: 6px 3px 6px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  background: url(../images/ft-link.png) no-repeat top 11px left;
  color: #fff;
  margin-left: 0px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  cursor: pointer;
}
.f-links li a:hover {
  color: #ab7a37;
  background-position: top 11px left 5px;
}

.ft-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ft-social img {
  display: inline-flex;
  padding-left: 6px;
}
.ft-social {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 65px;
}
.ft-social img:hover {
  opacity: 0.5;
}

.id-color {
  color: #ab7a37;
  padding-right: 10px;
}
address {
  float: right;
}
address.s1 span {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 5px;
  color: #fff;
  line-height: 38px;
}
address.s1 a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

address.s1 a:hover {
  color: #ab7a37;
}

.f-mail {
  padding-left: 35px !important;
}

.copy-div {
  padding-top: 19px;
  border-top: 1px solid #2c331c;
}
.copy-div a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.copy-div a:hover {
  color: #9ccb3e;
}
.power-div {
  float: right;
}

.call-div {
  display: none;
  bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  background: #648b14;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}
.call-div a {
  color: #fff;
}

/*Ongoing*/

.ongoing-div1 {
  padding-top: 60px;
}
.ongoing-div1 h1 {
  font-size: 33px;
  font-weight: 600;
}

.ongoing1 h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}
.ongoing1 h4 {
  font-size: 15px;
  padding-bottom: 10px;
}

.in-div2 {
  padding-top: 75px;
}
.in-div2 h1 {
  margin: 0px;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  background: url(../images/ab-link.png) no-repeat;
  background-position: 0% 36%;
  padding-left: 60px;
}
.container1 {
  width: 100%;
  height: auto;
  display: flex;
  overflow-x: auto;

  border-top-left-radius: 200px;
  background-color: #577e07;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.item {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  padding: 30px;
  padding-bottom: 0px;
  border-right: 1px dashed #9dcb40;
}
.am-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.am-list li {
  color: #fff;
  padding-bottom: 10px;
  font-size: 17px;
  text-align: left;
  background: url(../images/on-link.png) no-repeat top 10px left;
  padding-left: 20px;
}

.am-img {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  margin-left: -30px;
}
.i-div2 {
  padding-top: 60px;
}
.i-div2 .am-img {
  margin-left: 0px;
  margin-right: -30px;
  border-radius: 0px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}
.i-div2 .am-div1 {
  margin-left: -38px;
}
.i-div2 .container1 {
  border-top-left-radius: 0px;
  border-top-right-radius: 200px;
}

.proj-amenities {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ongoing-amenity {
  background: #e6efd333;
  color: #000;
  padding: 50px;
}

.proj-amenities h1 {
  margin: 0px;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  background: url(../images/ab-link.png) no-repeat;
  background-position: 0% -9%;
  padding-left: 60px;
  padding-bottom: 30px;
}
.amenty {
  margin-bottom: 20px;
}
.amenty h3 {
  font-size: 19px;
  text-align: left;
  font-weight: 600;
  padding-top: 2px;
  margin-left: -35px;
}
.amenty img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project-floorplan {
  padding-bottom: 50px;
  display: block;
}
.project-floorplan h1 {
  margin: 0px;
  font-size: 27px;
  font-weight: 600;
  background: url(../images/ab-link.png) no-repeat;
  background-position: 0% 36%;
  padding-left: 60px;
  margin-bottom: 30px;
}

.mob-project-floorplan {
  padding-bottom: 50px;
  display: none;
}
.mob-project-floorplan h1 {
  margin: 0px;
  font-size: 27px;
  font-weight: 600;
  background: url(../images/ab-link.png) no-repeat;
  background-position: 0% 36%;
  padding-left: 60px;
  margin-bottom: 30px;
}

.flrrr {
  margin-top: -135px;
}
.flrrr p {
  color: transparent;
}

.project-video {
  padding-bottom: 80px;
  padding-top: 60px;
}
.project-video h1 {
  margin: 0px;
  font-size: 27px;
  font-weight: 600;
  background: url(../images/ab-link.png) no-repeat;
  background-position: 0% -9%;
  padding-left: 60px;
  padding-bottom: 30px;
}

.project-location {
  padding-bottom: 100px;
}
.project-location h1 {
  margin: 0px;
  font-size: 27px;
  font-weight: 600;
  background: url(../images/ab-link.png) no-repeat;
  background-position: 0% -9%;
  padding-left: 60px;
  padding-bottom: 30px;
}
.project-floorplan img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flat-list .col-md-4 {
  border: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  text-align: center;
}
.flat1 {
  background: #c2b9b6;
  font-weight: 700;
  margin-top: 20px;
}

/*Completed*/

.completed-div1 {
  padding-top: 50px;
}

.completed-div1 h1 {
  background: url(../images/ab-link.png) no-repeat;
  background-position: 29% 7%;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.gallery-div1 {
  position: relative;
  margin-top: 10px;
  padding-bottom: 100px;
}

.gallery-div1 .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.gallery-div1 .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.gallery-div1 .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.gallery-div1 .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*About*/
.about-div1 {
  padding-top: 60px;
  padding-bottom: 120px;
}
.about-div1 h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.curr-img:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  right: -10px;
  top: 0px;
  z-index: -1;
  background: #9ccb3e;
}
.curr-img {
  position: relative;
  z-index: 1;
}
.curr-img img {
  padding-left: 15px;
  padding-top: 15px;
}
.about-div1 h1 {
  background: url(../images/ab-link.png) no-repeat;
  background-position: 40% 7%;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}

.Click-here {
  margin-left: 10px;
}
.Click-here a {
  border: 1px solid #3e0403;
}
.Click-here a:hover {
  background: #3d0404;
  color: #fff !important;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

.lb3 h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #875208;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url(../images/line4.jpg) no-repeat bottom center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#contactForm {
  border: 1px solid #3d040433;
  padding: 10px;
}

/*service*/

.service-div1 {
  padding-top: 60px;
  padding-bottom: 240px;
}
.service-div1 h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

/*Contact*/
.contact-div1 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.con-div1 h1 {
  color: #527a01;
  font-size: 35px;
  font-weight: 600;
}
.con-div1 p {
  font-size: 16px;
}
.con-div1 h2 {
  font-size: 30px;
  font-weight: 600;
  padding-top: 20px;
}
.con-div1 a {
  text-decoration: none;
  color: #646464;
}
.con-div1 a:hover {
  color: #88b72d;
}
select {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}
.form-control {
  margin-bottom: 20px;
}

.con-map {
  border: 1px dotted #9dcb40;
  padding: 10px;
}
.ind-con h2 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #567e07;
}
.ind-con {
  padding: 0 43px;
}
.submit {
  margin-top: 20px;
  text-align: center;
}
.submit input:hover {
  background-color: #87540c;
}
.submit input {
  background-color: #aa7937;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 7px 23px !important;
  text-align: center;
  height: auto;
  width: auto;
  display: inline-block;
  transition: all 0.5s ease-in;
  font-weight: 600;
}

/*cnt*/
.in-contact1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.in-contact1 h1 {
  font-size: 34px;
  color: #22333d;
}
.in-contact1 h3 {
  font-size: 30px;
  font-weight: 600;
  color: #ab7a37;
}
.cont-ad {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
  box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
  margin-top: 20px;
  padding: 20px;
  height: 130px;
}
.con-icon {
  text-align: center;
  background-color: #ab7a37;
  font-size: 20px;
  color: #ffffff;
  border-radius: 0px;
  height: 59px;
  width: 61px;
  line-height: 3.1;
}
.con-det h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #22333d;
  padding-bottom: 5px;
}
.con-det {
  padding-left: 20px;
}
.con-det p {
  line-height: 27px;
}
.con-det a {
  text-decoration: none;
  color: #000;
  position: relative;
}

@media (max-width: 1301px) {
  .dropdown-menu {
    min-width: 205px;
  }
}

@media (max-width: 1024px) {
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px 8px;
  }
  .index-div1 h3 {
    font-size: 13px;
  }
  .amenty h3 {
    font-size: 16px;
  }
}

@media (max-width: 981px) {
  .banner-div1 .carousel-caption {
    width: 40%;
  }
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .home-div6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer1 .footer-sec1:nth-child(1) {
    width: 100%;
  }

  .social-icon {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer1 h5 {
    margin-bottom: 0px;
    padding-right: 0;
  }
  .f-link {
    margin-left: 0;
  }
  .foot-contact {
    border: none;
  }
  .foot-logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .foot-about {
    text-align: center;
  }
  .footer-div {
    font-size: 13px;
  }
  .footer-div {
    font-size: 15px;
  }
  .f-link {
    text-align: center;
  }
  .f-link li,
  .f-link li a {
    display: inline;
  }
  .f-link li a {
    display: inline;
    line-height: 24px;
    font-size: 13px;
    padding: 8px 6px 6px 21px;
    margin-left: 10px;
  }
  .foot-cont,
  .foot-email {
    margin-top: 0;
  }
  .foot-email {
    margin-bottom: 10px;
  }
  .copy-div {
    /*font-size: 12px; */
    margin-bottom: 40px;
  }
  .gallery-div1 {
    padding-bottom: 190px;
  }
}
@media (max-width: 801px) {
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px 7px;
    font-size: 14px;
  }
  .banner-div1 .carousel-caption h1,
  .banner-div1 .carousel-caption h1 span {
    font-size: 27px;
  }
}

@media (max-width: 769px) {
  /*.top-div1{padding-bottom: 20px;}*/

  .menu-div .navbar-light .navbar-nav .nav-item .nav-link::after {
    background: none;
  }
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    margin-bottom: 5px;
  }
  .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link,
  .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link {
    background: #d7eab2;
  }
  .banner-div1 .carousel-caption {
    width: 100%;
  }

  .amenities {
    padding-top: 0px;
  }
  .foot-cont {
    margin-top: -20px;
  }
  .call-div {
    display: none;
  }
  #hm.sticky .logo-div {
    width: 40%;
  }
  .navbar-toggler {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #141414, url("../images/hamburger-icon.png");
  }
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    background-image: none;
    border-bottom: 1px solid #0a0a0a;
    color: #fff;
  }
  .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link,
  .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #000 !important;
  }
  .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link.dropdown-toggle,
  .menu-div
    .navbar-light
    .navbar-nav
    .nav-item.active
    .nav-link.dropdown-toggle {
    color: #fff;
  }
  .offcanvas.offcanvas-top {
    background-color: #251b11 !important;
  }

  #hm.sticky .logo-div img {
    width: 100%;
  }

  .footer1 .footer-sec1 {
    padding: 0;
  }
  .footer1 h5 {
    padding-right: 0;
  }

  .foot-logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .foot-link .d-flex {
    column-gap: 0;
  }

  .foot-location,
  .foot-call {
    margin-bottom: 15px;
  }

  .call-div {
    display: block !important;
  }
  .ind-facility1 {
    margin-bottom: 30px;
  }
  .ind-facility3 {
    margin-bottom: 30px;
  }
  .mob-index-div2 {
    display: block;
  }
  .index-div2 {
    display: none;
  }
  .mob-index-div3 {
    display: block;
  }
  .index-div3 {
    display: none;
  }
  .ind-floor h1 {
    display: block;
    padding-bottom: 30px;
  }
  .ind-floor1 h1 {
    display: none;
  }
  .ind-floor {
    padding-bottom: 30px;
  }
  .f-links li {
    display: inline-flex;
  }
  .f-links {
    text-align: center;
    margin-top: -10px;
  }
  address {
    text-align: center;
    float: none;
  }
  .ft-logo {
    padding-top: 25px;
  }
  .ft-social {
    padding-bottom: 30px;
  }
  .copy-div {
    text-align: center;
  }
  .power-div {
    float: none;
  }
  .ongoing-div1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ongoing-div1 h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 28px;
  }
  .ongoing-div1 p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ongoing1 h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ongoing1 h4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container1 {
    border-radius: 0px;
  }
  .am-img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    margin-top: 30px;
  }
  .i-div2 .am-img {
    margin-right: 0px;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .i-div2 .am-div1 {
    margin-left: 0px;
  }

  .i-div2 .container1 {
    border-radius: 0px;
  }
  .in-div2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .in-div2 h1 {
    text-align: center;
    background-position: 18% 36%;
  }
  .proj-amenities {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .proj-amenities h1 {
    background-position: 25% -9%;
    text-align: center;
    padding-bottom: 5px;
  }
  .mob-project-floorplan h1 {
    text-align: center;
    background-position: 25% 36%;
  }
  .project-floorplan {
    padding-bottom: 50px;
  }
  .project-location h1 {
    text-align: center;
    background-position: 19% -9%;
  }
  .proj-loc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .proj-loc img {
    padding-bottom: 30px;
  }
  .ind-con {
    padding-left: 15px;
    padding-right: 15px;
  }
  .con-div1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .con-map {
    padding-left: 15px;
    padding-right: 15px;
  }
  .completed-div1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-div1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-div1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-floorplan img {
    width: 100%;
  }
  .item {
    padding: 0px;
  }
  .ongoing-amenity {
    padding: 20px 0px;
  }
  .in-div2 {
    padding-top: 21px;
  }
  .mob-project-floorplan {
    display: block;
  }
  .mob-project-floorplan img {
    width: 100%;
  }
  .project-floorplan {
    display: none;
  }
  .flrrr {
    margin-top: -445px;
  }
  .about-div1 h1 {
    background-position: 16% 7%;
  }
  .project-video {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-video {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .flat-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-div img {
    margin-top: 0px;
    width: 85%;
  }
  #hm.sticky .logo-div img {
    padding-top: 10px;
  }
  .Overview p {
    text-align: justify;
  }
  .Overview h4 {
    text-align: center;
  }
  .con2 {
    margin-top: 40px;
  }
  .amenities {
    padding-top: 20px;
  }
  .in-contact1 h1 {
    text-align: center;
  }
  .in-contact1 h3 {
    text-align: center;
  }
  .in-contact1 {
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .banner-div1 .carousel-caption h1 {
    font-size: 27px;
  }

  .f-link li a {
    padding: 8px 6px 6px 16px;
  }
  .foot-link .f-link:nth-child(even) {
    margin-top: -20px;
  }
  .footer1 {
    padding-bottom: 20px;
  }

  /*.copy-div{font-size: 11px;}*/

  #myCarousel2 .carousel-control-prev,
  #myCarousel2 .carousel-control-next,
  .home-div2 .carousel-control-prev,
  .home-div2 .carousel-control-next {
    width: 35%;
    z-index: 100;
  }
}

@media (max-width: 424px) {
  .mob-ind-abt {
    top: 26%;
  }
  .index-div4 h1 {
    font-size: 50px;
  }
  .index-div4 h2 {
    font-size: 50px;
  }
  .ind-floor h1 {
    background-position: 9% 70%;
  }
  .index-div7 h1 {
    background-position: 12% 70%;
  }
  .banner-div1 {
    margin-top: 0px;
  }
  .index-div7 {
    padding-top: 40px;
  }
  .index-div1 {
    padding-top: 50px;
  }
  .footer-div {
    padding-top: 80px;
  }
  .index-div6 h1 {
    font-size: 31px;
  }
  .index-div5 h1 {
    background-position: 14% 13%;
  }
  .ongoing-amenity {
    padding: 16px;
  }
  .i-div2 {
    padding-top: 32px;
  }
  .completed-div1 h1 {
    background-position: 0% -48%;
    font-size: 21px;
    padding-left: 32px;
  }
  .ind-con h2 {
    padding-top: 30px;
  }
  .con-div1 h1 {
    font-size: 30px;
  }
  .ongoing-div1 h1 {
    font-size: 25px;
  }
  .flrrr {
    margin-top: -470px;
  }
}

@media (max-width: 393px) {
  .con-div1 h1 {
    font-size: 28px;
  }
  .flrrr {
    margin-top: -570px;
  }
  .project-video h1 {
    font-size: 23px;
  }
}

#show-sidebar {
  background: #ab7937;
  border-color: #fff;
}

.page-wrapper {
  display: none;
  position: relative;
  z-index: 2000;
}

@media (max-width: 769px) {
  .page-wrapper {
    display: block;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
/* .page-wrapper {
height: 100vh;
} */

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  bottom: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  right: 20px;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  bottom: 100%;
  right: 0;
  z-index: 999;
  transition: all 0.5s ease;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 13px 30px 13px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 ul {
  padding: 5px 0;
  margin: 0px;
  margin-left: -30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-submenu1 li a {
  background: #000;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown1
  .sidebar-submenu1
  li
  a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li a .badge,
.sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown1
  .sidebar-submenu1
  li
  a
  .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu,
.sidebar-wrapper .sidebar-menu .sidebar-submenu1 {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

.chiller-theme .sidebar-wrapper {
  background: #251b11;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #fff;
  text-transform: capitalize;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a {
  border-bottom: 1px solid #787bb4;
  color: #fff;
  text-align: center;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul ul li a {
  color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #000;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li.active > a {
  color: #000;
  background: #d7eab2;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #fff;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: var(--body-color2);
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme
  .sidebar-wrapper
  .sidebar-dropdown
  .sidebar-submenu
  li
  a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #000;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: var(--body-color1);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li.active > a {
  color: #000;
  background: var(--body-color1);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li ul li.active > a {
  color: #fff;
  background: var(--body-color3);
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #fff;
}

.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}

#back_to_top {
  display: inline-block;
  background-color: #9dcb40;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  z-index: 1001;
}
#back_to_top::after {
  content: "\2191";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top:hover {
  cursor: pointer;
  background-color: #49640e;
}
#back_to_top:active {
  background-color: var(--body-color3);
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}

.wrs {
  text-align: center;
  background: #22333d;
  padding: 20px;
  border-radius: 25px;
  height: 435px;
}
.wrs:hover {
  -webkit-box-shadow: 0px 0px 12px -2px rgba(12, 93, 174, 1);
  -moz-box-shadow: 0px 0px 12px -2px rgba(12, 93, 174, 1);
  box-shadow: 0px 0px 12px -2px rgba(12, 93, 174, 1);
}

.wrs h3 {
  font-size: 20px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}
.wrs p {
  color: #ebebeb;
  font-size: 15px;
}
.workspace {
  padding-top: 70px;
  padding-bottom: 20px;
}
.ami h5 {
  font-size: 32px;
  color: #000;
  padding-bottom: 20px;
}
.ami img {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ami h4 {
  font-size: 13px;
  text-align: center;
  padding-bottom: 15px;
  font-family: "Comfortaa", serif;
  padding-top: 10px;
}
#mob-vis {
  display: none;
}
.amenities {
  padding-top: 70px;
  padding-bottom: 30px;
}
.specific {
  background: #dceaff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.specific h5 {
  font-size: 32px;
  padding-bottom: 20px;
  color: #042030;
  text-align: center;
}
/*.specific ul li{    font-size: 16px;
    color: #000;
    line-height: 26px; list-style:none; background:url('../images/arr1.png')no-repeat left center; padding-left:25px;}*/

.specific ul li {
  list-style: none;
  padding: 10px 0px 0px 20px;
  font-size: 16px;
  line-height: 27px;
  background: url(../images/ft-link.png) no-repeat top 20px left;
  color: #000;
}
.specific ul {
  padding-left: 0px;
}

/*.tabbed {*/
/*  width: 100%;*/
/*  margin: 50px auto;    height: 980px;*/
/*}*/

/*.tabbed > input {*/
/*  display: none;*/
/*}*/

/*.tabbed > label {*/
/*  display: block;*/
/*  float: left;*/
/*  padding: 12px 20px;*/
/*  margin-right: 5px;*/
/*  cursor: pointer;*/
/*  transition: background-color .3s;*/
/*}*/

/*.tabbed > label:hover,*/
/*.tabbed > input:checked + label {*/
/*  background: #ab7a37; color:#fff;*/
/*}*/

/*.tabs {*/
/*  clear: both;*/
/*  perspective: 600px;*/
/*}*/

/*.tabs > div {*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  border: 2px solid #ab7a37;*/
/*  padding: 10px 30px 40px;*/
/*  line-height: 1.4em;*/
/*  opacity: 0;*/
/*  transform: rotateX(-20deg);*/
/*  transform-origin: top center;*/
/*  transition: opacity .3s, transform 1s;*/
/*  z-index: 0;*/
/*}*/

/*#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),*/
/*#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),*/
/*#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),*/
/*#tab-nav-4:checked ~ .tabs > div:nth-of-type(4),*/
/*#tab-nav-5:checked ~ .tabs > div:nth-of-type(5),*/
/*#tab-nav-6:checked ~ .tabs > div:nth-of-type(6),*/
/*#tab-nav-7:checked ~ .tabs > div:nth-of-type(7),*/
/*#tab-nav-8:checked ~ .tabs > div:nth-of-type(8),*/
/*#tab-nav-9:checked ~ .tabs > div:nth-of-type(9){*/
/*  transform: rotateX(0);*/
/*  opacity: 1;*/
/*  z-index: 1;*/
/*}*/

/*@media screen and (max-width: 700px) {*/
/*  .tabbed {*/
/*    width: 400px;*/
/*  }*/

/*  .tabbed > label {*/
/*    display: none;*/
/*  }*/

/*  .tabs > div {*/
/*    width: 400px;*/
/*    border: none;*/
/*    padding: 0;*/
/*    opacity: 1;*/
/*    position: relative;*/
/*    transform: none;*/
/*    margin-bottom: 60px;*/
/*  }*/

/*  .tabs > div h2 {*/
/*    border-bottom: 2px solid #4EC6DE;*/
/*    padding-bottom: .5em;*/
/*  }*/
/*}*/
.desk-acc {
  display: none;
}
/*.tabbed tr:nth-child(odd) { background-color: #22333d; color:#fff; padding:10px;}*/
/*.tabbed tr:nth-child(even) { background-color: #fff; color:#000; padding:10px;}*/
.tabs__content tr,
th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.tabs__content th {
  background-color: #035374;
  color: #fff;
  padding: 10px;
}
.tabs__content tr,
td {
  color: #000;
  font-weight: 500;
}
.tabs__content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tabs__content h2 {
  font-size: 20px;
  color: #22333d;
}

.trd {
  padding-top: 70px;
  padding-bottom: 60px;
}
.trd h5 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #8d5407;
}

/*new tab*/
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.credit {
  font-size: 1.2rem;
  float: right;
  margin-top: 0.5em;
}

.credit__link {
  color: #fc5555;
  font-weight: bold;
  text-decoration: none;
}
.credit__link:hover {
  color: #fc5555;
  text-decoration: underline;
}

/* Breakpoints
/* ---------------*/
/* Tab mixin - just give it a breakpoint
/* ---------------*/
/* Tab mixin
/* ---------------*/
@media (max-width: 620px) {
  .tabs--sm {
    border: 1px solid #d4d4d4;
  }
  .tabs--sm .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--sm .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--sm .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--sm .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--sm .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--sm .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--sm .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  .tabs--sm .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--sm .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--sm .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }
}

@media (max-width: 760px) {
  .tabs--md {
    border: 1px solid #d4d4d4;
  }
  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--md .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--md .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--md .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--md .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  .tabs--md .tabs__item--active > .tabs__link {
    background-color: #0a5b8b;
    color: white;
    border: 0;
  }
  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }
}

@media (max-width: 990px) {
  .tabs--lg {
    border: 1px solid #d4d4d4;
  }
  .tabs--lg .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--lg .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--lg .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--lg .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--lg .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--lg .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--lg .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  .tabs--lg .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--lg .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--lg .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }
}

@media (max-width: 1070px) {
  .tabs--xl {
    border: 1px solid #d4d4d4;
  }
  .tabs--xl .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--xl .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--xl .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--xl .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--xl .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--xl .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--xl .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  .tabs--xl .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--xl .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--xl .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }
}

.tabs__list {
  margin: 0;
  margin-bottom: -1px;
}

.tabs__item {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 5px;
}

.tabs__item--active > .tabs__link {
  border: 1px solid #d4d4d4;
  background: white;
  border-bottom: 0;
  position: relative;
  z-index: 3;
  color: #333333;
  background: #a5640b;
}
.tabs__item--active > .tabs__link:hover {
  color: #a5640b;
}

.tabs__link {
  font-weight: 500;
  color: #fff !important;
  background: #22333d;
  padding: 4px 13px 0px 13px;
  font-size: 15px;
  line-height: 2;
  display: block;
  text-decoration: none;
}
.tabs__link:hover {
  color: #fff !important;
  background: #a5640b;
}

.tabs__area {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear;
  height: 0;
}

.tabs__area--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s linear;
  height: auto;
}

.tabs__content {
  margin-bottom: 0;
  background: #fff;
  border: 2px solid #22333d80;
  overflow: hidden;
  position: relative;
  clear: both;
  padding: 22px;
  padding: 2.2rem;
}

/*slider*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 30px !important;
}

.swiper-full-mobile {
  position: relative;
  margin: 50px auto;
  padding-bottom: 50px;
}

.swiper-full-mobile:befores {
  content: "";
  width: 265px;
  background: url(http://md-aqil.github.io/images/Pixel-3-XL.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 565px;
  z-index: 2;
  margin: auto;
}
.swiper-full-mobile .swiper-slide {
  height: 100%;
}
.swiper-full-mobile .swiper-slide img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

.swiper-slide-prev {
  width: 225px !important;
}
.swiper-slide-active {
  width: 590px !important;
}
.swiper-slide-next {
  width: 200px !important;
}
.swiper-slide-active img {
  border: 5px solid #fff !important;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgb(0 0 0 / 81%),
    rgb(0 0 0 / 81%)
  ) !important;
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to left,
    rgb(0 0 0 / 81%),
    rgb(0 0 0 / 81%)
  ) !important;
}

.swiper-slide.swiper-slide-active img {
  border-radius: 00px;
}

.XXXXX__slider h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
.XXXXX__slider a {
  text-decoration: none;
}

/*slider gallery*/
.gal-div {
  background: #22333d;
  margin-top: 20px;
}
:root {
  --arrow-font-size: 30px;
  --arrow-color: #000000;
  --arrow-color-lightbox: #ffffff;
}

.XXXXX__slide img {
  margin: 0 auto;
  max-width: 100%;
}

/*.slick-slider:not(.hero__slider) .slick-prev + .slick-list .slick-slide {
    padding: 0 35px;
}*/

.slick-slider:not(.hero__slider) .slick-prev:before,
.slick-slider:not(.hero__slider) .slick-next:before {
  font-size: var(--arrow-font-size);
  color: #fff;
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-prev:before,
.slick-lightbox .slick-slider:not(.hero__slider) .slick-next:before {
  color: var(--arrow-color-lightbox);
}

.slick-slider:not(.hero__slider) .slick-prev,
.slick-slider:not(.hero__slider) .slick-next {
  height: initial;
  width: initial;
  z-index: 4;
}

.slick-slider:not(.hero__slider) .slick-prev {
  left: 25px;
}

.slick-slider:not(.hero__slider) .slick-next {
  right: 25px;
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-next {
  right: 15px;
}

@media only screen and (min-width: 1600px) {
  .slick-slider:not(.hero__slider) .slick-prev + .slick-list .slick-slide {
    padding: 0;
  }

  .slick-slider:not(.hero__slider) .slick-prev {
    left: unset;
    right: calc(100% + 30px);
  }

  .slick-slider:not(.hero__slider) .slick-next {
    left: calc(100% + 30px);
    right: unset;
  }
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-prev {
  left: 30px;
  right: unset;
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-next {
  right: 30px;
  left: unset;
}

.rotate img {
  transition: 1s ease;
}

.rotate img:hover {
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
  transition: 1s ease;
  -webkit-box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
  -moz-box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
  box-shadow: 10px 10px 13px -12px rgba(12, 93, 174, 1);
}

.blog-header {
  height: 350px;
  background-image: url("../images/blog-header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-header .background-overlay {
  background-color: #000;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.blog-header .text-container {
  color: white;
  position: relative;
}
.blog-header .text-container h1 {
  font-size: 52px;
  font-weight: 700;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.blog-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.blog-card a,
.blog-card h3 {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-title {
  padding: 15px;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.blog1-split {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.contact-btn {
  margin-top: 20px;
  text-decoration: none;
  background-color: #363636;
  color: white;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #363636;
  transition: all 0.4s;
}

.contact-btn:hover {
  background-color: #fff;
  color: #363636;
}

.rhs-img {
  float: right;
  margin-left: 10px;
  width: 50%;
}

@media (max-width: 980px) {
  .blog-cards {
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  #mob-vis {
    display: block;
  }
  #mob-vis .XXXXX__slide img {
    height: 500px;
    object-fit: cover;
  }
  .blog1-split {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #mob-hidvis {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-head {
    display: none;
  }
  .ind-abt {
    margin-right: 0px !important;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .footer-div {
    text-align: center;
  }
  .mob-acc {
    display: block;
  }
  .desk-acc {
    display: none;
  }
  .wrs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .amenities h5 {
    text-align: center;
  }
  .trd h5 {
    text-align: center;
  }
  .gl h5 {
    text-align: center;
  }
  .specific h5 {
    text-align: center;
  }
  .mob-acc .accordion {
    width: 100%;
  }
  /*.swiper-slide-active{width: 98.6667px!important;}
    .swiper-slide-prev{width: 98.6667px!important;}
    .swiper-slide-next{width: 98.6667px!important;}*/
  .swiper-container {
    margin: 0px !important;
  }
}

@media (max-width: 654px) {
  .blog-container {
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .rhs-img {
    float: unset;
    margin-left: 0px;
    width: 100%;
  }
}


form#leadForm {
    max-width: 900px;
    margin: 0 auto;
}
input, select, textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
button[type="submit"] {
    padding: 12px 30px;
    font-size: 1.1rem;
    cursor: pointer;
    background-color: #ab7937;
    color: white;
    border: none;
    border-radius: 4px;
}


#chat-bot-launcher-container {
    right: auto !important;
    left: 20px !important;
}

#chat-bot-frame-container {
    right: auto !important;
    left: 20px !important;
}

#chat-bot-message-container {
    right: auto !important;
    left: 20px !important;
    margin-right: 0 !important;
    margin-left: -5px !important;
}