@charset "utf-8";
form.CUS input.subject { display: none; }
.contact-spacing input, .contact-spacing textarea{margin: 10px;border-radius: 8px;height: 40px;width: 45%;padding-left: 1%;}
input,textarea{margin-top:10px}
.contact-spacing select{background-color: #ffffff;border-radius: 8px;height: 40px;margin-left: 2%;}
/* CSS Document */
body{margin:0;padding: 0;color:#002eb8;overflow-x: hidden}
html{scroll-behavior:smooth}
.banner .row > * {
  padding-right: 0!important;
  padding-left: 0!important;
}
.banner{background-image: url(../img/garage-door-houston-tx.webp);background-position:center top; background-size: 100% auto;background-repeat: no-repeat;position: relative;width:100%}
.container-fluid.banner .row .col-12.col-xl-5.text-white.mt-5.pt-5.ps-5{padding-top:100px!important;padding-left:7%!important}	
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;position: absolute;z-index: 9999;right:0;top:0
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}	
.w3-animate-fading{animation:fading 5s;animation-iteration-count: 1;}@keyframes fading{0%{opacity:0}100%{opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-1800px;opacity:0} to{left:0;opacity:1}}

/*button*/
.gb {
  padding: 8px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
}
.gb-bordered {
  padding: 6px 20px;
  position: relative;
  border: 4px solid transparent;
  background-clip: padding-box;
  transition: 0.5s all;z-index: 999999;
}
.gb-bordered a{color:#fff;text-decoration: none}	
.gb-bordered:after {
  transition: 0.5s all;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  z-index: -1;
  border-radius: 4px;color:#fff
}
.hover-slide {
  transition: 0.6s all;
}

.hover-slide:after {
  background-size: 200% 100%;
  background-position: 0% 0;
}

.hover-slide:hover:after {
  background-position: 100% 0;
}
.gb11:after {
  background-image: linear-gradient(
    135deg,
    #165ae3 0%,
    #165ae3 22%,
    #0448d1 22%,
    #0448d1 28%,
    #0e37b4 28%,
    #0e37b4 72%,
    #0241cc 72%,
    #0241cc 100%
  );
}
/*button*/
/*video section*/	
.glow-btn {
  position:relative;width:35px;height:35px;display: inline-block;text-align: center;vertical-align: middle;left:3%
}
.glow-btn a{color:#fff}
.glow-btn::after,
.glow-btn::before,
.glow-btn>i::after {
  content:" ";
  position:absolute;
  top:0px;
  left:0;
  width:100%;
  height:100%;
  color:#fff;
  border-radius:50%;
  -webkit-box-shadow:0 0 0 0 #fff;
  box-shadow:0 0 0 0 #fff;
  -webkit-animation:button-ripple 3s infinite;
  animation:button-ripple 3s infinite;
  opacity:.6;
  z-index:999999999999;margin-top:-5px
}
.glow-btn::before {
  -webkit-animation-delay:.9s;
  animation-delay:.9s
}
.glow-btn::after {
  -webkit-animation-delay:.3s;
  animation-delay:.3s
}
@keyframes button-ripple {
  70% {
    -webkit-box-shadow:0 0 0 var(--glow-size,15px) #fff;
    box-shadow:0 0 0 var(--glow-size,15px) #fff;
    opacity:0
  }
  100% {
    -webkit-box-shadow:0 0 0 0 currentColor;
    box-shadow:0 0 0 0 currentColor;
    opacity:0
  }
}	
/*title before*/
.title-sec .h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;padding-left:2%
}
.title-sec .h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    right: -46px;
    top: 15px;
}
.title-sec:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -4px;
    background: url(../img/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*line*/
.line:nth-child(1) {
    margin-left: -24%;
}
.line {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 60px;
    left: 0;
    background: #1458e1;
    overflow: hidden;
    border-radius: 50%;z-index: 99999999
}
.line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 50px;
    top: 0;
    left: 0px;
    background-color: #fff;
    -webkit-animation: moveLeftBounces-two 40s linear infinite;
    animation: moveLeftBounces-two 20s linear infinite;
    overflow: hidden;z-index: 99999999
}
@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(1920px);
transform: translatex(1920px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
/*line*/
.info{font-size:.9rem;line-height:19px;color:#0e37b4}
.info a{color:#0e37b4;text-decoration:none}
.info .fas{font-size:1.2rem;line-height:16px;color:#226af4;margin:13px;}
.bg-body-tertiary{background: #002eb8!important}
 .navbar-expand-lg .navbar-nav .nav-link,.navbar-brand{color:#fff!important}
.float-start.me-2.border{border-radius: 50%;}	
	
/*service box*/
.services{background: url("../img/service-bg.webp");background-position: center top; background-repeat: no-repeat;background-size: 100% auto;padding: 100px 0px}	
.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }
.color{backgroung:#293241}
.color1{backgroung:#3D5B81}
.color2{backgroung:#9BC0D9}
.color3{backgroung:#DFFBFC}
        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #122878;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;padding-top:30px
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;padding:30px 0px
        }
        .yellow{background-color: #0022b0;}
        .orange{background-color: #0237c3;}
        .red{background-color:#1a5ee7;}
        .grey{background-color: #326fe9;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }	
/*service box*/
.span{color:#1f64ed}	
.bg-section1{background: url("../img/garage-door-installation-bg.webp");background-position: center center; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px}
.bg-section2{background: url("../img/garage-door-repair-bg.webp");background-position: center center; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}
ul li{list-style: none}
.bg-call{background: url("../img/call-center-section.webp");background-position: center top; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px}
.bg-section1 .ms-5 {
  margin-left: 6rem !important;
}
.padding-l{padding-left:8%!important}
/*FAQ*/
.faq{background: url("../img/service-bg.webp");background-position: center top; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px;margin-top:-80px;padding-top:200px;position: relative;z-index: 1;line-height:35px}
.faq h2{font-size:40px}
.tabs {
  position: relative;
  width: 90%;
  margin: 2em 0px;
}

.tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-navigation ul {
  float: left;padding-left: 0;
  
}
@media (max-width: 575px) {
  .tabs-navigation ul {
    width: 100%;
  }
}

.tabs-navigation li {
  float: left;background-color: dodgerblue;margin-right:20px
}
@media (max-width: 575px) {
  .tabs-navigation li {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #FFF;
  padding: 0 2.8rem;
}
.tabs-navigation a:hover {
  background-color: #0077ea;
}

.tabs-navigation a.selected {
  box-shadow: inset 0 5px 0 0 #0077ea;
}
@media (max-width: 575px) {
  .tabs-navigation a.selected {
    box-shadow: none;
    background-color: #0077ea;
  }
}

.tabs-content {
  background-color: white;
  overflow: hidden;
}

.tabs-content li {
  display: none;
  
}
.tabs-content li p {
  line-height: 1.6;
  color: #333;
  margin: 2rem;margin-left:0px
}

.tabs-content li.selected {
  display: block;
  animation: fade-in 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*FAQ*/
/*gallery*/
.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;background: #072253;
}

.gallery-image img {
/*  height: 400px;*/
/*  width:100%;*/
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  height: 400px;
  width:calc(100% / 5);
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height:400px;
  width:100%;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}
/*gallery*/
/*counter*/

.counter-container {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  margin: 30px;float:left;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}
/*counter*/
/*testimonials*/
.bg-img1{background:url('../img/bg-testimonials.webp') no-repeat center top;background-size:100% auto;}
.testi_content {
  background: #1c54de;
  padding: 42px 0 40px 32px;
  position: relative;
  z-index: 1;color:#fff
}

.testi_content::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1c54de;
  left: 20px;
  bottom: -9px;
  transition: 0.5s;
  z-index: -9;
  transform: rotate(45deg);
}
.style13:hover .testi_content:after {
    background: #3ca1fe;
}
.testi_content::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 120px;
  background: url("../img/testi-img-bg.webp");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  z-index: -1;
}
.style13:hover .testi_content:before {width:100%;
    height: 100%;}

.testi_text {
  width: inherit;
  margin: 0;
  padding: 0;
  font-style: inherit;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik";
  transition: 0.5s;
}
.em_reviews_rating {
  padding: 20px 0 0 0;
  position: relative;
}
.em_reviews_rating::before {
  content: "";
  position: absolute;
  height: 28px;
  width: 38px;
  background: url("../img/testi-shape.webp");
  top: 20px;
  right: 30px;
  transition: 0.5s;
}
.em_reviews_rating .testi-star .fa.fa-star{color:#011126}
.testi_title {
    margin: 0 0 0 15px;
}
.testi_title h2 {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
.testi_title span {
    display: block;
    padding-top: 5px;
    transition: .5s;
    font-size: 14px;
    line-height: 24px;
    color: #9d9ea6;
    font-weight: 400;
    font-family: "Rubik";
}
.testi-single-thumb {
    display: flex;
    align-items: center;
    position: relative;
}
.author img {
    height: 65px;
    width: 65px;
    line-height: 65px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    transition:0.5s;
}
.style13:hover .author img {
    border: 3px solid #3ca1fe;
}
.margin-t{margin-top:-50px;}
.location{background:url('../img/service-location-bg.webp') no-repeat center top;background-size:100% auto;}
/*marquee*/
.marquee {width:100%;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;color:#fff;}
.marquee:hover {animation-play-state: paused}
/* Make it move */
@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
/*testimonials*/
/*video*/
.rotate {
  position: absolute;
  top:0px;
  right:-10px;
}
.img-rotate{margin-top:150px}
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.video {
  top: 30px;
  left: 88%;
  position: relative;
  opacity: .7;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  float: left;
  padding-right: 0px;font-size: 30px;
}
@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
/*video*/
.bg-form{background:url('../img/bg-form.webp') no-repeat center top;background-size:cover;margin-top:100px;padding-bottom:100px}
.contact{background:url('../img/contact-bg.webp') no-repeat center top;background-size:cover;margin-top:-70px;padding: 70px 50px}
.spam { display:none;}
.form-control{width:48%;float:left;margin-right:2%}
.comment {
  display: block;
  width: 98%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;float:left
}
.row .col-6.mt-5.pt-5 .mb-3{font-size:25px}
.section3{background:url('../img/service-bg.webp') no-repeat center top;background-size:cover;}
.call{background:url('../img/call.webp') no-repeat center top;background-size:cover;}
.call i{color:#fff}
.row .col-lg-3.img-rotate.position-relative .rotate.rotateme{right:-20px}
footer a{color:#002eb8;text-decoration: none}
@media only screen and (max-width:1200px){
.banner{background-size:cover;height:auto}
.bg-call{background-size:cover;background-position: left}	
.bg-section1{background-position: center top;}
.padding-l{padding-left:8%!important}.nav-link{margin-top:20px}
.info{display: none}	
.bg-img1{background-size:cover}	
.row .col-lg-3.img-rotate.position-relative .rotate.rotateme {
  right: 10px;
}	
	.contact{margin-top:50px}	
}	
@media only screen and (max-width:850px){
}		
@media only screen and (max-width:700px){
	.banner img{width:80%;height:auto}	
}
.navbar-toggler{background: #fff}
.fa,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-3x{font-size:3em}.fa-blogger-b:before{content:"\f37d"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-clock:before{content:"\f017"}.fa-envelope:before{content:"\f0e0"}.fa-facebook-f:before{content:"\f39e"}.fa-google:before{content:"\f1a0"}.fa-map-marker:before{content:"\f041"}.fa-phone:before{content:"\f095"}.fa-pinterest-p:before{content:"\f231"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-smile:before{content:"\f118"}.fa-star:before{content:"\f005"}.fa-thumbs-up:before{content:"\f164"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-truck:before{content:"\f0d1"}.fa-warehouse:before{content:"\f494"}.fa-youtube:before{content:"\f167"}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}