.section-title span img {
    margin-top: -3px !important;
}

.header-logo a img {
    height: 66px;
}

.widget-head a img {
    width: 260px;
}

.header-left {
    width: 100%;
    text-align: right;
    margin-right: 40px;
}

.header-top-4 {
    padding: 10px 0;
}

.header-top-4::before {
    height: 101%;
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.breadcrumb-wrapper .breadcrumb-items {
    justify-content: start !important;
    gap: 20px !important;
}

.cta-one-inner {
    margin-top: -1px !important;
}

.choose-us-wrapper-2 .choose-us-content .icon-items .icon {
    font-size: 48px;
    color: #d80621 !important;
}

.whatsapp {
    position: fixed;
    bottom: 35px;
    left: 20px;
    height: 60px;
    width: auto;
    z-index: 9999;
}

.offcanvas__content{
    padding-bottom: 20px !important;
}

.offcanvas__logo a img {
    width: 180px;
}

.hero-4 .hero-content h1 {
    font-size: 52px !important;
}

.hero-4 .hero-content h1 span {
    color: white !important;
    -webkit-text-fill-color:white !important;
}

.hero-4 .hero-content {
    padding: 150px 0;
}

.hero-p{
    padding-bottom: 30px;
}

.team-section{
    margin-bottom: -42px;
}

.news-section{
    margin-bottom: -42px;
}

.news-image{
    overflow: hidden;
}

.single-news-style-2 .news-image img {
    width: 100%;
    height: auto;
}

.footer-bottom-wrapper-2 p a{
    color: #d42b1e !important;
}

.about-wrapper-2 .about-content.about-inner {
    margin-left: 0px; 
}
.about-wrapper-2 .about-content {
     max-width: 100%; 
}

.main-sidebar {
    margin-right: 35px;
    margin-left: 0;
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
}

.breadcrumb-wrapper .page-heading span img {
    margin-top: -3px;
}

.border-bottom {
    border-bottom: none !important
}

.cta-img-box::before {
    position: absolute;
    top: 0px;
    right: -18px;
    content: "";
    border-left: 15px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 39px solid var(--roofsie-black, #D80621);
    z-index: 2;
    transform: rotate(-1deg);
}

.footer-widgets-wrapper-2 .single-footer-widget .widget-head h4 {
    color: #d42b1e;
}

.new-nav{
    margin-top: 60px;
}

.new-nav h4{
    color: #d42b1e;
    margin-bottom: 20px;
}

.new-nav div a{
    margin-right: 40px;
    margin-bottom: 12px;
    color: white;
    display: inline-block;
}

.new-nav div a:hover{
    color: #d42b1e;
}

.new-nav div a::before {
    content: '\2B9E'; 
    font-size: 16px; 
    color: #d42b1e; 
    margin-right: 8px; 
}

.contact-info-wrapper-2 {
    align-items: start;
}

.contact-info-items-2 .list-info li {
    font-size: 16px;
}

.map-area .googpemap {
    height: 300px;
    position: relative;
}

.contact-title{
    width: 560px;
    min-width: 310px;
}

.contact-info-area {
    padding-bottom: 40px;
}

.breadcrumb-wrapper .page-heading h1 i{
    padding: 20px;
}

.service-details-content p{
    margin-bottom: 1.5rem !important;
}  

.service-details-content h2, h3{
    color: #001659;
    margin-bottom: 6px;
} 

.service-details-content h2{
    font-size: 32px;
}

.service-details-content h3{
    font-size: 20px;
}

.service-details-content ul{
    margin-bottom: 30px;
    margin-left: 20px;
}

.service-details-content ul li{
    position: relative;
    padding-left: 30px;
}

.service-details-content ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: #001659;
}

.co-photo{
    display: flex;
    align-items: flex-end;
    grid-gap: 30px;
    margin-bottom: 30px;
    margin-top: 32px;
}

.co-photo p strong{
    font-size: 26px;
    color: #001659;
}

.renovation{
    display: flex;
    margin-bottom: 40px;
}

.renovation img{
    margin-left: auto;
    height: 260px;
    width: auto;
}

.working{
    display: flex;
    margin-bottom: 40px; 
}

.working div{
    margin-left: auto;
}

.working img{
    height: 150px;
    width: auto;
    margin-right: 40px;
}


.icon-crossed{
    color: red !important;

}

.icon-checked{
    color: green !important;

}

.table th, .table td{
    padding: 22px 0px !important;
}



@media (max-width: 1199px) {
    .header-4 .container-fluid {
        padding: 0px 20px;
    }
    .breadcrumb-wrapper .page-heading {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .header-logo a img {
        height: 60px;
        padding: 6px;
        padding-left: 0px;
    }
    .whatsapp {
        position: fixed;
        bottom: 35px;
        left: 20px;
        height: 50px;
        width: auto;
        z-index: 9999;
    }
    .cta-img-box::before {
        display: none;
    }
}