@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*font-family: "Roboto", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
/*font-family: "Kaushan Script", cursive;*/
@font-face {
  font-family: "Galabiyah";
  src: url("../webfonts/Galabiyah-Regular.eot");
  src: url("../webfonts/Galabiyah-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Galabiyah-Regular.woff2") format("woff2"), url("../webfonts/Galabiyah-Regular.woff") format("woff"), url("../webfonts/Galabiyah-Regular.ttf") format("truetype"), url("../webfonts/Galabiyah-Regular.svg#Galabiyah-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galabiyah";
  src: url("../webfonts/Galabiyah-Regular_1.eot");
  src: url("../webfonts/Galabiyah-Regular_1.eot?#iefix") format("embedded-opentype"), url("../webfonts/Galabiyah-Regular_1.woff2") format("woff2"), url("../webfonts/Galabiyah-Regular_1.woff") format("woff"), url("../webfonts/Galabiyah-Regular_1.ttf") format("truetype"), url("../webfonts/Galabiyah-Regular_1.svg#Galabiyah-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

.btn-primary {
  background-color: #0b304a;
  border-color: #0b304a;
  padding: 8px 15px;
  border-radius: 5px 5px;
}
.btn-primary:hover {
  background-color: #0c3958;
  border-color: #0c3958;
}

.btn-primary.btn-check:checked + .btn, .btn.active, .btn-primary.btn.show, .btn-primary.btn:first-child:active, :not(.btn-check) + .btn-primary.btn:active {
  background-color: #0c3958;
  border-color: #0c3958;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #030303;
  font-size: 40px;
  margin-bottom: 10px;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #6B6B6B;
  font-size: 16px;
  margin-bottom: 10px;
}

/*####### animation #########*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*####### animation end #########*/
/*##### Header css start ###*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 10;
}
.header-wrapper .top-header {
  position: relative;
  width: 100%;
  background-color: #0b304a;
  height: 40px;
}
.header-wrapper .top-header .social-icon {
  height: 40px;
}

/**/
.header-wrapper.sticky {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
  animation: smoothScroll 1s forwards;
}
.header-wrapper.sticky .main-menu .logo-wrap {
  margin-top: -10px;
  width: 120px;
  transition: all 0.5s;
}

.header-wrapper.sticky .top-header {
  display: none;
}

/**/
.social-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.social-icon ul li {
  position: relative;
  margin-left: 10px;
}
.social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.social-icon ul li a:hover {
  color: #030303;
  transition: 0.5s;
}

.main-menu {
  position: relative;
  width: 100%;
}
.main-menu .logo-wrap {
  position: relative;
  margin-top: -50px;
  margin-bottom: -80px;
}
.main-menu .navbar-nav {
  position: relative;
}
.main-menu .navbar-nav li {
  position: relative;
  padding: 5px 12px;
}
.main-menu .navbar-nav li a {
  color: #030303;
  font-size: 16px;
  transition: all 0.5s;
}
.main-menu .navbar-nav li a:hover {
  color: #0b304a;
}
.main-menu .navbar-nav li a.active {
  color: #0b304a;
}

.get-quote-wrap {
  position: relative;
  margin-left: 10px;
}

/*##### Header css end ###*/
/*### Banner css start ###*/
/*#### Banner css start ###*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-sld-items {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-sld-items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(14, 28, 78);
  background: linear-gradient(90deg, rgba(14, 28, 78, 0.950017507) 0%, rgba(0, 0, 0, 0.2889530812) 64%, rgba(0, 0, 0, 0.1488970588) 100%);
}
.banner-wrapper .banner-sld-items img {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-content-wrap {
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 100%;
  z-index: 2;
}
.banner-wrapper .banner-content-wrap .banner-content {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-content-wrap .banner-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 80px;
  margin-bottom: 10px;
}
.banner-wrapper .banner-content-wrap .banner-content h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
}
.banner-wrapper .banner-content-wrap .banner-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

#banner-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#banner-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#banner-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

#banner-slider .slick-dots li.slick-active button:before {
  background-color: #fff;
  border: 1px solid #fff;
}

/*### Banner css end ###*/
/*### amenities css start ####*/
.amenities-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.amenities-list:nth-child(odd) {
  margin-top: -50px;
}

.amenities-list:nth-child(1) .amenities-wrap {
  background-color: #FFF1F0;
}

.amenities-list:nth-child(2) .amenities-wrap {
  background-color: #D1F8FF;
}

.amenities-list:nth-child(3) .amenities-wrap {
  background-color: #FFF7E3;
}

.amenities-list:nth-child(4) .amenities-wrap {
  background-color: #FFE4E3;
}

.amenities-list:nth-child(5) .amenities-wrap {
  background-color: #CCECFF;
}

.amenities-list:nth-child(6) .amenities-wrap {
  background-color: #FFFCDC;
}

.amenities-wrap {
  position: relative;
  width: 100%;
  background-color: #F7F2EC;
  border-radius: 10px;
  padding: 10px 10px;
}
.amenities-wrap .icon {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.amenities-wrap h4 {
  position: relative;
  width: 100%;
  color: #030303;
  font-size: 18px;
  margin-bottom: 10px;
}
.amenities-wrap p {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #3A3A3A;
  margin-bottom: 10px;
}

/*### amenities css end ####*/
/*### about css start ####*/
.about-section {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F7F2EC;
}
.about-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #fff;
}

.about-left-content {
  position: relative;
  width: 100%;
  padding: 12% 15%;
}

.about-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 15px 0px 0px 15px;
  overflow: hidden;
}
.about-img-wrap img {
  position: relative;
  width: 100%;
}

/**/
#about-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #f7f2ec;
  border: 3px solid #f7f2ec;
  color: #000000;
  width: 80px;
  height: 50px;
  font-size: 25px;
  border-radius: 10px;
  z-index: 9;
}
#about-slider .slick-arrow:hover {
  color: #0b304a;
  transition: 0.5s;
}

#about-slider .slick-arrow:before {
  display: none;
}

#about-slider .slick-arrow.slick-prev {
  position: absolute;
  left: calc(50% - 85px);
  bottom: -25px;
}

#about-slider .slick-arrow.slick-next {
  position: absolute;
  right: calc(50% - 85px);
  bottom: -25px;
}

/**/
/**/
/*### about css end ####*/
/*#### key-distances css start ###*/
.key-distances-wrapper {
  position: relative;
  width: 100%;
  background-color: #0b304a;
}

.distances-map {
  position: relative;
  width: 100%;
  height: 100%;
}
.distances-map img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.key-distances-content-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
}

.key-distances-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
}
.key-distances-list .key-name {
  position: relative;
  width: 70%;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.key-distances-list .key-distances {
  position: relative;
  width: 30%;
  font-size: 15px;
  color: #EAD72C;
}

/*#### key-distances css end ###*/
/*#### specification-top css start ###*/
.specification-top-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #fff;
}
.specification-top-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #0b304a;
}

.specification-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.specification-img-wrap img {
  position: relative;
  width: 100%;
}

/*#### specification-top css end ###*/
/*### specification section css start ###*/
.specification-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-color: #0b304a;
}
.specification-wrapper .common-title h3 {
  color: #fff;
}

.specification-list {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #52B3EF;
}
.specification-list h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.specification-list p {
  position: relative;
  width: 100%;
  color: #CFCFCF;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}
.specification-list .plus-btn {
  width: 40px;
  height: 40px;
  background-color: #EAD72C;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.moretext {
  display: none;
}

.specification-list.open .moretext {
  display: block;
}

.plus-btn.minus .fa-plus:before {
  content: "\f068";
}

/*### specification section css end ###*/
/*### floor-plans css start ####*/
.floor-plans-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F7F2EC;
}

.floor-plans-tab-nav {
  position: relative;
  width: 100%;
}
.floor-plans-tab-nav li {
  position: relative;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  border: 0;
  border-top: 1px solid #767D97;
  border-radius: 0;
  background-color: transparent;
}
.floor-plans-tab-nav li .nav-link {
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #030303;
  font-size: 30px;
  font-weight: 500;
  font-family: "Galabiyah";
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  border-radius: 0;
}
.floor-plans-tab-nav li .nav-link.active {
  background-color: #267fb6;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s;
}

.floor-plans-slider .slick-dots {
  position: relative;
  width: 100%;
  padding-top: 15px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.floor-plans-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

.floor-plans-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.floor-plans-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
}

.floor-plans-slider .slick-dots li.slick-active button:before {
  background-color: #030303;
  border: 1px solid #030303;
}

.faq-inner-wrap {
  position: relative;
  width: 100%;
}
.faq-inner-wrap .accordion-item {
  position: relative;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #767D97;
  border-radius: 0;
  background-color: transparent;
}
.faq-inner-wrap .accordion-item .accordion-header {
  position: relative;
}
.faq-inner-wrap .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #030303;
  font-size: 30px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
.faq-inner-wrap .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq-inner-wrap .accordion-item .accordion-body {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.faq-inner-wrap .accordion-item .accordion-body p {
  position: relative;
  width: 100%;
  color: #707070;
  font-size: 15px;
  margin-bottom: 10px;
}

.flor-img-wrap {
  position: relative;
  width: 100%;
}
.flor-img-wrap img {
  position: relative;
  width: 100%;
}

/*### floor-plans css end ####*/
/*### gallery css start ####*/
.gallery-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.gallery-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-list .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 10px 5px;
}
.gallery-list .title h4 {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}
.gallery-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(38, 127, 182);
  background: linear-gradient(0deg, rgb(38, 127, 182) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.gallery-list img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list iframe {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/*### gallery css end ####*/
/*### Footer css start ###*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-wrapper .line {
  border-color: #2B668E;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}

.footer-contact-list {
  position: relative;
  width: 100%;
}
.footer-contact-list h4 {
  position: relative;
  width: 100%;
  color: #267FB6;
  font-size: 24px;
  margin-bottom: 20px;
}
.footer-contact-list p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
.footer-contact-list p a {
  color: #fff;
}

.footer-developer-wrap {
  position: relative;
  width: 100%;
}
.footer-developer-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.footer-developer-wrap .developer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.footer-developer-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}

.footer-social {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer-social h4 {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer-social .social-icon {
  justify-content: center;
}

.architect-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.architect-wrap h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.footer-copyright-wrap {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  border-top: 1px solid #2B668E;
}
.footer-copyright-wrap p {
  color: #277CB4;
  font-size: 14px;
  margin-bottom: 0px;
}

/*### Footer css end ###*/
.whatsapp-icon {
  position: fixed;
  width: 50px;
  z-index: 9;
  left: 25px;
  bottom: 25px;
}

/**/
#backtotop {
  display: inline-block;
  background-color: #ead72c;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #0b304a;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

/**/
/*##### quick css start ###*/
.quick-quote-wraper .close {
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #030303;
  font-size: 22px;
  background-color: transparent;
  border: 0px;
  opacity: 1;
}

.quick-quote-wraper .quick-quote-form {
  position: relative;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick-quote-wraper .quick-quote-form .title {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .title h3 {
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #0b304a;
  font-weight: 600;
}

.quick-quote-wraper .quick-quote-form .title h3:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0b304a;
}

.quick-quote-wraper .quick-quote-form textarea.form-control {
  height: 180px;
}

.quick-quote-wraper .quick-quote-form .btn-dark {
  padding: 12px 20px;
}

/*##### quick css end ###*/
.thank-you-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #F7F2EC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0px;
}

.thank-you-inner-wrap {
  position: relative;
  width: 100%;
  padding: 40px 30px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  text-align: center;
  border-radius: 10px;
}
.thank-you-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #0b304a;
  font-size: 60px;
  font-family: "Kaushan Script", cursive;
  margin-bottom: 30px;
}
.thank-you-inner-wrap p {
  position: relative;
  width: 100%;
  color: #3A3A3A;
  font-size: 16px;
}
.thank-you-inner-wrap .btn-primary {
  position: relative;
  border-radius: 30px;
}/*# sourceMappingURL=style.css.map */