body {
    font-family: "Jost", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.ml-auto{
    margin-left: auto;
}
#navbarSupportedContent a{
    color: #000;
    font-weight: 600;
}
.header {
    background: #fff;
    box-shadow: 0px 0px 10px #ececec;
}
.banner{
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}
.content-box h2{
    color: #0C3222;
    font-weight: 600;
}
.content-box-one h4{
    color: #0C3222;
    text-transform: uppercase;
    font-weight: 600;
}
.content-box-one a{
    color: #fff;
    background: #e84e10;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 10px 32px;
    border-radius: 30px;
}
.footer{
    background: #0C3222;
}
.down-footer{
    background: #e84e10;
    padding: 8px 0px;
}
.f-content p{
    color: #fff;
    font-size: 12px;
}
.f-content a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.f-widget h6{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
} 
.f-widget p{
    color: #fff;
    font-size: 13px;
}
.f-widget a{
    display: block;
    color: #fff;
    font-size: 13px;
    padding-bottom: 8px;
    text-decoration: none;
}
.socials a{
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}






















@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
        position: absolute;
        top: 78px;
        background: #fff;
        width: 100%;
        left: 0;
        text-align: center;
    }
    
}
@media only screen and (max-width: 769px) {

}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}