@import 'reset.css';
@import 'bootstrap.min.css';
@import 'bootstrap-better-nav.min.css';
@import 'materialdesignicons.min.css';
@import 'font-awesome.min.css';
@import 'animate.css';
@import 'slick.css';
@import 'flaticon.css';

/* template css */
@import '../less/variable.css';
@import '../less/header.css';
@import '../less/nav.css';
@import '../less/feature_post.css';
@import '../less/category-posts.css';
@import '../less/search-section.css';
@import '../less/read-post.css';


@import 'responsive.css';

@font-face {
    font-family: 'bangla';
    src: url('../fonts/SolaimanLipi.ttf');
}

body {
    font-family: 'bangla', 'lato';
    position: relative;
}

footer {
    padding: 25px 0px;
}

footer p {
    color: white;
    margin-bottom: 0;
}

.widget ul li a:hover {
    color: green;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #85b72c;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    z-index: 99999;
}
.back-to-top{
    color:white;
    opacity: 0;
    visibility: hidden;
}
.show {
    opacity: 1;
    visibility: visible;
}
