@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
 padding-top: 0px;
  color:#242020;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  background-color: #fff;
}
.navbar-brand
{
  color: #000!important;
  font-weight: 600;
  width: 294px;
}

.bg-white{
  background: #fff;
}
.bg-white .left_info ul li {
  display: inline-block;
  margin-right:15px;
}
.bg-white .left_info a {
  color:#bf4040;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.bg-white .left_info i.fa {
  font-size: 20px;
  color: #000;
  padding-right: 10px;
}
.bg-white .fa-brands{
  font-size: 18px;
}

.bg-white .fa-brands.fa-youtube{
  color: #bf4040;
  font-size: 23px!important;
}
.bg-white .right_info p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.bg-white .left_info {
  text-align: right;
}

.bg-white .right_info i.fa {
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}

.bg-white i.fa.fa-mobile {
 
  font-size: 26px;
  position: relative;
  border: 40px;
  font-weight: 500;
}

.bg-white .left_info ul li:last-child {
  margin: 0px !important;
}

.bg-white{
  height:50px;
}

/*-----------header-top Close------------*/

.bg-dark{
  background: #ffeb02 !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color:#000;
  border-bottom: 2px solid #000;
}
.navbar-dark .navbar-nav .nav-link.active {
  color:#000;
}
.navbar-dark .navbar-nav .nav-link{
  color:#000;
  border-bottom: 2px solid transparent;
  font-size: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 6rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
}

.carousel-caption{
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  align-content: center;
  color: #fff;
  text-align: center;
  top: 0;

  h1{
    font-size:5.5rem;
  }
}


.carousel-btn{
  background: #b7a903!important;
  border:1px solid #b7a903;
  margin-top: 20px;
}
.carousel-btn:hover{
  border-color:#b7a903;
}
.carousel-btn:focus{
  border-color:#000;
  box-shadow: 0 0 0 0.25rem rgb(179 31 38 / 50%)!important;
}
.carousel-caption h1{
  font-weight: 700;
}

.about{
  padding-top:0px;
  padding-bottom:0px;
}

.aboutUs{
  background-color: #fff;
  padding-top: 40px;
  padding-bottom:40px;
}

.storyUs{
  background-color: #fff;
  padding-top: 40px;
  padding-bottom:40px;
}

.about h2{
color:#000;
font-weight:600;
}

.about ul li.media {
  display: inline-flex;

}
.about ul li.media img{
  width:15%;
  height:15%;
  padding-right: 20px;
  padding-top:35px;
  
}

.about .media-body h5{
 color: #000;
  font-weight: 600;
  font-size: 30px;
  padding-top: 30px;
  
}
.media-body p{
  padding-top: 20px;
}
.service-sec{
  padding-top: 40px;
}
.blog-sec{
  padding-top: 10px;
}
.blogdetail-sec{
  padding: 50px 0px 40px 0px;
}
.blogdetail-sec h3{
    padding-bottom:30px;
}
.service-sec .servie-text-box, .blog-sec .blog-text-box p{
  font-size: 15px;
  line-height: 1.8;
}
.service-sec .servie-text-box{
    padding: 0px 0px 0px 20px;
}

.blogdetail-sec .blog-text-box {
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 1.8;
}

.blog-sec .blog-text-box h3, .blogdetail-sec .blog-text-box h3{
    font-size:16px;
}

.blogdetail-sec .blog-text-box p{
    margin-top:20px;
}

.blogmain-heading{
    min-height:45px;
}
.blogmain-text{
   
    margin-top: 13px;
}

.blogmain-text p{
    color:#5a5a5a;
    margin-top: 13px;
}
.blog-sec h3{
    font-size:1rem;
    padding-top:20px;
    line-height:1.6;
    padding-bottom:0px
    min-height: 88px;
}
.service-sec h3{
  color:#000;
  font-weight: 600;
  font-size:1.6rem;
}
.blog-sec p{
  padding-top: 0px;
  line-height: 2;
}
.blog-text-box h3{
    font-size:18px;
}
.service-sec .container .row{
    margin-bottom:50px!important;
}

.service-sec p, .blog-sec p{
  color:#5a5a5a;
  font-size:1 rem;
}
.service-sec h4{
  font-size:1.1rem;
  color: #000;
  font-weight: 600;
}
.service-sec h2{
  color:#000;
  font-weight: 600;
  font-size: 1.3rem;
  padding-top: 10px;
}
.service-sec h5{
  color:#000;
  font-size:1.3rem;
  font-weight: 600;

}

.service-flex{
    display:flex;
}
.service-sec .service-flex h5{
  color:#000;
  font-size:1.3rem;
  font-weight: 600;
  padding-right:20px;
  margin-top: 25px;

}

.servie-text-box .media{
  display: flex;
  margin-bottom: 20px;
}
.servie-text-box .media-body{
  margin-left: 10px;
}
.border-secondary{
  border: 5px solid #dee2e6 !important;
}
.servie-text-box .media img{
  width:60px;
}
.servie-text-box .service-btn {
  background: #bf4040 !important;
  border: 1px solid #bf4040;
}

.gallery{
  margin-top: 50px;
}
.gallery img{
  padding-bottom:15px;
}

.light-red{
  background:#bf4040;
  padding: 50px;
}
.light-red h4{
  padding-top: 20px;
}
.dark-red{
  background-color: #b22323;
  padding: 50px 10px 30px 30px;
}

footer{
  background:#ffeb02;
 margin-top: 0px;
 color:#fff;
 padding-top: 50px;
 }

footer .container{
 
  margin-top: 0px;
  padding: 50px;
  background-color: #ffeb02;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}


footer .container ul{
  margin: 0px;
  padding: 0px;
}
footer .container ul li{
  list-style: none;
  color:#fff;
  line-height: 2rem;
  
}
footer .container ul li span{
  list-style: none;
  color:#000;
  line-height: 2rem;
  padding-right: 12px;
}

footer .container ul li a{
  text-decoration: none;
  line-height: 2rem;
  color:#000;
  font-size:0.9rem;
}

footer .container ul li a span{
  padding-right: 10px;
}

footer h4,h5{
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

footer h3{
  color:#000;
  font-weight: 600;
}
footer .container ul li{
 line-height: 2rem;
}
.footer-bottom{
  background: #333;
  padding:20px;
  color:#fff;
}
.footer-bottom p{
  font-size: 16px;
  font-size: 14px;
  color:#fff;
}
.footer-bottom a{
  color:#fff;
  font-size: 14px;
 text-decoration: none;
}
.gallery h2{
  color:#000;
  padding-bottom:30px;
}

/* inner page Supplied & Fitte */

.inner-banner {
  position: relative;
  overflow: hidden;
  height: 380px;
  background-position: center center;
  background-size: cover;
  width: 100%;
}


.bg-opacity-2:before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity:.2;
}

.bg-opacity-2 {
  position: relative;
}
.inner-banner h1 {
  font-size: 36px;
  color: #fff;
  padding-top: 150px;
  position: relative;
}
.efficency_bg{
    background:#fff;
    padding: 50px;
  border-radius: 50px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  width: 100%;
  box-shadow: 2px 2px 10px 0 rgb(51, 85, 117);

}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(44, 41, 41, 0.25);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  font-size: 20px;
  background-size:cover;
  text-align: center;
  color:#fff;
}
.inner-banner .overlay .title h2{
  position: absolute;
  top:50%;
  font-weight:600;
  font-size: 36px;
  left:32%;
}
.chimney-cowls-product{
 margin-top:70px;
 text-align: center;
}
.chimney-cowls-product .card{
  border:none;
  background: #a33232;
  padding: 20px 10px 0px 10px;
  margin-bottom:25px;
  min-height: 648px;
}

.chimney-cowls-product .card-title{
font-size:17px!important;
text-align: center;
padding-top:10px;
font-weight: 600;
color: #000;
}
.chimney-cowls-product .card-text{
color:#fff;
font-weight: 600;
}
.chimney-cowls-product .card-body{
  margin-bottom: 40px;
  color:#fff;
}
.chimney-cowls-product .card-body p{
    font-size:16px;
    color:#fff;
}
.chimney-cowls-product .card-body .supplied-fitted{
    background: #fffcfc;
  color: #5e5d5d;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  padding: 20px 20px 10px 20px;
  border-radius: 2px;
  background:#fff!important;
  min-height: 281px;
}
.chimney-cowls-product h2{
  text-align: left;
  font-size: 24px;
  color:#000;
  font-weight: 600;
  padding-bottom: 15px;
}

.fa-facebook {
font-size: 23px!important;
}

.cowl-flue-liners-text, .chimney-repointing, .chimney-cowl-service{
  padding-top: 70px;
}

.cowl-flue-liners-text{
padding: 50px 20px 20px 20px;
}

.cowl-flue-liners-text p, .chimney-repointing p, .chimney-cowl-service p{
  line-height: 1.8;
  
}
.chimney-repointing .card, .flue-liner .card{
  border:none;
  margin-top: 50px;
}
.chimney-repointing .card{
    margin-top:0px;
}
.chimney-repointing .card h5, .flue-liner .card h5 {
  font-size: 17px;
  color:#0A1216FA;
  text-align: center;
  font-weight: 600;
} 
.chimney-repointing .card h5{
font-size: 16px;
  color: #1D2427FA;
  text-align: center;
  font-weight: 600;
  background: #ddd;
  padding: 20px;
  line-height: 1.5;
  min-height: 88px;

}
.card-img-top{
    border: 2px solid #d3c6c6;
}
.other-services h3{
  color:#000;
  font-size:22px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.other-services .card h5{
font-size: 17px;
color:#000;
text-align: center;
font-weight: 500;
padding-top: 20px;
}
.other-services .card{
  border:none;
}

.flue-liner{
  margin-top: 20px;
}

.flue-liner p{
  color:#bf4040;
  font-weight: 500;
  padding-top: 5px;
}
.flue-liner h2{
  font-size: 20px;
  position: relative;
  color:#233D48;
  font-weight: 600;
}
.flue-liner p{
  font-size: 20px;
  position: relative;
  text-align: center;
  color:#233D48;
  padding-top: 20px;
  font-weight: 600;
}
.flue-liner h2:after{
  position: absolute;
  width: 10%;
  height: 3px;
  background:#bf4040;
  content:'';
  left:45%;
  bottom: -16px;

}

.flue-liner .card p{
  color:#bf4040;
  font-size: 17px;
  line-height: 1.8;
}
.cowl-flue-liners-text .flue-text-1{
    padding:20px 0px 0px 0px;
}

.cowl-flue-liners-text .flue-text-2{
   padding: 0px 0px 0px 60px;
}
.liner-text p{
    color:#ddd;
}
.flue-liner .card{
  border: none;
  background: #a33232!important;
  padding: 20px 10px 0px 10px;
  margin-bottom: 25px;
  min-height: 593px;
}
.flue-liner .card p{
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
}
.flue-liner .card h5{
    font-size:16px;
    color:#fff;
    padding-top:20px;
}

.flue-liner .liner-text{
    background:#fff;
    padding:20px;
    min-height: 200px;
}
.flue-liner .liner-text p{
    color:#5e5d5d;
    font-weight:400;
}




.media{
    display:flex;
}
.efficency_bg {
    
}

.efficiency_sec .media img{
   max-width: 100px; 
}
.efficiency_sec .media img {
  max-width: 74px;
}

.efficiency_sec{
    padding-top:50px;
    background:#ddd;
    padding-bottom:50px;
    background-size:cover;
    width:100%;
    
}
.efficiency_banner_image{
  overflow: hidden;
  height: 380px;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.efficiency_sec h3 {
  font-size: 25px;
  text-align: center;
  position: relative;
  color: #3a3b3c;
}
.efficiency_sec .overlay{
}
.bg-opacity-2 {
  position: relative;
}
.bg-opacity-2::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .5;
}

.efficiency_banner_image h3{
font-size:24px;
text-align: center;
}

.efficiency_textbox{
    padding-top:20px;
    text-align:center;
    font-size:14px;
    line-height:1.8;
    color:#5e5d5d;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}


.ratio-16x9{
  background: none!important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color:#bf4040;
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 4px;
    width: 34px;
    height: 35px;
    text-align: center;
}
#whatsapp{
    position: fixed;
    bottom: 190px;
    right: 0px;
    z-index: 99;
    font-size: 34px;
    border: none;
    outline: none;
    background-color: #088112;
    color: #fff;
    cursor: pointer;
    padding: 9px;
    border-radius: 0px;
    width:65px;
    text-align: center;
}

#myBtn:hover {
  background-color: #555;
}

.hiring-service{
    background:#000;
} 
.hiring-service h4{
    background:#bf4040;
    padding:15px;
    color:#fff;
}
.list-item-services ul{
   
}
.list-item-services ul li {
    font-size:18px!important;
    display: block;
    list-style-type: circle;
}

.flue-text-2{
    padding:50px;
}

.repointing-box{
  border: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 30px;
}
.chimney-repointing .card{
  margin-top: 0px;
  border-radius: 2px;
  padding: 20px;
  background: #bf4040;
  min-height: 600px;
}
.chimney-repointing .card .card-body {
    background:#fff;
}
.chimney-repointing p{
    font-size:14px;
    color: #242020;
}

.cowl-flue-liners-text img{
    border:3px solid #ddd;
}


@media (max-width: 844px) {
  
 
  
}
main{
  background-color: #ffeb02;
}


@media (min-width: 1025px) and (max-width: 1280px) {
  

}



@media (min-width: 768px) and (max-width: 1024px) {
  

  
}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .footer-bottom p{
  float:left;
  }

}

@media (min-width: 481px) and (max-width: 767px) {

  
  
 .bg-white .left_info {
    text-align: right;
    margin-top: -20px;
}
.service-sec .servie-text-box{
    padding: 40px 0px 0px 20px;
}

.about ul li.media img{
    width:30%;
}
.about .media-body h5{
    font-size: 26px;
}
.footer-bottom p{
float:left;
padding-top:15px;
}
.chimney-cowls-product .card-body .supplied-fitted{
    min-height: 191px;
}
    
.list-item-services ul li{
    font-size:14px!important;
    line-height:1.8;
}
.cowl-flue-liners-text .flue-text-1{
    
}
.cowl-flue-liners-text .flue-text-2{
   padding: 30px 10px 0px 10px;
    line-height: 1.8;

}

.list-item-services{
    margin-top:41px;
    font-size:16px;
    line-height:3.8;
}
.cowl-flue-liners-text p, .chimney-repointing p, .chimney-cowl-service p{
    font-size:14px;
}
.efficiency_sec .media img {
  max-width: 58px;
  padding-right: 10px;
}
.efficiency_sec h5{
    font-size:20px;
}
.chimney-repointing{
    padding-top:20px;
}
.blog-sec .blog-text-box p{
    margin-top: -35px;
}
.blogmain-text{
    margin-top: -35px;
}


}

@media (min-width: 320px) and (max-width: 480px) {
    .cont-responsive{
        text-align: left;
        border-top: 2px solid #000;
    }
    .carousel-item{
    height: 25vh;
    img{
      height: 25vh;
    }
    h1{
      font-size: 2rem;
    }
  }
.title-style{
    font-size: 70px!important;
    text-align: center;
  }
  .btn-style{
    width: 100%;
    margin-bottom: 20px;
  }
  .title-style-mid-banner{
    text-align: center;
  }
  .mid-desc{
    text-align: justify;
    font-size: 18px!important;
  }

  main{
  background-color: #fff!important;
 }
 footer{
  background-color: #fff!important;
 }

  
.bg-white .left_info {
    text-align: right;
    margin-top: -20px;
}
.about{
    padding-top:0px;
}
.about h2{
   padding-bottom: 40px; 
}
.service-sec .servie-text-box{
  
}
.service-sec h3{
    padding-top:20px;
    
}
.service-sec .servie-text-box{
    margin-top:20px;
}
.about ul li.media img{
  width:50%;
  height:15%;
  padding-right: 20px;
  padding-top:35px;
  
}
.list-item-services{
    padding-top: 30px;
}
.list-item-services ul li{
    font-size:14px!important;
    line-height:1.8!important;
}
.cowl-flue-liners-text .flue-text-1{
    font-size:14px;
}
.blog-sec .blog-text-box p{
    margin-top: -35px;
}
.blogmain-text{
    margin-top: -35px;
}
.chimney-repointing{
    padding-top:50px;
}
.cowl-flue-liners-text .flue-text-2 {
  padding: 20px 0px 0px 4px;
  font-size: 14px;
}
.cowl-flue-liners-text p{
    padding-top:10px;
}
.footer-bottom p{
    float:left;
}

}
.box-wrap{
  padding: 40px 30px;
  transition: all 0.5s ease 0s;
  border-radius: 6px;
  box-shadow: var(--box-shadow);
  position: relative;
  background-color: #fff;
  border: 1px solid #7e7503;
  margin-bottom: 10px;
}
.icon i{
  color: #ffeb02;
  font-size: 30px;
}
h4 .number{
  position: absolute;
    font-size: 60px;
    line-height: 60px;
    right: 40px;
    top: 30px;
    opacity: .07;
    transition: 0.3s ease-in-out;
}
.read{
  background-color: #ffeb02;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
}


#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100%;
}

.btn-style{
  padding: 14px 42px;
    font-size: 16px;
    color: #000;
    border-radius: 50px;
    font-weight: bold;
    outline: none;
    border: none;
    background-color: #ffeb02;
    transition: all 1.8s ease-in-out;
}

.title-style{
  font-size: 90px;

  span{
    
    background-color: #ffeb02;
    padding: 0px 20px;
  }
}
.about-desc{
  font-size: 20px;
  text-align: justify;
}
.success-desc{
  font-size: 20px;
  text-align: center;
}

.mid-banner
{
  background:url(../images/banner.png) no-repeat;
  background-attachment: fixed;
    background-position: bottom;
    background-size: cover;

    padding: 60px 0;

    .mid-desc{
      color: #fff;
      font-size: 20px;
    }
}
.title-style-mid-banner{
  color: #fff;
  border-bottom: 2px solid #b7a903;
  span{
    color: #b7a903;
  }
}


.contactus{
  padding-top: 50px;
}
.contact-info i{
  font-size: 40px;
}

.contact-info{
    
    font-size: 20px;


  }

  a{
    text-decoration: none!important;
    color: #000;
  }
  .contact-form{
    background-color: #fff;

  }

  .c-frm{
    border: none;
    border-bottom: 2px solid #b7a903;
    border-radius: 0px;
    
  }
  ::placeholder { 
      color: #b7a903!important;
    }
  
.c-frm:focus{
  border-color: #b7a903;
    outline: 0;
    box-shadow: none;
}














