@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* line 2, ../sass/base/_base.scss */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 13, ../sass/base/_base.scss */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* line 18, ../sass/base/_base.scss */
body {
  font-family: 'Poppins', sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 1, ../sass/base/_utilities.scss */
  .Row_padding {
    padding: 0.7rem 1.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 1, ../sass/base/_utilities.scss */
  .Row_padding {
    padding: 1rem 2rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 14, ../sass/base/_utilities.scss */
  .row-gap-items-with-gap {
    gap: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 14, ../sass/base/_utilities.scss */
  .row-gap-items-with-gap {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 14, ../sass/base/_utilities.scss */
  .row-gap-items-with-gap {
    gap: 20px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 14, ../sass/base/_utilities.scss */
  .row-gap-items-with-gap {
    gap: 20px !important;
  }
}

/* line 39, ../sass/base/_utilities.scss */
.u-container-center {
  width: 100%;
  margin: 0 auto;
}

/* line 44, ../sass/base/_utilities.scss */
.u-no-bg {
  background-color: white !important;
}

/* line 50, ../sass/base/_utilities.scss */
.u-reverse_flex {
  flex-direction: row-reverse;
}

/* line 56, ../sass/base/_utilities.scss */
.u-strech-items {
  align-items: stretch !important;
}

/* line 62, ../sass/base/_utilities.scss */
.u-max-height_FAQ {
  max-height: 60vh !important;
}

/* line 67, ../sass/base/_utilities.scss */
.u-row-gap {
  margin-top: 40px;
}

/* line 72, ../sass/base/_utilities.scss */
.u-row-gap-v2 {
  margin-top: 80px;
}

/* line 77, ../sass/base/_utilities.scss */
.u-column-gap {
  gap: 30px;
}

/* line 82, ../sass/base/_utilities.scss */
.u-left-align-row-items {
  justify-content: left !important;
}

/* line 87, ../sass/base/_utilities.scss */
.u-center-row-items {
  justify-content: center !important;
}

/* line 92, ../sass/base/_utilities.scss */
.u-Center_hero_header {
  top: 50% !important;
  left: 50% !important;
}

/* line 102, ../sass/base/_utilities.scss */
.header-1 {
  font-size: 1.6rem;
}

/* line 102, ../sass/base/_utilities.scss */
.header-2 {
  font-size: 3.2rem;
}

/* line 102, ../sass/base/_utilities.scss */
.header-3 {
  font-size: 4.8rem;
}

/* line 110, ../sass/base/_utilities.scss */
.font-bold {
  font-weight: bold !important;
}

/* line 115, ../sass/base/_utilities.scss */
.DefualtMargin {
  margin: 40px auto  !important;
}

/* line 120, ../sass/base/_utilities.scss */
.Defualt_hero_height {
  min-height: 70vh !important;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 127, ../sass/base/_utilities.scss */
  .Defualt_hero_height .background-image img {
    min-height: 75vh !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 134, ../sass/base/_utilities.scss */
  .Defualt_hero_height .background-image img {
    min-height: 75vh !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 143, ../sass/base/_utilities.scss */
  .Defualt_hero_height .background-image img {
    min-height: 75vh !important;
  }
}

/* line 151, ../sass/base/_utilities.scss */
.u-no-margin {
  margin-bottom: 0px !important;
}

/* line 159, ../sass/base/_utilities.scss */
.u-marginTopV2 {
  margin: 50px auto !important;
}

/* line 163, ../sass/base/_utilities.scss */
.u-center {
  text-align: center !important;
}

/* line 167, ../sass/base/_utilities.scss */
.u-Project_Card {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  display: block;
}

/* line 176, ../sass/base/_utilities.scss */
.Body-Text-Font-Size {
  font-size: 1.8rem !important;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 176, ../sass/base/_utilities.scss */
  .Body-Text-Font-Size {
    padding: 0.7rem 1.5rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 176, ../sass/base/_utilities.scss */
  .Body-Text-Font-Size {
    padding: 0.7rem 1.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 176, ../sass/base/_utilities.scss */
  .Body-Text-Font-Size {
    padding: 1rem 2rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 176, ../sass/base/_utilities.scss */
  .Body-Text-Font-Size {
    padding: 2rem 4rem !important;
  }
}

/* line 202, ../sass/base/_utilities.scss */
.Heading-h1 {
  font-size: 4.2rem;
}

/* line 207, ../sass/base/_utilities.scss */
.Heading-h2 {
  font-size: 3.2rem;
}

/* line 213, ../sass/base/_utilities.scss */
.u-no-height {
  min-height: 20vh !important;
}

/* line 218, ../sass/base/_utilities.scss */
.u-no-height-v2 {
  min-height: 30vh !important;
}

@use "sass:math";
@media screen and (min-width: 1024px) {
  /* line 72, ../sass/layout/GridSystem/_GridLayout.scss */
  .gap > * {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 86, ../sass/layout/GridSystem/_GridLayout.scss */
  .gap {
    margin-left: -100px;
    margin-right: -100px;
  }
}

@media screen and (min-width: 960px) {
  /* line 95, ../sass/layout/GridSystem/_GridLayout.scss */
  .center {
    justify-content: center;
    align-items: center;
  }
}

/* line 108, ../sass/layout/GridSystem/_GridLayout.scss */
.align-center {
  align-items: center;
}

/* line 120, ../sass/layout/GridSystem/_GridLayout.scss */
.center_Grid {
  margin: 96px auto;
}

/* line 125, ../sass/layout/GridSystem/_GridLayout.scss */
.GridSystem {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
/* line 139, ../sass/layout/GridSystem/_GridLayout.scss */
.GridSystem--Row {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 0) {
  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 153, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 163, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 173, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 183, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 192, ../sass/layout/GridSystem/_GridLayout.scss */
  .col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
/* line 200, ../sass/layout/GridSystem/_GridLayout.scss */
.m-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 211, ../sass/layout/GridSystem/_GridLayout.scss */
.Menu-gap > * {
  padding: 2rem;
}

@media screen and (min-width: 960px) {
  /* line 220, ../sass/layout/GridSystem/_GridLayout.scss */
  .Menu-gap {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/* line 234, ../sass/layout/GridSystem/_GridLayout.scss */
.smallGap > * {
  padding: 2rem;
}

@use "sass:math";
/* line 12, ../sass/layout/_grid.scss */
.container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* line 21, ../sass/layout/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 28, ../sass/layout/_grid.scss */
.row .col {
  flex: 1;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-1 {
  width: 8.33333%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-2 {
  width: 16.66667%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-3 {
  width: 25%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-4 {
  width: 33.33333%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-5 {
  width: 41.66667%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-6 {
  width: 50%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-7 {
  width: 58.33333%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-8 {
  width: 66.66667%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-9 {
  width: 75%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-10 {
  width: 83.33333%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-11 {
  width: 91.66667%;
}
/* line 33, ../sass/layout/_grid.scss */
.row .col-12 {
  width: 100%;
}

@media (min-width: 48px) {
  /* line 44, ../sass/layout/_grid.scss */
  .row .col-phone {
    flex: 1;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-1 {
    width: 8.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-2 {
    width: 16.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-3 {
    width: 25%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-4 {
    width: 33.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-5 {
    width: 41.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-6 {
    width: 50%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-7 {
    width: 58.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-8 {
    width: 66.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-9 {
    width: 75%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-10 {
    width: 83.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-11 {
    width: 91.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-phone-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 44, ../sass/layout/_grid.scss */
  .row .col-tablet {
    flex: 1;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-1 {
    width: 8.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-2 {
    width: 16.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-3 {
    width: 25%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-4 {
    width: 33.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-5 {
    width: 41.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-6 {
    width: 50%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-7 {
    width: 58.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-8 {
    width: 66.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-9 {
    width: 75%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-10 {
    width: 83.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-11 {
    width: 91.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-tablet-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 44, ../sass/layout/_grid.scss */
  .row .col-desktop {
    flex: 1;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-1 {
    width: 8.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-2 {
    width: 16.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-3 {
    width: 25%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-4 {
    width: 33.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-5 {
    width: 41.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-6 {
    width: 50%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-7 {
    width: 58.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-8 {
    width: 66.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-9 {
    width: 75%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-10 {
    width: 83.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-11 {
    width: 91.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-desktop-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 44, ../sass/layout/_grid.scss */
  .row .col-laptop {
    flex: 1;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-1 {
    width: 8.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-2 {
    width: 16.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-3 {
    width: 25%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-4 {
    width: 33.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-5 {
    width: 41.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-6 {
    width: 50%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-7 {
    width: 58.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-8 {
    width: 66.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-9 {
    width: 75%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-10 {
    width: 83.33333%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-11 {
    width: 91.66667%;
  }
  /* line 49, ../sass/layout/_grid.scss */
  .row .col-laptop-12 {
    width: 100%;
  }
}
/* line 1, ../sass/layout/_footer-new.scss */
footer {
  background-color: #050677;
  padding: 50px 100px;
  font-size: 1.6rem;
  color: white;
}

/* line 15, ../sass/layout/_footer-new.scss */
.footer__container {
  display: grid;
  grid-template-columns: 3fr 1fr auto;
  gap: 50px;
}
/* line 20, ../sass/layout/_footer-new.scss */
.footer__container h2 {
  position: relative;
  margin-bottom: 15px;
}
/* line 25, ../sass/layout/_footer-new.scss */
.footer__container h2::before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background-color: white;
}

/* line 39, ../sass/layout/_footer-new.scss */
.socail-media-links__footer {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 50px);
  gap: 10px;
}
/* line 45, ../sass/layout/_footer-new.scss */
.socail-media-links__footer li {
  list-style-type: none;
}
/* line 48, ../sass/layout/_footer-new.scss */
.socail-media-links__footer li a {
  font-size: 1.6rem;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #0709a8;
  display: grid;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
}

/* line 66, ../sass/layout/_footer-new.scss */
.socail-media-links__footer .fa-brands {
  color: white;
}

/* line 71, ../sass/layout/_footer-new.scss */
.section_links li {
  list-style-type: none;
}
/* line 74, ../sass/layout/_footer-new.scss */
.section_links li a {
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  /* line 84, ../sass/layout/_footer-new.scss */
  .contactus-info {
    height: 350px;
  }
}

/* line 91, ../sass/layout/_footer-new.scss */
.contactus-info li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
}
/* line 94, ../sass/layout/_footer-new.scss */
.contactus-info li p {
  font-size: 1.6rem;
}
/* line 109, ../sass/layout/_footer-new.scss */
.contactus-info li a {
  font-size: 1.6rem;
  display: inline-block;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  background-color: #0709a8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
}
/* line 124, ../sass/layout/_footer-new.scss */
.contactus-info li a:link {
  background-color: #0709a8;
}
/* line 129, ../sass/layout/_footer-new.scss */
.contactus-info li a:visited {
  background-color: #0709a8;
}
/* line 131, ../sass/layout/_footer-new.scss */
.contactus-info li a:hover {
  background-color: #0709a8;
}
/* line 133, ../sass/layout/_footer-new.scss */
.contactus-info li a:active {
  background-color: #0709a8;
}
/* line 139, ../sass/layout/_footer-new.scss */
.contactus-info li i {
  color: white;
}

/* line 154, ../sass/layout/_footer-new.scss */
.copyright-section {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

/* line 161, ../sass/layout/_footer-new.scss */
.footer__powerdBy {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

/* line 170, ../sass/layout/_footer-new.scss */
.footer__powerdBy img {
  width: 300px;
}

@media (max-width: 991px) {
  /* line 177, ../sass/layout/_footer-new.scss */
  footer {
    padding: 40px;
  }

  /* line 181, ../sass/layout/_footer-new.scss */
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  /* line 187, ../sass/layout/_footer-new.scss */
  footer {
    padding: 40px;
  }

  /* line 191, ../sass/layout/_footer-new.scss */
  .footer__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 197, ../sass/layout/_footer-new.scss */
.footer-Address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 1, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2 {
  background-color: #111111;
  padding: 3rem !important;
}
/* line 10, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--divider {
  width: 100%;
  border: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  /* line 10, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--divider {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1200px) {
  /* line 10, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--divider {
    grid-column: 1/4;
  }
}
/* line 35, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2 img {
  width: 100px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  /* line 35, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2 img {
    width: 200px;
  }
}
/* line 49, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--column {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  /* line 49, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--column {
    padding: 2rem;
  }
}
/* line 80, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--column--title {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}
/* line 91, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--column--contactInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
/* line 101, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--column--contactInfo p {
  font-size: 14px;
}
/* line 108, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--column--list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* line 119, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--column--list a {
  color: #D8D8D8;
  text-decoration: none;
}
/* line 135, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--logo img {
  width: calc(15rem + 7vw);
  height: calc(13rem + 7vh);
  max-width: 300px;
  max-height: 280px;
  object-fit: cover;
}
/* line 153, ../sass/layout/_ModernFooter.scss */
.ModernFooter-v2--wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  /* line 153, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 4rem !important;
    gap: 42px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 153, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--wrapper {
    padding: 8rem;
    gap: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* line 153, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--wrapper {
    padding-top: 4rem !important;
    justify-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  /* line 153, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--wrapper {
    width: 1400px;
    margin: auto;
  }
}

@media screen and (min-width: 1600px) {
  /* line 215, ../sass/layout/_ModernFooter.scss */
  .ModernFooter-v2--column:nth-child(2) {
    grid-row: 2;
  }
}

/* line 1, ../sass/layout/_Gallary.scss */
.gallary {
  height: 80%;
  width: 100%;
  display: flex;
  margin: 5% auto 0;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 1, ../sass/layout/_Gallary.scss */
  .gallary {
    flex-direction: column;
    padding: 1rem 2rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 1, ../sass/layout/_Gallary.scss */
  .gallary {
    flex-direction: column;
    padding: 1rem 2rem !important;
  }
}
/* line 30, ../sass/layout/_Gallary.scss */
.gallary__container {
  cursor: pointer;
  min-height: 40vh;
  width: 250px;
  background-size: cover;
  background-image: url("/assets/Commercial/Clinic/Clinic.jpg");
  background-position: center;
  position: relative;
  margin: 0 1%;
  flex-grow: 1;
  transition: 0.5s;
  flex-basis: 0;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 30, ../sass/layout/_Gallary.scss */
  .gallary__container {
    width: 100%;
    margin: 20px 1%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 30, ../sass/layout/_Gallary.scss */
  .gallary__container {
    width: 100%;
    margin: 20px 1%;
  }
}
/* line 79, ../sass/layout/_Gallary.scss */
.gallary__container:nth-child(2) {
  background-image: url("/assets/Industrial/Construction.jpeg");
}
/* line 85, ../sass/layout/_Gallary.scss */
.gallary__container:nth-child(3) {
  background-image: url('../assets/Residential/Residential.jpg?1729482979');
}
/* line 93, ../sass/layout/_Gallary.scss */
.gallary__container:hover {
  flex-basis: 50%;
}
/* line 104, ../sass/layout/_Gallary.scss */
.gallary__container__title {
  font-size: 1.8rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 124, ../sass/layout/_Gallary.scss */
.current_image {
  flex-basis: 50%;
}

/* line 1, ../sass/layout/_Navigation.scss */
.ModernNavigationMenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/layout/_Navigation.scss */
  .ModernNavigationMenu {
    background-color: #020346;
    justify-content: space-between;
  }
}
/* line 30, ../sass/layout/_Navigation.scss */
.ModernNavigationMenu--logo {
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  /* line 46, ../sass/layout/_Navigation.scss */
  .ModernNavigationMenu--logo.active {
    margin: auto;
  }
}
/* line 64, ../sass/layout/_Navigation.scss */
.ModernNavigationMenu--logo img {
  width: 200px;
  height: 120px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  /* line 64, ../sass/layout/_Navigation.scss */
  .ModernNavigationMenu--logo img {
    width: calc(12rem + 2vw);
    height: calc(10rem + 2vh);
  }
}
/* line 87, ../sass/layout/_Navigation.scss */
.ModernNavigationMenu--logo--text {
  text-transform: uppercase;
  font-size: 16px;
  color: #4244B9;
}
@media screen and (max-width: 1024px) {
  /* line 87, ../sass/layout/_Navigation.scss */
  .ModernNavigationMenu--logo--text {
    color: white;
  }
}

/* line 116, ../sass/layout/_Navigation.scss */
.ModernNavigation--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 42px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 116, ../sass/layout/_Navigation.scss */
  .ModernNavigation--list {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 116, ../sass/layout/_Navigation.scss */
  .ModernNavigation--list {
    display: none;
  }
  /* line 147, ../sass/layout/_Navigation.scss */
  .ModernNavigation--list.active {
    display: flex;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #020346;
    flex-direction: column;
    justify-content: center;
  }
  /* line 174, ../sass/layout/_Navigation.scss */
  .ModernNavigation--list.active a {
    color: white !important;
  }
}
/* line 183, ../sass/layout/_Navigation.scss */
.ModernNavigation--list a {
  text-decoration: none;
  font-size: 16px;
  color: #242424;
  text-decoration: none;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 183, ../sass/layout/_Navigation.scss */
  .ModernNavigation--list a {
    font-size: 14px;
  }
}

/* line 214, ../sass/layout/_Navigation.scss */
.SubMenu {
  position: absolute;
  z-index: 2;
  padding: 1rem 2rem;
  width: 400px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  display: none;
}
/* line 245, ../sass/layout/_Navigation.scss */
.SubMenu.active {
  display: flex;
}
@media screen and (max-width: 1024px) {
  /* line 245, ../sass/layout/_Navigation.scss */
  .SubMenu.active {
    position: fixed;
    background-color: #020346;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  /* line 272, ../sass/layout/_Navigation.scss */
  .SubMenu.active li {
    padding: 1rem 2rem;
  }
}

/* line 283, ../sass/layout/_Navigation.scss */
.burgerIcon {
  position: absolute;
  right: 10px;
  font-size: 24px;
  color: white;
  z-index: 999;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  /* line 283, ../sass/layout/_Navigation.scss */
  .burgerIcon {
    display: none;
  }
}

/* line 309, ../sass/layout/_Navigation.scss */
.SubMenuButton {
  transition: all 0.4s;
}
/* line 314, ../sass/layout/_Navigation.scss */
.SubMenuButton.down {
  transform: rotate(180deg);
}
/* line 319, ../sass/layout/_Navigation.scss */
.SubMenuButton.right {
  transform: rotate(-90deg);
}
/* line 322, ../sass/layout/_Navigation.scss */
.SubMenuButton.right path {
  stroke: white;
}

/* line 1, ../sass/layout/_Banner.scss */
.Banner {
  background-color: #111111;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/* line 14, ../sass/layout/_Banner.scss */
.Banner i {
  color: white;
  font-size: 17px;
}
/* line 21, ../sass/layout/_Banner.scss */
.Banner p, .Banner a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
/* line 30, ../sass/layout/_Banner.scss */
.Banner--contactInfo {
  display: flex;
  align-items: center;
  gap: 42px;
}
/* line 38, ../sass/layout/_Banner.scss */
.Banner--contactInfo--item, .Banner--contactInfo--Social {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 47, ../sass/layout/_Banner.scss */
.Banner--contactInfo--Social {
  position: relative;
  gap: 24px;
}
/* line 52, ../sass/layout/_Banner.scss */
.Banner--contactInfo--Social::before {
  content: '';
  position: absolute;
  left: -24px;
  width: 0px;
  height: 16px;
  border: 1px solid #9B9B9B;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/layout/_Banner.scss */
  .Banner {
    display: none;
  }
}

/* line 78, ../sass/layout/_Banner.scss */
.CTA_Button, button {
  width: 131px;
  height: 39px;
  border: none;
  background: #0709A8;
  border-radius: 6px;
  color: white !important;
  cursor: pointer;
  outline: none;
  padding: 1rem 2rem;
}

/* line 1, ../sass/components/_Buttons.scss */
.Button, .IconButton, .CTA_Button_Modern {
  width: 245px;
  height: 52px;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  opacity: 0.6;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 18px;
}

/* line 16, ../sass/components/_Buttons.scss */
.IconButton {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
}

/* line 30, ../sass/components/_Buttons.scss */
.CTA_Button_Modern {
  border: none;
  color: #0856A2;
  padding: 0px;
}

/* line 1, ../sass/components/_ComparisonCard.scss */
.comparisonCard {
  width: 1000px;
  position: relative;
}
/* line 9, ../sass/components/_ComparisonCard.scss */
.comparisonCard img {
  display: block;
  width: 100%;
}
/* line 14, ../sass/components/_ComparisonCard.scss */
.comparisonCard > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}

/* line 3, ../sass/components/_Projects_Card.scss */
.project_card img {
  width: 100%;
}

/* line 1, ../sass/components/_accordion.scss */
.accordion {
  width: 100rem;
  margin: 0 auto;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 1, ../sass/components/_accordion.scss */
  .accordion {
    width: 90%;
  }
}
/* line 16, ../sass/components/_accordion.scss */
.accordion_item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 32px;
  align-items: center;
  background-color: white;
}
/* line 26, ../sass/components/_accordion.scss */
.accordion_text {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
/* line 33, ../sass/components/_accordion.scss */
.accordion_hidden-box {
  color: #838383;
  font-size: 1.6rem;
  line-height: 1.5;
  display: none;
}
/* line 41, ../sass/components/_accordion.scss */
.accordion_hidden-box ul {
  font-size: 16px;
  color: yellow;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  /* line 41, ../sass/components/_accordion.scss */
  .accordion_hidden-box ul {
    font-size: 1.6rem;
  }
}
/* line 56, ../sass/components/_accordion.scss */
.accordion_hidden-box ul li {
  margin-top: 1rem;
}

/* line 66, ../sass/components/_accordion.scss */
.open {
  border-top: 4px solid black;
}

/* line 70, ../sass/components/_accordion.scss */
.open .accordion_hidden-box {
  display: block;
}

@media screen and (max-width: 600px) {
  /* line 77, ../sass/components/_accordion.scss */
  .accordion {
    padding-right: 0;
    width: 30rem;
  }

  /* line 82, ../sass/components/_accordion.scss */
  .accordion_hidden-box {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) and (min-width: 1024px) {
  /* line 82, ../sass/components/_accordion.scss */
  .accordion_hidden-box {
    font-size: 1.6rem;
  }
}

/* line 96, ../sass/components/_accordion.scss */
.MultiText-space {
  display: block;
}

/* line 1, ../sass/components/_form.scss */
.form {
  padding: 4rem;
  width: 90%;
  margin: 4rem auto 0 auto;
}
/* line 12, ../sass/components/_form.scss */
.form_feild {
  padding: 2rem;
  display: block;
  border: 1px solid black;
  margin-bottom: 3rem;
  border-radius: 6px;
  width: 100%;
  resize: none !important;
}
/* line 23, ../sass/components/_form.scss */
.form_feild:focus {
  outline: none;
}
/* line 29, ../sass/components/_form.scss */
.form input::placeholder,
.form textarea::placeholder {
  color: black;
  opacity: 1;
}
/* line 39, ../sass/components/_form.scss */
.form input[type=checkbox] {
  min-width: 20px;
}

/* line 52, ../sass/components/_form.scss */
.checkbutton-wrapper {
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
  font-size: 1.7rem;
}

@media screen and (min-width: 250px) and (max-width: 600px) {
  /* line 63, ../sass/components/_form.scss */
  .checkbutton-wrapper {
    font-size: 1.2rem;
  }
}
/* line 69, ../sass/components/_form.scss */
.u-form-padding {
  padding: 2rem;
}

/* line 1, ../sass/components/_ModernCard.scss */
.modern_card {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 20px;
  position: relative;
  background: linear-gradient(#111 50%, #000 100%);
}
/* line 9, ../sass/components/_ModernCard.scss */
.modern_card img {
  transform: scale(1.1) translateY(-20px);
  opacity: 0.3;
  max-width: 100%;
  display: block;
  transform: scale(1.3);
  transition: all 0.3s ease-out;
}
/* line 21, ../sass/components/_ModernCard.scss */
.modern_card .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 5%;
  top: 20%;
  padding: 15px;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 320px) {
  /* line 21, ../sass/components/_ModernCard.scss */
  .modern_card .card-body {
    top: 14%;
    left: 0%;
  }
}
/* line 40, ../sass/components/_ModernCard.scss */
.modern_card .card-body .Card-Title {
  color: white !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 320px) {
  /* line 40, ../sass/components/_ModernCard.scss */
  .modern_card .card-body .Card-Title {
    font-size: 1.6rem;
  }
}
/* line 50, ../sass/components/_ModernCard.scss */
.modern_card .LearnMore__Button {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: "black";
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 1px solid white;
  width: 70%;
  font-size: 1.6rem;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.modern_card .LearnMore__Button .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.modern_card .LearnMore__Button:hover {
  background-color: #050677;
}
@media screen and (max-width: 320px) {
  /* line 50, ../sass/components/_ModernCard.scss */
  .modern_card .LearnMore__Button {
    width: 200px;
  }
}

/* line 70, ../sass/components/_ModernCard.scss */
.modern_card:hover img {
  transform: scale(1.1) translateY(-20px);
  opacity: 0.3;
}

/* line 1, ../sass/components/_CounterSection.scss */
.counter-conatiner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 50px 50px;
}
/* line 8, ../sass/components/_CounterSection.scss */
.counter-conatiner .counter {
  color: white;
  font-size: 60px;
  margin-top: 10px;
}
/* line 15, ../sass/components/_CounterSection.scss */
.counter-conatiner span {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 21, ../sass/components/_CounterSection.scss */
.counter-conatiner i {
  color: white;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 2, ../sass/components/_ServiceCard.scss */
  .u-ServiceCard_Height_Responsive {
    height: 620px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 2, ../sass/components/_ServiceCard.scss */
  .u-ServiceCard_Height_Responsive {
    height: 620px !important;
  }
}

/* line 28, ../sass/components/_ServiceCard.scss */
.Project_Cards_Image {
  height: 100% !important;
}

/* line 34, ../sass/components/_ServiceCard.scss */
.Prpject_Cards_Height {
  max-height: 640px !important;
}

/* line 39, ../sass/components/_ServiceCard.scss */
.Project_Cards_Height_v2 {
  height: 830px !important;
}

/* line 44, ../sass/components/_ServiceCard.scss */
.Prpject_Cards_Height_v3 {
  height: 500px !important;
}

/* line 49, ../sass/components/_ServiceCard.scss */
.Project_Cards_Button_Flex {
  margin-top: auto !important;
}

/* line 54, ../sass/components/_ServiceCard.scss */
.project_cards_heading {
  font-size: 3.4rem !important;
}

/* line 59, ../sass/components/_ServiceCard.scss */
.full_width_Image {
  width: 100% !important;
}

/* line 65, ../sass/components/_ServiceCard.scss */
.serviceCard {
  display: flex;
  flex-direction: column;
  width: 350px;
  height: 750px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 65, ../sass/components/_ServiceCard.scss */
  .serviceCard {
    width: 100%;
    height: 630px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 65, ../sass/components/_ServiceCard.scss */
  .serviceCard {
    width: 90%;
    height: 760px !important;
  }
}
/* line 101, ../sass/components/_ServiceCard.scss */
.serviceCard img {
  object-fit: cover;
  min-height: 300px !important;
  max-height: 300px !important;
  width: 100% !important;
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 101, ../sass/components/_ServiceCard.scss */
  .serviceCard img {
    min-height: 200px !important;
    max-height: 200px !important;
  }
}
/* line 128, ../sass/components/_ServiceCard.scss */
.serviceCard__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2rem 4rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 128, ../sass/components/_ServiceCard.scss */
  .serviceCard__wrapper {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 128, ../sass/components/_ServiceCard.scss */
  .serviceCard__wrapper {
    padding: 1rem 2rem;
  }
}
/* line 147, ../sass/components/_ServiceCard.scss */
.serviceCard__wrapper__tag {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 30px;
  padding: 0.5rem 1rem;
  width: 100px;
  color: white;
}
/* line 158, ../sass/components/_ServiceCard.scss */
.serviceCard__title {
  color: rgba(0, 0, 0, 0.85);
  margin-top: 30px;
  font-size: 2rem;
}
/* line 166, ../sass/components/_ServiceCard.scss */
.serviceCard__content {
  color: #838383;
  flex: 1 !important;
  margin-top: 30px;
  text-align: left !important;
  width: 100% !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 166, ../sass/components/_ServiceCard.scss */
  .serviceCard__content {
    margin-top: 8px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 166, ../sass/components/_ServiceCard.scss */
  .serviceCard__content {
    margin-top: 8px;
  }
}
/* line 190, ../sass/components/_ServiceCard.scss */
.serviceCard__button {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: #0709a8;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin-top: 30px;
  border: none !important;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.serviceCard__button .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.serviceCard__button:hover {
  background-color: #050677;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 190, ../sass/components/_ServiceCard.scss */
  .serviceCard__button {
    width: 240 !important;
    height: 50px !important;
    padding: 1rem 2rem;
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 190, ../sass/components/_ServiceCard.scss */
  .serviceCard__button {
    width: 240 !important;
    height: 50px !important;
    padding: 1rem 2rem;
    margin-top: 15px !important;
  }
}

/* line 1, ../sass/components/_OurWorkCard.scss */
.OurWorkCard {
  position: relative;
}
/* line 9, ../sass/components/_OurWorkCard.scss */
.OurWorkCard--content {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding-left: 1rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.24);
}
/* line 25, ../sass/components/_OurWorkCard.scss */
.OurWorkCard h3 {
  font-size: 2rem;
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 25, ../sass/components/_OurWorkCard.scss */
  .OurWorkCard h3 {
    font-size: 32px;
    font-weight: bold;
  }
}

/* line 1, ../sass/pages/_home.scss */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* line 9, ../sass/pages/_home.scss */
.background-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: brightness(70%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 23, ../sass/pages/_home.scss */
video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 42, ../sass/pages/_home.scss */
.about-us__section {
  margin: 50px auto;
  max-width: 1400px;
}

/* line 48, ../sass/pages/_home.scss */
.about-us__section img {
  width: 90%;
}
@media screen and (max-width: 320px) {
  /* line 48, ../sass/pages/_home.scss */
  .about-us__section img {
    width: 100%;
  }
}

/* line 55, ../sass/pages/_home.scss */
.about-us__section_text__container {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 320px) {
  /* line 55, ../sass/pages/_home.scss */
  .about-us__section_text__container {
    align-items: center;
  }
}
/* line 69, ../sass/pages/_home.scss */
.about-us__section_text__container h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  font-weight: 600;
  text-align: "left";
}
@media screen and (max-width: 320px) {
  /* line 69, ../sass/pages/_home.scss */
  .about-us__section_text__container h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  /* line 69, ../sass/pages/_home.scss */
  .about-us__section_text__container h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
/* line 73, ../sass/pages/_home.scss */
.about-us__section_text__container p {
  color: #838383;
  font-size: 1.6rem;
  max-width: 500px;
}
@media screen and (max-width: 320px) {
  /* line 73, ../sass/pages/_home.scss */
  .about-us__section_text__container p {
    max-width: 100%;
    padding: 1rem 2.5rem;
  }
}
/* line 83, ../sass/pages/_home.scss */
.about-us__section_text__container .abouts_us_btn {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: #0709a8;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.about-us__section_text__container .abouts_us_btn .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.about-us__section_text__container .abouts_us_btn:hover {
  background-color: #050677;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 83, ../sass/pages/_home.scss */
  .about-us__section_text__container .abouts_us_btn {
    width: 200px;
    padding: 1.25rem;
    margin-bottom: 20px;
    margin: 1rem 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 83, ../sass/pages/_home.scss */
  .about-us__section_text__container .abouts_us_btn {
    width: 200px;
    padding: 1.25rem;
    margin-bottom: 20px;
    margin: 1rem 2rem;
  }
}

/* line 107, ../sass/pages/_home.scss */
.u-flex_defualt {
  align-items: stretch;
}

/* line 115, ../sass/pages/_home.scss */
.MyWork__section {
  margin: 100px auto;
  max-width: 1200px;
}
/* line 119, ../sass/pages/_home.scss */
.MyWork__section h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 320px) {
  /* line 119, ../sass/pages/_home.scss */
  .MyWork__section h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  /* line 119, ../sass/pages/_home.scss */
  .MyWork__section h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
/* line 124, ../sass/pages/_home.scss */
.MyWork__section p {
  color: #838383;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
/* line 130, ../sass/pages/_home.scss */
.MyWork__section p:nth-child(2) {
  margin-top: 20px;
}

/* line 141, ../sass/pages/_home.scss */
.my-work_cards_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 150, ../sass/pages/_home.scss */
.LoadMore__Button {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: #181818;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 200px;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.LoadMore__Button .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.LoadMore__Button:hover {
  background-color: #050677;
}
@media screen and (max-width: 320px) {
  /* line 150, ../sass/pages/_home.scss */
  .LoadMore__Button {
    padding: 1.25rem;
  }
}

/* line 163, ../sass/pages/_home.scss */
.stats__section {
  margin: 50px auto;
  background-color: #0709a8;
}
/* line 169, ../sass/pages/_home.scss */
.stats__section h1 {
  color: white;
  text-align: center;
  font-size: 4.2rem;
}
/* line 175, ../sass/pages/_home.scss */
.stats__section p {
  color: white;
  text-align: center;
  font-size: 32px;
}
/* line 181, ../sass/pages/_home.scss */
.stats__section .stats_counters_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 181, ../sass/pages/_home.scss */
  .stats__section .stats_counters_wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 181, ../sass/pages/_home.scss */
  .stats__section .stats_counters_wrapper {
    flex-direction: column;
  }
}

/* line 203, ../sass/pages/_home.scss */
.teamMembers__section {
  margin: 50px auto;
  max-width: 1400px;
}
/* line 207, ../sass/pages/_home.scss */
.teamMembers__section h1 {
  font-size: 4.2rem;
  text-align: center;
  font-weight: 200;
}
/* line 213, ../sass/pages/_home.scss */
.teamMembers__section p {
  text-align: center;
  font-size: 16px;
}
/* line 218, ../sass/pages/_home.scss */
.teamMembers__section img {
  width: 100%;
}

/* line 224, ../sass/pages/_home.scss */
.member-card {
  width: 300px;
  margin: 20px;
  padding: 2rem 4rem;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 238, ../sass/pages/_home.scss */
.why-choseUs {
  max-width: 1200px;
  margin: 40px auto;
}
/* line 245, ../sass/pages/_home.scss */
.why-choseUs h1 {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 320px) {
  /* line 245, ../sass/pages/_home.scss */
  .why-choseUs h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  /* line 245, ../sass/pages/_home.scss */
  .why-choseUs h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
/* line 270, ../sass/pages/_home.scss */
.why-choseUs p {
  color: #838383;
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 270, ../sass/pages/_home.scss */
  .why-choseUs p {
    padding: 0.7rem 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 270, ../sass/pages/_home.scss */
  .why-choseUs p {
    padding: 1rem 2rem;
  }
}

/* line 296, ../sass/pages/_home.scss */
.ContactUs__Button {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: "black";
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 1px solid white;
  width: 400px;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.ContactUs__Button .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.ContactUs__Button:hover {
  background-color: #050677;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  /* line 296, ../sass/pages/_home.scss */
  .ContactUs__Button {
    width: 250px;
    height: 50px;
    padding: 1rem 2rem;
  }
}

/* line 309, ../sass/pages/_home.scss */
.contact_us-section {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 321, ../sass/pages/_home.scss */
.contact_us-section h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 320px) {
  /* line 321, ../sass/pages/_home.scss */
  .contact_us-section h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  /* line 321, ../sass/pages/_home.scss */
  .contact_us-section h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
/* line 330, ../sass/pages/_home.scss */
.contact_us-section__content {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* line 1, ../sass/pages/_myWork.scss */
.ViewProjectButton {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: #0709a8;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: none;
  width: 280px;
  margin-top: 40px !important;
  margin: 10px auto;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.ViewProjectButton .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.ViewProjectButton:hover {
  background-color: #050677;
}

/* line 13, ../sass/pages/_myWork.scss */
.u-postion_defult {
  position: static;
}

/* line 17, ../sass/pages/_myWork.scss */
.u-no-min-height {
  min-height: auto;
}

/* line 21, ../sass/pages/_myWork.scss */
.our-work {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 50px auto;
}
/* line 31, ../sass/pages/_myWork.scss */
.our-work h1 {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 4.2rem;
}
/* line 38, ../sass/pages/_myWork.scss */
.our-work p {
  color: #838383;
  font-size: 1.6rem;
  padding: 2rem 4rem;
}

/* line 51, ../sass/pages/_myWork.scss */
.our_projectsCards img {
  width: 100%;
}

/* line 57, ../sass/pages/_myWork.scss */
.u-gap-row-items {
  gap: 40px;
}

/* line 2, ../sass/pages/_contactUs.scss */
.Contact_us__section_Image {
  position: relative;
  background: url(/assets/about-us.jpg);
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(25%);
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 2, ../sass/pages/_contactUs.scss */
  .Contact_us__section_Image {
    min-height: 100vh !important;
    background-position: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 2, ../sass/pages/_contactUs.scss */
  .Contact_us__section_Image {
    min-height: 100vh !important;
    background-position: center;
  }
}
/* line 24, ../sass/pages/_contactUs.scss */
.Contact_us__section_content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 24, ../sass/pages/_contactUs.scss */
  .Contact_us__section_content {
    top: 30%;
    left: 0%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 24, ../sass/pages/_contactUs.scss */
  .Contact_us__section_content {
    top: 30%;
    left: 0%;
  }
}
/* line 42, ../sass/pages/_contactUs.scss */
.Contact_us__section_content h1 {
  font-size: 4.2rem;
  color: white;
}
/* line 47, ../sass/pages/_contactUs.scss */
.Contact_us__section_content span {
  color: #75DED9;
}
/* line 53, ../sass/pages/_contactUs.scss */
.Contact_us__section .contactus-info {
  margin-top: 40px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 53, ../sass/pages/_contactUs.scss */
  .Contact_us__section .contactus-info {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 53, ../sass/pages/_contactUs.scss */
  .Contact_us__section .contactus-info {
    padding: 1rem 2rem;
  }
}
/* line 66, ../sass/pages/_contactUs.scss */
.Contact_us__section .contactus-info li a {
  width: 60px;
  height: 60px;
}
/* line 72, ../sass/pages/_contactUs.scss */
.Contact_us__section .contactus-info li p {
  color: white;
  font-size: 1.6rem;
}
/* line 77, ../sass/pages/_contactUs.scss */
.Contact_us__section .contactus-info li {
  align-items: center;
  gap: 2rem;
}
/* line 85, ../sass/pages/_contactUs.scss */
.Contact_us__section_formSection p {
  position: relative;
  font-weight: 400;
  font-size: 4.2rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 4rem;
}
/* line 96, ../sass/pages/_contactUs.scss */
.Contact_us__section_formSection p::after {
  content: '';
  position: absolute;
  bottom: -10%;
  right: 40%;
  width: 170px;
  background-color: #0709a8;
  height: 4px;
}

/* line 113, ../sass/pages/_contactUs.scss */
.form input[type="submit"] {
  width: 30%;
  background-color: #0709a8;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 113, ../sass/pages/_contactUs.scss */
  .form input[type="submit"] {
    width: 70% !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 113, ../sass/pages/_contactUs.scss */
  .form input[type="submit"] {
    width: 70% !important;
  }
}

/* line 128, ../sass/pages/_contactUs.scss */
.ContactUsSection {
  height: 80vh;
  position: relative;
  min-height: 800px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 128, ../sass/pages/_contactUs.scss */
  .ContactUsSection {
    flex-direction: column-reverse;
    height: 100%;
  }
}

/* line 153, ../sass/pages/_contactUs.scss */
.ContactUsInfo {
  position: relative;
  background: url(/assets/about-us.jpg);
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem;
}
/* line 164, ../sass/pages/_contactUs.scss */
.ContactUsInfo::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 184, ../sass/pages/_contactUs.scss */
.ContactUsInfo h1 {
  position: relative;
  color: white;
  z-index: 4;
  font-size: calc(1rem + 3vw);
}
@media screen and (min-width: 1024px) {
  /* line 184, ../sass/pages/_contactUs.scss */
  .ContactUsInfo h1 {
    font-size: 4.2rem;
  }
}

/* line 203, ../sass/pages/_contactUs.scss */
.ContactUsNavigation {
  position: relative;
  margin-top: 2.4rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* line 220, ../sass/pages/_contactUs.scss */
.ContactUsNavigation--item {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* line 231, ../sass/pages/_contactUs.scss */
.ContactUsNavigation--item__icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background-color: #0709a8;
}
/* line 251, ../sass/pages/_contactUs.scss */
.ContactUsNavigation--item a {
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
}

/* line 264, ../sass/pages/_contactUs.scss */
.span {
  color: #75DED9;
}

/* line 269, ../sass/pages/_contactUs.scss */
.ContactUs--form {
  z-index: 5;
  padding: 1rem;
}
/* line 278, ../sass/pages/_contactUs.scss */
.ContactUs--form h3 {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  font-weight: 400;
  font-size: 4.2rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 6.4rem;
}
/* line 292, ../sass/pages/_contactUs.scss */
.ContactUs--form h3::after {
  content: '';
  position: absolute;
  bottom: -5%;
  right: 40%;
  width: 170px;
  background-color: #0709a8;
  height: 4px;
}

/* line 1, ../sass/pages/_abousUs.scss */
.custom_header-V2 {
  position: relative;
  min-height: 80vh;
}

/* line 10, ../sass/pages/_abousUs.scss */
.mywork_button {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: "black";
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 1px solid white;
  width: 280px;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.mywork_button .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.mywork_button:hover {
  background-color: #050677;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 10, ../sass/pages/_abousUs.scss */
  .mywork_button {
    width: 240px;
    padding: 0.7rem 1,5rem;
    height: 60px;
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 10, ../sass/pages/_abousUs.scss */
  .mywork_button {
    width: 240px;
    padding: 0.7rem 1,5rem;
    height: 60px;
    font-size: 1.4rem !important;
  }
}

/* line 32, ../sass/pages/_abousUs.scss */
.contact-Usbutton {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: #0709a8;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 280px;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.contact-Usbutton .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.contact-Usbutton:hover {
  background-color: #050677;
}
@media screen and (max-width: 320px) {
  /* line 32, ../sass/pages/_abousUs.scss */
  .contact-Usbutton {
    width: 200px;
    padding: 1.25rem;
  }
}

/* line 49, ../sass/pages/_abousUs.scss */
.background-image img {
  width: 100%;
  display: block;
  filter: brightness(20%);
  object-fit: cover;
  max-height: 90vh;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 49, ../sass/pages/_abousUs.scss */
  .background-image img {
    min-height: 135vh;
    background-position: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 49, ../sass/pages/_abousUs.scss */
  .background-image img {
    min-height: 135vh;
    background-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 49, ../sass/pages/_abousUs.scss */
  .background-image img {
    min-height: 100vh;
    background-position: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 49, ../sass/pages/_abousUs.scss */
  .background-image img {
    min-height: 100vh;
    background-position: center;
  }
}

/* line 93, ../sass/pages/_abousUs.scss */
.our_skills_card .content_wrapper .our_skills_card_title {
  font-size: 3.6rem;
}

/* line 97, ../sass/pages/_abousUs.scss */
.our_skills_card .content_wrapper .our_skills_card_description {
  font-size: 1.6rem;
  max-width: 400px;
}

/* line 107, ../sass/pages/_abousUs.scss */
.our_skills_card {
  margin-left: 20px;
  margin-top: 5px;
  min-height: 150px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 107, ../sass/pages/_abousUs.scss */
  .our_skills_card {
    padding: 0.7rem 1.5rem;
  }
}
/* line 119, ../sass/pages/_abousUs.scss */
.our_skills_card i {
  color: black;
}

/* line 126, ../sass/pages/_abousUs.scss */
.OurPhilosophie {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 40px auto;
}
/* line 136, ../sass/pages/_abousUs.scss */
.OurPhilosophie .paragraph {
  color: #838383;
  font-size: 1.8rem;
  line-height: 1.5;
}
/* line 146, ../sass/pages/_abousUs.scss */
.OurPhilosophie .heading_border {
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  font-weight: 600;
  text-align: "left";
}
@media screen and (max-width: 320px) {
  /* line 146, ../sass/pages/_abousUs.scss */
  .OurPhilosophie .heading_border {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  /* line 146, ../sass/pages/_abousUs.scss */
  .OurPhilosophie .heading_border {
    font-size: 3.2rem;
    text-align: center;
  }
}
/* line 155, ../sass/pages/_abousUs.scss */
.OurPhilosophie .OurPhilosophie_intro {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #838383;
  line-height: 1.5;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 155, ../sass/pages/_abousUs.scss */
  .OurPhilosophie .OurPhilosophie_intro {
    padding: 0.7rem 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 155, ../sass/pages/_abousUs.scss */
  .OurPhilosophie .OurPhilosophie_intro {
    padding: 1rem 2rem;
  }
}
/* line 174, ../sass/pages/_abousUs.scss */
.OurPhilosophie .container div[class^="col"]:nth-child(1), .OurPhilosophie .container div[class^="col"]:nth-child(2),
.OurPhilosophie .container div[class^="col"]:nth-child(3) {
  background-color: #00bced;
}
/* line 178, ../sass/pages/_abousUs.scss */
.OurPhilosophie .container div[class^="col"]:nth-child(1) .our_skills_card .content_wrapper .our_skills_card_description, .OurPhilosophie .container div[class^="col"]:nth-child(2) .our_skills_card .content_wrapper .our_skills_card_description,
.OurPhilosophie .container div[class^="col"]:nth-child(3) .our_skills_card .content_wrapper .our_skills_card_description {
  color: white;
  text-align: center;
}
/* line 184, ../sass/pages/_abousUs.scss */
.OurPhilosophie .container div[class^="col"]:nth-child(1) i, .OurPhilosophie .container div[class^="col"]:nth-child(2) i,
.OurPhilosophie .container div[class^="col"]:nth-child(3) i {
  color: white;
}
/* line 189, ../sass/pages/_abousUs.scss */
.OurPhilosophie .container div[class^="col"]:nth-child(2) {
  background-color: #0709a8;
}
/* line 194, ../sass/pages/_abousUs.scss */
.OurPhilosophie .container div[class^="col"]:nth-child(3) {
  background-color: #00bced;
}

/* line 204, ../sass/pages/_abousUs.scss */
.u-margin-top {
  margin-top: 20px;
}

/* line 209, ../sass/pages/_abousUs.scss */
.u-why-us-paragraph {
  font-size: 1.6rem;
  line-height: 1.5 !important;
  max-width: 600px !important;
}

/* line 219, ../sass/pages/_abousUs.scss */
.custom-min-height {
  min-height: 18vh;
}

/* line 226, ../sass/pages/_abousUs.scss */
.CustomHeroSection {
  padding: 2rem 4rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 226, ../sass/pages/_abousUs.scss */
  .CustomHeroSection {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 226, ../sass/pages/_abousUs.scss */
  .CustomHeroSection {
    padding: 1rem 2rem;
  }
}
/* line 244, ../sass/pages/_abousUs.scss */
.CustomHeroSection__Side {
  width: 50%;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 244, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Side {
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 244, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Side {
    width: 100%;
  }
}
/* line 260, ../sass/pages/_abousUs.scss */
.CustomHeroSection__Side:nth-child(2) {
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 260, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Side:nth-child(2) {
    clip-path: none;
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 260, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Side:nth-child(2) {
    clip-path: none;
    margin-top: 20px;
    width: 100%;
  }
}
/* line 281, ../sass/pages/_abousUs.scss */
.CustomHeroSection__Side h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  font-weight: 600;
  text-align: "left";
  margin-bottom: 20px;
}
@media screen and (max-width: 320px) {
  /* line 281, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Side h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  /* line 281, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Side h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
/* line 286, ../sass/pages/_abousUs.scss */
.CustomHeroSection__Side p {
  color: #838383;
  font-size: 1.6rem;
}
/* line 294, ../sass/pages/_abousUs.scss */
.CustomHeroSection__Wrapper {
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 294, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 294, ../sass/pages/_abousUs.scss */
  .CustomHeroSection__Wrapper {
    flex-direction: column;
  }
}
/* line 307, ../sass/pages/_abousUs.scss */
.CustomHeroSection__Wrapper img {
  width: 100%;
}
/* line 320, ../sass/pages/_abousUs.scss */
.CustomHeroSection .margin-break {
  margin-top: 20px;
}

/* line 3, ../sass/pages/_civil.scss */
.u-h1-design {
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  font-style: italic;
  font-size: 4.2rem;
  font-weight: normal;
  text-align: center;
}

/* line 29, ../sass/pages/_civil.scss */
.row-defualt-flex {
  align-items: stretch;
}

/* line 35, ../sass/pages/_civil.scss */
.our-experience {
  max-width: 1200px;
  margin: 40px auto;
}
/* line 42, ../sass/pages/_civil.scss */
.our-experience p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* line 1, ../sass/pages/__ConstructionMagament.scss */
.header-content-custome {
  display: flex;
  flex-direction: column;
  color: white;
  transform: translate(-2%, -24%);
  padding: 2rem 4rem;
  position: absolute;
  top: 40%;
  left: 50% !important;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 1, ../sass/pages/__ConstructionMagament.scss */
  .header-content-custome {
    left: 5% !important;
    top: 35% !important;
    width: 95%;
    height: 440px;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 1, ../sass/pages/__ConstructionMagament.scss */
  .header-content-custome {
    left: 5% !important;
    top: 35% !important;
    width: 95%;
    height: 440px;
    padding: 0.5rem 1rem;
  }
}
/* line 40, ../sass/pages/__ConstructionMagament.scss */
.header-content-custome p {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 40, ../sass/pages/__ConstructionMagament.scss */
  .header-content-custome p {
    font-size: 1.4rem  !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 40, ../sass/pages/__ConstructionMagament.scss */
  .header-content-custome p {
    font-size: 1.4rem  !important;
  }
}
/* line 55, ../sass/pages/__ConstructionMagament.scss */
.header-content-custome h1 {
  font-size: 3.4rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 55, ../sass/pages/__ConstructionMagament.scss */
  .header-content-custome h1 {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 55, ../sass/pages/__ConstructionMagament.scss */
  .header-content-custome h1 {
    font-size: 2.8rem !important;
  }
}
/* line 70, ../sass/pages/__ConstructionMagament.scss */
.header-content-custome h2 {
  font-size: 1.8rem;
}
/* line 75, ../sass/pages/__ConstructionMagament.scss */
.header-content-custome span {
  color: #00bced;
}

/* line 82, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management {
  max-width: 1200px;
  margin: 40px auto;
}
/* line 84, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management .container div[class^="col"]:nth-child(odd) {
  background-color: #00bced;
}
/* line 87, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management .container div[class^="col"]:nth-child(odd) .our_skills_card_custom .content_wrapper .our_skills_card_description {
  color: white;
  text-align: center;
}
/* line 93, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management .container div[class^="col"]:nth-child(odd) i {
  color: white;
}
/* line 98, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management .container div[class^="col"]:nth-child(even) {
  background-color: #0709a8;
}
/* line 100, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management .container div[class^="col"]:nth-child(even) .our_skills_card_custom .content_wrapper .our_skills_card_description {
  color: white;
  text-align: center;
}
/* line 106, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management .container div[class^="col"]:nth-child(even) i {
  color: white;
}
/* line 113, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management h1 {
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 40px;
  font-size: 4.2rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 113, ../sass/pages/__ConstructionMagament.scss */
  .goal-ofconstruction-management h1 {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 113, ../sass/pages/__ConstructionMagament.scss */
  .goal-ofconstruction-management h1 {
    font-size: 2.8rem !important;
  }
}
/* line 132, ../sass/pages/__ConstructionMagament.scss */
.goal-ofconstruction-management p {
  color: #838383;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* line 145, ../sass/pages/__ConstructionMagament.scss */
.u-gap-item {
  gap: 20px;
}

/* line 151, ../sass/pages/__ConstructionMagament.scss */
.our_skills_card_custom {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 165, ../sass/pages/__ConstructionMagament.scss */
.our_skills_card_description {
  font-size: 1.4rem;
}

/* line 172, ../sass/pages/__ConstructionMagament.scss */
.u-flex-revers {
  flex-direction: row-reverse;
}

/* line 1, ../sass/pages/_MechanicalContracting.scss */
.reachUs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 80px auto;
}
/* line 9, ../sass/pages/_MechanicalContracting.scss */
.reachUs h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  text-align: center;
}
/* line 16, ../sass/pages/_MechanicalContracting.scss */
.reachUs p {
  color: #838383;
  text-align: left;
  line-height: 1.7;
}

/* line 27, ../sass/pages/_MechanicalContracting.scss */
.reachUs_button {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: #0709a8;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 30%;
  margin-top: 30px;
  border: none !important;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.reachUs_button .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.reachUs_button:hover {
  background-color: #050677;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 27, ../sass/pages/_MechanicalContracting.scss */
  .reachUs_button {
    width: 240px;
    padding: 0.7rem 1,5rem;
    height: 60px;
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 27, ../sass/pages/_MechanicalContracting.scss */
  .reachUs_button {
    width: 240px;
    padding: 0.7rem 1,5rem;
    height: 60px;
    font-size: 1.4rem !important;
  }
}

/* line 2, ../sass/pages/_DesignBuild.scss */
.header-content-design {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  transform: translate(-2%, -24%);
  padding: 2rem 4rem;
  position: absolute;
  top: 40%;
  left: 50% !important;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 2, ../sass/pages/_DesignBuild.scss */
  .header-content-design {
    width: 90%;
    top: 32%;
    left: 1% !important;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 2, ../sass/pages/_DesignBuild.scss */
  .header-content-design {
    width: 90%;
    top: 32%;
    left: 6% !important;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2, ../sass/pages/_DesignBuild.scss */
  .header-content-design {
    width: 90%;
    top: 40%;
    left: 6% !important;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 2, ../sass/pages/_DesignBuild.scss */
  .header-content-design {
    width: 70%;
    top: 40%;
    left: 6% !important;
    padding: 1rem 2rem;
  }
}
/* line 139, ../sass/abstracts/_mixins.scss */
.header-content-design p {
  font-size: 1.6rem !important;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 139, ../sass/abstracts/_mixins.scss */
  .header-content-design p {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 139, ../sass/abstracts/_mixins.scss */
  .header-content-design p {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 139, ../sass/abstracts/_mixins.scss */
  .header-content-design p {
    font-size: 1.6rem !important;
  }
}
/* line 171, ../sass/abstracts/_mixins.scss */
.header-content-design h1 {
  font-size: 4.2rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 171, ../sass/abstracts/_mixins.scss */
  .header-content-design h1 {
    font-size: 2.4rem;
    min-width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 171, ../sass/abstracts/_mixins.scss */
  .header-content-design h1 {
    font-size: 2.4rem;
    min-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 171, ../sass/abstracts/_mixins.scss */
  .header-content-design h1 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 171, ../sass/abstracts/_mixins.scss */
  .header-content-design h1 {
    font-size: 4.2rem;
  }
}
/* line 202, ../sass/abstracts/_mixins.scss */
.header-content-design span {
  color: #75DED9;
}
/* line 6, ../sass/pages/_DesignBuild.scss */
.header-content-design h2 {
  font-size: 1.8rem;
}

/* line 14, ../sass/pages/_DesignBuild.scss */
.designsSection {
  max-width: 1200px;
  margin: 40px auto;
}
/* line 18, ../sass/pages/_DesignBuild.scss */
.designsSection img {
  width: 80%;
}
/* line 24, ../sass/pages/_DesignBuild.scss */
.designsSection__title {
  position: relative;
  font-style: italic;
  font-size: 4.2rem;
  font-weight: normal;
  text-align: center;
}
/* line 32, ../sass/pages/_DesignBuild.scss */
.designsSection__title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 45%;
  background-color: #FFD700;
  height: 4px;
  width: 15%;
}

/* line 52, ../sass/pages/_DesignBuild.scss */
.section-title {
  font-size: 4.2rem;
  font-weight: 600;
}

/* line 60, ../sass/pages/_DesignBuild.scss */
.section-paragraph {
  margin-top: 20px;
  font-size: 1.6rem;
  max-width: 500px;
}

/* line 68, ../sass/pages/_DesignBuild.scss */
.GetStarted_button {
  transform: skewX(-20deg);
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 4rem;
  margin-top: 20px;
  background-color: #0709a8;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
/* line 66, ../sass/abstracts/_mixins.scss */
.GetStarted_button .button > div {
  transform: skewX(20deg);
}
/* line 70, ../sass/abstracts/_mixins.scss */
.GetStarted_button:hover {
  background-color: #050677;
}

/* line 1, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals {
  max-width: 1200px;
  margin: 40px auto;
}
/* line 7, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals .container div[class^="col"]:nth-child(odd) {
  background-color: #00bced;
}
/* line 10, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals .container div[class^="col"]:nth-child(odd) .our_skills_card_custom .content_wrapper .our_skills_card_description {
  color: white;
  text-align: center;
}
/* line 16, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals .container div[class^="col"]:nth-child(odd) i {
  color: white;
}
/* line 21, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals .container div[class^="col"]:nth-child(even) {
  background-color: #0709a8;
}
/* line 23, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals .container div[class^="col"]:nth-child(even) .our_skills_card_custom .content_wrapper .our_skills_card_description {
  color: white;
  text-align: center;
}
/* line 29, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals .container div[class^="col"]:nth-child(even) i {
  color: white;
}
/* line 36, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals h1 {
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 40px;
  font-size: 4.2rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 36, ../sass/pages/_ElectricalContracting.scss */
  .ourElectricalGoals h1 {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 36, ../sass/pages/_ElectricalContracting.scss */
  .ourElectricalGoals h1 {
    font-size: 2.8rem !important;
  }
}
/* line 57, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals p {
  color: #838383;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* line 70, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals-2 {
  max-width: 1200px;
  margin: 40px auto;
}
/* line 72, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals-2 img {
  width: 100%;
  display: block;
}
/* line 80, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals-2 h1 {
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 80, ../sass/pages/_ElectricalContracting.scss */
  .ourElectricalGoals-2 h1 {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 80, ../sass/pages/_ElectricalContracting.scss */
  .ourElectricalGoals-2 h1 {
    font-size: 2.8rem !important;
  }
}
/* line 102, ../sass/pages/_ElectricalContracting.scss */
.ourElectricalGoals-2 p {
  color: #838383;
  text-align: left;
  font-size: 1.6rem;
  max-width: 500px;
  line-height: 1.5;
}

/* line 2, ../sass/pages/_FAQ.scss */
.FAQ-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  text-align: center;
  font-size: 2.8rem;
  color: #00bced;
  min-width: 970px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 2, ../sass/pages/_FAQ.scss */
  .FAQ-header {
    font-size: 2.4rem;
    min-width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  /* line 2, ../sass/pages/_FAQ.scss */
  .FAQ-header {
    font-size: 2.4rem;
    min-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2, ../sass/pages/_FAQ.scss */
  .FAQ-header {
    font-size: 2.4rem;
    min-width: 600px;
  }
}

/* line 49, ../sass/pages/_FAQ.scss */
.FAQ_Section {
  margin-top: 30px;
}

/* line 1, ../sass/pages/_mechanicalPlumbing.scss */
.ProjectComparsionSection {
  max-width: 1200px;
  text-align: center;
  margin: 150px auto;
}
/* line 10, ../sass/pages/_mechanicalPlumbing.scss */
.ProjectComparsionSection h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 4.2rem;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 20, ../sass/pages/_mechanicalPlumbing.scss */
.image-comparison-slider {
  position: relative;
  display: flex;
  max-width: 700px;
  overflow: hidden;
  margin: 40px auto;
  background-color: #181818;
  height: 700px;
}
/* line 30, ../sass/pages/_mechanicalPlumbing.scss */
.image-comparison-slider__Text {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  color: white;
  bottom: 6%;
  font-size: 2.4rem;
}
/* line 40, ../sass/pages/_mechanicalPlumbing.scss */
.image-comparison-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* line 50, ../sass/pages/_mechanicalPlumbing.scss */
.slider-line {
  position: absolute;
  height: 83%;
  width: 10px;
  background-color: #FFD700;
  left: 50%;
  transform: translateX(-50%);
}

/* line 65, ../sass/pages/_mechanicalPlumbing.scss */
.u-row-margin {
  margin-top: 40px;
}

/* line 1, ../sass/pages/_Projects.scss */
.project-section {
  max-width: 1200px;
  margin: 40px auto;
}
/* line 6, ../sass/pages/_Projects.scss */
.project-section h1 {
  text-align: center;
  font-size: 4.2rem;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* line 15, ../sass/pages/_Projects.scss */
.project-Card {
  display: flex;
  flex-direction: column;
  width: 95%;
  height: 750px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* line 2, ../sass/pages/_NewLandingPage.scss */
.HomePageMain {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

/* line 12, ../sass/pages/_NewLandingPage.scss */
.HeroSection {
  display: flex;
  width: 100%;
  height: 80vh;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  /* line 12, ../sass/pages/_NewLandingPage.scss */
  .HeroSection {
    flex-direction: column-reverse;
  }
}
/* line 36, ../sass/pages/_NewLandingPage.scss */
.HeroSection--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: 100%;
  background-image: linear-gradient(to top, #37188d, #282d96, #173c9c, #074aa0, #0856a2);
}
@media screen and (max-width: 768px) {
  /* line 36, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--content {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* line 36, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--content {
    width: 50%;
  }
}
/* line 75, ../sass/pages/_NewLandingPage.scss */
.HeroSection--content h1 {
  font-size: 8.6rem;
  color: white;
}
@media screen and (max-width: 768px) {
  /* line 75, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--content h1 {
    font-size: 5rem;
  }
}
/* line 91, ../sass/pages/_NewLandingPage.scss */
.HeroSection--content p {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  /* line 91, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* line 91, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--content p {
    font-size: 16px;
  }
}
/* line 114, ../sass/pages/_NewLandingPage.scss */
.HeroSection--content span {
  color: #75DED9;
  text-decoration: underline;
  font-weight: bold;
}
/* line 124, ../sass/pages/_NewLandingPage.scss */
.HeroSection--content--wrapper {
  width: 330px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  /* line 124, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--content--wrapper {
    padding: 1rem;
    width: 100%;
  }
}
/* line 147, ../sass/pages/_NewLandingPage.scss */
.HeroSection--video {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 147, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--video {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* line 147, ../sass/pages/_NewLandingPage.scss */
  .HeroSection--video {
    width: 50%;
  }
}
/* line 171, ../sass/pages/_NewLandingPage.scss */
.HeroSection--video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 183, ../sass/pages/_NewLandingPage.scss */
.swiper {
  width: 100%;
  height: 100%;
}

/* line 188, ../sass/pages/_NewLandingPage.scss */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 197, ../sass/pages/_NewLandingPage.scss */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 204, ../sass/pages/_NewLandingPage.scss */
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

/* line 217, ../sass/pages/_NewLandingPage.scss */
.swiper-pagination-bullet-active {
  width: 33px;
  height: 14px;
  background-color: #0856A2;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
}

/* line 229, ../sass/pages/_NewLandingPage.scss */
.AboutUsSectionModern {
  display: flex;
  padding: 1rem 2rem;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  /* line 229, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 229, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 264, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 280, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern--right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 720px;
  }
}
/* line 300, ../sass/pages/_NewLandingPage.scss */
.AboutUsSectionModern h1 {
  position: relative;
  color: #0709A8;
  font-size: 5rem;
}
@media screen and (min-width: 1200px) {
  /* line 300, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern h1 {
    font-size: 81px;
  }
}
/* line 317, ../sass/pages/_NewLandingPage.scss */
.AboutUsSectionModern h1::after {
  position: absolute;
  content: '';
  bottom: 0px;
  border: 3px solid #0856A2;
  width: 60px;
  left: 0;
}
/* line 336, ../sass/pages/_NewLandingPage.scss */
.AboutUsSectionModern h2 {
  font-size: 24px;
  color: #111111;
}
@media screen and (min-width: 1024px) {
  /* line 336, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern h2 {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 336, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern h2 {
    font-size: 41px;
  }
}
/* line 358, ../sass/pages/_NewLandingPage.scss */
.AboutUsSectionModern p {
  font-size: 14px;
  color: #707070;
}
@media screen and (min-width: 1200px) {
  /* line 358, ../sass/pages/_NewLandingPage.scss */
  .AboutUsSectionModern p {
    font-size: 17px;
  }
}

/* line 373, ../sass/pages/_NewLandingPage.scss */
.WhatWeDo {
  max-width: 1800px;
  margin: 0 auto;
  padding: 1rem 2rem;
}
/* line 387, ../sass/pages/_NewLandingPage.scss */
.WhatWeDo h2 {
  font-size: 24px;
  color: #111111;
}
@media screen and (min-width: 769px) {
  /* line 387, ../sass/pages/_NewLandingPage.scss */
  .WhatWeDo h2 {
    text-align: center;
    font-size: 41px;
  }
}
/* line 404, ../sass/pages/_NewLandingPage.scss */
.WhatWeDo p {
  color: #222222;
  font-size: 14px;
  margin: 10px 0px;
}
@media screen and (min-width: 769px) {
  /* line 404, ../sass/pages/_NewLandingPage.scss */
  .WhatWeDo p {
    font-size: 17px;
    text-align: center;
  }
}
/* line 428, ../sass/pages/_NewLandingPage.scss */
.WhatWeDo__grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  /* line 428, ../sass/pages/_NewLandingPage.scss */
  .WhatWeDo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* line 446, ../sass/pages/_NewLandingPage.scss */
.WhatWeDo__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 690px;
}

/* line 460, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects {
  padding: 1rem 2rem;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  /* line 460, ../sass/pages/_NewLandingPage.scss */
  .OurLatestProjects {
    width: 1400px;
  }
}
/* line 481, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects h2 {
  font-size: 24px;
  color: #111111;
}
@media screen and (min-width: 769px) {
  /* line 481, ../sass/pages/_NewLandingPage.scss */
  .OurLatestProjects h2 {
    text-align: center;
    font-size: 41px;
  }
}
/* line 499, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects p {
  color: #222222;
  font-size: 14px;
  margin: 10px 0px;
}
@media screen and (min-width: 769px) {
  /* line 499, ../sass/pages/_NewLandingPage.scss */
  .OurLatestProjects p {
    font-size: 17px;
    text-align: center;
  }
}
/* line 528, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  /* line 528, ../sass/pages/_NewLandingPage.scss */
  .OurLatestProjects--layout {
    flex-direction: row;
  }
}
/* line 547, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--layout > div {
  flex-grow: 0;
}
/* line 560, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--Card {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  background-image: url("/assets/Commercial/Clinic/Clinic.jpg");
  width: 100%;
  height: 413px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 560, ../sass/pages/_NewLandingPage.scss */
  .OurLatestProjects--Card {
    width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 560, ../sass/pages/_NewLandingPage.scss */
  .OurLatestProjects--Card {
    width: 290px;
  }
}
/* line 596, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--Card--overlay {
  padding: 1rem 2rem;
  position: absolute;
  bottom: -50px;
  left: 40%;
  width: 374px;
  height: 195px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: none;
}
/* line 618, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--Card--overlay h3 {
  font-size: 28px;
  font-weight: bold;
  color: #0709A8;
}
@media screen and (min-width: 1440px) {
  /* line 596, ../sass/pages/_NewLandingPage.scss */
  .OurLatestProjects--Card--overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 640, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--Card--content {
  position: relative;
  z-index: 0;
  position: absolute;
  top: 10px;
  left: 10%;
  width: 249px;
  height: 95px;
  background-color: rgba(7, 9, 168, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 667, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--Card--content p {
  color: white;
  opacity: 1;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
/* line 688, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--Card.active {
  flex-grow: 3;
}
/* line 693, ../sass/pages/_NewLandingPage.scss */
.OurLatestProjects--Card.active .OurLatestProjects--Card--content {
  background-color: #0709a8;
}

/* line 713, ../sass/pages/_NewLandingPage.scss */
.card2_bg {
  background-position: center;
  background-image: url("/assets/civil.jpg");
}

/* line 720, ../sass/pages/_NewLandingPage.scss */
.Card3_bg {
  background-position: center;
  background-image: url("/assets/civil/Building New Build, Renovation Remodeling.jpg");
}

/* line 730, ../sass/pages/_NewLandingPage.scss */
.ContactUs {
  padding: 1rem 2rem;
  background-color: #F6F7FB;
}
/* line 733, ../sass/pages/_NewLandingPage.scss */
.ContactUs h2 {
  color: #111111;
  font-weight: 800;
  width: 300px;
  font-size: 42px;
}
@media screen and (max-width: 769px) {
  /* line 733, ../sass/pages/_NewLandingPage.scss */
  .ContactUs h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  /* line 730, ../sass/pages/_NewLandingPage.scss */
  .ContactUs {
    padding: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  /* line 730, ../sass/pages/_NewLandingPage.scss */
  .ContactUs {
    padding: 8rem;
  }
}
/* line 777, ../sass/pages/_NewLandingPage.scss */
.ContactUs--wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  /* line 777, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  /* line 777, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--wrapper {
    width: 1400px;
    margin: auto;
    justify-content: space-around;
  }
}
/* line 807, ../sass/pages/_NewLandingPage.scss */
.ContactUs--content {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  /* line 807, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--content {
    font-size: 16px;
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  /* line 807, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--content {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 830, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--Form {
    width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  /* line 830, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--Form {
    width: 70%;
  }
}
/* line 845, ../sass/pages/_NewLandingPage.scss */
.ContactUs--Form form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  /* line 845, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--Form form {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* line 866, ../sass/pages/_NewLandingPage.scss */
.ContactUs--Form--input {
  position: relative;
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 900px) {
  /* line 870, ../sass/pages/_NewLandingPage.scss */
  .ContactUs--Form--input:nth-child(6), .ContactUs--Form--input:nth-child(5) {
    grid-column: 1/3;
  }
}
/* line 883, ../sass/pages/_NewLandingPage.scss */
.ContactUs--Form--input label {
  transition: 0.3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  cursor: text;
  left: 20px;
  font-size: 14px;
  color: #999999;
}
/* line 908, ../sass/pages/_NewLandingPage.scss */
.ContactUs--Form--input input, .ContactUs--Form--input textarea {
  font-size: 14px;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #707070;
}
/* line 932, ../sass/pages/_NewLandingPage.scss */
.ContactUs--Form--input textarea {
  resize: none;
}

/* line 946, ../sass/pages/_NewLandingPage.scss */
input:focus + label {
  color: #000;
  top: -4px;
  font-size: 12px;
  pointer-events: none;
}

/* line 957, ../sass/pages/_NewLandingPage.scss */
input:focus {
  border-bottom: 1px solid black;
}

/* line 962, ../sass/pages/_NewLandingPage.scss */
button {
  border: none !important;
  width: 100%;
  cursor: pointer;
}
