@charset "utf-8";
/* CSS Document */
body{margin:0;padding: 0;color:#1a202c;overflow-x: hidden;}
html{scroll-behavior:smooth}
.banner .row > * {
  padding-right: 0!important;
  padding-left: 0!important;
}
.banner{background-image: url(../img/duct-cleaning-serivce.webp);background-position:right top; background-size: auto;background-repeat: no-repeat;position: relative;width:100%;background-color: #1a202c}
.container-fluid.banner .row .col-12.col-xl-5.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: 30s;
  animation-duration: 30s;
  -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:#e8bf96}
.glow-btn::after,
.glow-btn::before,
.glow-btn>i::after {
  content:" ";
  position:absolute;
  top:0px;
  left:0;
  width:100%;
  height:100%;
  color:#e8bf96;
  border-radius:50%;
  -webkit-box-shadow:0 0 0 0 #e8bf96;
  box-shadow:0 0 0 0 #e8bf96;
  -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) #e8bf96;
    box-shadow:0 0 0 var(--glow-size,15px) #e8bf96;
    opacity:0
  }
  100% {
    -webkit-box-shadow:0 0 0 0 currentColor;
    box-shadow:0 0 0 0 currentColor;
    opacity:0
  }
}	
/*title before*/
.title-sec1 .h5, .title-sec .h5 {
    color:#fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title-sec1 .h5:before, .title-sec .h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    right: -46px;
    top: 15px;
}
.title-sec1 .h5{color:#1a202c!important}
.title-sec1 .h5:before{background:#1a202c!important}
.title-sec:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -4px;
    width: 63px;
    height: 63px;
    display: inline-block;
}
/*image FAQ*/

/*image FAQ*/
/*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: #5e210e;
    -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: #1a202c!important}
 .navbar-expand-lg .navbar-nav .nav-link,.navbar-brand{color:#1a202c!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-section2{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;
}
@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}

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:100px 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*/

/*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;}
.bg-img2{background:url('../img/cheap-air-duct-cleaning.webp') no-repeat center top;background-size:100% auto;background-attachment: fixed}
.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:-130px;}
.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;transition: 3s}
.marquee img {filter: grayscale(100%);transition: 1s}
.marquee:hover {animation-play-state: paused;}
.marquee:hover img {filter: grayscale(0%);}
/* Make it move */
@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
/*testimonials*/
/*video*/
.rotate {
  position: absolute;
  top:0px;
  left:0px;
}
.img-rotate{margin-top:150px}
.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;padding-bottom:100px;}
.contact{background:rgba(26,32,44,.2);padding: 70px 50px;color:#fff}
.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}
.call i{color:#fff}
footer a{text-decoration: none}
h1, .title-sec .h5::before {color:#fff !important}

a{color:inherit;text-decoration: none}

.servicebox{text-align: center;margin-top: 60px;position: relative;z-index: 9999999; margin-bottom: 21px;}
.servicebox .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.servicebox:hover .service-icon{transform: rotate(45deg);}
.servicebox .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #727cb6;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.servicebox .service-icon span i{transition: all 0.3s ease-out 0s;}
.servicebox:hover .service-icon span i{transform: rotate(-45deg);}
.servicebox .service-content{background: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 15px;position: relative;}
.servicebox .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index:9999999999999;transition: all 0.3s ease-out 0s;}
.servicebox:hover .service-content:before{transform: rotate(45deg);}
.servicebox .title{font-size: 17px;font-weight: 500;color: #324545;text-transform: uppercase;margin: 0 0 25px 0;position: relative;transition: all 0.3s ease-out 0s;}
.servicebox:hover .title{color: #727cb6;}
.servicebox .description{font-size: 14px;font-weight: 500;line-height: 24px;margin-bottom: 0;}
.servicebox .read-more{display: block;width: 40px;height: 40px;line-height: 38px;border-radius: 50%;background: #fff;border: 1px solid #e7e7e7;font-size: 14px;color: #c4c2c2;margin: 0 auto;position: absolute;bottom: -17px;left: 0; right: 0;transition: all 0.3s ease-out 0s;}
.servicebox .read-more:hover{border: 1px solid #727cb6;color: #727cb6;text-decoration: none;}
.servicebox.green .service-icon span{ background: #008b8b; }
.servicebox.blue .service-icon span{ background: #3498db; }
.servicebox.orange .service-icon span{ background: #e67e22; }
.servicebox.green:hover .title{ color: #008b8b; }
.servicebox.blue:hover .title{ color: #3498db; }
.servicebox.orange:hover .title{ color: #e67e22; }
.servicebox:hover .read-more{border: 1px solid #727cb6;color: #727cb6;}
.servicebox.green:hover .read-more{border: 1px solid #008b8b;color: #008b8b;}
.servicebox.blue:hover .read-more{border: 1px solid #3498db;color: #3498db;}
.servicebox.orange:hover .read-more{border: 1px solid #e67e22;color: #e67e22;}
.main{
  width:70px;
  height:70px;
  border:1px solid #CCC;
  position:relative;
  top:0; bottom:0; left:0;right:0;
  border-radius:50%; 
}

.circle{
  width:10px;
  height:10px;
  background:#4fc2c6;
  border-radius:50%;
  position:absolute;
  top:0; bottom:0; left:0;right:0;
  overflow:hidden;
  margin:auto;
  animation: circle1 6s linear infinite;
}
@keyframes circle1{
  0%{
    transform:rotate(0deg)
              translate(-35px)
              rotate(0deg);
  
  }
  100%{
    transform:rotate(360deg)
              translate(-35px)
              rotate(-360deg);
  }
}
.box {
  position: relative;
  border: 5px;
  width: 200px;
  padding: 40px 40px 10px 40px;margin-bottom: -30px
}
.box:before {
  border-radius: 20px;
  content: "";
  position: absolute;
  inset: 0;
  background: #4fc2c6;
  clip-path: polygon(0 40px,40px 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%,0 40px,10px  calc(40px + 4.14px),10px calc(100% - 10px),calc(100% - 40px - 4.14px) calc(100% - 10px),calc(100% - 10px) calc(100% - 40px - 4.14px),calc(100% - 10px) 10px,calc(40px + 4.14px) 10px,10px calc(40px + 4.14px));
}
.bg-dark{background: #1a202c!important}
.bg-counter2{border-radius:50%;font-size: 2rem;width:400px;height:400px}
.container{width:1400px}
.bg-gradient{background-image:linear-gradient(to right, #fff,#fff 50%,#dff6f7 50%)!important;}
@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}
.col-12 .row .row.ps-5.position-absolute.bottom{position: relative!important}
	img{max-width: 100%;height: auto}	
}	
@media only screen and (max-width:850px){
	
}		
@media only screen and (max-width:700px){
	.banner img{width:80%;height:auto}	
}
.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:swap;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:swap;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:swap;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-quote-left:before{content:"\f10d"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-star-half-alt:before{content:"\f5c0"}.fa-instagram:before{content:"\f16d"}.fa-leaf:before{content:"\f06c"}.fa-lungs-virus:before{content:"\e067"}.fa-award:before{content:"\f559"}
.dark{color:#1a202c !important}.fa-angle-double-right:before{content:"\f101"}.fa-fan:before{content:"\f863"}
.card-details .card-icons .fas{color:#333 !important;font-size:3rem;position: relative}.fa-wind:before{content:"\f72e"}.fa-snowflake:before{content:"\f2dc"}.fa-question-circle:before{content:"\f059"}.fa-clipboard:before{content:"\f328"}

.img-11{
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.img-11::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 22222;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.img-11:hover::after {
  animation: shine .75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img2{position: relative;
  display: block;}
.img-22::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .3);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.img-22:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.img-22 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
 .img-22 img {
  width: 100%;
  border-radius: 5px;
}
.accordion-button:not(.collapsed){background:#fff;}
footer ul li{float:left; margin-right:20px}
.btn-primary{background-color:#e8d04b !important;border-color:#1a202c;color:#1a202c}
.accordion-button:not(.collapsed)::after{color:#fff}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
50%{opacity:1}
}
@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}
60%{opacity:1;-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}
}
.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}
.bottom{bottom:0}
.navbar-toggler{background:#fff}
.container{width:100%}

.mt-t{margin-top:-30px}
/*btn*/
.btn {
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 0.6em;
  color: inherit;
  cursor: pointer;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin:0px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.btn:hover, .btn:focus {
  color: #1a202c;
  outline: 0;
}

.first {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.first:hover {
  box-shadow: 0 0 40px 40px #e8d04b inset;
}

.navbar{padding-top:20px}
.img-top {
  -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.5) 50%,#000 75%);
  -webkit-mask-size: 500%;
  mask-size: 500%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.img-top:hover {
  transition: mask-position 2s ease,-webkit-mask-position 2s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}
.span1::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  background-color: #e8d04b;
  width: 10px;
  height: 10px;border-radius:50%
}
.bg-icons{background:#e8d04b !important;padding:10px;width: 60px;height: 60px;text-align: center;line-height: 40px;}
.bg-icons:hover{background:#1a202c !important;padding:10px;color:#fff;transition: 2s ease}
/*gallery*/
.creative-cards{
    padding: 120px 0;
    position: relative;
}
.creative-cards .container {
    max-width: 1320px;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}
.creative-cards .container .row{
    display: flex;
    flex-wrap: wrap;
}
.creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 33.33333333%;
    text-align: center;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.card-details {
    width: 80%;
    margin: auto;
    position: relative;
    transition: .3s ease-in-out;
}
.card-details:before {
    content: "";
    width: 190px;
    height: 380px;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: 1;
    transition: .3s ease-in-out;
}
.card-details:hover:before{
    background-color: rgba(255,255,255,.2);
}
.card-icons {
    width: 140px;
    height: 150px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;z-index: 3
}
.card-icons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0deg);
    background: #fff;
    border-color: #ffee02;
    transition: .3s ease-in-out;
}
.card-details:hover .card-icons:before{
    background-color: #ffee02;
}
.card-icons img{
    position: relative;
    width: 70px;
    height: 70px;
}
.card-details h3{
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;position: relative;z-index: 4
}
.card-details h3 a{
  color: #e8d04b;
  text-decoration: none;
}
.card-details p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;position: relative;z-index: 2
}
.read-more-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 100%;
    margin: auto;
    background: #fff;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    border-color: #e8d04b;
    transition: .3s ease-in-out;
    text-decoration: none;
	position: relative;z-index: 9;
}
.read-more-btn i{
    color: #000;
    font-size: 12px;
}
.card-details:hover .read-more-btn{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* ============= Responsive Ipad ==================== */
@media (max-width: 992px) {
 .creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 40px;
}.creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width:100%;
    text-align: center;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
	.bg-img2{background-size:cover;}
}

/* ============= Responsive Iphone ==================== */
@media (max-width: 480px) {
 .creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.card-details{
    width: 100%;
}
.read-more-btn{
        transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
}
/*gallery*/
.section3 h2 {
  background: linear-gradient(90deg, rgba(58, 102, 167, 0) -15.97%, rgba(36, 41, 48, 0.10) 100%);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-180deg) translateY(50%);
  writing-mode: vertical-rl;
  transition: all 0.4s ease-in-out;
  font-size: 100px;
  font-weight: 700;margin-left:-50px;
	margin-top: 300px;
}
.section3 h2 {
  transform: rotate(-180deg) translateY(50%);
  writing-mode: vertical-rl;
  transition: all 0.4s ease-in-out;
}
.accordion-item{border:0}
.icon i{color:#e8d04b}
.icon-p{color:#6c6c6c}
.margin-r{margin-right:-100px;position:relative;z-index:10}
/*duct process*/
 .duct-benefits{
    position:relative;
    min-height: 900px;
    padding: 48px 18px;
    color:#fff;
    overflow:hidden;
    background:
      linear-gradient(135deg, rgba(20,45,110,.85), rgba(210,40,40,.75)),
      url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1600&q=60");
    background-size: cover;
    background-position: center;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }

  .duct-benefits .overlay{
    position:absolute; inset:0;
    background: radial-gradient(circle at 60% 40%, rgba(255,255,255,.06), transparent 55%);
    pointer-events:none;
  }

  .benefits-wrap{
    position:relative;
    max-width: 980px;
    margin: 0 auto;
  }

  .benefits-head{
    text-align:left;
    margin-bottom: 22px;
  }

  .kicker{
    font-size: 20px;
    letter-spacing: 3px;
    opacity: .9;
  }

  .title{
    font-size: 56px;
    line-height: 1;
    margin: 8px 0 6px;
    letter-spacing: 2px;
    font-weight: 800;
  }

  .sub{
    font-size: 26px;
    letter-spacing: 4px;
    opacity: .9;
    margin-bottom: 10px;
  }

  .desc{
    max-width: 760px;
    font-size: 16px;
    opacity: .9;
    margin: 0;
  }

  .benefits-box{
    margin-top: 26px;
    border: 2px solid rgba(255,255,255,.45);
    border-radius: 26px;
    padding: 26px 22px 18px;
    background: rgba(0,0,0,.12);
    backdrop-filter: blur(2px);
  }

  /* Icons left, text UNDER each icon */
  .benefits-list{
    display:flex;
    flex-direction: column;
    gap: 24px;
    width: 320px;     /* left column width similar to sample */
  }

  .benefit{
    display:flex;
    flex-direction: column;
    align-items: flex-start; /* left align as in sample */
    gap: 12px;
  }

  .iconCircle{
    width: 104px;
    height: 104px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.6);
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(255,255,255,.08);
  }

  .iconSvg{
    width: 58px;
    height: 58px;
    color: #fff;
  }

  .benefitText{
    margin-left: 6px;
  }

  .benefitText .t1{
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
  }

  .benefitText .t2{
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    opacity: .95;
    margin-top: 4px;
  }

  .cta{
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.25);
    font-size: 16px;
    opacity: .95;
  }

  /* responsive */
  @media (max-width: 600px){
    .title{ font-size: 38px; }
    .benefits-list{ width: 100%; }
    .benefit{ align-items: center; text-align:center; }
    .benefitText{ margin-left:0; }
  }
/*duct process*/
.text-muted{color:#fff !important}
form.CUS input.subject { display: none; }
.form-control:focus{border:#353535 2px solid;box-shadow:none}
.form-select{width:28%;float: left}
.form-select-time{width:90%}