/* ----------------------------------------------------header start--------------------------------------------------------------------- */
.navbar-expand-lg {
  background-color: #08142e;
  padding: 0 !important;
}
.navbar-brand {
  padding: 0 !important;
}
.navbar-brand img {
  width: 200px;
}
.navbar-nav {
  width: 100% !important;
  justify-content: space-around;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: white;
  font-size: 15px;
  font-weight: 800;
}
@media (max-width: 990px) {
  .navbar-collapse {
    padding-left: 25px;
  }
}
.nav-link {
  text-decoration: unset !important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #e8b84a;
}
.fa-bars {
  color: white;
}
.dropdown-toggle {
  white-space: nowrap;
  color: white !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
  background-color: #08142e;
}

.dropdown:hover .dropdown-menu .dropdown-item {
  display: block !important;
  color: white;
}
.dropdown-menu .dropdown-item:hover {
  display: block !important;
  color: #e8b84a !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #e8b84a !important;
  background-color: #08142e !important;
}
.carousel-caption {
  position: absolute;
  right: 0 !important;
  bottom: 1.25rem;
  left: 0 !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  top: 141px;
}
.dropdown:hover .dropdown-toggle {
  color: #e8b84a !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 50px !important;
  height: 43px !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4% !important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}
.carousel-control-prev-icon:hover {
  background-color: #08a4a0;
  transition: all 1s;
}
.carousel-control-next-icon:hover {
  background-color: #08a4a0;
  transition: all 1s;
}
/* ----------------------------------------------------header end--------------------------------------------------------------------- */

/* ----------------------------------------------------banner start--------------------------------------------------------------------- */
.banner {
  background-color: #08142e;
}
.row1 {
  align-items: center;
}

.text_1 {
  background-color: #000;
}

.banner-text {
  padding: 10px 0px 10px 50px;
}

.banner-text-2 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  color: #000;
}

.banner-text h2,
.banner-text-2 h2 {
  font-size: 58px;
  line-height: 80px;
  word-spacing: 2px;
  letter-spacing: 1px;
}
.banner-text p,
.banner-text-2 p {
  color: white;
  font-weight: 400;
  font-size: 18px;
}
.banner-img {
  display: flex;
  justify-content: flex-end !important;
}
.banner-img img {
  width: 100%;
}
.btn1 {
  background-color: #08a4a0 !important;
  color: white !important;
  font-size: 14px !important;
  padding: 9px 36px !important;
  font-weight: 600 !important;
  box-shadow: inset 0 0 0 0 #08142e !important;
  transition: ease-out 1s !important;
}
.btn1:hover {
  background-color: #e8b84a !important;
  transition: 1s !important;
  color: black !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.banner-text hr,
.banner-text-2 hr {
  width: 158px;
  border-bottom: 4px solid white !important;
  opacity: 1;
  border-radius: 12px;
}

/* ----------------------------------------------------banner end--------------------------------------------------------------------- */

/* ----------------------------------------------------About us start--------------------------------------------------------------------- */
.about-us {
  padding: 50px;
}
.content-2 h2 {
  color: #26324c;
  font-size: 43px;
  line-height: 48px;
}
.content-2 p {
  color: #0000009c;
  text-align: justify;
  font-size: 17px;
  font-weight: 500;
}
.bottom-text {
  color: #0000009c;
  text-align: justify;
  font-size: 17px;
  font-weight: 500;
  margin-top: 8px !important;
}
/* ----------------------------------------------------About us end--------------------------------------------------------------------- */

/* ----------------------------------------------------project start--------------------------------------------------------------------- */
.project {
  padding: 40px 26px;
}
.content-3 {
  text-align: center;
}
.content-3 h2 {
  color: #26324c;
  font-size: 43px;
  line-height: 48px;
}
.content-3 p {
  color: #0000009c;
  font-size: 17px;
  font-weight: 500;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card {
  width: 300px;
  margin: 10px 30px;
  border-bottom: 5px solid #08142e !important;
}
.card .card-text {
  text-align: center;
}
.card-text {
  padding: 15px 10px;
}
.card-text h3 {
  color: #f35f31;
  font-size: 21px;
  font-weight: 500;
}
.card-text p {
  color: #0000009c;
  font-size: 17px;
  font-weight: 500;
}
.card-text hr {
  margin: 0;
}
.card-text .btn3 {
  background-color: #f35f31;
  color: white;
  box-shadow: inset 0 0 0 0 #ff6700;
  transition: ease-out 1s !important;
  margin-top: 10px;
}
.card-text .btn3:hover {
  background-color: white;
  color: #f35f31;
  border: 1px solid #f35f31;
}
/* ----------------------------------------------------project end--------------------------------------------------------------------- */
/* ----------------------------------------------------Vision start--------------------------------------------------------------------- */
.content4 {
  background-image: url(../img/vision.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 50vh;
}
.content4 h2 {
  font-size: 34px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 25px;
}
.logo1 {
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -47px;
}
.card1 {
  display: flex;
  align-items: center;
  text-align: center;
  width: 465px;
  padding: 10px 40px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none !important;
}
.card1-text h3 {
  color: #26324c;
  font-size: 30px;
  line-height: 48px;
}
.card1-text p {
  color: #0000009c;
  font-size: 17px;
  font-weight: 500;
}
.flex1 {
  position: absolute;
  top: 194px;
  width: 100%;
}
.vision {
  padding: 0 0 10%;
  position: relative;
}
/* ----------------------------------------------------Vision end--------------------------------------------------------------------- */

/* ----------------------------------------------------gallery start--------------------------------------------------------------------- */

.flex-column {
  max-width: 270px;
}
.flex-column img {
  margin: 5px;
}

.scale {
  transform: scaleY(1.05);
  padding-top: 5px;
}

/* Gallery */
.row2 {
  justify-content: center;
}
.row2 > .column {
  padding: 0 8px;
  margin: 10px 10px 20px;
  width: 20%;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
}
.mySlides1 img {
  width: 35% !important;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff1a !important;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  top: 0;
  border-radius: 14px;
}

/* The Close Button */
.close {
  color: white !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px !important;
  font-weight: bold !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-weight: 700;
}
.numberpara {
  color: black;
  font-size: 20px;
  padding: 8px 12px;
  font-weight: 700;
  padding: 5px 1px 0;
}
.mySlides img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery h2 {
  color: #26324c;
  font-size: 43px;
  line-height: 48px;
  text-align: center;
}
/* ----------------------------------------------------gallery end--------------------------------------------------------------------- */
/* ----------------------------------------------------testimonial start------------------------------------------------------------------- */

#testimonial {
  padding: 30px 0px 20px;
  background-image: url(../img/vision.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#testimonial h2 {
  font-size: 26px;
  text-align: center;
  color: white;
}
#testimonial .client-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 3px solid #fff;
  margin: 0px auto;
  border-radius: 100%;
  position: absolute;
  left: 0px;
}
#testimonial .carousel-content {
  padding: 20px 0px 20px 100px;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
#testimonial h3 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
  font-style: italic;
  text-align: right;
}
#testimonial p {
  font-size: 15px;
  color: #fff;
}
#testimonial .client-img img {
  width: 100%;
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
  font-size: 36px;
  text-decoration: none;
  font-size: 36px;
  color: white !important;
}

.testimonial_btn {
  justify-content: end;
  display: flex;
  margin-right: 80px;
  margin-top: 18px;
}

.testimonial_btn a {
  background-color: rgb(8, 164, 160) !important;
  color: white !important;
  font-size: 14px !important;
  padding: 9px 36px !important;
  font-weight: 600 !important;
  box-shadow: rgb(8, 20, 46) 0px 0px 0px 0px inset !important;
  transition: all 1s ease-out 0s !important;
  text-decoration: unset;
  border-radius: 0.25rem;
}

.testimonial_btn a:hover {
  background-color: #e8b84a !important;
  transition: 1s !important;
  color: black !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* ----------------------------------------------------testimonial end------------------------------------------------------------------- */
/* ----------------------------------------------------contact us start------------------------------------------------------------------- */
.contact {
  padding: 40px 26px;
}
.contact-info {
  background-color: #08142e;
  color: white;
  padding: 34px 35px !important;
}
.form1 input {
  width: 100%;
  box-shadow: none;
  height: 45px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
  outline: none;
}
.form1 textarea {
  width: 100%;
  box-shadow: none;
  height: 45px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
  outline: none;
}
.contact-title {
  padding-bottom: 25px;
}
.contact-title h5 {
  font-weight: 500;
  color: #ffffffb5;
}
.contact-title h2 {
  font-size: 35px;
  font-weight: 400;
}

.contact-icon {
  display: flex;
  align-items: center;
}

.contact-icon i {
  border: 2px solid#08a4a0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 21px;
}
.content-form {
  padding: 34px 35px !important;
  background-color: #fff;
}
.contact-title2 h2 {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 30px;
}
.contact-title2 h5 {
  font-weight: 600;
  padding-bottom: 10px;
  color: #f35f31;
  font-size: 17px;
}
/* ----------------------------------------------------contact us end------------------------------------------------------------------- */

.wa {
  position: fixed;
  right: 50px;
  bottom: 100px;
}

/* -----------------------------------------------------footer  start------------------------------------- */
footer hr {
  margin-left: 0px;
}
footer a {
  text-decoration: none !important;
}
footer {
  background-color: #08142e;
  color: #dadada;
  padding: 20px 20px 10px 50px;
}
footer h3 {
  color: white !important;
  font-size: 20px;
}
footer h6 {
  font-size: 16px !important;
}
footer .content_1,
footer .content_2,
footer .content_3,
footer .content_4 {
  margin-top: 20px;
}
footer .content_1 hr,
footer .content_2 hr,
footer .content_3 hr,
footer .content_4 hr {
  width: 18%;
  border-bottom: 3px solid #dadada;
  opacity: 1;
}
footer .content_1 p {
  text-align: justify;
}
footer .content_1 span {
  font-size: 18px;
  font-weight: 600;
}

footer span i {
  margin: auto 10px;
}

footer .content_2 li,
footer .content_3 li {
  list-style-type: none;
  margin: 15px auto;
}
footer .content_2 ul,
footer .content_3 ul {
  margin-left: -30px;
}
footer .content_2 li :hover,
footer .content_3 li :hover {
  list-style-type: none;
  color: #e8b84a;
  transition: 0.3s;
}

footer .content_4 .content_4_1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
footer .content_4 i {
  padding: 15px;
  font-size: 20px;
  border-radius: 50%;
  color: white;
  float: left;
  border: 1px solid white;
}
footer .content_4 h6 {
  font-weight: 600;
  /* margin-left: 70px; */
  font-size: 20px;
}
footer .content_4 span {
  /* padding-left: 20px; */
}
.right_column {
  margin-left: 10px;
}
footer .content_4 .text_1 {
  padding-left: 70px;
}
footer a {
  color: #dadada;
  text-decoration: none;
}
footer .footer_bottom p {
  text-align: center;
}
footer .content_1 a:hover {
  color: #ff6700;
}
.footer-menu {
  display: flex;
  justify-content: center;
}
.footer-icon i {
  border: 1px solid white;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  border-radius: 26px;
  margin-right: 10px;
}
.copyright-text:hover {
  color: #dadada;
}
/* -----------------------------------------------------footer  end------------------------------------- */

/* -----------------------------------------------------aboutus  start------------------------------------- */
.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-title {
  position: absolute;
  color: white;
  padding: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #08142e;
  border-left: 10px solid #08a4a0 !important;
}
.content-header h4 {
  color: #e8b84a;
  font-size: 20px;
  font-weight: 800;
}
.banner-bg img {
  position: absolute;
  top: 60px;
  left: 103px;
  z-index: -1;
}

.col-box1:hover .banner-bg img {
  position: absolute;
  top: 60px;
  left: 120px;
  z-index: -1;
  transition: ease-in-out 1s;
}
.content-text p {
  text-align: justify;
}
.bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-img img {
  width: 100%;
}

/* -----------------------------------------------------aboutus  end------------------------------------- */
/* -----------------------------------------------------On Going Projects  start------------------------------------- */
.col-box2 {
  display: flex;
  justify-content: center;
}
.content1-text .card3 {
  padding: 28px;
  background-color: #08142e;
  color: white;
  font-size: 16px;
  width: 450px;
  height: 300px;
  margin: 10px 8px;
  border-bottom: 5px solid #08a4a0 !important;
}
.content2-text {
  padding: 30px;
}
.content2-text p {
  color: white;
  font-size: 17px;
  font-weight: 500;
}
.content1-text h4 {
  font-size: 19px;
}
.content3-text h4::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 25px;
  background-color: #08a4a0;
  left: 3px;
}

.content1-text h2 {
  font-size: 30px;
  color: #08142e;
  font-weight: 700;
}

.content2-text h3 {
  font-weight: 900;
  color: #08a4a0;
  font-size: 30px;
}
table {
  width: 80%;
  text-align: center;
}
th {
  background-color: #e8b84a;
  color: white;
}
td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  text-align: center;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.content2 {
  padding: 0 50px 0;
  background-image: url(../img/about7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
/*------------------------------------------------------ pop up start ------------------------------------------------------------- */
.box {
  width: 40%;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 4px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
}

.button {
  font-size: 1em;
  padding: 10px 30px;
  color: #fff;
  background-color: #08a4a0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  border: 2px solid #08142e;
  background-color: white;
  color: #08142e;
  text-decoration: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 10px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: black !important;
}
.popup .close:hover {
  color: #055155;
}
.popup .content {
  max-height: 90%;
  overflow: auto;
  height: 90vh;
}
.pop-ul {
  padding-left: 0 !important;
}
.services-a:hover {
  text-decoration: none;
}

.services-content {
  padding: 26px;
}

.spec-text .col-lg-6 h5 {
  font-size: 18px;
  color: #08142e;
}
.specification {
  padding: 50px;
}

/* FEATURES */
.FEATURES {
  padding: 50px;
}
.FEATURES h2 {
  font-size: 25px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flex-box .icon-box {
  text-align: center;
  padding: 15px 10px;
  border-radius: 18px;
  transition: all 1s;
  width: 250px;
  align-items: center;
  justify-content: center;
}

.flex-box .icon-box:hover {
  background-color: #08a4a0;
  color: white;
}
.flex-box .icon-img {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -25px;
  border: 1px solid #08142e;
  transition: all 2s;
}
.flex-box .icon-box:hover .icon-img {
  background-color: #08a4a0;
}
/* AMENITIES */
.AMENITIES {
  padding: 50px;
}
.AMENITIES h2 {
  font-size: 25px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
.content6 {
  padding: 0 50px 0;
  background-image: url(../img/gallery1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.location_plan {
  padding: 50px;
}

.location_plan h2 {
  font-size: 25px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}

.loc_plan_pdfs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.loc_plan_pdfs a {
  color: #fff;
  text-decoration: none;
}

.loc_plan_pdfs a:hover {
  color: #fff;
}

.pdf_1 {
  background: #0a142f;
  color: #fff;
  padding: 15px 35px;
  border: none;
  outline: none;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.pdf_1:hover {
  background: #36a4a1;
  color: #fff;
}

.pdf_2 {
  background: #36a4a1;
  color: #fff;
  padding: 15px 35px;
  border: none;
  outline: none;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.pdf_2:hover {
  background: #0a142f;
  color: #fff;
}

/* -----------------------------------------------------On Going Projects  end------------------------------------- */
/* -----------------------------------------------------specification  start------------------------------------- */
.plan-card {
  max-width: 385px;
  height: 271px;
  position: relative;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  margin: 25px 0;
  width: 90%;
}

.plan-card .elms-animation,
.plan-card .plan-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-card .elms-animation {
  z-index: 5;
}
.plan-card .elms-animation span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: 0;
  width: 0;
  transition: all 0.5s ease-out;
}
.plan-card .elms-animation span.one {
  top: 0;
  left: 0;
}
.plan-card .elms-animation span.two {
  top: 0;
  right: 0;
}
.plan-card .elms-animation span.three {
  left: 0;
  bottom: 0;
}
.plan-card .elms-animation span.four {
  right: 0;
  bottom: 0;
}

.plan-card:hover .elms-animation span {
  width: 50%;
  height: 50%;
}

.plan-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.plan-card .plan-content {
  z-index: 6;
  visibility: hidden;
}
.plan-card:hover .plan-content {
  animation: show 0.3s 0.4s linear forwards;
}
.plan-card .plan-content button {
  padding: 0.6rem 1.3rem;
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.plan-card .plan-content button:hover {
  background: #fff;
  color: #333;
}

@keyframes show {
  to {
    visibility: visible;
  }
}
.flex-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.numbertext {
  color: white;
  background-color: #000000a8;
}
/* planA */
.plan-A {
  padding: 50px;
}
.plan-A h4 {
  padding-bottom: 11px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  color: #08142e;
}
.plan-A h2::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 39px;
  background-color: #08a4a0;
  left: 37px;
}

.planA h3 {
  font-size: 25px;
  color: #08a4a0;
  font-weight: 600;
}
.planA h4 {
  font-size: 22px;
  color: #08142e;
  font-weight: 700;
  padding: 28px 0 15px;
}
.planA ul {
  padding: 0;
}
.planA ul li {
  font-size: 21px;
  margin-top: 15px;
  color: rgb(0 0 0 / 72%);
  list-style-type: none;
  padding: 10px 10px 5px 0px;
  font-weight: 500;
}
.elevation {
  padding: 50px;
}
.elevation h2::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 38px;
  background-color: #08a4a0;
  left: 32px;
}
.FLOOR-PLAN {
  padding: 50px;
}
.FLOOR-PLAN h2 {
  font-size: 25px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
.floor-col1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 40px;
}

/*------------------------------------------------------- contact---------------------------------------------------------------us */
.form {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#textarea {
  width: 100%;
  box-shadow: none;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
#textarea:focus {
  width: 100%;
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.contact1 i {
  background-color: #08142e;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  color: white;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.align {
  padding-left: 70px;
}
.align-text {
  font-size: 24px;
  font-weight: 700;
  color: #08142e;
}
.input-bottom {
  margin-top: 15px;
  border: 2px solid #08142e;
}
.input-bottom:hover {
  background-color: white !important;
  border: 2px solid #1ab2a6;
  padding: 10px;
  text-align: center;
  color: #1ab2a6;
  transition: ease-out 0.5s !important;
}
.form-align {
  padding: 30px;
}
.form-h1 {
  background-color: #1ab2a6 !important;
  padding: 10px;
  text-align: center;
  color: white;
  margin-bottom: 25px;
  width: 100%;
}
.input-bottom:hover {
  background-color: white !important;
  border: 2px solid #1ab2a6;
  padding: 10px;
  text-align: center;
  color: #1ab2a6;
  transition: ease-out 0.5s !important;
}
input {
  width: 100%;
  box-shadow: none;
  height: 45px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
}
.contact-form {
  background-color: #08142e;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.contact-form1 {
  background-color: #08a4a0;
  padding: 20px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.contact1 p {
  color: white;
}
.contact1 h5 {
  font-weight: 700;
  color: white;
  font-size: 21px;
}
.form-h2 {
  background-color: #08142e !important;
}
.bottom1:hover {
  background-color: white !important;
  border: 2px solid #08142e;
  padding: 10px;
  text-align: center;
  color: #08142e;
  transition: ease-out 0.5s !important;
}

.map {
  display: grid;
  place-items: center;
  width: 100%;
  margin-bottom: 50px;
}
/* -----------------------------------------------------services  start------------------------------------- */
.Services {
  padding: 50px;
}
.Services-2 {
  padding: 50px;
}

.service-col1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.service-col1 .bg1 {
  z-index: -1;
  width: 186px;
  height: 350px;
  background-color: #08a4a0;
  position: absolute;
  right: 148px;
  transition: ease-in-out 1s;
}
.service-col1:hover .bg1 {
  z-index: -1;
  width: 186px;
  height: 350px;
  background-color: #08a4a0;
  position: absolute;
  left: 110px;
}
.service-box {
  text-align: center;
  padding: 15px 10px;
  border-radius: 18px;
  transition: all 1s;
  cursor: pointer;
  width: 250px;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid #08a4a0 !important;
}
.service-box .service-img {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -25px;
  border: 1px solid #08142e;
  transition: all 2s;
}
.service-box .service-img p {
  font-size: 30px;
  font-weight: 900;
  color: #08142e;
  transition: all 2s;
}
.service-box:hover .service-img {
  background-color: #08a4a0;
  color: white !important;
}
.service-box:hover {
  border-bottom: 5px solid #08142e !important;
}
.service-box:hover .service-img p {
  color: white !important;
}
.service-box:hover {
  background-color: #08a4a0;
  color: white !important;
}
.service-box .service-text p {
  font-weight: 700;
}
.Services-2 h4 {
  font-size: 25px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
.service-text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
.service-text h4 {
  color: #e8b84a;
  font-size: 20px;
  font-weight: 800;
}
/* -----------------------------------------------------services  end------------------------------------- */
/* -----------------------------------------------------gallery  start------------------------------------- */
.product {
  padding: 50px;
}
.row1 .column1 {
  float: left;
  width: 22% !important;
}
.Gallery-row .column img {
  height: 100%;
}
.Gallery-row .column img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.gallery-modal .mySlides img {
  width: 60%;
  height: 400px;
}
.gallery-modal .mySlides p {
  color: white;
}
.gallery-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
/* -----------------------------------------------------gallery  end------------------------------------- */
/* -----------------------------------------------------Home Interiors  start------------------------------------- */
.HomeInteriors-col1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.HomeInteriors-col1 .bg2 {
  z-index: -1;
  width: 230px;
  height: 298px;
  background-color: #08a4a0;
  position: absolute;
  left: -8px;
  transition: ease-in-out 1s;
}
.HomeInteriors-col1:hover .bg2 {
  left: 10px;
}
.Interiors-content {
  color: white;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Interiors-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  padding-bottom: 20px;
}

@media (max-width: 990px) {
  .Interiors-list {
    margin-left: 20px;
  }
  .carded_text {
    margin-top: 110px !important;
  }
}

@media (max-width: 767px) {
  .Interiors-list {
    margin-left: 2px;
  }
}

.Interiors-list ul {
  padding: 0;
}
.Interiors-list ul li {
  list-style-type: none;
  list-style-type: none;
  font-weight: 800;
  padding-bottom: 9px;
}
.Interiors-list ul li i {
  color: #08a4a0;
  padding-right: 10px;
}
.Interiors-content1 {
  padding: 50px;
}
.Interiors-content1 h4 {
  font-size: 30px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
.card3img-bg img {
  position: absolute;
  top: 70px;
  left: 103px;
  z-index: -1;
}
.card3-text ul li {
  padding-bottom: 10px;
  list-style-type: none;
}
.card3-text ul li i {
  padding-right: 10px;
  color: #08a4a0;
}
.card3-text ul {
  padding: 0;
}
.card3-img {
  display: flex;
  justify-content: center;
}

.Interiors-content2 {
  padding: 50px;
}
.Interiors-content2 h4 {
  font-size: 30px;
  font-weight: 700;
  color: #08142ef2;
  padding-bottom: 20px;
}
.Interiors-bottom ul {
  padding: 0;
}
.Interiors-bottom ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 15px;
}
.Interiors-bottom ul li i {
  color: #08a4a0;
  padding-right: 20px;
  padding-top: 6px;
}

.interiors_ll {
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
}
/* -----------------------------------------------------Home Interiors  end------------------------------------- */
/* -----------------------------------------------------on  going  start------------------------------------- */

.card4 {
  width: 557px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ongoing {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 50px;
}

.ongoing .card {
  position: relative;
  cursor: pointer;
}

.ongoing .card .face {
  width: 527px;
  height: 230px;
  transition: 0.5s;
  overflow: hidden;
}

.ongoing .card .face.face1 {
  position: relative;
  background: #08142e;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.ongoing .card:hover .face.face1 {
  background: #08a4a0;
  transform: translateY(0);
}
.ongoing .card:hover .face.face3 {
  background: #e8b84a !important;
  transform: translateY(0);
}
.ongoing .card .face.face1 .content8 {
  transition: 0.5s;
}

.ongoing .card:hover .face.face1 .content8 {
  opacity: 1;
}

.ongoing .card .face.face1 .content8 img {
  width: 100%;
}

.ongoing .card .face.face1 .content8 h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.ongoing .card .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}

.ongoing .card:hover .face.face2 {
  transform: translateY(0);
}

.ongoing .card .face.face2 .content8 p {
  margin: 0;
  padding: 0;
}

.ongoing .card .face.face2 .content8 a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.ongoing .card .face.face2 .content8 a:hover {
  background: #333;
  color: #fff;
}
/* -----------------------------------------------------on  going  end------------------------------------- */
/* -----------------------------------------------------Project  start------------------------------------- */
.projects1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ongoing .card .pro-face {
  width: 330px;
  height: 240px;
  transition: 0.5s;
  overflow: hidden;
}

.content8 img {
  width: 300px;
  height: 180px;
}
/* -----------------------------------------------------Project  end------------------------------------- */
/* -----------------------------------------------------Testimonal  start------------------------------------- */
.testimonial1 {
  padding: 50px;
  padding: 30px 0px 20px;
  background-image: url(../img/gallery1.png) !important;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* **************************************
inner-testimonial
*************************************** */

.testimonial1 p {
  font-size: 21px !important;
  width: 90%;
  margin-left: 45px;
}

.testi-carousel-client-img {
  left: 3% !important;
}

.testi-carousel-client-img1 {
  left: 88% !important;
}

.testi-cont-h3 {
  text-align: left !important;
  margin-left: 35px;
}
.testimonial-column {
  margin: 15px 0;
}

.testi-carousel-content {
  background-color: #0000008c;
  border-radius: 15px;
  padding: 50px 20px 20px 100px !important;
  width: 95% !important;
}

.testi-carousel-content1 {
  background-color: #0000008c;
  border-radius: 15px;
  padding: 50px 100px 20px 10px !important;
  width: 95% !important;
}

@media (max-width: 990px) {
  #testimonialdiv {
    padding: 50px 25px !important;
  }
  .testi-carousel-content {
    width: 90% !important;
  }
  .testi-carousel-content1 {
    width: 90% !important;
  }
}

@media (max-width: 830px) {
  .testi-carousel-client-img1 {
    left: 85% !important;
  }
}

@media (max-width: 630px) {
  .testi-carousel-content {
    padding: 120px 20px 20px 20px !important;
  }
  .testi-carousel-content1 {
    padding: 120px 20px 20px 20px !important;
  }
  .testi-carousel-client-img {
    left: 40% !important;
    top: 5%;
  }
  .testi-carousel-client-img1 {
    left: 40% !important;
    top: 5%;
  }
  .testimonial1 p {
    margin-left: 15px;
  }
}

@media (max-width: 576px) {
  .testi-carousel-content {
    padding: 40px 20px 20px 20px !important;
  }
  .testi-carousel-content1 {
    padding: 40px 20px 20px 20px !important;
  }
}

/* -----------------------------------------------------Testimonal  end------------------------------------- */
/* -----------------------------------------------------career form  start------------------------------------- */

.career_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 50px;
  background: #4aa4a1;
  border-radius: 20px;
  padding: 60px 0;
}

.career_form div {
  /* width: 50%; */
}

.career_form .career_img {
  /* width: 300px; */
  /* height: 300px; */
}

.career_form .career_data {
  background: rgba(255, 255, 255, 0.3);
  padding: 35px;
  border-radius: 20px;
  /* margin: auto !important; */
}

.career_form .career_img img {
  width: 100%;
  height: 100%;
}

.career_form .career_data .radio_fields {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

@media (max-width: 768px) {
  .career_form .career_data .radio_fields {
    align-items: start;
  }
}

.career_form .career_data .radio_fields .field input[type="radio"] {
  display: inline-block;
  width: 10%;
  height: 15px;
  margin-bottom: 0px !important;
  margin-top: 4px;
}

.career_form .career_data .field {
  display: flex;
  width: 25%;
}

@media (max-width: 768px) {
  .career_form .career_data .radio_fields .field input[type="radio"] {
    width: 15%;
  }
  .career_form .career_data .field {
    display: flex;
    width: 75%;
  }
}

.career_form .career_data .field label {
  margin-left: 8px;
}

.career_sub button {
  background: #0a142f;
  color: #fff;
  padding: 15px 35px;
  border: none;
  outline: none;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.career_sub button:hover {
  background: #36a4a1;
  color: #fff;
}

/* -----------------------------------------------------career form  end------------------------------------- */
/* -----------------------------------------------------MOUNTAIN MIST  start------------------------------------- */
.mist-col1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mist-col1 img {
  width: 80%;
}

.bg3 {
  z-index: -1;
  width: 211px;
  height: 283px;
  background-color: #08a4a0;
  position: absolute;
  left: 70px;
  transition: ease-in-out 1s;
}
.mist-col1:hover .bg3 {
  z-index: -1;
  width: 211px;
  height: 283px;
  background-color: #e8b84a;
  position: absolute;
  left: 90px;
  transition: ease-in-out 1s;
}

.content3 {
  padding: 50px;
}
.col-box2 img {
  width: 100%;
  height: 340px;
}
/* -----------------------------------------------------MOUNTAIN MIST  end------------------------------------- */
/* -----------------------------------------------------Saravanampatti  start------------------------------------- */
.mist-col1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bg4 {
  z-index: -1;
  width: 211px;
  height: 283px;
  background-color: #fcba0cba;
  position: absolute;
  right: -20px;
  transition: ease-in-out 1s;
}
.mist-col1:hover .bg4 {
  background-color: #08a4a0;
  right: -10px;
}

/* -----------------------------------------------------Saravanampatti end------------------------------------- */

/* Joint Venture Start */

.jv_form_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.jv_img {
  width: 100%;
}

.jv_img img {
  width: 100%;
}

.jv_form {
  width: 100%;
  background: #fff;
  color: #000;
  margin: 50px 0;
  padding: 50px 40px;
  border-radius: 15px;
}

.jv_content {
  background: #36a4a1;
  color: #fff;
  margin: 50px 0;
  padding: 50px;
  text-align: center;
}

.jv_content p {
  font-size: 20px;
  margin-bottom: 25px;
}

.jv_content p a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
}

.jv_content p a:hover {
  color: #0a142f;
}

.jv_form .fields {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 25px 10%;
  margin: 50px 0;
}

.jv_form .fields input {
  width: 100%;
  font-size: 18px;
  color: #000;
  outline: none;
  border: none;
  border-bottom: 1px solid #333;
}

.jv_form .fields textarea {
  width: 100%;
  font-size: 18px;
  color: #000;
  outline: none;
  padding: 15px;
}

.jv_form button {
  background: #36a4a1;
  color: #fff;
  padding: 15px 35px;
  border: none;
  outline: none;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.jv_form button:hover {
  background: #0a142f;
  color: #fff;
}

span .cap {
  text-transform: uppercase;
}
/* Joint Venture End */
