/*--------------------------------------------------------------

Template:  Extract || Construction and Business Template
Author: RoyHridoy
Version: 1.0
Developed by: Hridoy Roy

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/******************************************
You can put your custom css code here:
*******************************************/

.timber-constr-pg .timber-construction-2{background-image: url("../img/service/timber-construction-2.jpg");}
.timber-constr-pg .timber-construction-3{background-image: url("../img/service/timber-construction-3.jpg");}
.sash-window .sash-window-2{background-image: url("../img/service/sash-window-2.jpg");}
.sash-window .sash-window-3{background-image: url("../img/service/sash-window-3.jpg");}
.roofing-pg .roofing-2{background-image: url("../img/service/roofing-2.jpg");}
.roofing-pg .roofing-3{background-image: url("../img/service/roofing-3.jpg");}
.outdoor-carp-pg .outdoor-carpentry-2{background-image: url("../img/service/outdoor-carpentry-2.jpg");}
.outdoor-carp-pg .outdoor-carpentry-3{background-image: url("../img/service/outdoor-carpentry-3.jpg");}
.kitch-and-bed .kitchen-and-bedroom-2{background-image: url("../img/service/kitchen-and-bedroom-2.jpg");}
.kitch-and-bed .kitchen-and-bedroom-3{background-image: url("../img/service/kitchen-and-bedroom-3.jpg");}
.doors-and-floors .doors-and-floors-2{background-image: url("../img/service/doors-and-floors-2.jpg");}
.doors-and-floors .doors-and-floors-3{background-image: url("../img/service/doors-and-floors-3.jpg");}



.breadcrumb-area .page-title h1 {
    line-height:1.3;
}
.sow-home-pg-service-bttn{
    display: block;
    margin: 2em 20% 0;
}
.mainmenu{
    position: relative;
    top:15px;
}
.stick .mainmenu{
    top:0px;
}
span.color{
    font-weight: bold;
    color: inherit;
}
.color-btn{
    color:white;
}
@media (max-width: 767px){
    .mobile-menu.mean-container {
        top: 13px;
    }
    .mean-container a.meanmenu-reveal{
        margin-bottom: 19px;
    }

    .header-area.stick{
        height: 50px;
    }
    .stick .logo a img {
        max-width: 70%;
    }
    
    .stick .mobile-menu.mean-container {
        top:0px;
    }
    .stick .mean-container a.meanmenu-reveal{
        margin-bottom: 0;
    }
    header .logo{
        top: 7px;
    }
    header.stick .logo{
        top: 1px;
    }
}

/*///////call us section//////*/
.contact-us-title{
    margin-bottom: 70px;
}
.contact-form h3{
    color: white;
}
.contact-or{
    display: block;
    margin:50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.call-cont{
    border: 1px solid #eee;
    padding: 50px 100px;
    text-align: center;
    background: #f2f2f2;
}
.call-cont p {
    color: #454545;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.call-us-tel-no{
    display: block;
    font-size: 50px;
    margin: 60px 0 40px;
    color: #745032;
    font-weight: 600;
}
.call-cont button{
    padding:0 3em;
}
.call-cont
.footer-top-area{
    text-align: center;
}
.footer-top-area .footer-logo-cont{
    width:400px;
    margin: 50px auto 35px;
}
.footer-top-area  h2{
    color: white;
    font-size:45px;
    line-height: 1;
    font-weight: 200;
    text-align: center;
}
.footer-top-area  h2 strong{
    font-weight: 200;
}
.footer-copyright{
    color: gray;
}


@media (max-width:1000px){
    .call-us-tel-no{
        font-size: 35px;
        margin: 40px 0 20px;
    }
    .footer-top-area h2{
        font-size: 35px;
    }
    .footer-top-area .footer-logo-cont{
        width: 300px;
    }
}
@media (max-width:767px){
    .mobile-menu.mean-container{
        width: 100%;
    }
    .contact-form, .call-cont{
        padding: 30px;
    }
    .footer-top-area .footer-logo-cont{
        width: 250px;
    }

}

@media (max-width:480px){
    .container{
        width: 400px;
    }
}
@media (max-width:410px){
    .container{
        width: 350px;
    }
    .call-us-tel-no{
        font-size: 28px;
        margin: 30px 0 15px;
    }
    .footer-top-area h2{
        font-size:26px;
    }
    .footer-top-area .footer-logo-cont{
        width: 200px;
    }
}
@media (max-width:360px){
    .container{
        width: 330px;
    }
}

