@font-face {
  font-family: "futura_bk_btbook";
  src: url("../fonts/futura_bk_bt_book-webfont.eot");
  src: url("../fonts/futura_bk_bt_book-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura_bk_bt_book-webfont.woff2") format("woff2"),
    url("../fonts/futura_bk_bt_book-webfont.woff") format("woff"),
    url("../fonts/futura_bk_bt_book-webfont.ttf") format("truetype"),
    url("../fonts/futura_bk_bt_book-webfont.svg#futura_bk_btbook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cormorant_garamondbold";
  src: url("../fonts/cormorantgaramond-bold-webfont.eot");
  src: url("../fonts/cormorantgaramond-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/cormorantgaramond-bold-webfont.woff2") format("woff2"),
    url("../fonts/cormorantgaramond-bold-webfont.woff") format("woff"),
    url("../fonts/cormorantgaramond-bold-webfont.ttf") format("truetype"),
    url("../fonts/cormorantgaramond-bold-webfont.svg#cormorant_garamondbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cormorant_garamondsemibold";
  src: url("../fonts/cormorantgaramond-semibold-webfont.eot");
  src: url("../fonts/cormorantgaramond-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/cormorantgaramond-semibold-webfont.woff2") format("woff2"),
    url("../fonts/cormorantgaramond-semibold-webfont.woff") format("woff"),
    url("../fonts/cormorantgaramond-semibold-webfont.ttf") format("truetype"),
    url("../fonts/cormorantgaramond-semibold-webfont.svg#cormorant_garamondsemibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --white: #fff;
  --golden: #e8a202;
  --golden: #af7a04;
  --light-black: #1d0900;
  --black-two: #1b1b1b;
  --black: #000;
  --brown: #280d01;
  --light-gray: #999;
  --futura_bk_btbook: "futura_bk_btbook";
  --cormorant_garamondbold: "cormorant_garamondbold";
  --cormorant_garamondsemibold: "cormorant_garamondsemibold";
}
a {
  display: inline-block;
}
img {
  max-width: 100%;
}
.section-padding img.aos-init.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.section-padding img.aos-init {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
body {
  font-family: var(--futura_bk_btbook);
  font-size: 16px;
  line-height: 1.2;
  background: var(--black);
  overflow-x: hidden;
}

.font-one {
  font-size: 28px;
  font-family: var(--cormorant_garamondsemibold);
}
.font-two {
  font-size: 28px;
  font-family: var(--cormorant_garamondsemibold);
}
.font-three {
  font-size: 18px;
  font-family: var(--cormorant_garamondsemibold);
}
.font-four {
  font-size: 16px;
  font-family: var(--cormorant_garamondsemibold);
}

.btn {
  font-size: 14px;
  padding: 10px 26px;
  border-radius: 0px;
  text-align: center;
  border: 2px solid;
  font-family: var(--futura_bk_btbook);
}
.golden-btn {
  border: 2px solid var(--golden);
  background: var(--golden);
  color: var(--brown);
}
.golden-btn:hover,
.golden-btn:focus,
.golden-btn:active {
  border: 2px solid var(--golden) !important;
  background: transparent !important;
  color: var(--golden) !important;
}

.brown-btn {
  border: 2px solid var(--brown);
  background: var(--brown);
  color: var(--white);
}
.brown-btn:hover,
.brown-btn:focus,
.brown-btn:active {
  border: 2px solid var(--golden) !important;
  background: var(--golden) !important;
  color: var(--brown) !important;
}

.golden-outline-btn {
  border: 2px solid var(--golden) !important;
  background: transparent !important;
  color: var(--golden) !important;
}
.golden-outline-btn:hover,
.golden-outline-btn:focus,
.golden-outline-btn:active {
  border: 2px solid var(--golden) !important;
  background: var(--golden) !important;
  color: var(--white) !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-bottom: 2px solid var(--golden);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.header.scrolled {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-105px);
}

.logo {
  transition: transform 0.3s ease;
  height: 70px;
}
.header .nav-item.active a,
.header .nav-item:hover a,
.header .nav-item:focus a {
  color: var(--golden) !important;
}
.header .nav-item a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--futura_bk_btbook);
  padding-left: 0;
  padding-right: 0;
}

.banner {
  position: relative;
  height: 100%;
  background-color: var(--black);
  color: #fff;
}

.banner .item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items:center;
  flex-direction: column;
  min-height: 300px;
  width: 100%;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  line-height: 1 !important;
  color: var(--white) !important;
  font-size: 30px !important;
}
.owl-nav button svg {
  width: 30px;
  height: 30px;
}
.owl-nav .owl-prev {
  left: 30px;
}
.owl-nav .owl-next {
  right: 30px;
}
.banner:hover .owl-nav {
  opacity: 1;
}
.owl-nav button i {
  display: inline-flex;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
}
.owl-dots span {
  display: inline-flex;
  border: 1px solid var(--white);
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
}
.owl-dots .owl-dot.active span {
  border: 1px solid var(--golden);
  background: var(--golden);
}
.banner .owl-item {
  width: 100%;
}
.banner .owl-nav {
  opacity: 0;
}

.cta a {
  text-decoration: none;
  font-size: 16px;
}
.cta i {
  font-size: 20px;
  margin-right: 10px;
}
.contact-number span {
  font-family: var(--cormorant_garamondsemibold);
}
.banner-content h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.banner-content h1 {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 8px;
}
.banner-content p {
  position: relative;
  font-size: 14px;
}

.section-padding {
  padding: 50px 0;
}
.common-project-list {
  background: var(--black);
}
.section-title .font-one {
  margin: 0;
  text-transform: capitalize;
  color: var(--golden);
}
.upcoming-project-sec {
  background: var(--black);
}
.completed-project-sec {
  background: var(--black);
}
.section-title {
  margin-bottom: 35px;
}
.section-title .font-three {
  color: var(--white);
  margin: 0;
  font-family: var(--futura_bk_btbook);
}
.content-title .font-two {
  color: var(--white);
  margin: 0;
}
.content-title {
  margin-bottom: 10px;
}
.project-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
/* .bottom-fade {
  width: 100%;
  top: 0;
  height: 100%;
  float: left;
  position: absolute;
  background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.738) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    transparent 100%
  );
  z-index: 1;
  border-radius: 20px 20px 0 20px;
} */
.project-info {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 85% 15%;
  align-items: center;
}

.project-title {
  position: absolute;
  bottom: 0px;
  padding: 20px 90px 20px 20px;
  width: 100%;
}
.read-more {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding: 15px;
  background: var(--light-black);
  border-top-left-radius: 50%;
}
.read-more .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 15px;
}
.read-more::before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px var(--light-black);
}
.read-more::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px var(--light-black);
}
.project-title .font-four {
  color: var(--white);
  font-size: 20px;
  text-transform: uppercase;
}
.project-img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.project-side-box:hover .project-img img {
  transform: scale(1.05);
}
.project-side-box:hover .read-more .golden-btn {
  border: 2px solid var(--white);
  background: var(--white);
  color: var(--golden);
}
.project-content {
  padding: 15px;
  background: var(--light-black);
  position: relative;
  z-index: 2;
  color: var(--white);
}
.project-side-box {
  position: relative;
}
.common-project-list .owl-dots {
  bottom: -40px;
}
.content-img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.content-img {
  position: relative;
  overflow: hidden;
}
.content {
  color: var(--white);
  max-width: 100%;
  margin: 0 auto;
}

.content .font-three {
  text-transform: uppercase;
  color: var(--golden);
}
.content p {
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: var(--futura_bk_btbook);
  font-size: 14px;
  color: #6d6e70;
}
.content-title .font-three {
  font-size: 14px;
  margin-bottom: 5px;
}
.line-vr-section {
  position: relative;
  margin: -25px auto;
  border: 0;
  border-left: 1px solid;
  border-color: #c5a47e;
  width: 2px;
  height: 50px;
  z-index: 10;
  opacity: 1;
}
.project-sider {
  padding-bottom: 40px;
}

input,
textarea,
.form-control {
  max-width: 100%;
  padding: 15px 20px;
  height: auto;
  background-color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  color: var(--black);
  background-image: none;
  border: none;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  font-family: var(--futura_bk_btbook);
}
input:focus,
textarea:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
textarea {
  min-height: 50px !important;
  height: 155px !important;
}
textarea::-webkit-scrollbar {
  width: 0px;
}
.cta-form-container .form-btn {
  width: auto !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--light-black);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--light-black);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--light-black);
}
input::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--light-black);
}
.contact-sec .invalid .wpcf7-response-output,
.cta-form-container .invalid .wpcf7-response-output,
.subscription .invalid .wpcf7-response-output {
  color: #ff0000;
  background-color: #f5c6cb;
  border-color: #f5c6cb;
  padding: 5px 10px;
  margin-top: 15px;
}
.wpcf7-not-valid-tip {
  color: #ff0000;
  display: block;
  margin-top: 2px;
}
.screen-reader-response {
  display: none;
}
.contact-sec .sent .wpcf7-response-output,
.cta-form-container .sent .wpcf7-response-output,
.subscription .sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 5px 10px;
  margin-top: 15px;
}

/* .cta-form-container .font-three {margin-bottom: 20px; color: var(--white);} */
/* .cta-form-section {position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;} */
.cta-form-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background: #fff;
}
/* .cta-form-section::before {    content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.5;} */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.footer {
  padding: 40px 0;
}
.footer-logo img {
  max-width: 115px;
}
.footer-logo {
  margin-bottom: 25px;
}

.quick-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.quick-link a {
  color: var(--brown);
  text-decoration: none;
}
.quick-link a:hover {
  color: var(--golden);
}
.quick-link li {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.rera-sec {
  font-size: 16px;
  font-family: var(--futura_bk_btbook);
  color: var(--golden);
  text-align: center;
  margin-bottom: 30px;
}
.rera-sec span {
  display: block;
  line-height: 1;
}
.address {
  font-family: var(--futura_bk_btbook);
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
}
.address span {
  display: block;
}

.subscription-wrap {
  display: flex;
  position: relative;
}
.subscription-wrap .wpcf7-form-control-wrap {
  margin: 0 10px 0 0;
  width: 100%;
}
.subscription-wrap .btn {
  width: auto;
  line-height: 1.6273;
}
.subscription-wrap input,
.subscription-wrap textarea,
.subscription-wrap .form-control {
  margin-bottom: 0;
}
.social-icons a {
  width: 45px;
  height: 45px;
  padding: 5px;
  font-size: 18px;
  background: var(--golden);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-icons a:hover,
.social-icons a:focus {
  background: var(--white);
  color: var(--golden);
}
.social-icons li {
  margin-right: 10px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.contact-info i {
  font-size: 18px;
}
.bottom-footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.bottom-footer {
  color: var(--light-gray);
}
.bottom-footer span {
  color: var(--white);
}
.close-contact-modal {
  position: absolute;
  font-size: 24px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  top: 20px;
  right: 20px;
}
.close-contact-modal img {
  width: 20px;
  height: 20px;
}
.header .navbar-toggler {
  padding: 0;
  border: 0;
  font-size: 40px;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
}
.header .navbar-toggler span {
  display: block;
  width: 30px;
  border: 1px solid var(--white);
}
.header .navbar-toggler span + span {
  margin-top: 7px;
}

.cta-form-head .font-one {
  color: var(--white);
  margin: 0;
}
.cta-form-head .font-three {
  color: var(--white);
  font-family: var(--futura_bk_btbook);
  color: var(--golden);
  font-size: 20px;
  margin-bottom: 5px;
}
.cta-form-head p {
  font-family: var(--futura_bk_btbook);
  color: var(--white);
  font-size: 14px;
  margin-bottom: 25px;
}
.cta-form-section .cta-form-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: #f8f8f8;
}

.completed-project-sec .content-title .font-four {
  margin: 0;
  color: var(--golden);
  font-family: var(--futura_bk_btbook);
  font-style: italic;
  font-size: 14px;
}
.cta-form-container .btn {
  padding: 12px 30px 10px !important;
}

.subscription-sec {
  background: #ececec;
  padding: 25px 0;
}
.subscription-sec .font-three {
  font-size: 26px;
  margin: 0 0 15px 0;
  color: var(--brown);
  font-family: var(--cormorant_garamondsemibold);
}
.subscription {
  max-width: 680px;
  width: 100%;
}
.social-media {
  font-size: 18px;
}
.social-media a {
  color: var(--brown);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  line-height: 1;
}
.social-media a:hover {
  color: var(--golden);
}
.social-media ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.social-media li {
  display: flex;
  align-items: center;
  margin: 0 40px 15px 0;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.social-media li img {
  width: 20px;
}

.social-media .mail a {
  border-bottom-color: var(--brown);
}
.social-media .mail a:hover {
  border-bottom-color: var(--golden);
}

.banner-sub-title {
  color: var(--golden);
  font-family: var(--cormorant_garamondbold);
  margin: 0;
  font-size: 34px;
}

.header .social-media li {
  margin: 0 10px;
}
.header .social-media li:last-child {
  margin-right: 0;
}
.header .social-media a {
  color: var(--white);
}
.header .social-media a:hover {
  color: var(--golden);
}
.header .social-media .mail a {
  border-bottom-color: var(--white);
}
.header .social-media .mail a:hover {
  border-bottom-color: var(--golden);
}
.header .social-media li span {
  background: var(--golden);
}

.banner-btn {
  margin-top: 20px;
}
.banner-btn a {
  text-transform: uppercase;
  padding: 0 0 2px;
  border: 0 !important;
  background: transparent !important;
}
.banner-btn a:hover,
.banner-btn a:focus {
  background: transparent !important;
  border: 0 !important;
  color: var(--white) !important;
}
.banner-btn a span {
	border-bottom: 2px solid !important;
}
.banner-btn a:hover span, .banner-btn a:focus span {  border-bottom: 2px solid !important;
  color: var(--white) !important;}

.about-us {
  background: var(--black);
}
.quote-img {
  color: var(--golden);
  margin-bottom: 20px;
}
.resident-name {
  color: var(--golden);
  font-size: 20px !important;
}
.testimonial-sec .owl-dots {
  bottom: -40px;
}

.testimonial-sec .owl-nav .owl-prev {
  left: 0;
}
.testimonial-sec .owl-nav .owl-next {
  right: 0;
}
.testimonial-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background: var(--white);
}
.blog-body {
    width: calc(100% - 170px);
    padding: 0 0 0 15px;
  font-size: 14px;
  color: #6d6e70;
  line-height: 1.3;
}
.blog-slider .owl-nav .owl-prev {
  left: -60px;
}
.blog-slider .owl-nav .owl-next {
  right: -60px;
}
.blog-btns .btn {
  font-size: 18px;
  padding: 10px 25px 8px;
}
.blog-btns .golden-btn:hover,
.blog-btns .golden-btn:focus,
.blog-btns .golden-btn:active {
  background: transparent !important;
}
.primera-project {
  background: var(--black);
}
.arena-project {
  background: var(--black);
}
.map {
  position: relative;
  padding-top: 350px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.select-input {
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 45px !important;
}

.contact-sec .font-two {
  color: var(--golden);
}
.contact-listing {
    margin: 0 auto;
}
.contact-listing ul {
  margin: 0;
  color: var(--black);
  font-size: 14px;
  position: relative;
}
.contact-listing ul li {
  display: flex;

  margin-bottom: 15px;
  position: relative;
}
.contact-listing ul li:last-child {
  margin-bottom: 0;
}
.contact-listing ul li::after {content: "";  left:0; right:0; bottom:0; position: absolute;}
.contact-listing ul li:last-child::after {display: none;}
.contact-listing ul span {
  display: inline-block;
  width: 16px;
  fill: var(--black);
}
.contact-listing ul a {
  color: var(--black);
  text-decoration: none;
}
.contact-listing ul a:hover {
  color: var(--golden);
}
.contant-icon-detail {
  padding: 0 0 0 15px;
}
.contant-icon-detail p {
  margin: 0;
}
.contact-us-popup .modal-body {
  padding: 30px;
  background: url(../images/contact-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us-popup .modal-body .font-two {
  color: var(--white);
}

.sticky-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
.sticky-contact-btn {
  background: var(--golden);
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  font-weight: var(--cormorant_garamondsemibold);
  padding: 10px 20px;
  cursor: pointer;
}
.sticky-contact span {
  display: inline-flex;
  margin-right: 5px;
}

.white-bg-sec {
  background: #f1f1f1 !important;
}
.white-bg-sec .section-title .font-three {
  color: var(--black);
}
.white-bg-sec .content {
  color: var(--black);
}
.white-bg-sec .content-title .font-two {
  color: var(--black);
}

.news-sec {
  background: #f8f8f8;
}
.news-sec .content {
  color: var(--black);
}
.news-sec .owl-nav button {
  color: var(--golden) !important;
}
.navbar {
  padding: 0;
}
.completed-project-list {
  background: #fff;
}
.completed-project-list .content {
  text-align: center;
  max-width: 100%;
  margin-bottom: 40px;
}
.completed-project-list .content-title {
  margin-bottom: 5px;
}
.completed-project-list .content-title .font-two {
  color: var(--black);
}
.completed-project-img {
  overflow: hidden;
}
.completed-project-img img {
  width: 100%;
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.completed-project-box {
  text-decoration: none;
}
.completed-project-box p {
  line-height: 1.3;
  margin: 10px 0 0;
  font-family: var(--futura_bk_btbook);
  font-size: 14px;
  color: #6d6e70;
}
.completed-project-box:hover .completed-project-img img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}
.completed-project-btn {
  text-align: center;
  margin-top: 40px;
}
.completed-project-slider .owl-nav {
  position: initial;
  margin: 20px 0 0;
  text-align: center;
  transform: none;
}
.completed-project-slider .owl-nav button {
  position: initial;
  font-size: 22px !important;
  transform: none;
  margin: 0 8px;
}
.completed-project-slider .owl-nav button svg {
  width: 22px;
  height: 22px;
  fill: var(--golden);
}
.testimonial-sec .content {border:1px solid var(--golden);     margin-top: 20px;
    padding: 40px 30px 30px;}

.testimonial-sec .content p {
  color: #6D6E70;
  font-size:14px;
}
.news-sec .section-title {
  text-align: center;
}

.footer-block .font-three {
  font-size: 26px;
  color: var(--white);
  margin-bottom: 20px;
}
.quick-link {
  font-size: 16px;
  color: var(--white);
  line-height: 1;
}
.quick-link a {
  color: #6d6e70;
}
.connect-block li:first-child {
  margin-bottom: 8px;
}
.quick-link + .quick-link {
  margin-top: 5px;
}

.social-links a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #6d6e70;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.social-links svg {
  height: 18px;
  fill: #fff;
}
.social-links li:not(:last-child) {
  margin-right: 15px;
}
.copyright-wrap { padding: 15px 0 5px; border-top:1px solid;}
.copy-right {
  text-align: center;
  color: #6d6e70;
 
}
.copy-right p {
  margin: 0 0 10px;
}
.copy-right a {
  color: var(--golden);
  text-decoration: none;
}
.project-gallery-img {
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
}
.project-gallery-content {
  background: #000;
  font-size: 16px;
  color: var(--white);
  max-width: 420px;
  padding: 15px;
}
.project-gallery-content p:first-child {
  color: var(--golden);
}
.project-gallery-content p {
  margin: 0 0 5px;
  line-height: 1.4;
}
.project-gallery-slider .owl-nav {
  top: initial;
  left: 22px;
  right: initial;
  transform: initial;
  bottom: 40px;
}
.project-gallery-slider .owl-nav button {
  transform: initial;
  position: static;
  width: 50px;
  height: 50px;
  background: #000000 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.project-gallery-slider .owl-nav button svg {
  width: 20px;
  height: 20px;
  fill: var(--golden);
}
.content-page {
  color: #6d6e70;
  background: #f8f8f8;
}
.content-page p,
.content-page a,
.content-page ul {
  font-size: 14px;
}
.content-page ul {
  margin: 0;
}
.content-page ul li,
.content-page p {
  margin-bottom: 10px;
}
.content-page ul li:last-child,
.content-page p:last-child {
  margin-bottom: 0;
}
.content-page h2 {
  color: var(--golden);
  margin: 0 0 10px;
}
.content-wrap {
  margin-bottom: 30px;
}
.content-wrap:last-child {
  margin-bottom: 0;
}
.content-page a {
  color: var(--golden);
  margin-bottom: 2px;
  text-decoration: none;
}
.content-page a:hover {
  color: var(--black);
}
.blog-sec {background: #f8f8f8;}
.blog-title {font-size: 20px; font-weight: bold; font-family: var(--cormorant_garamondsemibold); color: #000; margin: 0 0 5px;}
.blog-box .blog-info p {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin: 0 0 5px;}
.blog-content-img {height: 350px;}
.blog-content-img img {height: 100%; width: 100%; object-fit: contain; object-position: left;}

.common-video {width: 100%; display: flex;}
.common-video video {width: 100%; height: 100%;}
.home-banner  .banner-btn {margin: 17px 0 20px;}
body.header-padding {padding-top: 103.6px;}
.home-banner.banner .item {height: initial; min-height: 120px;}
.form.wpcf7-form.failed .wpcf7-response-output {margin-top: 10px; color: #ff0000;}
.wpcf7-response-output {color: #008000;}

.home-banner .common-video {padding-top: 56.25%; position: relative;}
.home-banner .common-video iframe {position: absolute; left: 0; right:0; top: 0; bottom: 0; width: 100%; height: 100%;}
.completed-project-slider .owl-stage-outer .owl-stage {margin: auto;}
.message-err.error {color: #ff0000;
    margin-top: 15px;
    display: block;}
.contact-us-popup  .error {color: #ff0000;}


.cta-form-section input, .cta-form-section textarea, .cta-form-section .form-control {border: 1px solid var(--black);}
.cta-form-section .btn {border: 2px solid var(--golden) !important; color: #fff; background: var(--golden) !important;}
.cta-form-section .btn:hover, .cta-form-section .btn:focus, .cta-form-section .btn:active {background: transparent !important; color: var(--golden) !important; }
.cta-form-section .cta-form-head p {color: var(--black);}

.arena-project-sec {background: #f8f8f8 !important}
.booking-open-primera {margin: 0 0 20px;}
.blog-title-main {color: var(--black); font-family: var(--cormorant_garamondsemibold); margin: 0 0 20px;}

.keyfacts {background: #fff;}
.keyfact-left {border-right: 1px solid  var(--golden);display: flex
;
    flex-direction: column;
    justify-content: space-between;}
.project-summary {display: flex; justify-content: center;}
.project-num {display: flex;align-items: end; margin-bottom: 30px;}
.project-num span {font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    font-family: var(--cormorant_garamondsemibold);
    color: var(--golden);}
.project-num p {margin:0;}
.project-summary li {display:flex; margin-bottom: 15px;}
.project-summary li span {font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    font-family: var(--cormorant_garamondsemibold);
    color: var(--golden); width: 65px;}
.project-summary li p {margin:0; font-size: 14px; color: #6d6e70;}
.our-location-wrap h6 {color: var(--golden);
    text-transform: uppercase;
    font-family: var(--cormorant_garamondsemibold);}
.our-location-wrap p {max-width: 260px;}

.valuesWrapper .valuesTextDiv .textDivAnimate div.active {
    width: 25%;
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.valuesWrapper .valuesTextDiv .textDivAnimate div {
    opacity: 0;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    transform: translateX(100px);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.valuesWrapper .valuesTextDiv .textDivAnimate {margin-left: 0px;
    display: flex
;
    gap: 35px;
    justify-content: flex-start;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);}
.value-sec {overflow:hidden;}
.value-sec .valuesWrapper .valuesTextDiv {
    padding-left: 100px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.value-sec .valuesWrapper .valuesTextDiv p {color: var(--golden);
	font-family: var(--cormorant_garamondsemibold);
	font-size: 1rem;
	line-height: 1.3rem;
	opacity: 0.4;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.valuesWrapper .valuesTextDiv .textDivAnimate div.active.current p {opacity: 1;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);}
.value-sec {background: #f8f8f8;}

.value-sec .valuesWrapper .linesDiv {
	width: 53px;
	gap: 8px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	display: inline-flex !important;
	position: absolute;
	left: 0;
}

.value-sec .valuesWrapper .linesDiv span {
	display: flex;
	width: 100%;
	height: 8px;
	background: #d1d1d1;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.value-sec .valuesWrapper .linesDiv span.active {
	background: #6d6e70;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.our-team {background: #f1f1f1;}
.team-box {padding: 12px;}
.team-info .name {color: var(--black); display:block; width: 100%; margin:0 0 7px; font-size: 16px;}
.team-info .designation {
    font-size: 12px;
    letter-spacing: 0.5px; display:block; width: 100%; color: var(--golden);
}
.team-img {margin-bottom: 15px;}

.keyfacts .content-title .font-three {color: var(--golden);}
.keyfacts .content-title .font-two {color: var(--black);}
.keyfacts-wrap ul {margin: 0 -15px;}
.keyfacts-wrap li {width:100%; padding: 0 15px; margin: 0 0 30px;}

.stat-content {text-align: center; height: 100%;  padding: 15px; background: #f1f1f1; width: 100%;}
.stat-content .stat-number {font-size: 40px; font-family: var(--cormorant_garamondsemibold);
    color: var(--golden); margin: 0 0 10px;}
.keyfacts-wrap {margin-top: 30px;}

.value-sec .content-title .font-three {color: var(--golden);}
.value-sec .content-title .font-two {color: var(--black);}
.our-team .content-title .font-three {color: var(--golden);}
.our-team .content-title .font-two {color: var(--black);}
.team-list {margin-top: 18px;}
.valuesWrapper {margin-top: 30px;}

.value-list-main {margin-top: 30px;}
.value-list {padding:0; margin: 0 -8px; display: flex; flex-wrap: wrap;}
.value-list li {padding: 0 8px; width: 100%; text-align:center;}
.value-icon {margin-bottom: 15px; width: 60px; height: 60px; display: inline-flex; align-items:center; justify-content:center; background: var(--golden); border-radius: 50%;}
.value-icon img {width: 36px;}
.value-content .font-four {color: var(--golden);}
.our-story-block .content-img img {aspect-ratio: 16 / 9;}
.value-content p {font-size: 14px;  color: #6d6e70;}
.value-box {margin-bottom: 15px;}
.contact-sec .cta-form-head p  {    color: #313131;
    font-size: 16px;
    font-weight: 400;}
.contact-sec .cta-form-container {max-width: 100%;}
.contact-sec.cta-form-section input, .contact-sec.cta-form-section textarea, .contact-sec.cta-form-section .form-control {padding: 10px; border:0; border-bottom: 1px solid var(--black); background:transparent;}
.testimonial-sec .content .quote-img { text-align: left; margin: 0; top: -25px; display: inline-flex ; background: #fff; position: absolute; left: 50%; transform: translatex(-50%)}
.testimonial-sec .content .quote-img svg { opacity: 0.5; }
.testimonial-sec .section-title .font-one {color: var(--black);}
.testimonial-sec .section-title {margin-bottom: 30px;}
.news-sec .section-title .font-one {color: var(--black);}
.blog-sec .section-title .font-one {color: var(--black);}
.blog-detail-page .content-page h2 {color: var(--black);}
.content-page p, .content-page a, .content-page ul {font-size: 16px !important;}
#response-message {margin-top: 10px;}

.blog-box {display: flex; align-items:flex-start;}
.blog-image {width: 170px;}
.blog-btns a {display: inline-block; color: var(--golden); text-decoration: none !important; position: relative; padding:0 0 3px; transition: all 0.3s ease-in-out;}
.blog-btns a::after {position: absolute; content:""; border-bottom: 2px solid transparent; left:0; right:0; bottom:0;}
.blog-btns a:hover::after, .blog-btns a:focus::after {border-bottom: 2px solid var(--golden);}
.blog-view-all a {min-width: 160px; text-align:center;}
.blog-detail-page.content-page h2 {color: #000;}
.blog-detail-page .blog-title-main {color: var(--golden);}
.blog-img-block img {aspect-ratio: 16/6; width:100%; height:100%; object-position:top left; object-fit:cover;}
.our-project-block .content-img img {    aspect-ratio: 16 / 12.3;}
.our-project-block .content {max-width: 990px !important;}

.blog-back-btn { display: flex ; margin-bottom: 20px; }
.blog-back-btn a {display: inline-block; color: var(--golden); text-decoration: none !important; position: relative; padding: 0 0 3px; transition: all 0.3s ease-in-out;}
.blog-back-btn a::after {position: absolute; content: ""; border-bottom: 2px solid var(--golden); left: 0; right: 0; bottom: 0;}
.blog-back-btn a:hover::after {border-bottom: 2px solid var(--black);}
.blog-back-btn a:hover {color: var(--black);}
.nav-blog a {display: inline-flex ; align-items: center; min-width: 136px; justify-content: center; padding: 10px 20px !important;}
.nav-blog a svg {display: inline-block; width:20px; height: 20px;}
.nav-blog a .bi-arrow-left {margin-right:5px;}
.nav-blog a .bi-arrow-right {margin-left:5px;}

.our-project-banner.banner .item {align-items: center; justify-content: flex-start; padding-top: 3.5vh;}

@media (min-width: 768px) {
  .font-one {
    font-size: 30px;
  }
  .font-two {
    font-size: 32px;
  }
  .font-three {
    font-size: 20px;
  }

  .font-four {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
    padding: 10px 26px;
  }
  .cta-form-head .font-three {
    font-size: 26px;
  }
  .cta-form-head p {
    font-size: 16px;
  }
  .contact-listing ul {
    font-size: 16px;
  }
  .contact-listing ul span {width:18px;}
  .upcoming-project-sec .content,
  .primera-project .content,
  .arena-project .content {
    max-width: 350px;
  }
  .content p {
    font-size: 16px;
  }
  .content-title .font-three {
    font-size: 16px;
  }
  .completed-project-sec .content-title .font-four {
    font-size: 16px;
  }
  .subscription-sec .font-three {
    margin: 0 20px 0 0;
  }
  .subscription-wrap .wpcf7-form-control-wrap {
    margin: 0 15px 0 0;
  }
  .social-media {
    font-size: 20px;
  }
  .banner-sub-title {
    font-size: 36px;
  }
  .banner .item {
    height: 60vh;
  }
  .banner-content p {
    font-size: 16px;
  }
  .logo {
    height: 90px;
  }

  .contact-us-popup .modal-body {
    padding: 40px;
  }
  .close-contact-modal img {
    width: 22px;
    height: 22px;
  }

  .header.scrolled {
    transform: translateY(-125px);
  }
  .banner-content h1 {
    margin-bottom: 15px;
  }

  .footer-col-two {
    padding-left: 29%;
  }
  .content-page p,
  .content-page a,
  .content-page ul {
    font-size: 16px;
  }
  .content-page ul li,
  .content-page p {
    margin-bottom: 12px;
  }
  /*.content-page h2 {*/
  /*  margin: 0 0 20px;*/
  /*}*/
  .content-wrap {
    margin-bottom: 40px;
  }
  .blog-body {font-size: 16px;}
  .blog-title {font-size: 22px;}
  body.header-padding {padding-top: 123.6px;}
  .home-banner  .banner-btn {margin: 22px 0 25px;}
  
.our-story-block .content {max-width: 440px !important;}
.keyfacts-wrap li {width: 33.33%;}
.value-list li {width: 33.33%;}
.banner.home-banner {margin-top: -70px;}
.contact-listing ul li {  justify-content: center;}
.contact-listing ul li::after {border0; left: initial; top:50%; transform: translateY(-50%); width: 1px; height: 60%; background: var(--golden);}
.contact-sec .cta-form-container {padding: 40px 60px;}
.testimonial-sec .content p {font-size: 16px;}
.copyright-wrap {padding-right: 85px;}
	.our-project-banner.banner .item {padding-top: 6vh;}
}

@media (min-width: 992px) {
  .header .nav-item {
    margin-right: 50px;
  }
  .header .nav-item:last-child {
    margin-right: 0;
  }
  .header .nav-item a {
    font-size: 16px;
    padding: 0 !important;
  }
  .cta a {
    font-size: 18px;
  }
  .owl-nav button {
    font-size: 40px !important;
  }
  .owl-nav button svg {
    width: 40px;
    height: 40px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .banner-content {
    max-width: 560px;
  }
  .contact-us-popup .modal-body {
    padding: 50px;
  }
  .subscription-sec .font-three {
    padding-top: 15px;
  }
  .blog-content-img {height: 450px;}
  .project-num span, .project-summary li span {font-size: 50px;}
  .our-project-block .content {padding-left: 15px;}
  
}

@media (min-width: 1024px) {
  .contact-footer-widget {
    padding-left: 40px !important;
  }

  .cta {
    margin-left: 20px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .header .social-media {
    margin-left: 10px;
  }

  .footer-block .font-three {
    font-size: 30px;
  }
  .quick-link {
    font-size: 16px;
  }
  .connect-block li:first-child {
    margin-bottom: 8px;
  }
  .project-gallery-img {
    height: 80vh;
    padding: 50px;
    background-position: top center;
  }
  .project-gallery-slider .owl-nav {
    left: 42px;
    bottom: 80px;
  }
  .project-gallery-content {
    font-size: 18px;
  }
   
  .contact-sec .cta-form-container {padding: 50px 80px;}
}

@media (min-width: 1200px) {
  .font-one {
    font-size: 34px;
  }
  .font-three {
    font-size: 22px;
  }

  input,
  textarea,
  .form-control {
    font-size: 18px;
  }

  .gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-30 > [class*="col-"] {
    padding: 0 30px;
  }
  .content p {
    line-height: 1.4;
  }
  .font-four {
    font-size: 20px;
  }
  .cta-form-head .font-three {
    font-size: 30px;
  }
  .cta-form-head p {
    line-height: 1.4;
  }
  .completed-project-sec .content-title .font-four {
    font-size: 19px;
  }
  .cta-form-container .btn {
    padding: 14px 40px 12px !important;
  }
  .subscription-sec .font-three {
    font-size: 30px;
  }
  input,
  textarea,
  .form-control {
    padding: 17.5px 20px;
  }
  .quick-link {
    font-size: 18px;
  }
  .footer-logo img {
    max-width: 140px;
  }
  .rera-sec {
    font-size: 18px;
  }
  .address {
    font-size: 18px;
  }
  .footer {
    padding: 45px 0;
  }
  .banner-sub-title {
    font-size: 42px;
  }
  .banner-content {
    max-width: 600px;
  }
  .close-contact-modal img {
    width: 24px;
    height: 24px;
  }
  .completed-project-box p {
    line-height: 1.4;
  }
  .completed-project-list .content {
    margin-bottom: 50px;
  }
  .completed-project-btn {
    margin-top: 50px;
  }
  .content-page p,
  .content-page a,
  .content-page ul {
    line-height: 1.4;
  }
  .blog-body {line-height: 1.4;}
  .blog-content-img {height: 500px;}
 .banner .item {
    height: calc(78vh - 123.6px);
  }
  .keyfacts-wrap li {width: 20%;}
  .value-list li {width: 16.6667%;}
  .banner.home-banner {margin-top: -123.6px;}
  .value-box {margin-bottom: 0px;}
  .contact-sec .cta-form-container {padding: 65px 100px;}
  .our-project-block .content {padding-left:25px;}
.our-project-banner.banner .item {padding-top: 6vh; }
}

@media (min-width: 1400px) {
  .logo {
    height: 100px;
  }
  .content p {
    font-size: 18px;
  }
  .content-title .font-three {
    font-size: 18px;
  }
  .btn {
    font-size: 18px;
    padding: 12px 34px;
  }
  .banner-content {
    max-width: 650px;
  }
  .banner-content p {
    font-size: 18px;
  }
  .cta-form-head p {
    font-size: 18px;
  }
  .rera-sec {
    font-size: 20px;
  }
  .header .social-media {
    margin-left: 20px;
  }
  .header .social-media li {
    margin: 0 15px;
  }
  .header.scrolled {
    transform: translateY(-135px);
  }
  .completed-project-box p {
    font-size: 16px;
  }
  .connect-block li:first-child {
    margin-bottom: 12px;
  }
  .quick-link + .quick-link {
    margin-top: 10px;
  }

  .content-page p,
  .content-page a,
  .content-page ul {
    font-size: 18px;
  }
  body.header-padding {padding-top: 133.6px;}
  .banner .item {
    height: calc(78vh - 133.6px);
  }
  .banner.home-banner {margin-top: -133.6px;}
	.our-project-banner.banner .item {padding-top: 3vh; background-position-y: -22vh;}
	
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
  .logo {
    height: 120px;
  }
  .font-one {
    font-size: 50px;
  }
  .font-two {
    font-size: 38px;
  }
  .font-three {
    font-size: 26px;
  }
  .font-four {
    font-size: 24px;
  }
  .cta a {
    font-size: 20px;
  }
  .header .nav-item a {
    font-size: 20px;
  }
  input,
  textarea,
  .form-control {
    font-size: 20px;
  }
  .btn {
    font-size: 22px;
    padding: 15px 40px;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .content p {
    font-size: 20px;
  }
  .section-padding {
    padding: 70px 0;
  }
  .cta-form-head .font-three {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .cta-form-head p {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .completed-project-sec .content-title .font-four {
    font-size: 24px;
  }
  .cta-form-container .btn {
    padding: 16px 45px 14px !important;
  }
  .subscription-sec .font-three {
    font-size: 36px;
  }
  .rera-sec {
    font-size: 22px;
  }
  .address {
    font-size: 20px;
  }
  .footer {
    padding: 55px 0;
  }
  .banner-sub-title {
    font-size: 58px;
  }
  .banner-content p {
    font-size: 22px;
  }
  .banner-content {
    max-width: 800px;
  }
  .header.scrolled {
    transform: translateY(-155px);
  }
  .content-title .font-three {
    font-size: 20px;
  }
  .upcoming-project-sec .content,
  .primera-project .content,
  .arena-project .content {
    max-width: 420px;
  }
  .completed-project-box p {
    font-size: 18px;
  }
  .footer-block .font-three {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .quick-link {
    font-size: 20px;
  }
  .quick-link li {
    margin-bottom: 20px;
  }
  .connect-block li:first-child {
    margin-bottom: 12px;
  }
  .content-page p,
  .content-page a,
  .content-page ul {
    font-size: 20px;
  }
  body.header-padding {padding-top: 153.6px;}
  .banner .item {
    height: calc(78vh - 153.6px);
  }
  .banner.home-banner {margin-top: -153.6px;}
  .our-story-block .content {max-width: 500px !important;}
	.our-project-banner.banner .item {padding-top: 4vh; }
}

@media (max-width: 1300px) {
  .blog-slider .owl-nav button {
    position: static;
    transform: none;
    margin: 0 15px;
  }
  .blog-slider .owl-nav {
    position: static;
    transform: none;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width:1024px) {
    .valuesWrapper .valuesTextDiv .textDivAnimate div {width: 100% !important; white-space: initial;}
    .value-sec .valuesWrapper .valuesTextDiv .textDivAnimate {
        flex-wrap: wrap;
        margin: 0;
        width: calc(100% - 80px); gap:5px;
    }
    .value-sec .valuesWrapper .linesDiv {
		width: 40px;
		gap: 6px;
		position: sticky;
		top: 15px;
	}

	.value-sec .valuesWrapper .linesDiv span {
		height: 6px;
	}
	.valuesWrapper .valuesTextDiv .textDivAnimate div.active {width: 100%; white-space: initial;}
	.value-sec .valuesWrapper .valuesTextDiv {padding:0; align-items:flex-start; gap:30px;}
	.value-sec .valuesWrapper .valuesTextDiv br {display: none;}
}

@media (max-width: 991.98px) {
  .header .container {
    padding: 0;
  }
  .header .navbar-brand {
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  .header .navbar-toggler {
    margin-right: 15px;
    position: relative;
    z-index: 2;
  }
  .header .navbar-toggler span {
    transition: all 0.3s ease-in-out;
  }
  .header .navbar-toggler[aria-expanded="true"] {
    height: 26px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }
  .header .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(45deg) translate(10px, 10px);
  }
  .header .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .header .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg) translate(2px, -2px);
  }
  .header .navbar-collapse.collasing {
    height: 100% !important;
    transition: initial;
    transition: width 0.35s ease;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh !important;
    background: var(--black);
    padding: 120px 15px 15px;
    margin-top: 0px;
    transform: translateX(100%);
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  .header .navbar-collapse.show {
    transform: translateX(0);
  }
  .copyright-wrap {justify-content:center !important;}
}
@media (max-width: 767px) {
  .header .navbar-collapse {
    padding-top: 120px;
  }
  .footer-block {
    text-align: center;
  }
  .project-num {justify-content:center;}
  .keyfacts-wrap {text-align:center;}
  .our-location-wrap p {margin: 0 auto;}
  .keyfact-left {border: none;}
  
  .blog-image {width: 120px;}
  .blog-body {width: calc(100% - 120px);}
  
}
