<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

TemplateMo 548 Training Studio

https://templatemo.com/tm-548-training-studio

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font &amp; reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font &amp; reset css
--------------------------------------------- 
*/

:root{
  --btn-primary:#3383EA;
  --text-primary:#FFFFFF;
  --common-heading:#001B73;
  --hover-btn-color :#EB352D;
  --para-color:#9F9F9F;
}
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.section{
	padding:40px 100px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  background-color:var(--text-primary);
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: var(--para-color);
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: var(--text-primary);
  font-family: 'Manrope', sans-serif;
}

::selection {
  background: var(--hover-btn-color);
  color: var(--text-primary);
}

::-moz-selection {
  background: var(--hover-btn-color);
  color: var(--text-primary);
}
.main-nav{
  padding: 0px 40px;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--common-heading);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: var(--hover-btn-color);
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: var(--btn-primary);
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: var(--btn-primary);
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: #2A2E43,0.99 !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo {
  color: var(--common-heading)!important;
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: var(--hover-btn-color)!important;
}

.background-header .main-nav .nav li a.active {
  color: var(--hover-btn-color)!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background:transparent;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  height: 4vh;
  width: 10vw;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  font-weight: 700;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color:var(--text-primary);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color:#256CDF;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

.header-area .main-nav .nav li:last-child a:hover {
  background-color: var(--hover-btn-color);
  opacity: 1;
  color: var(--text-primary)!important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--hover-btn-color)!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--hover-btn-color)!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 30px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--hover-btn-color);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 30px;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--hover-btn-color);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--hover-btn-color);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--hover-btn-color);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--hover-btn-color);
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: var(--hover-btn-color);
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--hover-btn-color);
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: var(--hover-btn-color);
}

.header-area.header-sticky {
  min-height: 80px;
  position: fixed;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: var(--hover-btn-color);
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: var(--common-heading);
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--hover-btn-color)!important;
    opacity: 1;
  }
  .header-area {
    background-color: #2A2E43;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid var(--text-primary);
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: var(--btn-primary);
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: var(--btn-primary)!important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: var(--hover-btn-color)!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: var(--common-heading) !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: var(--hover-btn-color)!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: var(--common-heading);
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 70vh;
    max-width: 100%;
    max-height: 70vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(82, 87, 93, 0.4);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-bottom: 60px;
  font-size: 40px;
  /* text-transform: capitalize; */
  font-weight: 600;
  color: #fff;
  max-width: 45%;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: var(--hover-btn-color);
  font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/
@media(max-width:540px){
  .main-banner .caption h2 {
    margin-top: 4rem;
      margin-bottom: 40px;
      font-size: 25px;
      text-transform: capitalize;
      font-weight: 600;
      color: #fff;
      max-width: 100%;
      letter-spacing: 1px;
    }
    .header-area .main-nav .logo {
      line-height: 80px;
      color: var(--common-heading);
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase;
      float: left;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .nav{
      max-width: 100%;
    }
  #bg-video {
  min-width: 100%;
  min-height: 70vh;
  max-width: 100%;
  max-height: 70vh;
  object-fit: cover;
  z-index: -1;
 }
}
.searchiconatcenter{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 6vh;
}
.searchiconatcenter .input-group{
  max-width: 70%;
}
.searchiconatcenter .input-group .input-group-prepend .input-group-text{
  border-radius: 50px 0px 0px 50px;
  padding-left: 20px;
}
.searchiconatcenter .input-group .input-group-prepend .input-group-text select{
  height: 6vh;
  font-weight: 600;
  border: none;
  outline: none;
}
.searchiconatcenter .input-group input[type="search"]{
  height: 8vh;
    font-weight: 600;
    max-width: 70%;
    border: none;
    outline: none;
}

.searchiconatcenter .input-group .lastinputgroupprepend{
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchiconatcenter .input-group .lastinputgroupprepend .input-group-text{
  height: 8vh;
    border-radius: 0px 50px 50px 0px;
    padding-right: 20px;
}
.searchiconatcenter .input-group .lastinputgroupprepend .input-group-text button{
  border-radius: 50px;
}

@media(max-width:540px){
.searchiconatcenter {
  margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vh;
  }

  .searchiconatcenter .input-group {
    max-width: 100%;
  }

  .searchiconatcenter .input-group .input-group-prepend .input-group-text {
    border-radius: 50px 0px 0px 50px;
    padding-left: 20px;
  }

  .searchiconatcenter .input-group .input-group-prepend .input-group-text select {
    height: 4vh;
    font-weight: 500;
    font-size: 12px;
    width: 20vw;
    border: none;
    outline: none;
  }

  .searchiconatcenter .input-group input[type="search"] {
    height: 6vh;
    font-weight: 600;
    width: 30vw;
    font-size: 12px;
    font-weight: 500;
    border: none;
    outline: none;
  }

  .searchiconatcenter .input-group .lastinputgroupprepend {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .searchiconatcenter .input-group .lastinputgroupprepend .input-group-text {
    height: 6vh;
    border-radius: 0px 50px 50px 0px;
    width: 14vw;
    /* padding-right: 20px; */
  }
    .searchiconatcenter .input-group .lastinputgroupprepend .input-group-text button{
      margin: 0px;
      padding: 0px;
      border-radius: 50px;
      background-color: transparent;
      color: var(--para-color);
    }

}


/* location section starts here */
.common-heading{
  font-size: 36px;
  font-weight: 800;
  font-family: 'Manrope';
  text-transform: capitalize;
  color: var(--common-heading);
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.common-subheading {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Manrope';
  text-transform: capitalize;
  color: var(--common-heading);
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.common-para{
  font-size: 14px;
  font-weight: 500;
  color: var(--para-color);
  margin-left: 33px;
  margin-bottom: 20px;
}
.section{
  margin:10px 0px;
}
.para-with-viewall{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}
.ancor-btn{
  color: var(--common-heading);
  font-size: 14px;
  font-weight: 700;
  font-family: 'Mapnrope';
  margin-top: -17px;
}
.ancor-btn span{
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--common-heading);
  border-radius: 50%;
  margin-left: 0.5rem;
}

.cities-images img{
  height:250px;
  width: 350px;
  object-fit: cover;
  border-radius: 20px;
}
/* location section ends here */


@media(max-width:540px){
  .common-heading {
      font-size: 20px;
    }
    .ancor-btn span{
      display: none;
    }
    .ancor-btn{
      font-size: 12px;
    }
.common-para {
  font-size: 12px;
}
.cities-images{
  display: block;
}
.cities-images img{
  height: 200px;
  width: 100vw;
}
}
.swiper {
                  width: 100%;
                  height: 100%;
                }
        
                .swiper-slide {
                  text-align: center;
                  font-size: 18px;
                  background: #fff;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                }
        
                .swiper-slide img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  height: 200px;
                  object-fit: cover;
                  z-index: -999;
                }
        
                .containes {
                  position: relative;
                  width: 100%;
                  max-width: 800px;
                  /* Adjust the maximum width as needed */
                  margin: 0 auto;
                  /* Center the container */
                }
        
                /* CSS for the background image */
                .background-image {
                  width: 100%;
                  height: auto;
                  background-size: cover;
                  background-position: center;
                }
        
                /* CSS for the overlay text */
                .overlay-text {
                  position: absolute;
                  top: 80%;
                  left: 5%;
                  color: white;
                  text-align: center;
                  font-size: 24px;
                }
        .overlay-title{
                    position: absolute;
                      bottom: 85%;
                      left: 87%;
                      transform: translate(-50%, -50%);
                      text-align: center;
                      font-size: 14px;
                      font-weight: 500;
                      padding: 2px 5px;
                      height: 30px;
                      width: 60px;
                      background-color: var(--text-primary);
                      border: none;
                      outline: none;
                      color:black;
                    border-radius: 100px 40px 100px 40px;
        }
.overlay-cityname{
                    position: absolute;
                      top: 55%;
                      left: 5%;
                      color: white;
                      text-align: center;
                      font-size: 14px;
                      font-weight: 700;
}
.city-name, 
.no-of_property{
  background: rgba(21, 6, 12, 0.6);
  /* padding: 3px; */
  height: 30px;
  width: auto;
  border-radius: 5px;

}
.city-name p, 
.no-of_property p{
color: white !important;
    font-weight: 700;
    font-family: 'Manrope';
    padding: 4px 10px;
    text-align: center;
}
.counter-details{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.city-section,
.services-section,
.upcoming-section,
.featured-section,
.getin-touch-section,
.section-map,
.section-footer,
.section-about,
.property-view-section{
  margin-bottom: 3rem;
}
.section-map{
	margin-bottom:0rem;
}
.getin-touch-section{
margin-bottom:0rem;	
}

@media(max-width:540px){
  .city-section,
  .services-section,
  .upcoming-section,
  .featured-section,
  .getin-touch-section,
  .section-map,
  .section-footer,
  .section-about,
  .property-view-section{
    margin-bottom: 0rem;
  }
}

.featuredContainer{
  display: flex;
    align-items: center;
    justify-content: space-around;
}

.card{
  height: 380px;
   /* width: 265px;*/
    background-color:#F6FBFE;
    border-radius: 15px;

}

.card .containes img{
  height: 250px;
    width: 100%;
    border-radius: 15px;
}

.priceandtitlefeatured{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.priceandtitlefeatured .featured-title{
  font-size: 16px;
  font-weight: 600;
  color: black;
}
.priceandtitlefeatured .featured-title,
.priceandtitlefeatured .featured-price,
.bhkandfeet .featured-bhk,
.bhkandfeet .featured-feet{
  padding: 4px 20px;
}
.bhkandfeet{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: -1rem;
  font-size: 16px;
  font-weight: 400;
  color:#666666;
}
.bhkandfeet .featured-bhk,
.bhkandfeet .featured-feet{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.priceandtitlefeatured .featured-price{
  color: var(--common-heading);
  font-size: 16px;
  font-weight: 600;
}
.content-text{
  padding-top: 20px;
}
@media(max-width:540px){
.featuredContainer{
  display: block;
  align-items: center;
}
}

/* key-features */


                .upcoming-projects-container {
                  position: relative;
                }
        
                .upcomingoverlay-text {
                  position: absolute;
                  bottom: 92%;
                  left: 86%;
                  text-align: center;
                  font-size: 14px;
                  font-weight: 700;
                  padding: 2px 5px;
                  height: 40px;
                  width: 100px;
                  background-color: #EBF923;
                  border: none;
                  outline: none;
                  color: black;
                  border-radius: 100px 40px 100px 40px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                }
        
                .upcoming-projects-container p {
                  font-weight: 500;
                  color: black;
                }
        
                .keyfeaturesupcoming {
                  position: absolute;
                  bottom: 89%;
                  left: 9%;
                  font-size: 14px;
                  font-weight: 700;
                  padding: 2px 10px;
                  height: 40px;
                  width: 70%;
                  color: var(--common-heading);
                }
.keyfeatures-heading{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.keyfeatures-content{
  background-color: rgba(153, 188, 236, 0.6);
  padding-left: 10px;
  width: 70%;
}
.keyfeatures-content ul,
.otherkeyfeatures-content ul{
  padding: 10px 20px;
}
.keyfeatures-content ul li,
.otherkeyfeatures-content ul li{
  list-style-type: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 2rem;
}
.otherkeyfeatures-content{
    background-color: rgba(153, 188, 236, 0.6);
      padding-left: 10px;
      width: 50%;
}
.otherkeyfeatures-content ul li{
  list-style: none;
  line-height: 3rem;
}

.otherkeyfeatures-content ul li span {
  font-size: 20px;
  font-weight: 500;
}
.isfeatured-location{
    background: rgba(21, 6, 12, 0.6);
      /* padding: 3px; */
                  position: relative;
                    top: 180%;
                    left: -1%;
                    text-align: center;
                    font-size: 14px;
                    font-weight: 400;
                    padding: 2px 5px;
                    height: 40px;
                    width: 200px;
                    border: none;
                    outline: none;
                    border-radius: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
}
.isfeatured-location p{
    color: #fff;
}

.learnmore-featured input[type="button"] {
  margin-left: 3rem;
    background-color: #2B76E4;
    color: white;
    padding: 5px 25px;
}

/* services section starts here */
.servicesfullwidth{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.servicesfullwidth .singleservices{
  height: 90px;
    width: 20vw;
    border: 1px solid var(--btn-primary);
    gap: 1rem;
    margin: 1rem;
    border-radius: 10px;
}
.services-content{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.services-image{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4px;
  margin-left: -10px;
}
.services-image img{
  height: 80px;
  width: 80px;
  border-radius: 10px;
  border: none;
  outline: none;
}
.services-side-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
.services-side-content i{
  color: var(--common-heading);
  margin-right: 10px;
}
.services-side-content h5{
  font-size: 14px;
  font-weight: 400;
  margin-top: -12px;
}

.servicebtn button{
  color: black;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 1px 2px 7px 1px rgba(0, 27, 115, 0.69);
    -webkit-box-shadow: 1px 2px 7px 1px rgba(0, 27, 115, 0.69);
    -moz-box-shadow: 1px 2px 7px 1px rgba(0, 27, 115, 0.69);
  background-color: #fff;
}
.servicebtn{
margin: 5px 0px 0px 30px;
}
/* services section ends here */

.bhkandfeet{
  margin-top: -15px;
}

/* get in touch section starts here */

.getin-touch-section{
  background-color: aliceblue;
  padding: 40px 0px;
}
.row .col-lg-6 .form-group label{
  font-size: 14px;
  font-weight: 500;
}
.row .col-lg-6 .form-group input,
.row .col-lg-6 .form-group textarea{
  border: none;
  outline: none;
  border: 1px solid #A3DAF5;
}

.imagebackgroundlogo{
  position: relative;
}
.imagebackgroundlogo .imagebackground{
  position: relative;
  top: 10%;
  left: 65%;
  opacity: 0.2;
}
.text-overlay label{
  position: absolute;
    /* bottom: 80%; */
    top: 3%;
      left: 3%;
      text-align: center;
      padding: 2px 5px;
}
.text-overlay p{
  position: absolute;
  top: 10%;
  left: 3%;
  padding: 2px 5px;
}
.text-overlay a img{
  height: 24px;
  width: 24px;
}
.text-overlay .last-icon{
  position: absolute;
  top: 45%;
  left: 3%;
}
.text-overlay .icons{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 28%;
  left: 3%;
}
.text-overlay a{
  margin: 0px 15px;
  color: black;
  height: 22px;
  width: 144px;
}
.text-overlay a:hover{
  color: var(--common-heading);
}
.btnsubmitform{
  color: white;
    background-color: #3383EA;
    height: 6vh;
    width: 8vw;
    border-radius: 8px;
    border: none;
    margin-top: -40px;
}


/* map coding starts here */

.location-name{
  height: 150px;
  width: 550px;
}
.location-name p{
  text-transform: uppercase;
  padding: 2px 25px;
}
.location-name h5{
text-transform: uppercase;
padding: 2px 10px;
}
.location-name h5{
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.location-name p{
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.location-name .locationlogoandname{
  margin-top: 10px;
}
.locationlogoandname i{
  color: var(--common-heading);
  font-size: 16px;
  font-weight: 600;
  margin-left: 25px;
}
.locationlogoandname{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .row .col-lg-6.mapdata div iframe{
  width: 550px;
  height: 250px;
  border-radius: 8px;
}


/* footer section starts here */

.section-footer .footerimageandcontent{
  display: flex;
  align-items: center;
  justify-content: space-between;
    height: 10vh;
      max-width: 90vw;
}
.section-footer{
  margin: 0px 5vw;
}

.section-footer .footerimageandcontent img{
  height: 60px;
  width: 60px;
  object-fit: cover;
  border: none;
}
.section-footer .footerimageandcontent .footer-imageandother{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.section-footer .footerimageandcontent .footer-imageandother h4{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;

}
.section-footer .footerimageandcontent ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-footer .footerimageandcontent ul li a{
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.section-footer h5{
  margin:5px 10px;
  font-size: 14px;
  font-weight: 500;
}
.changingtext{
  color: var(--hover-btn-color);
}
/* filter section starts here */
                .filter-panel {
                  position: fixed;
                  top: 11%;
                  right: -100%;
                  /* Initially off-screen */
                  width: 300px;
                  height: 100%;
                  background-color: #fff;
                  transition: right 0.3s ease-out;
                  z-index: 99999;
                  /* Transition for sliding effect */
                }
        
                .filter-content {
                  padding: 20px;
                  background-color:#F6FBFE;
                }
        
.close {
   color: var(--text-primary);
   float: right;
   font-size: 28px;
   font-weight: 800;
   cursor: pointer;
   height: 30px;
   width: 30px;
  background-color: var(--common-heading);
  border-radius: 50%;
  text-align: center;
}
.filter-content h2{
  font-size: 22px;
  font-weight: 600;
  padding: 10px;
}
.filter-content span{
  margin: 10px;
}
        
                .close:hover,
                .close:focus {
                  background-color: var(--hover-btn-color);
                  text-decoration: none;
                }
        
                #filterBtn {
                  top: 65%;
                  right: 10%;
                  z-index: 9999;
                  /* Ensure button is on top */
                }
.filter-content h2{
  color: var(--common-heading);
  
}


.filtermethod .form-group{
  margin:10px 2px;
}
.filtermethod .col-lg-12 .form-group label{
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.filtermethod .col-lg-12 .form-group select{
  border: 1px solid var(--btn-primary);
}
.multiplebtn{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 0.5rem;
}
.multiplebtn button{
  border: none;
  outline: none;
  padding: 5px 10px;
  border: 1px solid var(--btn-primary);
  border-radius: 8px;
  background-color: transparent;
}
.pagination-section{
  margin-top: -3rem;
}
.applyfilterbtn{
  display: block;
    width: 100%;
    color: white;
    margin-top: 20rem;
}

/* section about */
.section-about .row .col-lg-6 ul li{
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Manrope';
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.section-about .row .textbg,
.second-about-section ul li{
  background-color: #F6FBFE;
  padding: 20px 30px;
}
.section-about .row .col-lg-6 .about-image{
  height: 350px;
  width: 550px;
  border-radius: 12px;
  object-fit: cover;
}
.second-about-section ul{
  background-color: #F6FBFE;
  padding-left: 40px;
}
/* preloader */

/* city section */
.seprate-cities-images img{
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}
.seprate-city-content{
  margin-bottom: 2rem;
}
.pagination-section .row .pagination{
  gap: 68vw;
}

/* property view navbar */

.property-view-nav{
  display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    background-color: #F6FBFE;
    height: 10vh;
    width: 100%;
    padding: 0px 30px;
    border-radius: 30px;
}
.property-view-nav li a{
  font-size: 18px;
  color: var(--common-heading);
  font-weight: 500;
  font-family: 'manrope';
}
.property-view-bold-image .col-lg-8 img{
  width: 100%;
  height: 55vh;
  object-fit: cover;
  border-radius: 15px;
}

.property-view-overlay-title{
                      position: absolute;
                        left:93%;
                        /* top: 20%; */
                        bottom: 88%;
                        transform: translate(-50%, -50%);
                        text-align: center;
                        font-size: 14px;
                        font-weight: 500;
                        padding: 2px 5px;
                        height: 30px;
                        width: 60px;
                        background-color: var(--text-primary);
                        border: none;
                        outline: none;
                        color: black;
                        border-radius: 100px 40px 100px 40px;
}
.col-lg-4.thumnail-images .row .col-lg-6 img{
  height: 25vh;
    border-radius: 15px;
    width: 11vw;
}
.col-lg-4.thumnail-images .row:last-child{
  margin-top: 1rem;
}
.col-lg-4.thumnail-images:last-child{
  margin-top: 0rem;
}
.property-view-heading{
  font-size: 20px;
  font-weight: 700;
  font-family: "manrope";
  color: var(--common-heading);
}

.price-andbhkandsqrft{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.common-property-view-para{
  font-size: 18px!important;
  color: black;
  font-weight: 600;
}
.property-viewbhkandsqft{
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.property-viewbhkandsqft li{
  font-size: 16px;
  color: var(--para-color);
  font-weight: 600;
}
.bhkandbathroms-property-view{
  font-size: 16px;
  font-weight: 500;
  color: var(--common-heading);
  margin-top: 1rem;
}
.bhkandbathroms-property-view li{
  list-style-type: disc;
}

.bhkandbathroms-property-view div{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.bhkandbathroms-property-view div li:last-child{
  font-size: 16px;
    color: black;
    font-weight: 600;
    list-style-type: none;
}
            .select-buttons {
              display: flex;
              flex-wrap: wrap;
            }
      
            .date-button {
              background-color: #f0f0f0;
              border: 1px solid var(--btn-primary);
              border-radius: 4px;
              padding: 8px 8px;
              margin: 5px;
              height: 18vh;
              width:6vw;
              cursor: pointer;
            }
      
            .date-button.selected {
              background-color: var(--btn-primary);
              color: white;
              border: none;
              outline: none;
            }
      
            #submit-btn {
              margin-top: 10px;
              padding: 8px 16px;
              cursor: pointer;
            }


            .time-button {
              background-color: #f0f0f0;
              border: 1px solid var(--btn-primary);
              border-radius: 4px;
              padding: 8px 8px;
              margin: 5px;
              height: 6vh;
              width:6vw;
              cursor: pointer;
              color: var(--common-heading);
            }

          .time-button.selected {
              background-color: var(--btn-primary);
              color: white;
              border: none;
              outline: none;
            }
      
.col-lg-4 .schedulevisitcol{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2rem;
}
.col-lg-4 .chooseatime{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2rem;
}
 @media(max-width:540px) {
.upcomingoverlay-text p {
  left: 67%;
  font-size: 10px;
  font-weight: 500; }
                
 .upcomingoverlay-text {
   bottom: 92%;
   left: 79%;
   text-align: center;
   height: 40px;
   width: 70px;
 } 
.keyfeatures-content {
  width: 110%;
}
.common-subheading{
  font-size: 14px;
}
.keyfeatures-content ul li,
.otherkeyfeatures-content ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1rem;
}
.otherkeyfeatures-content {
  width: 110%;
  padding-left: 0px;
}
.otherkeyfeatures-content ul li {
  line-height: 1.4rem;
  font-size: 10px;
}

.otherkeyfeatures-content ul li span {
  font-size: 12px;
}
.learnmore-featured input[type="button"]{
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.learnmore-featured{
  display: flex;
  align-items: center;
  justify-content: center;
}
.isfeatured-location{
top: 100%;
  left: -5%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  height: 35px;
  width: 180px;
}
.servicesfullwidth {
  display: block;
}
.servicesfullwidth .singleservices {
  height: 90px;
  width: 90vw;
  border: 1px solid var(--btn-primary);
  gap: 1rem;
  margin: 1rem;
  border-radius: 10px;
}
.imagebackgroundlogo .imagebackground {
  top: 5%;
  height: 100px;
  width: 100px;
}
.text-overlay p {
  top: 20%;
}

.text-overlay .last-icon {
  position: absolute;
  top: 95%;
  left: 20%;
}
.text-overlay .icons {
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
}
.text-overlay .icons .first-icon{
  margin-bottom: 0.2rem;
}
.text-overlay .last-icon{
  margin-top:0.7rem;
}

.text-overlay a {
  margin: 0px 15px;
  color: black;
  height: 22px;
  width: 144px;
}
.btnsubmitform {
  position: relative;
  left: 150%;
  top: 150%;
  height: 5vh;
  width: 25vw;
  border-radius: 8px;
  border: none;
  margin-top: -40px;
}

/* location media query starts here */
.location-name {
  height: 150px;
  width: 100%;
}
.container .row .col-lg-6.mapdata div iframe{
  width: 350px;
  height: 175px;
}
.location-name p {
  text-transform: uppercase;
  padding: 2px 25px;
}

.location-name h5 {
  text-transform: uppercase;
  padding: 2px 10px;
}

.location-name h5 {
  font-size: 12px;
  font-weight: 600;
}

.location-name p {
  font-size: 10px;
  font-weight: 500;
}

.location-name .locationlogoandname {
  margin-top: 10px;
}

.locationlogoandname i {
  font-size: 12px;
}

.container .row .col-lg-6.mapdata iframe {
  margin-left: 8px;
}

.container .row .col-lg-6.mapdata iframe:first-child {
  margin-top: 5rem;
}
.container .row .mapdata#marginupiframe{
  margin-top: -8rem;
  margin-bottom: -6rem;
}

/* section footer media queries */


.section-footer .footerimageandcontent .footer-imageandother h4 {
  font-size: 12px;
  font-weight: 500;
}

.section-footer .footerimageandcontent ul {
  display: block;
  line-height: 15px;
}
.section-footer .footerimageandcontent ul a span{
  display: none;
}

.section-footer .footerimageandcontent ul li a {
  font-size: 10px;
  font-weight: 500;
}

.section-footer h5 {
  margin: 5px 8px;
  font-size: 11px;
  font-weight: 500;
}

/* filter section */

.filter-panel {
  top: 12%;
  /* Initially off-screen */
  width: 200px;
  height: 100%;
  /* Transition for sliding effect */
}
.filter-content h2 {
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
}

.filter-content span {
  margin: 5px;
}
.close {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.pagination-section{
  margin-top: 0rem;
}
.applyfilterbtn {
  margin-top: 8rem;
}
/* section about */
.section-about .row .col-lg-6 ul li {
  font-size: 12px;
  line-height: 20px;
}

.section-about .row ul{
  padding-left: 20px;
}

.section-about .row .col-lg-6 .about-image {
  height: 200px;
  width: 100%;
}
.second-about-image{
  margin-bottom: 3rem;
}
.property-mobile-view{
          transform: translate(20%, 20%);
          max-width: 265px;
          /* Adjust as needed for the desired width */
          width: 100%;
}
.property-mobile-view:last-child{
  margin-bottom: 4rem;
}
.pagination-section .row .pagination {
  gap: 60vw;
}


.property-view-overlay-title {

    left: 87%;
    /* top: 20%; */
    bottom: 87%;
  }

.property-view-nav li a {
  font-size: 14px;
}
.col-lg-4.thumnail-images .row .col-lg-6 img {
  height: 20vh;
  border-radius: 15px;
  width: 40vw;
}
.property-view-heading {
  font-size: 16px;
}
}

@media (max-width: 767px) {

  /* Adjusting the column width for smaller screens */
  .thumnail-images .row&gt;div[class^="col-"] {
    width: 50%;
    gap: 1rem;
  }
.thumnail-images .row:first-child{
  margin-top: 1rem;
}
.thumnail-images .row:last-child{
  margin-bottom: 1rem;
}
                        .date-button {
                          background-color: #f0f0f0;
                          border: 1px solid var(--btn-primary);
                          border-radius: 4px;
                          padding: 8px 8px;
                          margin: 5px;
                          height: 15vh;
                          width: 23vw;
                          cursor: pointer;
                        }
            
                        .time-button {
                          background-color: #f0f0f0;
                          border: 1px solid var(--btn-primary);
                          border-radius: 4px;
                          padding: 8px 8px;
                          margin: 5px;
                          height: 6vh;
                          width: 23vw;
                          cursor: pointer;
                        }
      .property-view-heading {
            font-size: 14px;
      }
}

@media(max-width:480px){
  .property-mobile-view {
      transform: translate(20%, 20%);
      max-width: 265px;
      /* Adjust as needed for the desired width */
      width: 100%;
    }
  
    .property-mobile-view:last-child {
      margin-bottom: 3rem;
    }
        .pagination-section .row .pagination {
          gap: 62vw;
        }
            
        
.property-view-heading {
  font-size: 14px;
}
}
@media(max-width:360px){
  .property-mobile-view {
      transform: translate(12%, 12%);
      max-width: 265px;
      /* Adjust as needed for the desired width */
      width: 100%;
    }
  
    .property-mobile-view:last-child {
      margin-bottom: 3rem;
    }
        .pagination-section .row .pagination {
          gap: 55vw;
        }
.property-view-overlay-title {

  left: 85%;
  /* top: 20%; */
  bottom: 87%;
}
.property-view-heading {
  font-size: 14px;
}
}
@media(max-width:300px) {
  .property-mobile-view {
    transform: translate(10%, 10%);
    max-width: 265px;
    /* Adjust as needed for the desired width */
    width: 100%;
  }

  .property-mobile-view:last-child {
    margin-bottom: 2rem;
  }

  .pagination-section .row .pagination {
    gap: 50vw;
  }
.property-view-overlay-title {

  left: 84%;
  /* top: 20%; */
  bottom: 87%;
}
.property-view-heading {
  font-size: 13px;
}
}

@media(max-width:540px){
	.section{
	padding:20px 0px;
}
}



.featured-rows{
  display: grid;
  width: 100%;
  max-width: 100vw;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 25% 25% 25% 25%;
  row-gap: 20px;
  column-gap: 20px;
}
.section{
  padding: 40px 100px;
}
.property-mobile-view{
  width: auto!important;
}
.property-mobile-view a .card{
  width: 20vw;
}
.property-mobile-view a .card img{
  width: 20vw;
}
.content-text{
  height: 15vw;
}



@media(max-width:677px){
  .featured-rows {
      display: grid;
      width: 100%;
      max-width: 100vw;
      grid-template-columns: 50% 50%;
      grid-template-rows: 50% 50%;
      row-gap: 20px;
      column-gap: 20px;
    }
  
    .section {
      padding: 40px 40px;
    }
  
    .property-mobile-view {
      width: auto !important;
    }
  
    .property-mobile-view a .card {
      width: 40vw;
    }
  
    .property-mobile-view a .card img {
      width: 40vw;
    }
}


@media(max-width:540px) {
  .featured-rows {
    display: grid;
    width: 100%;
    max-width: 100vw;
    grid-template-columns: 100%;
    grid-template-rows: 25%;
    row-gap: 20px;
    column-gap: 20px;
  }

  .section {
    padding: 40px 0px;
  }

  .property-mobile-view {
    width: auto !important;
  }

  .property-mobile-view a .card {
    width: 73vw;
  }

  .property-mobile-view a .card img {
    width: 73vw;
  }
  .main-nav .logo{
    margin-left:-10%;
  }
}

    @media (max-width: 576px) {
      .swiper-slide {
        padding-right: 15px;
        padding-left: 15px;
      }
	  .section-footer .footerimageandcontent ul{
  display: flex;
  align-items: center;
  	margin-bottom:4rem;
}
.section-footer .footerimageandcontent ul li{
	gap:0rem 4rem;
	
}
.section-footer .footerimageandcontent{
	
	display:block;
}
    }


</pre></body></html>