/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 11:05:45 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2024 | 13:15:33 */
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBold.woff2") format("woff2"), url("../fonts/NexaBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaLight.woff2") format("woff2"), url("../fonts/NexaLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaRegular";
  src: url("../fonts/NexaRegular.woff2") format("woff2"), url("../fonts/NexaRegular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saudagar";
  src: url("../fonts/Saudagar.woff2") format("woff2"), url("../fonts/Saudagar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.is-barlow {
  font-family: "Barlow-Regular", Sans-serif;
  line-height: initial;
}

.is-nexa {
  font-family: "Nexa";
}

.is-nexaRegular {
  font-family: "NexaRegular", Sans-serif;
}

.is-saudagar {
  font-family: "Saudagar";
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "NexaRegular", Sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "NexaRegular", Sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "NexaRegular", Sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "NexaRegular", Sans-serif;
}

input, select, textarea {
  font-family: "NexaRegular", Sans-serif !important;
}

textarea {
  resize: none;
}

.normal-deactive {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.7, 1);
}

.btn {
  padding: 8px 10px;
  font-size: 15px;
  letter-spacing: 2px !important;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: normal;
  font-family: "NexaRegular", Sans-serif;
}

.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  text-transform: uppercase;
  color: #ffffff80;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  border: 1px solid white;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: white;
  width: 22px;
  height: 4px;
  right: 4px;
  transform: translateX(20%);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  transition: all 0.3s ease;
  transform: translate(-60%, 0%) rotate(-45deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -15%;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev:before {
  transform: translateX(30%);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev:after {
  transform: translate(-96%, 0%) rotate(135deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -15%;
}
.slider-btn-arrow-circle.dark-bg.owl-theme .owl-nav [class*=owl-] {
  background: #3c3c3cba;
  border: 1px solid #5b5b5e;
}
.slider-btn-arrow-circle.dark-bg.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: #fff;
}
.slider-btn-arrow-circle.dark-bg.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #fff;
  border-width: 0 4px 4px 0;
}
.slider-btn-arrow-circle.dark-bg-01.owl-theme .owl-nav [class*=owl-] {
  background: #3c3c3cba;
  border: 1px solid #f37920;
}
.slider-btn-arrow-circle.dark-bg-01.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: #f37920;
}
.slider-btn-arrow-circle.dark-bg-01.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #f37920;
  border-width: 0 4px 4px 0;
}
.slider-btn-arrow-circle.dark.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #5b5b5e;
}
.slider-btn-arrow-circle.dark.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: #5b5b5e;
}
.slider-btn-arrow-circle.dark.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #5b5b5e;
  border-width: 0 4px 4px 0;
}
.slider-btn-arrow-circle.orange.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #f27a1b;
}
.slider-btn-arrow-circle.orange.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: #f27a1b;
}
.slider-btn-arrow-circle.orange.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #f27a1b;
  border-width: 0 4px 4px 0;
}
@media only screen and (max-width: 1500px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    height: 80px;
    width: 80px;
    transform: translateY(-50%) scale(0.7);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -9%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -9%;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -12%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -12%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
}
@media only screen and (max-width: 767px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -15%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -15%;
  }
}
@media only screen and (max-width: 480px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -34%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -34%;
  }
}

.slider-btn-line-circle {
  position: absolute;
  right: -14vw;
  top: 0%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.slider-btn-line-circle:hover .line {
  width: 16vw;
  transition-delay: 0s;
}
.slider-btn-line-circle:hover .circle-wrp .circle span:first-child em {
  transform: rotate(-180deg);
  transition: transform 0.5s ease-out;
  transition-delay: 0.75s;
}
.slider-btn-line-circle:hover .circle-wrp .circle span:last-child em {
  transform: rotate(-180deg);
  transition: transform 0.25s linear 0.45s;
}
.slider-btn-line-circle .line {
  background: #672538;
  width: 0;
  height: 1px;
  display: block;
  z-index: 2;
  transition: all 0.25s linear;
  transition-delay: 0.75s;
  position: absolute;
  left: -15vw;
}
.slider-btn-line-circle .circle-wrp {
  position: relative;
  display: block;
  width: 7vw;
  height: 7vw;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 7vw;
  transform: rotate(90deg);
}
.slider-btn-line-circle .circle-wrp .circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
.slider-btn-line-circle .circle-wrp .circle:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100%;
  background: #fff;
}
.slider-btn-line-circle .circle-wrp .circle span {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.slider-btn-line-circle .circle-wrp .circle span em {
  position: absolute;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  background: #672538;
  transition: transform 0.25s linear 0.25s;
}
.slider-btn-line-circle .circle-wrp .circle .text {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  left: 0;
  z-index: 1;
  transform: rotate(-90deg);
}
.slider-btn-line-circle .circle-wrp .circle span:first-child {
  left: 0%;
}
.slider-btn-line-circle .circle-wrp .circle span:first-child em {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform-origin: 0% 50%;
}
.slider-btn-line-circle .circle-wrp .circle span:last-child {
  left: 50%;
}
.slider-btn-line-circle .circle-wrp .circle span:last-child em {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transform-origin: 100% 50%;
  transition-delay: 0.45s;
}
.slider-btn-line-circle.prev {
  right: inherit;
  left: -14vw;
  flex-direction: row-reverse;
}
.slider-btn-line-circle.prev .circle-wrp {
  transform: rotateX(180deg) rotate(-90deg);
}
.slider-btn-line-circle.prev .circle-wrp .circle .text {
  transform: rotateX(180deg) rotate(-90deg);
}
.slider-btn-line-circle.prev .line {
  left: initial;
  right: -15vw;
}
@media only screen and (max-width: 1700px) {
  .slider-btn-line-circle {
    right: -17vw;
  }
  .slider-btn-line-circle .circle-wrp .circle .text {
    font-size: 12px;
  }
  .slider-btn-line-circle.prev {
    left: -17vw;
  }
}

.slider-btn-circle.owl-theme .owl-nav [class*=owl-] {
  width: 44px;
  height: 44px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 44px);
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  line-height: initial;
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
  transform: translateY(-50%) scale(1.1);
}
.slider-btn-circle.owl-carousel .owl-nav .owl-prev {
  left: -70px;
}
.slider-btn-circle.owl-carousel .owl-nav .owl-prev::before {
  content: "\f053";
  padding: 2px 4px 0 0;
}
.slider-btn-circle.owl-carousel .owl-nav .owl-next {
  right: -70px;
}
.slider-btn-circle.owl-carousel .owl-nav .owl-next::before {
  content: "\f054";
  padding: 2px 0 0 4px;
}
.slider-btn-circle.green.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  background: #30c679;
}
.slider-btn-circle.trans-bg-color-black.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  background: transparent;
  top: 50%;
}
.slider-btn-circle.trans-bg-color-black.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
  color: #fff;
  background: green;
}

.slider-custom-dots.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.slider-custom-dots.owl-carousel .owl-dots .owl-dot {
  margin: 0;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  width: 25%;
}
.slider-custom-dots.owl-carousel .owl-dots .owl-dot span {
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  background: #3c3c3c;
  width: auto;
  height: 100%;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-family: "NexaRegular", Sans-serif;
  padding: 16px 20px 10px;
  position: relative;
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-custom-dots.owl-carousel .owl-dots .owl-dot span:before {
  content: "";
  background-color: #f37920;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0) translateY(-50%);
  display: none;
}
.slider-custom-dots.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  background-color: #ffffff26;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0) translateY(-50%);
  display: none;
}
.slider-custom-dots.owl-carousel .owl-dots .owl-dot.active span {
  background: #F2791F;
  color: #fff;
}
.slider-custom-dots.owl-carousel .owl-dots .owl-dot.active span:before, .slider-custom-dots.owl-carousel .owl-dots .owl-dot.active span:after {
  transform: scale(1) translateY(-50%);
}
.slider-custom-dots.owl-carousel .owl-dots .owl-dot:hover {
  margin: 0px;
}
@media only screen and (max-width: 1024px) {
  .slider-custom-dots.owl-carousel .owl-dots .owl-dot span {
    font-size: 12px;
    padding: 10px 20px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-custom-dots.owl-carousel .owl-dots .owl-dot {
    display: none;
  }
  .slider-custom-dots.owl-carousel .owl-dots .owl-dot.active {
    display: block;
    width: 100%;
  }
}

.call-icon {
  background: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: -10px;
  bottom: -52px;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 9;
  box-shadow: 0 0 5px 0px #0000004f;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #696969;
}
@media only screen and (max-width: 768px) {
  .call-icon {
    cursor: pointer;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    right: 0;
    bottom: 0;
    transform: translateY(0);
    background: #494c4f;
    color: #fff;
  }
  .call-icon br, .call-icon:before, .call-icon:after {
    display: none;
  }
}

/* .call-icon:before, .call-icon:after {
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background: #fff;
  box-shadow: 0 0 0 1px #f27920;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
 */
.call-icon:before {
  animation: expandCTwo 3s infinite;
  animation-delay: 0.6s;
  transition: 0.4s;
}

.call-icon:after {
  animation: expandCOne 3s infinite;
}

@keyframes expandCOne {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(3.3);
    opacity: 0;
  }
  100% {
    transform: scale(3.3);
    opacity: 0;
  }
}
@keyframes expandCTwo {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  90% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.custom-owl-dots.owl-carousel .owl-dots {
  bottom: -80px !important;
  text-align: center;
}
.custom-owl-dots.owl-carousel .owl-dots .owl-dot {
  margin: 10px;
}
.custom-owl-dots.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.custom-owl-dots.owl-carousel .owl-dots .owl-dot:hover span, .custom-owl-dots.owl-carousel .owl-dots .owl-dot.active span {
  background: #353535;
}
@media only screen and (max-width: 1500px) {
  .custom-owl-dots.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-owl-dots.owl-carousel .owl-dots {
    bottom: -46px !important;
  }
}
@media only screen and (max-width: 767px) {
  .custom-owl-dots.owl-carousel .owl-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    bottom: -40px !important;
  }
  .custom-owl-dots.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}

.down-top-arrow {
  background-color: #fff;
  width: 92px;
  height: 92px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: calc(100vh - 230px);
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transform: rotate(90deg);
  box-shadow: 0 0 14px 0px #0000003b;
}
.down-top-arrow:before {
  content: "";
  background-color: #353535;
  width: 34px;
  height: 2px;
  position: absolute;
}
.down-top-arrow:after {
  content: "";
  border: solid #353535;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  transition: all 0.3s ease;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 1700px) {
  .down-top-arrow {
    transform: rotate(90deg) scale(0.7);
  }
}
@media only screen and (max-width: 1024px) {
  .down-top-arrow {
    transform: rotate(90deg) scale(0.5);
    left: 10px;
    top: calc(100vh - 210px);
  }
}

.letter-spacing-1, .slider-btn-line-circle .circle-wrp .circle .text {
  letter-spacing: 1px;
}

.letter-spacing-4, #home_projects_slider .item .wrp-01 .p1 {
  letter-spacing: 4px;
}

.anim_splitting_wrp .char,
.anim_splitting_wrp .word {
  opacity: 0;
}
.anim_splitting_wrp.anim_splitting.splitting .char,
.anim_splitting_wrp.anim_splitting.splitting .word {
  animation: slide-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both 0.5s;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
.heading-wrp {
  text-align: center;
  padding: 4vw 0 4vw;
}
.heading-wrp p {
  color: #353535;
  font-size: 30px;
  font-family: "Barlow-Regular", Sans-serif;
  line-height: initial;
}
@media only screen and (max-width: 100px) {
  .heading-wrp p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  .heading-wrp p {
    font-size: 15px;
  }
}

.heading-01 {
  font-size: 40px;
  line-height: 40px;
  color: #f37920;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 1700px) {
  .heading-01 {
    font-size: 7vw;
    line-height: 7vw;
  }
}

.enquire-btn {
  background: #f27a1b;
  color: #fff;
  width: 130px;
  height: 40px;
  top: 40%;
  transform: translate(45px, -50%) rotate(-90deg);
  bottom: inherit;
  left: inherit;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9;
  box-shadow: 0 -3px 5px 0 rgba(41, 85, 115, 0.21);
}
.enquire-btn:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f37920;
  position: absolute;
  left: -20px;
  top: 0;
}
.enquire-btn:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f37920;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .enquire-btn a {
    background: #f27a1b;
    width: 100% !important;
    height: 40px;
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    box-shadow: 0 -3px 5px 0 rgba(41, 85, 115, 0.21);
  }
  .enquire-btn a:before {
    content: "Enquire Now";
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
  }
  .enquire-btn a img {
    width: 40px !important;
    display: none;
  }
}

/* Header */
.header-wrp {
  padding: 10px;
}
.header-wrp .header-enquire-btn {
  background-color: #00a559;
  font-size: 24px;
  box-shadow: 0px 40px 100px 30px #0000004d;
}
.header-wrp .navigation-btn {
  color: #fff;
  margin: 0 40px;
  font-size: 18px;
}
.header-wrp .navbar-item {
  color: #353535;
}
.header-wrp .navbar-item img {
  max-height: none;
}
.header-wrp .from-the-house {
  position: relative;
  margin-left: 30px;
  padding-left: 26px;
}
.header-wrp .from-the-house:before {
  content: "";
  background-color: #65223533;
  width: 1px;
  height: 65%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 100px) {
  .header-wrp .header-enquire-btn {
    font-size: 18px;
    padding-bottom: 6px;
    box-shadow: 0px 20px 70px 20px #0000004d;
  }
  .header-wrp .navigation-btn {
    margin: 0 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1700px) {
  .header-wrp .header-enquire-btn {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .header-wrp .navigation-btn {
    font-size: 12px;
  }
}

/* Home Banner desktop start */
.home-slider {
    position: relative;
}
.shot-at p {
    background: #00000078;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    padding: 6px 30px;
    font-size: 12px !important;
    border-radius: 5px;
	font-family: 'Barlow-Regular';
}
.mob-hero .swiper-pagination-bullet-active {
    background: #fff !important;
}
/* Home Banner desktop end */

.mobile-banner-head p.elementor-heading-title.elementor-size-default {
    margin-top: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
	color: #000 !important;
/*     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important; */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-family: "NexaRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  }

/* Home Banner */
.home_banner {
  position: relative;
}
.home_banner .item {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 56px);
  margin-top: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  /*.build-to-evolve*/
}
.home_banner .item .container,
.home_banner .item iframe {
  position: relative;
  z-index: 99;
}
.home_banner .item .container {
  width: 80%;
	height: 100%;
}
.home_banner .item .container .slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.home_banner .item.item1 .container .slide-content {
    justify-content: space-between;
}
.home_banner .item > img {
  width: auto;
}
.home_banner .item .slide-content .p1 {
  font-family: "NexaRegular", Sans-serif;
  font-size: 40px;
	font-weight: 600;		
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease 0.3s;
    text-shadow: 0px 0px 2px BLACK;
}
.home_banner .item .slide-content .p1 span.first-child {
  font-family: "NexaRegular", Sans-serif;
}
.home_banner .item iframe {
  width: 100%;
  height: 130%;
  position: relative;
}
.home_banner .item #h5vp_player {
  width: 100%;
}
.home_banner .item.item2:before {
  content: "";
  background: linear-gradient(0deg, #000000a8 0%, rgba(101, 34, 53, 0) 100%);
  width: 100%;
  height: 66%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9;
}
.home_banner .item .build-to-evolve {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3vw;
}
.home_banner .item .build-to-evolve div {
  display: flex;
  align-items: center;
  transition: all 0.8s ease;
}
.home_banner .item .build-to-evolve .bg {
  height: 60px;
  display: block;
}
.home_banner .item .build-to-evolve .text {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "NexaRegular", Sans-serif;
  font-size: 30px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.home_banner .item .build-to-evolve .text:after {
  content: "";
  position: absolute;
}
.home_banner .item .build-to-evolve .build-to {
  opacity: 0;
  transform: translateX(-14%);
}
.home_banner .item .build-to-evolve .build-to .bg {
  width: 32vw;
  background: #f37920;
  background: linear-gradient(90deg, rgba(243, 121, 32, 0) 0%, rgba(243, 121, 32, 0.4) 100%);
}
.home_banner .item .build-to-evolve .build-to .text {
  background: #f37920;
  margin-right: 30px;
}
.home_banner .item .build-to-evolve .build-to .text:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f37920;
  right: -30px;
}
.home_banner .item .build-to-evolve .evolve {
  margin-right: -14vw;
  opacity: 0;
  transform: translateX(14%);
}
.home_banner .item .build-to-evolve .evolve .bg {
  width: 14vw;
  background: #3d3d3d;
  background: linear-gradient(270deg, rgba(61, 61, 61, 0) 0%, rgba(61, 61, 61, 0.3953956583) 100%);
}
.home_banner .item .build-to-evolve .evolve .text {
  background: #3d3d3d;
  margin-left: 30px;
}
.home_banner .item .build-to-evolve .evolve .text:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #3d3d3d;
  left: -30px;
}
@keyframes build-to-show {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes build-to {
  0% {
    transform: translateY(-140%);
    opacity: 0;
  }
  1% {
    transform: translateY(-140%);
    opacity: 1;
  }
  99% {
    transform: translateY(180%);
    opacity: 1;
  }
  100% {
    transform: translateY(-140%);
    opacity: 0;
  }
}
@media only screen and (max-width: 1700px) {
  .home_banner .item .slide-content .p1 {
    font-size: 24px;
  }
  .home_banner .item .build-to-evolve .text {
    width: 110px;
    height: 44px;
    font-size: 20px;
  }
  .home_banner .item .build-to-evolve .bg {
    height: 44px;
  }
  .home_banner .item .build-to-evolve .build-to .text {
    margin-right: 16px;
  }
  .home_banner .item .build-to-evolve .build-to .text:after {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 24px solid #f37920;
    right: -23px;
  }
  .home_banner .item .build-to-evolve .evolve .text:after {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 24px solid #3d3d3d;
    left: -23px;
  }
}
@media only screen and (max-width: 1200px) {
  .home_banner .item {
    //height: calc(87vh - 56px);
    height: calc(81vh - 56px);
  }
  .home_banner .item:before{
  	display: none;
  }
  .home_banner .item .slide-content .p1 {
    font-size: 18px;
  }
  .home_banner .item .build-to-evolve .text {
    width: 80px;
    height: 30px;
    font-size: 14px;
    padding: 4px 0 0;
  }
  .home_banner .item .build-to-evolve .bg {
    height: 30px;
  }
  .home_banner .item .build-to-evolve .build-to .text {
    margin-right: 5px;
  }
  .home_banner .item .build-to-evolve .build-to .text:after {
    border-top: 15.5px solid transparent;
    border-bottom: 15.4px solid transparent;
    border-left: 18px solid #f37920;
    right: -18px;
    top: -0.9px;
  }
  .home_banner .item .build-to-evolve .evolve .text:after {
    border-top: 15.5px solid transparent;
    border-bottom: 15.4px solid transparent;
    border-right: 18px solid #3d3d3d;
    left: -18px;
    top: -0.9px;
  }
  .home_banner .item.item2 {
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 1024px) {
    .home_banner .item {
        position: relative;
    }
    .home_banner .item:after {
        content: 'Shot at HIP Location';
        background: #00000078;
        width: auto;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        color: white;
        padding: 0px 6px;
        font-size: 6px;
        border-radius: 2px;
        height: 16px;
        line-height: 16px;
    }
    .home_banner .item.artist-impression:after {
        content: "Shot at HIP Location";
    }
	
      .home_banner.owl-carousel .owl-nav.disabled + .owl-dots {
        bottom: 10px !important;
      }
}
@media only screen and (max-width: 1023px) {
  .home_banner .item {
    height: calc(47vh - 56px);
  }
}
@media screen and (max-width: 768px) {
  .home_banner .item {
    //height: calc(40vh - 56px);
    margin-top: 50px;
    padding-bottom: 50px !important;
  }
  .home_banner .item.item2 {
    //padding-bottom: 30%;
  }
  .home_banner.owl-carousel .owl-nav.disabled + .owl-dots {
    bottom: 0px !important;
  }
  
  .home_banner .item .slide-content .p1 {
	  font-size: 14px;
	  font-weight: 600; 
	  margin-top: 10px;
	  text-shadow: 0px 0px 1px #1e1e1e;
	}
  .home_banner .item .build-to-evolve .text {
    width: 60px;
    height: 20px;
    font-size: 10px;
    padding: 1px 0 0;
  }
  .home_banner .item .build-to-evolve .bg {
    height: 20px;
  }
  .home_banner .item .build-to-evolve .build-to .text {
    margin-right: -6px;
  }
  .home_banner .item .build-to-evolve .build-to .text:after {
    border-top: 10.5px solid transparent;
    border-bottom: 10.4px solid transparent;
    border-left: 12px solid #f37920;
    right: -12px;
    top: -0.1px;
  }
  .home_banner .item .build-to-evolve .evolve .text:after {
    border-top: 10.5px solid transparent;
    border-bottom: 10.4px solid transparent;
    border-right: 12px solid #3d3d3d;
    left: -12px;
    top: -0.1px;
  }
}
@media only screen and (max-width: 767px) {
  .home_banner .item {
    height: calc(39vh - 56px);
  }
	.shot-at p {
    padding: 2px 25px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
}
}
@media only screen and (max-width: 480px) {
  .home_banner .item {
    height: calc(31vh - 56px);
  }
}
.home_banner .owl-item:not(:first-child) .item {
  padding-bottom: 6%;
}
.home_banner .owl-item.active .item .slide-content .p1 {
  opacity: 1;
  transform: translateY(0px);
}
.home_banner .owl-item.active .build-to-evolve > div {
  animation: build-to-show 0.5s linear forwards;
  animation-delay: 1s;
}
.home_banner.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
.home_banner.owl-carousel .owl-nav.disabled + .owl-dots {
  bottom: 50px;
  z-index: 9999;
}
.home_banner.owl-carousel .owl-dots .owl-dot {
  margin: 0 4px;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
}
.home_banner.owl-carousel .owl-dots .owl-dot span {
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  background: #353535;
  width: 8px;
  height: 8px;
}
.home_banner.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}
.home_banner.owl-carousel .owl-dots .owl-dot:hover {
  margin: 0px 8px -2px;
}
.home_banner.owl-carousel .owl-dots .owl-dot:hover span {
  width: 12px;
  height: 12px;
}

.our-belief-sec {
  background: url("../images/our-belief-bg.png") center right no-repeat #e3e3e3;
}
.our-belief-sec .container {
  padding-right: 10vw;
}
.our-belief-sec .heading-wrp {
  text-align: left;
}
.our-belief-sec .heading-wrp p {
  color: #444042;
}
.our-belief-sec .heading-01 span:last-child {
  color: #353535;
}
.our-belief-sec .quote {
  font-size: 36px;
  color: #434346;
  margin-top: 40px;
}
.our-belief-sec .name {
  margin: 20px 0 50px;
}

.why-partner-sec {
  background: url("../images/home-partner-bg.jpg") center right no-repeat #e3e3e3;
  padding-bottom: 7vw;
}
.why-partner-sec .heading-01 {
  color: #fff;
}
.why-partner-sec .heading-wrp p {
  color: #fff;
}
.cta-box h2 {
    text-shadow: 2px 2px 4px #000000;
}
.cta-box #my-btn2 {
    background: #4D4946;
    color: #fff;
    border: none !important;
}
/* ==============================
   home_partner_slider
   ============================== */
#home_partner_slider .owl-stage {
  display: flex !important;
}
#home_partner_slider .owl-stage-outer {
  padding-left: 2px!important; /* ensures left border shows */
}


#home_partner_slider .owl-item {
/*   display: flex !important; */
  height: auto !important;
}

#home_partner_slider .owl-item > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Card container */
#home_partner_slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 16px;
  border: 1px solid #fff;
  text-align: center;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
}

/* Fixed icon wrapper height so text always starts same */
#home_partner_slider .item .img-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;   /* 🔥 equal height for all icons */
  margin-bottom: 18px;
}

#home_partner_slider .item .img-wrp img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* Title */
#home_partner_slider .item .p1 {
  color: #fff;
  font-size: 20px;
  font-family: "NexaRegular", Sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 6px !important;
}

/* Subtitle */
#home_partner_slider .item .p2 {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.4;
  font-family: "NexaRegular", Sans-serif;
  margin: 0;
}

/* ==============================
   Responsive Tweaks
   ============================== */
@media only screen and (max-width: 1500px) {
  #home_partner_slider .item {
    padding: 30px 16px;
  }
  #home_partner_slider .item .img-wrp {
    height: 120px;   /* smaller reserved space */
  }
  #home_partner_slider .item .img-wrp img {
    width: 120px;
  }
  #home_partner_slider .item .p1 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1200px) {
  #home_partner_slider {
    width: 80%;
    margin: auto;
  }
  #home_partner_slider .item {
    padding: 20px 1px;
  }
  #home_partner_slider .item .img-wrp {
    height: 100px;   /* further reduce space */
  }
  #home_partner_slider .item .img-wrp img {
    width: 100px;
  }
  #home_partner_slider .item .p1 {
    font-size: 16px;
  }
  #home_partner_slider .item .p2 {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #home_partner_slider {
    width: 70%;
  }
  #home_partner_slider .item .img-wrp {
    height: 80px;
  }
  #home_partner_slider .item .img-wrp img {
    width: 80px;
  }
  #home_partner_slider .item .p1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  #home_partner_slider .item {
    width: 99%;
  }
  #home_partner_slider .item .img-wrp {
    height: 70px;
  }
}

/* home_partner_slider end */


#home_business_slider .owl-item {
  padding: 3% 0;
  pointer-events: none;
}
#home_business_slider .item {
  position: relative;
}
#home_business_slider .item > div {
  perspective: 1000px;
}
#home_business_slider .item > div:before {
  content: "";
  background: linear-gradient(0deg, #000 0%, rgba(101, 34, 53, 0) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  transform: rotateY(30deg) scale(1.31);
  z-index: 1;
}
#home_business_slider .item > div img {
  transform: rotateY(30deg) scale(1.31);
}
#home_business_slider .item .p1 {
  color: #fff;
  font-size: 24px;
  font-family: "NexaRegular", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 50% 24px 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  z-index: 2;
}
#home_business_slider.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #f37920;
}
#home_business_slider.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #f37920;
}
#home_business_slider.owl-theme .owl-nav [class*=owl-]:after {
  border: solid #f37920;
  border-width: 0 4px 4px 0;
}
#home_business_slider .shadow {
  width: 100%;
  margin: 4vw auto 0;
}
@media only screen and (max-width: 1500px) {
  #home_business_slider .owl-item {
    padding: 2% 0 2% 0;
  }
  #home_business_slider .item > div:before {
    transform: rotateY(22deg) scale(1.23);
  }
  #home_business_slider .item > div img {
    transform: rotateY(22deg) scale(1.23);
  }
  #home_business_slider .item .p1 {
    font-size: 14px;
    padding: 50% 18px 0px;
  }
}
@media only screen and (max-width: 1200px) {
  #home_business_slider {
    width: 80%;
    margin: auto;
  }
  #home_business_slider .owl-item {
    padding: 2% 0 2% 0;
  }
  #home_business_slider .item .p1 {
    font-size: 14px;
    padding: 50% 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #home_business_slider .item > div:before {
    transform: rotateY(28deg) scale(1.32);
  }
  #home_business_slider .item > div img {
    transform: rotateY(28deg) scale(1.32);
  }
}
@media only screen and (max-width: 767px) {
  #home_business_slider {
    width: 70%;
  }
  #home_business_slider .item > div:before {
    transform: rotateY(28deg) scale(1.13);
  }
  #home_business_slider .item > div img {
    transform: rotateY(28deg) scale(1.13);
  }
}

.home-projects-sec {
  background-color: #f4f4f4;
  padding-bottom: 0;
}

#home_projects_slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home_projects_slider .item .wrp-01 {
  position: relative;
  width: 63%;
}
#home_projects_slider .item .wrp-01:before {
  content: "";
  background: linear-gradient(0deg, #000000a8 0%, rgba(101, 34, 53, 0) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
#home_projects_slider .item .wrp-01 .content-wrp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 0px 5vw 4vw;
}
#home_projects_slider .item .wrp-01 .p1 {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  font-family: "NexaRegular", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 18px 0 6px;
}
#home_projects_slider .item .wrp-01 .p2 {
  color: #fff;
  font-size: 27px;
  font-family: "Barlow-Regular", Sans-serif;
  margin: 10px 0 -5px;
  line-height: normal;
}
#home_projects_slider .item .wrp-01 .p3 {
  color: #fff;
  font-size: 22px;
  font-family: "Barlow-Regular", Sans-serif;
}
#home_projects_slider .item .wrp-01 #contact-submits {
  border-style: none;
  padding: 6px 10px 8px;
  font-size: 15px;
  letter-spacing: 2px !important;
  width: 140px;
  margin: 20px auto;
  display: block;
  margin: 10px 0 0;
  background: transparent;
  color: #F2791F;
  border: 1px solid #F2791F !important;
  text-align: center;
  line-height: normal;
  font-family: "Barlow-Regular", Sans-serif;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
#home_projects_slider .item .wrp-01 #contact-submits:before {
  content: "";
  background-color: #F2791F;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: 9;
}
#home_projects_slider .item .wrp-01 #contact-submits span {
  position: relative;
  z-index: 99;
  transition: all 0.8s ease;
}
#home_projects_slider .item .wrp-01 #contact-submits:hover:before {
  transform: scale(1) translate(-50%, -50%);
}
#home_projects_slider .item .wrp-01 #contact-submits:hover span {
  color: #fff;
}
#home_projects_slider .item .wrp-02-03 {
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home_projects_slider .item .wrp-02-03 > div {
  width: 100%;
}
#home_projects_slider .item .wrp-02 {
  position: relative;
}
#home_projects_slider .item .wrp-02 .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 86px;
  height: 86px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_projects_slider .item .wrp-02 .play-btn:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #c82031;
}
#home_projects_slider.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 3%;
}
#home_projects_slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 3%;
}
@media only screen and (max-width: 1500px) {
  #home_projects_slider .item .wrp-01 .p1 {
    font-size: 22px;
  }
  #home_projects_slider .item .wrp-01 .p2 {
    font-size: 18px;
  }
  #home_projects_slider .item .wrp-01 .p3 {
    font-size: 14px;
  }
  #home_projects_slider .item .wrp-02 .play-btn {
    width: 60px;
    height: 60px;
  }
  #home_projects_slider .item .wrp-02 .play-btn:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #c82031;
  }
}
@media only screen and (max-width: 1024px) {
  #home_projects_slider .item .wrp-01 .content-wrp {
    padding: 0px 30px 30px;
  }
  #home_projects_slider .item .wrp-01 .p1 {
    font-size: 18px;
  }
  #home_projects_slider .item .wrp-01 .p2 {
    font-size: 15px;
  }
  #home_projects_slider .item .wrp-01 .p3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #home_projects_slider .item {
    flex-wrap: wrap;
  }
  #home_projects_slider .item .wrp-01 {
    width: 100%;
  }
  #home_projects_slider .item .wrp-01 #contact-submits {
    padding: 6px 2px;
    font-size: 14px;
    width: 120px;
    margin: 10px 0 0;
  }
  #home_projects_slider .item .wrp-02-03 {
    width: 100%;
    flex-direction: row;
  }
  #home_projects_slider .item .wrp-02-03 > div {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #home_projects_slider .item .wrp-01:before {
    height: 100%;
  }
  #home_projects_slider .item .wrp-02-03 {
    flex-direction: column;
  }
  #home_projects_slider .item .wrp-02-03 > div {
    width: 100%;
  }
}

.sustainability-sec .img-wrp {
  background: url("../images/home-sustainability.jpg") center center no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 66vh;
}
.sustainability-sec .content-wrp {
  padding: 1.6vw 0 1.6vw;
}
.sustainability-sec .content-wrp .p1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-sec .content-wrp .p1 span:first-child {
  font-size: 14.4vw;
  color: #f37920;
  font-family: "Nexa";
  line-height: normal;
}
.sustainability-sec .content-wrp .p1 span:last-child {
  font-size: 2.1vw;
  color: #353535;
  font-family: "Barlow-Regular", Sans-serif;
  line-height: normal;
  margin-left: 20px;
}
.sustainability-sec .content-wrp .p2 {
  font-size: 24px;
  color: #353535;
  font-family: "NexaRegular", Sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0 0 70px;
}
.sustainability-sec .content-wrp .p2:before {
  content: "";
  background-color: #353535;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sustainability-sec .content-wrp .p2 span {
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
.sustainability-sec .content-wrp .wrp-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sustainability-sec .content-wrp .wrp-01 p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-sec .content-wrp .wrp-01 p b {
  font-size: 4vw;
  line-height: normal;
  color: #353535;
  font-family: "NexaRegular", Sans-serif;
  margin: 6px 20px 0 0;
}
.sustainability-sec .content-wrp .wrp-01 p span {
  font-size: 2vw;
  line-height: 2vw;
  color: #353535;
  font-family: "Barlow-Regular", Sans-serif;
}

/* Home Banner */
.bottom-banner-sec {
  position: relative;
  padding: 0;
}
.bottom-banner-sec .bottom-banner-tab {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-banner-sec .bottom-banner-tab .tab {
  margin: 0 10px;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  background: transparent;
  width: auto;
  height: auto;
  font-size: 30px;
  color: #fff;
  font-family: "NexaRegular", Sans-serif;
  padding: 10px 20px;
  position: relative;
}
.bottom-banner-sec .bottom-banner-tab .tab:before {
  content: "";
  background-color: #f37920;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0) translateY(-50%);
}
.bottom-banner-sec .bottom-banner-tab .tab:after {
  content: "";
  background-color: #ffffff26;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0) translateY(-50%);
}
.bottom-banner-sec .bottom-banner-tab .tab.active {
  color: #f37920;
}
.bottom-banner-sec .bottom-banner-tab .tab.active:before, .bottom-banner-sec .bottom-banner-tab .tab.active:after {
  transform: scale(1) translateY(-50%);
}
@media only screen and (max-width: 1500px) {
  .bottom-banner-sec .bottom-banner-tab .tab {
    margin: 0 0px;
    font-size: 14px;
    padding: 8px 12px;
    position: relative;
  }
  .bottom-banner-sec .bottom-banner-tab .tab:before {
    width: 5px;
    height: 5px;
  }
  .bottom-banner-sec .bottom-banner-tab .tab:after {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-banner-sec .bottom-banner-tab .tab {
    font-size: 12px;
    padding: 8px;
  }
}

.home_bottom_banner .item {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 110px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.home_bottom_banner .item > img {
  width: auto;
}
.home_bottom_banner .item:before {
  content: "";
  background: linear-gradient(0deg, #000000d4 0%, rgba(101, 34, 53, 0) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.home_bottom_banner .item p {
  font-size: 30px;
  color: #fff;
  position: relative;
  text-align: left;
  margin: 0 auto 5% 6%;
  text-transform: uppercase;
}
.home_bottom_banner iframe {
  width: 100%;
  height: 100%;
}
.home_bottom_banner.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 3%;
}
.home_bottom_banner.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 3%;
}
.home_bottom_banner.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
.home_bottom_banner.owl-carousel .owl-nav + .owl-dots {
  bottom: 0px;
}
.home_bottom_banner.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
}
.home_bottom_banner.owl-carousel .owl-dots .owl-dot {
  margin: 0 10px;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
}
.home_bottom_banner.owl-carousel .owl-dots .owl-dot span {
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  background: transparent;
  width: auto;
  height: auto;
  font-size: 30px;
  color: #fff;
  font-family: "NexaRegular", Sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
}
.home_bottom_banner.owl-carousel .owl-dots .owl-dot span:before {
  content: "";
  background-color: #f37920;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -14%;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0);
}
.home_bottom_banner.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  background-color: #ffffff26;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -26%;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0);
}
.home_bottom_banner.owl-carousel .owl-dots .owl-dot.active span {
  color: #f37920;
}
.home_bottom_banner.owl-carousel .owl-dots .owl-dot.active span:before, .home_bottom_banner.owl-carousel .owl-dots .owl-dot.active span:after {
  transform: scale(1);
}
.home_bottom_banner.owl-carousel .owl-dots .owl-dot:hover {
  margin: 0px 8px -2px;
}
@media only screen and (max-width: 1500px) {
  .home_bottom_banner .item p {
    font-size: 22px;
  }
  .home_bottom_banner.owl-carousel .owl-dots .owl-dot span {
    font-size: 20px;
    padding: 8px 18px;
    position: relative;
  }
  .home_bottom_banner.owl-carousel .owl-dots .owl-dot span:before {
    width: 5px;
    height: 5px;
    top: -18%;
  }
  .home_bottom_banner.owl-carousel .owl-dots .owl-dot span:after {
    width: 18px;
    height: 18px;
    top: -32%;
  }
}
@media only screen and (max-width: 1024px) {
  .home_bottom_banner.owl-carousel .owl-dots .owl-dot {
    margin: 0 0px;
  }
  .home_bottom_banner.owl-carousel .owl-dots .owl-dot span {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .home_bottom_banner .item {
    /*height: 400px;*/
    height: 225px;
  }
  .home_bottom_banner .item:before {
	height: 50%;
  }
  .home_bottom_banner .item p {
    font-size: 15px;
    margin: 0 auto 14% 6%;
  }
  .home_bottom_banner.owl-carousel .owl-dots .owl-dot {
    display: none;
  }
  .home_bottom_banner.owl-carousel .owl-dots .owl-dot.active {
    display: block;
  }
}
@media only screen and (device-width: 344px) {
  .home_bottom_banner .item {
    height: 205px;
  }
}

/* Project features */
.project_features_banner .item {
  background-size: cover;
  background-position: center;
  height: calc(90vh - 110px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 8vw;
  position: relative;
}
.project_features_banner .item > img {
  width: auto;
}
.project_features_banner .item:before {
  content: "";
  background: linear-gradient(0deg, #000000e3 0%, rgba(101, 34, 53, 0) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.project_features_banner.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 3%;
}
.project_features_banner.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 3%;
}
.project_features_banner.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
.project_features_banner.owl-carousel .owl-nav + .owl-dots {
  bottom: 0px;
}
.project_features_banner.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.project_features_banner.owl-carousel .owl-dots .owl-dot {
  margin: 0;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  width: 25%;
}
.project_features_banner.owl-carousel .owl-dots .owl-dot span {
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  background: #3c3c3c;
  width: auto;
  height: 100%;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-family: "NexaRegular", Sans-serif;
  padding: 16px 20px 10px;
  position: relative;
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project_features_banner.owl-carousel .owl-dots .owl-dot span:before {
  content: "";
  background-color: #f37920;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0) translateY(-50%);
  display: none;
}
.project_features_banner.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  background-color: #ffffff26;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0) translateY(-50%);
  display: none;
}
.project_features_banner.owl-carousel .owl-dots .owl-dot.active span {
  background: #F2791F;
  color: #fff;
}
.project_features_banner.owl-carousel .owl-dots .owl-dot.active span:before, .project_features_banner.owl-carousel .owl-dots .owl-dot.active span:after {
  transform: scale(1) translateY(-50%);
}
.project_features_banner.owl-carousel .owl-dots .owl-dot:hover {
  margin: 0px;
}
@media only screen and (max-width: 1500px) {
  .project_features_banner.owl-carousel .owl-dots .owl-dot span {
    position: relative;
  }
  .project_features_banner.owl-carousel .owl-dots .owl-dot span:before {
    width: 5px;
    height: 5px;
  }
  .project_features_banner.owl-carousel .owl-dots .owl-dot span:after {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .project_features_banner.owl-carousel .owl-dots .owl-dot {
    margin: 0 0px;
  }
  .project_features_banner.owl-carousel .owl-dots .owl-dot span {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .project_features_banner .item {
    height: 600px;
  }
  .project_features_banner.owl-carousel .owl-dots .owl-dot {
    display: none;
    width: 100%;
  }
  .project_features_banner.owl-carousel .owl-dots .owl-dot.active {
    display: block;
  }
}

.project-features-tab,
.project-accessibility-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  position: relative;
  z-index: 9;
	
	
	box-shadow: 0px 4px 10px 0px #00000066;
	display: inline-flex;
	margin: 0 auto;
	position: relative;
	left: 50%;
	transform: translate(-50%, 50%);
}

.project-features-tab .tab,
.project-accessibility-tab .tab {
  background: #3c3c3c;
  color: #fff;
  padding: 6px 20px 6px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.project-features-tab .tab:hover,
.project-accessibility-tab .tab:hover {
  color: #F2791F;
}
.project-features-tab .tab.active:hover,
.project-accessibility-tab .tab.active:hover {
  color: #3c3c3c;
}
.project-features-tab .tab:first-child,
.project-accessibility-tab .tab:first-child{
    border-top-left-radius: 1.5px;
    border-bottom-left-radius: 2px;
}
.project-features-tab .tab:first-child:before,
.project-accessibility-tab .tab:first-child:before {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #3c3c3c;
  position: absolute;
  left: -17px;
  top: 0;
}
.project-features-tab .tab:last-child,
.project-accessibility-tab .tab:last-child{
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 2px;
}
.project-features-tab .tab:last-child:before,
.project-accessibility-tab .tab:last-child:before {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #3c3c3c;
  position: absolute;
  right: -17px;
  top: 0;
}
.project-features-tab .tab.active,
.project-accessibility-tab .tab.active {
  background: #F2791F;
}
.project-features-tab .tab.active:first-child:before,
.project-accessibility-tab .tab.active:first-child:before {
  border-right: 18px solid #F2791F;
}
.project-features-tab .tab.active:last-child:before,
.project-accessibility-tab .tab.active:last-child:before {
  border-left: 18px solid #F2791F;
}
.project-features-tab .tab.active:after,
.project-accessibility-tab .tab.active:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #F2791F;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .project-accessibility-tab {
    transform: translateY(0%);
    left: auto;
  }
  .project-features-tab .tab,
.project-accessibility-tab .tab {
    padding: 2px 10px 2px;
    font-size: 12px;
  }
  .project-features-tab .tab:first-child:before,
.project-accessibility-tab .tab:first-child:before {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #3c3c3c;
    position: absolute;
    left: -12px;
    top: 0;
  }
  .project-features-tab .tab:last-child:before,
.project-accessibility-tab .tab:last-child:before {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #3c3c3c;
    position: absolute;
    right: -12px;
    top: 0;
  }
  .project-features-tab .tab.active,
.project-accessibility-tab .tab.active {
    background: #fff;
    color: #f37920;
  }
  .project-features-tab .tab.active:first-child:before,
.project-accessibility-tab .tab.active:first-child:before {
    border-right: 12px solid #fff;
  }
  .project-features-tab .tab.active:last-child:before,
.project-accessibility-tab .tab.active:last-child:before {
    border-left: 12px solid #fff;
  }
  .project-features-tab .tab.active:after,
.project-accessibility-tab .tab.active:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .project-features-tab,
.project-accessibility-tab {
    overflow: hidden;
  }
  .project-features-tab .tab,
.project-accessibility-tab .tab {
	/*padding: 2px 10px 2px; */
    font-size: 10px;
    text-align: center;
    padding: 10px;
    line-height: normal;

  }
  .project-features-tab .tab:first-child:before,
.project-accessibility-tab .tab:first-child:before {
    content: "";
  }
  .project-features-tab .tab:last-child:before,
.project-accessibility-tab .tab:last-child:before {
    content: "";
  }
}

.project-features-tab-01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-features-tab-01 a {
  background: transparent;
  color: #3c3c3c;
  padding: 7px 30px;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #3c3c3c;
}
.project-features-tab-01 a.active {
  background: #3c3c3c;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .project-features-tab-01 a {
    padding: 7px 20px;
    font-size: 14px;
  }
}

.footer-section {
  padding: 0vw 0 10vw 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.footer-section .end-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}
.footer-section .end-content a {
  font-size: 24px;
  color: #696969;
}
.footer-section .end-content span {
  padding: 0 20px 1px;
  color: #696969;
}
.footer-section .end-content .follow-us {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-section .end-content .follow-us p {
  font-size: 40px;
  color: #696969;
}
.footer-section .end-content .follow-us a {
  margin: 20px 0 0 40px;
}
.footer-section .copyright-section .column p {
  font-size: 24px;
}
@media only screen and (max-width: 100px) {
  .footer-section .end-content a {
    font-size: 20px;
  }
  .footer-section .end-content .follow-us p {
    font-size: 30px;
  }
  .footer-section .copyright-section .column p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1700px) {
  .footer-section {
    padding: 0vw auto 6vw;
  }
  .footer-section .end-content a {
    font-size: 12px;
  }
  .footer-section .end-content span {
    padding: 0 10px 0;
    font-size: 12px;
  }
  .footer-section .end-content .social-icon-end {
    font-size: 22px;
  }
  .footer-section .end-content .follow-us p {
    font-size: 20px;
  }
  .footer-section .end-content .follow-us a {
    margin: 10px 0 0 20px;
    width: 24px;
  }
  .footer-section .copyright-section .column p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-section .end-content a {
    font-size: 12px;
  }
  .footer-section .end-content .social-icon-end {
    font-size: 20px;
  }
  .footer-section .copyright-section .column p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-section .end-content {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-section .end-content a {
    font-size: 8px;
  }
  .footer-section .end-content span {
    padding: 10px 10px 13px 0;
    font-size: 12px;
  }
  .footer-section .end-content .social-icon-end {
    margin: 20px 0;
  }
  .footer-section .copyright-section .column {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-section .copyright-section .column p {
    font-size: 8px;
  }
}

.project_accessibility_banner .item {
    padding-bottom: 40px;
}
.project_accessibility_banner iframe {
  width: 100%;
  height: 80vh;
}
.project_accessibility_banner.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 3%;
}
.project_accessibility_banner.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 3%;
}
.industrial_clusters .owl-carousel .owl-item img.desktop-img{
	display: block;
}
.industrial_clusters .owl-carousel .owl-item img.mobile-img{
	display: none;
}
@media only screen and (max-width: 1023px){
	.industrial_clusters .owl-carousel .owl-item img.desktop-img{
		display: none;
	}
	.industrial_clusters .owl-carousel .owl-item img.mobile-img{
		display: block;
	}
}
@media only screen and (max-width: 767px){
	.project_accessibility_banner iframe {
	  height: 50vh;
	}
}

#project_highlights_slider {
  width: 100%;
  margin: auto;
}
#project_highlights_slider .owl-stage {
  display: flex;
}
#project_highlights_slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 10px 30px;
  background-color: #fff;
  text-align: center;
  height: 100%;
}
#project_highlights_slider .item .img-wrp {
  margin-bottom: 30px;
}
#project_highlights_slider .item .img-wrp img {
  width: auto;
}
#project_highlights_slider .item .p1 {
  font-size: 20px;
  line-height: normal;
  font-family: "Barlow-Regular", Sans-serif;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 16px;
  color: #4a4a4a;
}
#project_highlights_slider .item .p1:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 55%;
  height: 2px;
  background: #f37920;
}
@media only screen and (max-width: 1500px) {
  #project_highlights_slider .item {
    padding: 20px 20px 10px;
  }
  #project_highlights_slider .item .img-wrp img {
    width: 100px;
  }
  #project_highlights_slider .item .p1 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #project_highlights_slider {
    width: 65%;
    margin: auto;
  }
}

.awards-sec {
  padding-bottom: 7vw;
}

#awards_slider {
  width: 100%;
  margin: auto;
}
#awards_slider .owl-stage {
  display: flex;
}
#awards_slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  text-align: center;
  height: 100%;
}
#awards_slider .item .img-wrp {
  margin-bottom: 30px;
}
#awards_slider .item .img-wrp img {
  width: auto;
}
#awards_slider .item .p1 {
  font-size: 20px;
  font-family: "Barlow-Regular", Sans-serif;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 16px;
  color: #4a4a4a;
}
#awards_slider .item .p2 {
  font-size: 26px;
  font-family: "NexaRegular", Sans-serif;
  position: relative;
  color: #f37920;
}
@media only screen and (max-width: 1500px) {
  #awards_slider .item .img-wrp {
    margin-bottom: 10px;
  }
  #awards_slider .item .p1 {
    font-size: 12px;
  }
  #awards_slider .item .p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #awards_slider {
    width: 65%;
    margin: auto;
  }
}

.case-studies-sec {
  padding-bottom: 7vw;
}

#case_studies_slider {
  width: 100%;
  margin: auto;
}
#case_studies_slider .owl-stage {
  display: flex;
}
#case_studies_slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  text-align: center;
  height: 100%;
}
#case_studies_slider .item .content-wrp {
  padding: 20px 30px;
  background-color: #f37920;
  width: 100%;
  text-align: left;
}
#case_studies_slider .item .p1 {
  font-size: 20px;
  font-family: "Barlow-Regular", Sans-serif;
  position: relative;
  color: #fff;
  margin: 14px 0 20px;
}
#case_studies_slider .item .p2 {
  font-size: 26px;
  font-family: "NexaRegular", Sans-serif;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  #case_studies_slider .item .p1 {
    font-size: 12px;
  }
  #case_studies_slider .item .p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #case_studies_slider {
    margin: auto;
  }
}

.testimonials-sec {
  padding-bottom: 7vw;
}

#testimonials_slider {
  width: 100%;
  margin: auto;
}
#testimonials_slider .owl-stage {
  display: flex;
}
#testimonials_slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  text-align: center;
  height: 100%;
}
#testimonials_slider .item .content-wrp {
  padding: 20px 30px;
  width: 100%;
  text-align: center;
}
#testimonials_slider .item .p1 {
  font-size: 20px;
  font-family: "Barlow-Regular", Sans-serif;
  position: relative;
  color: #000;
  margin: 18px 0 0px;
  font-weight: 600;
}
#testimonials_slider .item .p2 {
  font-size: 30px;
  font-family: "NexaRegular", Sans-serif;
  position: relative;
  color: #f37920;
  line-height: normal;
}
#testimonials_slider .item .p3 {
  font-size: 12px;
  font-family: "NexaRegular", Sans-serif;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  #testimonials_slider .item .p1 {
    font-size: 14px;
  }
  #testimonials_slider .item .p2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #testimonials_slider {
    margin: auto;
  }
  #testimonials_slider .item .p2 {
    font-size: 18px;
  }
}

/* Other Verticals */
#other_verticals_slider {
    margin-bottom: 44px;
}
#other_verticals_slider .item {
  background-image: none !important;
  background-size: cover;
  background-position: center;
/*   height: calc(90vh - 110px); */
  display: flex;
/*   align-items: flex-end; */
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#other_verticals_slider .item > img {
/*   width: auto; */
}
#other_verticals_slider .item:before {
/*   content: ""; */
  background: linear-gradient(0deg, #000000e3 0%, rgba(101, 34, 53, 0) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
#other_verticals_slider .item p {
  color: #111;
  z-index: 1;
  font-size: 14px;
  line-height: normal;
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: 500px;
  width: 100%;
  padding: 20px;
/*   background: #3c3c3cd1; */
}
#other_verticals_slider.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 3%;
}
#other_verticals_slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 3%;
}
#other_verticals_slider.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
#other_verticals_slider.owl-carousel .owl-nav + .owl-dots {
  bottom: -44px;
}
@media only screen and (max-width: 768px) {
	#other_verticals_slider {
/* 		margin-bottom: 0px; */
		margin-bottom: 20px;
	}
  #other_verticals_slider .item {
       height: 500px;
/*     height: 347px; */
    padding-bottom: 200px;
  }
  #other_verticals_slider .item p {
	color: #fff;  
    background: #3c3c3c;
    max-width: none;
    right: 0;
    top: inherit;
    bottom: 0px;
    z-index: 9;
    font-size: 12px;
    height: 200px;
  }
  #other_verticals_slider.owl-theme .owl-nav [class*=owl-] {
    right: 3%;
    top: 20%;
  }
	#other_verticals_slider.owl-carousel .owl-nav + .owl-dots {
/* 	  bottom: 0px; */
	  bottom: -30px;
	}
}

/* Project features */
.variable_solution_banner .item {
  background-size: cover;
  background-position: center;
  height: 70vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 8vw;
  position: relative;
}
.variable_solution_banner .item > img {
  width: auto;
}
.variable_solution_banner .item:before {
  content: "";
  background: linear-gradient(0deg, #000000e3 0%, rgba(101, 34, 53, 0) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.variable_solution_banner.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 3%;
}
.variable_solution_banner.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 3%;
}
.variable_solution_banner.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
.variable_solution_banner.owl-carousel .owl-nav + .owl-dots {
  bottom: 0px;
}
.variable_solution_banner.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
}
.variable_solution_banner.owl-carousel .owl-dots .owl-dot {
  margin: 0;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  width: 25%;
}
.variable_solution_banner.owl-carousel .owl-dots .owl-dot span {
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  background: transparent;
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  font-family: "NexaRegular", Sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
}
.variable_solution_banner.owl-carousel .owl-dots .owl-dot span:before {
  content: "";
  background-color: #f37920;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0);
}
.variable_solution_banner.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  background-color: #ffffff26;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  margin: auto;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  transform: scale(0);
}
.variable_solution_banner.owl-carousel .owl-dots .owl-dot.active span {
  color: #bd560b;
}
.variable_solution_banner.owl-carousel .owl-dots .owl-dot.active span:before, .variable_solution_banner.owl-carousel .owl-dots .owl-dot.active span:after {
  transform: scale(1);
}
.variable_solution_banner.owl-carousel .owl-dots .owl-dot:hover {
  margin: 0px;
}
@media only screen and (max-width: 1500px) {
  .variable_solution_banner.owl-carousel .owl-dots .owl-dot span {
    font-size: 16px;
    padding: 8px 18px;
    position: relative;
  }
  .variable_solution_banner.owl-carousel .owl-dots .owl-dot span:before {
    width: 5px;
    height: 5px;
    top: -8px;
  }
  .variable_solution_banner.owl-carousel .owl-dots .owl-dot span:after {
    width: 18px;
    height: 18px;
    top: -14px;
  }
}
@media only screen and (max-width: 1024px) {
  .variable_solution_banner.owl-carousel .owl-dots .owl-dot {
    margin: 0 0px;
  }
  .variable_solution_banner.owl-carousel .owl-dots .owl-dot span {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .variable_solution_banner .item {
    height: 400px;
  }
  .variable_solution_banner.owl-carousel .owl-dots .owl-dot {
    display: none;
    width: 100%;
  }
  .variable_solution_banner.owl-carousel .owl-dots .owl-dot.active {
    display: block;
  }
}

.variable-solution-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  position: relative;
  z-index: 9;
}
.variable-solution-tab .tab {
  background: #3c3c3c;
  color: #fff;
  padding: 4px 20px 4px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.variable-solution-tab .tab:first-child{
    border-top-left-radius: 1.5px;
    border-bottom-left-radius: 2px;
}
.variable-solution-tab .tab:first-child:before {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 18px solid #3c3c3c;
  position: absolute;
  left: -17px;
  top: 0;
}
.variable-solution-tab .tab:last-child{
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 2px;
}
.variable-solution-tab .tab:last-child:before {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #3c3c3c;
  position: absolute;
  right: -17px;
  top: 0;
}
.variable-solution-tab .tab.active {
  background: #fff;
  color: #f37920;
}
.variable-solution-tab .tab.active:first-child:before {
  border-right: 18px solid #fff;
}
.variable-solution-tab .tab.active:last-child:before {
  border-left: 18px solid #fff;
}
.variable-solution-tab .tab.active:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .variable-solution-tab .tab {
    padding: 2px 10px 2px;
    font-size: 12px;
  }
  .variable-solution-tab .tab:first-child:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 12px solid #3c3c3c;
    position: absolute;
    left: -11px;
    top: 0;
  }
  .variable-solution-tab .tab:last-child:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 12px solid #3c3c3c;
    position: absolute;
    right: -11px;
    top: 0;
  }
  .variable-solution-tab .tab.active {
    background: #fff;
    color: #f37920;
  }
  .variable-solution-tab .tab.active:first-child:before {
    border-right: 12px solid #fff;
  }
  .variable-solution-tab .tab.active:last-child:before {
    border-left: 12px solid #fff;
  }
  .variable-solution-tab .tab.active:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
  }
}

.variable-solution-tab-01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.variable-solution-tab-01 a {
  background: transparent;
  color: #3c3c3c;
  padding: 7px 30px;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #3c3c3c;
}
.variable-solution-tab-01 a.active {
  background: #3c3c3c;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .variable-solution-tab-01 a {
    padding: 7px 20px;
    font-size: 14px;
  }
}

.variable-solution-icons-wrp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  z-index: 1;
  background: #dfdfdf;
  transform: translateY(50%);
}

.variable-solution-icons-wrp > div {
  width: 25%;
  padding: 30px 20px 20px;
}

.variable-solution-icons-wrp p {
  font-size: 14px;
  line-height: normal;
  color: #3c3c3c;
  font-family: "NexaRegular", Sans-serif;
  padding: 0;
  position: relative;
  margin: 10px 0 0;
}

.variable-solution-p {
  font-family: "NexaRegular", Sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -160px;
  font-size: 18px;
  line-height: normal;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .variable-solution-p {
    bottom: -180px;
    font-size: 14px;
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .variable-solution-icons-wrp > div {
    padding: 10px 10px 10px;
  }
  .variable-solution-icons-wrp img {
    width: 60px;
  }
  .variable-solution-icons-wrp p {
    font-size: 10px;
    margin: 4px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .variable-solution-icons-wrp > div {
    width: 50%;
  }
}
.project_usp_slider .content-wrp {
  background-color: #F2791F;
  padding: 40px 30px;
  text-align: center;
  width: 80%;
  margin: 80px auto 0;
  position: relative;
}
.project_usp_slider .content-wrp:before {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #f2791f;
  position: absolute;
  top: -17px;
}
.project_usp_slider .content-wrp .p1 {
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-family: "NexaRegular", Sans-serif;
  text-transform: uppercase;
  margin: 0px 0 20px;
  font-weight: 600;
}
.project_usp_slider .content-wrp .p2 {
  font-size: 14px;
  line-height: normal;
  color: #fff;
  font-family: "NexaRegular", Sans-serif;
}
.project_usp_slider .item1 .content-wrp:before {
  left: 31.5%;
}
.project_usp_slider .item2 .content-wrp:before {
  left: 48%;
}
.project_usp_slider .item3 .content-wrp:before {
  left: 65%;
}
.project_usp_slider.owl-carousel.owl-loaded {
  display: flex;
  flex-direction: column-reverse;
}
.project_usp_slider.owl-theme .owl-nav {
  display: none !important;
}
.project_usp_slider.owl-carousel .owl-dots {
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 80%;
}
.project_usp_slider.owl-carousel .owl-dots .owl-dot {
  margin: 0;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  width: 16.7%;
}
.project_usp_slider.owl-carousel .owl-dots .owl-dot span {
  font-size: 16px;
  line-height: normal;
  color: #3c3c3c;
  font-family: "NexaRegular", Sans-serif;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  margin: 10px 0 0;
  text-align: center;
  background: transparent;
  width: auto;
}
.project_usp_slider.owl-carousel .owl-dots .owl-dot.active span {
  color: #F2791F;
}
@media only screen and (max-width: 1024px) {
  .project_usp_slider .content-wrp {
    width: 90%;
    margin: 50px auto 0;
  }
  .project_usp_slider.owl-carousel .owl-dots {
    width: 90%;
  }
  .project_usp_slider.owl-carousel .owl-dots .owl-dot span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .project_usp_slider .content-wrp {
    padding: 20px 10px;
    margin: 60px auto 0;
  }
  .project_usp_slider .content-wrp:before {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #f2791f;
    position: relative;
    top: -13px;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .project_usp_slider .content-wrp .p1 {
    font-size: 16px;
    margin: 0px 0 10px;
  }
  .project_usp_slider .content-wrp .p2 {
    font-size: 12px;
  }
  .project_usp_slider.owl-carousel .owl-dots .owl-dot {
    display: none;
    width: 100%;
  }
  .project_usp_slider.owl-carousel .owl-dots .owl-dot.active {
    display: block;
  }
  .project_usp_slider.owl-theme .owl-nav {
    display: block !important;
  }
  .project_usp_slider.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0%;
    top: 20%;
  }
  .project_usp_slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0%;
    top: 20%;
  }
}



.project_features_banner.dot-hide .owl-dots{
	display: none !important;
}
.project_features_banner.dot-hide .item:before{
	display: none;
}

/*# sourceMappingURL=main.css.map */
