body {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 900;

}
.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-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}
.header {
    background: #fff;
}
#navbarSupportedContent a.active{
    font-weight: 900;
    color: #000;
}
.breadcrum a{
    display: inline-block;
    padding-right: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #323232cc;
}
.bottom-section input{
    border: 1px solid #000;
    border-radius: 0px;
    padding: 10px;
}
.w-80 {
    width: 91%;
}
.header-right h5{
    color: #cd1414;
    font-weight: 900;
}
.header-right {
    width: 90%;
}
.popup-content p{
    font-weight: 400;
}
.popup-content a{
    text-decoration: none;
    color: #cd1414;
}
.popup{
    background: #ffd200;
}
.breadcrum a i{
    color: #cd1414;
}
.banner-section{
    background: #f0f0f2;
}
.banner-section h2{
    font-size: 50px;
}
.banner-section h3{
    font-size: 40px;
}
.siamo-content p{
    font-size: 24px;
    font-weight: 400;
}
.font-bold {
    font-weight: 900;
}
.siamo-content a{
    text-decoration: none;
    display: inline-block;
    color: #cd1414;
    font-size: 30px;
}
.f-widget h5{
    font-family: "Amatic SC", sans-serif;

}
.f-widget h6{
    font-weight: 900;
}
.f-widget a{
    color: #000;
    text-decoration: none;
    display: block;
    padding-bottom: 8px;
}
.socails a{
    display: inline-block;
}
.socails a img{
    width: 18px;
}
.f-widget img{
    margin-right: 10px;
}
.footer{
    background: #f0f0f2;
}
.link-center a{
    text-decoration: none;
    color: #000;
    padding: 3px 5px;
    display: inline-block;
}

























@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){
    .banner-section h2 {
        font-size: 30px;
    }
    .banner-section h3 {
        font-size: 20px;
    }
    .siamo-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 344px){
    
}