@import url(css/colors.css);
@import url(css/masterslider.main.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
/* ==========================================================================
   Basic
   ========================================================================== */
html {
    font-size: 16px;
}

body {
    /* font-family: 'Arimo', sans-serif; */
    font-size: 14px;
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Merriweather', serif;
    line-height: 1.42857143;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

ol, ul, p {
    margin-bottom: 20px;
}

a:focus, a:hover {
    text-decoration: none;
}

a, button, input[type="submit"], input[type="button"] {
    outline: none !important;
}

blockquote {
    font-size: 1.25em;
}

.btn, input[type="submit"] {
    font-size: 100%;
    padding: 12px 24px;
    border-color: transparent !important;
}

.form-group {
    margin-bottom: 25px;
}

h1, .h1 {
    font-size: 220%;
}

h2, .h2 {
    font-size: 156.25%;
}

h3, .h3 {
    font-size: 135%;
}

.btn-lg {
    padding: 15px 30px;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 0.875em;
}

input[type="search"], input[type="text"], input[type="password"], input[type="submit"] {
    display: block;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: auto;
    font-size: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #ddd;
    font-weight: normal;
    box-shadow: none;
    border-radius: 0;
}

.newsletter-subscribe input[type="text"], .newsletter-subscribe input[type="submit"] {
    display: inline-block;
}

input[type="submit"] {
    padding-left: 30px;
    padding-right: 30px;
}

.input-sm {
    padding: 10px 13px;
}

.btn, .search-field {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.label {
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 0;
}

a, .btn, .search-submit, .widget-tabs .vid-image a, .widget-tabs .vid-image a *, .bubble, .bubble:before, .bubble:after, input[type="search"], input[type="text"], input[type="password"] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: vertical;
}

p:last-child {
    margin-bottom: 0;
    padding-top: 0;
}

iframe {
    max-width: 100%;
}

table {
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    width: 100%;
}

    table th {
        border-width: 1px;
        padding: 0.5em;
        border-style: solid;
        border-color: white;
        background-color: rgba(0, 0, 0, 0.05);
    }

    table tr:hover td {
        background-color: rgba(0, 0, 0, 0.02);
    }

    table td {
        border-width: 1px;
        padding: 0.5em;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.05);
    }

dd {
    margin-bottom: 1em;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header { /*background: #f8f8f8 url(images/bg.png) repeat;*/
}

.top-header {
    font-size: 88%;
    line-height: 34px;
}

    .top-header .widget {
        margin-bottom: 0;
    }

.topnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .topnav li {
        float: left;
        margin-right: 14px;
    }

/*  .topnav li + li:before {
            content: "|";
            margin-right: 14px;
            position: relative;
            top: -1px;
        }
*/
.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .social-links li {
        float: left;
        margin-right: 10px;
    }

        .social-links li:last-child {
            margin-right: 30px;
        }

        .social-links li a {
            width: 36px;
            text-align: center;
            display: block;
            margin-left: 0;
            border-radius: 50px;
            height: 36px;
            line-height: 36px;
            font-size: 17px;
            color: #0175b9;
            border: 1px solid #0175b9;
        }

#toggle-top-hdr {
    display: none;
    cursor: pointer;
    width: 180px;
    text-align: center;
}

.social-links li a:hover {
    border-color: #262626;
    position: relative;
    z-index: 1;
}

.inner-header {
    padding: 15px 0;
}

.brand {
    float: left;
    margin: 0px 0 0;
    width: 80%;
}

    .brand a p {
        color: #000000;
    }

#header .widget.searchbar {
    margin-bottom: 0;
}

#header .searchbar .search-form label {
    float: left;
    margin-bottom: 0;
    max-width: 70%;
    width: 100%;
}

    #header .searchbar .search-form label .screen-reader-text {
        display: none;
    }

.searchbar {
    float: right;
    border: 1px solid #ddd;
    padding: 4px;
}

    .searchbar .search-form {
        width: 379px;
    }

    .searchbar input[type="submit"] {
        vertical-align: top;
        float: left;
    }

    .searchbar .search-field {
        width: 100%;
        vertical-align: top;
        background: #fff url(images/icon-search.png) no-repeat 8px 50%;
        padding-left: 35px;
        display: inline-block;
        border-right: 0 none;
    }

/* ==========================================================================
   Menu
   ========================================================================== */
.navbar {
    border: none;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 0px;
}

.navbar-nav, #menu-primary-menu {
    margin-bottom: -3px;
    padding-left: 0;
}

.home .navbar {
    /*border-bottom: 3px solid transparent;*/ border-bottom: 0;
    background-color: #0175b9;
    border-radius: 0;
}

    .home .navbar:after {
        position: absolute;
        bottom: -3px;
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.navbar .navbar-collapse {
    padding: 0;
}

.navbar .nav > li, .mega-menu ul.mega li {
    margin-right: 30px;
}

    .navbar .nav > li > a, .mega-menu ul.mega > li > a {
        padding: 18px 5px 18px;
        border-bottom: none;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 20px;
        font-size: 18px;
    }

    .navbar .nav > li:last-child, .mega-menu ul.mega li:last-child {
        margin-right: 0px;
    }

    .navbar .nav > li:hover > a, .navbar .nav > li:focus > a {
        background: none;
    }

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        background: none;
    }

.navbar .nav .menu-item-has-children > a:after, .mega-menu ul.mega > li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    position: initial;
    margin-left: 5px;
    font-weight: normal;
}

.navbar .nav ul .menu-item-has-children > a:after {
    position: absolute;
    top: 0.5em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
}

.navbar-nav li .sub-menu {
    margin-top: -3px;
    border-radius: 0;
    min-width: 220px;
    width: 100%;
    padding-left: 0;
    list-style: none;
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    margin-left: -1px;
}

.sub-menu > li > a {
    padding: 8px 10px;
}

.sub-menu {
    padding-left: 0;
}

    .sub-menu > li > a:focus, .sub-menu > li > a:hover {
        color: #fff;
    }

.main-navigation {
    margin: 0 -0.875em;
}

    .main-navigation .primary-menu, .main-navigation .primary-menu > li {
        border: 0;
    }

        .main-navigation .primary-menu > li {
            float: left;
        }

    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap;
    }

    .main-navigation ul ul {
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
    }

        .main-navigation ul ul ul {
            top: 0;
        }

        .main-navigation ul ul li {
            background-color: #fff;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
        }

            .main-navigation ul ul li:last-child {
                border-bottom: 0 none;
            }

        .main-navigation ul ul a {
            white-space: normal;
            display: inline-block;
            width: 100%;
        }

    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
        left: 0;
        right: auto;
        display: block;
    }

    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }

    .main-navigation .menu-item-has-children > a {
        margin: 0;
        padding-right: 2.25em;
    }

        .main-navigation .menu-item-has-children > a:after {
            position: absolute;
            right: 0.625em;
            top: 0.8125em;
        }

    .main-navigation ul ul .menu-item-has-children > a {
        padding-right: 2.0625em;
    }

        .main-navigation ul ul .menu-item-has-children > a:after {
            right: 0.5625em;
            top: 0.875em;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .dropdown-toggle, .main-navigation ul .dropdown-toggle.toggled-on, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {
        display: none;
    }
/* mega menu */
body .mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a {
    font-size: 1em;
    text-shadow: none;
    font-weight: 700;
    padding: 4px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

body .mega-menu ul.mega .sub li.mega-hdr li a {
    text-shadow: none;
    padding: 3px 0 0;
}

.mega-menu ul.mega li .sub-container.mega .sub {
    padding-top: 8px;
}

.mega-menu ul.mega li .sub-container {
    border-radius: 0;
    margin-top: -3px;
}

.mega-menu ul.mega li .sub {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid;
}

    .mega-menu ul.mega li .sub .row {
        margin: 0;
    }

.mega-menu ul.mega li ul.sub-menu ul {
    margin-right: 0;
    margin-left: 0;
}

.mega-menu ul.mega li ul.sub .sub-menu ul {
    margin-left: 15px;
}

.mega-menu .sub-menu > li > a:hover {
    background: none;
}

.mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a:hover, .mega-menu ul.mega li ul.sub-menu ul li a:hover {
    text-decoration: none;
}

body .mega-menu ul.mega li .sub .row li a {
    margin-right: 1em;
}

body .mega-menu ul.mega li .sub .row li:last-child a {
    margin-right: 0;
}

body .mega-menu ul.mega li ul.sub-menu ul li a {
    padding-bottom: 0 !important;
    border-bottom: none;
}

/*top nav*/
.topnav .sub-menu {
    display: none;
    overflow: hidden;
    position: absolute;
    background: #333333;
    margin-left: 15px;
    list-style: none;
    z-index: 2;
}

.topnav li:hover > .sub-menu {
    display: block;
    overflow: visible;
}

.topnav .sub-menu li {
    float: none;
    margin: 0;
}

.topnav li + li ul li:before {
    content: "";
    display: none;
}

.topnav .sub-menu > li > a {
    display: block;
    line-height: normal;
    width: 100%;
}


/* ==========================================================================
   Main Banner
   ========================================================================== */
.main-banner {
    margin-bottom: 80px;
    position: relative;
}

.slider_imgs img {
    width: 100%;
}

.item {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .item .bg {
        position: absolute;
        background: url(images/slider-bg.html) no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .item .details {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0;
        bottom: 0;
        display: inline-block;
        padding: 60px 0;
        position: absolute;
        width: 100%;
        z-index: 10;
    }

    .item .megaheading {
        font-size: 350%;
        margin: 0;
    }

    .item .details .container {
        padding: 0 55px;
    }

    .item .details p {
        margin-bottom: 5px;
        max-width: 750px;
    }

    .item .label {
        font-size: 88%;
        font-weight: bold;
        padding: 8px 12px;
    }

    .item a.auther {
        font-weight: bold;
    }

/* ==========================================================================
   Section Format
   ========================================================================== */
.section {
    margin-bottom: 50px;
}

.col-main-content .widget .widget-title {
    font-size: 156%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-top: 0;
}

.col-main-content, .col-sidebar {
    margin-top: 30px;
}

.sec-recent .section-title {
    margin-top: 0;
}

.single-format-video iframe {
    width: 100%;
}

.site-main .page-title {
    margin-top: 0;
}

.tab-detail {
    margin-top: 1.5em;
}

.taxonomy-description {
    margin-bottom: 2em;
}

.home .col-main-content .list article {
    padding-left: 15px;
    padding-right: 15px;
}

/* ==========================================================================
   Post Format
   ========================================================================== */
.post, .col-main-content .page {
    margin-bottom: 35px;
}

.widget {
    margin-bottom: 35px;
}

.post h3 {
    font-size: 114%;
}

.post h4 {
    font-size: 100%;
}

.post .post-title {
    margin-top: 0;
    margin-bottom: 18px;
}

.col-sidebar .widget h2 {
    font-size: 114%;
}

.widget h4 {
    font-size: 100%;
}

.widget .widget-title {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 6px;
    margin-bottom: 26px;
    margin-top: 0;
}

.post .meta-info, .widget .meta-info {
    font-size: 88%;
    margin-bottom: 15px;
}

.post .meta-info {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.meta-info .text-sep {
    margin: 0 8px;
}

.post p:last-child {
    margin-bottom: 0;
    padding-top: 0;
}

.Navi {
    clear: both;
    margin: 3em 0 0;
    text-align: center;
}

    .Navi > a, .Navi > .on {
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        text-align: center;
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0 1px;
    }

/* ==========================================================================
   Trending Section
   ========================================================================== */
.featured-trend .post.trending-article {
    margin-bottom: 0;
}

.trending-article .item-image {
    position: relative;
}

.trending-article .meta-info {
    padding-bottom: 0;
    line-height: 1;
}

.featured-trend .label {
    position: relative;
}

.featured-trend .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.featured-trend .meta-info {
    margin-bottom: 0;
    border-bottom: none;
}

.featured-trend a .auther {
    font-weight: bold;
}

.featured-trend .item-title {
    font-size: 125%;
}

.featured-trend a:hover .item-title {
    text-decoration: underline;
}

.trending-article-wrapper .content .label {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .trending-article-wrapper .content .label + h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

.trending-article img {
    width: 100%;
}

.trendin-head {
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}

    .trendin-head h2.widget-title {
        float: left;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .trendin-head h2 + .btn {
        float: right;
        line-height: 1;
        font-size: 0.875em;
    }

/* ==========================================================================
   Recent Section
   ========================================================================== */
.list-articles .recent-post:nth-child(2n+1) {
    clear: both;
}

.featured-post {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

    .featured-post .post-title {
        margin-bottom: 0;
        padding: 14px 20px;
    }

    .featured-post p {
        padding: 0 20px;
    }

        .featured-post p:last-child {
            margin-bottom: 0;
            padding-bottom: 20px;
        }

.load-articles .btn {
    margin-bottom: 10px;
}

.content-wrapper .grid img, .content-wrapper .list img {
    width: 100%;
}

.footer-bottom .row.list-articles {
    margin-left: 0;
    margin-right: 0;
}

/* ==========================================================================
   Lifestyle Section
   ========================================================================== */
.col-main-content .list article {
    display: inline-block;
    clear: both;
    margin-bottom: 60px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .col-main-content .list article:last-of-type {
        margin-bottom: 0;
    }

    .col-main-content .list article .list-post-img {
        float: left;
        width: 40%;
        margin-right: 3%;
    }

        .col-main-content .list article .list-post-img + .item-content {
            overflow: hidden;
        }

.col-main-content .no-img {
    padding: 30px;
    border: 2px solid #e5e5e5;
}

    .col-main-content .no-img .meta-info {
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
    }

.col-main-content .list article .meta-info {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.col-main-content .list article .post-style-4 .meta-info {
    border: none;
    padding-bottom: 0;
}

    .col-main-content .list article .post-style-4 .meta-info .auther {
        padding: 5px 11px;
        margin-right: 5px;
    }

    .col-main-content .list article .post-style-4 .meta-info .text-sep {
        display: none;
    }

/* ==========================================================================
   Sidebar
   ========================================================================== */

/* Widget Tabs
           ========================================================================== */
.col-sidebar .widget {
    margin-bottom: 50px;
}

    .col-sidebar .widget:last-of-type {
        margin-bottom: 0;
    }

.col-sidebar ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .col-sidebar ul ul {
        padding-left: 18px;
        padding-top: 10px;
    }

.widget-tabs .nav-tabs {
    border-bottom: 2px solid #e5e5e5;
}

    .widget-tabs .nav-tabs > li {
        margin-bottom: -2px;
    }

        .widget-tabs .nav-tabs > li > a {
            margin-right: 0;
            border-radius: 0;
            font-family: 'Merriweather', serif;
            font-size: 112%;
            font-weight: bold;
            padding: 10px 18px;
            border: 2px solid transparent;
        }

            .widget-tabs .nav-tabs > li > a:hover {
                border-color: transparent;
                background-color: transparent;
            }

        .widget-tabs .nav-tabs > li.ui-tabs-active > a {
            border: 2px solid #e5e5e5;
            border-bottom-color: transparent;
            background-color: #fff;
        }

.widget-tabs .list-videos {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.widget-tabs .vid-details {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: bottom;
}

    .widget-tabs .vid-details:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.widget-tabs .meta-info {
    margin-bottom: 0;
}

.widget-tabs .vid-image {
    float: left;
    width: 34.5%;
    margin-right: 5%;
    max-width: 250px;
}

    /*.widget-tabs .vid-image + .vid-content {
        overflow: hidden;
    }*/

    .widget-tabs .vid-image a {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .widget-tabs .vid-image a .overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: transparent;
            opacity: 0;
        }

    .widget-tabs .vid-image .overlay .fa {
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        height: 45px;
        width: 45px;
        line-height: 44px;
        border: 2px solid #fff;
        background: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        display: block;
    }

    .widget-tabs .vid-image .overlay .fa-play:before {
        margin-left: 4px;
    }

    .widget-tabs .vid-image a:hover .overlay {
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
    }

.widget-tabs .item-title {
    margin: 0;
}

.widget-tabs .tab-pane {
    margin-top: 1.4em;
}

/* Widget Popular Post
           ========================================================================== */
.popular-post {
    margin-bottom: 20px;
}

    .popular-post:nth-child(2n+1) {
        clear: both;
    }

    .popular-post .post-rating {
        margin: 12px 0 0;
        display: inline-block;
        vertical-align: bottom;
    }

    .popular-post .fa-star {
        font-size: 114%;
        float: left;
        margin-right: 2px;
    }

    .popular-post:last-child {
        margin-bottom: 0;
    }

/* Widget Recent Comments
           ========================================================================== */
#comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.recentcomments {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

    .recentcomments:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .recentcomments .comment-author-link a {
        font-weight: bold;
    }

/* Widget Categories
           ========================================================================== */
.widget-categories > ul {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.widget-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-categories ul > li {
        margin-bottom: 10px;
    }

    .widget-categories ul ul {
        padding: 5px 0 0 30px;
    }

        .widget-categories ul ul .sub-cat-item:before {
            content: "-";
            margin-left: -5px;
            margin-right: 5px;
        }

/* Widget Archives
           ========================================================================== */
.col-sidebar .widget_archive .col-sidebar .tmpl_widget_magazine_categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.col-sidebar .widget_archive li,
.col-sidebar .tmpl_widget_magazine_categories li {
    margin-bottom: 10px;
}

    .col-sidebar .widget_archive li:last-child,
    .col-sidebar .tmpl_widget_magazine_categories li:last-child {
        margin-bottom: 0;
    }

    .col-sidebar .widget_archive li .total {
        font-size: 88%;
    }

    .col-sidebar .tmpl_widget_magazine_categories li a {
        display: block;
    }

/* Widget Ad
           ========================================================================== */
.advt-wrapper {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.border_ad_banner {
    border: 3px solid rgb(197, 8, 8);
    padding: 22px;
}

    .border_ad_banner > img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
    margin-top: 40px;
}

.sec-newsletter {
    background: #f8f8f8;
    /*background: #f8f8f8 url(images/bg.png) repeat top center;*/
    padding: 30px 0;
}

.col-nlform {
    float: right;
    width: 31%;
}

    .col-nlform .input-nlmail {
        max-width: 216px;
        float: left;
    }

.col-details {
    display: table;
    float: left;
    width: 64%;
    border-right: 1px solid #dbdbdb;
}

    .col-details .footer-logo, .col-details .nl-detail {
        display: table-cell;
        vertical-align: middle;
    }

    .col-details .footer-logo {
        width: 167px;
    }

    .col-details .nl-detail {
        padding: 15px 35px;
    }

.footer-bottom {
    /* background: #333 url(images/bg-dark.png) top center;*/
    padding-top: 20px;
}

.footer_widget_wrap .widget h2 {
    font-size: 100%;
}

.footer_widget_wrap .tags-wrap a {
    padding: 6px 14px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0 20px 20px 0;
    float: left;
}

.footer_widget_wrap a:hover {
    color: #f3b168;
}

.footer_widget_wrap .widget-title {
    border: none;
    padding: 0;
    color: #028cdd;
    font-size: 18px !important;
    margin: 0 0 20px;
}

.footer_widget_wrap .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

    .footer_widget_wrap .widget ul li {
        margin-bottom: 10px;
    }

    .footer_widget_wrap .widget ul .picks-details {
        display: table;
        margin-bottom: 30px;
    }

.footer_widget_wrap .picks-details .picks-image, .footer_widget_wrap .picks-details .picks-content {
    display: table-cell;
    vertical-align: top;
}

.footer_widget_wrap .picks-details .picks-content {
    padding-left: 15px;
}

.footer_widget_wrap .picks-details .item-title {
    margin: 0;
    font-size: 88%;
}

.footer_widget_wrap .picks-details p {
    margin-bottom: 0;
}

.footer_widget_wrap .contact-info .fa {
    position: absolute;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contact-info p {
    color: #fff;
    max-width: 100%;
    padding-left: 15px;
}

    .contact-info p a {
        color: #fff;
    }

        .contact-info p a:hover {
            color: #30b3ff;
        }

.footer_widget_wrap .contact-info .fa + p {
    padding-left: 45px;
}

.footer_widget_wrap .contact-info ul li {
    display: flex;
    align-items: center;
    line-height: 23px;
    padding-left: 15px;
    justify-content: center;
}

.owl-dots {
    display: none !important;
}

.copyright {
    padding: 12px 15px;
    font-size: 90%;
    text-align: center;
    border-top: 1px solid #464646;
    color: #0C0C0C;
    margin-top: 20px;
}
/*#footer .form-inline input[type="text"]{margin-right: 10px;}*/
#footer .form-inline input[type="submit"] {
    float: right;
}

#footer .footer-bottom .list-articles li img {
    max-width: 85px;
}

/* ==========================================================================
   404 Page
   ========================================================================== */
.error404 .error-inner {
    border: 2px solid #e5e5e5;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.error404 .arror404.searchbar {
    padding: 20px;
    margin: 10px 0;
    display: inline-block;
    float: none;
}

    .error404 .arror404.searchbar .search-form {
        width: 100%;
    }

        .error404 .arror404.searchbar .search-form .screen-reader-text {
            display: none;
        }

        .error404 .arror404.searchbar .search-form > label {
            float: left;
            margin: 0;
        }

/* ==========================================================================
   Detail Page
   ========================================================================== */
.content-wrapper {
    display: inline-block;
    width: 100%;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 20px 0 10px;
}

    .breadcrumb li {
        font-size: 88%;
    }

        .breadcrumb li + li:before {
            content: "\f105";
            font-family: FontAwesome;
            padding: 0 14px;
        }

    .breadcrumb .home {
        font-size: 100%;
    }

.hentry .entry-title {
    margin-bottom: 0;
    font-weight: 900;
    margin-top: 0;
}

.hentry .byline {
    font-size: 114%;
}

.hentry .meta {
    padding: 15px 0;
    padding-right: 3em;
    border: 1px solid #e5e5e5;
    font-size: 88%;
    border-width: 1px 0;
    margin: 10px 0;
    position: relative;
}

    .hentry .meta .date i {
        padding-right: 6px;
    }

    .hentry .meta span + span {
        margin-left: 20px;
    }

    .hentry .meta .count {
        font-style: normal;
        position: absolute;
        right: 0;
        top: 28%;
    }

.bubble {
    position: relative;
    border: 1px solid #e5e5e5;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -7px;
    font-size: 88%;
}

    .bubble:after, .bubble:before {
        position: absolute;
        content: "";
        bottom: -9px;
        border-width: 10px 10px 0 0px;
        border-style: solid;
        border-color: #fff transparent;
        left: 38%;
    }

    .bubble:before {
        border-color: #e5e5e5 transparent;
        border-width: 12px 12px 0 0px;
        margin-bottom: -2px;
        margin-left: -1px;
    }

    .bubble:hover {
        border-color: transparent;
    }

.hentry .entry-content {
    margin-top: 20px;
}

.hentry h2 {
    font-size: 156%;
    margin-top: 35px;
}

.hentry .content-list {
    padding-left: 18px;
}

    .hentry .content-list li {
        margin-bottom: 10px;
    }

.featured-image {
    border: 1px solid #e5e5e5;
    padding: 8px;
}

blockquote {
    border: 1px solid #e5e5e5;
    padding: 30px 15px 24px;
    border-width: 1px 0;
    text-align: center;
    position: relative;
    margin: 40px 0;
}

    blockquote:before {
        content: '\201C';
        position: absolute;
        top: -5px;
        font-family: Georgia, serif;
        font-size: 90px;
        line-height: 50px;
        height: 40px;
        width: 60px;
        left: 50%;
        margin-left: -30px;
        background: #fff;
    }

    blockquote cite {
        display: block;
    }

.post-author {
    padding: 25px 0 35px;
    border: 0px solid #e5e5e5;
    border-width: 1px 0;
    margin: 40px 0 20px;
    position: relative;
}

    .post-author .btn-share {
        position: absolute;
        right: 0;
        top: 25px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #e5e5e5;
        line-height: 35px;
        text-align: center;
        font-size: 88%;
    }

        .post-author .btn-share:hover {
            border-color: transparent;
        }

    .post-author .author-photo {
        display: table-cell;
        min-width: 140px;
        padding-top: 10px;
    }

        .post-author .author-photo img {
            -webkit-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 0 0 10px #000;
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            border: 1px solid #fff;
            margin: auto;
        }

    .post-author .author-details {
        display: table-cell;
        vertical-align: top;
    }

.sec-comments {
    margin-bottom: 50px;
}

    .sec-comments .title {
        margin: 0 0 25px;
        font-size: 156%;
    }

    .sec-comments label {
        font-family: 'Merriweather', serif;
        font-size: 88%;
    }

.commentform-wrap {
    padding: 30px;
}

.inline-form-wrap {
    margin: 0 -15px;
}

    .inline-form-wrap .form-group {
        padding: 0 15px;
        width: 33.333%;
        float: left;
    }

        .inline-form-wrap .form-group input {
            width: 100%;
        }

.page-content .search-form .search-submit {
    display: inline-block;
}

#primary .wp-caption {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 20px;
}

    .wp-caption p {
        margin-bottom: 0px;
    }

    .wp-caption img {
        margin-bottom: 0.5em;
    }

    .wp-caption .wp-caption-text {
        font-size: 0.875em;
        font-style: italic;
    }

.alignleft {
    float: left;
    margin: 0px 24px 10px 0;
}

.alignright {
    float: right;
    margin: 0px 0 10px 24px;
}

.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hentry .th {
    margin-bottom: 10px;
}

    .hentry .th + .th {
        margin-left: 10px;
        vertical-align: top;
    }

.edit-link {
    display: block;
}

.btn-group .btn {
    margin-right: 5px;
}


/* Paginaion
           ========================================================================== */
.pos_navigation {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

    .pos_navigation .post_left, .pos_navigation .post_right, .pos_navigation .nav-next, .pos_navigation .nav-previous {
        width: 48%;
        font-family: 'Merriweather', serif;
        position: relative;
    }

    .pos_navigation .post_left, .pos_navigation .nav-previous {
        float: left;
        text-align: left;
    }

    .pos_navigation .post_right, .pos_navigation .nav-next {
        float: right;
        text-align: right;
    }

        .pos_navigation .post_right a, .pos_navigation .nav-next a {
            float: right;
        }

    .pos_navigation .post_left a, .pos_navigation .nav-previous a {
        float: left;
    }

        .pos_navigation .nav-next a:before, .pos_navigation .nav-previous a:before {
            font-family: "FontAwesome";
            color: rgba(0, 0, 0, 0.5);
            font-size: 24px;
            line-height: 1.1;
        }

    .pos_navigation .nav-next a:before {
        content: "\f105";
        float: right;
        padding-left: 10px;
    }

    .pos_navigation .nav-previous a:before {
        content: "\f104";
        float: left;
        padding-right: 10px;
    }

    .pos_navigation a {
        display: table;
    }

    .pos_navigation .article-name, .pos_navigation .fa {
        display: table-cell;
        vertical-align: middle;
        font-weight: 700;
    }

    .pos_navigation .fa {
        padding-right: 10px;
        max-width: 54px;
    }

        .pos_navigation .fa svg {
            height: 44px;
            vertical-align: middle;
            fill: #ccc;
        }

    .pos_navigation a:hover .fa svg {
        fill: currentColor;
    }

/* Comment
           ========================================================================== */
#comments {
    margin-bottom: 0;
}

.comments #respond, #contact_frm {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: 80px;
    padding: 30px;
    box-sizing: border-box;
}

.comments .children #respond {
    margin-top: 20px;
    margin-bottom: 20px;
}

#comments .comment_list li #respond {
    margin-top: 20px;
    margin-bottom: 20px;
}

#commentform .submit #submit {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 30px;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
}

.comments h3, .similar-products > h3 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    padding: 0 0 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
}

#comments .comment_list li #respond #reply-title {
    margin-bottom: 20px;
    margin-top: 0;
}

    #comments .comment_list li #respond #reply-title small {
        font-size: 14px;
        font-weight: 400;
        float: right;
        padding-top: 8px;
    }

#comments .comment_list li #respond h3#reply-title small, #comments .comment_list li #respond h3#reply-title a {
    font-family: "Arimo", sans-serif;
}

.comments h3 {
    margin-bottom: 0;
}

.comments a {
    color: #333;
}

.comment {
    padding: 15px 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .comment td {
        vertical-align: top;
    }

.comment-meta {
    font-size: 12px;
    margin-top: 10px;
}

.avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: block;
    margin-right: 15px;
    padding: 0;
    border-radius: 100%;
}

.comment-author {
    color: #444;
}

    .comment-author span {
        color: #000;
    }

    .comment-author a, .comment-author span {
        color: #333;
        font-size: 16px;
        font-style: normal;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 600;
    }

        .comment-author a:hover {
            text-decoration: none;
        }

.comment-author, .comment-date {
    color: #999;
}

.comment-text p {
    margin-bottom: 10px;
}

    .comment-text p:last-of-type {
        margin-bottom: 0;
    }

.comment .children {
    margin-left: 80px;
}

    .comment .children .children {
        margin-left: 50px;
    }

    .comment .children .comment {
        padding-left: 0;
    }

.comment {
    overflow: hidden;
}

.comment_list ol li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    list-style: none;
}

    .comment_list ol li:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
    }

.comment_left {
    float: left;
    margin-right: 20px;
    max-width: 65px;
    width: 100%;
}

.comment-text {
    display: block;
    float: left;
    overflow: hidden;
    max-width: calc(100% - 85px);
    width: 100%;
}

.children .comment-text {
    max-width: calc(100% - 85px);
}

.children ul.children .comment-text {
    max-width: 84%;
}

.comment_list ol {
    padding-left: 0;
}

    .comment_list ol li ul.children {
        height: 100%;
        overflow: hidden;
        margin-left: 85px;
        padding-left: 0;
    }

        .comment_list ol li ul.children li {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: none;
            margin-bottom: 0;
        }

p.comment_message {
    font-size: 14px;
}

.comment-text-inner-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: top;
}

    .comment-text-inner-wrapper p {
        float: left;
        width: auto;
        margin-bottom: 0;
    }

        .comment-text-inner-wrapper p.comment-reply-link-wrapper {
            float: right;
            line-height: 1;
        }

.comment-reply-link-wrapper a {
    color: transparent;
    height: 0;
    width: 0;
    position: relative;
}

    .comment-reply-link-wrapper a:before {
        content: "\f112";
        font-family: 'FontAwesome';
        color: #d6d6d6;
        position: absolute;
        right: 0;
        top: 1px;
        transform: rotateX(180deg);
    }

    .comment-reply-link-wrapper a:hover:before {
        color: #339fd6;
    }

.comment-star-container {
    display: inline-block;
    float: left;
    width: auto;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

    .comment-star-container p {
        padding-bottom: 0;
    }

        .comment-star-container p.comment-author {
            float: left;
            line-height: 1;
            margin-right: 15px;
            padding-right: 15px;
            vertical-align: middle;
            width: auto;
            margin-top: 0;
            position: relative;
        }

            .comment-star-container p.comment-author:before {
                color: rgba(0, 0, 0, 0.15);
                content: "|";
                font-family: Arial, sans-serif;
                font-size: 14px;
                position: absolute;
                right: 0;
                top: 1px;
            }

.comment-date {
    line-height: 1;
}

/* Social Icon
           ========================================================================== */
.social-media-shareicon {
    display: inline-block;
    padding-top: 25px;
    vertical-align: top;
    width: 100%;
}

    .social-media-shareicon ul {
        margin-bottom: 0;
        padding-left: 0;
    }

    .social-media-shareicon li {
        margin-bottom: 4px;
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: top;
    }

    .social-media-shareicon a {
        color: #fff;
        display: block;
        overflow: hidden;
        vertical-align: top;
        opacity: 0.6;
    }

        .social-media-shareicon a:hover {
            opacity: 1;
            color: #fff;
        }

    .social-media-shareicon .facebook {
        background: #3b5998;
    }

    .social-media-shareicon .twitter {
        background: #00acee;
    }

    .social-media-shareicon .googleplus {
        background: #dd4b39;
    }

    .social-media-shareicon .pinterest {
        background: #c8232c;
    }

    .social-media-shareicon .linkedin {
        background: #0e76a8;
    }

    .social-media-shareicon .email {
        background: #D19502;
    }

    .social-media-shareicon i {
        float: left;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: rgba(255, 255, 255, .1);
    }

.social-button-count {
    display: block;
    margin-left: 40px;
    padding: 6px 12px;
}

.entry-share .social-share-links {
    margin-right: 0;
}

.entry-share .social-button {
    margin-left: 6px;
}

.theme-share {
    padding-top: 20px;
    text-align: center;
}

    .theme-share .social-button {
        margin: 0 5px;
    }


/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width:981px) {
    .mega-menu ul.mega li .sub-container {
        position: absolute;
    }

    div#menu-secondary-title {
        display: none;
    }

    .nav_bg #menu-primary-menu.mega {
        padding: 0;
    }
}

@media (min-width:1260px) {
    .container {
        width: 1100px;
    }
}

@media (max-width:1199px) {
    .navbar .nav > li, .mega-menu ul.mega li {
        margin-right: 15px;
    }

    .item .details {
        margin-top: 410px;
    }

    .col-details {
        width: 59%;
    }

    .col-nlform {
        width: 37%;
    }

    .widget-tabs .nav-tabs > li > a {
        padding: 7px 11px;
    }

    .section.trending-post {
        margin-bottom: 20px;
    }

    .wpb_row .master-slider-parent *, .master-slider-parent * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1300px) {
    .navbar .nav > li, .mega-menu ul.mega li {
        margin-right: 29px;
    }
}

@media (max-width:991px) {
    html {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 180%;
    }

    h2, .h2 {
        font-size: 140%;
    }

    h3, .h3 {
        font-size: 120%;
    }

    .hentry h2 {
        font-size: 125%;
    }

    .container {
        width: 100%;
    }

    .main-banner {
        margin-bottom: 40px;
    }

    .pos_navigation .article-name {
        display: none;
    }

    .pos_navigation .post_right a {
        float: right;
    }

    .navbar .nav > li, .mega-menu ul.mega li {
        margin-right: 14px;
    }

    .item .details {
        margin-top: 360px;
    }

    .item .megaheading {
        font-size: 280%;
    }

    .section.trending-post {
        margin-bottom: 10px;
    }

    .col-details .footer-logo, .col-details .nl-detail {
        display: block;
    }

    .col-details .nl-detail {
        padding: 0 15px 0 0;
        margin-top: 15px;
    }

    .inline-form-wrap .form-group {
        width: 100%;
    }

    .footer_widget_wrap .widget:nth-child(2n+1) {
        clear: both;
    }
    /*.widget-tabs .nav-tabs>li>a{padding: 7px 9px;}*/
    .col-nlform .input-nlmail {
        width: 100%;
        max-width: inherit;
    }

    .footer-newsletter .btn {
        width: 100%;
    }

    .col-sidebar .widget {
        margin-bottom: 25px;
    }

    .lifestyle {
        margin-bottom: 40px;
    }

    .section {
        margin-bottom: 30px;
    }

    .col-main-content .list article {
        margin-bottom: 30px;
    }

    .col-main-content .widget .widget-title {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .section.sec-recent {
        margin-bottom: 50px;
    }

    .post, .col-main-content .page {
        margin-bottom: 30px;
    }

        .post:last-child {
            margin-bottom: 0;
        }

    blockquote {
        margin: 30px 0 20px;
    }

    .pos_navigation .fa {
        max-width: 36px;
    }

        .pos_navigation .fa svg {
            height: 26px;
        }

    #footer {
        margin-top: 30px;
    }

    .commentform-wrap {
        padding: 25px 20px;
    }

    #footer .form-inline input[type="submit"] {
        float: none;
        display: block;
        width: 100%;
    }

    .post.trending-article {
        margin-bottom: 25px;
    }
}

@media (max-width:980px) {
    #menu-primary-menu.mega {
        display: none;
        width: 100%;
    }

    .navbar-toggle, #menu-secondary-title {
        padding: 9px;
        width: 100%;
        margin: auto;
        float: none;
        float: none;
        font-weight: bold;
        text-align: center;
    }

    .nav_bg {
        margin: 0 -15px;
        padding: 0 15px;
        background: #F5F5F5;
    }

    .mega-menu ul.mega > li {
        width: 100%;
    }

    .mega-menu ul.mega li .sub-container.mega .sub {
        border: none;
    }

    .mega-menu ul.mega .sub li {
        padding: 0 20px;
    }

    .mega-menu ul.mega > li > a {
        float: none;
        border-bottom: none;
        font-weight: normal;
        padding: 10px 0px;
    }

    .mega-menu ul.mega li .sub-container {
        background: none;
    }

    .mega-menu ul.mega li .sub li.mega-hdr {
        width: 100%;
    }

    body .mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a {
        margin-right: 0;
        border-bottom: none;
    }

    .mega-menu ul.mega li .sub-container.mega .sub {
        padding: 0;
    }

    .mega-menu ul.mega li ul.sub-menu ul {
        margin-bottom: 0;
    }

    body .mega-menu ul.mega li .sub li.mega-hdr a.mega-hdr-a {
        font-weight: normal;
    }
}

@media (max-width:767px) {
    .btn-lg {
        padding: 11px 22px;
    }

    .inner-header {
        padding: 15px 0;
    }

    .navbar {
        min-height: inherit;
    }

    .navbar-toggle, #menu-secondary-title {
        display: block;
    }

    .navbar-toggle {
        width: auto;
        border-color: transparent;
        width: auto;
        /*position: absolute;*/
        top: -116px;
        border-radius: 0;
        left: 15px;
    }

        .navbar-toggle .icon-bar {
            background: #fff;
            opacity: 9;
        }

    .navbar-nav, #menu-primary-menu {
        margin: 0;
        padding: 0 15px;
        padding-bottom: 10px;
    }

    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 200;
    }

    .sub-menu > li > a {
        padding: 7px 10px;
    }

    #toggle-top-hdr {
        display: inline-block;
    }

    .top-header .container {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease;
        -moz-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
    }

        .top-header .container.show {
            max-height: 400px;
        }

    .navbar .nav li, .mega-menu ul.mega li {
        margin-right: 0;
    }

    .navbar .nav > li > a {
        padding: 10px 0px;
        font-weight: normal;
        border: none;
    }

    .navbar-nav li .sub-menu {
        position: initial;
        border: none;
    }

    .main-navigation .navbar-nav li .sub-menu li {
        background-color: transparent;
        border: none;
        padding: 0 10px;
    }

    .navbar .navbar-collapse {
        background: #f5f5f5;
        border-top: 1px solid #e5e5e5;
    }

    .navbar-nav .open .dropdown-menu {
        background: #e5e5e5;
        padding: 2px 0;
    }

    .navbar-nav .sub-menu > li > a:hover, .navbar-nav .sub-menu > li > a:focus {
        background-color: transparent;
        color: #555;
    }

    .navbar .dropdown-menu > li > a {
        text-align: center;
    }

    .navbar .nav ul .menu-item-has-children > a:after {
        position: inherit;
        -webkit-transform: rotate(90deg);
        */-moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .item .details {
        margin-top: 20%;
    }

    .item .megaheading {
        font-size: 200%;
    }

    .topnav li {
        width: 100%;
        margin-right: 0;
    }

        .topnav li + li:before {
            display: none;
        }

    .topnav .sub-menu {
        background-color: transparent;
        display: block;
        position: static;
    }

    .topnav li:hover > .sub-menu {
        list-style: none;
    }

        .topnav li:hover > .sub-menu li a {
            background-color: transparent;
        }

    .top-header {
        text-align: center;
    }

    .social-links {
        display: inline-block;
        float: none;
        vertical-align: bottom;
    }

        .social-links li a {
            border: 1px solid #575757;
        }

    .brand .logo {
        display: inline-block;
    }

        .brand .logo img {
            max-width: 70%;
        }

    .brand, .searchbar {
        float: none;
        text-align: center;
    }

        .searchbar .search-form {
            width: 100%;
        }

    .form-group {
        margin-bottom: 15px;
    }

    .btn {
        padding: 8px 16px;
    }
    /*input[type="search"], input[type="text"], input[type="password"], input[type="submit"] { padding: 12px 30px; }*/
    #header .searchbar .search-form label {
        max-width: calc(100% - 108px);
    }

    .searchbar {
        margin-top: 12px;
    }

        .searchbar .form-inline {
            width: 100%;
        }

        .searchbar .input-search, .searchbar .btn {
            display: inline-block;
        }

    #header .widget.searchbar {
        display: inline-block;
        width: 100%;
    }

    .col-details, .col-nlform {
        width: 100%;
    }

    .col-details {
        margin-bottom: 20px;
        padding-bottom: 23px;
        border-bottom: 1px solid #dbdbdb;
        border-right: none;
    }

        .col-details .footer-logo {
            width: 110px;
        }

    .breadcrumb li + li:before {
        padding: 0 10px;
    }

    .post-author .author-photo, .post-author .author-details {
        display: block;
        text-align: center;
    }

    .col-main-content {
        margin-top: 10px;
    }

    .comment_list ol li ul.children {
        margin-left: 20px;
    }

    .comment {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 10px 0;
    }

    .comment-star-container p.comment-author {
        display: inline-block;
        float: none;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }

    .comment-text-inner-wrapper p.comment-date {
        display: inline-block;
        float: none;
        width: 100%;
    }

    .comment-star-container {
        display: inline-block;
        float: none;
        width: 82%;
    }

        .comment-star-container p.comment-author::before {
            display: none;
        }

    .comment_left {
        margin-right: 10px;
        max-width: 40px;
    }

    .children .comment-text, .comment-text {
        max-width: calc(100% - 50px);
    }

    .trending-article-wrapper {
        margin-top: 40px;
    }

    .popular-post img {
        width: 100%;
    }

    blockquote {
        padding: 24px 0px 20px;
    }
}

@media (max-width:580px) {
    html {
        font-size: 13px;
    }

    .top-header {
        font-size: 100%;
    }

    .col-main-content .list article .list-post-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        float: none;
    }

        .col-main-content .list article .list-post-img + .item-content {
            width: 100%;
        }

    .item .megaheading {
        font-size: 140%;
    }

    .item .label {
        font-size: 60%;
        padding: 6px;
    }

    .item .details p {
        display: none;
    }

    .item .details {
        padding: 0 0 10px;
    }

    .pos_navigation .nav-next a::before, .pos_navigation .nav-previous a::before {
        line-height: 0.9;
    }

    .post .post-title {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 667px) {

    .brand .logo img {
        max-width: 110px !important;
        float: none;
    }

    .social-links li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .tab-new .nav-tabs-1 {
        flex-direction: column;
    }

    .tab-new .nav > li {
        margin-bottom: 8px;
    }

    .heading-popular1 {
        margin-top: 20px;
    }

        .heading-popular1 h2 {
            font-size: 25px;
        }

        .heading-popular1 h2 {
            padding-bottom: 1px;
        }

            .heading-popular1 h2::after {
                width: 113px;
                height: 2px;
            }

    .heading-popular2 h2::after {
        width: 113px;
        height: 2px;
    }

    .heading-popular2 h2 {
        font-size: 25px;
        line-height: 43px;
        padding-bottom: 2px;
    }

    .vbox h3 {
        font-size: 17px;
    }

    .most-box {
        margin-top: 15px;
        min-height: 350px;
    }

    .adds-here {
        margin-top: 55px;
    }

    .client-logo-row {
        margin-bottom: 40px;
    }

    .mt-120 {
        margin-top: 25px;
    }

    #lates-magazine {
        padding: 110px 0 35px;
        margin-bottom: 15px;
    }

    .tab-new .nav > li {
        margin-right: 0;
        text-align: center;
    }

    .navbar-toggle {
        padding: 8px 10px;
        top: 0px !important;
    }

    .navbar .nav > li > a {
        padding-left: 25px;
    }

    .read-our-ban {
        margin: 14px 0px;
        position: unset;
        padding: 25px 30px;
    }

        .read-our-ban h2 {
            font-size: 40px;
            line-height: 45px;
            margin-bottom: 7px;
            padding-bottom: 9px;
        }

        .read-our-ban h5 {
            font-size: 23px;
            line-height: 20px;
            margin-top: 0;
            margin-bottom: 15px;
        }

    .main-banner-latess {
        height: 496px;
    }

    #text-8 .row {
        display: flex;
        flex-direction: column;
    }

    #text-8 .magazine-cont h2 {
        line-height: 32px;
        font-size: 26px;
    }

    .glass-news-footer1 {
        text-align: justify;
        margin-top: 15px;
    }

    .tab-new .nav-tabs-1 li a {
        padding: 6px 28px;
    }

    #tab-section1 .tabs {
        margin-top: 25px;
    }

    section#tab-section1 .owl-nav button.owl-prev {
        left: -10px;
        top: -20px;
    }

    section#tab-section1 .owl-nav button.owl-next {
        right: -10px;
        top: -20px;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .most-read-list ul li {
        line-height: 8px;
        margin-bottom: 0px;
    }

    .vbox h3 {
        font-size: 17px;
        border-left: solid 2px #0175b9;
    }

    .most-read-list ul li a {
        font-size: 17px;
    }

    .heading-popular2 h2::after {
        left: 33%;
    }

    .client-logo img {
        width: 72% !important;
        height: 93px;
        margin: 0 auto;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 27%;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: 27%;
    }

    .footer-logoline {
        display: inline-block;
    }

    .footer-logo {
        width: 130px;
        margin: 0 auto 10px;
    }

    .footer-logoline .textwidget .contact-info {
        margin: 15px 0 10px;
    }

    .subscribe_form .input-group .subscribeinfput {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .subscribe_form button {
        height: 37px;
    }

    .footer_widget_wrap .widget ul {
        flex-direction: column;
        text-align: center;
    }

    #footer .footer_widget_wrap {
        flex-direction: column;
    }

    #social_media-1 {
        display: none;
    }

    #header .pattner-list {
        width: 100%;
    }

    #button::after {
        font-size: 1em;
        line-height: 25px;
    }

    #button {
        width: 30px;
        height: 30px;
    }

    .footer_widget_wrap .contact-info ul li {
        flex-direction: column;
    }

    .magazine-cont h4 {
        width: 100%;
    }
}

@media (max-width:480px) {
    .featured-trend .content {
        padding: 20px 25px;
    }

    .featured-trend .meta-info {
        padding-bottom: 0;
    }

    #comments .comment_list li #respond #reply-title small {
        display: inline-block;
        float: none;
        padding-top: 0;
        width: 100%;
    }
}

/* ==========================================================================
   IE 10 and up version fixes
   ========================================================================== */
@media (-ms-high-contrast:none), (-ms-high-contrast:active) {
    html input[type="search"], html input[type="text"], html input[type="password"] {
        height: 49px;
    }
}

@media (max-width:991px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    html input[type="search"], html input[type="text"], html input[type="password"] {
        height: 46px;
    }
}

@media (max-width:767px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    html input[type="search"], html input[type="text"], html input[type="password"] {
        height: 38px;
    }
}








/*=========my css============*/
.sidebar {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0 10px 0px #1812642b;
    margin-bottom: 30px;
}

.sec-title {
    font-size: 20px;
    margin: 0px;
    background: #c50c0c;
    padding: 11px;
    font-weight: bold;
    color: #fff;
    border-left: 3px solid #000;
}

ul.mostread {
    list-style: none;
    padding: 0px;
    margin-top: 13px;
}

    ul.mostread li {
        padding: 10px 1px;
        color: #000;
        border-bottom: 1px solid #ccc;
    }

        ul.mostread li a {
            color: #000;
        }

.vbox video {
    height: 200px !important;
    width: 100%;
    border-radius: 40px 40px 25px 25px;
}

.vbox h3 {
    margin: 15px 0 0;
    padding: 1px 0 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    border-left: solid 5px #0175b9;
}

.vbox {
    margin: 26px 0px;
    /* background: #ccc; */
    /* box-shadow: 0 0 3PX #1e1e1e61;*/
    padding: 0px 1px;
}

.pdfsec {
    /*   box-shadow: 0px 0 10px 0px #1812642b;
    padding: 7px;*/
    background: #D9D9D9;
    border-radius: 10px;
}

    .pdfsec iframe {
        border-radius: 10px;
    }

    .pdfsec .title-block {
        margin-bottom: 1px;
    }

.btn.btn-download-pdf {
    display: block;
    margin: auto;
    background: #c50c0c;
    color: #fff;
}

.sec-cap {
    background: aliceblue;
    padding: 20px;
    margin: 0px;
    margin-top: -26px;
}

body {
    background-color: #fbf8f5 !important;
}

.postbox {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0 10px 0px #1812642b;
    margin: 15px 0px;
    font-family: 'Roboto', sans-serif !important;
}

    .postbox .post-title {
        font-size: 17px;
        line-height: 23px;
        color: #000;
        font-weight: 700;
    }

.post-excerpt {
    color: #000 !important;
}

.btn-more {
    background: #c50c0c;
    display: inline-block;
    margin-top: 14px;
    color: #fff;
}

.postbox:hover h3 {
    color: #c50c0c;
    transition: 1s;
}

span.athor {
    margin-left: 26px;
    text-transform: uppercase;
}

.dscrtin {
    color: #000 !important;
}

a.viewallvtn {
    text-align: center;
    display: block;
    color: #c50c0c;
    font-weight: bold;
    letter-spacing: 0px;
}



.pdfsec .title-block h3 {
    line-height: 48px;
}

.pdfsec .title-block .icon-container {
    float: left;
    background: #827b7b;
    width: 48px;
    height: 48px;
    text-align: center;
    padding-right: 0px !Important;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
}

.pdfsec .arrow-right {
    margin: 14px 0 0 -4px;
}


.smallslider {
    background: antiquewhite;
    text-align: center;
}

    .smallslider h3 {
        margin: 0px;
        font-size: 19px;
        padding: 12px 0px;
        font-weight: 600;
    }

.smallslider {
    background: #fff;
    text-align: center;
    margin: 41px 0px;
    padding: 10px;
    /* margin-bottom: 0px !IMPORTANT; */
    padding-bottom: 2px !IMPORTANT;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 0 3PX #1e1e1e61; */
}

li.vid-details {
    background: #fff;
    border-radius: 10px;
    padding: 13px;
}


.vid-image img {
    border-radius: 10px;
}
