@font-face {
    font-family: "Kalimati" !important;
    src: url("../fonts/Kalimati.ttf") format("truetype");
    /* src: local("Kalimati"), url("../fonts/Kalimati.ttf") format("truetype"); */
}
.kalimati_font {
    font-family: "Kalimati" !important;
}
.title{margin: 0px 10px;}
.title h1 {
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    font-size: 30px;
    text-align: left;
    margin: 0;
    color: #2c56b6;
}
.title h3, .title h4, .title h5, .title h6{
    text-align: left; margin: 0;  color: red; font-weight: 600;
}
.title h4, .stickytitle h4{line-height: 38px; font-size: 22px !important;}
/* .title h5{padding-top: 3px;} */
.title h6, .stickytitle h6{font-weight: 500; font-size: 14px;}
.title h5, .stickytitle h5{font-size: 18px;}
.bor-right {
    border-left: 4px solid #ddd;
}
.stickytitle {margin-left: 15px;}
.stickytitle h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 12px;
    text-align: left;
    margin-top: 7px;
    color: #fff;
}
.stickytitle h4 {
    margin: 0;font-size: 18px !important; color:#fff; font-weight: 600;
}
.stickytitle h5, .stickytitle h6{color: #fff; margin: 0; font-weight: 600;}
.stickytitle p{margin: 0; color: #ccc; font-size: 14px;line-height: 19px;}
.flag-wrapper img {
    width: 60px;
    object-fit: cover;
    margin-right:5px;
    margin-top: 5px;
}

.footer-tittle ul li{
    color: #e9e9e9 !important;
}
/* Language Switcher */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    /* height: 34px; */
    margin-bottom: 0px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    color: white;
    font-weight: bold;
}
.slider:before {
    position: absolute;
    content: "NP";
    /* height: 30px;
    width: 30px; */
    left: 2px;
    font-size: 13px;
    /* bottom: 2px; */
    background-color: #3498db;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border-radius: 6px;
}
input:checked + .slider {
    background-color: #ddd;
}
input:checked + .slider:before {
    transform: translateX(30px);
    content: "EN";
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.title p.slogan{text-align: center;font-style: italic; color: #6077dc; margin: 0;}
.municipal-logo{max-width: 60px;}
.footer-tittle h4{
    width: 50px;
    border-bottom: 2px solid #d11b19;
    padding-bottom: 5px;
}
.news-box{
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    padding: 10px;
}

.trending-area .trending-main .trand-right-single{
    border-left: 4px solid red;}
.trending-area{padding: 10px;}