.maincontent {
padding:0;
position:relative;
max-width:100%;
margin:auto;
}

.home-left-list {
display:grid;
grid-template-rows:1fr ;
grid-template-columns:1fr 1fr;
}


.list-head {
border-left:6px solid #333;
font-style:italic;
font-weight:bold;
padding-left:25px;
}

.list-head li {
font-size:24px;
}

.home-left-list li {
text-decoration:none;
text-align:left;
padding:15px;
}

.soffit-why {
width:55%;
padding-left:100px;
}

.soffit-hire {
width: 50%;
float: right;
}

.hero-banner {
    color: #ffffff;
    width: 45%;
    background-color: rgba(33,33,33,0.8);
    margin-top: 0px;
padding:100px;
margin-bottom:0px;

}

.home-left {
width:50%;
text-align: center;
}

.home-right {
width:50%;
}

.sf-gallery-right {
padding:0px 25px;
border-right:2px solid #fff;
}


.sf-gallery-left {
padding:0px 25px;

}

/* Media Query for Mobile Devices */

@media (max-width: 480px) {
.maincontent {
        padding:50px 20px !important;
        width:100%;
    }
.global_1950 {
        padding:40px 20px !important;
        width:100%;
    }

    .hero-banner {
        width:100% !important;
        padding:50px !important;
    }

    .global_1951 {
        padding:40px 20px !important;
        width:100%;
        background-size:cover !important;
        background-position:center !important;
        background-image: url(/imageserver/Reusable/SoffitFascia/soffit.jpg) !important;
        background-color:rgba(255,255,255,0.0) !important;
    }


   

    .soffit-why {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
    }

    .soffit-hire {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
        margin-left:0px;
    }

    .global_1953 {
        padding:50px 20px !important;
        width:100%;
    }

 .gallery-right {
border-right:0px solid #fff !important;
border-bottom:2px solid #fff !important;
}
}


/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 480px) and (max-width: 767px) {
    .global_1950 {
        padding:50px 20px !important;
        width:100%;
    }

    .hero-banner {
        width:100% !important;
        padding:50px !important;
    }

    .global_1951 {
        padding:50px 20px !important;
        width:100%;
        background-size:100% !important;
        background-position:center !important;
        background-image: url(/imageserver/Reusable/SoffitFascia/soffit.jpg) !important;
        background-color:rgba(255,255,255,0.0) !important;
    }

    .soffit-why {
        background-color:rgba(255,255,255,0.8) !important;
        width:100% !important;
        padding:50px !important;
    }

    .soffit-hire {
        background-color:rgba(255,255,255,0.8) !important;
        width:100% !important;
        padding:50px !important;
        margin-left:0px;
    }

    .global_1953 {
        padding:50px 20px !important;
        width:100%;
    }

}


/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px) {
    .global_1950 {
        padding:50px 20px !important;
        width:100%;
    }

    .hero-banner {
        width:100% !important;
        padding:50px !important;
    }

    .global_1951 {
        padding:50px 20px !important;
        width:100%;
        background-size:cover !important;
        background-position:center !important;
    }
    .soffit-why {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
    }

    .soffit-hire {
        background-color:rgba(255,255,255,0.8);
        width:100% !important;
        padding:50px !important;
        margin-left:0px;
    }

    .global_1953 {
        padding:50px 20px !important;
        width:100%;
    }

}


/* Media Query for Ipad Pro and Ipad Landscape */

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

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
   
}

@media (min-width: 1281px) and (max-width: 1440px) {}


/* Media Query for Large screens */

@media (min-width: 1281px) {
  
}



/* -- Hero -- */

.hero-global {
    position: relative;
    padding: 80px 15px;
    background-color: #eee;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .32) 15%, rgba(255, 255, 255, .82) 15%, rgba(255, 255, 255, .82) 85%, rgba(255, 255, 255, .32) 85%), url(/imageserver/UserMedia/kguard/soffit-bg-2.jpg);
    background-size: cover;
    background-position: center 40%;
    text-align: center;
}
.hero-panel {
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    max-width: 1450px;
}
.hero-panel p:last-child {
    margin-bottom: 25px;
}

@keyframes fadeIn {
    0% {
        top: 25px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}


.header-title{
    margin:0 auto;
    position: relative;
    max-width:100%;
    display:flex;
align-items:center;
justify-content:center;
  }
  .header-title::before,.header-title::after{
  content:"";
  position: relative;
  background-color:var(--accent-color);
  width:10%;
  height:2px;
  z-index:3;
margin:0 15px;

}