

/* BASIC SETUP*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'solaimanlipi'; */
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
    background: #eeefef;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
    margin: 0;
    padding: 0;
}
section{
    padding: 10px 0;
}
.bg_red{
    background: red!important;
}
a{
    text-decoration: none;
}
.text_yellow{
    color:  yellow!important;
}
.bg_blue{
    background-color: #1b6690;
}
.navbar{
    padding: 5px 0;
}
.navbar-toggler{
    color: #fff;
}
.ars{
    width: 50%!important;
}
nav ul li{
    border-left: 1px solid #fff;
    padding: 0 10px;
}
nav ul li a.nav-link{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}
nav ul li a.nav-link:hover{
    color: #fff;
}

nav ul li a.nav-link:focus{
    color: #fff;
}
.second_section{
    padding: 10px 0;
}
.button_box{
    text-align: center;
}

.custom_btn{
    background: #fefefe;
    font-size: 13px;
    font-size: 100;
    padding: 2px 5px;
    border-radius: 5px;
    color: #111;
    border: 1px solid #ccc;
    width: 90px;
}
.btn_custom_red{
    background: rgb(211, 21, 21);
    color: #fff;
    font-size: 15px;
    border: 0;
    outline: none;
    padding: 3px 20px;
    transition: 0.67s;
    border-radius: 5px;
}
.btn_custom_blue{
    background: #2a83c5;
    color: #fff;
    font-size: 15px;
    border: 0;
    outline: none;
    padding: 2px 25px;
    transition: 0.67s;
}
.btn_custom_blue:hover{
    background:  #16639e;
    color: #fff;
}
.btn_custom_blue.active{
    background:  #16639e;
}
.button_box .custom_btn{
    margin: 0 2px;
    display: inline-block;
    margin-top: 5px;
}
.news_box{
    border-radius: 8px;
}
.news_box img{
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 8px;
    padding-bottom: 10px;
}
.link_box{
    border-top: 1px solid #ccc;
    /* padding: 5px 0; */
}
.link_box .title,.link_box .link{
    padding: 5px 0;
    display: inline-block;
    font-size: 13px;
}

.description{
    text-align: justify;
}
.title a{
    font-size: 10px!important;
}
form.filter {

}

form.filter .form-control{
    height: 25px;
    border-radius: 0;

}
form.filter .form-control:focus{
    border: 1px solid transparent;
    outline: none!important;
}
form.filter select{
    height: 25px;
    outline: none;
    border-radius: 0;
}
form.filter  .search_btn{
    height: 25px;
    padding: 0 5px;
    border: 1px solid #ccc;
    outline: none;

}


.html5gallery-car-left-0 {
    background: url('../img/carousel_left.png') !important;
}
.html5gallery-car-right-0 {
    background: url('../img/carousel_right.png') !important;
}

ul.pagination{
    display: flex;
    justify-content: center;
    border : 1px solid #111;
    border-radius: 30px;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}
ul.pagination li{
    padding: 5px 0px;
}
ul.pagination li a{
    color: #111;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    padding: 9px;
    line-height: .9;
    font-weight: 400;
    padding-left: 10px;
}
ul.pagination li a.active{
    background: rgb(211, 21, 21);
    color: #fff;
}
ul.pagination li:first-child a,ul.pagination li:last-child a{
    width: auto;
}

li.disabled{
    cursor: auto;
}
footer.more_footer{
    padding: 50px 0;
}

/* video section */
.video_section{
    padding: 0!important;
}
.video_img{
    max-width: 200px!important;
    display: none;
    width: 100% !important;
}
.video_wrapper{

}

.html5gallery-car-0{

}

.html5gallery-car-mask-0{


}
.html5gallery-thumbs-0{

}
.sm_width_half img{

}
