
body{
font-family: 'Mukta', sans-serif;
}
a{
color: #404040;
}

a:hover, a:focus{
color: #2964a0;
}

.navbar-nav li:last-child a {
    background: none;
top: 0;
left: 0;
border-radius: 0;
}

.navbar-nav li:last-child a::before{
border: 0;
}

.navbar-light .navbar-nav .nav-link{
border: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: rgba(0,0,0,.1);
    color: #fff;
}


@media (min-width: 1600px){
.navbar-light .navbar-nav .nav-link{
    padding: 20px;
}
}

@media (min-width: 1800px){
.container {
    max-width: 1280px;              /*	max-width: 1740px;*/
}
}

.flash-news{
padding-top: 40px;
}

.flash-news h2{
font-weight: bold;
border-left: 0;
font-size: 40px;
margin-bottom: 20px;
padding: 0;
}

.flash-news h2 a{
color: #404040;
}

footer#footer{
background: #2964a0;
}

.footer-bottom{
background: rgba(0,0,0,.15);
padding: 30px 0;
text-transform: uppercase;
color: rgba(255,255,255,.6);
}

.footer-bottom a{
color: rgba(255,255,255,.6);
}

.footer-bottom a:hover{
color: #ffff;
}

.fbox{
padding-top: 30px;
    padding-bottom: 30px;
}

#footer .fbox h4{
color: white;
border-left: 4px solid #ca131a;
padding-left: 10px;
font-size: 20px;

}

.staff-info{

}

.staff-info h5{
color: #fff;
font-weight: bold;
}

.staff-info ul{

}

.staff-info ul li{
color: rgba(255,255,255,.7);
}

.foot-menu li a {
    color: rgba(255,255,255,.7);
}

.foot-menu li a:hover, .foot-menu li a:focus{
color: white;
}

ul.company-detail-list>li{
color: rgba(255,255,255,.7);
}

ul.company-detail-list>li>i{
color: #fff;
}

.ad-container{
margin: 10px 0px 10px 0px;
text-align: center;
}

.ad-container a{
display: inline-block;
}

.main-news-heading h2, .main-news-heading h1{
padding: 5px 0;
font-weight: 700;
border: 0;
border-left: 5px solid #ca131a;
    padding-left: 15px;
min-height: auto;
}

.main-news-heading a {
    text-decoration: none;
    color: #404040;
}

.main-news-heading span{

}

.thredConetent{
margin-bottom: 15px;
}

.ads-full img {
    width: 100%;
    height: auto;
}

.category-content h4 a {
    text-decoration: none;
    color: #404040;
    transition: all linear 0.3s;
}

.list-states{
margin-top: 30px;
}

.list-states:after{
content: '';
display: table;
clear: both;
}

.list-states li{
float: left;
width: 14.28%;
}
.list-states li a{
display: block;
margin: 15px;
position: relative;
min-height: 140px;
color: #FFF;
font-weight: 600;
overflow: hidden;
}

.list-states h3{
position: absolute;
left: calc(50% - 10px);
top: calc(50% - 10px);
}

.list-states img{
transition: all 0.5s ease-in-out;
}

.list-states li a:hover img{
transform: scale(1.1,1.1);
}

@media (max-width: 900px){
    .list-states li{
    float: none;
    width: 100%;
    }
}

.meta-option .views {
    font-size: 16px;
    padding-top: 10px;
    margin: 0;
display: inline-block;
color: #999;
}