@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:#0d0d0d;overflow-x: hidden;font-family: Helvetica, sans-serif}
html{scroll-behavior:smooth}
.banner .row > * {
  padding-right: 0!important;
  padding-left: 0!important;
}
.banner{background-image: url(../img/garage-door-plano-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,
    #A0CD60 0%,
    #A0CD60 22%,
    #1C646D 22%,
    #1C646D 28%,
    #A0CD60 28%,
    #A0CD60 72%,
    #10454F 72%,
    #10454F 100%
  );
}
.btn:hover{background:#1C646D;border-color:#1C646D}
/*button*/

/*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:#A0CD60}
.info a{color:#A0CD60;text-decoration:none}
.info .fas{font-size:1.2rem;line-height:16px;color:#A0CD60;margin:13px;}
.bg-body-tertiary{background: #A0CD60!important}
 .navbar-expand-lg .navbar-nav .nav-link,.navbar-brand{color:#fff!important}
.float-start.me-2.border{border-radius: 50%;}	
.btn-primary{background-color:#a0cd60}	
.text-primary{color:#a0cd60!important}
/*service box*/
.services{background: url("../img/service-bg.webp");background-position: center top;background-size: 100% auto;}	
.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/dryer-vent-cleaning.webp");background-position: left top; 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;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: #030f25;
}

.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::placeholder{color: #868686 !important; }
.comment {
  display: block;
  width: 92%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;float:left;border-radius:0;background: #272632;color:#868686
}
.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}
.container-fluid{padding:0;}
.icon-bg{background-color:#A0CD60;border-radius: 0 0 40px 40px;}
.dot .icon-group {
  color:#A0CD60;
  font-size: 50px;
  left: 50px;
  opacity: 1;
  position: absolute;
  top: 50px;
  transition: all 500ms;
}
.dot .flip-text {
  color: #0f0d1b;
  font-size: 18px;
  left: 10px;
  opacity: 0;
  position: absolute;
  transform: rotateY(-180deg);
  transition: all 500ms;font-weight: lighter;
}
.dot:hover .icon-group {
  opacity: 0;
}
.dot:hover .flip-text {
  opacity: 1;
  transform: rotateY(0);
}
.hoverDot {
  border: 1px dashed #0f0d1b;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  height: 150px;
  width: 150px;
  margin: 25px 150px;
  position: relative;
  text-align: center;line-height: 150px;
}
.move3 {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all ease 4s;bottom: 0;width: 230px;left:50px;text-transform: uppercase;font-weight:900
}
@keyframes example {
    0% {
      -webkit-transform: translate(-50px);
      transform: translateY(-50px);}
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);}
    100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);} }
.exp-box {
  background-color: #A0CD60;
  max-width: 238px;
  padding: 30px 10px 42px;
  text-align: center;color:#fff;font-weight: bold;position: absolute;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
 .image-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
}
.content-box {
  position: relative;
  padding: 25px 30px 49px;
  background-color: #fff;
  margin-right: 70px;
  margin-top: -77px;
  z-index: 99;
}
.content-box::before {
  content: "";
  position: absolute;
  background-image: url(../img/shap-5.png);
  width: 127px;
  height: 141px;
  right: 0;
  top: 0;
}
.service-block-four .inner-box:hover .content-box .icon-box {
  background-color: #a0cd60;
  color: #fff;
}
.image {
  border-bottom: 7px solid #A0CD60;
}
.icon-box {
  width: 80px;
  height: 75px;
  font-size: 47px;
  line-height: 75px;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 17px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
	color:#a0cd60;
}
.title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;
  font-family: var(--title-font2);
}
.bg-dark{background-color:#0d0d0d !important}
.plus-btn {
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f5f5f5;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box:hover .content-box .plus-btn {
  background-color: #a0cd60;
  color: #fff;
}
a{color:#1C646D}
/*testimonials*/
.testimonial-bg{background: url("../img/testimonials-bg.webp");background-repeat:no-repeat;}
/*testimonials*/
.form-bg{background: url("../img/form-bg.webp");background-repeat:no-repeat;background-size: 100%;}
.contact-bg{background: url("../img/contact-bg.webp");background-repeat:no-repeat;background-size: 100%;}
/*youtube*/
.btn-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}
.btn-box-two .play-now::before {
  border: 2px solid rgba(72, 70, 83, 0.9);
  border-radius: 50%;
  content: "";
  height: 96px;
  position: absolute;
  width: 96px;
}
.btn-box-two .play-now::before {
  border: 2px solid rgba(72, 70, 83, 0.9);
  border-radius: 50%;
  content: "";
  height: 96px;
  left: -13px;
  position: absolute;
  top: -12px;
  width: 96px;
}
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #a0cd60;
  color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*youtube*/
.row{margin-top:0}
/*process*/
.process-block-three:nth-child(2) .inner-box {
  margin: 0 auto 30px;
}
.process-block-three:nth-child(2) .inner-box .icon-box1 {
  margin: 0 auto;
  margin-bottom: 22px;
}
.process-block-three .inner-box {
  margin-bottom: 50px;
  text-align: center;
}

.process-block-three .inner-box:hover .icon-box1::before {
  width: 190px;
  height: 190px;
}
.process-block-three .inner-box:hover .icon-box1 .icon {
  color: #fff;
}
.process-block-three .inner-box:hover .icon-box1 span {
  background-color: #f8f5f1;
}
.process-block-three .inner-box .icon-box1 {
  position: relative;
  width: 190px;
  height: 190px;
  text-align: center;
  line-height: 190px;
  background-color: #f8f5f1;
  border-radius: 50%;
  margin-bottom: 30px;
  margin: 0 auto 20px;
}
.process-block-three .inner-box .icon-box1:before {
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #1c646d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .icon-box1 .icon {
  font-size: 45px;
  color: #1c646d;
  position: relative;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .icon-box1 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
          box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
}
.outer-box {
  position: relative;
}	
.outer-box::after {
  content: "";
  position: absolute;
  top: -119px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1128px;
  height: 1000px;
  background-image: url(../img/map-1.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.outer-box::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 907px;
  height: 100px;
  background-image: url(../img/line-7.png);
  background-position: center center;
}
@media (max-width: 1199.98px) {
  .process-section-three .outer-box::before {
    display: none;
  }
}	
/*process*/
.data{position:absolute;width:30%;right:300px;top:50px;z-index: 9999;background: #0d0d0d;color:#fff;padding:50px}
/*footer*/
.footer{background-image: url(../img/footer-bg.webp);color:#fff;background-repeat: no-repeat;}
.footer h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #a0cd60;
  bottom: -14px;
  left: 0;
}
.bg-secondary{padding:5px 10px;color:#fff}
.gb {
  padding: 8px 20px;
  margin-right: 25px;
  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;
}
/* Responsive Css Coding Created By Shift Media Solutions| SMS */
.gb-bordered:after {
  transition: 0.5s all;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  z-index: -1;
  border-radius: 4px;
}

.hover-fill {
  transition: 0.6s all;
}

.hover-fill:hover {
  background-color: transparent;
  color: white;
}

.hover-fill.reverse {
  background-color: transparent;
  color: white;
}

.hover-fill.reverse:hover {
  background-color: white;
  color: #333;
}

.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;
}
.gb12{margin-left:60px}
.gb12:after {
  background-image: linear-gradient(
      45deg,
      rgba(160, 205, 96, 0.45) 0%,
      rgba(160, 205, 96, 0.45) 12.5%,
      rgba(241, 241, 241, 0.45) 12.5%,
      rgba(241, 241, 241, 0.45) 25%,
      rgba(28, 100, 109, 0.45) 25%,
      rgba(28, 100, 109, 0.45) 37.5%,
      rgba(160, 205, 96, 0.45) 37.5%,
      rgba(160, 205, 96, 0.45) 50%,
      rgba(241, 241, 241, 0.45) 50%,
      rgba(241, 241, 241, 0.45) 62.5%,
      rgba(28, 100, 109, 0.45) 62.5%,
      rgba(28, 100, 109, 0.45) 75%,
      rgba(160, 205, 96, 0.45) 75%,
      rgba(160, 205, 96, 0.45) 87.5%,
      rgba(241, 241, 241, 0.45) 87.5%,
      rgba(241, 241, 241, 0.45) 100%
    ),
    linear-gradient(135deg, #0d0d0d, #a0cd60);
}
.form-bg .gb12, .testimonial-bg .gb12, .col-xxl-6 .gb12{margin-left:0}
h4 {
    font-size: 1.3rem;
  }
/*footer*/
a:link, a:active, a:hover{color:inherit;text-decoration: none}
.footer a{color:#fff}
@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}
.bg-img1{background-size:cover}	
.row .col-lg-3.img-rotate.position-relative .rotate.rotateme {
  right: 10px;
}	
.contact{margin-top:50px}
	.data{width:50%;right:20%}	
	.faq,.bg-section1{background-size: cover;background-position: left top}
	.contact-bg{background-size: cover;}
		.hoverDot{margin:0}

}	
@media only screen and (max-width:850px){.data{width:80%}
	.content-box{width:90%}	.navbar-toggler{background: #fff}
}		
@media only screen and (max-width:700px){
		.hoverDot{width:100px;height:100px;line-height:100px}.dot .icon-group{top:20px;left:25px}
	.dot .flip-text{font-size:.7rem}
}


.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}.fa-gripfire:before{content:"\f3ac"}.fa-wind:before{content:"\f72e"}.fa-dollar-sign:before{content:"\f155"}.fa-check:before{content:"\f00c"}.fa-award:before{content:"\f559"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-gripfire:before{content:"\f3ac"}.fa-wind:before{content:"\f72e"}.fa-fan:before{content:"\f863"}.fa-plus:before{content:"\f067"}.fa-calendar-check:before{content:"\f274"}.fa-user-edit:before{content:"\f4ff"}.fa-user-check:before{content:"\f4fc"}.fa-search:before{content:"\f002"}.fa-angle-double-right:before{content:"\f101"}