* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Jost", sans-serif;
}

html,
body {
  font-family: "Roboto", sans-serif;
  color: black;
  background-color: white;
}

.text-primary {
  color: #3cbced !important;
}

.text-dark {
  color: #222222 !important;
}

.text-red {
  color: #eb1d27 !important;
}

.text-muted {
  color: #535353;
}

.bg-primary {
  background-color: #3cbced !important;
}

.fui-btn-primary {
  background-color: #3cbced !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3cbced;
  padding: 8px 25px;
}

.fui-btn-primary:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.fui-btn-transparent {
  background-color: transparent;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid white;
  padding: 8px 25px;
}

.fui-btn-transparent:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  color: white;
}

.bg-img-item {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 250px;
}

.bg-img-item.left {
  left: 0;
}

.bg-img-item.right {
  right: 0;
}

.bg-img-item.top {
  top: 0;
}

.bg-img-item.bottom {
  bottom: 0;
}

.relative {
  position: relative;
  z-index: 2;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.grid-center {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 768px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.title-1 {
  font-size: 20px;
}

.title-2 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .title-2 {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .title-2 {
    font-size: 20px;
  }
}

.title-3 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .title-3 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .title-3 {
    font-size: 24px;
  }
}

.title-4 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .title-4 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .title-4 {
    font-size: 24px;
  }
}

@media (max-width: 425px) {
  .title-4 {
    font-size: 20px;
  }
}

.title-5 {
  font-size: 40px;
}

@media (max-width: 992px) {
  .title-5 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .title-5 {
    font-size: 26px;
  }
}

@media (max-width: 425px) {
  .title-5 {
    font-size: 22px;
  }
}

.title-6 {
  font-size: 45px;
}

@media (max-width: 992px) {
  .title-6 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .title-6 {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .title-6 {
    font-size: 24px;
  }
}

.fs-14 {
  font-size: 14px;
}

@media (max-width: 576px) {
  .fs-sm-14 {
    font-size: 14px;
  }
}

.row {
  row-gap: 30px;
}

@media (max-width: 768px) {
  .row .img-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row .text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.topbar {
  padding: 15px 0;
}

.topbar ul li,
.topbar ul a {
  font-size: 14px;
}

@media (max-width: 380px) {
  .topbar ul li,
  .topbar ul a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .topbar .logo {
    display: none;
  }
}

.topbar .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}

@media (max-width: 768px) {
  .topbar .logo img {
    max-width: 100px;
  }
}

.topbar .social-links {
  position: relative;
}

.topbar .social-links::before, .topbar .social-links::after {
  content: "";
  position: absolute;
  top: -12px;
  height: 40px;
  width: 1px;
  background-color: #757575;
}

.topbar .social-links::before {
  left: 0;
}

.topbar .social-links::after {
  right: 0;
}

.topbar .social-links ul {
  padding: 0;
}

.topbar .social-links ul li {
  margin: 0 16px;
}

@media (max-width: 768px) {
  .topbar .social-links ul li {
    margin: 0 10px;
  }
}

header .fui-navbar {
  padding: 0px 30px !important;
  background: #1a1a1a !important;
}

@media (min-width: 768px) {
  header .fui-navbar .fui-brand {
    display: none !important;
  }
}

header .fui-navbar .fui-brand a {
  position: relative;
  padding: 10px 0;
  z-index: 3;
}

header .fui-navbar .fui-brand a img {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (max-width: 768px) {
  header .fui-navbar .fui-brand a img {
    max-width: 120px;
  }
}

header .fui-navbar .fui-toggler {
  background-color: transparent !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}

header .fui-navbar .fui-toggler:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  background-color: transparent !important;
}

header .fui-navbar .fui-menu {
  text-transform: uppercase;
}

header .fui-navbar .fui-menu .nav-item {
  z-index: 3;
}

header .fui-navbar .fui-menu .nav-link {
  padding: 5px 15px !important;
  color: white !important;
  background-color: transparent !important;
  font-weight: 300;
  font-size: 14px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  header .fui-navbar .fui-menu .nav-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

header .fui-navbar .fui-menu .nav-link:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

header .fui-navbar .fui-menu .active .nav-link {
  font-weight: 700;
}

header .fui-navbar .fui-menu a {
  font-size: 14px;
}

header .fui-navbar .actions a.get-a-quot {
  background-color: #3cbced;
  font-weight: 600;
  font-size: 14px;
  color: white;
  padding: 18px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

header .fui-navbar .actions a.get-a-quot::before {
  position: absolute;
  content: "";
  background-color: #32acdb;
  height: 200%;
  width: 100px;
  border-radius: 50%;
  left: -50px;
  top: -45%;
  z-index: 1;
}

header .fui-navbar .actions a.get-a-quot span {
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  header .fui-navbar .fui-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .fui-navbar .fui-menu li .nav-link {
    padding: 10px 10px !important;
  }
}

header .fui-navbar .sideNavbar {
  background-color: #3cbced !important;
}

header .fui-navbar .sideNavbar .menu-close {
  z-index: 100;
  z-index: 100;
  position: relative;
}

header .fui-navbar .sideNavbar .fui-menu {
  background-color: #3cbced !important;
}

@media (max-width: 992px) {
  header .fui-navbar .sideNavbar .nav-item {
    margin-bottom: 15px !important;
  }
}

header .fui-navbar .sideNavbar .nav-item:hover a.nav-link, header .fui-navbar .sideNavbar .nav-item.active a.nav-link {
  font-weight: 600 !important;
  color: white !important;
}

header .fui-navbar .sideNavbar .nav-item a.nav-link {
  color: white !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .fui-navbar .sideNavbar .cart-link i {
  color: white !important;
}

section.banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  section.banner {
    min-height: 550px;
  }
}

section.banner .fui-container {
  position: relative;
  padding-left: 15px;
  z-index: 1;
}

section.banner .fui-container::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -150px;
  background: #158cd2;
  opacity: 0.6;
  height: 800px;
  width: 800px;
  border-radius: 50%;
}

section.banner h1 {
  max-width: 20ch;
}

section.banner p {
  max-width: 50ch;
}

section.banner h1,
section.banner p,
section.banner a {
  position: relative;
  z-index: 2;
}

section.about .row {
  row-gap: 50px;
}

section.about .row .img-col .img-content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-left: auto;
}

section.about .row .img-col img.bg-img-item {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 400px;
  bottom: 0 !important;
  left: -25%;
}

@media (max-width: 1200px) {
  section.about .row .img-col img.bg-img-item {
    max-width: 300px;
  }
}

section.about .row .img-col img.about-img {
  z-index: 2;
  max-width: 450px;
  -webkit-box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  section.about .row .img-col img.about-img {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  section.about .row .img-col img.about-img {
    max-width: 600px;
  }
}

@media (max-width: 576px) {
  section.about .row .img-col img.about-img {
    max-width: 400px;
  }
}

@media (max-width: 425px) {
  section.about .row .img-col img.about-img {
    max-width: 280px;
  }
}

section.about .row .text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.about .row .text-col h1,
section.about .row .text-col h2,
section.about .row .text-col h3 {
  margin-bottom: 5px;
}

section.about .row .text-col h1 {
  max-width: 20ch;
}

section.about .row .text-col p {
  max-width: 55ch;
  line-height: 25px;
}

section.about .row .text-col a,
section.about .row .text-col button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.about .row .text-col a i,
section.about .row .text-col button i {
  background-color: #3cbced;
  margin-right: 10px;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
}

section.about .row .text-col a i,
section.about .row .text-col a span,
section.about .row .text-col button i,
section.about .row .text-col button span {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 768px) {
  section.about .row .text-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.what-we-offer {
  background-color: #f9f9f9;
}

section.what-we-offer .item-col .content img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

section.what-we-offer .item-col .item {
  background: white;
  padding: 40px 25px;
  height: 100%;
}

section.what-we-offer .item-col .item img {
  max-width: 40px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

section.what-we-offer .item-col .item h3 {
  margin-bottom: 8px;
}

section.cta {
  overflow: hidden;
}

section.cta .bg-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  position: absolute;
  max-width: 200px;
  left: -200px;
  top: 0;
}

section.cta .fui-container {
  position: relative;
}

@media (max-width: 768px) {
  section.cta .fui-container .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.cta .fui-container .d-flex .bg-img {
    left: 0;
    max-width: 100px;
  }
  section.cta .fui-container .d-flex h1 {
    text-align: center;
    margin-bottom: 20px;
  }
}

section.why-us {
  position: relative;
  overflow: hidden;
}

section.why-us .bg-img-item {
  left: 0;
  bottom: 0;
  max-width: 150px;
}

@media (max-width: 768px) {
  section.why-us .bg-img-item {
    max-width: 100px;
  }
}

section.why-us .row {
  z-index: 2;
}

@media (max-width: 992px) {
  section.why-us .row .img-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.why-us .row .img-col img {
    display: block;
    margin: auto;
  }
  section.why-us .row .text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

section.why-us .row .text-col {
  padding: 50px 15px;
  max-width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  background-color: white;
}

@media (max-width: 992px) {
  section.why-us .row .text-col {
    margin: auto;
  }
}

section.why-us .row .text-col p {
  max-width: 55ch;
}

section.why-us .row .text-col ul li h3 {
  margin-bottom: 5px;
}

section.why-us .row .text-col ul li .border {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

section.why-us .row .text-col ul li .border::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 72px;
  width: 72px;
  background-color: #3cbced;
}

@media (max-width: 768px) {
  section.why-us .row .text-col ul li .border::after {
    height: 70px;
    width: 70px;
  }
}

@media (max-width: 576px) {
  section.why-us .row .text-col ul li .border::after {
    height: 60px;
    width: 60px;
  }
}

@media (max-width: 425px) {
  section.why-us .row .text-col ul li .border::after {
    height: 55px;
    width: 55px;
  }
}

@media (max-width: 400px) {
  section.why-us .row .text-col ul li .border::after {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 768px) {
  section.why-us .row .text-col ul li .border {
    height: 60px;
    width: 60px !important;
  }
  section.why-us .row .text-col ul li .border img {
    max-width: 50px;
    width: 100%;
  }
}

section.why-us .row .text-col ul li .border img {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  position: relative;
  z-index: 2;
}

section.why-us .row .img-col {
  position: relative;
}

section.why-us .row .img-col::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 300px;
  top: 10%;
  left: -50px;
  z-index: 2;
  background: #3cbced;
  opacity: 0.4;
}

@media (max-width: 768px) {
  section.why-us .row .img-col::after {
    left: 0;
    width: 200px;
    left: -5%;
  }
}

section.why-us .row .img-col img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  section.why-us .row .img-col img {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
}

section.recent-projects {
  background-color: #fbfbfb;
}

section.recent-projects .item img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 300px;
  max-height: 350px;
  height: 100%;
  width: 100%;
}

section.customer-feedback .items {
  row-gap: 30px;
}

section.customer-feedback .items .item {
  padding: 25px 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

section.customer-feedback .items .item .content {
  max-width: 360px;
  background-color: #f0f0f0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 40px 25px 20px 25px;
  line-height: 25px;
  letter-spacing: 1px;
  position: relative;
}

section.customer-feedback .items .item .content i {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 55px;
  width: 55px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #eb1d27;
  font-size: 24px;
  z-index: 2;
}

section.customer-feedback .items .item .content a {
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.customer-feedback .items .item .content a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

section.customer-feedback .items .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

section.customer-feedback .items .owl-nav button {
  font-size: 30px;
}

section.map .map-col {
  width: 100%;
}

section.map .map-col iframe {
  width: 100%;
  min-height: 450px;
}

@media (max-width: 992px) {
  section.map .map-col iframe {
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  section.map .map-col iframe {
    min-height: 350px;
  }
}

footer {
  background-color: #151515;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

footer .fui-container {
  position: relative;
  overflow: hidden;
}

footer .fui-container img.logo {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

footer .fui-container p {
  max-width: 50ch;
  margin: 0 auto;
}

footer .fui-container form .wrapper {
  height: 45px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 100px;
      grid-template-columns: auto 100px;
}

footer .fui-container form .wrapper input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
  height: 100%;
  outline: none;
  border: none;
  padding: 5px 15px;
}

footer .fui-container form .wrapper input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

footer .fui-container form .wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

footer .fui-container form .wrapper input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

footer .fui-container form .wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

footer .fui-container form .wrapper a, footer .fui-container form .wrapper button {
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

footer .fui-container .social-links li {
  margin: 0 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

footer .fui-container .social-links li:hover a {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

footer .fui-container .social-links li a {
  color: white !important;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .fui-container .copyright {
  row-gap: 30px;
}

@media (max-width: 768px) {
  footer .fui-container .copyright {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */