@import url('fonts.css');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body { font-family: 'Barlow', sans-serif;font-weight: 400;
 color:#373435;   font-size:18px;                                            
}
a {
color: #293148;}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
  font-family: 'Grenda', sans-serif;color: #2c436f;
}
p{
  color:#373435;  
}
.navbar-brand.mobile {
  display: none;
}
.headerTop.HomeMenu {
  position: absolute;
  top: 0;
  left: 0;z-index: 999;
  width: 100%;transition: all .5s ease;
}
.headerTop.HomeMenu.vjClass{position: fixed;/*background:#2c436f;*/background:#fff;}
.headerTop.HomeMenu .navbar {
  padding: 10px 0;
}
.headerTop.HomeMenu.vjClass .navbar .nav-link {
  color: #2c436f;}
  
.headerTop.HomeMenu.vjClass .header-social a{color: #fff;}  
.headerTop.HomeMenu .navbar .nav-link {
  color: #373435;font-family: 'Grenda', sans-serif;font-size:15px;font-weight: normal;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu {
  align-items: center;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 25px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .navbar-brand {
  margin: 0;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 250px;
}
.header-social {
  position: absolute;
  right: 50px;
  top: 42px;
  display: flex;
  gap: 15px;
}
.header-social a {
  display: block;line-height: 1;color: #2c436f;
}
.header-social a img {
  height: 15px;
  line-height: 1;
}
.carousel-caption {
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  display: grid;
  align-content: center;
}
.carousel-item.active .caption {
     opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
    }
 
.caption {
 
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
animation-delay: 0.5s;transform: translate3d(-200px, 0px, 0px);
padding-left: 0px; 
}
.carousel-caption .container {
  position: relative;
}
.homeBanner .carousel-control-prev,.homeBanner .carousel-control-next {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 60px;
  top: auto;background:none;
  right: 100px;
  left: auto;opacity: 1;border-radius:5px;transition: all .3s ease;
}
.homeBanner .carousel-control-prev img,.homeBanner .carousel-control-next img{width:40px;}
.homeBanner .carousel-control-prev {
  margin-right: 60px;
}
.homeBanner .carousel-control-prev img {
  transform: scaleX(-1);
}
.caption h1 {
  font-size: 40px;
}
.section-space{padding-top:20px;padding-bottom:20px;}
.section-title {
  font-size: 35px;text-transform: sentencecase;margin-bottom: 25px;
}
.count-row {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.count-box {
  display: flex;
  padding: 0 30px;
  align-items: end;
  gap: 2px;
}
.count-box .count-title {
  margin: 0;
  color: #293148;
 font-size: 45px;
  line-height: 35px;
}
.count-box p {
  text-transform: uppercase;
  margin: 0; line-height: 1;
  color: #2c436f;position: relative;
  top: -4px;
  font-weight: 400;
}
.count-box:first-child {
  border-right: 1px solid #bdbfc1;
}
.since-area {
  position: relative;
}
.element-first {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
}
.element-second{
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 150px;
}

.view-all-btn {
  color: #293148;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid;text-transform: uppercase;transition: all .7s ease;
}
.element-second img {
  transform: scaleX(-1) scaleY(-1);
}
.view-all-btn img {
  border-radius: 0;
  width: 28px;transition: all .7s ease;
}
.view-all-btn:hover img {
  margin-left: 7px;
}
.view-all-btn:hover {
  color: #293148;margin-left: 5px;
}
.about-area {
  position: relative;
  padding: 50px 0;
}
.about-area::before {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  height: 100%;
  width: 80%;
  content: '';
  z-index: -9;
  border: 2px solid #aea19e;
}
.about-area img {
  border-radius: 0px;
}
.community-slider .slick-arrow{background:none;border: none;height: 60px;
  width: 60px;border-radius: 50%;
  transition: all 1s ease;line-height: 1;}
.community-slider .slick-arrow:hover{background:#fff;}  
.community-slider .slick-arrow.slick-prev{left:30px}
.community-slider .slick-arrow.slick-next{right:30px;}
.community-slider .slide {
  margin: 0;
}
.featured-project-area {
  position: relative;
}
.featured-project-area .project-caption {
  background: #0000008a;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 40px;
  height: 250px;
  width: 450px;
  display: grid;
  align-content: center;transition: all .3s ease-in;
}
.featured-project-area .project-caption .section-title, .featured-project-area .project-caption p{color:#fff;}
.featured-project-area .project-caption p.subtitle {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.featured-project-area .project-caption p {
  margin-bottom: 0;
}

.community-slider .slick-arrow.slick-prev img {
  transform: scaleX(-1);
}

.blog-area .blog-box {
  position: relative;
}
.blog-area .blog-box a {
  display: block;
}
.blog-area .blog-box .blog-box-content {
  position: absolute;
  bottom: -25px;
  padding: 20px 10px 5px;
  background: #fff;
  width: 95%;
}
.blog-area .blog-box .blog-box-content h4 a {
  color: #2c436f;
  text-decoration: none;
  font-size: 20px;
}
.blog-area .blog-box .blog-box-content ul {
  margin: 0;
  padding: 0;
}
.blog-area .blog-box .blog-box-content ul li {
  display: inline-block;

  margin-right: 5px;
}
.blog-area .blog-box .blog-box-content h4 {
  margin-bottom: 3px;
}

.testimonial-area {
  position: relative;
  background-color: #ccc4c1;
  padding: 60px 0;
  /*background-image: url(../img/element-3.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 300px;*/min-height: 250px;
}

.service-area {
  position: relative;
  padding: 60px 0;
  /*background-image: url(../img/element-3.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 300px;*/min-height: 450px;
}


.testimonial-area .testimonial-box .profile-bottom .img-testi {
  margin-bottom: 10px;
}
.testimonial-area .testimonial-box .profile-bottom .img-testi img {
  width: 70px;
}
.testimonial-area .testimonial-box .profile-bottom {
  margin-top: 20px;
}
.testimonial-area .testimonial-box .profile-bottom .cont-testi h3 {
  font-size: 20px;
  color: #373435;
}
.testimonial-area .testimonial-box .profile-bottom .cont-testi p {
  margin-bottom: 0;
 
}
.testimonial-area .testimonial-box {
  padding-right: 250px;
  margin-top: 40px;
  position: relative;
}
.testimonial-area .testimonial-box {
  padding: 0 150px;
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.element-third{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
}

.stay-connected-area {
  position: relative;
 /* background: url(../img/stay-connected.jpg);*/
position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background:#293148
}

.stay-connected-area form {
  margin-top: 20px;
}
.stay-connected-area form .form-group {
  margin-bottom: 25px;
}
.stay-connected-area form .form-group .form-control {
  border: none;
/*  text-transform: uppercase;*/
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #373435;
  padding: 0px 0;box-shadow: none;
}
.stay-connected-area form .view-all-btn {
  background: none;
  box-shadow: none;
  border: none;
  
}
.stay-connected-area form .check-area input {
  border: 1px solid #fff;
  background: transparent;
  margin-right: 6px;
}
.stay-connected-area form .form-group .form-control::placeholder{color:#373435;text-transform: uppercase;}
.stay-connected-area form .form-btn {
  border: none;
  box-shadow: none;
  font-weight: 600;
  color: #154572;
  padding: 10px 15px;
  border-radius: 30px;
}
.element-fourth{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
}

.footer-social {

  display: flex;
  gap: 15px;
}
.footer-social a {
  display: block;line-height: 1;
}
.footer-social a img {
  height: 15px;
  line-height: 1;
}
.footer-logo img {
  width: 150px;
}
.footer {
 /* border-top: 1px solid #cbccce;*/
  padding-top: 0px;
}
.bottom-footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-flex;
  gap: 15px;width: 100%;
  justify-content: center;
}
.bottom-footer ul li {
  display: inline-block;
  font-size: 12px;
}
.bottom-footer ul li a {
  text-transform: sentencecase;
  text-decoration: none;color: #373435;
}
.bottom-footer .container { 
  border-top: 1px solid #fff;
  padding-top: 15px;position:relative;  padding-bottom: 15px;
}
.bottom-footer{position:relative;margin-top: 20px;}
.top-footer {
  border-top: 1px solid #fff;
  padding: 20px 25px 60px 25px;
  position: relative;
  transition: all 2s ease;

  display: none;
}
.enquire_now .modal-dialog .stay-connected-area form .check-area {
  margin-bottom: 40px;
}
.top-footer.active{  display: block;}
.footer-title {
  color: #373435;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-links li a {
  color: #373435;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-col {
  width: auto;
}
.top-footer .row {
  display: flex;
  gap: 70px;
}
.footer-links {
  padding: 0;
  margin: 0;
}
.footer-links li {
  display: block;
}
.less-btn {
  color: #363334 !important;
  text-decoration: none;
  font-weight: 500;
  margin-left: auto;
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: -20px;
  line-height: 1;
  align-items: center;
}
.less-btn img {
  height: 13px;
  margin-left: 2px;
}
.less-btn span + span {
  display: none;
}
.less-btn.full span + span {
  display: inline-block;
}
.less-btn.full span {
  display: none;
}
.inner-page-banner {
  position: relative;
}
.contact-page .stay-connected-area {
  padding: 40px;
  border: 1px solid #aea19e;
}
.contact-page .stay-connected-area form .form-group {
  margin-bottom: 35px;
}
.contact-page .stay-connected-area form {
  margin-top: 35px;
}
.contact-content {
  padding-left: 40px;
  border-left: 1px solid #aea19e;
}
.contact-content .section-title {
  font-size: 16px;
}
.contact-detail {
  padding: 0;
  margin: 0;
}
.contact-detail li {
  margin-bottom: 4px;  display: block;
}
.contact-detail li a {
  color: #373435;
  text-decoration: none;
  display: inline-block;
}
.contact-detail li a.view-all-btn {
color: #293148;}
.contact-content h4 {
  font-size: 16px;font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin-top: 40px; color: #373435;
}
.contact-page {
  /*background-image: url(../img/contact-element.svg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left bottom;*/
}

.about-top{   /*background-image: url(../img/element-1.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: right bottom;*/}
  
.about-middle{  /* background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/background-color:#afa19e;} 
.over-years-box {
  padding: 0 15px;
  margin-top: 25px;
}  
.over-years-box .over-title h3 {
  text-align: center;
  font-size: 22px;
  margin-top: 0px;
}
.over-years-box .over-img {
  text-align: center;
}
.over-years-box .over-img img {
  max-height: 90px;
  max-width: 90px; 
}

.over-years-area{ /*  background-image: url(../img/element-1.svg);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: right top;*/}
.experience-area{border-top: 1px solid #cbccce;background-color: #fefefe;}  
.experience-area .experience-box {
  text-align: center;
  margin-top: 40px;
}
.experience-area .experience-box strong {
  display: block;
  color: #293148;
  font-family: 'Grenda', sans-serif;
  font-size: 45px;
  line-height: 1;font-weight: normal;
}
.experience-area .experience-box p {
  margin-bottom: 0;
 
}

.team-top{   /*background-image: url(../img/element-1.svg);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: right top;*/}
.team-box {
  margin-top: 30px;
  position: relative;
  padding: 40px 0 10px;
  display: flex;
  flex-wrap: wrap;height: calc(100% - 30px);
}
.team-box .team-img {
  width: 45%;
}
.team-box .team-img img {
  max-width: 100%;filter: grayscale(1);
  transition: a 1s ease;
}
.team-box:hover .team-img img {filter: grayscale(0);}
.team-box .team-content {
  width: 55%;
  padding: 20px;
}
.team-box .team-content h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.team-box .team-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}
.team-box .team-content span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team-box::before {
  content: '';
  position: absolute;
  background: #ccc4c1;
  height: 100%;
  width: 80%;
  top: 0;
  right: 0;
  z-index: -9;
} 

.associates-area{  /* background-image: url(../img/element-3.svg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left top;*/}
  
.associates-img img {
  max-width: 100%;
  border-radius: 10px;
}

.associates-content {
  
  padding: 60px;position: relative;
} 
.associates-content::before {
  content: '';
  border: 2px solid #ccc4c1;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: -9;
}
.associates-content.right::before{left: -15px;}
.associates-content.left::before{right: -15px;}
.associates-content h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.associates-content p:last-child{margin-bottom:0;} 

.listSection .proLInk {
  display: block;
  color: #373435;text-decoration: none;
  overflow: hidden;background: #fff;
} 
.listSection .proLInk .list-content {
  padding: 20px 0;
  text-align: center;
}
.listSection .proLInk .list-content h3 {
  font-size: 24px; text-transform: uppercase;margin-bottom: 0;
}
.listSection .proLInk .list-content p {
  text-transform: uppercase;margin-bottom: 10px;
}
.listSection .proLInk .list-content ul {
  margin: 0;
  padding: 0;
}
.listSection .proLInk .list-content ul li {
  display: inline-block;
  border-right: 2px solid #e0e0e2;
  color:#000066;
  padding:5px;
  border-radius:5px;
}
.listSection .proLInk .list-content ul li:last-child {
  border-right: none;
  padding-right: 0px;
}
.listSection .proLInk .list-content ul li:first-child {
  padding-left: 0px;
}
.imgBB {
  overflow: hidden;
}
.imgBB img {
  transition: all 0.5s ease;
}
.imgBB:hover img{transform: scale(1.1);}
.listSection .proLInk .imgBB img{filter: grayscale(0);}
.listSection .proLInk:hover .imgBB img {
  transform: scale(1.1);filter: grayscale(1);
}

.listSection .tabcontent {
  display: none;animation: animatezoom 2s;
 
}
.community-slider.slider {
  height: 100vh;
}
.community-slider .slide{height:100%;}
.community-slider .slide img.full-img{height:100%; width:100%;object-fit:cover;}

.featured-btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 40px;transition: all .8s ease-in;opacity:0;
}
.project-caption-top {
  transition: all .3s ease-in;
  position: relative;
  top: 50%;
  left: 50%;width: 100%;margin-top: 20px;
  transform: translateX(-50%) translateY(-50%);
}
.featured-project-area .project-caption:hover .featured-btn{opacity:1;/*height: auto;margin-top:40px;*/}
.featured-project-area .project-caption:hover{width:650px;}
.featured-project-area .project-caption:hover .project-caption-top{top: 0;}
.featured-btn .view-all-btn {
  display: flex;
  white-space: nowrap;
  gap: 5px;color: #fff;
  align-items: center;
}
.bottom-footer::before {
  border-top: 1px solid #293148;
  content: '';
  position: absolute;
  left: 0;
  width: 82%;
  z-index: -9;
  top: 0px;
  height: 5px;
}
.footer-arrow {
  position: absolute;
  right: 0;
  height: 16px;
  top: -9px;
  background: #fff;
}
@keyframes animatezoom {
  from {
    transform:scale(0)
  }
  to {
    transform:scale(1)
  }
}
.listSection .tabcontent.active {
display: block;}

.listSection .tab button:hover {
  background-color: #ddd;
}

.listSection .tab button.active {
  background-color: #ccc;
}
.listSection .tab .tablinks {
  color: #154572;
  font-family: 'Grenda', sans-serif;
  font-size: 30px;
  background: none;
  border: none;
font-weight: normal;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 2px solid #e0e0e2;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;text-transform: uppercase;
}
.listSection .tab .tablinks.active, .listSection .tab .tablinks:hover{color: #293148; background: none;}
.listSection .tab .tablinks:last-child {padding-right: 0px;
  margin-right: 0px;
  border-right: none;}
  .listSection .tab {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e2;
  margin-bottom: 60px;text-align: center;
}
.blog-box a {
  display: block;
  text-decoration: none;
  color: #373435;
}
.blog-box img {
  margin-bottom: 0px;transition: all 0.8s linear;
}
.blog-box > a {
  overflow: hidden;display:block;margin-bottom:15px;
}
.blog-box:hover img{transform: scale(1.1);}
.blog-box span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.blog-box h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
.featured-blogs {
  padding-left: 20px;
  border-left: 1px solid #293148;
}
.featured-blogs h4 {
  border-bottom: 2px solid #293148;
  padding-bottom: 5px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.featured-blog-box {
  margin-bottom: 15px;min-height: 70px;
}
.featured-blog-box a{display: block;
  text-decoration: none;
  color: #373435;position: relative;}
.featured-blog-box a img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #293148;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-blog-box a {
  display: block;
  text-decoration: none;
  color: #373435;
  position: relative;
  padding-left: 80px;
}
.featured-blog-box a p {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
}
.featured-blog-box a span{text-transform: uppercase;
  font-size: 12px;display:block;}
.listSection{   /*background-image: url(../img/element-3.svg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left bottom;*/}   
  
.listSection.blog-page{   /*background-image: url(../img/element-3.svg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left bottom;*/}  
  
  .blog-box {
  background: #fff;
}

.single-portfolio-menu {
  background-color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.35);
  list-style: none;
  display: inline-flex;
  padding: 20px 40px;
  border-radius: 4px;
  margin: -40px auto 0px;
  z-index: 9;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  overflow: auto;
  transition: all ease .3s;position: absolute;
}
.single-portfolio-menu li {
  margin-left: 15px;
  margin-right: 15px;text-transform:uppercase;
  padding: 5px 10px;font-weight: normal;
  text-align: center;font-family: 'Grenda', sans-serif;
}
.single-portfolio-menu li a {
  font-weight: normal;
  text-decoration: none;position: relative;
  color: #154572;transition: all .3s ease;
}
.single-portfolio-menu li a:hover{color:#293148;}
.single-portfolio-menu.issticky{
  position: fixed;
  margin: 0;top:103px;
  width: 100%;
  justify-content: center;
}

.overview-area{  /* background-image: url(../img/element-4.svg);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: right top;*/} 
 
.overview-bottom-area {
  position: relative;
  padding: 50px 0;
}
.overview-bottom-area::before {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  height: 100%;
  width: 80%;
  content: '';
  z-index: -9;
  border: 2px solid #aea19e;
}
.overview-bottom-area img {
  border-radius: 8px;
}
.overview-bottom-area p span {
  text-transform: uppercase;
}
.download-brochure-btn {
  color: #293148 !important;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid;
  padding: 5px 15px;
  border-radius: 8px;font-family: 'Grenda', sans-serif;
  box-shadow: 0 3px 2px gray;
}
.video-part {
  position: relative;height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;background-attachment: fixed;width: 100%;box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.35);
}
.video-part .video-btn {
  height: 75px;
  width: 75px;
  display: grid;
  text-align: center;
  align-content: center;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 3px gray;
  transform: translateX(-50%) translateY(-50%);
}
.video-part .video-btn img {
  width: 45px;
}
.amenities-box {
  text-align: center;
}
.amenities-box img {
  max-height: 50px;
}
.amenities-box h4 {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.plans-area{   /*background-image: url(../img/contact-element.svg);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: left bottom;*/border-top:1px solid #cbccce;border-bottom:1px solid #cbccce;} 

.gallery-area .tabcontents {
  display: none;animation: animatezoom 2s;
 
}
@keyframes animatezoom {
  from {
    transform:scale(0)
  }
  to {
    transform:scale(1)
  }
}
.gallery-area .tabcontents.active {
display: block;}

.gallery-area .tabs .tablinkss {
  color: #373435;
  font-size: 20px;
  background: none;
  border: none;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 2px solid #373435;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;text-transform: uppercase;
}

.gallery-area .tabs .tablinkss.active, .gallery-area .tabs .tablinkss:hover{color: #293148; background: none;}

.gallery-area .tabs .tablinkss:last-child {padding-right: 0px;
  margin-right: 0px;
  border-right: none;}
.gallery-area .tabs {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.gallery-area .gallery-box {
  position: relative;overflow: hidden;
}
.gallery-area .gallery-box a {
  display: block;overflow: hidden;
}
.gallery-area .gallery-box .gallery-overlay {
  position: absolute;
  height: 0px;
  width: 100%;
  top: 0;
  left: 0;
  background: #29314882;
  color: #fff;
  font-size: 30px;
  text-align: center;
  align-content: center;
  display: grid;transition: all 0.5s;overflow: hidden;
}
.gallery-area .gallery-box:hover .gallery-overlay { height: 100%;}

.gallery-area .gallery-box img{transition: all 0.5s ease;}

.gallery-area .gallery-box:hover img {
  transform: scale(1.2);
}
.gallery-area .container-fluid {
  padding: 0 30px;
} 

.gallery-area .tabcontents .row .g-item {
  display: none;
}
.gallery-area .tabcontents .row .g-item:nth-child(1),
.gallery-area .tabcontents .row .g-item:nth-child(2),
.gallery-area .tabcontents .row .g-item:nth-child(3),
.gallery-area .tabcontents .row .g-item:nth-child(4){
  display: block;
}
.plan-content {
  padding: 0 40px;
}
.plan-content h3 {
  text-transform: uppercase;
  font-size: 18px;
 margin-bottom:30px;
}
.plan-content p {
  margin-bottom: 0;
}
.plan-content img{ margin-top:30px;}
.csr-area{position:relative;}
.csr-box img {
  max-width: 100%;filter: grayscale(1);
  transition: all 2s ease;height: 290px;
  object-fit: cover;object-fit: cover;
  object-position: top center;
}
.csr-box:hover img{filter: grayscale(0);}
.csr-box h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 16px;
}
.section-space.blog-detail-page {
  padding-top: 180px;
}

.share-social a, .share-social span {
  display: block;
  line-height: 1;
  color: #373435;
}
.share-social {
 justify-content: end;
  display: flex;
  gap: 15px;
}
.blog-detail-page .featured-blogs {
  padding: 0;
  border: none;
  margin-top: 60px;
}
.headerTop.HomeMenu .navbar .nav-link{color:#fff;text-transform: uppercase;}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children,
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children .nav-link{position:relative;}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children .sub-menu {
  position: absolute;
  background: #2c436f;
  border-radius: 8px;
  padding: 10px;
  top: 100%;left:0;transition: all 1s ease;
  opacity: 0;
  visibility: hidden;z-index: 9;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children:hover .sub-menu {opacity: 1;
  visibility: visible;}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children .sub-menu .nav-link {
  color: #fff !important;font-size: 14px;
  padding: 6px;white-space: nowrap;display: inline-block;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children .sub-menu .menu-item {
  display: block;
}
.nav-item.desktop-logo {
 display: none;
}
.white.nav-item.desktop-logo {
  display: block;
}
.headerTop.HomeMenu.vjClass .nav-item.desktop-logo {
 display: block;
}
.headerTop.HomeMenu.vjClass .white.nav-item.desktop-logo {
  display: none;
}
.check-area .wpcf7-list-item {
  margin-left: 0;
}
.enquire-btn-header {
  position: absolute;
  right: 45px;
  top: 32px;
  display: flex;
  gap: 10px;
}
.enquire-btn-header a.en-btn {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-family: 'Grenda', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 8px 15px;
  border: 1px solid #fff;
  transition: all .5s ease;
  border-radius: 8px;
  line-height: 1;
}
.enquire-btn-header a.en-btn:hover {
 color: #2c436f;
 background:#fff;
}
.headerTop.HomeMenu.vjClass .enquire-btn-header a.en-btn{ color: #2c436f;border-color:#2c436f;}
.headerTop.HomeMenu.vjClass .enquire-btn-header a.en-btn:hover {
 color: #fff;
 background:#2c436f;
}
.enquire_now .modal-dialog {
  max-width: 400px;margin-top: 8%;
}
.enquire_now .modal-dialog .modal-title {
  font-size: 22px;
  width: 100%;margin: 10px 0;
text-transform: uppercase;padding-left: 15px;
}
.modal.show .modal-dialog .modal-header .class {
  color: #2c436f;
  text-decoration: none;
  font-size: 35px;
  position: absolute;
  right: 10px;
  line-height: 20px;
  top: 8px;
}
.enquire_now .modal-dialog .stay-connected-area form {
  margin-top: 0;
}
.enquire_now .modal-dialog .stay-connected-area {
  padding: 15px;
}
.enquire_now .modal-dialog .stay-connected-area form .form-group {
  margin-bottom: 40px;
}
.stay-connected-area form .check-area label a {
  color: #2c436f;
  text-decoration: none;
}
.view-all-btn .btn {
  color: #293148;
  text-transform: uppercase;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
}
.stay-connected-area form .view-all-btn .wpcf7-spinner {
  position: absolute;
}
.associates-img {
  position: relative;
  z-index: 99;
}
.featured-project-area .project-caption a {
  text-decoration: none;
}

.csr-box a {
  text-decoration: none;
}
.csr_view .modal-body {
  padding: 0;
  border: 1px solid #d6d7d9;
}
.csr_view .modal-dialog {
  max-width: 750px;
}
.csr_view .modal-body img {
  width: 100%;
}
.csr_view .csr-modal {
  padding: 60px;
  text-align: center;
  /*background-image: url(../img/contact-element.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: -100px bottom;*/
}
.csr_view .modal-body .class {
  position: absolute;
  font-size: 35px;
  color: #fff;
  text-decoration: none;
  right: 12px;
  top: 0;
  line-height: 1;
}
.csr_view .csr-modal h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.csr_view .csr-modal p:last-child {
  margin-bottom: 0;
}

.footer-links li.bold-link a {
    color: #373435;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-links li.bold-link a {
  color: #373435;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}
.footer-links li.bold-link + .bold-link a {
  margin-top: -10px;
}

.privacy-page{ /*background-image: url(../img/element-1.svg);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: right top;*/}

.over-years-box p {
  text-align: center;margin-bottom: 0; 
}  
.featured-project-area .project-caption .section-title {
  margin-bottom: 5px;
}
.testimonial-area .carousel-control-prev {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;border-radius: 50%;
  transition: all 1s ease;opacity:1;
}
.testimonial-area .carousel-control-prev img,
.testimonial-area .carousel-control-next img{width:100%;}

.testimonial-area .carousel-control-prev img {transform: scaleX(-1);}
.testimonial-area .carousel-control-next {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;border-radius: 50%;
  transition: all 1s ease;opacity:1;
}
.testimonial-area .carousel-control-next:hover,
.testimonial-area .carousel-control-prev:hover{background-color:#fff;}
.inner-page-banner .banner-caption {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: grid;
  align-items: center;
}
.inner-page-banner .banner-caption .section-title {
  color: #fff;
  margin-bottom: 0;
  width: auto;
  display: inline-block;
  padding: 30px 40px;
  background-image: url(../img/bg-2.png);
  background-size: cover;margin-top: 25%;
}
.section-space.blog-detail-page img {
  max-width: 100%;
}
.stay-connected-area form .check-area label {
  font-size: 14px;
}
.enquire_now .stay-connected-area form .check-area label {
  font-size: 12px;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .pages {
  border: none;color: #373435 !important;
}
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi span:hover,
.wp-pagenavi span.current{color:#293148;}
.inner-page-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
  background-image: linear-gradient(#b0a19e 40%, #fff0 100%);
  opacity: 0.6;
}
.headerTop.HomeMenu .navbar .nav-link {
  position: relative;
}
.headerTop.HomeMenu .navbar .nav-link::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background: #fff;
  bottom: 7px;
  transition: all 1s ease;
}
.headerTop.HomeMenu.vjClass .navbar .nav-link::before { background: #2c436f;}
.headerTop.HomeMenu .navbar .nav-link:hover::before {width: 40%;}
.headerTop.HomeMenu .navbar .sub-menu .nav-link::before { background: #fff;bottom: 5px;} 
.blog-area .blog-box img {
  margin-bottom: 0;
}
.section-title {
 position: relative;
}
.section-title::before {
  content: '';
  background: #2c436f;
  position: absolute;
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all 1s ease;
}
.section-title.text-center::before,
.text-center .section-title::before{left: 50%;
  transform: translateX(-50%);}
section:hover .section-title::before{width: 120px;}
.featured-project-area .project-caption .section-title::before,
.inner-page-banner .banner-caption .section-title::before{display:none;}

.single-portfolio-menu li a::before {
  content: '';
  background: #293148;
  position: absolute;
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 1s ease;
}
.single-portfolio-menu li a:hover::before{width: 40px;}

.pagination-section .page-numbers li .page-numbers {
  color: #373435;
  text-decoration: none;
  height: 25px;
  width: 25px;
  display: inline-grid;
  text-align: center;
  border: 1px solid #e0e0e2;
  align-items: center;
}
.pagination-section ul.page-numbers li {
  display: block;
  margin: 0 2px;
}
.pagination-section .page-numbers li .page-numbers.prev img {
  transform: scale(-1);
}
.pagination-section .page-numbers li .page-numbers img {
  height: 22px;
}
.pagination-section ul.page-numbers {
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pagination-section .page-numbers li .page-numbers.prev,
.pagination-section .page-numbers li .page-numbers.next{
  border: none !important;
  background: none !important;
}
.pagination-section .page-numbers li .page-numbers:hover,
.pagination-section .page-numbers li .page-numbers.current{
  background: #293148;
  border-color: #293148;
  color: #fff;
}
.contact-page .stay-connected-area form .form-group.check-area.form-check {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.csr-box.event-b h3 {
  border-bottom: 1px solid #373435;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1299.98px){
 .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 24px;
} 
.enquire-btn-header {
  right: 40px;}
    
}
.right-panel {
position: fixed;
top: 75%;
width: 50px;
z-index: 9999;
right: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.right-panel ul li {
height: 50px;
background-color: #2c436f;
line-height: 50px;
width: 50px;
list-style: none;
float: left;
margin-bottom: 2px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.right-panel ul li a {
color: #fff;
font-weight: 500;
display: inline-block;
position: relative;
z-index: 5;
}
.right-panel ul li a b {
text-align: center;
width: auto;
float: left;
position: absolute;
right: -250px;
font-size: 14px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: #2c436f;
font-weight: 500;
padding: 0 10px;
display: block;
color: #fff;
z-index: -1;
}
.right-panel ul li a span {
width: 50px;
height: 50px;
background-color: #2c436f;
position: relative;
z-index: 5;
display: inline-block;
}
.right-panel ul li a span img {
display: block;
margin: 12px auto 0;
}
.right-panel ul li:hover a b {
right: 50px;
}
.right-panel ul {
margin: 0;
padding: 0;
}

.enquire-btn-header a img + img {
  display: none;
}

.vjClass .enquire-btn-header a img + img {
  display: block;
}
.vjClass .enquire-btn-header a img{display:none;}

@media (min-width: 992px) and (max-width: 1199.98px){
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 13px;
} 
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 140px;
}
.enquire-btn-header a.en-btn {
  font-size: 15px;

  padding: 8px 13px;}
 .enquire-btn-header {
  right: 20px;} 
 .section-title {
  font-size: 32px;
  margin-bottom: 20px;
} 
.community-slider.slider {
    height: 60vh;
  }
    .community-slider .slide img.full-img {
    height: 60vh;
  }
  .bottom-footer ul li a {
  white-space: nowrap;
}
.associates-content {
  padding: 40px;}
}
@media (min-width: 768px) and (max-width: 991.98px){
    
.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
} 
.section-title {
  font-size: 28px;
  margin-bottom: 15px;
}
body {
 font-size: 15px;
}
 .community-slider.slider {
    height: 60vh;
  }
    .community-slider .slide img.full-img {
    height: 60vh;
  }
  .blog-area .blog-box .blog-box-content h4 a {
 font-size: 16px;
}
.testimonial-area .testimonial-box {
  padding: 0 50px;
  margin-top: 20px;}
.testimonial-area .carousel-control-prev,
.testimonial-area .carousel-control-next{
  height: 45px;
  width: 45px;}  
.slick-arrow{ height: 45px;
  width: 45px;}  
 .footer-logo {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.footer-social {
  margin-top: 15px;justify-content: center;
}
.about-top .imgBB {
  margin-bottom: 10px;
}
.experience-area .experience-box strong {
  font-size: 30px;}
 .team-box .team-img {
  width: 100%;
} 
.team-box {
  background: #ccc4c1;
  padding: 0;
}
.team-box::before {
  display:none;
}
.team-box .team-content {
  width: 100%;}
.associates-content {
  padding: 20px;}  
  .associates-area .row.mb-d {
  margin-bottom: 15px;
}
.single-portfolio-menu.issticky {
  top: 70px;}
 .download-brochure-btn {
  font-size: 15px;
  padding: 5px 11px;} 
.amenities-box h4 {
  font-size: 15px;}  
.contact-content {
  padding-left: 15px;}  
.contact-page {
  background-size: 170px;}  
.contact-page .stay-connected-area {
  padding: 20px;}  
}
.goals-section .goals-col {
  width: 20%;
}
.goals-section .goals-col h4 {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 16px;text-transform: uppercase;
}
.goals-section .goals-col img {
  max-height: 60px;
  width: auto;border-bottom: 2px solid #fff;
  padding-bottom: 5px;transition: all 1s ease;
}
.goals-section .goals-col:hover img{border-color:#2c436f;}

.more-projects .more-projects-title {
  color: #373435;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.more-projects .more-projects-list {
  padding: 0;
  margin: 0;
}
.more-projects .more-projects-list li {
  display: block;
}
.more-projects .more-projects-list li a {
  color: #373435;
  text-transform: uppercase;
  text-decoration: none;
}
.project-less-btn {
  color: #373435 !important;
  text-decoration: none;
  font-weight: 600;
  margin-left: auto;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: -11px;
  line-height: 1;
  align-items: center;
  background: #fff;
  padding: 2px 15px;
}
.project-less-btn img {
  height: 13px;
  margin-left: 8px;
}
.project-less-btn span + span {
  display: none;
}
.project-less-btn.full span {
  display: none;
}
.project-less-btn.full span + span {
  display: inline-block;
}
.more-top-line {
  border-top: 1px solid #293148;
  position: relative;
}

.more-projects-part {
  display: none;padding-top: 40px;
}

.more-projects-part.active {
  display: block;
}
.care-box .imgBB img {
  filter: grayscale(1);
}
.care-box:hover .imgBB img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.career-page-accordion .accordion-button::after {
 background-image: url("../img/v-icon.png");
  background-size: 16px;
 
}
.career-page-accordion .accordion-item{border:none;border-radius:0;border-bottom:1px solid #aea19e;}
.career-page-accordion .accordion-item .accordion-button {
  background: none;
  padding: 25px 0;
  border: none;
  box-shadow: none;
}
.career-page-accordion .accordion-item:first-child{border-top:1px solid #aea19e;}
.career-page-accordion .accordion-item .accordion-button h4 {
  margin-bottom: 0;
  font-size: 20px;
}
.career-page-accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;padding-top: 0;padding-bottom: 25px;
}
.career-page-accordion .accordion-item .accordion-body .job-apply-btn {
  color: #aea19e;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #aea19e;
  border-radius: 8px;
  padding: 4px 15px;font-family: 'Grenda', sans-serif;font-weight: normal;font-size:16px;transition: all .5s ease;
}
.career-page-accordion .accordion-item .accordion-body ul {
  padding: 0;
}
.career-page-accordion .accordion-item .accordion-body ul li {
  list-style: none;
}
.career-page-accordion .accordion-item .accordion-body .job-apply-btn:hover {
  background: #aea19e;
  color: #fff;
}
.enquire_now .modal-dialog .stay-connected-area form .form-group.file-attech label{color:#373435;text-transform: uppercase;}
.enquire_now .modal-dialog .stay-connected-area form .form-group.file-attech {
  display: flex;
  align-items: center;
  gap: 15px;
}
.enquire_now .modal-dialog .stay-connected-area form .form-group.file-attech a {
  color: #aea19e;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #aea19e;
  border-radius: 6px;
  padding: 2px 10px;
  font-family: 'Grenda', sans-serif;
  font-weight: normal;
  font-size: 14px;
  transition: all .5s ease;
}
.enquire-btn-header a.en-btn + a, .enquire-btn-header a.en-btn + a + a {
	text-decoration: none;
	display: grid;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 0;
	border: 1px solid #fff;
	transition: all .5s ease;
	border-radius: 8px;
	line-height: 1;
	height: 34px;
	width: 34px;
	text-align: center;
	align-items: center;
}
.enquire-btn-header a.en-btn + a:hover,.enquire-btn-header a.en-btn + a + a:hover {
  color: #2c436f;
  background: #fff;
}
.headerTop.HomeMenu.vjClass .enquire-btn-header a.en-btn + a, .headerTop.HomeMenu.vjClass .enquire-btn-header a.en-btn + a + a {
  color: #2c436f;
  border-color: #2c436f;
}
.headerTop.HomeMenu.vjClass .enquire-btn-header a.en-btn + a:hover,.headerTop.HomeMenu.vjClass .enquire-btn-header a.en-btn + a + a:hover{
  color: #fff;
  background: #2c436f;
}

section.contact-page:hover .section-title::before {width: 0px;}

.contact-page .contact-content:hover .section-title::before {
  width: 120px;
}
.contact-page .stay-connected-area:hover .section-title::before {
  width: 120px; 
}
.thank_you .modal-dialog {
  margin: 0;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 96%;
  transform: translateX(-50%) translateY(-50%) !important;
}
.thank_you .modal-dialog .class {
  color: #2c436f;
  text-decoration: none;
  font-size: 35px;
  position: absolute;
  right: 10px;
  line-height: 20px;
  top: 8px;
}
.thank_you .modal-dialog .modal-body {
  text-align: center;
}
.thank_you .modal-dialog .modal-body h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.thank_you .modal-dialog .modal-body .back-btn {
  background: #263b69;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #263b69;font-family: 'Grenda', sans-serif;
  font-size: 16px;
  font-weight: normal;text-transform: uppercase;transition: all .5s ease;
}
.thank_you .modal-dialog .modal-body .back-btn:hover{color: #263b69;
   background: #fff;}
.footer-mobile-contact-sticky {
  background: #2c436f;
  padding: 10px 15px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.footer-mobile-contact-sticky ul {
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
}
.footer-mobile-contact-sticky ul li {
  display: block;
  color: #fff;
  font-size: 18px;
  margin: 0 0px;
  width: 50%;border-right:1px solid #fff;
}
.footer-mobile-contact-sticky ul li:last-child{border-right:none;}
.footer-mobile-contact-sticky ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-mobile-contact-sticky ul li a img {
  margin-right: 5px;
}  
.homeBanner .mobile-video{display:none;} 
.stay-connected-area form .wpcf7-response-output {
  display: none !important;
}
.breadcrumb-part {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e2;
  margin-bottom: 60px;
  text-align: center;
}
.breadcrumb-part h2 {
  color: #293148;
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}
.akshat-sawai-page {
  background: #f8efe3;
}
.akshat-sawai-page + .footer{
  background: #f8efe3;
}
.akshat-sawai-page + .footer .footer-arrow{ background: #f8efe3;}
.akshat-sawai-page .section-title::before {
 background: #9c8d7f;}
.akshat-sawai-page .section-title{color:#9c8d7f;} 
.akshat-sawai-logo-part {
  position: relative;max-width: 400px;
  margin: 0 auto;
}
.akshat-sawai-logo-part .vector-bg {
  width: 380px;
}
.logo-part-content img {
  width: 170px;
}
.logo-part-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);width: 295px;
}
.logo-part-content h1 {
  color: #e4bd6d;
  font-size: 32px;
  white-space: nowrap;
  margin-top: 45px;
  margin-bottom: 10px;
}
.logo-part-content p{color:#fffded;margin-bottom: 0px;font-size: 15px;}
.about-sawai-area {
  background: #9c8d7f;position: relative;
}
.about-sawai-area .section-title{color:#fffded;}
.about-sawai-area .section-title::before {
  background: #fffded;
}
.about-sawai-area p{color:#fffded;}

.about-sawai-area .about-sawai-vector {
  width: 100%;
  position: absolute;
  right: 0;
  max-width: 50%;
}
.about-sawai-feature {
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
}
.about-sawai-feature li {
  text-transform: uppercase;
  color: #fffded;
  display: block;
  border-right: 1px solid;
  padding-right: 40px;
  margin-right: 40px;
}
.about-sawai-feature li:last-child{border-right: none;
  padding-right: 0px;
  margin-right: 0px;}
.about-sawai-feature li span {
  display: block;
}
.about-sawai-feature li strong {
  font-family: 'Grenda', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
}
.akshat-sawai-middle-content-box .img-short {
  width: 120px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.akshat-sawai-middle-content-box p {
  margin-bottom: 0;
}
.akshat-sawai-middle-content-box {
  padding: 10px 120px;
}
.akshat-sawai-middle-content-area .container-fluid {
  padding: 0;margin-bottom: 80px;
}
.akshat-sawai-middle-content-area .row {
  margin: 0;
}
.akshat-sawai-middle-content-area .col-lg-6 {
  padding: 0;
}
.akshat-sawai-middle-content-box.text-end .section-title::before{right:0;left:auto;}

.akshat-sawai-slider-part {
  position: relative;
}
.akshat-sawai-slider-part .community-slider.slider {
  height: auto;
}
.akshat-sawai-slider-part .community-slider .slide {
  height: auto;
}
.akshat-sawai-location-area .container-fluid {
  padding: 0;background: #9c8d7f;
}
.akshat-sawai-location-area .container-fluid .col-lg-6 {
  padding: 0;
}
.akshat-sawai-location-area .container-fluid .row {
  margin: 0;align-items: end;
}
.akshat-sawai-location-area .map-box {
  padding: 15px;position:relative;padding-right: 0;
}
.akshat-sawai-location-area .map-box .map-btn {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-family: 'Grenda', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fffded;
  padding: 12px 20px;
  background: #9c8d7f;
  transition: all .5s ease;
  border-radius: 8px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translateY(-50%);opacity:0;
}
.akshat-sawai-location-area .map-box a {
  display: block;
  text-decoration: none;
}
.akshat-sawai-location-area .map-box a:hover .map-btn{opacity:1;}
.akshat-sawai-page + .footer + .footer-mobile-contact-sticky {
  background: #9c8d7f;}
  
@media only screen and (min-width: 768px) and (max-width: 1199px) {  
.more-projects-part .row {
  overflow-x: auto;
  display: flex;
  width: 100%;
  white-space: nowrap;
  margin: 0;
  flex-wrap: nowrap;
  gap: 60px;
}
.more-projects-col.col-3 {
  width: auto;
  padding: 0;
}  
}
  
@media (max-width: 991.98px) {
 

    #navbarNav.collapse:not(.show) {
        transform: translate(-100%);
    }

    #navbarNav.collapse.show {
        transform: translate(0);
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar-light .navbar-toggler-icon {
        background: unset;
    }

    .navbar-light .navbar-toggler-icon {
        height: 3px;
        width: 25px;

        border-radius: 2px;
        background: #fff;
        position: relative;
    }

    .navbar-light .navbar-toggler-icon::after {
        content: "";
        height: 3px;
        width: 30px;
        position: absolute;
        left: 0;
        bottom: -8px;
        border-radius: 2px;
        background: #fff;
    }

    .navbar-light .navbar-toggler-icon::before {
        content: "";
        height: 3px;
        width: 30px;
        position: absolute;
        left: 0;
        top: -8px;
        border-radius: 2px;
        background: #fff;
    }

    .vijayMenu {
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        height: 100%;
        overflow-y: scroll;
        width: 308px;
        transition: all 0.5s ease;
        padding: 60px 15px;z-index: 9;
    }


    #navbarNav.collapse:not(.show) {
        display: block !important;
    }
    .vjClass  .navbar-light .navbar-toggler-icon{
        background-color: #2c436f;
    }
    .vjClass  .navbar-light .navbar-toggler-icon::after{
        background-color: #2c436f;
    }
    .vjClass  .navbar-light .navbar-toggler-icon::before{
        background-color: #2c436f;
    }
    .navbar-brand.mobile {
  display: block;margin-right: 30%;
}
.headerTop.HomeMenu .navbar {
  padding: 15px 0;
}
.navbar-light .navbar-toggler {
  border: none;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.desktop-logo {
  display: none;
} 
.headerTop.HomeMenu .navbar .nav-link {
  color: #2c436f !important;display: inline-block;}
.mitem {
        display: block;
        position: absolute;
        top: 20px;color: #2c436f;
        right: 20px; font-size: 35px; width: auto !important;} 
.mitem span{color: #2c436f;}
.enquire-btn-header {
  position: relative;
  right: 0;
  top: 0;
} 
.navbar-brand.mobile .white-logo {
  display: block;
}
.navbar-brand.mobile .dark-logo{display: none;}
.headerTop.HomeMenu.vjClass .navbar-brand.mobile .dark-logo {
  display: inline-block;
}
.headerTop.HomeMenu.vjClass .navbar-brand.mobile .white-logo{display: none;}
.navbar > .container .navbar-toggler {
  width: 33.33%;    padding: 0;
  text-align: left;
}

.navbar > .container .navbar-brand.mobile {
  width: 33.33%;padding: 0;
  text-align: center;
}

.navbar > .container .enquire-btn-header {
  width: 33.33%;
  text-align: right;justify-content: end;
}
.enquire-btn-header a.en-btn {
  display: inline-block;
}
.navbar-brand.mobile .white-logo, .navbar-brand.mobile .dark-logo {
  margin: 0 auto;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 0px;
  display: block;
  text-align: center;width: 100%;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children .sub-menu {
  position: relative;
  height:0px;top:0;overflow:hidden;padding:0;

}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item.menu-item-has-children:hover .sub-menu {
 height:auto;padding:10px;overflow: visible;

}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu {
  width: 100%;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
 .akshat-sawai-logo-part .vector-bg {
  width: 340px;
}  
.akshat-sawai-middle-content-box {
  padding: 10px 30px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
 .akshat-sawai-logo-part .vector-bg {
  width: 290px;
}
.logo-part-content img {
  width: 140px;
}
.logo-part-content h1 {
  font-size: 28px;
  margin-top: 35px;
 
}
.logo-part-content p {
 font-size: 14px;
}
.about-sawai-area .pe-5 {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
.about-sawai-area .about-sawai-vector {
 position: relative;
  max-width: 100%;
}
.about-sawai-feature li {
  border-right: 1px solid;
  padding-right: 20px;
  margin-right: 20px;
}
.about-sawai-feature li strong {
 font-size: 18px;
  margin-top: 12px;
}
.akshat-sawai-middle-content-box {
  padding: 15px 15px;
}
.akshat-sawai-middle-content-area .order1 {
  order: 1;
}
.akshat-sawai-middle-content-area .order2 {
  order: 2;
}
.akshat-sawai-middle-content-area .container-fluid {
  margin-bottom: 50px;
}
.akshat-sawai-middle-content-box.text-end {
  text-align: left !important;
}
.akshat-sawai-middle-content-box.text-end .section-title::before {
  right: auto;
  left: 0;
}
.akshat-sawai-location-area .map-box {
  padding-right: 15px;
  margin-bottom: 30px;
}
}
@media only screen and (max-width: 767.98px) {
.navbar-brand.mobile {
  display: block;
}
.desktop-logo {
  display: none;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
    width: 110px;
}
.enquire-btn-header a.en-btn {
   font-size: 15px;
   padding: 7px 10px;}
 
.homeBanner .desctop-video {
/*  height: 60vh;*/
  object-fit: cover;display:none;
  object-position: center center;
}
.homeBanner .mobile-video{display:block;}
.section-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.count-box .count-title {
  font-size: 35px;
  line-height: 25px;
}
.count-box p {
  font-size: 15px;
}
body{font-size: 15px; overflow-x: hidden;}
.section-title {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.element-first {
   width: 100px;
}
.count-row {
  margin-bottom: 15px;
}
.about-area {
  padding: 0px 0;
}
.about-area::before {
display: none;
}
.about-area .ps-3 {
  padding: 15px 0 0 0 !important;text-align: center;
}
.about-area .ps-3 .section-title::before {left: 50%;
  transform: translateX(-50%);}

.blog-area .section-title {
  text-align: center;
}
.blog-area .section-title::before {left: 50%;
  transform: translateX(-50%);}
  
.about-area .ps-3 p:last-child{margin-bottom:0;}
.element-second {
  width: 90px;
}
.featured-project-area .project-caption{padding: 0;}
.featured-btn {
  margin-top: 15px;
  height: auto;
  gap: 15px;
  opacity: 1;
  overflow: hidden;
}
.featured-project-area .project-caption:hover .featured-btn{margin-top: 15px;}
.community-slider.slider {
  height: 100%;
}
.slick-arrow {
  height: 30px;
  width: 30px;}
.community-slider .slick-arrow.slick-prev {
  left: 10px;
}  
.community-slider .slick-arrow.slick-next {
  right: 10px;
}
.community-slider .slide img.full-img {
  height: 70vh;}
.view-all-btn{font-size:15px;}  
.featured-project-area .project-caption{width: 90%;height: 190px;}
.featured-project-area .project-caption .view-all-btn{font-size:14px;}  
.view-all-btn img {
 width: 22px;
}
.blog-area .blog-box .blog-box-content {
  position: relative;
  top: -25px;bottom:0;}
.testimonial-area .carousel-control-prev, .testimonial-area .carousel-control-next {
  height: 30px;
  width: 30px;}  
.testimonial-area .testimonial-box {
  padding: 0 0;
  margin-top: 0px;}  
.testimonial-area .testimonial-box .profile-bottom .cont-testi h3 {
  font-size: 16px;
  margin-bottom: 0;
} 
.footer {
 padding-top: 40px;padding-bottom: 50px;
}
.element-fourth {
 width: 140px;
}
.stay-connected-area form .check-area {
  margin-bottom: 20px;
}
.bottom-footer {
  text-align: center;
}
.bottom-footer ul li:first-child {
  width: 100%;
}
.bottom-footer ul li {
  display: block;
  font-size: 15px;
 
  margin-top: 10px;
}
.bottom-footer ul {
 gap: 0;justify-content: center;
  flex-wrap: wrap;
}
.footer-social {
  justify-content: center;
  margin-top: 15px;
}
.bottom-footer ul li a {
  margin: 0 10px;
}
.inner-page-banner {
  height: 60vh;
}
.inner-page-banner .clImg {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-top {
  background-size: 100px;}
 .about-top .p-4 {
  padding: 0 !important;
}
.about-top .p-4 + img {
  margin-bottom: 10px;
}
.about-middle .px-5 {
  padding: 0 !important;
}
.over-years-box .over-title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.over-years-box {
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 40px;
}
.section-space.over-years-area {
  padding-bottom: 1px;
}
.section-space.experience-area{padding-bottom: 1px;}
.experience-area .col {
  width: 100%;
  flex: 0 0 100%;
}
.experience-area .experience-box {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.team-top {
  background-size: 100px;}
.team-box {
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
} 
.team-box .team-img {
  width: 100%;
}
.team-box .team-content {
  width: 100%;
  padding: 20px;
  background: #ccc4c1;
}
.team-box::before{display:none;}
.associates-area {
  background-size: 150px;}
.associates-content {
  padding: 15px;}  
.associates-content::before {display:none;}  
.associates-content h3 {
  font-size: 20px;
  margin-bottom: 3px;
}
.associates-area .row .col-lg-6 {
  order: 1;
}
.associates-area .row .col-lg-6.associates-content {
  order: 2;
}
.section-space.csr-area {
  padding-bottom: 1px;
}
.csr_view .csr-modal {
  padding: 20px;
 background-size: 100px;
 
}
.listSection .tab .tablinks {
 font-size: 17px;
    padding-right: 7px;
    margin-right: 5px;}
.listSection .tab {
  padding-bottom: 20px;
   margin-bottom: 30px;
  
} 
.blog-box h3 {
  font-size: 20px;
   margin-top: 10px;
  margin-bottom: 10px;
}
.featured-blogs {
  padding-left: 0;
  border-left: none;
  padding-top: 20px;
  border-top: 1px solid #293148;
}
.listSection.blog-page {
 background-size: 150px;}
 .section-space.blog-detail-page {
  padding-top: 100px;
}
.contact-content {
  padding-left: 0;
  border-left: none;
  margin-bottom: 30px;
}
.contact-page {
 background-size: 150px;}
.contact-page .stay-connected-area {
  padding: 30px;
  background-color: #fff;
}
.listSection {

  background-size: 150px;}
.section-space.listSection {
  padding-bottom: 1px;
}  
.single-portfolio-menu li {
  margin-left: 6px;
  margin-right: 6px;
  padding: 1px 5px;}
 .single-portfolio-menu {
 
  padding: 10px 8px;} 
.single-portfolio-menu.issticky {
  top: 65px;
  justify-content: start;} 
.overview-area {
  background-size: 130px;}  
.overview-bottom-area {
  padding: 0;
} 
.overview-bottom-area::before {display:none;}
.overview-bottom-area .ps-3 {
  padding: 15px 0 0 0 !important;
}
.overview-area .text-center.mb-5 {
  margin-bottom: 0 !important;
}
.location-area .mt-5 {
  margin-top: 0 !important;
}
.location-area iframe {
  height: 250px;
}
.gallery-area .tabs {
  margin-bottom: 20px;
  margin-top: 20px;}
.gallery-area .tabs .tablinkss {
  font-size: 17px;
 
  padding-right: 10px;
  margin-right: 7px;} 
.gallery-area .container-fluid {
  padding: 0 15px;
}  
.inner-page-banner .banner-caption .section-title {

  padding: 15px 20px}
  .about-top .imgBB {
  margin-bottom: 10px;
}
.featured-project-area .project-caption:hover {
  width: 98%;
}
.goals-section .goals-col {
  width: 100%;
}
.more-projects-part .row {
  overflow-x: auto;
  display: flex;
  width: 100%;
  white-space: nowrap;
  margin: 0;
  flex-wrap: nowrap;
  gap: 40px;
}
.more-projects-col.col-3 {
  width: auto;
  padding: 0;
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;width:94%;
}
.enquire-btn-header a.en-btn + a, .enquire-btn-header a.en-btn + a + a {
  display: none;
}
  .navbar > .container .enquire-btn-header {
    justify-content: end;
  }
.footer-mobile-contact-sticky.fix {
    display: block;
  }
  .breadcrumb-part {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .breadcrumb-part h2{font-size: 17px;}
  .video-part {height: 30vh;}
  
  .about-sawai-feature {
  display: block;
}
.about-sawai-feature li {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
  border-bottom: 1px solid;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.about-sawai-feature li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.about-sawai-area .about-sawai-vector {
  position: relative;
  max-width: 100%;
}
.about-sawai-feature li strong br {
  display: none;
}
.about-sawai-feature li strong {
  margin-top: 15px;
}
.about-sawai-area .col-lg-6.pe-5 {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
.logo-part-content img {
  width: 105px;
}
.akshat-sawai-logo-part .vector-bg {
  width: 240px;
}
.logo-part-content h1 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 7px;
}
.logo-part-content p {
  font-size: 14px;
}
.akshat-sawai-page .inner-page-banner {
    height: 27vh;
  }
  .logo-part-content {
 width: 230px;
}
.akshat-sawai-middle-content-box {
  padding: 15px 15px;
}
.akshat-sawai-middle-content-box .img-short {
  width: 120px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.akshat-sawai-middle-content-area .container-fluid {
  margin-bottom: 30px;
}
.akshat-sawai-middle-content-area .order2 {
  order: 2;
}
.akshat-sawai-middle-content-area .order1 {
  order: 1;
}
.akshat-sawai-middle-content-box.text-end {
  text-align: left !important;
}
.akshat-sawai-page .community-slider .slick-arrow {
  height: 30px;
  width: 30px;}
.akshat-sawai-location-area .mb-5 {
  margin-bottom: 10px !important;
}  
.akshat-sawai-location-area .map-box {
   padding-right: 15px;
  margin-bottom: 20px;
}
.akshat-sawai-middle-content-box.text-end .section-title::before {
  right: auto;
  left: 0;
}
}

.float_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
	right: 30px;
    bottom: 100px;
   /* background-color: #25d366;*/
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 13px;
    margin-right: 10px;
}
