/*Common style
==============================================================================*/
/*SolaimanLipi bangla fonts*/
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../solaimanlipi/SolaimanLipi_29-05-06.ttf');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'SolaimanLipi';
}
a:hover {
    text-decoration: none;
}


/*--- back to top ---*/

#toTop {
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-top {
    background-color: #00a651;
    border: 1px solid #00a651;
    padding: 7px 9px;
    height: 34px;
    width: 34px;
    color: #fff;
}

.back-top:hover {
    color: #fff;
    background-color: #2c3136;
    border: 1px solid #2c3136;
}

@media (min-width: 768px) {
    #toTop {
        right: 30px;
    }
}


/*Top header section
==============================================================================*/

.top_header {
    background-color: #006A4E;
}


/*--- header socila icon ---*/

.header-social {
    text-align: left;
    float: right;
}

.header-social > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header-social > ul > li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.header-social > ul > li > a {
    color: #fff;
}

.header-social > ul > li > a .fa {
    font-size: 12px;
}


/*--- header top left menu ---*/

.top-left-menu {
    float: left;
}

.top-left-menu > ul {
    margin: 0;
    padding: 0;
}

.top-left-menu > ul > li {
    display: inline-block;
    list-style: none;
    margin: 4px 0;
}

.top-left-menu > ul > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 15px;
    border-left: 1px solid #3a3b44;
}


/* Logo banner section
==============================================================================*/

.mid_headder {
    padding: 30px 0;
}

.header_banner img {
    display: block;
    margin-left: auto;
}

.header_logo {
    margin: 10px 0;
}

.header_logo p {
    margin: 10px 0;
}

.top-btn {
    background-color: #f33332;
    color: #fff;
    border-radius: 0;
    float: right;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 12px;
}

.top-btn:hover {
    background-color: #00a651;
    color: #fff;
}

@media (max-width: 767px) {
    .mid_headder {
        padding: 15px 0;
    }
}


/* navber
==============================================================================*/

.navbar-default .navbar-toggle {
    border-color: #00a651;
    background-color: #00a651;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f33332;
    border-color: #f33332;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 20px;
}

.navbar-default {
    background-color: #006A4E;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #00a651;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #00a651;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #00a651;
}


/*dropdown*/

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00a651;
}

.dropdown-menu .divider {
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-default .navbar-nav > li > a::after {
        content: '';
        background-color: #fff;
        height: 12px;
        width: 1px;
        position: absolute;
        top: 39%;
        right: 0px;
    }
}


/*Newstricker
==============================================================================*/

.newstricker_inner {
    position: relative;
    line-height: 25px;
    margin: 0 0 20px;
    padding: 0 0 0 135px;
    border: 1px solid #00a651;
}

.trending {
    background-color: #00a651;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 20px;
    padding: 4px 49px 4px 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.trending::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 8px solid #00a651;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -8px;
    display:none;
}

#NewsTicker .item a {
    font-size: 15px;
    color: #000;
}

#NewsTicker .item a:hover {
    color: #00a651;
}

#NewsTicker.owl-carousel {
    overflow: hidden;
    height: 30px;
}

#NewsTicker.owl-theme .owl-controls .owl-buttons div {
    top: 0 !important;
}

@media (max-width: 767px) {
    #NewsTicker .item a {
        font-size: 14px
    }
    #NewsTicker.owl-theme .owl-controls {
        display: none !important;
    }
}


/*Main content
==============================================================================*/

.main_content {
    padding: 0 0 30px;
}



body {
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/*--- post ---*/

.post_inner {
    margin-bottom: 20px;
    font-size:19px;
}



.post_title h3 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.post_title h3 a {
    color: #000;
}

.post_title h3 a:hover {
    color: #00a651;
}


/*.entry_meta{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

.entry_meta {
    color: #000;
    font-size: 12px;
}

.entry_meta i {
    margin-right: 5px;
}

.entry_meta a {
    color: #000;
}

.single-recent-post-widget {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.single-recent-post-widget .img-wrapper {
    position: relative;
    display: table-cell;
    width: 115px;
    max-width: 115px;
    padding: 0 15px 0 0;
}

.single-recent-post-widget .img-wrapper .thumb {
    position: relative;
    display: block;
    width: 100%;
}

.single-recent-post-widget .img-wrapper .thumb::before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}

.single-recent-post-widget .post-info {
    position: relative;
    top: -2px;
    display: table-cell;
    width: auto;
    vertical-align: top;
}

.single-recent-post-widget .post-info .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    text-transform: capitalize;
    color: #333333;
}

.single-recent-post-widget .post-info .title:hover {
    color: #00a651;
}

.news_post {
    margin-bottom: 30px;
    height: 260px;
}

.news_post h4 {
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
}
.tab-content {
    margin-bottom:20px;
}
.news_post h4 a {
    color: #000;
}

.news_post h4 a:hover {
    color: #00a651;
}

.post_details img {
    float: left;
    margin-right: 10px;
}

.post_details p {
    text-align: justify;
}

.read_more {
    color: #f33332;
    font-weight: 600;
}

.read_more:hover {
    color: #00a651;
}


/*caregory news*/

.block_title {
    margin-bottom: 18px;
    border-color: #222;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #00a651;
    display: block;
}

.block_title span {
    background-color: #00a651;
    padding: 6px 12px 5px;
    line-height: 17px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.block_title span a{
    color: #fff;
}

.block_title.block_ti_red {
    border-bottom: 2px solid #f33332;
}

.block_title.block_ti_red span {
    background-color: #f33332;
}


/*--- tab ---*/

.tab_inner {
    margin-bottom: 30px;
}

.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
}

.nav-tabs {
    border-bottom: 0;
    width: 100%;
}

.nav-tabs > li {
    width: 50%;
}

.nav-tabs > li > a {
    margin-right: 0;
    border: 1px solid #006A4E;
    background-color: #006A4E;
    text-align: center;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #f66867;
    border-color: #f66867;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #00a651;
    border: 1px solid #00a651;
}

.tab-content .single-recent-post-widget {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.tab-content .single-recent-post-widget:last-child {
    border: 0;
}

@media(min-width:768px) and (max-width:1199px) {
    .nav-tabs > li > a {
        font-size: 12px;
        padding: 10px;
    }
    .single-recent-post-widget .img-wrapper {
        width: 80px;
        max-width: 80px;
        padding: 0 10px 0 0;
    }
    .single-recent-post-widget .post-info .title {
        font-size: 12px;
    }
}


/*Sideber all content
==============================================================================*/


/*--- Search area ---*/

.search-area {
    position: relative;
    margin-bottom: 30px;
}

.search-area .form-control {
    height: 40px;
    box-shadow: none;
}

.search-area .btn-search {
    color: #fff;
    background-color: #00a651;
    border-color: #00a651;
    padding: 9px 12px;
}


/*--- socila widget ---*/

.socila_widget .block_title {
    margin-bottom: 0;
}

.social_box_inner {
    background-color: #edfff6;
    padding: 20px 15px 5px;
    margin-bottom: 30px;
}

.social_box_inner .btn {
    color: #fff;
    display: block;
    margin: 0 0 15px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1
}

.social_box_inner .btn:hover {
    opacity: 0.9
}

.social_box_inner .btn i {
    margin-right: 5px;
}

.social_box_inner .btn.btn-facebook {
    background-color: #3a579c;
    border-color: #3a579c;
}

.social_box_inner .btn.btn-twitter {
    background-color: #009eed;
    border-color: #009eed;
}

.social_box_inner .btn.btn-google {
    background-color: #df4b37;
    border-color: #df4b37;
}

.social_box_inner .btn.btn-youtube {
    background-color: #cd2029;
    border-color: #cd2029;
}

.social_box_inner .btn.btn-instagram {
    background-color: #fb3958;
    border-color: #fb3958;
}

.social_box_inner .btn.btn-linkedin {
    background-color: #0077B5;
    border-color: #0077B5;
}


/*--- Latest review ---*/

.review-inner,
.video-inner {
    margin-bottom: 30px;
}

.review-inner .block_title,
.video-inner .block_title {
    margin: 0;
}

.review-content {
    background-color: #edfff6;
    padding: 30px 0;
}

.review-content .post_content,
.review-content .single-recent-post-widget {
    padding: 0 20px;
}


/*--- Latest video ---*/

.video-content {
    background-color: #edfff6;
    padding: 30px 20px 15px;
}

.video-play-button {
    bottom: 0px;
    position: absolute;
    left: 33%;
    text-shadow: none;
    width: 100%;
    color: #00a651;
    cursor: pointer;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

@media(min-width:768px) and (max-width:1199px) {
    .video-content {
        padding: 18px 10px 10px;
    }
    .video-play-button {
        top: 27%;
        transform: translateY(-25%);
    }
}


/*--- Login ---*/

.login_body {
    background-color: #000;
    padding: 15px;
    margin-bottom: 30px;
}

.login_body .form-control {
    border: 0;
    border-radius: 0;
    height: 40px;
}

.login_body .checkbox-inline,
.login_body .radio-inline {
    color: #00a651;
}


/*--- categories ---*/

.cats-widget {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.cats-widget ul {
    padding: 0px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}

.cats-widget ul li {
    list-style: outside none none;
    border-bottom: 1px solid #00a651;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cats-widget ul li a {
    color: #000;
    text-transform: uppercase;
}

.cats-widget ul li span {
    float: right;
}


/*--- Vote ---*/

.vote-inner {
    padding: 20px;
    background-color: #edfff6;
    position: relative;
    margin-bottom: 30px;
}

.vote-inner p {
    color: #7E7E7E;
    font-weight: 400;
    letter-spacing: .1px;
    margin: 0 0 20px;
}

.vote-inner .radio-btn {
    margin: 30px 0;
}

.btn-style {
    color: #FFF;
    background-color: #f60d2b;
    border: 2px solid #f60d2b;
    border-radius: 30px;
    font-weight: 700;
    padding: 8px 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*--- Weather ---*/

.weather_widget {
    background-image: url(../images/weather-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.weather_widget h4 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.weather_widget ul {
    padding: 0px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}

.weather_widget ul li {
    list-style: outside none none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.weather_widget ul li a {
    color: #fff;
    text-transform: uppercase;
}

.weather_widget ul li span {
    float: right;
    color: #fff;
}


/*--- Calender ---*/

.calender_inner {
    margin-bottom: 30px;
}

.c_header {
    background-color: #03b158;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.ui-datepicker {
    width: 100%;
}

.ll-skin-melon .ui-datepicker-header {
    background: #04be5f;
    border-radius: 0;
}

.ll-skin-melon .ui-datepicker table {
    background: #f33332;
}

.ll-skin-melon .ui-datepicker td {
    background: #edfff6;
}

.ll-skin-melon .ui-datepicker th {
    color: #fff;
    border-top: 0px solid #3a414d;
}

.ll-skin-melon td .ui-state-default {
    color: #564343;
    font-weight: 600;
    font-size: 12px;
    padding: 1.2em .5em;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
    background: #04be5f;
    color: #fff !important;
}


/*--- Add ---*/

.banner {
    margin-bottom: 30px
}


/*Footer
==============================================================================*/

.footer_nav_inner {
    background-color: #80C3A1;
    padding: 10px 0;
}

.footer_nav_inner nav {
    text-align: center;
    color: #fff;
}

.footer_nav_inner nav a {
    color: #fff;
    padding: 0 10px;
}


/*footer*/

footer {
    background-color: #006A4E;
    color: #fff;
}

.f_box {
    margin: 50px 0;
}

.f_box .f_logo {
    margin-bottom: 20px;
}

.f_box .f_title {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.f_box a {
    color: #fff;
}

.copy {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.copy p {
    color: #fff;
    margin: 0;
}


/*Archhive page
==============================================================================*/

.share-inner {
    margin-bottom: 30px;
}

.archive-content .single-recent-post-widget {
    margin-bottom: 30px;
}

.archive-content .single-recent-post-widget .img-wrapper {
    width: 260px;
    max-width: 260px;
    padding: 0;
}

.archive-content .single-recent-post-widget .post-info .title {
    font-size: 21px;
}

.archive-content .list-inline>li {
    margin: 10px 0;
}

.archive-content .single-recent-post-widget .post-info {
    padding-left: 30px;
}


/*Pagination*/

.pagination>li>a,
.pagination>li>span {
    margin: 0 2px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #04be5f;
    border-color: #04be5f;
}

@media (max-width: 767px) {
    .archive-content .single-recent-post-widget {
        display: block;
        width: 100%;
    }
    .archive-content .single-recent-post-widget .img-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .single-recent-post-widget .img-wrapper .thumb img {
        width: 100%;
    }
    .archive-content .single-recent-post-widget .post-info {
        padding-left: 0;
        display: block;
        top: 0;
    }
    .archive-content .single-recent-post-widget .post-info .title {
        margin-top: 20px;
    }
}

@media(min-width:768px) and (max-width:1199px){
    .archive-content .single-recent-post-widget .img-wrapper {
        width: 200px;
        max-width: 200px;
    }
}

/*Details page
==============================================================================*/

.comment_inner ul {
    list-style-type: none;
}

.comment_box {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    background-color: #f2f2f2;
    padding: 10px;
}

.comment_box.author {
    background-color: #fff;
    border: 1px solid #ddd;
}

.comment_box .comment_img {
    position: relative;
    display: table-cell;
    width: 115px;
    max-width: 115px;
    padding: 0 15px 0 0;
}

.comment_box .comment_img a {
    position: relative;
    display: block;
    width: 100%;
}

.comment_post {
    position: relative;
    top: -2px;
    display: table-cell;
    width: auto;
    vertical-align: top;
}

.r_n_box {
    margin-bottom: 30px;
}

.r_n_box h6 {
    font-size: 18px;
    margin: 15px 0 10px;
    font-weight: 600;
    color: #000;
}

.r_n_box h6 a {
    color: #000;
}

.r_n_box h6 a:hover {
    color: #00a651;
}