body{
    font-family: "Work Sans", sans-serif;
}
.header-up{
    background-color: #dc2311;
    color: #fff;
    border-bottom: 12px solid #f7a601 !important;
    padding: 4px;
}
.area{
    background: white;
    color: #000 !important;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
    border: 0px;
    text-decoration: none;
}
.social {
    padding: 5px 9px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.header{
    border-top: 12px solid #ffdd02 !important;
    padding: 6px 0px 24px 0px;
}
#navbarSupportedContent a{
    font-weight: 400;
    font-size: 18px;
    color: #3a3a39;
    padding: 10px 15px;
}
#navbarSupportedContent a:hover{
    color: #f7a601;
}
#navbarSupportedContent a.active{
    font-weight: 800;
    color: #f7a601;
}
.banner{
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner2{
    background-image: url(../images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-box h4{
    color: #3a3a39;
    font-weight: 600 !important;
    font-size: 32px !important;
}
.banner-box p{
    color: #3a3a39;
    font-size: 18px;
}
.banner-box a{
    display: inline-block;
    margin: 0px 0px 10px;
    text-decoration: none;
    font-size: 18px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    color: #000;
    border-radius: 8px 8px 8px 8px;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    padding: 8px 54px 8px 54px;
}
.banner-box a img{
    width: 24px;
    margin-right: 10px;
}
.copy{
    padding: 10px 0px;
    color: #707070;
    font-size: 14px;
}
.footer{
    padding: 30px 0px;
    background: #313131;
}
.f-widget {
    width: 20%;
    margin-bottom: 20px;
}
.f-widget a{
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 6px 0px;
}
.f-widget h3{
    font-size: 26px !important;
    color: #fff;
    font-weight: 600;
}
.f-widget p{
    color: #fff;
    font-size: 12px;
}
.f-widget img{
    margin-bottom: 10px;
    width: 126px;
}

















@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
    background: #fff;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 99999;
    padding: 10px;
    width: 100%;
    text-align: center;
    }
    div#navbarSupportedContent ul{
        padding: 0px;
    }

    .right-box{
        display: none !important;
    }


}
@media only screen and (max-width: 769px) {
}       
@media only screen and (max-width: 600px){
    .f-warpper.d-flex.justify-content-between{
        display: block;
    }

}
@media only screen and (max-width: 344px){

}