@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
  outline: none;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 29px;
  color: #7c7a7a;
  letter-spacing: .45px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Jost", sans-serif;
  font-weight: 400
}

a,
a:active,
a:link,
a:hover {
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  outline: none;
  font-weight: normal;
  color: #000;
  font-family: "Gilda Display", serif;
}

h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2em;
  margin-bottom: 25px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2em;
  margin-bottom: 25px;
}

h3 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2em;
  margin-bottom: 25px;
}

h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #0f0200;
}

p {
  font-weight: normal;
  text-align: inherit;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 1.7
}

spacer:before {
  content: "\2044";
  display: inline;
  margin: 0px 5px
}

spacer {
  display: inline;
  margin: 0px 5px
}

.npm {
  padding: 0;
  margin: 0
}

.white-text {
  color: #fff !important
}

.white-bg {
  background-color: #fff !important;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.white-bg:hover {
  background-color: #162c44 !important;
  padding: 10px;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0
}

button {
  border: 0 !important;
  outline: 0 !important
}

.black-text {
  color: #010101
}

.p70 {
  padding: 70px 0;
  position: relative
}

.container-fluid1 {
  padding-left: 45px;
  padding-right: 45px
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

.sub-title {
  font-size: 20px;
  line-height: 45px;
  /* color: #0097d9; */
  color: #0088b3;
  font-weight: 600;
  margin-bottom: 69px;
}

.bg-blue {
  background: #163568;
}

.blue-text {
  color: #163568;
  font-family: "Jost", sans-serif;
}

.fs-20 {
  font-size: 20px;
}

.light-blue-text {
  color: #0097d9;
  font-family: "Jost", sans-serif;
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-dark-grey {
  background-color: #f6f4f1ed;
}

.bg-white-1 {
  background-color: #fff;
  padding: 30px 15px 0px 15px;
  border: 1px solid #eee;
}

.bg-white-1 h5 {
  margin-bottom: 15px;
}

.bg-white-1 img {
  margin-bottom: 15px;
}


/* New flexbox for logos */
.logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bor-top {
  border-top: 3px solid #0097d9;
}

.ptb-10 {
  padding-top: 10px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited {
  background: #163568;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 4px;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: 0;
}

a.btn-main.fx-slide {
  overflow: hidden;
}

a.btn-main.fx-slide span {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

a.btn-main.fx-slide:hover span {
  transform: translate(0, 40px);
  opacity: 0;
}

a.btn-main.fx-slide:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

a.btn-main.fx-slide:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.3s ease-in-out;
}

.btn-right {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  text-align: center;
}

a.btn-main-1,
a.btn-main-1:active,
a.btn-main-1:focus,
a.btn-main-1:visited {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0px 5px;
  text-decoration: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 4px;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 1px solid #fff;
}


a.btn-main-1.fx-slide-1 {
  overflow: hidden;
}

a.btn-main-1.fx-slide-1 span {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

a.btn-main-1.fx-slide-1:hover span {
  transform: translate(0, 40px);
  opacity: 0;
}

a.btn-main-1.fx-slide-1:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

a.btn-main-1.fx-slide-1:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.3s ease-in-out;
}

.btn-right-1 {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  text-align: center;
}

a.btn-main-2,
a.btn-main-2:active,
a.btn-main-2:focus,
a.btn-main-2:visited {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 4px 15px;
  text-decoration: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 4px;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 1px solid #fff;
}


a.btn-main-2.fx-slide-2 {
  overflow: hidden;
}

a.btn-main-2.fx-slide-2 span {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

a.btn-main-2.fx-slide-2:hover span {
  transform: translate(0, 40px);
  opacity: 0;
}

a.btn-main-2.fx-slide-2:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

a.btn-main-2.fx-slide-2:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.3s ease-in-out;
}

a.btn-main-3,
a.btn-main-3:active,
a.btn-main-3:focus,
a.btn-main-3:visited {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 12px 24px;
  text-decoration: none;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: #163568;
}


a.btn-main-3.fx-slide-3 {
  overflow: hidden;
}

a.btn-main-3.fx-slide-3 span {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

a.btn-main-3.fx-slide-3:hover span {
  transform: translate(0, 40px);
  opacity: 0;
}

a.btn-main-3.fx-slide-3:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

a.btn-main-3.fx-slide-3:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.3s ease-in-out;
}

a.btn-main-4,
a.btn-main-4:active,
a.btn-main-4:focus,
a.btn-main-4:visited {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 15px;
  text-decoration: none;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: #163568;
}


a.btn-main-4.fx-slide-4 {
  overflow: hidden;
  margin-top: 15px;
}

a.btn-main-4.fx-slide-4 span {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

a.btn-main-4.fx-slide-4:hover span {
  transform: translate(0, 40px);
  opacity: 0;
}

a.btn-main-4.fx-slide-4:hover {
  background-color: #008eda;
}

a.btn-main-4.fx-slide-4:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

a.btn-main-4.fx-slide-4:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.3s ease-in-out;
}



/* navbar css starts here */
.navbar {
  border-bottom: 3px solid #163568;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

.nav-link {
  display: block;
  padding: 15px 20px !important;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.show:hover {
  color: #0097d9;
}

.nav-link:hover {
  color: #0097d9;
}

.dropdown-menu {
  background-color: #fff;
  padding: 10px;
  font-size: 18px;
  border-radius: 0px;
  border-top: 3px solid #163568;
}

.dropdown-item {
  color: #000;
  font-weight: 600;
  padding: 10px;
}

.dropdown-menu[data-bs-popper] {
  top: 140%;
}

/* navbar css ends here */

/***************************************************************************** Home Page CSS Starts here *****************************************************/

/* banner starts here */


.banner-container {
  position: relative;
  z-index: 2;
}

.banner-container .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.banner-container .carousel-caption {
  position: absolute;
  z-index: 2;
}

.carousel-caption h2 {
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Jost", sans-serif;
  width: 40%;
}

.carousel-caption p {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-counter {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
}

.carousel-counter span {
  color: rgba(255, 255, 255, 0.5);
  /* default dull */
}

.carousel-counter .active,
.carousel-counter .divider {
  color: #fff;
  /* active + "/" always white */
}

/* banner ends here */

/* About Section Starts Here */

.about-section {
  position: relative;
  background-image: url("../images/layout-bg-1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: #f6f4f1;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
  border: 1px solid #ccc;
}

.services-one__single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.services-one__single-inner {
  position: relative;
  display: block;
  padding: 35px 25px;
  overflow: hidden;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.services-one__single-inner p {
  margin-bottom: 0px;
}

.services-one__single:hover .services-one__single-inner {
  background-color: #0098d9b9;
}

.services-one__single-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  background-blend-mode: luminosity;
  opacity: 0.08;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
  background-image: url(../images/amenities-bg.jpg);

}

.services-one__single:hover .services-one__single-bg {
  transform: scaleY(1.0);
}

.services-one__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.services-one__icon::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  background-color: #0097d9;
  border-radius: 50%;
  top: 15px;
  right: -19px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: -1;
}

.services-one__single:hover .services-one__icon::before {
  background-color: rgba(255, 255, 255, 0.308);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #163568;
}

.services-one__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 8px;
}

.services-one__single .services-one__title a {
  color: #000;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.services-one__single:hover .services-one__title a {
  color: #fff;
}

.services-one__text {
  color: #393838;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.services-one__single:hover .services-one__text {
  color: #fff;
}

.counter_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertical center */
  align-items: center;
  /* horizontal center */
  padding: 46px 45px;
  transition: all .5s ease;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  background-color: #153365;
}

.feature-text {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  font-family: "Jost", sans-serif;
  margin-bottom: 0px;
}

.feature-text span {
  font-size: 80px;
  font-weight: 600;
  margin-right: 10px;
}

.desc {
  padding-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}


/* About Section Ends Here */

.birdview-building {
  background-image: url(../images/birdview-building.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}

.birdview-building::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.birdview-building .row {
  position: relative;
  z-index: 2;
}

.quote h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.quote p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/* Project Section Starts here */
.project-section {
  position: relative;
  display: block;
  background-color: #f6f4f17d;
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 1;
}

.services-one__shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .70;
  z-index: -1;
}

.services-one__shape-1 img {
  width: auto;
}

@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* -------------------- Base Card -------------------- */
.project-1 {
  position: relative;
  background-color: #F3F3F3;
  padding: 20px 30px 26px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease;
  z-index: 1;
  border: 1px solid #ddd;
}

.project-1 h2 {
  font-size: 110px;
  line-height: 1;
  color: #aba8a8;
  padding: 59px 0;
  text-align: center;
  font-family: "Jost", sans-serif;
}

.project-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.project-title .small-icon {
  font-size: 20px;
  color: #fff;
  padding: 18px;
  background: #163568;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  transform: rotate(-45deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}

.project-1 a {
  position: relative;
  z-index: 2;
  display: block;
  text-decoration: none;
  color: inherit;
}

.project-1.ongoing span {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.completed h3 {
  color: #fff;
}

/* Hover lift effect for all cards */
.project-1:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* -------------------- Ongoing Card -------------------- */
.project-1.ongoing::before,
.project-1.ongoing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Background image on hover */
.project-1.ongoing::before {
  background-image: url("../images/garden-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* Overlay on hover */
.project-1.ongoing::after {
  background: linear-gradient(to top,
      rgba(22, 53, 104, 0.9) 20%,
      rgba(30, 80, 163, 0.4) 70%,
      rgba(30, 80, 163, 0.3) 100%);
  z-index: 0;
}

.project-1.ongoing:hover::before,
.project-1.ongoing:hover::after {
  opacity: 1;
}

.project-1.ongoing:hover h3 {
  color: #fff;
}

.project-1.ongoing:hover span {
  color: #fff;
}

/* -------------------- Completed Card -------------------- */
.project-1.completed {
  background-image: url("../images/garden-bg-1.jpg");
  background-color: transparent;
  color: #fff;
}

.project-1.completed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to top,
      rgba(22, 53, 104, 0.9) 20%,
      rgba(30, 80, 163, 0.4) 70%,
      rgba(30, 80, 163, 0.3) 100%);
  z-index: -1;
}

.project-1.completed span {
  font-size: 20px;
  font-weight: 500;
}

.project-1.completed h2 {
  color: #bdb9b9e3;
}

.project-1.completed h3 span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
}

.project-1.ongoing h3 span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
}

.project-1.completed:hover h3 span {
  color: #00c6ff;
}

.project-1.completed:hover .project-title .small-icon {
  transform: rotate(0deg);
  background-color: #0097d9;
}

.project-1.ongoing:hover .project-title .small-icon {
  transform: rotate(0deg);
  background-color: #0097d9;
}

.project-1.completed-1 {
  background-image: url("../images/garden-bg.jpg");
  background-color: transparent;
  color: #fff;
}

.project-1.completed-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to top,
      rgba(22, 53, 104, 0.9) 20%,
      rgba(30, 80, 163, 0.4) 70%,
      rgba(30, 80, 163, 0.3) 100%);
  z-index: -1;
}

.project-1.completed-1 span {
  font-size: 20px;
  font-weight: 500;
}

.project-1.completed-1 h2 {
  color: #bdb9b9e3;
}

.project-1.completed-1 h3 span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
  color: #fff
}


.project-1.completed-1:hover h3 span {
  color: #00c6ff;
}

.project-1.completed-1:hover .project-title .small-icon {
  transform: rotate(0deg);
  background-color: #0097d9;
}


/* Project Section End here */

/* Nakshatra Enclave Project Starts here */
.new-concept {
  position: relative;
  display: block;
  padding: 120px 0 75px;
  z-index: 1;
}

.new-concept h2 {
  margin-bottom: 15px;
}

.new-concept__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .15;
  z-index: 2;
}

.new-concept__shape-1 img {
  width: auto;
  height: auto;
}

.new-concept-left {
  position: relative;
  display: block;
}

.new-concept .section-title {
  margin-bottom: 15px;
}

.new-concept__points {
  position: relative;
  display: block;
  margin-top: 25px;
}

.new-concept__points li {
  position: relative;
  display: flex;
}

.new-concept__points li+li {
  margin-top: 20px;
}

.new-concept__points li .icon {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  z-index: 1;
}

.new-concept__points li .icon::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -10px;
  width: 49px;
  height: 49px;
  background-color: #0097d9;
  border-radius: 50%;
  z-index: -1;
}

.new-concept__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #163568;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.new-concept__points li:hover span {
  transform: scale(.9);
}

.new-concept__points li .text {
  position: relative;
  display: block;
  margin-left: 29px;
}

.new-concept__points li .text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1.2px;
}

.new-concept__right {
  position: relative;
  display: block;
  margin-right: -240px;
  margin-left: 30px;
  z-index: 1;
}

.new-concept__right::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100000px;
  bottom: -175px;
  left: 210px;
  background-color: #1ca0db;
  z-index: -1;
}

.new-concept__right::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 168px;
  width: 12px;
  height: 90px;
  background-color: #1ca0db;
  z-index: -1;
}

.new-concept__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.new-concept__img {
  position: relative;
  display: block;
}

.new-concept__img img {
  width: 100%;
  border: 1.5px solid #272525;
}

.new-concept__text {
  font-size: 16px;
  line-height: 1.6;
  color: #163568;
  font-weight: 600;

}

/* Nakshatra Enclave Project Ends here */

/* testimonials starts here */
.testi h3 {
  margin-bottom: 20px;
}

.testimonial {
  border-radius: 10px;
  position: relative;
}

.testimonial-img {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 90%;
  height: 90%;
  background-color: #1ca0db;
  z-index: -1;
}


.testimonial .quote-icon {
  font-size: 25px;
  color: #163568;
  margin-bottom: 10px;
  margin-right: 10px;
}

.testimonial p {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 500;
  color: #000000;
}

.testimonial h4 {
  font-size: 17px;
  font-weight: 600;
  color: #555;
}

#testimonial-owl.owl-theme .owl-nav {
  margin-top: 0px;
  margin-right: 25px;
  position: absolute;
  right: 0;
  bottom: 0px;
}

#testimonial-owl.owl-carousel .owl-nav button.owl-next,
#testimonial-owl.owl-carousel .owl-nav button.owl-prev {

  padding: 0 !important;
  background-color: #008eda;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* testimonials starts here */

/***************************************************************************** Home Page CSS Ends here *****************************************************/
/***************************************************************************** About Page CSS Ends here *****************************************************/
.about-page h2 {
  margin-bottom: 10px;
}

/* .about-page p {
  font-weight: 500;
} */

.abt-section {
  display: flex;
  gap: 15px;
  /* dono images ke beech ka gap */
}

.abt-section img {
  width: 100%;
  height: auto;
}

.abt-section img:last-child {
  margin-top: 50px;
}

.abt-section img {
  width: 50%;
  height: 100%;
  margin-bottom: 20px;
}

.our-motto {
  color: #fff;
  padding: 80px 35px 50px 80px;
}

.our-motto h3 {
  color: #fff;
  margin-bottom: 20px;
}

/* .our-motto p {
  font-weight: 600;
} */

.person-behind-bg {
  position: relative;
  padding: 70px 49px;
  background-color: rgb(0 151 217 / 80%);
  z-index: 1;
  color: #fff;
}

.person-behind-bg h3 {
  color: #163568;
  margin-bottom: 15px;
  font-weight: 600;
}

.person-behind-bg p {
  /* font-weight: 500; */
  font-size: 20px;
  margin-bottom: 8px;
}

.person-behind-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/square-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.12;
  z-index: -1;
}

.person-content {
  padding-right: 250px;
}

.person-img {
  position: absolute;
  right: -50px;
  top: 70px;
}

.person-img img {
  box-shadow: 20px 20px 0 -10px #163568;
  border: 3px solid #fff;
}

.about-connect {
  position: relative;
  display: block;
  background-color: #f6f4f1;
  padding: 70px 0 70px;
}

.about-connect h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0px;
}

.cta-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .50;
}


/***************************************************************************** About Page CSS Ends here *****************************************************/
/***************************************************************************** Nakshatra Township Page CSS Starts here *****************************************************/
.about-township {
  padding: 70px 0px;
  position: relative;
}

.township-image-column {
  position: relative;
  margin-bottom: 50px;
}

.township-image-column .inner-column {
  position: relative;
  padding-left: 20px;
  padding-bottom: 117px;
  text-align: right;
}

.township-image-column .inner-column .image-1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0px;
}

.township-image-column .inner-column .image-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 250px;
  background-color: #008eda;
}

.township-image-column .inner-column .image-1 img {
  width: 100%;
  border: 1px solid #b8b7b7;
}

.overlay-anim {
  position: relative;
}

.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.township-image-column .inner-column .image-2 {
  position: absolute;
  left: -124px;
  bottom: 0;
  margin-bottom: 0;
}

.township-image-column .inner-column .image-2 img {
  border: 8px solid #fff;
}

.about-township .exp-box {
  bottom: 18px;
}

.exp-box {
  position: absolute;
  left: 135px;
  background: #163568;
  width: 260px;
  text-align: center;
  padding: 25px 15px 30px;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.exp-box figure {
  margin-bottom: 12px;
}

.exp-box .title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 45px;
  margin-top: 25px;
  font-family: "Jost", sans-serif;
}

.exp-box .text {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.nakshtra-township-box-1 h2 {
  margin-bottom: 10px;
}

.nakshtra-township-box-1 p {
  margin-bottom: 5px;
}

.section-heading {
  position: relative;
  font-size: 22px;
  color: #008eda;
  margin-bottom: 5px;
  font-weight: 600;
}

.section-heading::before {
  content: "";
  position: absolute;
  left: 150px;
  top: 50%;
  width: 40%;
  height: 2px;
  background-color: #008eda;
}

.nakshtra-town {
  padding: 70px 0;
  position: relative;
  background-color: rgba(246, 244, 241, 0.49);
  background-image: url(../images/layout-bg-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.township-specification {
  margin-bottom: 32px;
}

.township-specification .inner-box {
  position: relative;
  background-color: #fff;
  padding: 47px 40px 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.township-specification .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 11px;
  background-color: #008eda;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}

.township-specification .inner-box .image-box {
  position: relative;
  padding-left: 93px;
  min-height: 58px;
  padding-top: 14px;
  margin-bottom: 22px;
}

.township-specification .inner-box .image-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 99;
}

.township-specification .inner-box .image-box .icon-box::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: #f8f5f0;
  border-radius: 50%;
  z-index: -1;
}

.township-specification .inner-box .image-box .icon-box i {
  font-size: 64px;
  color: #008eda;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.township-specification .inner-box .image-box .title {
  margin-bottom: 18px;
  font-size: 24px;
  color: #163568;
}

.township-specification .inner-box .content-box p {
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0px;
}

/* White box hover */
.township-specification .inner-box:hover {
  background-color: #162c44;
}

.township-specification .inner-box:hover::before {
  opacity: 1;
  visibility: visible;
  left: 40px;
}

.township-specification .inner-box:hover .image-box .icon-box i {
  color: #fff;
}

.township-specification .inner-box:hover .image-box .title {
  color: #fff;
}

.township-specification .inner-box:hover .image-box .image {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.township-specification .inner-box:hover .content-box p {
  color: #fff;
}

.township-specification .inner-box:hover .image-box .image::before {
  background-color: red;
}

/* ========== ALT BLUE BOX ========== */
.township-specification.alt-blue .inner-box {
  background-color: #162c44;
  /* blue default */
}

.township-specification.alt-blue .inner-box .image-box .icon-box i,
.township-specification.alt-blue .inner-box .image-box .title,
.township-specification.alt-blue .inner-box .content-box p {
  color: #fff;
  /* text white by default */
}

/* Hover effect for alt-blue */
.township-specification.alt-blue .inner-box:hover {
  background-color: #fff;
  /* white on hover */
}

.township-specification.alt-blue .inner-box:hover .image-box .icon-box i,
.township-specification.alt-blue .inner-box:hover .image-box .title,
.township-specification.alt-blue .inner-box:hover .content-box p {
  color: #162c44;
  /* text blue on hover */
}

.township-specification.alt-blue .inner-box:hover::before {
  opacity: 1;
  visibility: visible;
  left: 40px;
  background-color: #008eda;
  /* line blue hi rahe */
}



.township-specification:hover .inner-box h5 {
  color: #fff
}



/***************************************************************************** Nakshatra Township Page CSS ends here *****************************************************/
/***************************************************************************** Nakshatra Enclave Page CSS Starts here *****************************************************/
.new-concept-two__shape-1 {
  position: absolute;
  top: -130px;
  left: 0;
  z-index: -10;
}

.new-concept-two__shape-2 {
  position: absolute;
  bottom: 0px;
  right: -60PX;
  z-index: -1;
}

.nakshtra-enclave-box-1 h2 {
  margin-bottom: 15px;
}

.nakshtra-enclave-box-2 {
  position: relative;
  display: block;
  margin-left: 52px;
}

.nakshtra-enclave-box-img {
  position: relative;
  display: block;
}

.nakshtra-enclave-box-img:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -22px;
  bottom: 40px;
  width: 22px;
  background-color: #163568;
}

.amenities {
  position: relative;
  background-image: url(../images/amenities-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.amenities::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}

.amenities span {
  color: #fff;
}

.amenities h2 {
  color: #fff;
}

.offer-item {
  padding: 30px 20px 60px 20px;
  border: 5px solid #ddd;
  /* default border */
  position: relative;
  transition: 0.7s;
  margin-bottom: 30px;
}

.offer-item h3 {
  font-size: 24px;
  color: #163568;
  margin-bottom: 10px;
  transition: 0.7s;
  font-weight: 600;
}

.offer-item i {
  font-size: 50px;
  color: #b5b5b5;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: 0.7s;
}

/* --- offer-item-bg2 styles --- */
.offer-item-bg2 {
  border: none !important;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 265px;
}

.offer-item-bg2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #163568;
  /* hot-toddy */
  opacity: 0;
  transition: 0.7s;
  z-index: 0;
}

/* keep text above overlay */
.offer-item h3,
.offer-item p {
  position: relative;
  z-index: 1;
}

.offer-item:hover h3,
.offer-item:hover p {
  color: #fff;
  /* hover par white ho jaye */
}

.offer-item-bg2:hover::before {
  opacity: 1;
  width: 100%;
}

.offer-item-bg2:hover i {
  color: #008eda;
}

/* --- active state --- */
.offer-item-bg2.active::before {
  opacity: 1;
  width: 100%;
  background-color: #163568;
}

.offer-item-bg2.active h3,
.offer-item-bg2.active p {
  color: #fff;
  position: relative;
  z-index: 1;
}

.offer-item-bg2.active i {
  color: #008eda;
}

.offer-item-bg2.active:hover::before {
  background-color: #fff !important;
}

.offer-item-bg2.active:hover h3 {
  color: #163568;
  /* dark-blue */
}

.offer-item-bg2.active:hover p {
  color: #555;
}

.offer-item-bg2.active:hover i {
  color: #b5b5b5;
}

.highlights h2 {
  margin-bottom: 10px;
}

.services-three__single {
  position: relative;
  display: block;
  border: 1px solid #ebe8e4;
  padding: 20px 15px;
  margin-bottom: 30px;
}

.services-three__single:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #ebe8e4;
}

ul.square {
  list-style-type: square;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: -15px
}

ul.square li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
  margin-left: 15px;
  display: block;
  font-weight: normal;
  margin-bottom: 0.35em;
  line-height: 1.7
}

ul.square li::before {
  content: '\2666';
  color: #162c44;
  position: absolute;
  left: 1px;
  top: 0;
}

/***************************************************************************** Nakshatra Enclave Page CSS Starts here *****************************************************/

/***************************************************************************** Gallery Page CSS Starts Here *****************************************************/


.gallery {
  position: relative;
  overflow: hidden;
  /* zoom ke baad image cut na ho */
}

.gallery img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.gallery:hover img {
  transform: scale(1.1);
  filter: blur(8px);
}

.gallery-text {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  transition: opacity 0.4s ease;
}

.gallery-text h4 {
  margin: 0;
  color: #fff;
}

.gallery:hover .gallery-text {
  opacity: 0;
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(22, 53, 104, 0.95) 15%,
      rgba(0, 142, 218, 0.6) 60%,
      rgba(0, 142, 218, 0.0) 100%);
}

/* Center button (hidden by default) */
.gallery-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 2;
}

.gallery:hover .gallery-button {
  opacity: 1;
}

/***************************************************************************** Gallery Page CSS Ends Here *****************************************************/

/***************************************************************************** Contact Us Page CSS Starts here *****************************************************/
.page-header {
  position: relative;
  display: block;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/inner-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000005c;
}

.page-header-bg-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/inner-banner-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header-bg-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000005c;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 70px 0px;
  z-index: 15;
}

.page-header__inner h1 {
  font-size: 50px;
  color: #fff;
  line-height: 57px;
  font-weight: 400;
  text-transform: uppercase;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.thm-breadcrumb li+li {
  margin-left: 5px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: #0097d9;
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 14px;
}

.contact-detail h2 {
  margin-bottom: 10px;
}

.contact-location {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 30px;
}

.contact-location i {
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
  background: #163568;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 20px;
}

.contact-intro {
  flex: 1;
}

.contact-intro span {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  color: #163568;
  font-size: 20px;
}

.contact-intro p {
  margin: 0;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}


.contact-intro p a {
  margin: 0;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  transition: all 0.4s ease;
  font-size: 18px;
}

.contact-intro p a:hover {
  color: #008eda;
}

/***************************************************************************** Contact Us Page CSS Ends here *****************************************************/
/***************************************************************************** Contact Form Page CSS Ends here *****************************************************/
.contact-form {
  background-color: #f6f4f1;
  padding: 40px 40px;
  border-radius: 16px;
}

.contact-form .item {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.contact-form label {
  font-size: 20px;
  color: #163568;
  margin-bottom: 10px;
  font-weight: 600;
}

.user-input {
  position: relative !important;
}

.user-input i {
  position: absolute;
  color: #0b8fd7;
  top: 23px;
  right: 24px;
  font-weight: 500;
}

.user-input input {
  background-color: #fff;
  padding: 15px 20px !important;
  color: #163568;
  border-radius: 12px;
  border: 1px solid #163568;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.user-input textarea {
  background-color: #fff;
  padding: 15px 20px !important;
  color: #163568;
  border-radius: 12px;
  border: 1px solid #163568;
  font-weight: 500;
  font-size: 18px;
}

/***************************************************************************** Contact Form Page CSS Ends here *****************************************************/
/* footer css starts here */

.footer-bg2 {
  position: relative;
  background-image: url(../images/footer-bg-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.footer-bg2::before {
  content: "";
  position: absolute;
  background-color: #162c44;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.address img {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
}

.address h4 {
  color: #fff;
}

.address p {
  color: #fff;
  font-weight: 500;
}

.footer-content {
  padding: 35px 20px;
}

.footer-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0b8fd7;
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  font-weight: 500;
}

.footer-intro span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #f6f4f1;
  margin-bottom: 10px;
}

.footer-intro .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.footer-intro a {
  color: #fff;
}

.footer-intro a:hover {
  color: #0097d9;
}

.copyright {
  border-top: 1px solid #c3bdbd;
  color: #fff;
  padding: 15px 0px;
  background-color: #163568;
}

.copyright p {
  margin-bottom: 0px;
}

.copyright a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
  font-weight: 500;

}

.copyright span {
  text-decoration: none;
  color: inherit;
}

.copyright span:hover {
  color: #0097d9;
}

.right-text {
  text-align: right;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  background-color: #008eda;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid transparent;
}

/* Hover effect (optional) */
.social-links a:hover {
  background-color: #163568;
  color: #fff;
  border: 1px solid #fff;
}

.other-links {
  text-align: right;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.left-text {
  padding-left: 20px;
}

.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  z-index: 1;
  color: #008eda;
  font-weight: 500;
}

.scroll-top span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 10px;
}

.line {
  width: 3px;
  height: 80px;
  background: #ccc;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.line .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #163568;
  transition: height 0.2s linear;
}

#back-to-top .top {
  display: none;
}

.dis-none {
  display: block;
}

.dis-bg-none {
  display: none;
}



/* footer css ends here */
@media (min-width: 1367px) {
  .new-concept__right::before {
    top: -120px;
    bottom: -115px;
  }
}

@media (max-width: 767px) {
  .container-fluid1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding: 0px 0px;
  }

  .scroll-top {
    display: none;
  }

  #back-to-top .top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    margin: 0px;
    color: #fff;
    background: #163568;
    z-index: 999;
    border: 1px solid #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    line-height: 40px;
    animation: backtotop 2s infinite;
    display: block;
    border-radius: 50%;
  }

  .other-links {
    text-align: left;
    margin-top: 5px;
  }

  .social-links a {
    margin: 10px 5px 10px 5px;
  }

  .banner-container .carousel-item::after {
    background: rgba(0, 0, 0, 0);
  }

  .carousel-counter {
    bottom: 10px;
    right: 20px;
  }

  .p70 {
    padding: 40px 0;
    position: relative;
  }

  h1 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  a.btn-main,
  a.btn-main:active,
  a.btn-main:focus,
  a.btn-main:visited {
    margin-bottom: 10px;
  }

  .services-one__single-inner {
    padding: 30px 20px;
  }

  .services-one__text {
    margin-bottom: 0px;
  }

  .services-one__single {
    margin-bottom: 20px;
  }

  .project-section {
    position: relative;
    display: block;
    background-color: #f6f4f17d;
    padding: 40px 0px;
    overflow: hidden;
    z-index: 1;
  }

  h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2em;
    margin-bottom: 5px;
  }

  .btn-right {
    justify-content: left;
    margin-bottom: 20px;
  }

  .project-1 {
    margin-bottom: 20px;
  }

  .project-1 h2 {
    font-size: 80px;
    padding: 30px 0;
    text-align: left;
  }

  .new-concept {
    padding: 40px 0px;
  }

  .new-concept__right {
    margin-left: 0px;
  }

  .new-concept__right::before {
    top: -70px;
    bottom: -35px;
    left: 200px;
  }

  .new-concept__right::after {
    top: -70px;
    left: 170px;
  }

  h3 {
    font-size: 25px;
    letter-spacing: 0.015em;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .address h4 {
    font-size: 25px;
  }

  #testimonial-owl.owl-theme .owl-nav {
    margin-right: 15px;
    bottom: 10px;
  }

  .testimonial h5 {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
  }

  .testimonial p {
    font-size: 17px;
    margin: 0px 0 15px;
  }

  .footer-content {
    padding: 20px 10px 5px 5px;
  }

  .footer-icon {
    margin-bottom: 20px;
  }

  .footer-intro span {
    font-size: 18px;
  }

  .footer-intro .title {
    font-size: 16px;
  }

  .dis-none {
    display: none;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
  }

  .nav-link {
    background: #f3f3f3;
    border-bottom: 2px solid #fff;
  }

  .navbar-brand img {
    margin-bottom: 10px;
  }

  .counter_div {
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .feature-text span {
    font-size: 60px;
  }

  .feature-text {
    font-size: 40px;
  }

  .desc {
    margin-bottom: 0px;
  }

  .quote h2 {
    font-size: 35px;
  }

  .quote p {
    font-size: 17px;
    line-height: 25px;
  }

  .bg-white-1 {
    padding: 25px 15px;
    margin-top: 20px;
  }

  .testimonial .quote-icon {
    font-size: 20px;
    color: #163568;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .bg-white-1 h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .logo-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-wrap img {
    margin-bottom: 0;
    max-width: 48%;
  }

  .dis-bg-none {
    display: block;
  }

  .page-header__inner h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .thm-breadcrumb li {
    font-size: 15px;
  }

  .mb-0 {
    margin-bottom: 10px !important;
  }

  .thm-breadcrumb {
    margin-bottom: 10px;
  }

  /* abt-page css starts here */
  .abt-section {
    gap: 8px;
  }

  .fs-20 {
    font-size: 17px;
  }

  .our-motto {
    padding: 25px 10px;
  }

  .our-motto p {
    margin-bottom: 0px;
  }

  .our-motto h3 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
  }

  .about-connect {
    padding: 40px 0px;
  }

  .about-connect h3 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .text-end {
    text-align: left !important;
  }

  .person-img {
    position: relative;
    right: 0px;
    top: 0px;
  }

  .person-behind-bg {
    padding: 30px 15px;
  }

  .person-content {
    padding-right: 0px;
  }

  .person-behind-bg p {
    font-size: 17px;
    margin-bottom: 8px;
  }

  /* abt-page css ends here */

  /* nakshtra township page starts here */

  .township-image-column {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .about-township {
    padding: 40px 0px;
  }

  .township-specification .inner-box {
    padding: 25px 20px 25px;
  }

  .township-specification {
    margin-bottom: 20px;
  }

  .township-specification .inner-box .image-box .icon-box i {
    font-size: 60px;
  }

  .exp-box {
    left: 130px;
    width: 220px;
    padding: 20px 10px 20px;
  }

  .exp-box .title {
    margin-bottom: 10px;
    font-size: 35px;
    margin-top: 20px;
  }

  .exp-box .text {
    font-size: 18px;
  }

  .township-image-column .inner-column .image-2 {
    left: -12px;
  }


  /* nakshtra township page ends here */

  /* nakshtra enclaves page starts here */

  .nakshtra-enclave-box-1 h2 {
    margin-bottom: 5px;
  }

  .nakshtra-enclave-box-2 {
    margin-left: 15px;
  }

  .nakshtra-enclave-box-img:before {
    left: -15px;
    width: 15px;
  }

  .amenities h2 {
    margin-bottom: 20px;
  }

  .offer-item-bg2 {
    height: auto;
  }

  ul.square li {
    padding-left: 1.3em;
    margin-left: 10px;
    margin-bottom: 0px;
  }

  .light-blue-text {
    margin-bottom: 8px;
  }

  .mt-1 {
    margin-top: 10px !important;
  }

  a.btn-main,
  a.btn-main:active,
  a.btn-main:focus,
  a.btn-main:visited {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 15px;
  }

  /* nakshtra enclaves page ends here */



  /* contact page starts here */
  .contact-form {
    padding: 20px 20px;
  }

  .user-input input {
    padding: 10px 20px !important;
  }

  .contact-form .item {
    margin-bottom: 20px;
  }

  .contact-form label {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* contact page ends here */
  /* gallery page starts here */

  .gallery {
    margin-bottom: 20px;
  }

  .gallery-text h4 {
    font-size: 24px;
  }

  .gallery-text {
    bottom: 8px;
  }


  /* gallery page ends here */

  .footer-intro .title a {
    display: inline-block;
    padding: 3px 0px;
    font-size: 16px;
    margin-bottom: 5px;
  }


}

@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 30px;
  }

  .carousel-caption h2 {
    letter-spacing: 0px;
    font-size: 48px;
    width: 100%;
    margin-bottom: 0px;
  }

  .carousel-caption p {
    display: block;
  }

  a.btn-main-1,
  a.btn-main-1:active,
  a.btn-main-1:focus,
  a.btn-main-1:visited {
    margin-top: 10px;
  }

  .services-one__single-inner {
    height: 330px;
  }

  .counter_div {
    height: 330px;
  }

  .quote h2 {
    font-size: 40px;
  }

  .quote p {
    font-size: 17px;
    line-height: 25px;
  }

  a.btn-main-3,
  a.btn-main-3:active,
  a.btn-main-3:focus,
  a.btn-main-3:visited {
    font-size: 15px;
    padding: 8px 20px;
  }

  .project-section {
    padding: 40px 0 40px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .project-1 h2 {
    font-size: 80px;
    padding: 40px 0;
  }

  .project-1.completed h3 span {
    font-size: 20px;
  }

  .project-1.completed-1 h3 span {
    font-size: 20px;
  }

  h3 {
    margin-bottom: 10px;
  }

  .project-title .small-icon {
    font-size: 15px;
    padding: 18px;
    width: 50px;
    height: 50px;
  }

  .new-concept {
    padding: 40px 0 75px;
  }

  .new-concept__right::before {
    top: -60px;
    bottom: -35px;
  }

  .new-concept__right::after {
    top: -60px;
  }

  .p70 {
    padding: 40px 0;
  }

  .testi h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .testimonial p {
    font-size: 17px;
    margin: 0 0 5px;
    line-height: 25px;
  }

  #testimonial-owl.owl-theme .owl-nav {
    bottom: 95px;
  }

  .township-image-column .inner-column .image-2 {
    left: 10px;
  }

  .township-image-column .inner-column {
    padding-top: 20px;
  }

  .exp-box {
    width: 260px;
    left: 250px;
  }

  .township-specification .inner-box {
    height: 250px;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
  }

  .nav-link {
    background: #f3f3f3;
    border-bottom: 2px solid #fff;
  }

  .navbar {
    padding: 0px 0px;
  }

  .scroll-top {
    display: none;
  }

  #back-to-top .top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    margin: 0px;
    color: #fff;
    background: #163568;
    z-index: 999;
    border: 1px solid #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    line-height: 40px;
    animation: backtotop 2s infinite;
    display: block;
    border-radius: 50%;
  }

  .footer-icon {
    margin-bottom: 20px;
  }

  .dis-none {
    display: none;
  }

  .other-links {
    text-align: left;
  }

}