/*===================
*Common Css
====================*/
body{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
h1,h2{
    font-weight: 900;
    line-height: 1em;
}
h2{
    color: #502314;
    font-size: 60px;
}
h3,h4,h5,h6{
    font-weight: 700;
    line-height: 1.3em;
}
h3{
    color: #502314;
    font-size: 25px;
}
h4{
    color: #502314;
    font-size: 25px;
    font-weight: 500;
}
h6{
    color: #502314;
    font-size: 25px;
}
p{
    font-weight: 400;
    line-height: 1.5em;
}
img{
    max-width: 100%;
    height: auto;
}
#slider{
    padding-top: 85px;
}
.btn.btn-info{
    background: #d62300;
    border: 1px solid #d62300;
    color: #fff;
    border-radius: 25px;
    padding: 12px 35px;

}
.bg-info{
    background: #f5ebdc !important;
}

/* Padding Top for Some Section*/
#about,#work,#service,#contact{
    padding-top: 110px;
}


/*===================
*Header Area Style
====================*/
#main_menu nav{
    background: #ebe2d3;
    font-weight: 500;
}
#main_menu nav li{
    margin-left: 15px;
}
#mainmenu a.active{
    color: #d62300;
}

/*===================
*Slider Area Style
====================*/
#slider{
    padding-top: 85px;
}

/*===================
*Contact Area Style
====================*/

#contact{
    background: url(img/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

/*===================
*Footer Style
====================*/
#footer form .btn.btn-info{
    border-radius: 0;
}
#footer ul li a{
    color: #262626;
    font-weight: 500;
    text-decoration: none;

}
#footer .social li{
    display: inline-block;
    margin-right: 15px;
}

/*===================
*Responsive Style
====================*/
@media only screen and (max-width:600px) {
    #main_menu img{
        width: 100px;
    }
    .carousel-item{
        height: 300px;
    }
    #slider{
        padding-top: 65px;
        
    }
    #about,#work,#service,#contact{
        padding-top:35px;
    }
    h2{
        font-size: 35px;
        text-transform: uppercase;
    }
    h4{
        font-size: 20px;
    }
    h6{
       
        font-size: 18px;
    }
    
}

