/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */
@media (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../font/BebasNeue.woff2') format('woff2'),
    url('../font/BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Bebas Neue';
    src: url('../font/BebasNeuePro-Regular.woff2') format('woff2'),
    url('../font/BebasNeuePro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../font/BebasNeuePro-SemiExpBold.woff2') format('woff2'),
    url('../font/BebasNeuePro-SemiExpBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../font/BebasNeuePro-Bold.woff2') format('woff2'),
    url('../font/BebasNeuePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    display: swap;
} */


@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  display: swap;
  src: url('../font/helveticaNeueThin.otf') format('opentype');
} 

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: url('../font/helveticaNeueRoman.otf') format('opentype');
} 

/* @font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
} */
.theme-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  white-space: nowrap;
  z-index: 0;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 25px;
  font-weight: 600;
  overflow: hidden;
  color: #000;
  background: #11787f;
}
@media (max-width: 1400px) {
  .theme-btn {
    padding: 14px 36px;
  }
}
/* .theme-btn::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  bottom: -3px;
  right: 3px;
  width: 5px;
  height: 24px;
  transition: 0.5s ease-in-out;
} */
.theme-btn:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 105%;
  width: 1050%;
  content: "";
  background-color: #ffffff;
  transform: scale(1, 0);
  transform-origin: bottom left;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.theme-btn:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.theme-btn:hover:before {
  transform-origin: top right;
  transform: scale(1, 1);
}
.theme-btn:hover::after {
  background-color: #ffffff;
}

.theme-btn.hvr-light:hover {
  color: #ffffff;
}
.theme-btn.hvr-light:before {
  background-color: #000;
}

a.theme-btn.hvr-light.two {
  background-color: #11787f;
  border: 1px solid #11787f;
  color: #fff;
  position: relative;
  top: 5px;
  /* margin-left: 15px; */
}

a.theme-btn.hvr-light.two:after {
  background-color: #fff;
}
a.theme-btn.hvr-light.two:before {
  background-color: #000;
}
a.theme-btn.hvr-light.two:hover {
  border-color: #000;
  color: #fff;
}

button.theme-btn.hvr-light {
  border: 0 !important;
  color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  background-color: #ffffff;
  width: 40px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px !important;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0;
  background-color: #11787f;
  width: 100px;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
}

.swiper.flip-img {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 50px;
}
.swiper.flip-img .swiper-pagination .swiper-pagination-bullet {
  background-color: #444444;
}
.swiper.flip-img .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #11787f;
}
.swiper.flip-img .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 45%;
  height: auto;
}
.swiper.flip-img .swiper-slide img {
  display: block;
  width: 100%;
}

.hover-img-two {
  position: relative;
  transition: all 300ms ease;
}
.hover-img-two:hover .imgg img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.hover-img-two:hover .imgg img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.hover-img-two .imgg {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.hover-img-two .imgg img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.hover-img-two .imgg img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
header {
  position: relative;
  width: 100%;
  z-index: 211;
}
/* @media (max-width: 1400px) {
  header .logo img {
    width: 140px;
  }
} */
header::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 27%;
  height: 168px;
  z-index: 1;
}
@media (max-width: 1400px) {
  header::before {
    width: 24%;
    height: 160px;
  }
}
@media (max-width: 1200px) {
  header::before {
    width: 25%;
    height: 110px;
  }
}
@media (max-width: 992px) {
  header::before {
    width: 35%;
    height: 110%;
  }
}
@media (max-width: 556px) {
  header::before {
    width: 40%;
  }
}
@media (max-width: 480px) {
  header::before {
    width: 46%;
  }
}
header .content-header {
  display: flex;
  align-items: center;
  z-index: 1;
}
header .content-header a {
  padding-left: 6px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  header .content-header a {
    font-size: 14px;
  }
}
header .content-header a:hover {
  color: #11787f;
}

.header-bottom-bar {
  background-color: #ffffff;
}

/* 02. navbar */

.two-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}

.logo {
  z-index: 1;
}
.logo img{
  max-height: 34px;
}

.bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px 0;
}

header.two {
  position: absolute;
}
header.two .header-bottom-bar {
  background-color: transparent;
}
header.two .bottom-bar {
  background-color: transparent;
  padding-top: 10px;
}
header.two::before {
  display: none;
}
/* header.two .content-header a {
  color: #ffffff;
} */
header.two .content-header a:hover {
  color: #11787f;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  left: 0;
  height: 100%;
  background-color: #000;
}
.widget-title {
  position: relative;
  z-index: 111;
}
.widget-title h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.get-in-touch {
  position: relative;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
.get-in-touch div:first-child{
  background-color: #11787f;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
}
.get-in-touch i{
  position: relative;
  top: 6px;
}
.get-in-touch img{
  width: 25px;
}
.get-in-touch span {
  font-weight: 700;
  color: #dcdcdc;
  padding-bottom: 6px;
  display: block;
  font-size: 16px;
  /* width: 67%; */
}
/* @media (max-width: 1400px) {
  .get-in-touch span {
    width: 90%;
  }
} */
.get-in-touch span a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  transition: 0.5s ease-in-out;
  padding-bottom: 4px;
  color: #000;
  transition: 0.5s ease-in-out;
}
footer .f-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  /* margin-top: 40px; */
  padding: 15px 0;
}
@media (max-width: 992px) {
  footer .f-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
footer .f-bottom p {
  color: #ffffff;
}

footer.three::before {
  opacity: 0.9;
}
/* @media (max-width: 992px) {
  footer.three .f-bottom {
    margin-top: 40px;
  }
} */
.footer-social-media{
  margin-top: 25px;
}
.footer-social-media span {
  color: #ffffff;
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.footer-social-media span i {
  width: 25px;
  height: 25px;
  background-color: #11787f;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 50%; */
  margin-right: 15px;
  color: #fff;
}

body,
html {
  font-family: "Helvetica Neue";
  overflow-x: hidden;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

.row hr {
  margin-top: -65px;
}

figure {
  margin-bottom: 0;
}

input,
textarea {
  width: 100%;
  height: 52px;
  border: 0;
  outline: none;
  padding-left: 20px;
}

input:focus,
textarea:focus {
  border-color: #11787f !important;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  padding: 20px;
}

h1 {
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

h2 {
  font-size: 45px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 556px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
}

h1,
h2,
h3,
h5 {
  color: #000;
  margin: 0;
  font-family: "Bebas Neue", serif;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  display: block;
}

figure {
  overflow: hidden;
}

.gap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.heading {
  text-align: center;
  width: 59%;
  margin: auto;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
  .heading {
    padding-bottom: 40px;
    width: 65%;
  }
}
@media (max-width: 992px) {
  .heading {
    width: 100%;
    padding-bottom: 30px;
  }
}
.heading > span {
  display: block;
  color: #444444;
  padding-top: 20px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 1400px) {
  .heading > span {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.heading h2 {
  font-weight: 600;
  letter-spacing: 1.5px;
}

.heading.two {
  width: 100%;
  text-align: left;
}
.heading.two p {
  padding-top: 20px;
  text-align: justify;
}
.heading.two > span {
  padding-top: 0;
}
.heading.two > span.st2 {
  position: relative;
  padding-top: 0;
  display: inline-block;
}
.heading.two > span.st2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 76px;
  height: 1px;
  background-color: #444444;
  right: -86px;
  left: auto;
  top: 11px;
}
.heading.two span {
  color: #000;
  /* background-image: linear-gradient(to right, #11787f, #11787f 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%; */
  display: flex;
  position: relative;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  transition: all 0.3s ease-in-out;
}
/* .heading.two span i {
  padding-left: 16px;
} */
.heading.two span:hover {
  background-position: 0;
}
/* @media (max-width: 992px) {
  .hero-two-slider.swiper .swiper-pagination {
    bottom: 24px !important;
  }
} */

.hero-three {
  position: relative;
}

/* @media (min-width: 992px) {
  .hero-three {
    height: 100vh;
  } 
} */
.hero-three .hero-text-three {
  position: absolute;
  padding-top: 200px;
  z-index: 11;
  /* width: 87%; */
}
@media (max-width: 1400px) {
  .hero-three .hero-text-three {
    padding-top: 160px;
    /* width: 83%; */
  }
  .hero-list li{
    padding: 8px 12px !important;
  }
}
@media (max-width: 1200px) {
  .hero-three .hero-text-three {
    padding-top: 130px;
    width: 100%;
  }
}
@media (max-width: 556px) {
  .hero-three .hero-text-three {
    padding-top: 100px;
    width: 96%;
    padding-right: 10px;
  }
}
.hero-three .hero-text-three h1 {
  font-size: 62px;
  /* width: 70%; */
  font-weight: 600;
  line-height: 75px;
  color: #fff;
  letter-spacing: 1.5px;
}
@media (max-width: 1400px) {
  .hero-three .hero-text-three h1 {
    font-size: 60px;
    width: 73%;
    line-height: 73px;
  }
}
@media (max-width: 1200px) {
  .hero-three .hero-text-three h1 {
    font-size: 50px;
    width: 70%;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .hero-three .hero-text-three h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .hero-three .hero-text-three h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .hero-three .hero-text-three h1 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }
}
.hero-three .hero-text-three p {
  color: #ffffff;
  font-size: 22px;
  padding-bottom: 50px;
  padding-top: 10px;
}
/* @media (max-width: 1400px) {
  .hero-three .hero-text-three p {
    padding-bottom: 100px;
  }
} */
@media (max-width: 1200px) {
  .hero-three .hero-text-three p {
    padding-bottom: 40px;
    font-size: 18px;
  }
}
.hero-three .hero-text-three ul {
  display: flex;
  /* justify-content: space-between; */
  gap: 25px;
  margin-top: 26px;
  padding-bottom: 40px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .hero-three .hero-text-three ul {
    display: block;
  }
}
.hero-list li {
  /* background: rgba(255, 255, 255, 0.4); */
  background-color: #11787f;
  padding: 9px 24px;
  border-radius: 50px;
  /* width: 24%; */
  color: #fff;
}
@media (max-width: 1200px) {
  .hero-list li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .hero-list li {
    width: 100%;
  }
}

.hero-three-slider img,
.hero-two-slider img {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transform: scale(0.9);
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: 0.5s sopacity 1s, transform 1s, -webkit-clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s, -webkit-clip-path 1s;
}
@media (max-width: 1400px) {
  .hero-three-slider img {
    height: 800px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-three-slider img {
    max-width: unset !important;
    width: auto !important;
  }
  .hero-three .hero-text-three ul {
    padding-bottom: 0;
  }
  .hero-three-slider {
    height: 550px !important;
  }
}

.hero-three-slider:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.4;
  left: 0;
  height: 100%;
  background-color: #000;
  z-index: 2;
}

@media (min-width: 992px) {
  .hero-three-slider .swiper-slide{
    align-items: center;
  }
}
/* @media (max-width: 575px) {
  .hero-three-slider img {
    height: 750px;
  }
} */
.hero-three-slider .swiper-slide{
  display: flex;
  justify-content: center;
}

.hero-three-slider .swiper-slide img{
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-three-slider .swiper-slide-active img ,
.hero-two-slider .swiper-slide-active img {
  transform: scale(1);
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
.hero-three-slider{
  height: 800px;
}
.hero-three-slider.two {
  padding-bottom: 51px;
}
.hero-three-slider.two .swiper-pagination .swiper-pagination-bullet {
  background-color: #444444;
}
.hero-three-slider.two .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #11787f;
}
.hero-three-slider.two img,
.hero-two-slider.two img {
  width: 100% !important;
  height: 100%;
}

.design-section .heading {
  width: 95%;
}
.design-section .design-style {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 30px;
  margin: auto;
}
@media (max-width: 1400px) {
  .design-section .design-style {
    width: 92%;
  }
}
@media (max-width: 992px) {
  .design-section .design-style {
    margin-bottom: 40px;
    width: 100%;
  }
}
.design-section .design-style::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 137px;
  height: 137px;
  background-color: #dcdcdc;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 24%;
}
@media (max-width: 1200px) {
  .design-section .design-style::before {
    width: 125px;
    height: 125px;
  }
}
.design-section .design-style::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  top: 24%;
  transition: 0.5s ease-in-out;
}
.design-section .design-style:hover::after {
  width: 135px;
  height: 135px;
  background-color: #11787f;
}
.design-section .design-style:hover img {
  background-color: transparent;
  filter: brightness(0) invert(1);
}
.design-section .design-style img {
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 11;
  width: 65px;
}
@media (max-width: 1200px) {
  .design-section .design-style i {
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 19px;
  }
}
.design-section .design-style h3{
  font-size: 26px;
  padding-bottom: 10px;
  margin-top: 50px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
/* 
.portfolio {
  margin-bottom: 40px;
} */
.portfolio h3 {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .row > hr {
    display: none;
  }
}

.architect-info {
  position: relative;
  /* margin-top: 40px;
  width: 90%;
  margin-left: auto; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
@media (max-width: 992px) {
  .architect-info {
    width: 100%;
  }
}
.architect-info figure {
  position: relative;
}
.architect-info figure img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
/* .architect-info figure::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.5;
  left: 0;
  height: 100%;
  background-color: #000;
  z-index: 111;
} */
.architect-info:hover figure img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .architect {
    margin-bottom: 40px;
  }
}
.architect .heading.two {
  /* width: 90%; */
  margin: 0;
  /* margin-top: 50px; */
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .architect .heading.two {
    width: 100%;
  }
}

.testimonial-section {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media (max-width: 1400px) {
  .testimonial-section {
    padding-top: 72px;
    padding-bottom: 70px;
  }
}
.testimonial-section .testimonial-slider {
  /* background-size: cover; */
  background-color: #000;
}
.testimonial-section .testimonial-slider .swiper-pagination {
  bottom: 60px !important;
}
.testimonial-section .testimonial {
  padding: 207px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 111px;
}
@media (max-width: 1200px) {
  .testimonial-section .testimonial {
    padding: 82px;
    padding-top: 50px;
    padding-bottom: 111px;
  }
}
@media (max-width: 556px) {
  .testimonial-section .testimonial {
    padding: 30px;
    padding-top: 0 !important;
    padding-bottom: 111px;
  }
}
.testimonial-section .testimonial i {
  font-size: 80px;
  color: #11787f;
  line-height: 36px;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.testimonial-section .testimonial p {
  color: #fff;
  font-size: 24px;
  line-height: 44px;
}
@media (max-width: 992px) {
  .testimonial-section .testimonial p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 556px) {
  .testimonial-section .testimonial p {
    font-size: 18px;
    line-height: 30px;
  }
}
.testimonial-section .testimonial h5 {
  padding-top: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .testimonial-section .testimonial h5 {
    font-size: 18px;
  }
}

.project-section {
  padding-top: 140px;
  padding-bottom: 140px;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .project-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .project-section {
    background-attachment: unset !important;
  }
}
.project-section:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: .4;
  left: 0;
  height: 100%;
  background-color: #000;
}
.project-section .project {
  position: relative;
  z-index: 11;
  text-align: center;
  width: 67%;
  margin: auto;
}
@media (max-width: 1200px) {
  .project-section .project {
    width: 77%;
  }
}
@media (max-width: 992px) {
  .project-section .project {
    width: 100%;
  }
}
.project-section .project .theme-btn {
  background-color: #ffffff;
}
.project-section .project .theme-btn::after {
  background-color: #000;
}
.project-section .project .theme-btn::before {
  background-color: #000;
}
.project-section .project .theme-btn:hover {
  color: #ffffff;
}
.project-section .project .theme-btn:hover::after {
  background-color: #ffffff;
}
.project-section .project h2 {
  font-weight: 600;
  color: #fff;
  padding-bottom: 18px;
  letter-spacing: 1.5px;
}
@media (max-width: 992px) {
  .project-section .project h2 {
    font-size: 32px;
  }
}
@media (max-width: 556px) {
  .project-section .project h2 {
    font-size: 28px;
  }
}

.widget-title h3 {
  color: #000;
  margin-bottom: 30px;
}

.contact-information .get-in-touch span {
  font-weight: 600;
  color: #000;
  padding-bottom: 0;
}

.contact-form input {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px;
  background-color: transparent;
  padding: 0;
}
.contact-form textarea {
  border-bottom: 1px solid #d4d4d4;
  height: 100px;
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}

.content-info {
  border-left: 1px solid #d4d4d4;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .content-info {
    padding-left: 0;
    padding-top: 40px;
    border: 0;
  }
}
.content-info h5 {
  padding-bottom: 19px;
  font-weight: 600;
  font-size: 24px;
}

.map iframe {
  width: 100%;
  height: 300px;
  margin-top: 46px;
}
@media (max-width: 768px) {
  .map iframe {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .map iframe {
    height: 220px;
  }
}/*# sourceMappingURL=main.css.map */

.hero-btns .theme-btn{
  background-color: #fff;
}




.contact-container {
  position: fixed;
  right: 0;
  bottom: 64px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.call-us, .whatsapp-us {
  background-color: #11787f;
  border: 1px solid #11787f;
  border-radius: 18px 0 0 18px;
  max-width: 50px;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px 6px;
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}

.call-us a, .whatsapp-us a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.whatsapp-us img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.call-us svg{
  width: 40px;
  margin-right: 15px;
  color: var(--tp-theme-primary);
}

.call-us:hover, .whatsapp-us:hover {
  max-width: 255px;
}

.chat-with-us p {
  margin-bottom: 0;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 575px) {
  .call-us:hover, .whatsapp-us:hover{
    max-width: 50px !important;
  }
}


.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgb(0 0 0 / .4)
}

.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: #f4f4f4;
  padding: 25px;
}

@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 50%;
  }
}

@media(min-width: 1200px) and (max-width: 1440px) {
  .popup-content {
    width: 44%;
  }
}

@media(min-width: 1440px) {
  .popup-content {
    width: 38%;
  }
}

@media(max-width: 547px) {
  .popup-content {
    width: 95%;
  }
}

.form-trigger {
  cursor: pointer
}
.close {
  color: #191919;
  z-index: 9;
  float: right;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: -26px;
  right: 0;
}
.close:hover{
  color: #000;
}
#popupFormContainer .content-info{
  border: 0 !important;
  padding-left: 0;
}
@media (max-width: 575px) {
  /* .theme-btn {
    display: block;
    width: 100%;
  } */
  .xs-pb-2{
    padding-bottom: 20px !important;
  }
  .design-section .design-style h3{
    padding-top: 25px;
  }
  .xs-mt-20{
    margin-top: 20px;
  }
}



.header-two__info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-two__info .info{
  text-align: left;
}
.about-five__call-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid #fff;
}
.about-five__call-icon span {
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #fff;
  display: inline-block;
}
@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}
.pxl__zigzag img{
  width: 25px;
}
.header-two__info .info h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Helvetica Neue";
}
.header-two__info .info span{
  color: #fff;
}
.justify-content-center{
  justify-content: center;
}
.mt-30{
  margin-top: 30px;
}
.w-25{
  width: 25px;
}
.me-10{
  margin-right: 10px;
}

#phone {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.iti--separate-dial-code .iti__selected-dial-code{
  color: #55585b;
}
.iti{
  width: 100%;
  margin-bottom: 15px;
}
.w-20{
  width: 20px !important;
}