/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: 'Poppins', sans-serif;
}

.move {
  position: relative;
  opacity: 0;
}

.move.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

.active.fade-top {
  animation: fade-top 1s ease-in;
}

@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }

}

.tb-effect,
.lt-effect {
  position: relative;
  z-index: 5;

  border-radius: 2px;
}

.tb-effect::after,
.lt-effect::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


.tb-effect::after {
  height: 0;
  background-color: #ffffff3d;
  color: #094271;
  transition: height .5s;
  border-radius: 2px;
}

.tb-effect:hover::after {
  height: 100%;
  border-radius: 2px;
}

.tb-effect:hover {
  color: #242a3f;
  border-radius: 2px;
}

.lt-effect {
  border-radius: 25px;
  width: 130px;
}

.lt-effect::after {
  width: 0;
  background-color: #ff3738;
  color: #fff;
  transition: width .5s;
}

.lt-effect:hover::after {
  width: 100%;
  color: #fff;
}


.top-bar {
  display: none;
}



header {
  background-image: url(../garagedoor/garagedoor.webp);
  background-size: cover;
  padding-bottom: 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: -8px;
  color: #fff;

}


.data {
  background-color: #181818;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: rgba(255, 255, 255, .16);

}


.data a {
  color: #fff;
  text-decoration: none;
}

.data a:hover {
  color: #fff;
  text-decoration: underline;
}

.send {
  font-size: 14px;
  user-select: none;
  color: #fff;
  text-decoration: none;
}

.send1 {
  user-select: none;
  color: #fff;
  text-decoration: none;
  font-size: 14px;

}

.call {
  user-select: none;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}



.navbar-collapse ul>li {
  display: inline-block;
  width: 110px;
  text-align: center;
  color: #fff;
  border-radius: 5px;

}

.navbar-collapse ul>li>a {
  display: block;
  font-size: 17px;
  color: #fff;
}

.navbar-collapse ul>li>a:hover {
  display: block;
  font-size: 17px;
  color: #fff;
}

.nav-icon-1 {
  width: 30px;
  height: 30px;
  position: relative;
  transition: 0.1s;
  margin: 10px 10px;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-1 span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
}

.nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(2) {
  left: 12px;
  top: 0;
}

.nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 12px;
}

.nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}

.nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 12px;
}

.nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}

.nav-icon-1:hover span {
  transform: scale(1.2);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span {
  border-radius: 50%;
  transition-delay: 200ms;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span:nth-child(2) {
  left: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(4) {
  left: 6px;
  top: 18px;
}

.nav-icon-1.open span:nth-child(6) {
  right: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(8) {
  left: 18px;
  bottom: 6px;
}


h1 {

  color: #fff;
  padding-top: 250px;
  font-weight: bold;
  font-size: 30px;
}

h1 span {
  color: #ff3738;
  font-size: 40px;
}

.p {
  font-size: 16px;
  color: #464545;
  line-height: 35px;
  margin-top: 3%;

}

.p1 {
  font-size: 18px;
  line-height: 46px;
  padding: 1%;
  text-align: justify;
}

h2 {
  color: #171717;
  font-weight: bold;
  line-height: 47px;
}

.h2 {
  color: #ff3738;
  font-weight: bold;
  line-height: 47px;
}


.btn {
  background-color: #ff3738;
  color: #fff;
  font-size: 30px;
  border-radius: 0;
  float: left;
}

.btn a {
  color: #fff;
}

.btn:hover {
  background-color: #181818;
  color: #fff;
}

.bg {
  background-image: url(../garagedoor/bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 6%;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  margin-top: 3%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.line {
  width: 200px;
  height: 2px;
  text-align: center;
  background-color: #ff3738;
  margin-left: 451px;
}
.offer {
  
  color: #fff;
  padding: 1%;
  padding-top: 1%;
  border: 2px dashed #ff4546;
  color: #181818;
  text-align: center;
  padding-top: 2%;
  font-size: 20px;
}

.discount {
  font-size: 34px;
  color: #ff4546;
  font-weight: bold;

}

.more {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 69, 70);
  padding: 3%;
  border-radius: 0;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.zoombox span {
  color: #171717;
  background-color: #ffffff73;
  padding: 1%;
  font-size: 30px;
}


/*zoom-out*/
.zoombox {
  background-color: #333;
  overflow: hidden;
}

.zoombox img.zoomboximg {
  width: 100%;
  height: auto;
  transform: scale(1.5);
  -webkit-transition: 2s ease-in;
  animation-duration: 10s;
}

.zoombox .zoomboxDiv {
  position: absolute;
  right: 40px;
  left: 40px;
  top: 40px;
  bottom: 40px;
  display: block;
  background-color: transparent;
  border: 1px solid #ff3738;
  padding: 30px;
  text-align: center;
  transform: scale(0);
  -webkit-transition: 0.5s ease-in-out;
}

.zoombox .zoomboxDiv img {
  width: 50%;
  height: auto;
}

.zoombox:hover img.zoomboximg {
  opacity: .3;
  transform: scale(1);
}

.zoombox:hover .zoomboxDiv {
  transform: scale(1);
}

.service {
  width: 100%;
}

.service ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.service ul li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: 44px;
  color: #ffff;
}

.service span {
  color: #ff3738;
  font-size: 25px;
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 30s linear infinite;
  color: #eee;
}

.marquee:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
  0% {
    text-indent: 27.5em
  }

  100% {
    text-indent: -105em
  }
}

.services {
  width: 100%;
}

.services ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.services ul li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: 44px;
  color: #ffff;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  width: 100%;
  height: auto;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;

  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  background: #171717;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.testimonials {
  background-image: url(../garagedoor/testimonials-bg.webp);
  margin-top: 6%;
  padding-top: 32px;
  padding-bottom: 100px;
  margin-top: 3%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;



}

.carousel {
  margin: 50px auto;
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}

.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.carousel .testimonial {
  color: #fff;
  position: relative;
  background: #ff3738;
  padding: 15px;
  margin: 0 0 20px 20px;
}

.carousel .testimonial::before,
.carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.carousel .testimonial::before {
  width: 20px;
  height: 20px;
  background: #9b9b9b;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.carousel .testimonial::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.carousel .carousel-item .row>div:first-child .testimonial {
  margin: 0 20px 20px 0;
}

.carousel .carousel-item .row>div:first-child .media {
  margin-left: 0;
}

.carousel .testimonial p {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
}

.carousel .testimonial p::before {
  content: "\201D";
  font-family: Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  position: absolute;
  left: -25px;
  top: 0;
}

.carousel .overview {
  padding: 3px 0 0 15px;
}

.carousel .overview .details {
  padding: 5px 0 8px;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #ff5555;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  background: #666;
  text-shadow: none;
  top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 16px;
}

.carousel-control-prev {
  left: auto;
  right: 40px;
}

.carousel-control-next {
  left: auto;
}

.star-rating li {
  padding: 0 2px;
}

.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}


.linee {
  padding: 1%;
  padding-top: 2%;
  border: 2px dashed #ff4546;
  color: #181818;
  text-align: center;
  padding-bottom: 2%;
  font-size: 32px;
}

.linee a {
  color: #181818;
}

.linee a:hover {
  color: #fff;
}

.form {
  background-image: url(../garagedoor/form-bg.webp);
  padding-top: 2%;
  background-size: cover;
  padding-bottom: 100px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

form label {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0
}

.getintouch {
  font-size: 35px;
  color: #ff3738;


}

.spam {
  display: none;
}

input {
  width: 48%;
  float: left;
  margin-right: 2%;
  height: 50px;
  margin-top: 5%;
  padding: 1%;
  background-color: #ffffff1f;
  color: #fff;
  font-size: 14px;
  border: 0px solid #fff;
}

textarea {
  width: 98%;
  float: left;
  margin-right: 2%;
  height: 85px;
  margin-top: 5%;
  padding: 1%;
  background-color: #ffffff1f;
  color: #ffc027;
  font-size: 14px;
  border: 0px solid #fff;
}

.submit {
  width: 38%;
  float: left;
  height: 50px;
  margin-top: 6%;
  padding: 1%;
  background-color: #ff3738;
  color: #fff;
  font-size: 17px;
  margin-right: 3%;
  border-radius: 8px;
}

.footer {
  width: 100%;
  background-color: #181818;
  padding-top: 2%;
}

.boxx {
  color: #fff;
  border-radius: 20px;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 2%;
  line-height: 50px;
}

.boxx1 {
  color: #fff;
  border-radius: 20px;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 2%;
}

.infobox {
  position: relative;
  padding: 4%;
  color: #fff;
  text-align: center;
}

.service-btn {
  background-color: #111010;
  color: #fff;
  width: 150px;
  margin: 10px;
  font-size: 15px;
  padding: 10px;
  cursor: text;

  &:hover {
    background-color: #fa3637;
  }
}

.footer a {
  text-decoration: none;
  color: #fff;
}


.locations p {
  margin-left: 2%;
  font-size: 30px;
}

.zip p {
  margin-left: 2%;
  font-size: 30px;
}



.email {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  margin-top: 2%;
  border-top: 3px solid #ff3738;
  padding-top: 1%;
}

.send1 {
  user-select: none;
  color: #fff;
  text-decoration: none;
}


.zip-title {
  color: #f76510;
}

@media(max-width:1476px) {

  .testimonials {
    background-image: none;
    background-color: #181818;
  }


}

@media(max-width:1199px) {
  .navbar-collapse ul>li {
    width: 80px;
  }

  .locations p {
    font-size: 15px;
  }

  .service-btn {
    background-color: #111010;
    color: #fff;
    width: 117px;
    margin: 10px;
    font-size: 12px;
    padding: 10px;
    cursor: text;
  }

  .send1 {
    font-size: 12px;
  }

  figure.effect-sarah h2 {
    font-size: 12px;
  }

  .p {
    line-height: normal;
  }


}

@media(max-width:992px) {
  .form {
    background-image: none;
    background-color: #181818;
  }
  .linee{
    line-height: 60px;
    
  }

}

@media(max-width:500px){
  .linee{font-size: 14px;}
}