
.service-box{
    height: 550px;
}
.doors .service-box{
    height: 450px;
}

/* For Winows Page */
.windows .service-box{
    height: 450px;
}

.custom-icon{
    width: 40%;
    filter: invert(1);
}

.item{
    color: #dfcd50;
}

.logo h2 span{
    color: #dfcd50;
}
.footer-logo{
    font-weight: 600;
}
.footer-logo span{
    color: #dfcd50;
}
@media (min-width: 801px) {
    .logo h2{
        font-weight: 800;
        font-size: 30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .logo{height: 50px; line-height: 30px;}
    .footer-logo{
        font-size: 24px;
    }
}
@media (max-width: 800px) {
    .logo h2{
        font-weight: 800;
        font-size: 14px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .logo{
        height: 30px;
        line-height: 20px;
        margin-top: 8px;
    }
    .logo small{
        font-size: 10px;
    }
    .footer-logo{
        font-size: 24px;
    }
    .full-height-banner{
        min-height: 180px !important;
    }
    .bg.fix{
        background-size: contain !important;
        background-position: center 10% !important;
        background-repeat: no-repeat !important;
    }
    .steel-windows-banner .bg.fix{
        background-position: center 100% !important;
    }
    .full-height-banner h2{
        font-size: 26px;
    }
    .header-style-2 .col-xs-4{
        width: 40%;
    }
    .header-style-2 .col-xs-8{
        width: 60%;
    }
}

.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}