@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Medium.eot");
  src: url("./../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-Medium.woff2") format("woff2"), url("./../fonts/Poppins-Medium.woff") format("woff"), url("./../fonts/Poppins-Medium.ttf") format("truetype"), url("./../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Bold.eot");
  src: url("./../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-Bold.woff2") format("woff2"), url("./../fonts/Poppins-Bold.woff") format("woff"), url("./../fonts/Poppins-Bold.ttf") format("truetype"), url("./../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Regular.eot");
  src: url("./../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-Regular.woff2") format("woff2"), url("./../fonts/Poppins-Regular.woff") format("woff"), url("./../fonts/Poppins-Regular.ttf") format("truetype"), url("./../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-SemiBold.eot");
  src: url("./../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-SemiBold.woff2") format("woff2"), url("./../fonts/Poppins-SemiBold.woff") format("woff"), url("./../fonts/Poppins-SemiBold.ttf") format("truetype"), url("./../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-Medium.eot");
  src: url("./../fonts/PlayfairDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-Medium.woff") format("woff"), url("./../fonts/PlayfairDisplay-Medium.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-SemiBold.eot");
  src: url("./../fonts/PlayfairDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-SemiBold.woff") format("woff"), url("./../fonts/PlayfairDisplay-SemiBold.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-Bold.eot");
  src: url("./../fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("./../fonts/PlayfairDisplay-Bold.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-Regular.eot");
  src: url("./../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("./../fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins";
  overflow: hidden;
}
body .btn {
  padding: 8px 30px;
}
body .btn-light {
  color: #4C7DA7;
  background-color: #fff;
}
body .btn-light:hover, body .btn-light:focus {
  color: #fff;
  border-color: #4C7DA7;
  background-color: #4C7DA7;
}
body .btn-primary {
  color: #fff;
  background-color: #4C7DA7;
  border-color: #4C7DA7;
}
body .btn-primary:hover, body .btn-primary:focus {
  color: #4C7DA7;
  border-color: #fff;
  background-color: #fff;
}
body a {
  text-decoration: none;
}
body p {
  color: #7A7A7A;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
}
body .text-primary {
  color: #6EC1E4 !important;
}
body .loader {
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .loader .wrapper .logo {
  width: 50px;
}
body .loader .pro-bar {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translate(-50%, 0);
  width: 300px;
  height: 5px;
  text-align: center;
}
body .loader .pro-bar span {
  display: block;
  width: 1%;
  height: 100%;
  background-color: #4C7DA7;
  margin-top: 20px;
  transition: 2s;
  border-radius: 5px;
}
@media (min-width: 1400px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl, body .container-xxl {
    max-width: 1230px;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.header .navbar {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.header .navbar .navbar-brand img {
  width: 55px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #222222;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.header .navbar .navbar-nav .nav-item .nav-link .icon {
  margin-right: 10px;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #6EC1E4;
}
.header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #6EC1E4;
}
.header .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.header .navbar .navbar-nav .dropdown-menu {
  min-width: 200px;
}
.header .navbar .navbar-nav .dropdown-menu .nav-link {
  font-size: 14px;
}

.social-icons {
  position: fixed;
  right: -130px;
  bottom: 20px;
  z-index: 100;
}
.social-icons li a {
  color: #fff;
  background-color: #4C7DA7;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px;
  border-radius: 50px 0 0 50px;
  text-transform: uppercase;
  transition: 0.5s;
}
.social-icons li a .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.social-icons li a .icon img {
  height: 20px;
}
.social-icons li a .text {
  width: 100px;
  margin: 0 20px;
}
.social-icons li a:hover, .social-icons li a:focus {
  margin-left: -120px;
}
.social-icons li a.instagram {
  background-color: #DD2A7B;
}
.social-icons li a.facebook {
  background-color: #2C80D3;
}
.social-icons li a.linkedin {
  background-color: #0077B5;
}
.social-icons li a.whatsapp {
  background-color: #25D366;
}

.main {
  overflow: hidden;
}
.main section {
  overflow: hidden;
  position: relative;
}
.main .hero {
  height: 100vh;
  background-color: #1e2b5b;
}
.main .hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .services {
  height: 4700px;
  position: relative;
  overflow: hidden;
}
.main .services canvas {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}
.main .services .animationWrapper {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.main .services .captionsWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.main .services .captionsWrapper .caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.5s;
  margin-left: -100vw;
}
.main .services .captionsWrapper .caption .main-title {
  font-size: 60px;
  font-weight: 700;
  color: #222222;
}
.main .services .captionsWrapper .caption p {
  color: #222222;
}
.main .services .captionsWrapper .caption-light .main-title {
  color: #fff;
}
.main .services .captionsWrapper .caption-light p {
  color: #fff;
}
.main .services .captionsWrapper .caption.caption1 {
  max-width: 500px;
  top: 100px;
  left: 80px;
}
.main .services .captionsWrapper .caption.caption2,
.main .services .captionsWrapper .caption.caption3,
.main .services .captionsWrapper .caption.caption4 {
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .services .captionsWrapper .caption.caption5 {
  max-width: 500px;
  top: 50px;
  right: 30px;
  left: auto;
  margin-right: -100vw;
}
.main .services .captionsWrapper .caption.caption6 {
  max-width: 1000px;
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
.main .services .captionsWrapper .caption.caption6 p {
  padding-left: 30px;
}
.main .history {
  width: 100%;
  height: 100%;
  margin-bottom: 100vh;
}
.main .history .step {
  height: 100vh;
  width: 100%;
  position: absolute;
  padding: 60px 0 0;
  background: url("../img/sec_back_bottom.png") no-repeat center bottom/100% auto;
  overflow: hidden;
}
.main .history .step .main-title {
  font-size: 60px;
}
.main .history .step .main-title,
.main .history .step p {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .history .step picture {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.main .history .step picture img {
  width: 100%;
}
.main .history .step > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.08;
  z-index: -1;
}
.main .history .step > .obj_bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  z-index: 1;
}
.main .history .step_six img.quote {
  max-width: 80px;
  transform: translateY(-60%);
}
.main .history .step_six .obj_2 {
  max-width: 200px;
  position: absolute;
  top: 10%;
  right: 25%;
  transform: translate(50%, -50%);
  z-index: 0;
}
.main .our-projects {
  padding: 70px 0;
  background-color: #fff;
  z-index: 3;
}
.main .our-projects .main-title {
  color: #6EC1E4;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 40px;
}
.main .our-projects .card-horizontal {
  margin: 40px 0;
  position: relative;
}
.main .our-projects .card-horizontal .obj {
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translate(-50%, 0);
  max-width: 300px;
  z-index: -1;
}
.main .our-projects .card-horizontal .img-wrapper {
  position: relative;
}
.main .our-projects .card-horizontal .img-wrapper img {
  border-radius: 10px;
  transition: 0.5s;
}
.main .our-projects .card-horizontal .img-wrapper img.day {
  display: block;
}
.main .our-projects .card-horizontal .img-wrapper img.night {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.main .our-projects .card-horizontal .img-wrapper .switch {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}
.main .our-projects .card-horizontal .img-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.main .our-projects .card-horizontal .img-wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main .our-projects .card-horizontal .img-wrapper .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main .our-projects .card-horizontal .img-wrapper .switch input:checked + .slider {
  background-color: #2196F3;
}
.main .our-projects .card-horizontal .img-wrapper .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.main .our-projects .card-horizontal .img-wrapper .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.main .our-projects .card-horizontal .img-wrapper .switch .slider.round {
  border-radius: 34px;
}
.main .our-projects .card-horizontal .img-wrapper .switch .slider.round:before {
  border-radius: 50%;
}
.main .our-projects .card-horizontal .content {
  padding-left: 40px;
}
.main .our-projects .card-horizontal .content h1 {
  font-weight: 700;
  font-size: 60px;
}
.main .our-projects .card-horizontal .content h2 {
  font-size: 40px;
}
.main .lets-talk {
  padding: 100px 0 40px;
}
.main .lets-talk .wrapper {
  background-color: #b6e7f8;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.main .lets-talk .wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 100px;
  width: 100%;
  background: url("./../img/top-border.webp") no-repeat center/cover;
  z-index: -1;
}
.main .lets-talk .wrapper .obj {
  position: absolute;
  left: -100px;
  top: -60px;
  width: 154px;
  z-index: 2;
}
.main .lets-talk .main-title {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  border-radius: 8px;
  background-color: #4C7DA7;
  padding: 10px;
  margin-bottom: 50px;
  transform: rotate(-5deg);
}
.main .lets-talk .btn {
  font-size: 30px;
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 100px;
  margin-bottom: 50px;
  transform: rotate(5deg);
}
.main .lets-talk .secondary-title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  border-radius: 8px;
  background-color: #6FDDC1;
  padding: 10px;
  margin-bottom: 30px;
}
.main .lets-talk .social li {
  margin: 40px 0;
}
.main .lets-talk .social li:nth-child(1) a .icon, .main .lets-talk .social li:nth-child(3) a .icon {
  transform: rotate(-5deg);
}
.main .lets-talk .social li:nth-child(1) a .text, .main .lets-talk .social li:nth-child(3) a .text {
  transform: rotate(-2deg);
}
.main .lets-talk .social li:nth-child(2) a .icon, .main .lets-talk .social li:nth-child(4) a .icon {
  transform: rotate(5deg);
}
.main .lets-talk .social li:nth-child(2) a .text, .main .lets-talk .social li:nth-child(4) a .text {
  transform: rotate(2deg);
}
.main .lets-talk .social li a {
  display: flex;
}
.main .lets-talk .social li a:hover .text, .main .lets-talk .social li a:focus .text {
  color: #fff;
  background-color: #4C7DA7;
}
.main .lets-talk .social li a .icon {
  margin-right: 20px;
}
.main .lets-talk .social li a .icon img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.main .lets-talk .social li a .text {
  width: 100%;
  color: #4C7DA7;
  background: #fff;
  font-size: 30px;
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .page-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .page-banner:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translate(-50%, 0);
  width: 100%;
  height: 80%;
  background: url("./../img/AboutUs-WorkersBG.svg") no-repeat center/cover;
}
.main .page-banner .caption {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 300px;
}
.main .page-banner .caption .main-title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
}
.main .page-banner .caption ul {
  color: #fff;
  display: inline-block;
}
.main .page-banner .caption ul li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 10px;
}
.main .page-banner .caption ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
}
.main .page-banner .obj {
  position: absolute;
  width: 170px;
}
.main .page-banner .obj.obj1 {
  top: 70px;
  left: -100px;
  width: 300px;
}
.main .page-banner .obj.obj2 {
  top: 200px;
  right: 100px;
}
.main .page-banner .obj.paper {
  bottom: 0;
  width: 100%;
  max-width: 1000px;
  height: 80%;
  object-fit: contain;
  object-position: top center;
}
.main .page-banner.v2:before {
  bottom: -100px;
  background: url("./../img/Portfolio-blobOutine-1.svg") no-repeat center/cover;
  opacity: 0.2;
}
.main .page-banner.v2 .obj.obj1 {
  top: 70px;
  left: 0;
  width: 140px;
}
.main .page-banner.v2 .obj.obj2 {
  top: 200px;
  right: 0;
}
.main .about-card {
  padding: 60px 0 0;
  margin-bottom: 180px;
  background: #86DEFC;
  z-index: 2;
  overflow: visible;
}
.main .about-card:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100px;
  z-index: 3;
  background: url("./../img/about-card-top-border.svg") no-repeat;
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
.main .about-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 180px;
  z-index: 2;
  background: url("./../img/about-card-bottom-border.svg") no-repeat;
  background-size: contain;
  background-repeat: repeat-x;
}
.main .about-card .main-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.main .about-card p {
  color: #fff;
}
.main .about-card.blue-dark {
  background: #457EA8;
}
.main .about-card.blue-dark:after {
  background: url("./../img/portfolio-card-top-border.svg") no-repeat;
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
.main .about-card.blue-dark:before {
  background: url("./../img/portfolio-card-bottom-border.svg") no-repeat;
  background-size: contain;
  background-repeat: repeat-x;
}
.main .horizontal-card {
  padding: 50px 0;
  z-index: 2;
}
.main .horizontal-card .sec-obj {
  position: absolute;
  top: 0;
  left: 0;
}
.main .horizontal-card .img-wrapper {
  margin: 30px 0;
  position: relative;
}
.main .horizontal-card .img-wrapper .obj {
  position: absolute;
  z-index: -1;
}
.main .horizontal-card .img-wrapper .obj.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .horizontal-card .img-wrapper .obj.top {
  top: 50px;
  bottom: auto;
}
.main .horizontal-card .img-wrapper .obj.bottom {
  top: auto;
  bottom: -200px;
}
.main .horizontal-card .content .secondary-title {
  font-size: 20px;
  color: #457EA8;
  margin-bottom: 20px;
}
.main .horizontal-card .content .main-title {
  color: #171717;
  font-size: 50px;
  margin-bottom: 20px;
}
.main .horizontal-card .content p {
  font-size: 20px;
  line-height: 30px;
  color: #457EA8;
}
.main .horizontal-card.right .content {
  text-align: right;
}
.main .horizontal-card.white-fade {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 67%, rgba(255, 255, 255, 0) 100%);
}
.main .helmetObject3d model-viewer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 500px;
  height: 500px;
  transition: 2s;
  object-fit: contain;
}
.main .helmetObject3d model-viewer::part(default-progress-bar) {
  display: none;
}
.main .services-h-scroll {
  width: 100%;
  height: 100%;
}
.main .services-h-scroll:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url("./../img/ServicesInterior-whiteWall.webp") no-repeat center/cover;
  background-position: top right;
}
.main .services-h-scroll .step {
  height: 100vh;
  width: 100%;
  position: absolute;
  padding: 60px 0 0;
  background: none;
  overflow: hidden;
}
.main .services-h-scroll .step .obj.obj_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: -1;
  object-fit: cover;
  object-position: top left;
}
.main .services-h-scroll .step .main-title {
  font-size: 60px;
}
.main .services-h-scroll .step .main-title,
.main .services-h-scroll .step p {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .services-h-scroll .step picture {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.main .services-h-scroll .step picture img {
  width: 100%;
}
.main .services-h-scroll.interior .step.step_one .caption {
  position: absolute;
  bottom: 500px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 500px;
}
.main .services-h-scroll.interior .step.step_one .main-title,
.main .services-h-scroll.interior .step.step_one p {
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .services-h-scroll.interior .step.step_one picture {
  width: auto;
  height: 450px;
}
.main .services-h-scroll.interior .step.step_one picture img {
  width: auto;
  height: 100%;
}
.main .services-h-scroll.interior .step.step_one .bg-paper {
  position: absolute;
  left: 50%;
  bottom: 250px;
  transform: translate(-50%, 0);
  z-index: -2;
  max-width: 500px;
}
.main .services-h-scroll.interior .step.step_two,
.main .services-h-scroll.interior .step.step_three,
.main .services-h-scroll.interior .step.step_four,
.main .services-h-scroll.interior .step.step_five {
  display: flex;
  align-items: center;
}
.main .services-h-scroll.interior .step.step_two .caption,
.main .services-h-scroll.interior .step.step_three .caption,
.main .services-h-scroll.interior .step.step_four .caption,
.main .services-h-scroll.interior .step.step_five .caption {
  margin-top: -200px;
  position: relative;
}
.main .services-h-scroll.interior .step.step_two .caption .obj,
.main .services-h-scroll.interior .step.step_three .caption .obj,
.main .services-h-scroll.interior .step.step_four .caption .obj,
.main .services-h-scroll.interior .step.step_five .caption .obj {
  position: absolute;
  left: -100px;
  top: -50px;
  max-width: 200px;
}
.main .services-h-scroll.interior .step.step_two .main-title,
.main .services-h-scroll.interior .step.step_two p,
.main .services-h-scroll.interior .step.step_three .main-title,
.main .services-h-scroll.interior .step.step_three p,
.main .services-h-scroll.interior .step.step_four .main-title,
.main .services-h-scroll.interior .step.step_four p,
.main .services-h-scroll.interior .step.step_five .main-title,
.main .services-h-scroll.interior .step.step_five p {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .services-h-scroll.interior .step.step_two picture,
.main .services-h-scroll.interior .step.step_three picture,
.main .services-h-scroll.interior .step.step_four picture,
.main .services-h-scroll.interior .step.step_five picture {
  position: static;
  transform: translate(0);
  display: block;
  width: 100%;
  max-width: 600px;
}
.main .services-h-scroll.interior .step.step_two picture img,
.main .services-h-scroll.interior .step.step_three picture img,
.main .services-h-scroll.interior .step.step_four picture img,
.main .services-h-scroll.interior .step.step_five picture img {
  width: 100%;
}
.main .services-h-scroll.exterior:before {
  display: none;
}
.main .services-h-scroll.exterior .step.step_one .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -80px;
  max-width: 500px;
}
.main .services-h-scroll.exterior .step.step_one .caption .obj {
  position: absolute;
}
.main .services-h-scroll.exterior .step.step_one .caption .obj.obj1 {
  left: -100px;
  top: -100px;
  max-width: 100px;
}
.main .services-h-scroll.exterior .step.step_one .caption .obj.obj2 {
  right: -400px;
  bottom: -50px;
  max-width: 200px;
}
.main .services-h-scroll.exterior .step.step_one .main-title,
.main .services-h-scroll.exterior .step.step_one p {
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .services-h-scroll.exterior .step.step_one picture {
  width: auto;
  height: 500px;
}
.main .services-h-scroll.exterior .step.step_one picture img {
  width: auto;
  height: 100%;
}
.main .services-h-scroll.exterior .step.step_one .bg-paper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -100px;
  z-index: -2;
  max-width: 700px;
}
.main .services-h-scroll.exterior .step.step_two,
.main .services-h-scroll.exterior .step.step_three,
.main .services-h-scroll.exterior .step.step_four,
.main .services-h-scroll.exterior .step.step_five {
  display: flex;
  align-items: center;
}
.main .services-h-scroll.exterior .step.step_two .caption,
.main .services-h-scroll.exterior .step.step_three .caption,
.main .services-h-scroll.exterior .step.step_four .caption,
.main .services-h-scroll.exterior .step.step_five .caption {
  margin-top: -200px;
  position: relative;
}
.main .services-h-scroll.exterior .step.step_two .caption .obj,
.main .services-h-scroll.exterior .step.step_three .caption .obj,
.main .services-h-scroll.exterior .step.step_four .caption .obj,
.main .services-h-scroll.exterior .step.step_five .caption .obj {
  position: absolute;
  left: -100px;
  top: -50px;
  max-width: 200px;
}
.main .services-h-scroll.exterior .step.step_two .main-title,
.main .services-h-scroll.exterior .step.step_two p,
.main .services-h-scroll.exterior .step.step_three .main-title,
.main .services-h-scroll.exterior .step.step_three p,
.main .services-h-scroll.exterior .step.step_four .main-title,
.main .services-h-scroll.exterior .step.step_four p,
.main .services-h-scroll.exterior .step.step_five .main-title,
.main .services-h-scroll.exterior .step.step_five p {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .services-h-scroll.exterior .step.step_two picture,
.main .services-h-scroll.exterior .step.step_three picture,
.main .services-h-scroll.exterior .step.step_four picture,
.main .services-h-scroll.exterior .step.step_five picture {
  position: static;
  transform: translate(0);
  display: block;
  width: 100%;
  max-width: 600px;
}
.main .services-h-scroll.exterior .step.step_two picture .obj,
.main .services-h-scroll.exterior .step.step_three picture .obj,
.main .services-h-scroll.exterior .step.step_four picture .obj,
.main .services-h-scroll.exterior .step.step_five picture .obj {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -30px;
  transform: translate(50%, -50%);
  max-width: 200px;
}
.main .services-h-scroll.exterior .step.step_two picture img,
.main .services-h-scroll.exterior .step.step_three picture img,
.main .services-h-scroll.exterior .step.step_four picture img,
.main .services-h-scroll.exterior .step.step_five picture img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.main .services-h-scroll.maintenance:before {
  background: url("./../img/ServicesMaintenance-BG-1.png") no-repeat center/cover;
}
.main .services-h-scroll.maintenance .step .main-title {
  font-size: 40px;
}
.main .services-h-scroll.maintenance .step.step_one .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 80px;
  max-width: 600px;
}
.main .services-h-scroll.maintenance .step.step_one .caption .obj {
  position: absolute;
  left: -100px;
  top: -100px;
  max-width: 150px;
}
.main .services-h-scroll.maintenance .step.step_one .main-title {
  font-size: 60px;
}
.main .services-h-scroll.maintenance .step.step_one .main-title,
.main .services-h-scroll.maintenance .step.step_one p {
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .services-h-scroll.maintenance .step.step_one picture {
  width: auto;
  height: 300px;
}
.main .services-h-scroll.maintenance .step.step_one picture img {
  width: auto;
  height: 100%;
}
.main .services-h-scroll.maintenance .step.step_one .bg-paper {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -2;
  max-width: 1000px;
  height: 95%;
  object-fit: contain;
  object-position: top center;
}
.main .services-h-scroll.maintenance .step.step_two,
.main .services-h-scroll.maintenance .step.step_three,
.main .services-h-scroll.maintenance .step.step_four,
.main .services-h-scroll.maintenance .step.step_five,
.main .services-h-scroll.maintenance .step.step_six,
.main .services-h-scroll.maintenance .step.step_seven {
  display: flex;
  align-items: center;
}
.main .services-h-scroll.maintenance .step.step_two .caption,
.main .services-h-scroll.maintenance .step.step_three .caption,
.main .services-h-scroll.maintenance .step.step_four .caption,
.main .services-h-scroll.maintenance .step.step_five .caption,
.main .services-h-scroll.maintenance .step.step_six .caption,
.main .services-h-scroll.maintenance .step.step_seven .caption {
  margin-top: -200px;
  position: relative;
}
.main .services-h-scroll.maintenance .step.step_two .caption .obj,
.main .services-h-scroll.maintenance .step.step_three .caption .obj,
.main .services-h-scroll.maintenance .step.step_four .caption .obj,
.main .services-h-scroll.maintenance .step.step_five .caption .obj,
.main .services-h-scroll.maintenance .step.step_six .caption .obj,
.main .services-h-scroll.maintenance .step.step_seven .caption .obj {
  position: absolute;
  left: -100px;
  top: -50px;
  max-width: 200px;
}
.main .services-h-scroll.maintenance .step.step_two .caption .left-spacing,
.main .services-h-scroll.maintenance .step.step_three .caption .left-spacing,
.main .services-h-scroll.maintenance .step.step_four .caption .left-spacing,
.main .services-h-scroll.maintenance .step.step_five .caption .left-spacing,
.main .services-h-scroll.maintenance .step.step_six .caption .left-spacing,
.main .services-h-scroll.maintenance .step.step_seven .caption .left-spacing {
  transform: translateX(120px);
  margin: 20px 0;
}
.main .services-h-scroll.maintenance .step.step_two .main-title,
.main .services-h-scroll.maintenance .step.step_two p,
.main .services-h-scroll.maintenance .step.step_three .main-title,
.main .services-h-scroll.maintenance .step.step_three p,
.main .services-h-scroll.maintenance .step.step_four .main-title,
.main .services-h-scroll.maintenance .step.step_four p,
.main .services-h-scroll.maintenance .step.step_five .main-title,
.main .services-h-scroll.maintenance .step.step_five p,
.main .services-h-scroll.maintenance .step.step_six .main-title,
.main .services-h-scroll.maintenance .step.step_six p,
.main .services-h-scroll.maintenance .step.step_seven .main-title,
.main .services-h-scroll.maintenance .step.step_seven p {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.main .services-h-scroll.maintenance .step.step_two picture,
.main .services-h-scroll.maintenance .step.step_three picture,
.main .services-h-scroll.maintenance .step.step_four picture,
.main .services-h-scroll.maintenance .step.step_five picture,
.main .services-h-scroll.maintenance .step.step_six picture,
.main .services-h-scroll.maintenance .step.step_seven picture {
  position: static;
  transform: translate(0);
  display: block;
  width: 100%;
  max-width: 600px;
}
.main .services-h-scroll.maintenance .step.step_two picture img,
.main .services-h-scroll.maintenance .step.step_three picture img,
.main .services-h-scroll.maintenance .step.step_four picture img,
.main .services-h-scroll.maintenance .step.step_five picture img,
.main .services-h-scroll.maintenance .step.step_six picture img,
.main .services-h-scroll.maintenance .step.step_seven picture img {
  width: 100%;
}
.main .services-h-scroll.maintenance .step.step_seven picture {
  max-width: 400px;
}
.main .services-h-scroll.maintenance .step.step_seven picture img {
  width: 100%;
}
.main .horizontal-slider {
  padding: 60px 0;
  background-color: #fff;
}
.main .horizontal-slider .main-title {
  color: #6EC1E4;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
  text-align: center;
}
.main .horizontal-slider p {
  text-align: center;
}
.main .horizontal-slider .slick-slider .img-wrapper {
  margin: 20px;
  filter: blur(5px);
  transition: 0.2s;
}
.main .horizontal-slider .slick-slider .img-wrapper img {
  border-radius: 20px;
  height: 440px;
  width: 100%;
  object-fit: cover;
}
.main .horizontal-slider .slick-slider .slick-slide.slick-current.slick-active.slick-center {
  filter: blur(0);
}
.main .horizontal-slider .slick-slider ul.slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #C2C2C2;
  border-radius: 50%;
}
.main .horizontal-slider .slick-slider ul.slick-dots li.slick-active {
  background-color: #8FDEFC;
}
.main .form-section {
  margin-top: 95px;
}
.main .form-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #4C7DA7 url("./../img/Form-Header-Desktop.png") no-repeat center/cover;
}
.main .form-section .form-wrapper {
  padding: 60px 40px 60px 0;
}
.main .form-section .form-wrapper .form-group {
  margin-bottom: 20px;
}
.main .form-section .form-wrapper .form-control {
  color: #000;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #C7C7C7;
  padding: 12px;
  height: auto;
  background-color: #fafafa;
  box-shadow: none;
  line-height: 22px;
}
.main .form-section .form-wrapper .form-check {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.main .form-section .form-wrapper .form-check .form-check-input {
  width: 2em;
  height: 2em;
  margin-top: 0;
  border-width: 3px;
}
.main .form-section .form-wrapper .form-check .form-check-label {
  margin-left: 10px;
}
.main .form-section .form-wrapper .slider .current-value {
  position: absolute;
  top: -2.5em;
  left: 0;
  width: auto;
  height: 1em;
  text-align: center;
  color: #81b5cc;
  font-weight: bold;
  white-space: nowrap;
}
.main .form-section .form-wrapper .slider .range {
  position: relative;
}
.main .form-section .form-wrapper .slider input[type=range] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 10px;
  padding: 0;
  border-radius: 4px;
  background: #6c6d70;
  box-sizing: content-box;
}
.main .form-section .form-wrapper .slider input[type=range]:focus {
  outline: none;
}
.main .form-section .form-wrapper .slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #6EC1E4;
  border-radius: 25px;
  background: #6EC1E4;
}
.main .form-section .content {
  padding: 60px 40px;
}
.main .form-section .content .caption {
  color: #fff;
  margin-bottom: 60px;
}
.main .form-section .content .caption .map {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.main .form-section .content .caption .main-title {
  margin-bottom: 16px;
}
.main .form-section .content .caption ul li {
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
}
.main .form-section .content .caption ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
}
.main .form-section .content .caption ul li a {
  color: #fff;
  text-decoration: none;
}
.main .form-section .content .caption p {
  color: #fff;
}
.main .leaves {
  height: 100vh;
  z-index: 2;
  background: url("./../img/ServicesMaintenance-BG-1.png") no-repeat center/cover;
}
.main .leaves .obj {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
}
.main .leaves .obj.obj-left {
  left: 0;
  transform: scale(-1);
}
.main .leaves .obj.obj-right {
  right: 0;
}

.footer {
  color: #fff;
  background-color: #4C7DA7;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.footer .social-icons-wrapper {
  display: flex;
  align-items: center;
}
.footer .social-icons-wrapper p {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 0;
}
.footer .social-icons-footer {
  position: static;
  display: inline-block;
  margin: 0;
}
.footer .social-icons-footer li {
  display: inline-block;
}
.footer .social-icons-footer li a {
  color: #fff;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.footer .navbar-nav {
  flex-direction: row;
}
.footer .navbar-nav .nav-item .nav-link {
  padding: 8px;
  color: #fff;
}
.footer .btn {
  font-weight: 700;
}

@media (max-width: 1600px) {
  .main .lets-talk .wrapper .obj {
    left: -50px;
    top: 0;
    width: 100px;
  }
  .main .lets-talk .main-title {
    font-size: 50px;
    transform: rotate(-3deg);
  }
  .main .lets-talk .btn {
    font-size: 20px;
    transform: rotate(3deg);
  }
  .main .lets-talk .secondary-title {
    font-size: 30px;
  }
  .main .lets-talk .social li {
    margin: 30px 0;
  }
  .main .lets-talk .social li:nth-child(1) a .icon,
  .main .lets-talk .social li:nth-child(1) a .text, .main .lets-talk .social li:nth-child(3) a .icon,
  .main .lets-talk .social li:nth-child(3) a .text {
    transform: rotate(-1deg);
  }
  .main .lets-talk .social li:nth-child(2) a .icon,
  .main .lets-talk .social li:nth-child(2) a .text, .main .lets-talk .social li:nth-child(4) a .icon,
  .main .lets-talk .social li:nth-child(4) a .text {
    transform: rotate(1deg);
  }
  .main .lets-talk .social li a .icon img {
    width: 60px;
    height: 60px;
  }
  .main .lets-talk .social li a .text {
    font-size: 20px;
  }
  .main .history .step .main-title {
    font-size: 40px;
  }
  .main .page-banner .caption .main-title {
    font-size: 50px;
  }
  .main .page-banner .caption ul li:after {
    width: 12px;
    height: 12px;
  }
  .main .page-banner .obj {
    width: 120px;
  }
  .main .page-banner .obj.obj1 {
    width: 200px;
  }
  .main .about-card {
    padding: 30px 0 0;
    margin-bottom: 100px;
  }
  .main .about-card:after {
    height: 60px;
  }
  .main .about-card:before {
    height: 100px;
  }
  .main .about-card .main-title {
    font-size: 36px;
  }
  .main .horizontal-card {
    padding: 70px 0;
  }
  .main .horizontal-card .content .main-title {
    font-size: 36px;
  }
  .main .horizontal-card .content p {
    font-size: 16px;
    line-height: 26px;
  }
  .main .services-h-scroll .step .obj.obj_bottom {
    height: 120px;
  }
  .main .services-h-scroll .step .main-title {
    font-size: 40px;
  }
  .main .services-h-scroll.interior .step.step_one .caption {
    bottom: 300px;
  }
  .main .services-h-scroll.interior .step.step_one picture {
    height: 300px;
  }
  .main .services-h-scroll.interior .step.step_one .bg-paper {
    bottom: 0;
  }
  .main .services-h-scroll.interior .step.step_two .caption,
  .main .services-h-scroll.interior .step.step_three .caption,
  .main .services-h-scroll.interior .step.step_four .caption,
  .main .services-h-scroll.interior .step.step_five .caption {
    margin-top: -200px;
    position: relative;
  }
  .main .services-h-scroll.interior .step.step_two .caption .obj,
  .main .services-h-scroll.interior .step.step_three .caption .obj,
  .main .services-h-scroll.interior .step.step_four .caption .obj,
  .main .services-h-scroll.interior .step.step_five .caption .obj {
    transform: scale(0.5);
  }
  .main .services-h-scroll.interior .step.step_two picture,
  .main .services-h-scroll.interior .step.step_three picture,
  .main .services-h-scroll.interior .step.step_four picture,
  .main .services-h-scroll.interior .step.step_five picture {
    max-width: 500px;
  }
  .main .services-h-scroll.exterior .step.step_one picture {
    height: 300px;
  }
  .main .services-h-scroll.exterior .step.step_two .caption,
  .main .services-h-scroll.exterior .step.step_three .caption,
  .main .services-h-scroll.exterior .step.step_four .caption,
  .main .services-h-scroll.exterior .step.step_five .caption {
    margin-top: -200px;
    position: relative;
  }
  .main .services-h-scroll.exterior .step.step_two .caption .obj,
  .main .services-h-scroll.exterior .step.step_three .caption .obj,
  .main .services-h-scroll.exterior .step.step_four .caption .obj,
  .main .services-h-scroll.exterior .step.step_five .caption .obj {
    transform: scale(0.5);
  }
  .main .services-h-scroll.exterior .step.step_two picture,
  .main .services-h-scroll.exterior .step.step_three picture,
  .main .services-h-scroll.exterior .step.step_four picture,
  .main .services-h-scroll.exterior .step.step_five picture {
    max-width: 500px;
  }
  .main .services-h-scroll.maintenance .step .main-title {
    font-size: 32px;
  }
  .main .services-h-scroll.maintenance .step.step_one .caption {
    margin-top: 0;
    max-width: 500px;
  }
  .main .services-h-scroll.maintenance .step.step_one .main-title {
    font-size: 40px;
  }
  .main .services-h-scroll.maintenance .step.step_one picture {
    height: 200px;
  }
  .main .services-h-scroll.maintenance .step.step_one .bg-paper {
    max-width: 600px;
  }
  .main .horizontal-slider .main-title {
    font-size: 40px;
  }
  .main .horizontal-slider .slick-slider .img-wrapper {
    margin: 10px;
  }
  .main .horizontal-slider .slick-slider .img-wrapper img {
    border-radius: 10px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  body p {
    font-size: 14px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 15px;
  }
  .main .history .step .main-title {
    font-size: 30px;
  }
  .main .history .step_two .obj_1 {
    max-width: 440px;
  }
  .main .history .step_three .obj_1 {
    max-width: 450px;
  }
  .main .history .step_four .obj_1 {
    max-width: 450px;
  }
  .main .services .captionsWrapper .caption .main-title {
    font-size: 30px;
  }
  .main .services .captionsWrapper .caption p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main .services .captionsWrapper .caption.caption1 {
    max-width: 250px;
    top: 80px;
    left: 40px;
  }
  .main .services .captionsWrapper .caption.caption2,
  .main .services .captionsWrapper .caption.caption3,
  .main .services .captionsWrapper .caption.caption4 {
    max-width: 480px;
  }
  .main .services .captionsWrapper .caption.caption5 {
    max-width: 260px;
  }
  .main .services .captionsWrapper .caption.caption6 {
    max-width: 500px;
  }
  .main .our-projects {
    padding-bottom: 0;
  }
  .main .our-projects .main-title {
    font-size: 40px;
  }
  .main .our-projects .card-horizontal .obj {
    bottom: -120px;
    max-width: 200px;
  }
  .main .our-projects .card-horizontal .content {
    padding-left: 20px;
  }
  .main .our-projects .card-horizontal .content h1 {
    font-size: 40px;
  }
  .main .our-projects .card-horizontal .content h2 {
    font-size: 32px;
  }
  .main .lets-talk .wrapper {
    max-width: 460px;
  }
  .main .lets-talk .main-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main .lets-talk .secondary-title {
    font-size: 20px;
  }
  .main .lets-talk .btn {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main .lets-talk .social li {
    margin: 20px 0;
  }
  .main .lets-talk .social li a .text {
    font-size: 16px;
  }
  .main .lets-talk .social li a .icon img {
    width: 40px;
    height: 40px;
  }
  .main .form-section .form-wrapper {
    padding: 40px 40px 40px 0;
  }
  .main .form-section .content {
    padding: 40px;
  }
  .main .form-section .content .caption {
    margin-bottom: 30px;
  }
  .main .form-section .content .caption .main-title {
    font-size: 24px;
  }
  .main .services-h-scroll .step .obj.obj_bottom {
    height: 80px;
  }
  .main .services-h-scroll .step .main-title {
    font-size: 30px;
  }
  .main .services-h-scroll.interior .step.step_one .caption {
    bottom: 250px;
    max-width: 400px;
  }
  .main .services-h-scroll.interior .step.step_one picture {
    height: 200px;
  }
  .main .services-h-scroll.interior .step.step_one .bg-paper {
    top: 100px;
    bottom: auto;
  }
  .main .services-h-scroll.exterior .step.step_one .caption {
    max-width: 400px;
    margin-top: 0;
  }
  .main .services-h-scroll.exterior .step.step_one .caption .obj.obj2 {
    right: -200px;
    max-width: 150px;
  }
  .main .services-h-scroll.exterior .step.step_one picture {
    height: 200px;
  }
  .main .services-h-scroll.exterior .step.step_one .bg-paper {
    margin-top: 0;
    max-width: 500px;
  }
  .main .services-h-scroll.exterior .step.step_two picture .obj,
  .main .services-h-scroll.exterior .step.step_three picture .obj,
  .main .services-h-scroll.exterior .step.step_four picture .obj,
  .main .services-h-scroll.exterior .step.step_five picture .obj {
    right: 60px;
  }
  .main .services-h-scroll.maintenance .step .main-title {
    font-size: 24px;
  }
  .main .services-h-scroll.maintenance .step.step_one .caption {
    max-width: 400px;
  }
  .main .services-h-scroll.maintenance .step.step_one picture {
    height: 170px;
  }
  .main .horizontal-slider .slick-slider .img-wrapper img {
    height: 220px;
  }
  .footer {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header .navbar .navbar-brand img {
    width: 30px;
  }
  .header .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    box-shadow: none;
    margin-left: 20px;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    font-size: 14px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 15px;
  }
  .main .about-card {
    margin-bottom: 150px;
  }
  .main .about-card .main-title, .main .about-card p {
    text-align: center;
  }
  .main .horizontal-card {
    padding: 40px 0;
  }
  .main .horizontal-card .sec-obj {
    display: none;
  }
  .main .horizontal-card .img-wrapper {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .main .horizontal-card .img-wrapper .obj.center {
    transform: translate(-50%, -50%) scale(0.7);
  }
  .main .horizontal-card .content {
    text-align: center;
  }
  .main .horizontal-card .content .secondary-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main .horizontal-card .content .main-title {
    font-size: 28px;
  }
  .main .horizontal-card.right .content {
    text-align: center;
  }
  .main .form-section:after {
    display: none;
  }
  .main .form-section .form-wrapper {
    padding: 30px 20px;
  }
  .main .form-section .content {
    padding: 30px 20px;
    position: relative;
  }
  .main .form-section .content:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    z-index: -1;
    width: 140vw;
    height: 100%;
    background: #4C7DA7 url("./../img/Form-Header-Desktop.png") no-repeat center/cover;
  }
  .main .form-section .content .caption {
    text-align: center;
  }
  .main .form-section .content .caption ul li {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
  .main .services-h-scroll.interior .step {
    padding-top: 30px;
  }
  .main .services-h-scroll.interior .step.step_one .caption {
    bottom: 200px;
  }
  .main .services-h-scroll.interior .step.step_two .caption,
  .main .services-h-scroll.interior .step.step_three .caption,
  .main .services-h-scroll.interior .step.step_four .caption,
  .main .services-h-scroll.interior .step.step_five .caption {
    margin-top: 0;
    text-align: center;
  }
  .main .services-h-scroll.interior .step.step_two .caption .obj,
  .main .services-h-scroll.interior .step.step_three .caption .obj,
  .main .services-h-scroll.interior .step.step_four .caption .obj,
  .main .services-h-scroll.interior .step.step_five .caption .obj {
    left: 50%;
    top: -100px;
    transform: translate(-50%, 0) scale(0.5);
  }
  .main .services-h-scroll.interior .step.step_two picture,
  .main .services-h-scroll.interior .step.step_three picture,
  .main .services-h-scroll.interior .step.step_four picture,
  .main .services-h-scroll.interior .step.step_five picture {
    margin: 0 auto;
    max-width: 300px;
    height: 200px;
  }
  .main .services-h-scroll.exterior .step.step_two .caption,
  .main .services-h-scroll.exterior .step.step_three .caption,
  .main .services-h-scroll.exterior .step.step_four .caption,
  .main .services-h-scroll.exterior .step.step_five .caption {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    z-index: 2;
  }
  .main .services-h-scroll.exterior .step.step_two .caption .obj,
  .main .services-h-scroll.exterior .step.step_three .caption .obj,
  .main .services-h-scroll.exterior .step.step_four .caption .obj,
  .main .services-h-scroll.exterior .step.step_five .caption .obj {
    left: 50%;
    top: -100px;
    transform: translate(-50%, 0) scale(0.5);
  }
  .main .services-h-scroll.exterior .step.step_two picture,
  .main .services-h-scroll.exterior .step.step_three picture,
  .main .services-h-scroll.exterior .step.step_four picture,
  .main .services-h-scroll.exterior .step.step_five picture {
    margin: 0 auto;
    max-width: 300px;
    height: 200px;
  }
  .main .services-h-scroll.maintenance .step.step_two .caption,
  .main .services-h-scroll.maintenance .step.step_three .caption,
  .main .services-h-scroll.maintenance .step.step_four .caption,
  .main .services-h-scroll.maintenance .step.step_five .caption,
  .main .services-h-scroll.maintenance .step.step_six .caption,
  .main .services-h-scroll.maintenance .step.step_seven .caption {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    z-index: 2;
  }
  .main .services-h-scroll.maintenance .step.step_two .caption .obj,
  .main .services-h-scroll.maintenance .step.step_three .caption .obj,
  .main .services-h-scroll.maintenance .step.step_four .caption .obj,
  .main .services-h-scroll.maintenance .step.step_five .caption .obj,
  .main .services-h-scroll.maintenance .step.step_six .caption .obj,
  .main .services-h-scroll.maintenance .step.step_seven .caption .obj {
    left: 50%;
    top: -100px;
    transform: translate(-50%, 0) scale(0.5);
  }
  .main .services-h-scroll.maintenance .step.step_two .caption .left-spacing,
  .main .services-h-scroll.maintenance .step.step_three .caption .left-spacing,
  .main .services-h-scroll.maintenance .step.step_four .caption .left-spacing,
  .main .services-h-scroll.maintenance .step.step_five .caption .left-spacing,
  .main .services-h-scroll.maintenance .step.step_six .caption .left-spacing,
  .main .services-h-scroll.maintenance .step.step_seven .caption .left-spacing {
    transform: translateX(0);
  }
  .main .services-h-scroll.maintenance .step.step_two p,
  .main .services-h-scroll.maintenance .step.step_three p,
  .main .services-h-scroll.maintenance .step.step_four p,
  .main .services-h-scroll.maintenance .step.step_five p,
  .main .services-h-scroll.maintenance .step.step_six p,
  .main .services-h-scroll.maintenance .step.step_seven p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main .services-h-scroll.maintenance .step.step_two picture,
  .main .services-h-scroll.maintenance .step.step_three picture,
  .main .services-h-scroll.maintenance .step.step_four picture,
  .main .services-h-scroll.maintenance .step.step_five picture,
  .main .services-h-scroll.maintenance .step.step_six picture,
  .main .services-h-scroll.maintenance .step.step_seven picture {
    margin: 0 auto;
    max-width: 300px;
    height: 200px;
  }
  .footer {
    text-align: center;
  }
  .footer .container {
    display: block;
  }
  .footer .social-icons-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .social-icons-wrapper p {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .footer .navbar-nav {
    display: block;
    text-align: center;
  }
  .footer .btn {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .header {
    position: static;
  }
  .main .hero {
    height: 260px;
  }
  .main .hero iframe {
    position: static;
    height: auto;
  }
  .main .services .captionsWrapper .caption .main-title {
    font-size: 18px;
  }
  .main .services .captionsWrapper .caption p {
    -webkit-line-clamp: 1;
  }
  .main .services .captionsWrapper .caption .btn {
    font-size: 14px;
  }
  .main .services .captionsWrapper .caption.caption1 {
    max-width: 250px;
    top: 20px;
    left: 20px;
  }
  .main .services .captionsWrapper .caption.caption2,
  .main .services .captionsWrapper .caption.caption3,
  .main .services .captionsWrapper .caption.caption4 {
    max-width: 90%;
  }
  .main .services .captionsWrapper .caption.caption5 {
    top: 20px;
    right: 20px;
    text-align: right;
  }
  .main .services .captionsWrapper .caption.caption6 {
    max-width: 90%;
    display: block;
  }
  .main .services .captionsWrapper .caption.caption6 .btn {
    display: none;
  }
  .main .services .captionsWrapper .caption.caption6 p {
    padding-left: 0;
  }
  .main .history .step {
    padding: 40px 0 0;
  }
  .main .history .step .main-title {
    font-size: 18px;
  }
  .main .history .step p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main .our-projects {
    padding: 40px 0;
  }
  .main .our-projects .main-title {
    font-size: 30px;
    text-align: center;
  }
  .main .our-projects .card-horizontal .obj {
    display: none;
  }
  .main .our-projects .card-horizontal .content {
    text-align: center;
    padding: 20px 0;
  }
  .main .our-projects .card-horizontal .content h1 {
    font-size: 30px;
  }
  .main .our-projects .card-horizontal .content h2 {
    font-size: 24px;
  }
  .main .lets-talk {
    padding: 50px 0 40px;
  }
  .main .lets-talk .main-title {
    font-size: 40px;
  }
  .main .lets-talk .btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
  }
  .main .lets-talk .secondary-title {
    font-size: 24px;
  }
  .main .lets-talk .social li {
    margin: 20px 0;
  }
  .main .lets-talk .social li a .icon {
    margin-right: 10px;
  }
  .main .lets-talk .social li a .icon img {
    width: 40px;
    height: 40px;
  }
  .main .lets-talk .social li a .text {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .page-banner .caption .main-title {
    font-size: 30px;
  }
  .main .page-banner .caption ul li {
    padding-left: 15px;
  }
  .main .page-banner .caption ul li:after {
    width: 8px;
    height: 8px;
  }
  .main .page-banner .obj.paper {
    object-fit: cover;
  }
  .main .about-card {
    margin-bottom: 100px;
  }
  .main .about-card:after {
    background-size: cover;
  }
  .main .about-card .main-title {
    font-size: 22px;
    line-height: 32px;
  }
  .main .about-card.blue-dark:after {
    background-size: cover;
  }
  .main .horizontal-card .img-wrapper {
    margin: 0 auto 50px;
  }
  .main .horizontal-card .content .main-title {
    font-size: 24px;
  }
  .main .services-h-scroll.interior .step.step_one .caption {
    width: 80%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .main .services-h-scroll.interior .step.step_one picture {
    width: 100%;
    height: auto;
    bottom: 50px;
  }
  .main .services-h-scroll.interior .step.step_one picture img {
    width: 100%;
  }
  .main .services-h-scroll.interior .step.step_one .bg-paper {
    width: 80%;
    height: auto;
    bottom: 20%;
    top: auto;
  }
  .main .services-h-scroll.interior .step.step_two .caption,
  .main .services-h-scroll.interior .step.step_three .caption,
  .main .services-h-scroll.interior .step.step_four .caption,
  .main .services-h-scroll.interior .step.step_five .caption {
    margin-bottom: 40px;
  }
  .main .services-h-scroll.interior .step.step_two picture,
  .main .services-h-scroll.interior .step.step_three picture,
  .main .services-h-scroll.interior .step.step_four picture,
  .main .services-h-scroll.interior .step.step_five picture {
    margin: 0 auto;
    max-width: 300px;
    height: 200px;
  }
  .main .services-h-scroll.exterior .step.step_one .caption {
    width: 80%;
    margin-top: -100px;
  }
  .main .services-h-scroll.exterior .step.step_one picture {
    width: 100%;
    height: auto;
    bottom: 50px;
  }
  .main .services-h-scroll.exterior .step.step_one picture img {
    width: 100%;
  }
  .main .services-h-scroll.exterior .step.step_one .bg-paper {
    margin-top: -100px;
  }
  .main .services-h-scroll.exterior .step.step_two .caption,
  .main .services-h-scroll.exterior .step.step_three .caption,
  .main .services-h-scroll.exterior .step.step_four .caption,
  .main .services-h-scroll.exterior .step.step_five .caption {
    margin-bottom: 40px;
  }
  .main .services-h-scroll.exterior .step.step_two picture,
  .main .services-h-scroll.exterior .step.step_three picture,
  .main .services-h-scroll.exterior .step.step_four picture,
  .main .services-h-scroll.exterior .step.step_five picture {
    margin: 0 auto;
    max-width: 300px;
    height: 200px;
  }
  .main .services-h-scroll.exterior .step.step_two picture .obj,
  .main .services-h-scroll.exterior .step.step_three picture .obj,
  .main .services-h-scroll.exterior .step.step_four picture .obj,
  .main .services-h-scroll.exterior .step.step_five picture .obj {
    transform: translate(50%, -50%) scale(0.5);
  }
  .main .services-h-scroll.maintenance .step.step_one .caption {
    width: 95%;
    max-width: 95%;
  }
  .main .services-h-scroll.maintenance .step.step_one .main-title {
    font-size: 28px;
  }
  .main .services-h-scroll.maintenance .step.step_two .main-title,
  .main .services-h-scroll.maintenance .step.step_three .main-title,
  .main .services-h-scroll.maintenance .step.step_four .main-title,
  .main .services-h-scroll.maintenance .step.step_five .main-title,
  .main .services-h-scroll.maintenance .step.step_six .main-title,
  .main .services-h-scroll.maintenance .step.step_seven .main-title {
    font-size: 20px;
  }
  .main .services-h-scroll.maintenance .step.step_seven picture {
    max-width: 210px;
  }
  .main .horizontal-slider {
    padding: 40px 0;
  }
  .main .horizontal-slider .main-title {
    font-size: 24px;
  }
  .main .leaves .obj.obj-left {
    object-position: top left;
  }
  .main .leaves .obj.obj-right {
    object-position: top left;
  }
}
@media (max-width: 567px) {
  .main .horizontal-slider .slick-slider .img-wrapper img {
    height: 150px;
  }
  .main .history .step {
    padding: 80px 0 0;
  }
  .main .history .step p {
    -webkit-line-clamp: 10;
  }
}

/*# sourceMappingURL=style.css.map */
