/*
Theme Name: Pro Asbestos Disposal
Author: App and Website
Description: Theme by <a href="https://appandwebsite.au/"> App and Website </>
Version: 1.0.0
*/


/* ============== Pagination css starts=================== */
.pagination_main{
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination_main .page-numbers{
   margin-right: 1.2rem;
   width: 40px!important;
   height: 45px!important;
   line-height: 2.6rem!important;
   font-size: 1.3rem;
   font-weight: 600;
   text-align: center;
   border-radius: 6px;
   border: 2px solid #4187a5;
   background: #fff;
   color: #4187a5;
 }
 .pagination .page-numbers:hover{
   background: #4187a5;
   border-color: #4187a5;
   color: #fff;
 }
 .pagination .current {
    background: #4187a5;
    border-color: #4187a5;
   color: #fff;
 }
 .pagination .page-numbers:last-child{
   margin-right: 0rem;
 }
 /* ============== Pagination css ends=================== */


.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2e1e2;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  z-index: -1;
}

.header-layout1 .logo-bg:after {
  background-color: #fff5f6;
  left: 30px;
  height: 50px;
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
  z-index: -2;
}

.header-layout1{
    box-shadow: 1px 1px 4px #ccc;
}

.header_logo img{
    height: 120px;
    object-fit: contain;
    transform: translate(-155px);
}
.quote_topbar{
	background: #dc0210;
	color: #fff;
	padding: 5px 16px;
	border-radius: 30px;
}
.quote_topbar:hover{
	background: #b1020d;
	color: #fff!important;
}
@media screen and (max-width: 1600px) {
    .header_logo img{
        height: 100px;
        transform: translate(-130px);
    }
}
@media screen and (max-width: 1500px) {
    .header_logo img{
        transform: translate(-80px);
    }
}
@media screen and (max-width: 1400px) {
    .header_logo img{
        transform: translate(-60px);
    }
}
@media screen and (max-width: 1320px) {
    .header_logo img{
        transform: translate(-40px);
    }
}
@media screen and (max-width: 1200px) {
    .header_logo img{
        transform: scale(1.2);
        margin-left: 10px;
    }
}
.header-top{
    background: #000!important;
}
.header-top::after{
    background: #000!important;
}
.phone_mail_topbar ul li i{
    color: #fff;
}
.phone_mail_topbar ul li a:hover{
    color: #ccc;
}


.footer_logo img{
    height: 120px;
    object-fit: contain;
    background: #fff;
    padding: 10px 25px;
    border-radius: 6px;
}
.footer_recent_posts h4{
    font-weight: 500!important;
    font-size: 12px;
    line-height: 20px!important;
}
.th-hero-wrapper .slick-dots {
    display: none;
}
.hero_title_main{
    font-size: 72px;
    line-height: 80px;
}
.hero_text_top{
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #ddd!important;
}
.mobile_logo{
    background-color: #fff!important;
}
.phone_mail_top_mobile{
    display: flex;
    justify-content: flex-end;
}
.header_top_row{
    display: flex!important;
    justify-content: space-between!important;
}
.phone_mail_top_mobile{
    display: none;
}
.mobile_display_flex_row_top a i{
    font-size: 18px;
}
.mobile_display_flex_row_top a:hover i{
    color: #ccc!important;
}

@media screen and (max-width: 768px) {
    .hero_title_main{
        font-size: 36px;
        line-height: 42px;
    }
    .callback_form_hero {
        border-radius: 0!important;
    }
}
@media screen and (max-width: 992px) {
    .mobile_topbar_links{
        width: 100%;
    }
    .mobile_display_flex_row_top{
        width: 100%;
        display: flex!important;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_display_flex_row_top .phone_mail_top_mobile div{
        margin-left: 20px;
    }
}


@media (max-width: 1920px) {
    .hero-style4, .hero-style1 {
        padding: 120px 0;
    }
    .hero_sec .th-carousel{
        padding-bottom: 60px;
    }
    .hero_title_main {
        font-size: 52px;
        line-height: 60px;
    }
    .cta_small_head h2{
        font-size: 42px!important;
    }
}
@media (max-width: 1400px) {
    .hero-style4, .hero-style1 {
        padding: 80px 0;
    }
    .hero_title_main {
        font-size: 52px;
        line-height: 60px;
    }
}
@media (max-width: 768px) {
    .hero-style4, .hero-style1 {
        padding: 60px 0;
    }
    .hero_title_main {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px!important;
    }
}

.callback_form_hero{
    padding: 30px;
    margin: 0;
    /* background: #2f4040!important; */
    background: #317491;
    border-radius: 12px;
}
.form_title_hero h5{
  color: #fff!important;
  margin-bottom: 0;
}
.form-control, .form-select, textarea, input {
    height: 50px;
    padding: 0 10px; 
    padding-right: 10px;
}
.callback_form_hero input{
    height: 42px;
    margin-bottom: -10px;
}
.callback_form_hero textarea{
    min-height: 100px!important;
}
.callback_form_hero button{
    background: #fff;
    color: #222;
}


/* .footer-widget .footer_service_list li:last-child a::before{
    display: none;
}
.footer-widget .footer_service_list li:last-child a{
    margin-left: -20px!important;
} */
.footer_social_mt{
    margin-top: 30px;
}
.footer_ph_ml i{
    color: #fff!important;
}
.business_hours_footer{
    margin-bottom: 10px;
}
.business_hours_footer h6{
    color: #fff;
    line-height: 10px;
    font-weight: 500;
}
.footer_copyright a{
    color: #5a8b55;
}
.br_mobile_sw{
    display: none;
}
@media screen and (max-width: 768px) {
    .footer_privacy {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 420px) {
    .br_mobile_sw{
        display: block;
    }
}

.about_images_home .img1{
    height: 580px;
    width: 450px;
}
.about_images_home .img2{
    height: 200px;
    width: 220px;
}
.about_images_home .img3{
    height: 413px;
    width: 330px;
}
.about_images_home .imgabt img{
height: 100%;
width: 100%;
object-fit: cover;
}
.title_color_brand{
    color: #075c00;
}
@media screen and (max-width: 1400px) {
    .about_images_home .img1{
        height: 580px;
        width: 360px;
    }
    .about_images_home .img2{
        height: 200px;
        width: 200px;
    }
    .about_images_home .img3{
        height: 360px;
        width: 330px;
    }
}
@media screen and (max-width: 1300px) {
    .about_images_home .img1{
        height: 580px;
        width: 320px;
    }
    .about_images_home .img2{
        height: 220px;
        width: 200px;
    }
    .about_images_home .img3{
        height: 360px;
        width: 330px;
    }
}
@media screen and (max-width: 1200px) {
    .about_images_home .img1{
        height: 580px;
        width: calc( 100% - 280px);
    }
    .about_images_home .img2{
        height: 360px;
        width: 260px;
    }
    .about_images_home .img3{
        height: 280px;
        width: 360px;
    }
}
@media screen and (max-width: 768px) {
    .about_images_home .img1{
        height: 100%!important;
        width: 100%!important;
    }
    .img-box2 {
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .about_images_home .img2{
        display: none;
    }
    .about_images_home .img3{
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .about_images_home{
        width: 100%;
    }
    .about_images_home .img1{
        height: 320px;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .about_images_home{
        width: 100%;
    }
    .about_images_home .img1{
        height: 280px;
        width: 100%;
    }
}



.cta_big_head p{
    color: #ccc;
}
.checklist_cta{
    margin-top: 30px;
}
.checklist_cta li{
    color: #ccc!important;
}
.checklist_cta li i{
    background: #fff!important;
}
.file_input input{
    padding-top: 12px;
}
.free_quote_textarea textarea{
    min-height: 80px!important;
}
.form_home_free_quote_main{
    margin-top: 70px;
}
@media screen and (max-width: 992px) {
    .form_home_free_quote_main{
        margin-top: 0px;
        margin-bottom: 80px;
    }
    .space_bottom_cta{
        padding-bottom: 10px;
    }
}


/* .service_item_content{
    background: #2f4040;
} */
.service_item_content:hover .link-btn{
color: #719c6c!important;
}
.service_item_content a:hover{
    color: #719c6c!important;
}
.desc_head{
    display: flex;
    justify-content: center;
}
.desc_head p{
    width: 70%;
}
.padding_custom111_btm{
    padding-bottom: 40px;
 }
@media screen and (max-width: 1200px) {
.service_item_content{
    padding-top: 25px;
}
.desc_head p{
    width: 80%;
}
.why_choose_area .wcu-img-half{
    display: none;
}
.faq_image{
    display: none; 
}
}
@media screen and (max-width: 768px) {
    .service_item_content{
        padding-top: 25px;
    }
    .desc_head p{
        width: 100%;
    }
    .ceo_message_section .award-thumb{
        padding-right: 0;
    }
    .ceo_message_section .award-thumb .thumb img {
        width: 100%;
        border-radius: 0%;
    }
    /* .footer_copyright .copyright-text{
        text-align: left;
    }
    .footer_privacy{
        justify-content: flex-start;
    }
    .footer_privacy a{
        text-align: left;
    } */
     .padding_custom111_btm{
        padding-bottom: 0;
     }
     .mt_decresed{
        margin-top: -25px;
     }
}

.copyright-text a{
    color: #7fb6cd;
}
.copyright-text a:hover{
    color: #4792af;
}
.footer_privacy a{
    color: #7fb6cd;
}
.th-social a{
    background: #4792af;
    border-radius: 10px!important;
}
.foot_title_new{
    color: #7fb6cd!important;
}
@media (max-width: 767px) {
    .br_mobile_sw{
        display: none;
    }
}
.sub_title_white .sub-title:before, .sub_title_white .sub-title:after {
    background: #fff;
}
.process_area .service-card{
    border: 1px solid #5a8b55;
}
@media (max-width: 991px) {
    .why_choose_area .wcu-img-half {
        margin-right: 0px;
    }
}
.testimonial_area .testi-block .quote-icon {
background: #2f4040;
}
.half_hide{
    display: none;
}
.cta_small_head h2{
    font-size: 48px!important;
}
.cta_small_head p {
    margin-bottom: -20px!important;
}
@media (max-width: 1300px) {
.cta_small_head .desc_head p{
    width: 70%!important;
}
}
@media (max-width: 1200px) {
    .cta_small_head h2{
        font-size: 36px!important;
    }
.cta_small_head .desc_head p{
    width: 100%!important;
}
}


.faq_list span{
   font-weight: 600;
}
.director_button{
    letter-spacing: 2px;
}


.contact_page_details h6, .contact_page_details p, .contact_page_details .footer_ph_ml i, .contact_page_details a{
   color: #444!important;
}
.contact_page_details a i{
    color: #fff!important;
 }
.contact_page_details .business_hours_footer{
    margin-top: 25px;
    margin-bottom: 25px;
}


.about_into_img_main{
    margin-top: 50px;
}
.mv_item{
    background: #edf5f8;
    padding: 50px 50px 30px 50px;
}
.mv_row_main{
    display: flex;
    column-gap: 40px;
}
.brdcm_text_contact{
    color: #5aa1be!important;
}
.blog_row .blog-img{
    max-height: 100%;
    max-width: 267px;
}
.blog_row .blog-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.recent_posts .media-img{
    height: 80px;
    max-width: 80px;
}
.recent_posts .media-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image_fx{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image_fx img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .mv_row_main{
        display: grid;
        grid-template-columns: 100%;
        row-gap: 40px;
    }
}
@media (max-width: 576px) {
    .blog_row .blog-img{
        max-height: auto;
        max-width: 100%;
    }
    .cta_small_head  .title_fdecreased{
        font-size: 28px!important;
        font-weight: 600;
     }
     .cta_small_head p{
        color: #ddd!important;
     }
}


.service_page_form input{
    height: 40px;
}
.service_page_form .file_input input {
    padding-top: 7px;
}
.service_page_form .form-group{
    margin-bottom: 10px;
}
.service_left_content{
    height: fit-content;
}
.advantages_row{
    overflow: hidden;
}

@media (max-width: 1200px) {
.service_advantages_area .row{
   flex-direction: column-reverse;
}
.service_advantages_area .service_left_content{
    padding: 25px;
}
}

.privacy_policy_list{
    padding-left: 10px;
}
.sec_padding_part{
    padding: 20px 0;
}


.callback_form_hero button{
    background: #070f12!important;
    color: #fff;
}
.button_fixed_bg1{
    background: #070f12!important;
    color: #fff!important;
}
.button_fixed_bg1::after{
    background: #070f12!important;
    color: #fff!important;
}
.button_fixed_bg1::before{
    background: #070f12!important;
    color: #fff!important;
  }
.callback_form_hero button.button_fixed_bg1::after{
    background: #070f12!important;
  }
.callback_form_hero button.button_fbutton_fixed_bg1ixed_bg1::before{
      background: #070f12!important;
}
.button_fixed_bg2{
    background: #4187a5!important;
    color: #fff!important;
}
.button_fixed_bg2::after{
    background: #4187a5!important;
    color: #fff!important;
}
.button_fixed_bg2::before{
    background: #4187a5!important;
    color: #fff!important;
}

@media screen and (max-width: 992px) {
    .phone_mail_top_mobile{
        display: flex!important;
    }
    .menu_toggle{
        display: flex!important;
    }
}
.button_fixed_pd{
    padding: 16px;
}
.footer_recent_posts img{
    width: 80px!important;
    height: 70px!important;
}
.img_box_custom{
  padding: 25px;
}
.title_color_primary{
    color: #4187a5;
}
.hdc_title_mobile{
    display: none;
}
@media screen and (max-width: 1200px) {
    .hdc_title_desk{
        display: none;
    }
    .hdc_title_mobile{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .img_box_custom{
        padding: 5px;
        margin-top: -25px;
    }
}
.img_box_custom img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.services_section_main{
    background: #070f12;
}
.services_container_home{
    background: #070f12;
    padding: 50px 25px;
}
.asbestos_list_home{
   display: flex;
   flex-wrap: wrap;
   column-gap: 25px;
}
.asbestos_list_home li{
    font-size: 20px;
    font-weight: 500;
    color: #222!important;
    margin-bottom: 15px!important;
    width: 280px;
    background: #4187a5;
    padding: 10px;
    border-radius: 4px;
}
.asbestos_list_home li i{
    margin-top: 5px;
}
.asbestos_list_home li i, .asbestos_list_home li a{
    color: #EEE!important;
}
.asbestos_list_home li:hover{
    background: #21566d!important;
}
.text_white{
    color: #EEE;
}
.demolition_serv_row{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #bbb;
}
@media screen and (max-width: 576px){
    .asbestos_list_home li{
        width: 100%;
    }
}
.free_quote_div{
    padding:  0;
}
.free_quote_page{
    margin: 60px 0;
}
.process_row .service-card{
    border: 1px solid #eee;
}
.why_choose_row{
    display: grid!important;
    grid-template-columns: auto auto auto;
    row-gap: 25px!important;
}
.why_choose_row p{
  margin-top: 20px!important;
}
.why_choose_row .wcu-card.style4:hover{
    background: #eee;
}
@media screen and (min-width: 1200px){
.title_font_reduced{
    font-size: 48px!important;
    line-height: 60px!important;
    margin-bottom: 25px!important;
}
} 
@media screen and (max-width: 1200px){
.why_choose_row{
    grid-template-columns: 50% 50%;
}
}
@media screen and (max-width: 768px){
    .why_choose_row{
        grid-template-columns: 100%;
    }
    .ceo_image{
        margin-top: -30px;
    }
    .pdtotpdec{
        margin-top: -30px;
    }
    .free_quote_div{
        padding: 30px 0;
    }
}

.testimonial_area .testi-block{
    background:#222;
}
.testimonial_area .testi-block h6, .testimonial_area .testi-block h3{
    color: #eee;
}
.testimonial_area .testi-block p{
    color: #ccc;
}
.ceo_section{
    border-radius: 6px;
}
.ceo_image img{
  border: 2px solid #38B6FF;
  border-radius: 4px;
}

.free_quote_div{
    background: #4187a5!important;
}
.free_quote_row{
    display: flex;
    justify-content: center;
}

.projects_item{
    margin: 12px 0;
}
.projects_item_wrap{
    background: #edf5f8;
    
    border: 1px solid #4187a5;

}
.projects_item_wrap h4{
    background: #4187a5; 
    padding: 10px 20px;
    color: #fff;
}
.gallery_images_items{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.projects_item_wrap h6{
    color: #4187a5;
}
.fancy_item img{
    border: 4px solid #fff;
}


.certification_section h3{
   font-size: 16px;
   color: #4187a5;
}
.certification_section:hover h3{
    color: #4187a5!important;
 }
.certification_section .feature-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0;
}
.certification_section .feature-card.style2 {
    padding: 30px 25px;
    gap: 6px!important;
    height: 120px;
}
@media (max-width: 1199px) {
    .certification_section .feature-card.style2 {
        gap: 6px!important;
    }
}
.certification_section img{
    border-right: 1px solid #ccc;
    margin-right: 6px;
}

/* desktop menu customised */
@media (max-width: 1300px) {
.main-menu > ul > li > a {
    padding: 0px 0!important;
}
.main-menu > ul > li {
    margin: 0 10px;
}
}

.blog_single_content  h2{
    font-size: 28px!important;
}
.blog_single_content  h3{
    font-size: 24px!important;
}
.blog_single_content  h4{
    font-size: 18px!important;
}
.privacy_policy_page h1{
    font-size: 36px!important;
}
.privacy_policy_page h2{
    font-size: 28px!important;
}
.privacy_policy_page h3{
    font-size: 24px!important;
}
.privacy_policy_page h4{
    font-size: 18px!important;
}
.recent_post_title_footer{
    font-size: 14px!important;
}
.blog_title_home{
    font-size: 18px!important;
}
.form_button_banner input{
    padding-bottom: 32px!important;
    background: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}
.wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 10px;
}
.file_input label{
  margin-top: 10px;
  margin-bottom: 0px;
}
.file_input input{
    margin-bottom: 10px;
    height: 45px!important;
}
.button_free_quotesubmit input{
    padding-bottom: 32px!important;
    background: #000;
    margin-top: 10px;
}
.free_quote_div{
    padding-bottom: 0!important;
}
.service_page_thide .form_title_hero{
    display: none;
}
.service_page_thide .tt2show{
    display: block;
}

.page_hero_title{
    font-size: 42px!important;
}
@media screen and (max-width: 576px) {
    .page_hero_title{
        font-size: 32px!important;
    } 
}
.sec-title {
    font-size: 42px;
  }

.th-menu-toggle {
    background-color: #000;
}

.main-menu a {
    font-weight: 500;
    text-transform: none;
}
.main-menu a:hover {
   color: #dc0210!important;
}
.th-menu-wrapper .th-menu-area {
	 border-right: 2px solid #dc0210 !important;
}
.th-menu-wrapper .th-menu-toggle {
    background-color: #dc0210 !important;
}
.th-mobile-menu ul li.th-active > a {
    color: #dc0210;
}
.hero-subtitle {
    font-weight: 500!important;
}
.callback_form_hero {
    background: #f2e1e2;
}
.main-menu ul.sub-menu li a:before {
    color: #dc0210!important;
}
.button_fixed_bg2 {
    background: #dc0210 !important;
    color: #fff !important;
	text-transform: none!important;
	font-weight: 500;
}
.button_fixed_bg2::before {
    background: #b1020d !important;
    color: #fff !important;
}
.button_fixed_bg2::after {
     background: #b1020d !important;
    color: #fff !important;
}
.main-menu > ul > li > a {
    padding: 10px 0;
}
.header-logo {
    padding-top: 8px;
    padding-bottom: 8px;
}

     .header_logo img {
        height: 85px;
        margin-left: 160px;
    }
.form_title_hero h5 {
    color: #000 !important;
    margin-bottom: 0px;
}

@media screen and (max-width: 1600px) {
    .header_logo img {
        height: 85px;
        margin-left: 120px;
    }
}
 .header-layout1 .logo-bg {
        width: 30%;
    }
@media (max-width: 1600px) {
    .header-layout1 .logo-bg {
        width: 25%;
    }
}
@media screen and (max-width: 1500px) {
    .header_logo img {
        margin-left: 50px;
    }
}
@media (max-width: 1500px) {
    .header-layout1 .logo-bg {
        width: 22%;
    }
}
@media screen and (max-width: 1400px) {
    .header_logo img {
        margin-left: 40px;
    }
}
@media screen and (max-width: 1300px) {
    .header_logo img {
        margin-left: 40px;
    }
}
@media (max-width: 1300px) {
    .header-layout1 .logo-bg {
        width: 24%;
    }
}
@media screen and (max-width: 1200px) {
      .header_logo img {
        margin-left: 10px;
    }
}
@media (max-width: 1200px) {
    .header-layout1 .logo-bg {
        width: 30%;
    }
}
@media (max-width: 992px) {
.header-links li:not(:last-child):after {
    width: 0px;
    right: 0px;
}
	.header-links li:not(:last-child) {
    margin: 0 0px 0 0;
}
	.phone_mail_topbar ul li:nth-child(2) {
  display: none;
}
	.header-layout1 .row {
		width: 100%;
		display: grid;
		grid-template-columns: 50% 50%;
		justify-content: space-between;
	}
	.mobile_topbar_links {
  display: flex;
		justify-content: flex-end;
}
	.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
    background-color: #fff;
		top: 10px;
		height: 0px!important;
}
}

@media (max-width: 768px) {
	.quote_topbar{
		margin-right: -25px;
	}
	.th-menu-toggle{
		margin-right: -22px;
	}
	.header-layout1 .header-logo img {
        max-height: 60px;
    }
	.sec-title{
		font-size: 28px;
	}
	#about-sec{
		margin-top: 40px;
	}
}	

.certification_section {
    background: #fff5f6;
}
.certification_section .feature-card.style2 {
   background: #fff;
}
.certification_section h3 {
    font-size: 18px;
    color: #222;
}
.certification_section:hover h3 {
    color: #222!important;
}
.certification_section img{
	max-height: 80px;
	padding-right: 10px;
}
.sticky-wrapper{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media (max-width: 1920px) {
    .hero_sec .th-carousel {
        padding-bottom: 0px;
    }
}


/* ======= Roofing Services Section ======= */
.roofing-services-section {
  width: 100%;
  background-color: #0f0f0f;
  color: #f8f8f8;
  text-align: center;
  padding: 60px 0px;
  font-family: "Poppins", sans-serif;
}

.roofing-services-header {
  margin-bottom: 50px;
}

.roofing-subtitle {
  color: #e63946;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.roofing-title {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
}

.roofing-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin: 0 auto;
}

.roofing-card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.15);
  transition: all 0.3s ease;
}

.roofing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(230, 57, 70, 0.2);
}

.roofing-img img {
  width: 100%;
  height: 250px;
	object-fit: cover;
  margin-bottom: 20px;
}

.roofing-card-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.roofing-card-text {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 10px;
  min-height: 60px;
}

.roofing-readmore {
  display: inline-block;
  color: #e63946;
  font-weight: 600;
  text-decoration: none;
  border-top: 1px solid #2a2a2a;
  padding-top: 10px;
  transition: all 0.3s ease;
}

.roofing-readmore:hover {
  color: #fff;
  text-decoration: underline;
}


#hero-sec .slick-list .slick-track .slick-active{
	padding: 50px 0;
}
/* ======= Responsive ======= */
@media (max-width: 768px) {
  .roofing-title {
    font-size: 2rem;
  }
  .roofing-card {
    padding: 25px 15px;
  }
	.free_quote_page {
    margin: 0px 0px;
}
	.th-hero-bg{
    background-position: bottom left!important;
    height: 480px;
	}
	#hero-sec .slick-list .slick-track .slick-active{
	padding: 0px 0;
}
}

@media (max-width: 480px) {
  .roofing-subtitle {
    font-size: 0.9rem;
  }
  .roofing-title {
    font-size: 1.7rem;
  }
}



.img_box_custom img {
    border: 5px solid #ccc;
}
.wcu-card.style4 {
    border-top: 2px solid #dc0210;
    background: #fff;
}
.wcu-card.style4:hover {
    background: #fff!important;
}

.footer_form .form_title_hero{
	display: none;
}
.footer_form textarea{
	min-height: auto!important;
	max-height: 120px!important;
	height: 120px!important;
}
.footer_form .form-group{
	margin-bottom: 15px!important;
}
.footer_form{
	padding-bottom: 0px!important;
}
.sub-title {
	color: #dc0210 !important;
}
.sub-title:before {
	background: #dc0210 !important;
}
.sub-title:after {
	background: #dc0210 !important;
}
.accordion-card .accordion-button:not(.collapsed):after {
    color: #dc0210 !important;
}
.sidebar-area .widget_title:before {
    background-color:  #dc0210 !important;
}
.th-social a {
    background: #dc0210;
}
.th-social a:hover {
    background: #dc0210;
}
.footer-links a {
    color:#dc0210;
}
.copyright-text a {
    color: #dc0210;
}
.copyright-text a:hover {
    color: #dc0210;
}
.footer-links a:hover {
    color:#dc0210;
}
.foot_title_new {
    color: #dc0210 !important;
}
 .footer-widget.widget_nav_menu a:hover{
	  color: #dc0210 !important;
}
.footer-widget.widget_nav_menu a:hover::before {
color: #dc0210 !important;
}
.footer_ph_ml a:hover{
	 color: #dc0210 !important;
}
.contact_page_form .form_button_banner input{
	background: #dc0210;
}
.free_quote_div {
    background: #ce2127 !important;
}
.button_free_quotesubmit input {
   max-width: 360px;
	text-transform: none;
}
.abtwhychoose .wcu-card.style4 {
    background: #fff5f6;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.abtwhychoose .wcu-card.style4:hover {
    background: #fff5f6!important;
}
.service-card .box-title {
    font-size: 18px;
}
.service-card.style3 .service-content {
    max-width: none;
    padding: 20px 20px 16px;
}
.hero_text_top {
    text-transform: none;
    margin-bottom: 25px;
    color: #ddd !important;
}
.blog-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact_page_form{
	padding-bottom: 50px!important;
}
.callback_form_hero {
    padding-bottom: 50px!important;
}

.main-menu ul.sub-menu {
	max-height: 600px;
	overflow-y: scroll;
}

