.banner {
  background: url(../commercial-garage-door/garage-door-bg.webp);
  height: 100vh;
  padding: 5%;
}

.h-top {
  background-color: #dabf07;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.h-bottom {
  background-color: #9cc11a;
  height: 50vh;
  position: relative;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 2rem;
}

#tech {
  position: absolute;
  bottom: 0;
  right: 1%;
  max-width: 40%;
}

.phone-tit {
  font-size: 48px;
  font-weight: bold;
}

.phone-tit2 {
  font-size: 28px;
  color: #fff;
  width: 100%;
}

.t-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box {
  transition: all 0.2s linear;
  opacity: 0.7;
}

.first {
  padding: 7% 3%;
  line-height: 1.7;
  position: relative;
}

.services {
  margin-top: 6%;
}

.services h2 {
  margin-bottom: 7%;
}

.service {
  background-color: #fff;
  box-shadow: 1px 1px 31px #e6e6e6;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  padding: 0 2% 10% 2%;
}

.service img {
  margin: -15% 20% 20% 20%;
  max-width: 60%;
}

.icons {
  margin-top: 7%;
  padding: 0 12%;
}

.icons i {
  font-size: 2.5vw;
  margin-right: 20px
}

.i1 {
  color: #9cc11a;
}

.i2 {
  color: #0596a1;
}

.i3 {
  color: #dabf07;
}

.icon-1 {
  font-size: 1.7vw;
  font-weight: bold;
}

.offer {
  background-color: #fff;
  box-shadow: 1px 1px 31px #e6e6e6;
  border-radius: 10px;
  text-align: center;
  padding: 20% 5% 30% 5%;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.offer-active {
  background: linear-gradient(0deg, rgb(5, 150, 161) 60%, rgb(156, 193, 26) 60%);
  color: #fff;
}

.offer-tit {
  color: #0596a1;
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 20%;
}

.hvr-shutter-out-vertical {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(5, 150, 161) 60%, rgb(156, 193, 26) 60%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 40%;
  transform-origin: 0 40%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover>.offer-tit {
  color: #fff;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.i-bg {
  position: absolute;
  bottom: -3%;
  right: -2%;
  font-size: 32vw;
  z-index: -1;
  color: #f7f8fb;
}

.i-bg2 {
  position: absolute;
  bottom: -3%;
  right: -2%;
  font-size: 32vw;
  z-index: -1;
  color: #ffffff;
}

.offer img {
  max-width: 70%;
  margin: 0 15%;
}

.offer i {
  font-size: 1.3vw;
  color: #9cc11a;
}

.line:after {
  content: " ";
  width: 25%;
  height: 5px;
  display: block;
  background-color: #9CC11A;
  position: absolute;
  bottom: 0;
  left: 20;
}

.btn-submit {
  background-color: #9cc11a;
  border: 0;
  padding: 1% 5%;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.social {
  display: flex;
  justify-content: space-around;
  font-size: 1.3vw;
  margin-top: 20%;
}

.social i {
  font-size: 1.8rem;
  margin: 5px 5px 0 0
}

.social i:hover {
  color: #9cc11a
}

#about i {
  font-size: 1.5vw;
  margin-right: 1%;
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'raleway', sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  color: #473c3c;
  overflow-x: hidden
}

img {
  max-width: 100%;
  height: auto
}

.navbar-expand-lg>.container {
  padding-right: 15px;
  padding-left: 15px
}

li.nav-item {
  margin: 0 .3em;
  font-size: 1.1vw;
  list-style: none
}

.navbar {
  padding: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease
}

.navbar-light .navbar-nav .nav-link {
  padding: .4rem;
  color: #2c2c2c
}

.btn-sm {
  background-color: #fff;
  border-radius: 20px;
  border: 0
}

.btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  min-width: 200px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 2% 5%;
  color: #fff;
  font-size: 1.3vw;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover {
  color: #9cc11a;
}

.center {
  display: flex;
  align-items: center
}

.module {
  background-color: #f7f8fb;
  padding: 7% 0;
  position: relative;
  z-index: 1;
}

.cont-bg {
  position: absolute;
  bottom: -2%;
  right: -1%;
  color: #ffffff26;
  font-size: 16vw
}

.section-title {
  position: relative;
  font-size: 2rem;
  padding-bottom: 15px;
  font-weight: 700
}

.form-control {
  font-size: 1em;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 0;
  border: #eceef2 2px solid;
  background: 0
}

.form-control:focus {
  border: #323548 2px solid;
  box-shadow: none;
  background-color: transparent
}

.unselected {
  user-select: none
}

a,
a:hover,
a:active {
  color: inherit;
  text-decoration: none
}

.btn-primary,
.btn-secondary {
  background-color: #f16900
}

.btn {
  --color: #fff;
  font-family: inherit;
  display: inline-block;
  /* width: 8em; */
  height: 2.6em;
  line-height: 2.5em;
  margin: 2%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 120%;
  border-radius: 50%;
}



.btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.btn:hover:before {
  top: -30px;
  left: -30px;
}

.btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  min-width: 200px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 2% 5%;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.dropdown-item {
  border-bottom: 2px dotted #a4a4a4;
  padding: 10px 40px;
  background-color: #ffffff;
  min-width: 17rem;
}

.dropdown-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-item:hover>img {
  filter: grayscale(0);
}

.dropdown-item:last-child {
  border: 0;
}

.dropdown-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(5, 150, 161) 60%, rgb(156, 193, 26) 60%);
  -webkit-transform-origin: 0 40%;
  transform-origin: 0 40%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.dropdown-menu img {
  max-width: 25%;
  margin-left: 20%;
  opacity: 0.3;
  float: right;
  filter: grayscale(1);
}

.navbar-light .navbar-nav .nav-link:hover,
.nav-active {
  color: #116a71 !important;
}

.locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3%;
}

.locations li {
  float: left;
  list-style: none;
  background-color: #0596a1;
  margin: .5%;
  padding: 1%;
  border-radius: 10px;
  color: #fff;
}

.locations li:hover {
  background-color: #9cc11a;
}

a.lightbox img {
  height: auto;
  border: 3px solid white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  margin: 20px 1%;
  width: 31%;
  transition: .5s
}

.lightbox-target {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  z-index: 2
}

.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0;
  max-width: 0;
  border: 3px solid white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  transition: .5s ease-in-out
}

a.lightbox-close {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: .5s ease-in-out;
  opacity: 0
}

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%
}

a.lightbox img:hover {
  transform: scale(1.02)
}

@media(max-width:1420px) {
  #mainNav {
    width: 200%;
    margin-left: -100%;
    background-color: #ffffffc7
  }

  .btn {
    font-size: 2vw;
  }

  header {
    height: auto
  }

  li.nav-item {
    font-size: 1.5vw
  }

  .icons {
    padding: 0;
  }

  .icons i {
    font-size: 3.5vw;
  }

  .icon-1 {
    font-size: 2.7vw;
  }

  .services .col-lg-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .offer-tit {
    font-size: 2.2vw;
  }
}

@media(max-width:991.98px) {
  .h-bottom {
    position: absolute;
    bottom: 100%;
    background: linear-gradient(0deg, rgb(7, 115, 123) 50%, rgba(255, 255, 255, 0) 100%);
  }

  .banner.centered {
    align-items: start;
    padding-top: 10%;
  }

  #mainNav {
    width: auto;
    margin: 0;
    position: fixed;
    top: 0;z-index: 2;
  }
  li.nav-item {
    font-size: 2vw;
    border-bottom: 2px dotted #8e8e8e;
    padding: 5%;  margin: 0 1em;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .s1 {
    width: 130%;
    margin-left: -15%;
  }

  .services .col-lg-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .offer-tit {
    font-size: 3.2vw;
  }

  .rev .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  #contact .con {
    flex-direction: column-reverse;
  }

  #about i {
    font-size: 2.5vw;
  }

  .cont-bg {
    font-size: 36vw
  }



  .btn {
    font-size: 2.2vw
  }

  .image-column {
    padding: 15%
  }
}

@media(max-width:767.98px) {
  #tech {
    max-width: 50%;
  }

  .btn {
    font-size: 3.2vw;
  }

  .icons .centered {
    flex-direction: column;
    align-items: baseline;
  }

  .icon-1 {
    font-size: 3.7vw;
  }

  .icons i {
    font-size: 4.5vw;
  }

  .offer {
    padding: 10% 5% 10% 5%;
  }

  .offer img {
    max-width: 40%;
    margin: 0 30%;
  }

  #about i {
    font-size: 3.5vw;
  }

  .section-title {
    font-size: 1.6rem;
    padding-bottom: 10px;
    font-weight: 700
  }

  .services .col-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media(max-width:575.98px) {
  .banner {
    height: 80vh;
    background-size: auto 80%;
  }

  .box.parallaxed {
    width: 40%;
  }

  .btn {
    font-size: 4vw
  }

  .phone-tit {
    font-size: 40px;
  }

  #tech {
    max-width: 55%;
  }

  .offer-tit {
    font-size: 4.5vw;
  }

  #about i {
    font-size: 4.5vw;
  }

  .h-bottom p {
    display: none;
  }

  .section-title {
    font-size: 1.3rem
  }

  li.nav-item {
    font-size: 3vw
  }
}

@media(max-width:475.98px) {
  body {
    font-size: 15px;
    font-weight: 400
  }
}