@import url("fonts.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #231f20;
  font-size: 16px;
  line-height: 1.5;
  background: #f5f5f5;
  overflow-x: hidden;margin: 0 auto;
  max-width: 1920px;
 
}

a {
  color: #231f20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Instrument Sans', sans-serif;
  color: #001d44;
}
p {
  color: #231f20;
}
p a,
label a{
  color: #231f20;
}

.headerTop.HomeMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;background: transparent;
  width: 100%;
  transition: all 0.5s ease;
}
.headerTop.HomeMenu.vjClass {
  position: fixed;
  background: #001d44;
 box-shadow: 0 2px 5px rgba(255, 255, 255, 0.15);
}
.headerTop.HomeMenu .navbar {
  padding: 20px 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand {
  padding: 0px 0px;
  align-content: center;
}
.headerTop.HomeMenu .navbar .nav-link {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff;
  padding: 5px 20px;
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 160px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .navbar-brand {
  margin-right: 0;
}
.headerTop.HomeMenu.vjClass .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.headerTop.HomeMenu .navbar .nav-link:hover,
.headerTop.HomeMenu .navbar .nav-link.current {
  color: #e8c577;
}
.headerTop.HomeMenu
  .navbar
  .navbar-nav.real-menu
  .nav-item:hover
  .dropdown-menu {
  display: block;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}
.headerTop.HomeMenu
  .navbar
  .navbar-nav.real-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  border-right: 1px solid #fff;
  padding: 12px 15px;
}
.headerTop.HomeMenu .navbar .nav-link {
  position: relative;
}
.headerTop.HomeMenu .navbar .nav-link::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background: #e8c577;
  bottom: 0px;
  transition: all 1s ease;
}
.headerTop.HomeMenu .navbar .nav-link:hover::before {
  width: 40%;
}
.headerTop.HomeMenu.home {
background: #001d44;position: relative;}

.headerTop.HomeMenu.home.vjClass {position: fixed;}
.home .header-right .theme-btn {
  background: #e8c577;
  color: #001d44;
  border-color: #e8c577;
}
.home .header-right .theme-btn:hover {
  color: #e8c577;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .logo .nav-link::before{display:none;}
/* .navbar > .container{align-items: end;position:relative;} */


.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.headerTop .contact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headerTop .contact a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.headerTop .contact a:hover {
  color: #2957a4;
}
.headerTop.HomeMenu .navbar .container {
  position: relative;
}
.navbar-nav.real-menu {
  align-items: center;
  margin: 0 auto;
}
.section-space-top {
  padding-top: 100px;
}
.section-space-bottom {
  padding-bottom: 100px;
}
.section-bg-color {
  background-color: #001d44;
}
.section-title {
  font-weight: 500;
  color: #001d44;
  font-size: 42px;
  line-height: 54px;
  margin: 0px 0 20px;
  position: relative;
 
}


.section-title.big {
font-size: 70px;
  line-height: 80px;
}
.section-title.small {
  font-size: 30px;
  line-height: 38px;
}
.section-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-mt-60 {
  margin-top: 60px;
}
.section-mb-60 {
  margin-bottom: 60px;
}
.section-title-area {
  margin-bottom: 50px;
}
.section-sub-title {
  position: relative;
  color: #a7a9ac;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
 
}
.section-sub-title.with-line {
 display: flex;
  align-items: center;
  gap: 6px;
}
.section-sub-title.with-line::after {
  height: 1px;
  content: '';
  display: inline-block;
  background: #e8c577;
  width: 100%;
}
.section-sub-title.with-line span {
  white-space: nowrap;
}

.theme-btn {
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  display: inline-block;
  transition: all 0.5s ease;
  box-shadow: none;
  border: 1px solid #001d44;border-radius:8px;
  background-color: #001d44;
 position: relative;transition: all 0.5s ease;
}
.theme-btn:hover {color:#001d44;background-color: #fff;}
.header-right .theme-btn {
  background: #fff;
  color: #001d44;
  border-color: #fff;
}
.header-right .theme-btn:hover {
  background: transparent;
  color: #fff;
 
}
.section-relative{position:relative;background:#fff;}

.header-right .download {
  margin-right: 15px;
  text-decoration: none;
  color: #231f20;
}
.header-right .download i {
  margin-right: 5px;
}
.project-banner-area {
  position: relative;
 
}
.project-banner-area .project-banner-content {
  display: grid;
  align-content: end;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;background: linear-gradient(to top, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 70%);
  width: 100%;
}

.project-banner-area .project-banner-content img.logo-text {
  max-width: 550px;
  margin-bottom: 25px;
  height: 100px;
}
.project-banner-area .project-banner-content p{color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;}
.project-banner-img img{width:100%;}
.project-detail-area {
  padding: 30px 0;
}
.project-detail-grid {
  display: flex;
}
.project-detail-grid .project-detail-item p {
  color: #fff;
  margin-bottom: 7px;
}
.project-detail-grid .project-detail-item strong {
  display: block;
  color: #e8c573;
  font-weight: 600;
}
.project-detail-grid .project-detail-item {
  border-left: 1px solid #e8c573;padding-left: 60px;
  margin-left: 60px;
 /* display: grid;
  justify-content: center;*/
}
.project-detail-grid .project-detail-item:first-child{border-left: none;padding-left: 0px;
  margin-left: 0px;}
.single-portfolio-menu {
  width: 100%;
  display: flex;
  padding: 0px 0px 10px;
  gap: 40px;
  overflow: auto;
  transition: all .8s cubic-bezier(.65,.05,.36,1);
 list-style: none;
 border-radius: 0;
 position: relative;border-bottom: 1px solid #e6e6e6;margin-bottom: 0;

}
.single-portfolio-menu li a {
  color: #001d44;
  text-decoration: none;transition: all 0.5s ease;
  font-weight: 500;
  font-size: 18px;position: relative;padding-bottom:3px;
}
.single-portfolio-menu li a:hover{color: #e8c573;}

.single-portfolio-menu li a::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background: #e8c573;
  bottom: 0px;
  transition: all 1s ease;
}
.single-portfolio-menu li a:hover::before {
  width: 100%;
}
.single-portfolio-menu li a.brouchure-btn::before{display:none;}
.single-portfolio-menu li:last-child {
  margin-left: auto;
}
.single-portfolio-menu li a.brouchure-btn img {
  width: 24px;
  margin-right: 10px;
}
.project-overview-area .project-overview-img {
  padding-left: 40px;
}
.project-overview-area .project-overview-content{ padding-right: 40px;}
.project-overview-area .project-overview-img .img-fluid {
  border-radius: 15px;
}
.amenities-wrapper{grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
  }
.amenities-wrapper .amenities-wrapper-item {
  padding: 20px;
  background: #fff;position: sticky;top: 150px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content {
  background: #f5f5f5;
  padding: 35px;
  height: 100%;border-radius: 10px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-img{border-radius: 10px;overflow:hidden;}

.amenities-wrapper .amenities-wrapper-item .amenities-img img {
  transition: all .5s;
}
.amenities-wrapper .amenities-wrapper-item:hover .amenities-img img{transform: scale(1.1);}

.project-featured-amenities-area .section-title {
  color: #fff;
}
.project-featured-amenities-area .section-sub-title{color: rgb(232, 197, 115);}
.project-featured-amenities-area .project-featured-amenities-box h3 {
  color: rgb(232, 197, 115);
  font-size: 22px;
  margin-bottom: 15px;
}
.project-featured-amenities-area .project-featured-amenities-box ul {
  margin: 0;
  padding: 0;
}
.project-featured-amenities-area .project-featured-amenities-box ul li {
  color: #fff;
  display: block;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.project-featured-amenities-area .project-featured-amenities-box ul li::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.project-plan-box{background: #fff; padding:20px; border-radius:12px;}
.project-plan-box .nav.nav-tabs {
  border: none;
}
.project-plan-box .nav.nav-tabs .nav-link {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  background: #f5f5f5;
  border-radius: 2px;
  border: none;
  box-shadow: none;
  color: #231f20;
  transition: all 0.5s ease;
  padding: 15px 30px;
  align-items: center;
  justify-content: space-between;
}
.project-plan-box .nav.nav-tabs .nav-link.active,
.project-plan-box .nav.nav-tabs .nav-link:hover{background: #001d44; color: #fff;}
.project-plan-box .tab-content .tab-pane {
  background: #f5f5f5;
  padding: 15px;position: relative;
  border-radius: 10px;overflow: hidden;
}
.project-plan-box .tab-content .tab-pane .plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5e5;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: center;padding: 30px;
}
.project-walkthrough-area .video-part iframe {
  border-radius: 30px;
}
.project-plan-box .tab-content .tab-pane .plan-overlay p {
  font-weight: 500;
  font-size: 18px;
}
.project-plan-box .tab-content .tab-pane .plan-overlay p a{
  color: #001d44;
 
}
.project-location-box{background: #fff; padding:20px; border-radius:12px;}
.project-location-box .project-location-map {
  background: #f5f5f5;
 border-radius: 10px;
}
.project-location-box .project-location-map iframe {
 border-radius: 10px;
}
.project-location-box .project-location-content{background: #f5f5f5; padding:15px; border-radius:10px;height: 100%;}


.project-location-box .project-location-content .accordion-button {
  padding: 10px 0;font-weight: 500;
  font-size: 18px;
  color: #231f20;box-shadow: none;
background-color: transparent;}
.project-location-box .project-location-content .accordion-item {
background-color: transparent;border-color:rgb(232, 197, 115);}

.project-location-box .project-location-content .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}

.project-location-box .project-location-content .accordion-body ul {
  margin: 0;
  padding: 0;
}
.project-location-box .project-location-content .accordion-body{padding: 0;}
.project-location-box .project-location-content .accordion-body ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.project-location-box .project-location-content .accordion-body ul li i {
  margin-right: 5px;
  font-size: 12px;
  color: #e8c573;
}
.project-gallery-area .gallery-item {
  border-radius: 12px;overflow:hidden;
}
.project-gallery-area .gallery-item img {
  transition: all .5s;width: 100%;
  height: 350px;
  object-fit: cover;
}
.project-gallery-area .gallery-item a.gallery {
  display: block;
}
.project-gallery-area .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-slider-btn .swiper-button-next::after, .gallery-slider-btn .swiper-button-prev::after {
  display: none;
}
.gallery-slider-btn .swiper-button-prev, .gallery-slider-btn .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: flex;
  gap: 15px;
  width: 40px;
  margin-top: 0;
  height: 40px;
  align-items: center;
  color: #373435;
  border-radius: 50%; transition: all 0.5s ease;
  border: 1px solid #e8c573;
}
.gallery-slider-btn .swiper-button-prev:hover, .gallery-slider-btn .swiper-button-next:hover {background:#001d44;}
.gallery-slider-btn {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.form-part {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}
.form-part .form-group {
  margin-bottom: 25px;
}
.form-part .form-group .radio-box label {
  font-size: 14px;
}
.form-part .form-group .radio-box div {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.form-part .form-control {
  border-radius: 0;
  background: transparent;
  color: #373435;
  border: none;
  height: 48px;
  box-shadow: none;
  transition: all .3s;
  padding-left: 0;
  border-bottom: 1px solid #e8c573;
}
.form-part textarea.form-control {
  min-height: 100px;
  height: auto;
}
.form-part .form-control:hover, .form-part .form-control:focus, .form-part .form-control:visited {
  border-color: #001d44;
}
.form-part .theme-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.form-part .form-group .radio-box {
  display: flex;
  gap: 40px;
}
.form-part .form-group .radio-box input {
  margin-right: 5px;position: relative;
  top: 2px;
}
.project-plan-box .tab-content .tab-pane .img-fluid {
  max-height: 550px;
  margin: 0 auto;
  display: block;
  filter: blur(2px);
}
#projectmenu{transition: all .8s cubic-bezier(.65,.05,.36,1); background: #f5f5f5;position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;}
#projectmenu.issticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  background: #f5f5f5;
}
#projectmenu.issticky .single-portfolio-menu{margin-bottom:0;padding: 0px 0px 10px;}
.gallery-slider-btn .swiper-button-prev img {
  transform: rotate(180deg);
}
.footer {
  background: #001d44;
  color: #fff;
  padding-top: 80px;position: relative;
  padding-bottom: 30px;
}
.footer .footer-motif {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  opacity: .3;
}
.footer-logo-widget {
  margin-bottom: 50px;
}
.footer-logo-widget img {
  width: 180px;
}
.footer-widget {
  margin-bottom: 50px;
}
.footer-widget .footer-links {
  margin: 0;
  padding: 0;
 
}
.footer-widget .footer-links li a {
  color: #fff;
 text-decoration: none;transition: all .4s;
}
.footer-widget .footer-links li a:hover{color: #e8c573;}
.footer-widget .footer-links li {
  display: block;margin-bottom: 5px;
  position: relative;font-size: 15px;
}
.footer-widget .footer-links li:last-child {margin-bottom: 0px;}

.footer .copyright {
  border-top: 1px solid #fff;
  padding-top: 30px;position: relative;
}
.footer .copyright p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
} 
.footer .copyright p a{color: #fff;} 
.footer-social {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
 gap: 10px;
}
.footer-widget .widget-title {
  color: #e8c573;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-social a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: grid;
  align-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;transition: all .4s;
}
.footer-social a:hover { color: #001d44;background:#fff;}
  .modal .modal-dialog .modal-content .class {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 9;
  color: #231f20;
}
.project-overview-area .project-overview-content .theme-btn{display:none}
.project-overview-area .project-overview-content .theme-btn img {
  width: 24px;
  margin-right: 10px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content p:last-child {
  margin-bottom: 0px;
}


.hero-area {
  position: relative;
}
.hero-area .hero-content {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
 
}
.hero-area .hero-content .section-title {
  font-weight: 600;
}
.hero-area .hero-content-bottom {
  padding: 15px 0;
}
.hero-area .hero-content-bottom p {
  font-size: 18px;
  font-weight: 500;
  color: #a7a9ac;
  margin-bottom: 0;
}
.hero-area .hero-content-bottom p b {
  font-weight: 600;
  color: #001d44;
}
.header-social {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.header-social span {
  color: #a7a9ac;
}
.header-social a {
  color: #001d44;
}
.hero-line {
  position: relative;
  width: 100%;
  height: 3px;
  background: #001d44;
  margin-bottom: 20px;
}
.hero-line-2 {
  position: relative;
  width: 100%;
  height: 5px;
  background: #001d44;
  margin-bottom: 20px;
}
.hero-line-3 {
  position: relative;
  width: 100%;
  height: 8px;
  background: #001d44;
  margin-bottom: 20px;
}
.hero-line-4 {
  position: relative;
  width: 100%;
  height: 40px;
  background: #001d44;
  margin-bottom: 0px;
}
.project-list-area .theme-btn {
  margin-top: 10px;
}
.project-list-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-list-item a {
  display: block;
  text-decoration: none;
}
.project-list-item .status {
  position: absolute;
  color: #001d44;
  background: #e8c577;z-index: 9;
  font-weight: 500;
  padding: 8px 10px 8px 20px;
}
.project-list-item .project-thumb {
  width: 100%;transition: transform 0.6s ease;
  border-radius: 20px;
}
.project-list-item a::before {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.44) 20%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;z-index: 9;
  display: block;
  position: absolute;
}
.project-list-item .project-bottom {
  position: absolute;
  bottom: 0;
  padding: 30px;z-index: 9;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: end;
}
.project-list-item .project-bottom .project-bottom-left img {
  max-height: 40px;
}
.project-list-item .project-bottom .project-bottom-left p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 500;
}
.project-list-item .project-bottom .project-view {
  color: #fff;
  display: inline-flex;
  gap: 10px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.project-list-item .project-bottom .project-view img {
  width: 24px;
}
.project-list-item:hover .project-thumb {
      transform: scale(1.1);
    }
.statistics-box{
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}
.statistics-box .statistics-box-img img {
  width: 100%;
  border-radius: 10px;height: 100%;
  object-fit: cover;
}
.statistics-box .counter-list .counter-item {
  margin-bottom: 10px;
  background: whitesmoke;border-radius: 6px;
  padding: 12px 15px;position: relative;
}



.statistics-box .counter-list .counter-item:last-child{ margin-bottom: 0px;}
.statistics-box .counter-list .counter-item strong {
  display: block;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  color: #001d44;
}
.statistics-box .counter-list .counter-item strong b{ font-weight: 500;}
.statistics-box .counter-list .counter-item strong span {
  color: #e8c577;
  font-weight: 400;
}
.statistics-box .counter-list .counter-item .step {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.05);
  text-stroke: 1px rgba(0, 0, 0, 0.05);
  z-index: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.statistics-box .counter-list .counter-item:nth-child(3) .step{ -webkit-text-stroke: 1px rgba(204, 195, 195, 0.24);
  text-stroke: 1px rgba(204, 195, 195, 0.24);}
.statistics-box .counter-list .counter-item:nth-child(2) {background: #e8c577;}
.statistics-box .counter-list .counter-item:nth-child(2) strong,
.statistics-box .counter-list .counter-item:nth-child(2) span {
 color: #fff;}
 
.statistics-box .counter-list .counter-item:nth-child(3) {background: #001d44;}
.statistics-box .counter-list .counter-item:nth-child(3) strong,
.statistics-box .counter-list .counter-item:nth-child(3) span {
 color: #fff;} 
 .statistics-box .counter-list .counter-item:nth-child(4) {background: #e8c577;}
.statistics-box .counter-list .counter-item:nth-child(4) strong,
.statistics-box .counter-list .counter-item:nth-child(4) span {
 color: #fff;}
.statistics-box .counter-list .counter-item:nth-child(5) {background: #fff;border:1px solid whitesmoke;}

.testimonial-area .section-sub-title.with-line span {
 color: #e8c577;
}
.testimonial-area .section-title {
 color: #fff;}
.testimonial-item-box {
  position: relative;
  background: #22344f;
  border: 3px solid #2c3b55;
  border-radius: 6px;
  padding: 30px;
  min-height: 230px;
  display: grid;
  align-content: space-between;
}
.testimonial-item-box p {
  color: #fff;
}
.testimonial-item-box strong {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.theme-btn.two{background: #e8c577;
  color: #001d44;
  border-color: #e8c577;}
.theme-btn.two:hover {
  color: #e8c577;background: #001d44;border-color: #001d44;
}
.blog-marquee {
  position: relative;
  overflow: hidden;
}
.blog-marquee img {
  width: 100%;border-radius:10px;
}
.blog-marquee .blog-marquee-slide {
  display: flex;
  position: absolute;
  left: 0;gap:10px;
  top: 40px;
}
.blog-marquee .blog-marquee-item{animation: ticker 0s linear infinite 0s normal;
    animation-duration: 0s;
    animation-delay: 0s;
  animation-duration: 0s;
  animation-duration: 15.9528s;
  animation-delay: 0.4s;font-size: 35px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;}
@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
	
.blog-area .blog-grid {
  height: 100%;
  display: grid;
  gap: 0.5rem;
}
.blog-list-item {
  background: whitesmoke;
  padding: 7px;
  border-radius: 6px;overflow: hidden;
  position: relative;height: 100%;
}
.blog-area .row.g-2.h-100 .col-12 {
  height: calc(50% - 5px);
}
.blog-list-item a {
  display: block;
  text-decoration: none;
}
.blog-list-item .blog-list-item-img {
  overflow: hidden;
}
.blog-list-item .blog-list-item-img img {
  width: 100%;transition: transform 0.6s ease;
}
.blog-list-item:hover .blog-list-item-img img {
      transform: scale(1.1);
    }	
.blog-list-item .blog-list-item-content {
  padding: 15px 15px;
}
.blog-list-item .blog-list-item-content p {
  margin-bottom: 0;
  color: #a7a9ac;
}
.blog-list-item .blog-list-item-content h4 {
  font-size: 20px;
}	
.blog-list-item.bg-brown {
  background: #e8c577;
  padding-top: 80px;
}
.blog-list-item.bg-black {
  text-align: center;
  background: #000;
  padding: 20px;
}
.blog-list-item.bg-brown .blog-list-item-content h4,
.blog-list-item.bg-brown .blog-list-item-content p {color:#fff;}
.blog-list-item.bg-black .blog-list-item-content h4,
.blog-list-item.bg-black .blog-list-item-content p {color:#fff;}

.director-box {
 /** border-radius: 15px;
  overflow: hidden;
  background: #001d44;
  border: 1px solid #a7a9ac;**/
  position: relative;
}
.director-box-img img {
  width: 100%;
}
.director-box-img {
  background: whitesmoke;
  height: 100%;
  display: grid;
  align-content: end;
}
.director-box-content {
  position: relative; border-radius: 15px;
  overflow: hidden;
  background: #001d44;height: 100%;
  padding: 45px 80px 45px 60px;display: grid;
  align-content: space-between;
}
.director-motif {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .3;
}
.director-box-content p,
.director-box-content .section-title{color:#fff;  position: relative;}
.director-box-content .designation strong {
  color: #fff;  position: relative;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.director-box-content .designation span {
  color: #fff;  position: relative;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.philosophy-img {
  position: relative;
}
.philosophy-img img {
  width: 100%;
  border-radius: 10px;
}
.solution-area {
  position: absolute;
  bottom: 0;
  padding: 30px 60px;
  width: 100%;
  left: 0;
}
.solution-slider .solution-item-box {
  background: #fff;
  padding: 12px 15px;
  border-radius: 10px;
}
.solution-slider .solution-item-box .solution-icon {
  width: 50px;
  margin-bottom: 7px;
  border: 1px solid #e8c577;
  border-radius: 7px;height: 50px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.solution-slider .solution-item-box .solution-icon img {
  border-radius: 0;max-width: 35px;
  max-height: 35px;
}
.solution-slider .solution-item-box strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.solution-slider .solution-item-box p {
  margin-bottom: 0;
  color: #a7a9ac;
}
.swiper-pagination-bullet-active {
  background: #001d44;
}
.solution-slider .swiper-pagination {
  top: 20px;
  left: auto;
  right: 0;
  width: 160px;
}
.faq-area .accordion-item {
  border: none;
  margin-bottom: 15px;
  background: whitesmoke;
  border-radius: 15px;
}
.faq-area .accordion-item .accordion-button {
  background: transparent;
  border: none;
  color: #001d44;
  font-weight: 600;box-shadow: none;
}
.faq-area .accordion-item .accordion-body {
  border: none;
  padding-top: 0;
}
.faq-area .accordion-item .accordion-button::after {
  background-color: #001d44;
  background-image: none;
  content: "+";
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  display: grid;
  align-content: center;
}
.faq-area .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}


.project-list-banner {
 padding-top: 0px;
  position: relative;border-bottom: 2px solid whitesmoke;
}
.project-list-banner .list-slider-item{
  padding-left: 35%;}
.list-slider .swiper-pagination-bullet {
  background: #e8c577;opacity: 1;
}
.list-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #001d44;
}
.project-list-banner-content {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  bottom: 0;
  display: grid;z-index: 9;
  align-content: center;
}
.project-list-banner-content-text {
  padding: 50px 30px;
  border: 1px solid #e8c577;
  border-right: none;
}
.project-list-banner-content-text strong {
  margin-bottom: 60px;
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.project-list-banner-content-text img {
 max-width: 300px;
  margin-bottom: 15px;
  height: 54px;
}
.project-list-banner-content-text .theme-btn {
  margin-top: 20px;
}
.project-list-area.listing-page .project-list-item {
  box-shadow: 0 0 15px -5px #222121;
}
.project-list-area.listing-page .project-list-item .project-bottom {
position: relative;}
.project-list-area.listing-page .project-list-item a::before {
  display: none;
}
.project-list-area.listing-page .project-list-item .project-thumb {
 border-radius: 0;transform: none;
}
.project-list-area.listing-page .project-list-item .project-bottom .project-bottom-left p {color: #231f20;}
.project-list-area.listing-page .project-list-item .project-bottom .project-view {
  color: #001d44;
 border-bottom: 1px solid #001d44;
}
.project-list-item .project-price {
  background: #e8c577;
  color: #001d44;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 14px;
  margin-bottom: 12px;
}
.project-contact-area .social-border{
border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
display:inline-block;
}


  
  .product-filter-section{
     background-color: #fff; 
  }
   .filter-bar {
      background-color: #001d44; 
      padding: 20px;
      border-radius: 8px;
      display: flex;
      justify-content: space-evenly;
      gap: 20px;
    }

    .filter-bar select {
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      padding: 8px 12px;
      border-radius: 5px;
      font-size: 14px;
      outline: none;
      cursor: pointer;
      width:20%;
    }

    .filter-bar select option {
      background: #fff;
      color: #000;
    }

  



#Overview.section-space-top {
  padding-top: 200px;
}
.privacy-page b {
  font-weight: 600;
}
.privacy-page .section-title {
  margin-top: 40px;}

.privacy-page ul {
  padding-left: 15px;
}

.sustainability-box {
  background: whitesmoke;
  padding: 30px;
  border-radius: 15px;
}
.statistics-box .statistics-box-img {
  height: 100%;
}
.form-part .form-group .wpcf7-list-item {
  margin-left: 0;
}

.menu-main-menu-container {
  margin: 0 auto;
}
.counter-list {
  height: 100%;
  display: grid;
}
/* Responsive Css*/
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
#Overview.section-space-top {
  padding-top: 120px;
}
.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-top {
padding-top: 60px;}
.section-space-bottom {
padding-bottom: 60px;}  
.section-title.big {
  font-size: 45px;
  line-height: 50px;
}
.section-title {
  font-size: 32px;
  line-height: 38px;}
.section-my-60 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-mt-60 {
  margin-top: 40px;
}
.section-mb-60 {
  margin-bottom: 40px;
}
.project-banner-area .project-banner-content img.logo-text {
  width: 440px;}
.project-banner-area .project-banner-content p {
  font-size: 18px;}
.project-detail-grid .project-detail-item {
  padding-left: 25px;
  margin-left: 25px;}
.single-portfolio-menu {
  gap: 15px;}
.single-portfolio-menu li a {
  font-size: 16px;}
.project-overview-area .project-overview-img {
  padding-left: 0px;
}
.project-plan-box .nav.nav-tabs .nav-link {
 padding: 15px 15px;}
.section-title-area {
  margin-bottom: 30px;
}
.project-walkthrough-area .video-part iframe {
  height: 450px;
}
.project-location-box .project-location-map iframe {
  height: 100%;
}
.project-location-box .project-location-map {
 height: 100%;
}
.philosophy-img {
  margin-top: 30px;
}
}

@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 {
    border-color: #ffffff82;
    padding: 8px;
    border: none;
  }

  .navbar-light .navbar-toggler-icon {
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background: #fff;
    position: relative;
  }

  .navbar-light .navbar-toggler-icon::after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    bottom: -8px;
    border-radius: 2px;
    background: #fff;
  }

  .navbar-light .navbar-toggler-icon::before {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    top: -9px;
    border-radius: 2px;
    background: #fff;
  }
  .menu-main-menu-container {
  margin: 0 0 30px;
}

  .vijayMenu {
    position: fixed;
    top: 0;
    right: 0;
    background: #001d44;
    height: 100%;
    overflow-y: scroll;
    width: 280px;
    transition: all 0.5s ease;
    padding: 100px 30px 30px;
    z-index: 9;
    border-left: 1px solid #fff;
  }
.vijayMenu .d-flex.w-100 {
  flex-wrap: wrap;
}

  .headerTop.HomeMenu .navbar .navbar-nav.real-menu {
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
    margin: 5px 0;
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .nav-link {
    font-size: 20px;
    line-height: 24px;padding: 5px 0;
  }

  #navbarNav.collapse:not(.show) {
    display: block !important;
  }
  .vjClass .navbar-light .navbar-toggler-icon {
    background-color: #fff;
  }
  .vjClass .navbar-light .navbar-toggler-icon::after {
    background-color: #fff;
  }
  .vjClass .navbar-light .navbar-toggler-icon::before {
    background-color: #fff;
  }
  .navbar-toggler.mitem {
    padding: 0;
    color: #fff;
    border: none;
    position: absolute;
    right: 40px;
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {

.project-banner-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.section-space-top {
  padding-top: 50px;
}
.section-space-bottom {
  padding-bottom: 50px;
}
.section-space {
  padding-bottom: 50px;  padding-top: 50px;
}
#Overview.section-space-top {
  padding-top: 100px;
}
.section-title {
  font-size: 28px;
  line-height: 36px;
  margin: 0px 0 10px;

 
}


.section-title.big {
font-size: 35px;
  line-height: 40px;
}
.section-title.small {
  font-size: 20px;
  line-height: 26px;
}
.section-my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-mt-60 {
  margin-top: 30px;
}
.section-mb-60 {
  margin-bottom: 30px;
}
.section-title-area {
  margin-bottom: 30px;
}
.project-banner-area .project-banner-content img.logo-text {
  max-width: 300px;height:50px;
  margin-bottom: 10px;
}
.project-banner-area .project-banner-content p {
 font-size: 16px;
  font-weight: 500;
}
.theme-btn {
  padding: 6px 12px;
  font-size: 14px;
}
.project-detail-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 30px;
}

.project-detail-grid .project-detail-item {
  padding-left: 20px;
  margin-left: 20px;}

.project-detail-grid .project-detail-item:nth-child(3),
.project-detail-grid .project-detail-item:last-child{
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 120px;
}
.project-overview-area .project-overview-content .theme-btn{display:inline-block}
.single-portfolio-menu li:last-child {
 display: none;
}
.single-portfolio-menu {
  gap: 25px;justify-content: start;margin-bottom: 0;padding: 0px 0px 10px;}
.single-portfolio-menu li a {
 font-size: 16px;}
#projectmenu {
  padding-top: 20px;
}
.project-overview-area .project-overview-img {
  padding-left: 0px;
  margin-top: 30px;
}
.amenities-wrapper .amenities-wrapper-item {
  padding: 10px;
 top: 120px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content {
  padding: 15px;
  margin-bottom: 15px;
}
.project-featured-amenities-box {
  margin-top: 30px;
}
.section-title br {
 /* display: none;*/
}
.section-sub-title {
  margin-bottom: 10px;}
.project-plan-box {
 padding: 10px;}
.project-plan-box .tab-content .tab-pane {
 padding: 10px;}
.project-walkthrough-area .video-part iframe {
  border-radius: 10px;
  height: 250px;
}
.project-location-box {
  padding: 10px;}
.project-location-box .project-location-content {
  padding: 10px;
  height: auto;
}
.project-location-box .project-location-map {
  margin-top: 15px;
}
.project-location-box .project-location-map iframe {
  height: 230px;
}
.project-gallery-area .gallery-item img {
  height: 200px;}
.gallery-slider-btn {
  gap: 10px;
  position: absolute;
  right: 15px;
  transform: translateY(-55px);
}
.footer-logo-widget {
  text-align: left;
  margin-bottom: 35px;
}
.footer {
  padding-top: 50px;
  padding-bottom: 15px;
}
#projectmenu.issticky {
  margin-top: 75px;
 padding-top: 10px;
}
.project-overview-area .project-overview-content {
  padding-right: 0px;
}
.form-part .form-group .radio-box {
  gap: 5px 15px;
  flex-wrap: wrap;
}
.project-list-banner-content {
  position: relative;
  top: 0px;
  margin-top: 30px;
}
.project-list-banner {
  padding-left: 0%;
  padding-top: 0px;
  border-bottom: none;
}
.project-list-banner-content-text {
  padding: 20px 20px;
  border: 1px solid #e8c577;}
.project-list-banner-content-text img {
 height: 40px;
}
.project-list-item .project-bottom {
 padding: 15px;}
.project-list-item .project-bottom .project-bottom-left img {
  max-height: 30px;
}
.project-list-item .project-bottom .project-bottom-left p {
  font-size: 14px;
}
.project-list-item .project-price {
  padding: 3px 5px;
 
  font-size: 12px;
  
}
.project-list-item .project-bottom .project-view {
 font-size: 14px;
}
.project-list-item .project-bottom .project-view img {
  width: 18px;
}
.project-list-banner .list-slider-item {
  padding-left: 0px;
}

.headerTop.HomeMenu .navbar {
  padding: 12px 0px;
}
.project-list-item .status {
  font-size: 13px;
}
.project-list-area .section-title-area .text-end {
  text-align: left !important;}
.statistics-box {
  padding: 10px;}
.statistics-box .statistics-box-img {
  height: auto;
  margin-bottom: 15px;
}
.statistics-box .counter-list .counter-item .step {
  font-size: 50px;}
.footer-widget .footer-links li {
  font-size: 14px;
}
 .hero-area .hero-content {
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 70%);
    display: grid;
    align-content: end;padding-bottom: 35px;
  }
 .hero-area .hero-img img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .hero-area .hero-content .section-title {
  color: #fff;margin-bottom: 0;
}
.director-box-content {
 padding: 30px 30px 30px 30px;display: block;
}
.solution-area {
  padding: 30px 0px 0px;position: relative;}
.gmap-area iframe {
  height: 220px; 
}
.project-banner-area.about-banner .project-banner-img img {
  height: 310px;
}
.philosophy-img.mobile-none {
  display: none;
}
.project-banner-area.about-banner .section-title.big {
  margin-bottom: 0;
}
.project-banner-area.about-banner .project-banner-content.section-space {
  padding-bottom: 35px;
}
.philosophy-area p:last-child {
  margin-bottom: 0;
}
.sustainability-box {
  padding: 20px 0px;}
}
