body {
    font-family: "Signika Negative", "Mukta Malar", sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #f2f3f5;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
    background: 0 0;
}
a {
    color: #aeaeae;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #9c9c9c;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    text-transform: capitalize;
}
.padding {
    padding: 90px 0;
}
.section {
    margin-bottom: 30px;
}
.section-title {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: #525b6e;
    font-weight: 600;
}
.section-title:before {
    width: 50px;
    z-index: 1;
}
.section-title:after {
    right: 0;
    background-color: #e6e6e8;
}
.section-title:after,
.section-title:before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
}
.section-title.title {
    margin-bottom: 45px;
}
.btn-theme.btn-animated {
    font-size: 12px;
    font-weight: 700;
    padding: 17px 47px;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #fff;
    border-width: 3px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    letter-spacing: 2px;
}
.btn-theme.btn-animated:focus,
.btn-theme.btn-animated:hover {
    background-color: transparent;
    outline: 0;
    border: 3px solid #a0d48c;
}
.btn-theme {
    border: 0;
    color: #fff;
}
.btn-theme:focus,
.btn-theme:hover {
    background-color: #333;
    color: #fff;
    outline: 0;
    border: 0;
}
.parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 437px;
    color: #fff;
    position: relative;
}
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.llsb {
}
.form-control {
    height: 35px;
    padding: 6px 12px;
    color: #000;
    border: 2px solid #ececec;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
    background-color: #fff;
    font-weight: 500;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
}
textarea.form-control {
    padding: 15px 20px;
    resize: none;
}
label {
    font-weight: 400;
}
button {
    cursor: pointer;
}
.form-group {
    margin-bottom: 20px;
}
.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 13px;
}
.navbar-toggle .icon-bar {
    background-color: #384650;
}
.navbar-fixed-top .navbar-toggle,
.navbar-toggle {
    border: 1px solid #384650;
}
.navbar-fixed-top .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar {
    background-color: #384650;
}
.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}
.image-bg .section-title h1 {
    color: #fff;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: inherit;
    background-color: inherit;
}
.badge {
    margin-left: 5px;
    font-size: 11px;
}
.mfp-figure {
    background-color: #fff;
}
img.mfp-img {
    padding: 12px;
}
.mfp-image-holder .mfp-close {
    top: -35px;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}
#navigation .sticky-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}
#navigation .sticky-nav #topbar {
    display: none;
}
.secondary-logo {
    display: none;
}
#navigation .sticky-nav .secondary-logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 9999;
}
#navigation .sticky-nav .navbar-nav {
    margin-right: 20px;
}
.homepage #navigation .sticky-nav .navbar-nav {
    margin-left: 220px;
}
#navigation .navbar {
    display: block;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav > li > a,
.page .navbar-nav > li > a {
    display: block;
}
#navigation .navbar-nav li a {
    padding: 15px 10px;
}
@media (max-width: 999px) {
    .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: #fff;
    }
    #navigation .navbar-header {
        float: none;
    }
    #navigation .navbar-toggle {
        display: block;
    }
}
@media (min-width: 1000px) {
    #navigation .navbar-collapse {
        padding: 0;
    }
    #navigation .navbar-nav li,
    .dropdown {
        position: relative;
    }
    #navigation .navbar-nav {
        top: 2px;
    }
    #navigation .language-dropdown .dropdown-menu {
        min-width: 75px;
    }
    #navigation .language-dropdown.open > .dropdown-menu,
    #navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    #navigation .open > .dropdown-menu,
    #navigation-v1 .open > .dropdown-menu {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .more .dropdown-menu {
        left: inherit;
        right: 0;
        min-width: 200px;
    }
    .navbar-expand-lg .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
#navigation .navbar-nav .mega-cat-dropdown,
#navigation .navbar-nav .mega-dropdown {
    position: inherit;
}
#mainmenu .mega-cat-menu {
    background-color: #3a3a3a;
    padding: 30px 0 45px 0;
    border: none;
    min-width: 100%;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: -2px !important;
    left: -1px;
}
#mainmenu .sub-catagory {
    overflow: hidden;
}
#mainmenu .sub-catagory .section-title {
    color: #fff;
}
#mainmenu .sub-catagory ul {
    float: right;
    margin-top: -35px;
}
#mainmenu .sub-catagory ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px;
    z-index: 1000;
    position: relative;
    border-bottom: 2px solid transparent;
}
#mainmenu .sub-catagory ul li a:hover {
    color: #fff;
}
#mainmenu .post a:hover {
    color: #aeaeae;
}
#mainmenu .dropdown-menu > li > a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 20px;
    display: block;
}
.dropdown-menu > li > a {
    color: #aeaeae;
}
#mainmenu .mega-menu {
    min-width: 100%;
    background-color: #fff;
    padding-bottom: 45px;
}
#mainmenu .mega-menu h2 {
    font-size: 16px;
    color: #999;
    font-weight: 600;
    margin-top: 15px;
}
#mainmenu .mega-menu ul {
    margin-left: 0;
}
#mainmenu .mega-menu li a {
    display: block;
    padding: 5px 0;
}
#mainmenu .mega-menu .entry-thumbnail {
    margin-top: 25px;
}
#navigation {
    background-color: #fff;
    width: 100%;
    clear: both;
}
#navigation .navbar .topbar {
    border-bottom: 1px solid #eee;
}
#topbar {
    float: none;
}
.navbar-brand {
    padding: 10px 0;
}
.homepage .navbar-brand {
    padding: 13px 0;
}
#topbar-right {
    float: right;
}
#weather,
.date-time,
.language-dropdown {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 60px;
    color: #525b6e;
    font-size: 14px;
}
.language-dropdown .dropdown-menu {
    border-radius: 0;
    border-color: #ebecee;
    min-width: 74px;
    text-align: center;
}
.language-dropdown .dropdown-menu > li > a {
    line-height: 30px;
    display: block;
}
.language-dropdown .dropdown-menu > li > a:focus,
.language-dropdown .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.language-dropdown a {
    color: #384650;
    text-transform: uppercase;
}
#topbar-right #weather .weather-icon {
    max-width: 30px;
    display: inline-block;
    margin-right: 5px;
}
#topbar-right #weather img {
    max-width: 100%;
}
#weather,
.date-time {
    border-left: 1px solid #ebecee;
}
.searchNlogin {
    float: right;
    position: relative;
}
.searchNlogin li {
    float: left;
    border-left: 1px solid #ebecee;
    padding: 15px 20px;
    color: #aeaeae;
    cursor: pointer;
    -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;
}
.searchNlogin li:hover {
    color: #525b6e;
}
.user-section {
    float: right;
}
#mainmenu {
    padding-right: 0;
    padding-left: 0;
}
.search {
    position: absolute;
    top: 0;
    z-index: 10;
    right: 110px;
    width: 0;
    opacity: 0;
    -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;
}
.expanded .search {
    opacity: 1;
    width: 300px;
}
.search-form {
    padding-left: 0;
    height: 54px;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    width: 100%;
    border: 1px solid #eee;
    background-color: #f2f3f5;
    border-right: 0;
}
.expanded .search-form {
    padding-left: 15px;
}
.expanded .search-icon {
    background-color: #f2f3f5;
    border-left-color: #f2f3f5;
    color: #525b6e;
}
#navigation .dropdown-menu.top-user-section,
.dropdown-menu.top-user-section {
    padding: 0;
    border-top: 0;
    position: absolute;
    right: 15px;
    top: 52px;
    min-width: 360px;
    background-color: #3a3a3a;
    z-index: 15;
    left: inherit;
    margin-top: 0 !important;
}
.dropdown-menu.top-user-section {
    right: 0;
}
.top-user-form:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #3a3a3a;
    top: -5px;
    right: 1px;
}
.top-user-section a {
    color: #fff;
}
.top-user-form {
    padding: 30px;
    font-size: 12px;
    overflow: hidden;
    cursor: default;
}
.create-account {
    padding: 20px 30px 17px;
    background-color: #1f1f1f;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}
.input-group {
    margin-bottom: 20px;
}
.top-user-form .btn {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-user-form .reset-user {
    float: left;
    margin-top: 16px;
}
.input-group-addon {
    background-color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius: 4px 0 0 4px;
}
.input-group img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.form-control:active img,
.input-group:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.input-group .form-control {
    border: 0;
}
#navigation .user-panel:hover .dropdown-menu.top-user-section,
.searchNlogin li:hover .dropdown-menu.top-user-section {
    display: block;
}
.navbar {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mainmenu li a:hover {
    color: inherit;
}
#mainmenu .home {
    color: #ed1c24;
}
#mainmenu .business {
    color: #00aeef;
}
#mainmenu .politics {
    color: #0072bc;
}
#mainmenu .sports {
    color: #f26522;
}
#mainmenu .world {
    color: #f7941d;
}
#mainmenu .technology {
    color: #8dc63f;
}
#mainmenu .environment {
    color: #00a651;
}
#mainmenu .health {
    color: #92278f;
}
#mainmenu .entertainment {
    color: #1cbbb4;
}
#mainmenu .lifestyle {
    color: #ed145b;
}
#mainmenu .more {
    color: #2f2f2f;
}
#mainmenu .dropdown-toggle::after {
    display: none;
}
.feature-post {
    position: relative;
}
.feature-post .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 35px;
    z-index: 1;
    color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.13) 18%,
        rgba(0, 0, 0, 0.33) 36%,
        rgba(0, 0, 0, 0.74) 70%,
        rgba(0, 0, 0, 0.91) 87%,
        #000 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.13) 18%,
        rgba(0, 0, 0, 0.33) 36%,
        rgba(0, 0, 0, 0.74) 70%,
        rgba(0, 0, 0, 0.91) 87%,
        #000 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.13) 18%,
        rgba(0, 0, 0, 0.33) 36%,
        rgba(0, 0, 0, 0.74) 70%,
        rgba(0, 0, 0, 0.91) 87%,
        #000 100%
    );
    border-radius: 0 0 3px 3px;
    width: 100%;
}
.feature-post .entry-meta a,
.feature-post .entry-meta a:hover,
.feature-post .entry-title a,
.feature-post .entry-title a:hover {
    color: #fff;
}
.entry-meta {
    font-size: 12px;
}
.post {
    overflow: hidden;
    border-radius: 3px;
    margin-top: 30px;
    background-color: #fff;
    border-bottom: 2px solid #f2f3f5;
    -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;
}
.post:hover {
    border-bottom: 2px solid #eee;
}
.post.feature-post {
    background-color: inherit;
}
.post .entry-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
}
.catagory {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.catagory a {
    color: #fff;
    display: block;
    padding: 3px 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.feature-post img {
    border-radius: 3px;
}
.entry-meta,
.entry-title,
.post img,
.post-content {
    -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;
}
.feature-post:hover .post-content {
    padding-top: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.2) 18%,
        rgba(0, 0, 0, 0.42) 36%,
        rgba(0, 0, 0, 0.85) 70%,
        rgba(0, 0, 0, 0.95) 87%,
        #000 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.2) 18%,
        rgba(0, 0, 0, 0.42) 36%,
        rgba(0, 0, 0, 0.85) 70%,
        rgba(0, 0, 0, 0.95) 87%,
        #000 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.2) 18%,
        rgba(0, 0, 0, 0.42) 36%,
        rgba(0, 0, 0, 0.85) 70%,
        rgba(0, 0, 0, 0.95) 87%,
        #000 100%
    );
}
.entry-thumbnail {
    overflow: hidden;
}
.post img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.post .add img,
.post .carousel-inner .item img,
.post.feature-post img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.catagory.world a {
    background-color: #f7941d;
}
.catagory.health a {
    background-color: #92278f;
}
.catagory.entertainment a {
    background-color: #1cbbb4;
}
.catagory.technology a {
    background-color: #8dc63f;
}
.catagory.politics a {
    background-color: #0072bc;
}
.catagory.business a {
    background-color: #00aeef;
}
.catagory.sports a {
    background-color: #f26522;
}
.catagory.environment a {
    background-color: #00a651;
}
.catagory.lifestyle a {
    background-color: #1cbbb4;
}
.owl-controls .owl-pagination {
    float: right;
    margin-top: -40px;
    position: relative;
    padding-right: 25px;
}
.owl-theme .owl-controls .owl-pagination {
    text-align: center;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.add.featured-add {
    margin-top: 30px;
}
.add {
    position: relative;
    margin-top: 40px;
}
.google-add,
.google-add:hover {
    text-align: center;
    background-color: transparent;
    border-bottom: 0;
}
.google-add .add {
    display: inline-block;
    max-width: 728px;
    height: 90px;
    margin-top: 10px;
}
.add:before {
    position: absolute;
    right: 0;
    top: -15px;
    content: "Advertisement";
    font-size: 10px;
    color: #a5a5a5;
}
.add img {
    border-radius: 3px;
    display: inline-block;
}
#latest-news .post {
    margin-right: 30px;
    position: relative;
}
.latest-news-wrapper {
    margin-right: -30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.post-content {
    padding: 30px 25px;
}
.post-content i {
    margin-right: 5px;
    -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;
}
#latest-news {
    position: relative;
}
.post.medium-post .entry-title {
    text-transform: initial;
    font-size: 16px;
    line-height: 1.3;
}
.entry-meta a,
.entry-title a {
    color: #000;
}
.entry-title a:hover {
    color: #9c9c9c;
}
#latest-news .owl-controls .owl-pagination {
    position: absolute;
    top: 21px;
    right: 3px;
    text-align: right;
}
#latest-news .owl-controls .owl-page span {
    background-color: #c2c3c4;
    margin: 3px;
}
.latest-news-wrapper .section-title:after {
    margin-right: 80px;
}
#latest-news:hover .post img {
    opacity: 0.6;
}
#latest-news .post:hover img {
    opacity: 1;
}
.section {
    position: relative;
}
.cat-menu {
    position: absolute;
    top: 10px;
    right: 0;
}
.section > .cat-menu {
    visibility: hidden;
}
.section:hover > .cat-menu {
    visibility: visible;
}
.cat-menu a {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #525b6e;
    border-bottom: 2px solid transparent;
}
.list-post {
    padding-bottom: 10px;
}
.list-post li {
    border-top: 1px solid #eee;
}
.list-post li a {
    display: block;
    padding: 17px 30px;
    color: #000;
}
.list-post li a:hover {
    color: #9c9c9c;
}
.list-post li a i {
    float: right;
}
.small-post .post-content {
    padding: 20px 20px 0 20px;
}
.post.small-post .entry-title {
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px !important;
}
.entry-content {
    color: #888;
    font-size: 14px;
    font-weight: 300;
}
.left-content .post .entry-title {
    margin-bottom: 20px;
    margin-top: 12px;
}
#photo-gallery {
    background-color: #fff;
}
#photo-gallery .carousel-item h2 {
    font-size: 18px;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
#photo-gallery .carousel-item h2 a {
    color: #000;
}
#photo-gallery .carousel-item h2 a:hover {
    color: #aeaeae;
}
.gallery-indicators {
    position: inherit;
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: left;
    padding: 5px 30px;
    justify-content: left;
}
.gallery-indicators li,
.gallery-indicators li.active {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    margin: 3px;
    text-indent: inherit;
}
.gallery-indicators li {
    opacity: 0.4;
}
.gallery-indicators li.active,
.gallery-indicators li:hover {
    opacity: 1;
}
.gallery-turner {
    position: absolute;
    right: 28px;
    bottom: 37px;
    font-size: 25px;
    z-index: 50;
}
.gallery-turner a {
    margin: 5px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.health-feature {
    overflow: hidden;
    max-height: 185px;
}
.left-content .post.medium-post .entry-title {
    margin-bottom: 0;
}
.health-section .entry-header,
.health-section .post-content {
    width: 50%;
    float: left;
}
.health-feature .post .entry-title {
    line-height: 22px;
}
.health-section .small-post .entry-header {
    max-width: 100px;
    float: left;
}
.health-section .small-post .entry-title {
    text-transform: initial;
}
.health-section .small-post {
    max-height: 95px;
}
.health-section .small-post .post-content {
    padding: 15px;
    width: 60%;
    float: left;
}
.football-result .featured-result {
    background-image: url(../images/others/league-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2f5088;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}
.football-result .featured-result h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.featured-result .verses {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.featured-result .match-result {
    font-size: 24px;
}
.league-result {
    background-color: #fff;
    text-align: center;
}
.league-result ul li {
    border-bottom: 1px solid #f2f3f5;
    padding: 25px 10px;
}
.league-result img {
    display: inline-block;
    margin-top: -3px;
    width: 20px;
}
.league-result span {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}
.league-result .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}
.video-section .video-catagory {
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 11px;
    text-transform: uppercase;
}
.video-post-list .post,
.widget .post-list .post {
    max-height: 100px;
}
.video-post-list .entry-header,
.widget .post-list .entry-header {
    float: left;
    width: 40%;
}
.video-post-list .entry-thumbnail,
.widget .post-list .entry-thumbnail {
    height: 100px;
}
.video-post-list .post-content,
.widget .post-list .post-content {
    float: left;
    width: 60%;
    padding: 20px 15px;
}
.stock-exchange {
    background-color: #fff;
    overflow: hidden;
    margin-top: 30px;
    font-size: 14px;
    padding-bottom: 10px;
}
.stock-exchange-zone {
    background-image: url(../images/others/stock-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00aeef;
    text-align: center;
    padding: 30px;
}
.stock-exchange-zone img {
    display: inline-block;
}
.stock-header {
    padding: 12px 25px;
    border-bottom: 1px solid #f2f3f5;
}
.com-details .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}
.com-details {
    border-bottom: 1px solid #f2f3f5;
    padding: 12px 15px;
    color: #9c9c9c;
}
.stock-reports .col-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.com-details .fa-caret-down {
    color: #ed1c24;
}
.com-details:last-child {
    border-bottom: 0;
}
.com-details i {
    margin-left: 12px;
}
.com-details .fa-caret-up {
    color: #00a651;
}
.social-icons li {
    margin-right: 12px;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons a i {
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons a .fa-facebook-f {
    background: #1877f2;
}
.social-icons a .fa-twitter {
    background: #1da1f2;
}
.social-icons a .fa-instagram {
    background: -webkit-linear-gradient(-130deg, #5360d0, #c82a7c, #f9d678);
}
.social-icons a .fa-linkedin-in {
    background: #007bb5;
}
.social-icons a .fa-youtube {
    background: #ff0a00;
}
.widget {
    margin-bottom: 30px;
}
.widget .post-list {
    background-color: #fff;
}
.widget .post-list li {
    border-top: 1px solid #f2f3f5;
    padding: 25px;
    padding-bottom: 15px;
}
.widget .post-list .post {
    border-bottom: 0;
    margin-top: 0;
}
.widget .post-list .small-post .post-content {
    padding: 0 0 0 15px;
}
.weather-widget {
    background-color: #fff;
    text-align: center;
    padding: 25px 35px 65px 35px;
}
.weather-widget img {
    max-width: 100%;
}
.weather-widget span {
    display: block;
}
.weather-widget span.temp {
    margin-bottom: 5px;
    font-size: 20px;
}
.weather-widget .weather-type {
    margin-top: -20px;
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 12px;
}
.weather-widget .weather-temp {
    font-size: 60px;
    font-weight: 700;
    color: #525b6e;
}
.weather-widget .weather-date {
    text-transform: uppercase;
    font-size: 14px;
}
.weather-widget .weather-region {
    font-size: 12px;
    margin-bottom: 35px;
}
.weather-widget .weather-humidity {
    float: left;
    background: url(../images/others/weather2.png) left center no-repeat;
    padding-left: 25px;
}
.weather-widget .weather-wind {
    float: right;
    padding-left: 30px;
    background: url(../images/others/weather1.png) left center no-repeat;
}
.widget .nav-tabs {
    margin-bottom: 30px;
    background-color: #fff;
}
.widget .tab-content ul li {
    border-bottom: 1px solid #f2f3f5;
}
.widget .tab-content ul li:last-child {
    border-bottom: 0;
}
.widget .tab-content ul li .post {
    margin-top: 0;
    border-bottom: 0;
}
.widget .nav-justified > li > a {
    border-bottom: 0;
    border: 0;
    font-size: 12px;
    padding: 12px;
}
.widget .nav-justified > li > a i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget .nav-justified > li > a:hover,
.widget .nav-tabs.nav-justified > .active > a,
.widget .nav-tabs.nav-justified > .active > a:focus,
.widget .nav-tabs.nav-justified > .active > a:hover {
    border: 0;
    background-color: #fff;
}
.widget .nav-tabs > li.active > a,
.widget .nav-tabs > li.active > a:focus,
.widget .nav-tabs > li.active > a:hover {
    color: #aeaeae;
}
.widget .tab-content .entry-meta li {
    border-bottom: 0;
}
.widget .tab-content .entry-meta li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #aeaeae;
}
.widget .small-post .post-content {
    padding: 20px 20px 10px 20px;
}
.widget .tab-pane.active {
    position: relative;
    background-color: #fff;
}
.widget .tab-pane.active:before {
    position: absolute;
    content: "";
    top: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.widget .tab-pane.active#comment:before {
    left: 50%;
}
.widget .tab-pane.active#author:before {
    left: 55px;
}
.widget .tab-pane.active#tag:before {
    left: inherit;
    right: 45px;
}
.widget .tab-pane .tag-cloud {
    padding: 20px;
}
.widget .tab-pane .tag-cloud li {
    border-bottom: 0;
    color: #aeaeae;
    margin-bottom: 10px;
}
.widget .tab-pane .tag-cloud li a {
    font-size: 11px;
    text-transform: uppercase;
}
#twitter-feed,
.footer-widget {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f2f3f5;
}
.twitter-feed {
    margin-top: 40px;
}
#twitter-feed a {
    color: #00aeef;
}
#twitter-feed h2,
#twitter-feed img {
    display: inline-block;
}
#twitter-feed h2 {
    margin-bottom: 35px;
}
#twitter-feed img {
    margin-right: 5px;
    margin-top: -10px;
}
.widget address {
    color: #aeaeae;
    margin-top: 25px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}
.footer-widget {
    padding-top: 70px;
}
.footer-widget ul li {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.footer-widget ul li img {
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-widget ul li img:hover {
    opacity: 0.7;
}
.footer-widget ul li:last-child,
.footer-widget ul li:nth-child(4) {
    margin-right: 0;
}
.widget.news-letter {
    color: #aeaeae;
}
.widget.news-letter form {
    margin-top: 20px;
}
.widget.news-letter input {
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    outline: 0;
}
.widget.news-letter input:focus {
    border-width: 1px;
    border-style: solid;
}
.widget.news-letter button {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-top {
    overflow: hidden;
    background-color: #e6e7e8;
}
.footer-menu {
    background-color: #27292a;
    text-align: center;
    border-bottom: 1px solid #1a1b1c;
}
.footer-menu .navbar-nav {
    display: inline-block;
    padding: 25px 0 20px 0;
}
.footer-menu .navbar-nav li {
    display: inline-block;
}
.footer-menu .navbar-nav li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
    display: block;
}
.bottom-widgets {
    background-color: #27292a;
    padding: 50px 0;
    color: #fff;
}
.bottom-widgets .widget h2 {
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.bottom-widgets .widget ul {
    float: left;
    margin-right: 20px;
}
.bottom-widgets .widget ul:last-child {
    margin-right: 0;
}
.bottom-widgets .widget li a {
    padding: 5px;
    display: block;
    font-size: 14px;
}
.bottom-widgets .widget li a:hover {
    color: #fff;
}
.footer-bottom {
    background-color: #1f2021;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.pagination {
    font-size: 14px;
    display: block;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    margin: 20px 0;
}
.pagination li {
    display: inline-block;
}
.pagination li:first-child a,
.pagination li:last-child a {
    padding: 12px 25px;
}
.pagination li:nth-child(11) a {
    padding-right: 55px;
}
.pagination li a {
    color: #fff;
    background-color: #27292a;
    border: 1px solid #0e0f0f;
    padding: 12px 15px;
    display: block;
}
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination li a:hover {
    color: #fff;
}
.page-breadcrumbs {
    position: relative;
    margin: 85px 0 15px;
}
.listing-news .entry-header,
.listing-news .post-content {
    float: left;
}
.listing-news .entry-header {
    width: 55%;
}
.listing-news .post-content {
    width: 45%;
    padding: 40px 30px;
}
.listing-news .post-content .entry-title {
    margin-bottom: 25px;
}
.listing-news .post {
    max-height: 255px;
}
.page .navbar-header {
    position: absolute;
    left: 15px;
    top: 0;
    width: 100%;
}
.details-news .entry-meta {
    margin-bottom: 25px;
    margin-top: 10px;
}
.details-news .entry-meta .posted-by a {
    text-transform: uppercase;
}
.details-news .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.post-inner-image {
    margin-top: 40px;
    margin-bottom: 40px;
}
.share-link {
    margin-top: 35px;
    margin-bottom: 10px;
}
.comments-wrapper {
    margin-top: 65px;
    font-size: 14px;
    color: #888;
}
.comments-wrapper .media-list {
    margin-bottom: 70px;
}
.comments-wrapper .media {
    background-color: #fff;
    padding: 15px 30px 30px;
    border-radius: 4px;
}
.media {
    margin-top: 30px;
}
.comments-wrapper .media .media-object {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background-color: #ddd;
}
.comments-wrapper .media .media-left {
    padding-top: 15px;
    padding-right: 15px;
}
.comments-wrapper .media-body h2,
.comments-wrapper .media-body h3 {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
.comments-wrapper .media-body h2 {
    font-size: 18px;
}
.comments-wrapper .media-body h3 {
    font-size: 14px;
}
.comments-wrapper .media-body h2 a,
.comments-wrapper .media-body h3 a:hover {
    color: #000;
}
.comments-wrapper .media-body .replay:hover {
    color: #888;
}
.comments-wrapper .media.media-child {
    margin-left: 150px;
}
#comment-form {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 70px;
    border-radius: 3px;
}
#comment-form button.btn-theme {
    display: inline-block;
    margin-top: 15px;
}
.error-page {
    padding-top: 90px;
    padding-bottom: 50px;
    color: #525b6e;
    background-color: #fff;
}
.error-page img {
    display: inline-block;
}
.error-page .logo {
    margin-bottom: 75px;
}
.error-content img {
    margin-bottom: 35px;
}
.error-content h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 5px;
}
.error-content .btn-theme {
    margin-top: 25px;
    margin-bottom: 75px;
    padding: 10px 20px;
    letter-spacing: 2px;
}
.error-page .copyright {
    color: #b5b5b5;
}
.landing #weather,
.landing .date-time,
.landing .language-dropdown {
    line-height: 35px;
}
.landing .date-time {
    margin-left: 0;
    padding-left: 0;
}
.landing #weather,
.landing .searchNlogin li {
    border-left: 1px solid #dedfe0;
}
.landing #weather {
    padding-right: 20px;
}
.landing .searchNlogin {
    margin-right: 0;
}
.landing .searchNlogin li {
    padding: 6px 15px;
}
.landing .search {
    right: 88px;
    border-left: 1px solid #dedfe0;
}
.landing .search-form {
    height: 35px;
}
.landing .topbar {
    background-color: #eaebed;
}
.landing .navbar {
    border-bottom: 0;
}
.top-add {
    overflow: hidden;
    margin: 30px 0;
    width: 100%;
}
.top-add .navbar-header {
    margin-top: 15px;
}
.landing #navigation {
    background-color: transparent;
}
.landing #menubar {
    background-color: #fff;
}
#breaking-news {
    background-color: #fff;
    overflow: hidden;
    margin: 25px 0;
    border-radius: 3px;
}
#breaking-news span {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
}
#breaking-news ul li {
    padding: 10px 20px;
}
#breaking-news ul li i {
    margin-right: 10px;
}
#breaking-news ul li a {
    color: #525b6e;
}
#breaking-news ul li a:hover {
    color: #000;
}
.box-width {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #fff;
}
.main-wrapper {
    background-color: #f2f3f5;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
    overflow: hidden;
}
#main-slider,
#main-slider-two {
    height: 350px;
    overflow: hidden;
}
#main-slider .feature-post,
#main-slider .owl-item,
#main-slider-two .feature-post,
#main-slider-two .owl-item {
    height: 350px;
    border-radius: 0;
    margin-top: 0;
}
#main-slider .feature-post .catagory,
#main-slider-two .feature-post .catagory {
    position: initial;
    display: inline-block;
    margin-bottom: 5px;
}
#main-slider .feature-post .entry-title,
#main-slider-two .feature-post .entry-title {
    font-size: 20px;
    line-height: 22px;
}
#main-slider .feature-post .post-content,
#main-slider-two .feature-post .post-content {
    border-radius: 0;
}
.homepage-five .navbar,
.homepage-four .navbar {
    margin-bottom: 0;
}
.homepage-five .navbar-brand,
.homepage-four .navbar-brand {
    height: 50px;
}
.homepage-five #main-slider {
    margin-top: 40px;
}
.homepage-five .date-time {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
.homepage-five #weather {
    padding-right: 20px;
}
.homepage-five #weather,
.homepage-five .date-time,
.homepage-five .language-dropdown {
    line-height: 42px;
}
.homepage-five #weather,
.homepage-five .searchNlogin li {
    border-left: 1px solid #dedfe0;
}
.homepage-five #weather {
    padding-right: 20px;
}
.homepage-five .searchNlogin {
    margin-right: 0;
}
.homepage-five .searchNlogin li {
    padding: 10px 15px;
}
.homepage-five .search {
    right: 88px;
    border-left: 1px solid #dedfe0;
}
.homepage-five .search-form {
    height: 42px;
}
.homepage-five .nav > li > a {
    padding: 10px 12px;
    line-height: 30px;
}
.landing.fixed-nav .sticky-nav .top-add {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.landing.fixed-nav .sticky-nav #menubar {
    float: right;
}
.landing.fixed-nav .sticky-nav #mainmenu {
    float: right !important;
}
.landing.fixed-nav .sticky-nav #mainmenu .dropdown-menu {
    left: auto;
    right: 0;
}
.landing.fixed-nav .sticky-nav .top-add .navbar-right {
    display: none;
}
.landing.fixed-nav .sticky-nav .top-add .navbar-header {
    margin-top: 0;
}
.landing.fixed-nav #navigation .sticky-nav .navbar-nav {
    margin-left: 90px;
}
.landing.fixed-nav #navigation .sticky-nav {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
}
.landing.fixed-nav #navigation .sticky-nav .navbar-brand {
    margin-left: 0;
}
.author-details {
    background-color: #fff;
    margin: 30px 0;
    font-size: 14px;
    overflow: hidden;
}
.author-details .author-heading {
    background-image: url(../images/others/author-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #004981;
    color: #fff;
    position: relative;
    min-height: 200px;
    border-radius: 4px 4px 0 0;
}
.author-details .author-profile {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    font-size: 16px;
    padding: 0 45px;
}
.author-details .author-profile h1 {
    margin-bottom: 0;
}
.author-profile .author-gravatar {
    float: left;
    margin-right: 25px;
}
.author-profile .author-gravatar img {
    border-radius: 3px;
}
.author-profile .author-social {
    position: absolute;
    right: 30px;
    bottom: 10px;
}
.author-profile .author-social .social-icons li {
    margin-right: 0;
}
.author-listing .single-author .social-icons li i,
.author-profile .author-social .social-icons li i {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #d2d2d4;
}
.author-profile .author-social .social-icons li i {
    color: #00223c;
}
.author-listing .single-author .social-icons li i {
    color: #fff;
}
.author-listing .single-author .social-icons li a:hover i,
.author-profile .author-social .social-icons li a:hover i {
    color: #fff;
}
.author-details .author-info {
    padding: 35px 45px;
    color: #888;
    line-height: 24px;
}
.author-details .author-info h3 {
    margin-top: 0;
    color: #525b6e;
    font-size: 18px;
}
.author-listing {
    margin-top: 30px;
}
.author-listing .single-author {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
    border-radius: 3px;
}
.author-listing .single-author .author-bg {
    min-height: 110px;
}
.author-listing .single-author img {
    display: inline-block;
    border-radius: 3px 3px 0 0;
}
.author-listing .single-author .author-image {
    margin-top: -41px;
}
.author-listing .single-author .author-image img {
    height: 82px;
    width: 82px;
    border-radius: 3px;
}
.author-listing .single-author h2 {
    margin-bottom: 0;
    margin-top: 20px;
}
.author-listing .single-author h2 a {
    color: #000;
}
.author-listing .single-author .social-icons li {
    margin-right: 0;
}
.author-listing .single-author .author-info {
    margin-bottom: 20px;
    padding: 0 15px;
}
.about-us {
    font-size: 14px;
    color: #888;
}
.about-us.welcome-section h2 {
    margin-bottom: 22px;
}
.about-us.welcome-section p {
    margin-bottom: 20px;
}
.about-us.welcome-section p:last-child {
    margin-bottom: 10px;
}
.about-us .content-section {
    padding-right: 0;
}
.about-us .image-section {
    padding-left: 0;
}
.about-us-content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.about-us-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #454545;
}
.our-team {
    overflow: hidden;
}
.single-member .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: rgba(237, 28, 36, 0.75);
    opacity: 0;
    -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;
}
.single-member:hover .overlay {
    opacity: 1;
    border-radius: 0;
    height: 100%;
    top: 0;
}
.team-members .single-member {
    text-align: center;
    margin-bottom: 40px;
}
.member-image {
    position: relative;
    overflow: hidden;
}
.team-members .single-member h3 {
    margin-top: 15px;
}
.single-member img {
    display: inline-block;
}
.single-member .social-icons {
    position: relative;
    top: 50%;
    margin-top: -10px;
}
.single-member .social-icons li {
    margin-right: 0;
    padding: 0;
}
.single-member .social-icons li i {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #fff;
}
.single-member .social-icons li a:hover i {
    color: #fff;
}
.testimonials {
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 70px;
}
#testimonial {
    display: inline-block;
    padding: 50px;
    max-width: 720px;
}
#testimonial img {
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
#testimonial h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 15px;
}
#testimonial h3 span {
    display: block;
    font-size: 16px;
}
#testimonial h4 {
    line-height: 25px;
}
#gmap {
    height: 350px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.contact-info {
    overflow: hidden;
}
.contact-info ul li {
    width: 31%;
    background-color: #fff;
    padding: 0 25px;
    margin-right: 25px;
    border-radius: 3px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    color: #525b6e;
}
.contact-page-two .contact-info ul li {
    width: 31.3%;
    padding: 0 30px;
    margin-right: 30px;
}
.contact-info ul li:last-child {
    margin-right: 0;
}
.contact-info ul li h2 {
    font-size: 22px;
    margin-top: 20px;
}
.contact-info ul li address {
    font-size: 14px;
}
.style-chooser {
    width: 140px;
    left: -140px;
    position: fixed;
    top: 50%;
    margin-top: -121px;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.style-chooser.opened {
    left: 0;
}
.style-chooser .toggler {
    position: absolute;
    top: 0;
    right: -48px;
    display: inline-block;
    background-color: #ddd;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #333;
}
.style-chooser-inner {
    position: relative;
    background-color: #ddd;
    padding: 15px;
}
.style-chooser-inner h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.style-chooser-inner ul {
    list-style: none;
    padding: 0;
    margin: -5px;
}
.style-chooser-inner ul li {
    display: block;
    width: 58px;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.style-chooser-inner ul li a {
    display: block;
    height: 40px;
}
.style-chooser-inner ul li.preset1 a {
    background-color: #ed1c24;
}
.style-chooser-inner ul li.preset2 a {
    background-color: #00aeef;
}
.style-chooser-inner ul li.preset3 a {
    background-color: #8dc63f;
}
.style-chooser-inner ul li.preset4 a {
    background: #f7941d;
}
.style-chooser-inner ul li.preset5 a {
    background: #c49a6c;
}
.style-chooser-inner ul li.preset6 a {
    background: #92278f;
}
.report-form {
    margin: 20px 0;
    padding: 60px 45px;
    background-color: #fff;
}
.report-form .section-title {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 0;
}
.report-form .section-title:after,
.report-form .section-title:before {
    display: none;
}
.report-form .checkbox {
    overflow: hidden;
}
.report-form label {
    color: #999;
}
.report-form .btn-theme {
    margin-top: 25px;
}
.report-form .new-user {
    margin-top: 25px;
    color: #999;
}
.facebook-login,
.twitter-login {
    display: inline-block;
    padding: 15px;
    color: #fff;
    margin-bottom: 35px;
    font-size: 18px;
    width: 49%;
}
.facebook-login {
    background-color: #506dab;
}
.twitter-login {
    background-color: #27c4fe;
}
.report-form .facebook-login:hover,
.report-form .twitter-login:hover {
    color: #fff;
}
.facebook-login:hover {
    background-color: #425e9a;
}
.twitter-login:hover {
    background-color: #10aee8;
}
.login-options {
    color: #999;
    overflow: hidden;
}
.login-options i {
    margin-right: 10px;
}
.report-form .devider {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.report-form .devider:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 10px;
    z-index: -2;
}
.report-form .devider:after {
    background-color: #f5f5f5;
}
.report-form .devider:before {
    background-color: #fff;
    width: 80px;
    left: 50%;
    height: 20px;
    bottom: 0;
    content: "";
    position: absolute;
    margin-left: -40px;
    z-index: -1;
}
ul.list-inline li {
    display: inline-block;
    margin-right: 10px;
}
.follow-us ul.list-inline li {
    margin-right: 20px;
}
ul.list-inline li:last-child {
    margin-right: 0;
}
.user-panel .dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    margin: 0;
}
#twitter-feed a:hover,
.author-listing .single-author h2 a:hover,
.comments-wrapper .media-body .replay,
.comments-wrapper .media-body h2 a:hover,
.contact-info ul li a:hover,
.details-news .entry-meta .posted-by a:hover,
.footer-menu .navbar-nav li a:hover,
.gallery-turner a:hover,
.list-post li a:hover i,
.post-content .entry-meta li:hover i,
.single-member .social-icons li i,
.subscribe-me h1,
.top-user-section a:hover,
.widget .nav-justified > li > a:hover i,
.widget .nav-tabs.nav-justified > .active > a i,
.widget .tab-content .entry-meta li a:hover,
.widget .tab-pane .tag-cloud li a:hover,
.widget address a:hover {
    color: #ed1c24;
}
#breaking-news span,
#latest-news .owl-controls .owl-page.active span,
#latest-news .owl-controls.clickable .owl-page:hover span,
.btn-theme,
.catagory a,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination li a:hover,
.section-title:before,
.subscribe-me button,
.top-user-form .btn:hover,
.widget.news-letter button {
    background-color: #ed1c24;
}
.btn-danger,
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination li a:hover,
.subscribe-me button,
.widget.news-letter input:focus {
    border-color: #ed1c24;
}
#mainmenu .sub-catagory ul li a:hover,
.cat-menu .active a,
.cat-menu a:hover {
    border-bottom: 2px solid #ed1c24;
}
.subscribe-me button:hover,
.top-user-form .btn,
.widget.news-letter button:focus,
.widget.news-letter button:hover {
    background-color: #f14950;
}
.single-member .overlay {
    background-color: rgba(237, 28, 36, 0.75);
}
.main-wrapper {
    border: 0;
}
.section {
    margin: 20px 0;
}
.badge {
    font-weight: 400;
    padding: 4px;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin: 0;
}
.text-theme {
    color: #ed1c24;
}
.main-content-header {
    display: block;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.main-content-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #007bff;
}
.main-content-header.events-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    background: #202546;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.main-content-header.events-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.text-en {
    font-family: "Signika Negative", sans-serif;
}
.text-tn {
    font-family: "Mukta malar", sans-serif;
}
.icon-xs {
    width: 25px;
    height: 25px;
}
.icon-sm {
    width: 35px;
    height: 35px;
}
.icon-md {
    width: 45px;
    height: 45px;
}
.icon-lg {
    width: 55px;
    height: 55px;
}
.icon-xl {
    width: 65px;
    height: 65px;
}
.bg-nl {
    background: #ffefef;
}
.bg-tw {
    background: #fff5de;
}
.bg-theme {
    background: #ffa51d;
}
.bg-light-theme {
    background: #fff5de;
}
.theme-title {
    background: #ffa51d;
    color: #000;
}
#weather,
.date-time,
.language-dropdown {
    font-family: "Signika Negative", sans-serif;
    display: inline-block;
    line-height: 30px !important;
    margin: 0 5px 0 0;
    color: #979aa2;
    padding: 0 5px;
    border-radius: 5px;
    background: #fffeffad;
}
.language-dropdown a {
    color: #979aa2;
    text-transform: none;
}
.language-dropdown > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
}
.language-dropdown a span {
    padding: 9px;
    background: #2a2f3b;
}
.language-dropdown .dropdown-menu {
    top: 22px !important;
    left: -10px !important;
    padding: 2px;
    text-align: left;
    border-radius: 2px;
    min-width: max-content !important;
}
.language-dropdown .dropdown-menu > li > a {
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    line-height: normal;
}
.date-time {
    border: 0;
    margin-left: 10px !important;
}
.useful-links {
    display: inline-block;
}
.useful-links ul li {
    display: inline-flex;
    padding: 0 10px;
    line-height: 35px;
}
.useful-links ul li a {
    font-family: "Signika Negative", sans-serif;
    font-size: 14px;
    color: #979aa2;
}
ul.sub-menu {
    float: left;
    position: relative;
}
ul.sub-menu li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    line-height: 18px;
    padding: 16px 12px 16px 0;
}
.main-logo {
    height: 52px;
}
.landing.fixed-nav #navigation .sticky-nav {
    border: 0;
}
.navbar-addon ul li {
    float: left;
    line-height: 21px;
    padding: 23px 12px 18px;
}
.navbar-addon ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.navbar-addon ul li a:hover {
    color: #fff;
}
.navbar-right ul li {
    float: left;
    line-height: 22px;
    padding: 20px 12px 16px;
    border-right: 1px solid #cc8a27;
}
.navbar-right ul li:nth-child(1) {
    border-left: 1px solid #cc8a27;
}
.navbar-right ul li:nth-last-child(1) {
    border: 0;
}
.navbar-right ul li a {
    font-size: 22px;
    color: #333;
}
svg.icon {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 4px;
}
.landing .topbar {
    background-color: #343845;
}
.landing #navigation {
    background-color: #ffa51d;
}
.navbar-brand {
    padding: 5px 0;
}
.top-addon {
    display: flow-root;
    position: relative;
}
.all-service a {
    color: #fff !important;
    border: 0 !important;
}
.landing #menubar {
    background-color: #f9f9f9;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
#navigation .navbar-nav > li a {
    font-weight: 600;
    color: #333;
    padding: 14px 10px 10px;
    border-bottom: 3px solid #f9f9f9;
}
#navigation .navbar-nav .dropdown-menu {
    width: max-content;
    border: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#navigation .navbar-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    border-bottom: 6px solid #ffa51d;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
#navigation .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
#navigation .navbar-nav .dropdown-menu li:nth-last-child(1) {
    border-bottom: 0;
}
#navigation .navbar-nav .dropdown-menu li a {
    padding: 6px 20px;
    font-size: 16px;
    color: #333;
    border: 0;
}
#navigation .navbar-nav .dropdown-menu li a:hover {
    color: #ffa51d;
}
#navigation .navbar-nav li.active a {
    color: #ffa51d;
    border-color: #ffa51d;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#navigation .navbar-nav li a:hover:not(.dropdown-menulia) {
    background: #fff;
    color: #ffa51d;
    border-color: #ffa51d;
    box-shadow: none;
}
#navigation .navbar-nav li.dropdown a:hover {
    color: #ffa51d;
    border-color: #fff !important;
}
#navigation .sticky-nav .secondary-logo {
    position: relative;
    left: 0;
    top: 0;
    padding: 6px 10px;
    margin: 0 10px 0 0;
}
.secondary-logo img {
    height: 36px;
}
.landing.fixed-nav #navigation .sticky-nav {
    padding: 0;
}
.landing.fixed-nav #navigation .sticky-nav .navbar-nav {
    margin: 0;
}
.landing.fixed-nav .sticky-nav #menubar {
    float: none;
    background: #ffa51c;
}
#navigation .sticky-nav .secondary-logo {
    float: left;
}
.landing.fixed-nav .sticky-nav #mainmenu {
    float: none !important;
}
#navigation .sticky-nav .navbar-nav .dropdown-menu {
    background: #333;
    border: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#navigation .sticky-nav .navbar-nav .dropdown-menu li a {
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    border: 0;
}
#navigation .sticky-nav .navbar-nav .dropdown-menu li {
    border-color: #555;
}
.users-online {
    float: right;
    position: relative;
}
.users-online li {
    padding: 11px 10px;
}
.users-online li span {
    font-family: "Signika Negative", sans-serif;
    font-size: 14px;
    color: #ed1c24;
}
.sticky-nav .users-online {
    display: none;
}
#navigation .sticky-nav .navbar-nav li a {
    padding: 14px 10px 8px;
    border-bottom: 4px solid #ffa51c;
}
#navigation .sticky-nav .navbar-nav li.active a {
    border-color: #fff;
    color: #fff;
}
#navigation .sticky-nav .navbar-nav li a:hover {
    color: #ffa51d;
    border-color: #fff !important;
}
#navigation .sticky-nav .navbar-nav li .dropdown-menu a:hover {
    color: #ffa51c;
}
.landing.fixed-nav .sticky-nav #mainmenu .dropdown-menu {
    left: 0;
    right: auto;
}
.all-services {
    display: block;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.helpdesk h4 {
    font-size: 20px;
    color: #f7ae3e;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0 0 5px;
}
.helpdesk h4 small {
    font-size: 14px;
    font-weight: 300;
}
.helpdesk .service-time {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #666;
    margin: 0;
}
.co-services {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.co-services li {
    flex: 1 1 auto;
    position: relative;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}
.co-services li:nth-child(1) {
    margin-left: 0;
}
.co-services li:nth-last-child(1) {
    margin-right: 0;
}
.co-services li a {
    display: block;
    position: relative;
    padding: 10px;
}
.co-services li a img {
    display: block;
    position: relative;
    margin: 0 auto;
    filter: grayscale(1);
    transition: 0.1s ease-in all;
}
.co-services li:hover a img {
    filter: none;
}
.all-services .site-section-title {
    font-size: 16px;
    font-weight: 800;
    padding: 8px 10px;
    margin: 10px 0;
    background: #eee;
    color: #555;
    border-radius: 5px;
}
.all-services .site-section-title a {
    color: #555;
}
.all-services ul.nav-sm,
.all-services ul.site-section-links {
    display: flex;
    flex-wrap: wrap;
}
.all-services ul.nav-sm li {
    flex: 0 0 33.3%;
    flex-direction: row;
    text-align: center;
}
.all-services ul.nav-sm li a {
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 10px 5px 5px;
    margin: 4px;
    border-radius: 2px;
    color: #555;
    font-weight: 500;
    font-size: 13px;
}
.all-services ul.site-section-links li {
    display: block;
    padding: 3px 10px;
    flex: 0 0 25%;
    flex-direction: row;
}
.all-services ul.site-section-links li a {
    color: #555;
}
.all-services-footer {
    display: block;
    background: #222;
    padding: 20px;
}
.all-services-footer .section-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.all-services-footer .all-services-app img {
    height: 45px;
    border-radius: 5px;
}
ul.section-footer-link {
    text-align: center;
}
ul.section-footer-link li {
    display: inline-block;
    padding: 5px 0;
}
ul.section-footer-link li a:after {
    content: "|";
    margin: 0 5px 0 10px;
    color: #fff;
}
ul.section-footer-link li:nth-last-child(1) a:after {
    content: "";
    margin: 0;
}
div#overview {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    z-index: 9;
}
.mob-nav {
    display: flex;
    flex-wrap: wrap;
    background: #448aff;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 99;
}
.mob-nav li {
    flex: 0 0 20%;
    flex-direction: row;
}
.mob-nav li a {
    display: block;
    padding: 6px 0;
    text-align: center;
    color: #fff;
}
.mob-nav li.active a {
    background: #245cbb;
}
.mob-nav li a i {
    display: block;
    font-size: 22px;
    line-height: 22px;
}
.mob-nav li a small {
    display: block;
    font-family: "Signika Negative", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    margin-top: 3px;
}
.lsb .news-cat-header {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: #666cb1;
    color: #fff;
    margin: 0 0 5px;
    padding: 5px 10px;
    border-radius: 3px;
}
.lsb .news-cat-links {
    display: block;
}
.lsb .news-cat-links li a {
    display: block;
    position: relative;
    color: #4e5c6e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 5px;
}
.lsb .news-cat-links li.active a {
    background: #e4e9ef;
    color: #2a303b;
    font-weight: 600;
    border-radius: 3px;
}
.lsb .news-cat-links li a:hover {
    background: #e4e9ef;
    color: #515b79;
    border-radius: 3px;
}
.mfc {
    display: block;
    position: relative;
}
.mfc-section {
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 10px 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.mfc-section:nth-last-child(1) {
    margin: 0;
}
.mfc-article-section-header:before {
    content: "";
    position: absolute;
    background: #ffa51c;
    width: 3px;
    height: 31px;
}
.mfc-article-section-header {
    position: relative;
    margin-bottom: 5px;
}
.mfc-article-section-header a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 15px;
    font-weight: 600;
    color: #333;
    background: #f2f3f5;
}
.mfc-article-section-header a:hover {
    color: #ffa51d;
}
.top-article-section .article-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 10px 5px;
    overflow: hidden;
}
.top-article-section .article-item-v {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px 5px;
    overflow: hidden;
}
.top-article-section .article-item > a {
    display: block;
    position: relative;
}
.top-article-section .article-item a img {
    height: 76px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.top-article-section .article-item-v > a {
    display: block;
    position: relative;
    height: fit-content;
}
.top-article-section .article-item-v a img {
    height: 207px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.top-article-section .blurb {
    display: block;
    padding: 10px 5px;
}
.top-article-section .blurb a.article-blurb-item img {
    display: block;
    height: auto;
    margin: 0;
}
.top-article-section .article-item h4 {
    margin: 0;
}
.top-article-section .article-item h4 > a {
    display: -webkit-box;
    font-size: 16px;
    line-height: 20px;
    height: 80px;
    font-weight: 500;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.more-link a:hover,
.top-article-section .article-item h4 a:hover {
    color: #ffa51d;
}
.top-article-section .article-item-v h4 {
    margin: 10px 0 0;
}
.top-article-section .article-item-v h4 > a {
    display: -webkit-box;
    font-size: 18px;
    line-height: 23px;
    height: 46px;
    font-weight: 700;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-article-section .article-item-v h4 a:hover {
    color: #ffa51d;
}
.breaking-article-section {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
}
.post-item {
    display: flex;
    position: relative;
    overflow: hidden;
}
.post-item img {
    display: block;
    position: relative;
    border-radius: 5px;
}
.breaking-article-section .post-item img {
    height: 150px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.post-item-content {
    display: flex;
    position: relative;
    flex-flow: column wrap;
    justify-content: space-between;
    margin-left: 15px;
}
.post-item-content .breaking-tag {
    display: inline-flex;
    position: relative;
    padding: 6px 15px 6px 20px;
    font-size: 18px;
    font-weight: 600;
    background: #ed1c24;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px 3px 3px 20px;
    margin-bottom: 10px;
    width: fit-content;
}
.post-item-content .breaking-tag:before {
    content: "";
    position: relative;
    top: 9px;
    left: -9px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.4);
}
.post-item-content h4 a {
    display: -webkit-box;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-item-content p {
    position: relative;
    font-family: "Signika Negative", "Mukta Malar", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #007bff;
    margin: 0;
}
.post-item-content p .posted-at {
    margin-right: 10px;
    color: #9c9c9c;
}
.post-item-content p a {
    margin-right: 5px;
    color: #007bff;
}
.mfcac-route-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}
.mfcac-route-links a {
    display: block;
    flex: 0 0 48.6%;
    position: relative;
    padding: 5px 8px;
    margin: 0 5px 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #007bff;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}
.mfcac-route-links a:hover {
    background: #ffedd1;
    color: #333;
    border-color: #ed1c24;
}
.article-item {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}
.article-item:nth-last-child(1) {
    border: 0;
}
.article-item a {
    display: block;
    position: relative;
    height: fit-content;
}
.article-item a img {
    display: inline-flex;
    height: 110px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.article-item a.article-blurb-item {
    display: block;
    margin: 0 auto;
}
.article-item a.article-blurb-item img {
    display: block;
    height: auto;
    margin: 0;
}
.article-item h4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: space-between;
    margin: 0;
}
.article-item h4 > a {
    display: -webkit-box;
    position: relative;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.article-item h4 a:hover,
.more-link a:hover {
    color: red;
}
.more-link a {
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #007bff;
}
.article-item .article-footer {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
}
.article-footer .feed-category {
    display: inline-flex;
    position: relative;
}
.article-footer .feed-category a {
    background: #ef5052;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
    border-radius: 2px;
}
.article-footer .feed-category a:hover {
    background: #333;
    color: #fff;
}
.article-footer span {
    display: flex;
    align-items: center;
    font-family: "Signika Negative", "Mukta Malar", sans-serif;
    font-size: 12px;
    color: #777;
}
.feed-courtesy a {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.feed-courtesy a:hover {
    color: red !important;
}
.mfc-ac-header {
    display: block;
    position: relative;
    padding: 0 12px 10px;
    background: #fff;
}
.mfc-ac-header .page-breadcrumbs {
    margin: 0 0 10px;
}
.section-title {
    line-height: 20px;
}
.cat-menu {
    position: absolute;
    top: 2px;
    right: 0;
}
.cat-menu a {
    font-weight: 500;
}
.main-section {
    display: block;
    position: relative;
}
.detail-section {
    display: block;
    position: relative;
}
.ds-news-title {
    display: block;
    position: relative;
    padding: 10px 25px;
}
.ds-news-title h2 {
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.ds-news-ts {
    display: flex;
    align-items: center;
    font-family: "Signika Negative", "Mukta Malar", sans-serif;
    font-size: 13px;
    color: #777;
}
.ds-topics {
    display: flex;
    align-items: center;
    position: relative;
    color: #007bff;
}
.ds-topics i {
    font-size: 14px;
}
.ds-topics a {
    display: block;
    position: relative;
    font-family: "Signika Negative", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #007bff;
    margin-right: 5px;
}
.ds-author-attr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3px 6px;
    margin: 0 20px 15px;
    background: #f2f3f5;
    border-radius: 40px;
}
.ds-author {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ds-author img {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}
.ds-author a {
    color: #ffa51d;
}
.ds-attr h4 {
    margin: 0;
}
.ds-attr h4 a {
    font-family: "Signika Negative", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.ds-attr span {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #777;
}
.ds-report {
    display: block;
    position: relative;
}
.ds-report a {
    display: inline-flex;
    align-items: baseline;
    font-family: "Signika Negative", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 0;
    margin: 10px 8px;
    color: #ffa51d;
}
.ds-mob-share {
    margin: 10px 0;
}
.ds-mob-share .ds-share-icons li {
    display: inline-flex;
    position: relative;
    margin: 0 2px 4px;
}
.ds-mob-share .ds-share-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s ease all;
    transform: translateY(0);
}
.ds-share-blurb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 45px;
    margin: 0 -10px 0;
    overflow: hidden;
}
.ds-share-blurb em.share {
    display: block;
    position: absolute;
    left: -20px;
    padding: 2px 14px;
    font-family: "Signika Negative", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #333;
    background: #ffa51d;
    transform: rotate(-90deg);
}
.ds-share-blurb em.sponsor {
    display: block;
    position: absolute;
    right: -20px;
    padding: 4px 5px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background: #2573ff;
    transform: rotate(-90deg);
}
.ds-share {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}
.ds-share span {
    display: block;
    position: relative;
    margin-right: 12px;
}
.ds-share span b,
span small {
    display: block;
    position: relative;
}
.ds-share span b {
    background: #f06049;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
    font-family: "Signika Negative", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}
.ds-share span small {
    font-family: "Signika Negative", sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}
.ds-share .ds-share-icons li {
    display: inline-flex;
    position: relative;
    margin-right: 5px;
}
.ds-share .ds-share-icons li:nth-last-child(1) {
    margin: 0;
}
.ds-share .ds-share-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    width: 38px;
    height: 38px;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s ease all;
    transform: translateY(0);
}
.ds-share .ds-share-icons li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.ds-share-icons a.facebook {
    background-color: #1873eb;
}
.ds-share-icons a.twitter {
    background-color: #009ded;
}
.ds-share-icons a.linkedin {
    background-color: #2563ac;
}
.ds-share-icons a.messenger {
    background: linear-gradient(55deg, #2d6df7 30%, #a838e8 60%, #f75d76 90%);
}
.ds-share-icons a.viber {
    background-color: #754d94;
}
.ds-share-icons a.whatsapp {
    background-color: #2ab03f;
}
.ds-share-icons a.message {
    background-color: #06cf25;
}
.ds-share-icons a.mail {
    background-color: #ffbc00;
}
.ds-blurb {
    display: block;
    position: relative;
}
.ds-blurb a img {
    display: block;
    position: relative;
    height: 44px;
}
.ds-main-img {
    display: block;
    position: relative;
    margin: 0 -10px;
}
.ds-main-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.ds-content-blurb {
    display: block;
    position: relative;
    margin: 10px auto;
}
.ds-content {
    display: block;
    position: relative;
    padding: 15px 40px;
}
.ds-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #555;
}
.ds-content p:nth-last-child(1) {
    margin: 0;
}
.ds-more-link {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.ds-ms-blurb {
    display: block;
    position: relative;
    padding: 10px;
    margin: 0 0 10px;
    background: #faf2d7;
}
.ds-ms-blurb .media-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.ds-ms-blurb .media-body p {
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #00336b;
    margin: 0 15px;
}
.dp-ra-section {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.dp-ra-item {
    display: block;
    position: relative;
    padding: 5px;
}
.dp-ra-item img {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
.dp-ra-item h4 {
    margin: 0;
}
.dp-ra-item h4 a {
    display: -webkit-box;
    font-size: 16px;
    line-height: 22px;
    height: 68px;
    font-weight: 700;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dp-ra-item h4 a:hover {
    color: #ed1c24;
}
.main-section {
    display: block;
    position: relative;
}
.lsb-sections {
    display: block;
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
}
.lsb-sec-items {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.rsb-sections {
    display: block;
    position: relative;
    padding: 15px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
}
.rsb-sec-items {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.rsb-sec-items:nth-last-child(1) {
    margin: 0;
}
.lsb-sec-header {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.lsb-sec-header ul {
    display: flex;
    flex-direction: row;
    background: #555;
}
.lsb-sec-header ul li a {
    display: flex;
    position: relative;
    line-height: 20px;
    padding: 10px 15px;
    font-weight: 600;
    color: #fff;
}
.lsb-sec-header ul li a:hover {
    background: #444;
    color: #fff;
}
.lsb-sec-header ul li.active a {
    background: #444;
    color: #ffa51c;
}
.rsb-sec-header {
    display: block;
    position: relative;
    background: #58585a;
    border-radius: 5px;
    margin: 20px 0 10px;
    overflow: hidden;
}
.rsb-sec-header a {
    display: flex;
    position: relative;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #fff;
    border-left: 5px solid #ffa51c;
}
.rsb-sec-header a:hover {
    background: #222;
    color: #ffa51c;
}

.llsb {
    display: block;
    position: relative;
    background: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
}
.llsb-section-header {
  color: #ca0002;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.llsb .route-links li {
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.llsb .route-links li:nth-last-child(1) {
  border: 0;
}
.llsb .route-links li a {
  color: #003b6d;
  line-height: 18px;
  font-weight: 600;
}
.llsb .route-links.header-links li {
  font-size: 16px;
  padding: 3px 0;
}
.llsb .route-links.header-links li a {
  font-weight: 700;
}
.llsb .route-links li a:hover {
  color: #ca0002;
}
.llsb-section-header a {
  color: #ca0002;
}
.llsb-sections:nth-last-child(1) {
  margin: 0;
}
.lsb-sec-items {
  display: block;
  position: relative;
  margin-bottom: 10px;
}


.lsba-sec {
    display: block;
    position: relative;
}
.lsba-sec .a-item {
    display: flex;
    flex-direction: row;
    padding: 15px 10px;
    border-bottom: 1px solid #efefef;
}
.lsba-sec .a-item.blurb {
    padding: 15px 0;
    justify-content: center;
}
.lsba-sec .a-item > a {
    display: block;
    position: relative;
    height: fit-content;
}
.lsba-sec .a-item img {
    height: 120px;
    width: auto;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.lsba-sec .a-item.blurb img {
    height: fit-content;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
}
.lsba-sec .a-item h4 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.lsba-sec .a-item h4 > a {
    display: block;
    position: relative;
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.lsba-sec .a-item h4 > a:hover {
    color: #ffa51d;
}
.lsba-sec .a-item h4 span > a {
    position: relative;
    font-family: "Signika Negative", "Mukta Malar", sans-serif;
    text-transform: lowercase;
    color: #888;
    font-size: 14px;
    font-weight: 500;
}
.lsba-sec .a-item h4 span > a:hover {
    color: #007bff;
}
.pagination-wrapper {
    text-align: center;
    margin: 20px 0;
}
.pagination {
    margin: 10px 0 0;
}
.pagination li a {
    font-family: "Signika Negative", sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    padding: 10px 18px !important;
    overflow: hidden;
}
.lsba-category {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 25px 0 20px;
}
.lsba-category .lsba-cat-item {
    width: 48.6%;
    position: relative;
    margin: 5px auto;
}
.lsba-category .lsba-cat-item .lsba-cat-body {
    display: block;
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
}
.lsba-cat-body .lsba-cat-header a {
    display: block;
    position: relative;
    text-align: center;
    padding: 4px 10px;
    margin-bottom: 10px;
    background: #444;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
}
.lsba-cat-body .lsba-cat-header a:hover {
    color: #ffa51d;
}
.lsba-cat-item:nth-child(1) .lsba-cat-header a {
    background: #7d51a0;
}
.lsba-cat-item:nth-child(2) .lsba-cat-header a {
    background: #07bb86;
}
.lsba-cat-item:nth-child(3) .lsba-cat-header a {
    background: #ea3222;
}
.lsba-cat-item:nth-child(4) .lsba-cat-header a {
    background: #dd3030;
}
.lsba-cat-item:nth-child(5) .lsba-cat-header a {
    background: #542733;
}
.lsba-cat-item:nth-child(6) .lsba-cat-header a {
    background: #002395;
}
.lsba-cat-body .lsbac-a-item {
    display: flex;
    flex-direction: row;
    position: relative;
}
.lsba-cat-body .lsbac-a-item img {
    display: block;
    height: 75px;
    width: auto;
    overflow: hidden;
    border-radius: 5px;
}
.lsba-cat-body .lsbac-a-item h4 a {
    display: -webkit-box;
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.lsba-cat-body .lsbac-a-item h4 a:hover {
    color: #ffa51d;
}
.day-search > a {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    margin: 1px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.day-search ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.day-search ul li {
    flex: 33.3%;
}
.day-search ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    margin: 1px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.day-search a:hover {
    background: #fff4e4;
    color: #000;
    border-color: #ffa51d;
}
.rsba-sec .a-item {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
    margin: 0 5px;
    border-bottom: 1px dashed #ddd;
}
.rsba-sec .a-item:nth-last-child(1) {
    border: 0;
}
.rsba-sec .a-item > a {
    display: block;
    position: relative;
}
.rsba-sec .a-item img {
    height: 75px;
    width: auto;
    margin-left: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.rsba-sec .a-item h4 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.rsba-sec .a-item h4 > a {
    display: -webkit-box;
    position: relative;
    width: 100%;
    color: #333;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.rest-article .a-item h4 > a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rsba-sec .a-item h4 > a:hover {
    color: #ffa51d;
}
.rsba-sec .a-item h4 span > a {
    display: block;
    position: relative;
    text-transform: lowercase;
    color: #28a745;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}
.rsba-sec .a-item h4 span > a:hover {
    color: #ffa51d;
}
.rsb-contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}
.rsb-contact-item svg {
    position: relative;
    border-radius: 8px;
}
.rsb-contact-item:nth-last-child(1) {
    border: 0;
}
.rsb-contact-item small {
    font-size: 12px;
    color: #888;
}
.rsb-n-item {
    background: #eee;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #ddd;
    overflow: hidden;
}
.rsb-n-item h3 {
    display: block;
    position: relative;
    margin: 0;
    padding: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.rsb-n-item h3.obi {
    background: #333;
    color: #fff;
}
.rsb-n-item h3.remem,
.rsb-n-item h3.tyc {
    background: #ffa51d;
    color: #333;
}
.rsb-n-item h5 a {
    color: #333;
    font-size: 14px;
    line-height: 18px;
}
.rsbn-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rsbn-body span {
    display: block;
    font-family: "Signika Negative", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 5px;
    color: #58585a;
}
.rsbac-route-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}
.rsbac-route-links a {
    display: block;
    position: relative;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
    background: #fff;
    font-size: 14px;
    color: #007bff;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}
.rsbac-route-links a:hover {
    background: #ffedd1;
    color: #333;
    border-color: #ffa51d;
}
.logo-icon {
    position: relative;
    padding: 15px 0;
}
.logo-icon a {
    filter: grayscale(1);
    flex: 1 1 auto;
    transition: 0.2s ease-out all;
}
.logo-icon a:hover {
    filter: none;
}
.footer-helpdesk {
    display: block;
    position: relative;
    font-family: "Signika Negative", sans-serif;
    padding: 18px 0;
}
.footer-helpdesk .media-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
}
.footer-helpdesk h4 {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.footer-helpdesk h3 {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ed1c24;
    margin: 0 10px 0 0;
}
.footer-helpdesk small {
    display: block;
    position: relative;
    line-height: 12px;
    margin-top: 5px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    background-color: #1f2021;
    font-family: "Signika Negative", sans-serif;
    color: #999;
    padding: 10px;
}
.footer-bottom .social-icons a i {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 26px;
}
.blurb {
    display: block;
    position: relative;
    width: 100%;
}
.section.blurb {
    margin: 20px auto;
}
.blurb a {
    display: block;
    position: relative;
    margin: 0 auto;
}
.blurb a img {
    display: block;
    position: relative;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    border-radius: 0;
}
.article-item.blurb {
    padding: 10px 0;
}
@media (min-width: 1400px) {
    .col-md-9-custom {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-md-8-custom {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-md-7-custom {
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%;
    }
    .col-md-5-custom {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }
    .col-md-4-custom {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-md-3-custom {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-md-2-custom {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }
    #menubar .menu-toggle {
        display: none;
    }
    .footer-bottom .social-icons,
    .footer-menu .navbar-nav {
        float: right;
    }
    .ds-mob-share {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .col-md-9-custom {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-md-8-custom {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-md-7-custom {
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%;
    }
    .col-md-5-custom {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }
    .col-md-4-custom {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-md-3-custom {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-md-2-custom {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }
    #menubar .menu-toggle {
        display: none;
    }
    .footer-bottom .social-icons,
    .footer-menu .navbar-nav {
        float: right;
    }
    .ds-mob-share {
        display: none;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .col-md-9-custom {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-md-8-custom {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-md-7-custom {
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%;
    }
    .col-md-5-custom {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }
    .col-md-4-custom {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-md-3-custom {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-md-2-custom {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }
    #menubar .menu-toggle {
        display: none;
    }
    .nav > li > a,
    .page .navbar-nav > li > a {
        padding: 10px 12px;
    }
    .sticky-nav .nav > li > a {
        padding: 10px 7px;
        font-size: 13px;
        line-height: 26px;
    }
    .searchNlogin {
        position: absolute;
        top: 0;
        right: 25px;
    }
    .sticky-nav .searchNlogin li {
        padding: 13px 20px;
    }
    .homepage .navbar-brand {
        padding: 8px 15px;
        height: 50px;
    }
    #weather,
    .date-time,
    .language-dropdown {
        line-height: 50px;
    }
    .cat-menu {
        right: 15px;
    }
    .social-icons li {
        margin-right: 0;
    }
    .weather-widget {
        padding: 25px 20px 65px;
    }
    .gallery-turner {
        right: 0;
        bottom: 30px;
    }
    .footer-widget ul li {
        width: 65px;
        height: 65px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .footer-widget ul li:last-child,
    .footer-widget ul li:nth-child(4) {
        margin-right: 0;
    }
    .footer-bottom .social-icons,
    .footer-menu .navbar-nav {
        float: right;
    }
    .health-section .small-post .entry-header {
        margin-bottom: 0;
        margin-right: 12px;
    }
    .feature-post .post-content,
    .post-content {
        padding: 25px 20px;
    }
    .post-content .publish-date {
        padding: 0;
    }
    .video-post-list .post,
    .widget .post-list .post {
        max-height: 120px;
    }
    .health-section .small-post .entry-header,
    .health-section .small-post .post-content {
        width: 35%;
    }
    .health-section .small-post .post-content {
        width: 55%;
        padding: 10px 0;
    }
    .health-section .entry-thumbnail {
        margin-left: 15px;
        margin-top: 15px;
    }
    #photo-gallery .carousel-item h2 {
        padding: 25px 20px;
    }
    .gallery-indicators {
        padding: 5px 20px;
    }
    .gallery-indicators li,
    .gallery-indicators li.active {
        margin: 0;
    }
    .widget .post-list .entry-thumbnail {
        margin-top: 10px;
    }
    .widget .post-list li {
        padding: 15px;
    }
    .page #mainmenu {
        margin-right: 95px;
    }
    .page .searchNlogin {
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 10;
    }
    .page .searchNlogin li {
        border-left: 0;
    }
    .page .navbar-header {
        z-index: inherit;
    }
    .pagination li a {
        margin-bottom: 10px;
    }
    .pagination li:nth-child(11) a {
        padding-right: 15px;
    }
    .pagination li:nth-child(2) a {
        padding-left: 15px;
    }
    .listing-news .post {
        max-height: inherit;
    }
    .author-listing .single-author .author-image {
        margin-top: -60px;
    }
    .contact-info ul li {
        margin-right: 20px;
    }
    .contact-page-two .contact-info ul li {
        width: 30%;
    }
    .follow-us ul.list-inline li {
        margin-right: 8px;
    }
    .widget .nav-justified > li > a {
        padding: 5px;
    }
    .homepage #navigation .sticky-nav .navbar-nav {
        margin-left: 185px;
    }
    .homepage #navigation .sticky-nav .navbar-nav > li > a {
        padding: 11px 5px;
    }
    .homepage-four #navigation .navbar-nav > li > a,
    .page #navigation .sticky-nav .navbar-nav > li > a {
        padding: 15px 5px;
    }
    .search-form {
        height: 50px;
    }
    .searchNlogin li {
        padding: 13px 20px;
    }
    .ds-mob-share {
        display: none;
    }
}
@media (max-width: 992px) {
    .top-addon,
    .topbar,
    .users-online {
        display: none;
    }
    .landing #menubar {
        background-color: #ffa51d;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    div#overview {
        top: 38px;
    }
    .all-services-section > .container {
        padding: 0;
    }
    .all-services {
        margin: 0;
        padding: 20px 10px;
    }
    .all-services .nav-sm img,
    .all-services .nav-sm svg {
        margin-bottom: 10px;
    }
    .all-services ul.site-section-links li {
        flex: 0 0 50%;
    }
    .all-services-footer .all-services-app img {
        margin-bottom: 10px;
    }
    ul.social-icons li {
        margin-bottom: 10px;
    }
    #menubar .main-logo {
        height: 36px;
        margin: 0;
    }
    #menubar .menu-toggle.main-mmenu {
        float: left;
        color: #fff;
        font-size: 28px;
        line-height: 20px;
        padding: 15px 10px;
        margin-right: 5px;
    }
    #menubar .menu-toggle .flaticon {
        color: #333;
        font-size: 24px;
        line-height: 40px;
    }
    #menubar .mm-home {
        color: #333;
        font-size: 24px;
        line-height: 40px;
    }
    #menubar .container {
        padding: 0;
        max-width: 100%;
        margin: 0;
    }
    .edition-mobile {
        display: contents;
    }
    #menubar .dropdown-menu.show {
        display: flex;
    }
    #menubar .dropdown-menu {
        flex-wrap: wrap;
        font-size: 13px;
        top: 56px;
        right: 0;
        padding: 10px;
        border-radius: 0;
        border: 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    }
    #menubar .edition-change li {
        flex: 0 0 25%;
        flex-direction: row;
        text-align: center;
        margin-bottom: 10px;
    }
    #menubar .edition-change li a {
        color: #333;
        font-weight: 700;
    }
    #menubar .edition-change .edition-header {
        display: block;
        background: #8a2387;
        background: -webkit-linear-gradient(
            to right,
            #f27121,
            #e94057,
            #8a2387
        );
        background: linear-gradient(to right, #f27121, #e94057, #8a2387);
        color: #fff;
        padding: 5px 10px;
        margin: 0 0 10px;
        border-radius: 30px;
    }
    .header-links-sm {
        float: right;
    }
    .header-links-sm ul li {
        float: left;
        padding: 10px 10px 6px;
        border-left: 1px solid #e4941d;
    }
    .header-links-sm ul li small {
        display: block;
        color: #333;
        font-weight: 600;
        font-size: 10px;
    }
    .all-services-footer .section-footer {
        display: block;
        margin: 0;
        text-align: center;
    }
    .all-services ul.site-section-links li a {
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }
    .article-item h4 > a {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        display: -webkit-box;
        position: relative;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 5px;
    }
    .post-item .breaking-tag {
        padding: 0 10px 0 15px;
        font-size: 16px;
    }
    .post-item-content .breaking-tag:before {
        top: 7px;
    }
    .post-item-content h4 a {
        font-size: 18px;
        line-height: 22px;
        height: fit-content;
    }
    .mfc-article-section-header {
        margin-top: 10px;
    }
    .top-article-section .article-item-v {
        display: flex;
        flex-direction: row;
    }
    .top-article-section .article-item-v h4 {
        margin: 0;
    }
    .top-article-section .article-item-v a img {
        height: 76px;
        width: auto;
        margin-right: 10px;
        border-radius: 5px;
    }
    .top-article-section .article-item-v h4 > a {
        display: -webkit-box;
        font-size: 16px;
        line-height: 20px;
        height: 80px;
        font-weight: 500;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .lsb-sections {
        padding: 10px;
    }
    .lsba-sec .a-item {
        padding: 10px 0;
    }
    .lsba-sec .a-item img {
        height: 76px;
        margin-right: 10px;
    }
    .lsba-sec .a-item h4 > a {
        display: -webkit-box;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .pagination li a {
        padding: 6px 14px !important;
    }
    .lsba-category .lsba-cat-item {
        width: 100%;
        margin: 0 0 10px;
    }
    /* .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 11px;
        border: 1px solid #384650;
        font-size: 16px;
        padding: 6px 8px;
        color: #384650;
    }
    .navbar-toggler:focus {
        outline: 0;
    }
    .navbar-toggler-icon {
        width: inherit;
        height: inherit;
        line-height: inherit;
    } */
    .navbar-expand-lg .container,
    .navbar-expand-lg .container-fluid {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
    .widget .nav-justified > li > a {
        padding: 5px 10px;
    }
    #mainmenu .dropdown-toggle::after {
        display: block;
        position: absolute;
        right: 0;
        top: 13px;
    }
    .navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mainmenu {
        margin-left: 0;
        margin-right: 0;
    }
    #navigation .navbar-nav .mega-cat-dropdown,
    #navigation .navbar-nav .mega-dropdown {
        position: relative;
    }
    .homepage #navigation .sticky-nav .navbar-nav {
        margin-left: 0;
    }
    #navigation .navbar-nav li a {
        padding: 8px 0;
    }
    .follow-us ul.list-inline li {
        margin-right: 5px;
    }
    .navbar-nav > li > .dropdown-menu {
        border: 0;
        padding: 0;
        position: static;
        margin-left: 10px;
    }
    #navigation .container .navbar-brand,
    .homepage .navbar-brand {
        padding: 11px 0;
        flex: 1 1 auto;
        margin: 0;
    }
    .navbar-header .navbar-brand {
        display: none;
    }
    .homepage #topbar-right {
        float: none;
    }
    .homepage .searchNlogin {
        right: 70px;
        position: absolute;
        top: 0;
    }
    .homepage .topbar .date-time {
        margin-left: 20px;
    }
    #navigation .user-panel:hover .dropdown-menu.top-user-section,
    .searchNlogin li:hover .dropdown-menu.top-user-section {
        display: block;
    }
    #navigation .sticky-nav .secondary-logo {
        display: none;
    }
    .topbar .container {
        position: relative;
    }
    #navigation .sticky-nav .navbar-nav {
        margin-right: 0;
    }
    .dropdown-menu.mega-menu .container {
        max-width: 100%;
        width: 100%;
    }
    .search-form {
        height: 50px;
    }
    .searchNlogin li {
        padding: 13px 20px;
    }
    .landing > .container {
        margin-top: 80px;
    }
    #footer {
        margin-bottom: 50px;
    }
    .mfc-ac-header {
        padding: 0;
    }
    .article-item {
        padding: 10px 0;
    }
    .article-item a img {
        height: 76px;
    }
    .dp-ra-item {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .mfcac-route-links a {
        flex: 0 0 47%;
    }
    .footer-bottom {
        text-align: center;
    }
    .blurb a img {
        height: auto !important;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    #navigation .navbar-left,
    #navigation .navbar-nav,
    #navigation .navbar-nav > li {
        float: none;
    }
    #navigation .navbar-left {
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
    }
    #mainmenu .mega-cat-menu {
        padding: 25px;
        margin-left: 0;
    }
    .feature-post .post-content {
        padding: 20px;
    }
    .small-post img {
        width: 100%;
    }
    .video-post-list .post,
    .widget .post-list .post {
        max-height: 200px;
    }
    .health-feature {
        max-height: initial;
    }
    .health-section .entry-header,
    .health-section .post-content,
    .video-post-list .entry-header,
    .video-post-list .post-content {
        width: 100%;
        float: none;
    }
    .health-section .small-post {
        max-height: initial;
    }
    .health-section .small-post .post-content {
        padding: 12px;
        width: 100%;
        float: none;
    }
    .health-section .small-post .entry-header {
        margin-bottom: 15px;
        max-width: 95px;
    }
    .health-section .small-post .entry-title {
        margin-bottom: 0;
    }
    .social-icons li {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .cat-menu {
        position: static;
        margin-bottom: 30px;
    }
    .cat-menu a {
        padding-bottom: 0;
    }
    .weather-widget {
        padding: 25px 20px 65px;
    }
    .gallery-turner {
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .footer-widget ul li {
        width: 60px;
        height: 60px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .footer-widget ul li:nth-child(4) {
        margin-right: 10px;
    }
    .footer-widget ul li:last-child,
    .footer-widget ul li:nth-child(3),
    .footer-widget ul li:nth-child(6) {
        margin-right: 0;
    }
    .health-section .small-post .entry-header {
        margin-bottom: 0;
        margin-right: 12px;
    }
    .widget .post-list .entry-thumbnail {
        margin-top: 10px;
    }
    .widget .post-list li {
        padding: 15px;
    }
    .sb {
        margin-left: -350px;
        width: 700px;
        padding: 45px;
    }
    .homepage-five #mainmenu,
    .homepage-four #mainmenu {
        float: left !important;
    }
    .homepage-five .navbar-nav .open .dropdown-menu,
    .homepage-four .navbar-nav .open .dropdown-menu {
        left: 0;
    }
    .homepage-five #mainmenu .sub-catagory ul,
    .homepage-four #mainmenu .sub-catagory ul,
    .page #mainmenu .sub-catagory ul {
        margin-right: 15px;
    }
    .homepage-five .mega-cat-menu .col-sm-3,
    .homepage-four .mega-cat-menu .col-sm-3,
    .page .mega-cat-menu .col-sm-3 {
        width: 24%;
    }
    .homepage-five .navbar-toggle,
    .homepage-four .navbar-toggle {
        margin-top: 10px;
    }
    .page .searchNlogin {
        position: absolute;
        top: 0;
        right: 85px;
        z-index: 10;
    }
    .page #navigation .navbar-toggle {
        position: absolute;
        top: 0;
        right: 15px;
        margin-top: 7px;
    }
    .page .page-breadcrumbs .cat-menu {
        position: absolute;
    }
    .page .page-breadcrumbs .cat-menu a {
        padding-bottom: 5px;
    }
    .page #navigation .sticky-nav .navbar-nav {
        margin-left: 0;
    }
    .pagination li a {
        margin-bottom: 10px;
    }
    .pagination li:nth-child(11) a {
        padding-right: 15px;
    }
    .pagination li:nth-child(2) a {
        padding-left: 15px;
    }
    .listing-news .post {
        max-height: inherit;
    }
    .listing-news .entry-header {
        width: 100%;
        float: none;
    }
    .listing-news .post-content {
        width: 100%;
        padding: 20px;
    }
    .author-listing .single-author .author-image {
        margin-top: -60px;
    }
    .post-content {
        padding: 20px;
    }
    .section > .cat-menu {
        visibility: visible;
        margin-bottom: 0;
    }
    .post {
        margin-top: 25px;
    }
    .author-profile .author-social {
        position: initial;
    }
    .team-members .single-member h3 {
        font-size: 14px;
    }
    .single-member .overlay {
        padding: 12px;
    }
    .single-member .social-icons {
        margin-top: -20px;
    }
    .single-member .social-icons li i {
        font-size: 12px;
        height: 16px;
        width: 16px;
        line-height: 16px;
    }
    .about-us .content-section {
        padding-right: 15px;
    }
    .about-us .image-section {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .content-section .about-us-content {
        margin-bottom: 0;
    }
    .contact-info ul li {
        width: 45%;
    }
    .contact-info ul li:nth-child(2) {
        margin-right: 0;
    }
    .contact-page-two .contact-info ul li {
        width: 30%;
    }
    .contact-page-two .contact-info ul li:nth-child(2) {
        margin-right: 30px;
    }
    .widget .nav-tabs {
        padding: 5px 0;
    }
    #photo-gallery .carousel-item h2 {
        padding: 15px;
    }
    .gallery-indicators {
        padding: 5px 15px;
    }
    .report-form {
        padding: 60px 30px;
    }
    ul.list-inline li {
        margin-bottom: 0;
    }
    .logo-icon a {
        margin: 0 10px;
    }
    .footer-helpdesk h3 {
        display: none;
    }
    .footer-menu .navbar-nav li a {
        padding: 10px 5px;
    }
    .footer-bottom p {
        font-size: 14px;
        margin: 2px 0 !important;
    }
    .ds-news-title {
        padding: 0;
    }
    .ds-news-title h2 {
        font-size: 21px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 5px;
    }
    .ds-news-ts {
        font-size: 13px;
    }
    .ds-topics {
        display: none;
    }
    .ds-author-attr {
        display: none;
    }
    .ds-share-blurb {
        padding: 10px 35px 10px 10px;
    }
    .ds-share-blurb .ds-share-icons {
        display: none;
    }
    .ds-share-blurb em.share {
        display: none;
    }
    .ds-content {
        padding: 10px 0;
    }
    .ds-content-blurb img {
        display: block;
        margin: 0 auto !important;
    }
    .ds-ms-blurb {
        padding: 10px;
    }
    .ds-ms-blurb .media-body p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .social-icons {
        margin: 10px 0;
    }
    .footer-bottom {
        text-align: center;
    }
    .logo-icon a {
        margin: 5px;
    }
    .social-icons {
        margin: 10px 0;
    }
    .footer-helpdesk {
        display: none;
    }
    .ds-news-title {
        padding: 0;
    }
    .ds-news-title h2 {
        font-size: 21px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 5px;
    }
    .ds-news-ts {
        font-size: 13px;
    }
    .ds-topics {
        display: none;
    }
    .ds-author-attr {
        display: none;
    }
    .ds-share-blurb {
        padding: 10px 35px 10px 10px;
    }
    .ds-share-blurb .ds-share-icons {
        display: none;
    }
    .ds-share-blurb em.share {
        display: none;
    }
    .ds-content {
        padding: 10px 0;
    }
    .ds-content-blurb {
        float: none !important;
        margin: 10px auto !important;
    }
    .ds-content-blurb img {
        display: block;
        margin: 0 auto !important;
    }
    .ds-ms-blurb {
        padding: 10px;
    }
    .ds-ms-blurb .media-body {
        flex-direction: column;
    }
    .ds-ms-blurb .media-body p {
        margin: 10px 0;
        font-size: 14px;
        text-align: center;
    }
    .bottom-widgets .widget h2,
    body {
        font-size: 14px;
    }
    .section-title {
        font-size: 18px;
    }
    .section-title.title {
        margin-bottom: 35px;
    }
    .post .entry-title {
        font-size: 16px;
    }
    .container {
        padding: 0 10px;
    }
    .navbar-toggle {
        position: absolute;
        top: 0;
        right: 0;
    }
    #topbar-right {
        float: left;
    }
    #weather,
    .date-time,
    .language-dropdown {
        margin-left: 10px;
        padding-left: 10px;
        line-height: 30px;
        font-size: 13px;
        border-left: 0;
    }
    #mainmenu .dropdown-menu > li > a,
    .dropdown-menu {
        font-size: 13px;
    }
    #mainmenu .mega-menu h2 {
        font-size: 15px;
    }
    #mainmenu .mega-menu {
        padding-left: 0;
        margin-left: 0;
    }
    #mainmenu .mega-cat-menu {
        padding: 20px 15px;
        margin-left: 0;
    }
    #mainmenu .sub-catagory .section-title {
        margin-bottom: 60px;
    }
    #navigation .dropdown-menu.mega-menu .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #navigation .dropdown-menu.top-user-section {
        top: 35px;
    }
    .searchNlogin {
        margin-right: 0;
    }
    .search-form {
        height: 50px;
    }
    .search {
        right: 100px;
    }
    .expanded .search {
        width: 280px;
    }
    #navigation .sticky-nav .navbar-nav {
        margin-left: 0;
    }
    .post {
        margin-top: 25px;
    }
    .feature-post .post-content {
        padding: 30px;
    }
    .owl-controls .owl-pagination {
        margin-top: -30px;
        padding-right: 15px;
    }
    .catagory a {
        font-size: 10px;
    }
    .add img,
    .entry-thumbnail img {
        width: 100%;
    }
    #latest-news .owl-controls .owl-pagination {
        top: 14px;
        right: 15px;
    }
    .post-content {
        padding: 30px 25px;
    }
    .world-nav.cat-menu {
        position: initial;
        margin-bottom: 25px;
    }
    .world-nav.cat-menu li a {
        padding-bottom: 3px;
        font-size: 10px;
    }
    #photo-gallery .carousel-item h2 {
        padding: 25px;
        font-size: 16px;
    }
    .gallery-indicators {
        padding: 0 20px;
    }
    .gallery-turner {
        right: 20px;
        bottom: 15px;
    }
    .health-feature {
        max-height: initial;
    }
    .health-section .entry-header,
    .health-section .post-content {
        width: 100%;
        float: none;
    }
    .league-result span {
        font-size: 14px;
    }
    .league-result ul li {
        padding: 15px;
    }
    .weather-widget .weather-temp {
        font-size: 35px;
    }
    .widget .nav-justified > li {
        width: initial;
        float: left;
    }
    .widget .nav-justified > li > a {
        font-size: 14px;
    }
    #twitter-feed {
        margin-top: 0;
    }
    #twitter-feed,
    .footer-widget {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .footer-widget ul li {
        height: 55px;
        width: 55px;
        margin-right: 10px;
    }
    .footer-menu .navbar-nav li {
        display: inline-block;
    }
    .bottom-widgets {
        padding: 25px 0;
    }
    .bottom-widgets .widget {
        overflow: hidden;
    }
    #twitter-feed h2 {
        font-size: 20px;
    }
    .gallery-indicators li,
    .gallery-indicators li.active {
        height: 35px;
        width: 35px;
    }
    .widget {
        overflow: hidden;
    }
    .sb {
        margin-left: -145px;
        width: 290px;
        height: 250px;
        padding: 25px;
    }
    .subscribe-me h1 {
        font-size: 20px;
    }
    .subscribe-me h2 {
        font-size: 14px;
    }
    .sb .sb-close-btn {
        right: 0;
        top: 5px;
    }
    .sb .sb-close-btn img {
        width: 50%;
        display: inline-block;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        padding: 9px 0;
        font-size: 14px;
    }
    .subscribe-me button {
        padding: 9px 14px;
        font-size: 14px;
    }
    .input-group-addon {
        padding: 6px 8px;
    }
    .subscribe-me form {
        width: 100%;
    }
    .landing #topbar-right {
        float: none;
    }
    .landing .language-dropdown {
        margin-left: 0;
        padding-left: 0;
        padding-right: 10px;
    }
    .landing #weather {
        padding-right: 10px;
        padding-left: 10px;
    }
    .landing #breaking-news span {
        font-size: 12px;
        float: none;
        width: 100%;
        display: block;
    }
    .landing #navigation .navbar {
        margin-bottom: 0;
    }
    .homepage-five #weather,
    .homepage-five .date-time,
    .landing #weather,
    .landing .date-time {
        display: none;
    }
    .box-width {
        max-width: 450px;
    }
    .homepage-four #navigation .navbar-header {
        min-height: 60px;
    }
    .homepage-four #latest-news .owl-controls .owl-pagination {
        top: 14px;
    }
    .homepage-five .searchNlogin {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .homepage-five #navigation .container .navbar-brand {
        margin-left: 0;
    }
    .page #navigation .navbar-header {
        background-color: #fff;
    }
    .page .searchNlogin {
        position: absolute;
        top: 5px;
        right: 15px;
        z-index: 100;
    }
    .page .navbar-toggle {
        right: 100px;
        margin-top: 8px;
    }
    .page .navbar-brand {
        width: 45%;
        height: 52px;
    }
    .page .page-breadcrumbs {
        margin: 75px 0 15px;
    }
    .page .page-breadcrumbs .cat-menu {
        margin-bottom: 0;
    }
    .post-inner-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .post-inner-image img {
        margin-bottom: 15px;
        width: 100%;
    }
    .comments-wrapper {
        margin-top: 0;
    }
    .comments-wrapper .media {
        padding: 15px 20px 20px;
    }
    .comments-wrapper .media.media-child {
        margin-left: 25px;
    }
    .add.featured-add {
        display: none;
    }
    .pagination li a {
        margin-bottom: 10px;
    }
    .pagination li:first-child a,
    .pagination li:last-child a {
        padding: 12px 20px;
    }
    .pagination li:nth-child(11) a {
        padding-right: 15px;
    }
    .pagination li:nth-child(2) a {
        padding-left: 15px;
    }
    .listing-news .post {
        max-height: inherit;
    }
    .listing-news .entry-header {
        width: 100%;
        float: none;
    }
    .listing-news .post-content {
        width: 100%;
        padding: 20px;
    }
    .error-content h1 {
        font-size: 30px;
    }
    .author-listing .col-sm-4 {
        float: left;
        width: 50%;
    }
    .author-listing .single-author img {
        width: 100%;
    }
    .author-details .author-profile {
        padding: 0 10px;
        bottom: 15px;
    }
    .author-profile .author-social {
        position: initial;
    }
    .author-name h1 {
        font-size: 24px;
    }
    .author-profile .author-gravatar {
        margin-right: 15px;
    }
    .author-details .author-info {
        padding: 25px;
    }
    .about-us .content-section {
        padding-right: 15px;
    }
    .about-us .image-section {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .content-section .about-us-content {
        margin-bottom: 0;
    }
    .team-members .col-sm-2 {
        width: 50%;
        float: left;
    }
    .single-member img {
        width: 100%;
    }
    .team-members .single-member h3 {
        font-size: 16px;
    }
    #testimonial h4 {
        font-size: 14px;
    }
    .contact-info ul li,
    .contact-page-two .contact-info ul li {
        width: 100%;
        margin-right: 0;
    }
    .footer-widget ul li:nth-child(4) {
        margin-right: 10px;
    }
    /* .navbar-toggler {
        top: 9px;
    } */
    .widget .add {
        margin-top: 0;
    }
    .topbar #weather,
    .topbar .date-time,
    .topbar .language-dropdown {
        margin-left: 0;
        padding-left: 0;
    }
    .page .sticky-nav .searchNlogin {
        right: 60px;
        top: 0;
    }
    .report-form {
        padding: 60px 20px;
    }
    .subscribe-me .input-group-addon {
        padding: 9px 10px;
    }
    #navigation .sticky-nav #mainmenu {
        max-height: 500px;
        overflow-x: hidden;
        padding-right: 10px;
    }
    .searchNlogin li {
        padding: 14px 20px 15px;
    }
    .breaking-article-section .post-item {
        flex-direction: column;
    }
    .breaking-article-section .post-item img {
        height: 207px;
        width: 100%;
    }
    .post-item .breaking-tag {
        position: absolute;
        top: -30px;
        right: 0;
        padding: 3px 10px 3px 20px;
        font-size: 16px;
    }
    .post-item-content .breaking-tag:before {
        top: 7px;
    }
    .post-item-content h4 a {
        margin-top: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .breaking-article-section .post-item-content {
        margin: 0;
    }
    .top-article-section .article-item h4 > a {
        margin: 0;
    }
}
@media (max-width: 575px) {
    #navigation #mainmenu {
        max-height: 350px;
    }
}
@media (max-width: 475px) {
    #navigation .dropdown-menu.top-user-section,
    .homepage-five .dropdown-menu.top-user-section,
    .landing .dropdown-menu.top-user-section {
        right: 0;
        min-width: 240px;
    }
    .expanded .search {
        width: 175px;
    }
    .post {
        margin-top: 15px;
    }
    .feature-post .post-content {
        padding: 30px 15px;
    }
    .owl-controls .owl-pagination {
        margin-top: -27px;
    }
    .gallery-indicators li,
    .gallery-indicators li.active {
        height: 40px;
        width: 40px;
        margin: 3px;
    }
    .gallery-turner {
        right: 10px;
        bottom: 0;
    }
    .box-width {
        max-width: 300px;
    }
    .landing .expanded .search {
        width: 195px;
    }
    .homepage-four #latest-news .owl-controls .owl-pagination {
        top: 11px;
    }
    .author-listing .col-sm-4 {
        float: none;
        width: 100%;
    }
    .single-member .social-icons li i {
        font-size: 12px;
        height: 16px;
        width: 16px;
        line-height: 16px;
    }
    .homepage .searchNlogin {
        right: 52px;
    }
    .searchNlogin li {
        padding: 14px 8px 15px;
    }
    .top-user-form {
        padding: 15px;
    }
    .facebook-login,
    .twitter-login {
        font-size: 16px;
    }
    .search {
        right: 58px;
    }
}
@media only screen and (max-width: 320px) {
    .header-links-sm ul li:first-child {
        display: none;
    }
}
.tg-video:before {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #524fff;
    border-radius: 2px 2px 2px 4px;
    z-index: 8;
}
.tg-image:before {
    content: "\f03e";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #524fff;
    border-radius: 2px 2px 2px 4px;
    z-index: 8;
}
.tg-gallery:before {
    content: "\f302";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #524fff;
    border-radius: 2px 2px 2px 4px;
    z-index: 8;
}
.section-title {
    margin-bottom: 10px;
}
.ds-container {
    overflow: visible;
}
.mfc-ac-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0 5px 10px;
}
.mfc-ac-header .page-breadcrumbs {
    width: 100%;
    margin: 0;
}
.go-back {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    padding: 2px;
    margin-right: 10px;
    background: #ef5052;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 20px;
}
.go-back:hover {
    color: #ef5052;
    background: #fff;
    border-color: #ef5052;
}
.ds-news-ts {
    font-size: 13px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.ds-topics {
    font-size: 13px;
    flex-flow: row wrap;
}
.ds-topics a,
.ds-topics span {
    margin: 0 5px 5px 0;
    background: #f3f9ff;
    border: 1px solid #d5eaff;
    padding: 0 3px;
    border-radius: 5px;
    font-size: 13px;
}
.rsb-sec-header {
    border-radius: 3px;
}
.rsb-spl-sec-header {
    display: block;
    position: relative;
    background: #0b623e;
    border-radius: 3px;
    margin: 20px 0 10px;
    overflow: hidden;
}
.rsb-spl-sec-header a {
    display: flex;
    position: relative;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #fff;
    border-left: 5px solid #42ba8a;
}
.article-item-spl {
    display: block;
    position: relative;
    padding: 10px;
    background: #e4f8f0;
    border: 1px solid #a8dbc6;
    border-radius: 3px;
}
.article-item-spl > a {
    display: block;
    height: fit-content;
    position: relative;
}
.article-item-spl a img {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgb(11 98 62 / 58%);
}
.article-item-spl h4 {
    margin: 10px 0 0;
}
.article-item-spl h4 a {
    display: -webkit-box;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    font-weight: 700;
    color: #022617;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article-item-spl .ap-at {
    display: block;
    position: relative;
    font-size: 14px;
    color: #56957b;
    margin-top: 5px;
}
.spl-item {
    background: #e4f8f0;
    border: 1px solid #a8dbc6 !important;
    margin-top: 4px;
    padding: 10px;
}
.ds-content {
    overflow: hidden;
}
.ds-content iframe {
    display: block !important;
    margin: 0 auto !important;
}
.ds-content .twitter-tweet-rendered {
    margin: 0 auto !important;
}
.ds-content .embed-responsive {
    margin: 0 auto 1rem;
}
.bp-content {
    overflow: hidden;
}
.bp-content iframe {
    display: block !important;
    margin: 0 auto !important;
}
.bp-content .embed-responsive {
    margin: 0 auto 1rem;
}
.report-form .form-control {
    height: auto;
    padding: 12px;
}
.report-form textarea.form-control {
    padding: 12px;
}
.rsb-sections.more-link {
    padding: 10px !important;
}
.rsb-sections.more-link a {
    padding: 0;
    font-size: 14px;
}
.rsb-n-item img {
    width: 95px;
}
.spl-article {
    display: block;
    position: relative;
    padding: 10px;
    margin: 0 0 10px;
    background: #ffb4b4;
    border-radius: 5px;
}
.spl-article i {
    font-size: 18px;
}
.spl-article .media-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.spl-article .media-body p {
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ad0000;
    margin: 0 15px 0 10px;
}
.spl-article .media-body p,
.spl-article i {
    color: #ad0000;
}
.spl-article.warning {
    background: #ffddb4;
}
.spl-article.warning .media-body p,
.spl-article.warning i {
    color: #ad5100;
}
.flash {
    position: relative;
    width: 300px;
    height: 250px;
    margin: 10px auto;
}
.flash > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.resetView {
    display: none;
    position: relative;
    background: #007bff;
    cursor: pointer;
    width: 100%;
    font-size: 36px;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
}
.desk .resetView {
    display: block !important;
}
.about-us {
    font-family: "Signika Negative", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.about-us-content {
    text-align: justify;
    margin: 0;
}
.about-us-content h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.about-us-content h5 {
    font-size: 18px;
    font-weight: 600;
}
.about-us-content h1 {
    font-size: 28px;
}
.about-us-content .quote-content {
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    color: #8e8e8e;
    text-align: center;
}
.policy {
    font-family: "Signika Negative", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #555;
    background: #fff;
}
.policy ul {
    padding-left: 40px;
    margin-bottom: 15px;
    list-style: square;
}
.policy-content {
    text-align: justify;
    padding: 20px;
    margin: 0;
}
.policy-content h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.policy-content h1 {
    font-size: 28px;
}
.policy a {
    color: #007bff;
}
.policy a:hover {
    color: #e60000;
}
.contact-us {
    font-family: "Signika Negative", sans-serif;
}
.address-grid,
.mail-grid,
.phone-grid {
    display: block;
    position: relative;
    min-height: 200px;
    padding: 20px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.mail-grid:before {
    content: "\f1fa";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    line-height: 140px;
    text-align: center;
    width: 140px;
    height: 140px;
    color: #4f87de;
    background: #9cc0f9;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: -25px;
    box-shadow: 0 0 5px 5px rgba(79, 135, 222, 0.2);
}
.phone-grid:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    line-height: 140px;
    text-align: center;
    width: 140px;
    height: 140px;
    color: #657dda;
    background: #bccaff;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: -25px;
    box-shadow: 0 0 5px 5px rgba(101, 125, 218, 0.2);
}
.address-grid:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    line-height: 140px;
    text-align: center;
    width: 140px;
    height: 140px;
    color: #4ba5e0;
    background: #a4dbff;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: -25px;
    box-shadow: 0 0 5px 5px rgba(75, 165, 224, 0.2);
}
.contact-info b {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    margin-right: 15px;
    min-width: 55px;
}
.contact-info h2 {
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-info p {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.contact-info a {
    color: #909090;
}
.contact-info a:hover {
    color: #e60000;
}
.lsb-sec-header ul li a i {
    line-height: 20px;
}
.all-services-footer p,
.rsb-contact-item {
    font-family: "Signika Negative", sans-serif !important;
}
.dp-ra-item a {
    display: block;
    position: relative;
}
.post-item a {
    display: block;
    position: relative;
    height: fit-content;
}
.rsba-sec .a-item > a {
    height: fit-content;
}
.rsb-article-item a {
    display: block;
    position: relative;
    height: fit-content;
}
.rsb-article-item .tg-gallery:before,
.rsb-article-item .tg-image:before,
.rsb-article-item .tg-video:before {
    right: 0 !important;
    left: unset;
    border-radius: 0 0 4px 0;
}
.rsba-sec .a-item .tg-gallery:before,
.rsba-sec .a-item .tg-image:before,
.rsba-sec .a-item .tg-video:before {
    right: 0 !important;
    left: unset;
    border-radius: 2px 2px 4px 2px;
}
.ds-tag-stamp {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ds-news-title h1 {
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.ds-content h2,
.ds-content h3,
.ds-content h4,
.ds-content h5,
.ds-content h6 {
    font-weight: 500;
}
.ds-content h2 {
    font-size: 22px;
    line-height: 28px;
}
.ds-content h3 {
    font-size: 20px;
    line-height: 26px;
}
.ds-content h4 {
    font-size: 18px;
    line-height: 24px;
}
.ds-content h5 {
    font-size: 16px;
    line-height: 22px;
}
.ds-content h6 {
    font-size: 14px;
    line-height: 20px;
}
.ds-content p img {
    display: block;
    margin: 0 auto;
}
.ds-content a,
.ds-content p a,
.ds-content table a {
    color: #0064d0;
    text-decoration: underline;
}
.ds-content a:hover,
.ds-content p a:hover,
.ds-content table a:hover {
    color: #014996;
}
.ds-content ul {
    list-style: disc;
    padding-left: 30px;
}
.ds-content ol {
    padding-left: 30px;
}
.ds-content ol li::marker {
    font-family: "Signika Negative", sans-serif;
}
.ds-content ol li {
    font-family: "Mukta Malar", sans-serif;
}
.ds-content .blockquote {
    border-left: 5px solid #eee;
    padding: 10px 10px 10px 20px;
}
.ds-content code,
.ds-content kbd,
.ds-content pre,
.ds-content samp {
    font-family: "Mukta Malar", sans-serif;
    font-size: 16px;
}
.adsbygoogle {
    margin: 0 auto;
}
.google-auto-placed {
    overflow: hidden;
}
.google-auto-placed .adsbygoogle {
    width: fit-content;
}
.sticky-blurb {
    display: block;
    position: fixed;
    width: 100%;
}
.sticky-blurb .row {
    align-items: self-start;
    justify-content: center;
    height: 100vh;
    margin: 5% 0;
}
.sticky-blurb img {
    display: block;
    margin: 0 auto;
}
.vdo-blurb {
    max-width: 400px;
    margin: 0 auto;
}
.tbl-feed-container {
    margin: 0 !important;
}
.bp-detail a {
    color: #b60000;
    text-decoration: underline;
}
.bp-detail a:hover {
    color: #e60000;
}
.top-article-section .blurb {
    display: block;
    padding: 10px 0 !important;
}
.rsb-n-item h5 {
    display: -webkit-box;
    position: relative;
    margin: 0;
    padding: 5px;
    border-bottom: 1px dashed silver;
    height: 49px;
    line-height: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rsbn-content {
    display: flex;
    position: relative;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
}
.rsbn-body p {
    display: -webkit-box;
    margin: 0;
    font-size: 12px;
    padding: 4px 5px;
    color: #58585a;
    border-bottom: 1px dashed silver;
    height: 28px;
    line-height: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.paid-blog {
    width: 108px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
}
.paid-blog > small {
    display: block;
    font-size: 19px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 8px 0 6px;
    left: -4px;
    top: 26px;
    width: 150px;
    background-color: #f44336;
    letter-spacing: 0.5px;
    box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
    outline: 1px dashed #fff;
    outline-offset: -4px;
    background-image: radial-gradient(circle farthest-side, #ff1c1a, #bf0b00);
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.2);
}
.paid-blog > small:after,
.paid-blog > small:before {
    content: "";
    border-top: 4px solid #bf0b00;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
}
.paid-blog > small:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 4px solid #bf0b00;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #bf0b00;
}
.paid-blog > small:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 100%;
    z-index: -1;
    border-left: 4px solid transparent;
    border-right: 4px solid #bf0b00;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #bf0b00;
}
span.follow-up {
    display: inline-flex;
    vertical-align: middle;
    line-height: 10px;
    color: #ed1c24;
    font-size: 10px;
    font-weight: bolder;
    padding: 2px 0;
    margin: 0;
    border-radius: 10px;
    letter-spacing: 1px;
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.find .form-control {
    height: auto;
    padding: 8px;
    border: 2px solid #ececec;
}
.load-more {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.load-more .loader-block {
    display: none;
    margin: 0 auto;
}
@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    background: #fff;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #1f2029;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    color: #ff4437;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
@media (min-width: 1600px) and (max-width: 1700px) {
    .sticky-blurb .col-xl-3 {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .sticky-blurb .offset-xl-6 {
        margin-left: 70%;
    }
    .edition .sticky-blurb .col-xl-3 {
        flex: 0 0 12%;
        max-width: 12%;
    }
    .edition .sticky-blurb .offset-xl-6 {
        margin-left: 76%;
    }
}
@media (min-width: 1700px) and (max-width: 1800px) {
    .sticky-blurb .col-xl-3 {
        flex: 0 0 18%;
        max-width: 18%;
    }
    .sticky-blurb .offset-xl-6 {
        margin-left: 64%;
    }
    .edition .sticky-blurb .col-xl-3 {
        flex: 0 0 14%;
        max-width: 14%;
    }
    .edition .sticky-blurb .offset-xl-6 {
        margin-left: 72%;
    }
}
@media (min-width: 1800px) {
    .sticky-blurb .col-xl-3 {
        flex: 0 0 18%;
        max-width: 18%;
    }
    .sticky-blurb .offset-xl-6 {
        margin-left: 64%;
    }
    .edition .sticky-blurb .col-xl-3 {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .edition .sticky-blurb .offset-xl-6 {
        margin-left: 70%;
    }
}
@media (min-width: 1600px) {
    .sticky-blurb {
        display: block;
    }
}
@media (max-width: 1600px) {
    .sticky-blurb {
        display: none;
    }
}
@media (max-width: 768px) {
    iframe {
        margin: 0 auto !important;
    }
    .spl-article {
        padding: 10px;
    }
    .spl-article i {
        display: none;
    }
    .spl-article .media-body {
        flex-direction: column;
        justify-content: space-around;
    }
    .spl-article .media-body p {
        margin: 10px 0;
        text-align: center;
    }
    .ds-topics {
        display: flex;
    }
    .ot-floating-button {
        display: none;
    }
    .ds-news-title h1 {
        font-size: 21px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 5px;
    }
    .ds-tag-stamp {
        flex-direction: column;
        align-items: start;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .ds-news-title h1 {
        font-size: 21px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1267px) {
    .lsb {
        padding: 10px 5px;
    }
    .lsb hr {
        margin: 10px -5px;
    }
    .rsb-sections {
        padding: 10px 5px;
    }
    #navigation .sticky-nav .navbar-nav li a {
        font-size: 16px;
        padding: 11px 10px;
        border: 0;
    }
    .llb-blurb a {
        margin: 0 2px;
    }
    .container {
        max-width: 1040px;
    }
    .edition .container {
        max-width: 1280px;
    }
    .col-md-9-custom {
        flex: 1 0 auto !important;
        max-width: max-content;
        width: min-content;
    }
    .col-md-7-custom {
        flex: 1 0 auto !important;
        max-width: max-content;
        width: min-content;
    }
    .col-md-3-custom {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 322px;
    }
    .col-md-2-custom {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 191px;
    }
    .edition .col-md-5-custom {
        flex: 1 0 auto !important;
        max-width: max-content;
        width: min-content;
    }
    .edition .col-md-3-custom {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 322px;
    }
    .edition .col-md-2-custom {
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 191px;
    }
    #menubar .menu-toggle {
        display: none;
    }
    .footer-bottom .social-icons,
    .footer-menu .navbar-nav {
        float: right;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1035px) {
    .edition .col-md-5-custom {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .container {
        max-width: 1040px;
    }
    .lsb {
        padding: 10px 5px;
    }
    .lsb hr {
        margin: 10px -5px;
    }
    .rsb-sections {
        padding: 10px 5px;
    }
    #navigation .sticky-nav .navbar-nav li a {
        font-size: 16px;
        padding: 11px 10px;
        border: 0;
    }
    .llb-blurb a {
        margin: 0 2px;
    }
    .premium-blurb {
        display: none !important;
    }
    .col-md-9-custom {
        flex: 1 0 auto !important;
        max-width: max-content;
        width: min-content;
    }
    .col-md-7-custom {
        flex: 1 0 auto !important;
        max-width: max-content;
        width: min-content;
    }
    .col-md-3-custom {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 322px;
    }
    .col-md-2-custom {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 191px;
    }
    .edition .col-md-5-custom {
        flex: 1 0 auto !important;
        max-width: max-content;
        width: min-content;
    }
    .edition .col-md-3-custom {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 322px;
    }
    .edition .col-md-2-custom {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 191px;
    }
}
@media only screen and (max-width: 992px) {
    .dp-ra-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dp-ra-item img {
        width: auto;
        height: 68px;
        margin: 0 10px 0 0;
    }
    .dp-ra-item h4 a {
        font-weight: 500;
    }
    .progress-wrap {
        right: 10px;
        bottom: 60px;
    }
}
@media only screen and (max-width: 320px) {
    #navigation .container .navbar-brand,
    .homepage .navbar-brand {
        margin: 0 0 0 5px;
    }
    .edition-mobile a {
        padding: 7px 7px 7px 5px;
        margin-left: 5px;
    }
    .header-links-sm ul li {
        padding: 10px 7px 6px;
    }
    #menubar .menu-toggle {
        padding: 15px 10px !important;
    }
    .mfc-section-header ul li a {
        font-size: 14px;
    }
}
