body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header-top {
    background: #eee;
    padding: 5px 0;
}

    .header-top .phone {
        color: #2F3490;
        font-size: 26px;
        line-height: 28px;
        font-weight: 400;
        text-align: right;
        display: block;
    }

.header-manu {
    background: #fff;
}

    .header-manu .navbar-brand {
        width: 260px;
    }

    .header-manu .navbar-nav {
    }

        .header-manu .navbar-nav li {
            margin: 0 4px;
        }

            .header-manu .navbar-nav li a {
                font-size: 17px;
                line-height: 20px;
                padding: 10px 20px !important;
                display: inline-block;
                border-radius: 4px;
                color: #898989;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .header-manu .navbar-nav li.active .nav-link,
            .header-manu .navbar-nav li .nav-link:hover {
                background: #2F3490;
                color: #fff;
            }

.sub-menu {
    position: relative;
}

    .sub-menu .drop-down {
        position: absolute;
        background: #fff;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 5px 0;
        width: 200px;
    }

.drop-down {
    visibility: hidden;
}

.sub-menu:hover .drop-down {
    visibility: visible;
}

.sub-menu .drop-down li {
    display: inline-block;
    width: 100%;
}

    .sub-menu .drop-down li a {
        padding: 5px 10px;
        color: #898989;
        font-size: 17px;
        line-height: 20px;
    }

        .sub-menu .drop-down li a:hover {
            color: #2F3490;
            text-decoration: none;
        }

#slider {
}

    #slider .owl-prev,
    #slider .owl-next {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background: #000;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        padding-top: 2px;
        font-size: 36px;
        line-height: 38px;
        opacity: 0.6;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #slider .owl-prev {
        left: 0;
        margin-left: 20px;
    }

    #slider .owl-next {
        right: 0;
        margin-right: 20px;
    }

        #slider .owl-prev:hover,
        #slider .owl-next:hover {
            opacity: 0.9;
        }


#gallery {
    padding: 80px 0;
}

.sec-text {
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-weight: 500;
}

.gallery-box {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    background-color: #fff;
    background-size: cover;
    position: relative;
}

    .gallery-box .cap-bg {
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .gallery-box .cap-bg:hover {
            opacity: 0.2;
        }

    .gallery-box .cap-text {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 99;
        text-decoration: none;
    }

#service {
}

    #service .col-sv {
        padding: 0;
    }

.service-item {
    background: #F6F6F6;
    min-height: 400px;
    text-align: center;
    padding: 60px 15px;
}

.service-dark {
    background: #F2F2F2;
}

.service-item i {
    background: #2F3490;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    line-height: 42px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.service-item h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #2f3490;
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .service-item h2 strong {
        font-weight: 700;
    }

.service-item .border {
    display: inline-block;
    background: #D5D5D5;
    width: 100px;
    height: 5px;
}

#client {
    padding: 70px 0;
    padding-bottom: 30px;
}

.client-logo {
    text-align: center;
    margin-bottom: 40px;
}

    .client-logo img {
        display: inline-block;
        margin-bottom: 10px;
    }

    .client-logo .bd-star i {
        color: #FCAE00;
    }

#footer {
    background: #383838;
    padding: 70px 0;
    padding-bottom: 0;
}

.footer-widget {
    margin-bottom: 70px;
}

    .footer-widget h2 {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .footer-widget p {
        color: #a8a8a8;
        font-size: 14px;
        line-height: 28px;
    }

.social-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social-link li {
        display: inline-block;
    }

        .social-link li a {
            color: #fff;
            font-size: 20px;
            line-height: 22px;
            width: 24px;
            height: 24px;
            display: inline-block;
        }

            .social-link li a:hover {
                opacity: 0.8;
            }

.copyright {
    background: #303030;
    padding: 20px 15px;
    text-align: center;
}

    .copyright p {
        margin-bottom: 0;
        color: #696969;
        font-size: 12px;
        line-height: 20px;
    }


/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {
}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {
}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-manu .navbar-brand {
        width: 160px;
    }

    .navbar-light .navbar-toggler {
        border: 0;
        cursor: pointer;
    }

    .sub-menu .drop-down {
        position: inherit;
        visibility: visible;
        padding-left: 10px;
        width: 100%;
    }

    .header-top .phone {
        text-align: center;
    }

    #slider {
        margin-top: 80px;
    }
}


/* Normal mobile layout */

@media only screen and (max-width:767px) {
    .header-manu .navbar-brand {
        width: 160px;
    }

    .navbar-light .navbar-toggler {
        border: 0;
        cursor: pointer;
    }

    .sub-menu .drop-down {
        position: inherit;
        visibility: visible;
        padding-left: 10px;
        width: 100%;
    }

    .header-top .phone {
        text-align: center;
    }

    #slider {
        margin-top: 80px;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {
}

/**/

.banner-coverbg {
    background: #2f3490;
    padding: 26px 0;
    margin-top: 135px;
}

.st-head {
    color: #fff;
    letter-spacing: .03em;
    margin: 0px;
}

.text-details {
    background: #F3F3F3;
    padding-top: 60px;
    padding-bottom: 90px;
}

.text-details-para {
    font-family: Oswald,sans-serif;
    font-size: 23px;
    line-height: 1.6;
    color: #898989;
}


.btn-st {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    padding: 15px 30px;
    background: rgba(47,52,144,.8);
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    transition: all .3s cubic-bezier(.1,.69,.55,.44);
    font-family: sans-serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .btn-st:hover {
        background: rgba(47,52,144,1);
        box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
        text-decoration: none;
        color: white;
    }

.text-details-para-small {
    font-family: Oswald,sans-serif;
    font-size: 21px;
    line-height: 1.6;
    color: #898989;
}

.bluehead {
    color: #2f3490;
    margin-top: 50px;
    margin-bottom: 20px;
}

.blackhead {
    color: #222;
    margin-top: 30px;
    font-size: 23px;
}

.list-st {
    font-family: Oswald,sans-serif;
    font-size: 23px;
    line-height: 1.6;
    color: #898989;
    padding-left: 16px;
}



.list-st-small {
    font-family: Oswald,sans-serif;
    font-size: 21px;
    line-height: 1.6;
    color: #898989;
    padding-left: 16px;
    margin-top: 20px;
}

    .list-st-small li {
        margin-bottom: 10px;
    }




.cover-bgnew {
    background: url(../images/slide3-0x0.jpg);
    background-size: cover;
}

.cover-bgnew-02 {
    background: url(../images/slide1-0x0.jpg);
    background-size: cover;
}

.cover-bgnew-03 {
    background: url(../images/roofing-0x0.jpg);
    background-size: cover;
}

.cover-bgnew-04 {
    background: url(../images/insulation-0x0.jpg);
    background-size: cover;
}

.cover-bgnew-05 {
    background: url(../images/article-3-0x0.jpg);
    background-size: cover;
}

.cover-bgnew-06 {
    background: url(../images/windows-doors-san-fernando-valley-0x0.jpg);
    background-size: cover;
}

.cover-bgnew-text {
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    text-align: center;
}

.cover-bgnew-overlay {
    background: rgba(10,10,10,0.56);
}

.review-text {
    line-height: 50px;
    font-size: 32px;
}

.review-head {
    margin-bottom: 30px;
    font-size: 41px;
}


@media(max-width:767px) {
    .mt-20 {
        margin-top: 20px !important;
    }

    .im-stbtm {
        margin-bottom: 20px !important;
    }
}
