#cssmenu ul li a{
    font-size: 13px;
}

#footer {
    background: #008a00 !important;
}

#footer center{
    font-size: 14px;
}

#cssmenu{
    background: url("https://nbr.gov.bd/frontend/images/menu_bg.jpg") repeat-x scroll 0 0 !important;
    background-size: 100% 100% !important;
}


#cssmenu ul li a:hover {
  color: #ffffff;
  background-color: red !important;
}

#cssmenu > ul > li:hover > a{
    color: #ffffff;
    background: red !important;
}

#cssmenu ul li:hover {
  background: red !important;
}

.silder_panel_item img{
    object-fit: cover !important;
}

.smooth-box{
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.4) !important;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.4) !important;
    min-height: 270px;
    max-height: 270px;
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 23px;
    position: relative;
}

.info-box{
    border: thin solid #3c763d;
    margin-top: 10px;
    background-color: #00800029;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    padding: 10px;
    position: relative;
    overflow: hidden;
    color: #000;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.read_more{
    background-color: #75163f;
    color: white;
    font-size: 13px;
    width: 30%;
    margin-top: 0%;
    margin-left: 71%;
}

.read_more:hover{
    color: #fff;
}

.carousel-inner{
    height: 420px;
}

.silder_panel_item img {
    object-fit: fill;
    display: block !important;
    overflow: hidden;
    height: 420px;
}

.no-decoration{
    text-decoration: none;
}

.image-and-content {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.image-and-content img {
    float: left;
    margin-right: 20px;
}

.links {
    padding: 10px 0;
    margin-left: 20px;
}
.links {
    margin: 0 !important;
}

.links li {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #683091 0%, #8bc643 100%);
    border-image-slice: 1;
}
.links li {
    font-size: 120%;
    height: auto;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 32px;
    padding-top: 0px;
    padding-bottom: 8px;
    background-position: left;
}
.links li {
    font-size: 120%;
    height: auto;
    list-style-type: none;
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-top: 0;
}


.links li a {
    font-size: 14px;
}
.links li a {
    font-size: 14px;
    text-decoration: none;
}

.greenish{
    background-color: #609513 !important;
}

#cssmenu{
    background: #609513 !important;
}

#footer{
    background: #609513 !important;
}

.fs-14{
    font-size: 14px;
}

.theme-color{
    color: #609513 !important;
}

.no-color{
    color: inherit !important;
}

@media screen and (min-width: 769px) {
    #cssmenu{
        display: flex !important;
        justify-content: center !important;
    }
}

@media screen and (max-width: 768px) {
    #cssmenu ul li a{
        text-align: center;
    }
    .silder_panel img{
        width: 43%;
        height: 225px;
    }
    .slider_box{
        height: 225px;
    }
    .slider_box a.prev, .slider_box a.next{
        margin: 70px 15px 0 15px;
    }
}