/*.acme-news-ticker {*/
/*  margin: 0;*/
/*  padding: 0; }*/
/*.acme-news-ticker,*/
/*::after,*/
/*::before {*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box; }*/
a {
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s; }
a:hover {
    text-decoration: underline; }
/*-----------------------------
	News Ticker
------------------------------*/
.acme-news-ticker {
  background: #fff;
  position: relative;
  height: 45px;
  border: 1px solid #c8eaf1;
   }
@media (min-width: 768px) {
    .acme-news-ticker {
      margin-top: 0; } }
.acme-news-ticker-label {
    background: #ff0000;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    font-weight: 700;
    color: #fff; }
@media (max-width: 575px) {
      .acme-news-ticker-label {
        position: absolute;
      } }
.acme-news-ticker-box {
    height: 100%;
    padding-top: 15px;
    overflow: hidden; }
@media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 52px;
        padding-right: 120px; } }
.acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
.acme-news-ticker-box ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    line-height: 1.4;
}
@media (max-width: 576px) {
    .acme-news-ticker-box ul li a {
        font-size: 14px;
    }
}
.acme-news-ticker-box ul li a:hover {
    text-decoration: underline; /* Underline on hover */
}
/*================================================
Default CSS
=================================================*/
body {
    padding: 0;
    margin: 0;
    font-family: "Karma", sans-serif;;
    font-size: 16px;
}
a {
    text-decoration: none;
    transition: 0.5s;
    color: #09101f;
}
a:hover, a:focus {
    color: #0593a0 !important;
    text-decoration: none !important;
}
button {
    outline: 0 !important;
}
p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
    font-family: "Karma", sans-serif;;
    font-size: 16px;
}
p:last-child {
    margin-bottom: 0;
}
i {
    line-height: normal;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #09101f;
    font-family: "Karma", sans-serif;;
    font-weight: 500;
    line-height: 1.4 !important;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}
.pt-100 {
    padding-top: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
img[loading="lazy"] {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
img[loading="lazy"].loaded {
    opacity: 1;
}
/*================================================
Section Title CSS
=================================================*/
.section-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
}
.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #0593a0;
}
.section-title h2 {
    font-size: 25px;
    margin-bottom: 0;
}
.section-title h2:hover {
    color: #078c98 !important; /* Color change */
}
/*================================================
Top Header Area CSS
=================================================*/
.breaking-news-content .breaking-title {
    font-size: 15px;
    font-weight: 500;
    color: #0593a0;
    margin-bottom: 0;
    float: left;
}
.breaking-news-slides .single-breaking-news p {
    line-height: initial;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 10px;
    font-weight: 400;
}
.breaking-news-slides .single-breaking-news p a {
    color: #8a8a8a;
}
/*================================================
Navbar Area CSS
=================================================*/
.main-logo img {
    height: 100px;
}
.mobile-logo img {
    max-width: 150px; }
.display-date{
    font-size: 14px;
    color: #646b70;
}
.mobile-logo {
    min-height: 55px;
    margin-top: 0.5rem;
    margin-bottom: 10px;
    max-height: 2.5rem;
}
.top-menu {
    font-size: 0.875rem; }
.full-nav {
    z-index: 20; }
.main-nav .nav-link {
    font-size: 15px;
    color: #ffffff ;
    letter-spacing: 0.035rem;
    -webkit-font-smoothing: antialiased;
    padding: 1rem; }
.navbar-uppercase > li > a {
    text-transform: uppercase;
    font-weight: 700; }
.main-nav .dropdown-menu {
    border-width: 3px 0 0;
    border-color: #134b5b; }
.search-menu .form-src {
    position: relative;
    background: #fff; }
.search-menu input[type=text] {
    position: absolute;
    transition: width .5s ease-in-out;
    width: 30px;
    border: 1px transparent solid;
    background: transparent; }
.search-menu input[type=text]::-moz-placeholder {
    color: transparent; }
.search-menu input[type=text]::placeholder {
    color: transparent; }
.search-menu input[type=text]:focus {
    width: 200px;
    background: #fff;
    border: #dee2e6 1px solid;
    border-radius: 2rem !important; }
.search-menu input[type=text]:focus::-moz-placeholder {
    color: #1b1b1b; }
.search-menu input[type=text]:focus::placeholder {
    color: #1b1b1b; }
.search-menu .icones {
    padding-top: .75rem;
    padding-bottom: .75rem; }
@media (min-width: 992px) {
    .dropdown-menu {
        left: auto; }
    .dropdown-menu .dropdown-menu {
        left: 100%; }
    .showbacktop .logo-showbacktop {
        display: none; }
    .showbacktop .logo-showbacktop img {
        display: none; } }
.main-menu.navbar-dark a {
    color: #f8f9fa !important; }
.main-menu.navbar-dark a:hover {
    color: #fff !important; }
.main-menu.navbar-dark a.badge {
    color: #f8f9fa !important;
    background-color: #0087cb; }
.main-menu.navbar-dark h1, .main-menu.navbar-dark .h1, .main-menu.navbar-dark h2, .main-menu.navbar-dark .h2, .main-menu.navbar-dark h3, .main-menu.navbar-dark .h3, .main-menu.navbar-dark h4, .main-menu.navbar-dark .h4, .main-menu.navbar-dark h5, .main-menu.navbar-dark .h5, .main-menu.navbar-dark h6, .main-menu.navbar-dark .h6, .main-menu.navbar-dark .h1, .main-menu.navbar-dark .h2, .main-menu.navbar-dark .h3, .main-menu.navbar-dark .h4, .main-menu.navbar-dark .h5, .main-menu.navbar-dark .h6 {
    color: #f8f9fa !important; }
.main-menu.navbar-dark h1 > a, .main-menu.navbar-dark .h1 > a, .main-menu.navbar-dark h2 > a, .main-menu.navbar-dark .h2 > a, .main-menu.navbar-dark h3 > a, .main-menu.navbar-dark .h3 > a, .main-menu.navbar-dark h4 > a, .main-menu.navbar-dark .h4 > a, .main-menu.navbar-dark h5 > a, .main-menu.navbar-dark .h5 > a, .main-menu.navbar-dark h6 > a, .main-menu.navbar-dark .h6 > a, .main-menu.navbar-dark .h1 > a, .main-menu.navbar-dark .h2 > a, .main-menu.navbar-dark .h3 > a, .main-menu.navbar-dark .h4 > a, .main-menu.navbar-dark .h5 > a, .main-menu.navbar-dark .h6 > a {
    color: #f8f9fa !important; }
.main-menu.navbar-dark h1:hover, .main-menu.navbar-dark .h1:hover, .main-menu.navbar-dark h2:hover, .main-menu.navbar-dark .h2:hover, .main-menu.navbar-dark h3:hover, .main-menu.navbar-dark .h3:hover, .main-menu.navbar-dark h4:hover, .main-menu.navbar-dark .h4:hover, .main-menu.navbar-dark h5:hover, .main-menu.navbar-dark .h5:hover, .main-menu.navbar-dark h6:hover, .main-menu.navbar-dark .h6:hover, .main-menu.navbar-dark .h1:hover, .main-menu.navbar-dark .h2:hover, .main-menu.navbar-dark .h3:hover, .main-menu.navbar-dark .h4:hover, .main-menu.navbar-dark .h5:hover, .main-menu.navbar-dark .h6:hover {
    color: #fff !important; }
.main-menu.navbar-dark .hover-a:hover h1 > a, .main-menu.navbar-dark .hover-a:hover .h1 > a, .main-menu.navbar-dark .hover-a:hover h2 > a, .main-menu.navbar-dark .hover-a:hover .h2 > a, .main-menu.navbar-dark .hover-a:hover h3 > a, .main-menu.navbar-dark .hover-a:hover .h3 > a, .main-menu.navbar-dark .hover-a:hover h4 > a, .main-menu.navbar-dark .hover-a:hover .h4 > a, .main-menu.navbar-dark .hover-a:hover h5 > a, .main-menu.navbar-dark .hover-a:hover .h5 > a, .main-menu.navbar-dark .hover-a:hover h6 > a, .main-menu.navbar-dark .hover-a:hover .h6 > a, .main-menu.navbar-dark .hover-a:hover .h1 > a, .main-menu.navbar-dark .hover-a:hover .h2 > a, .main-menu.navbar-dark .hover-a:hover .h3 > a, .main-menu.navbar-dark .hover-a:hover .h4 > a, .main-menu.navbar-dark .hover-a:hover .h5 > a, .main-menu.navbar-dark .hover-a:hover .h6 > a {
    color: #0087cb !important; }
.main-menu.navbar-dark .dropdown-menu {
    background-color: #1b1b1b; }
.main-menu.navbar-dark .navbar-nav .nav-link {
    padding-left: 15px; }
.main-menu.navbar-dark .navbar-nav > .nav-item.active, .main-menu.navbar-dark .navbar-nav > .nav-item:hover {
    background: #0087cb;
    color: #f8f9fa; }
.main-menu.navbar-dark .navbar-nav .nav-item .dropdown-menu {
    border-width: 4px 0 0;
    color: #f8f9fa;
    background-color: #000; }
.main-menu.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #f8f9fa; }
.main-menu.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .main-menu.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .main-menu.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
    color: #0087cb !important;
    background: rgba(27, 27, 27, 0.85); }
.main-menu.navbar-dark .navbar-nav .vertical-tabs .nav-tabs .nav-link {
    border-color: #1b1b1b; }
.main-menu.navbar-dark .navbar-nav .vertical-tabs .nav-tabs .nav-link.active, .main-menu.navbar-dark .navbar-nav .vertical-tabs .nav-tabs .nav-link:hover {
    border-color: #000;
    background-color: #000 !important; }
@media (min-width: 992px) {
    .main-menu.navbar-dark .main-nav > li > a.active {
        color: #fff !important;
        background-color: #0087cb !important; }
    .main-menu.navbar-dark .hover-mode .main-nav li:hover > a {
        color: #0087cb !important; }
    .main-menu.navbar-dark .hover-mode .main-nav > li > a.active {
        color: #fff !important;
        background-color: #0087cb !important; }
    .main-menu.navbar-dark .hover-mode .main-nav > li:hover > a {
        color: #fff !important;
        background-color: #0087cb !important;
    }
    .navbar-nav.mx-auto li .dropdown-menu {
        left: inherit; } }
@media (max-width: 991.98px) {
    .main-nav {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .main-nav .nav-link {
        padding: .5rem; }
    .main-nav .dropdown-menu .menu-item-has-children .dropdown-menu {
        margin-left: 1rem; }

    /*No sticky mobile*/
    .mobile-sticky.is-sticky {
        z-index: 1003;
        position: fixed;
        top: 0;
        width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo-showbacktop {
        display: none !important; } }
/*------------------------------------
	Mega menu
------------------------------------*/
.navbar .dropdown-menu.mega {
    left: auto;
    right: 0; }
.navbar .dropdown-menu.mega.show {
    display: block; }
.mega-dropdown {
    position: static; }
.mega ul.menu {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0;
    list-style: none; }
.mega ul.menu > li {
    border-right: 1px solid #dee2e6; }
.mega ul.menu > li:last-child {
    border-right: none; }
.mega ul.menu > li > a {
    color: #161616;
    line-height: 2.5rem;
    font-weight: 500;
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
    background: transparent; }
.mega ul.menu > li > a::after {
    content: none !important; }
.mega ul.menu > li:hover > a {
    color: #161616;
    background-color: transparent; }
.mega ul.menu ul {
    padding-left: 0;
    list-style: none; }
.mega ul.menu ul li a {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
.mega ul.menu ul li a::after {
    content: none !important; }
/*------------------------------------
	Dropdown submenu
------------------------------------*/
.navbar-nav .dropdown-menu {
    box-shadow: 0 0.4rem 2.2rem 0 rgba(27, 30, 36, 0.1); }
 .navbar-nav .dropdown-menu .menu-item-has-children {
    position: relative; }
 .navbar-nav .dropdown-menu .menu-item-has-children .dropdown-menu {
    top: -11px;
    left: 100%;
    margin-left: 0;
    margin-right: 0; }
 .navbar-nav .dropdown-menu .menu-item-has-children a.dropdown-toggle::after, .navbar-nav .dropdown-menu .menu-item-has-children > a::after {
    top: .75rem;
    transform: rotate(-90deg);
    background-size: .7rem .7rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpolyline points='112 184 256 328 400 184' fill='none' stroke='rgba%2827, 27, 27, 0.9%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px'/%3e%3c/svg%3e");
    position: absolute;
    right: 1.25rem; }
.navbar-nav .dropdown-item:hover {
    color: #0087cb; }
.navbar-nav .nav-tabs .nav-link {
    color: #1b1b1b; }
.dropdown-menu {
    margin-top: 0; }
.dropdown-reverse {
    left: auto !important;
    right: 100% !important; }
@media (max-width: 991.98px) {
     .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item-has-children .dropdown-menu {
        margin-left: 1.5rem; }
     .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item-has-children a.dropdown-toggle::after {
        transform: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpolyline points='112 184 256 328 400 184' fill='none' stroke='rgba%2827, 27, 27, 0.9%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px'/%3e%3c/svg%3e");
        right: 0; }
    .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
        float: right;
        margin-right: 0;
        margin-left: auto; }
    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        border-left-width: 0.2rem;
        border-left-style: solid;
        border-left-color: #0087cb;
        border-top: 0; } }
@media (max-width: 767.98px) {
     .navbar-expand-md .navbar-nav .dropdown-menu .menu-item-has-children .dropdown-menu {
        margin-left: 1.5rem; }
     .navbar-expand-md .navbar-nav .dropdown-menu .menu-item-has-children a.dropdown-toggle::after {
        transform: rotate(-90deg);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpolyline points='112 184 256 328 400 184' fill='none' stroke='rgba%2827, 27, 27, 0.9%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px'/%3e%3c/svg%3e");
        right: 0; }
    .navbar-expand-md .navbar-nav .dropdown-toggle::after {
        float: right;
        margin-right: 2rem;
        margin-left: auto; }
    .navbar-expand-md .navbar-nav .dropdown-menu.show {
        border-left-width: 0.2rem;
        border-left-style: solid;
        border-left-color: #0087cb;
        border-top: 0; } }
@media (min-width: 992px) {
    .hover-mode .main-nav .dropdown-menu {
        transition: all .2s ease-in-out;
        transform: translateY(1rem);
        display: block;
        opacity: 0;
        visibility: hidden; }
    .hover-mode .main-nav .dropdown-menu.show {
        opacity: 0;
        visibility: hidden; }
    .hover-mode .main-nav .dropdown-menu.mega.show {
        opacity: 0;
        visibility: hidden; }
    .hover-mode .main-nav li:hover > a {
        color: #0087cb;
        background-color: #f8f9fa; }
    .hover-mode .main-nav li:hover > .dropdown-menu {
        transform: translateY(0rem);
        opacity: 1;
        visibility: visible; }
    .hover-mode .main-nav li:hover > .dropdown-menu.show {
        opacity: 1;
        visibility: visible; }
    .hover-mode .main-nav li:hover > .dropdown-menu.mega.show {
        opacity: 1;
        visibility: visible; }
    .hover-mode .main-nav > li:hover > a {
        color: #ffffff !important;
        background: #056a7e; }
    .navbar-dark .hover-mode li:hover > a {
        color: #0087cb;
        background-color: #1b1b1b; }
    .navbar-light .hover-mode .main-nav .show > .nav-link {
        color: rgba(0, 0, 0, 0.9); }
    .navbar-light .hover-mode .main-nav li.show:hover > .nav-link {
        color: #0087cb; }
    .navbar-expand-lg .main-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; } }
.ticker {
    width: 100%;
    margin: 10px auto; }
.ticker div {
    display: inline-block;
    word-wrap: break-word; }
.navbar-light .nav-item:hover > .nav-link {
    color: #0087cb; }
/*------------------------------------
	Vertical tabs
------------------------------------*/
.vertical-tabs {
    background: #f8f9fa; }
.vertical-tabs .nav.nav-tabs {
    float: left;
    display: block;
    border-bottom: 0;
    margin-right: 1.5rem;
    border-right: #dee2e6 1px solid; }
.vertical-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
.vertical-tabs .tab-content > .active {
    display: block;
    min-height: 10.3125rem; }
.vertical-tabs ul li {
    margin-right: -1px; }
.navbar-nav .vertical-tabs .nav-tabs .nav-link.active {
    color: #0087cb;
    border-color: #dee2e6 #fff #dee2e6 #fff;
    background-color: #fff; }
.navbar-dark .vertical-tabs {
    background: #1b1b1b;
    border-color: #1b1b1b; }
/*------------------------------------
	Sidebar tabs
------------------------------------*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #0087cb;
    border-color: #0087cb; }
.nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .nav-link.active:hover {
    border-color: #0087cb; }
.nav-tabs .nav-link.active:focus {
    border-color: #0087cb; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #dee2e6 #dee2e6 #fff; }
/*------------------------------------
	Hamburger
------------------------------------*/
.hamburger-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer; }
.hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
.hamburger-icon span:nth-child(1) {
    top: 0; }
.hamburger-icon span:nth-child(2) {
    top: 0.6rem; }
.hamburger-icon span:nth-child(3) {
    top: 0.6rem; }
.hamburger-icon span:nth-child(4) {
    top: 1.2rem; }
.hamburger-icon.open span:nth-child(1) {
    top: 0.5rem;
    width: 0;
    left: 50%; }
.hamburger-icon.open span:nth-child(2) {
    transform: rotate(45deg); }
.hamburger-icon.open span:nth-child(3) {
    transform: rotate(-45deg); }
.hamburger-icon.open span:nth-child(4) {
    top: 1rem;
    width: 0;
    left: 50%; }
.navbar-dark .navbar-toggler {
    border: none; }
.navbar-dark .hamburger-icon span {
    background: #000; }
.navbar-light .hamburger-icon span {
    background: #1b1b1b;
}
.bg-mayorsap-nav{
    background-color: #2e92a1;
    /*#6afa6c;*/
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    background: #014b5a;
}
/*================================================
Main News Area CSS
=================================================*/
/*================================================
Default News Area CSS
=================================================*/
.default-news-area {
    padding-bottom: 20px;
}
.business-news{
    padding-top: 20px;
    padding-bottom: 20px;
}
.single-most-popular-news {
    margin-bottom: 30px;
}
.single-most-popular-news .popular-news-image {
    overflow: hidden;
}
.single-most-popular-news .popular-news-image img {
    transition: 0.5s;
    height: 210px;
    width: 100%;
}
.single-most-popular-news .popular-news-content {
    margin-top: 15px;
}
.single-most-popular-news .popular-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #0593a0;
}
.single-most-popular-news .popular-news-content h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.single-most-popular-news .popular-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-most-popular-news .popular-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.single-most-popular-news .popular-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-most-popular-news .popular-news-content p a {
    color: #656565;
}
.single-most-popular-news:hover .popular-news-content h3 a {
    color: #0593a0;
}
.single-most-popular-news:hover .popular-news-content h3 a::before {
    width: 100%;
}
.single-most-popular-news:hover .popular-news-content p a {
    color: #0593a0;
}
.single-most-popular-news:hover .popular-news-image img {
    transform: scale(1.1);
}
.most-popular-post {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
}
.most-popular-post .post-image {
    overflow: hidden;
}
.most-popular-post .post-image img {
    transition: 0.5s;
}
.most-popular-post .post-content span {
    font-size: 14px;
    font-weight: 500;
    color: #0593a0;
}
.most-popular-post .post-content h3 {
    font-size: 16px;
    /*font-size: 20px;*/
    margin-top: 5px;
    margin-bottom: 5px;
}
.most-popular-post .post-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.most-popular-post .post-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #0593a0;
    transition: 0.5s;
    z-index: -1;
}
.most-popular-post .post-content p {
    font-weight: 400;
    font-size: 14px;
}
.most-popular-post .post-content p a {
    color: #656565;
}
.most-popular-post:hover .post-content h3 a {
    color: #0593a0;
}
.most-popular-post:hover .post-content h3 a::before {
    width: 100%;
}
.most-popular-post:hover .post-image img {
    transform: scale(1.1);
}
.video-item {
    position: relative;
}
.video-item::before {
    position: absolute;
    content: "";
    background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
    height: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
}
.video-item .video-news-image {
    position: relative;
}
.video-item .video-news-image i {
    font-size: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    transition: 0.5s;
}
.video-item .video-news-image i:hover {
    color: #0593a0;
}
.video-item .video-news-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 1;
    transition: 0.5s;
}
.video-item .video-news-content h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.video-item .video-news-content h3 a {
    color: #ffffff;
}
.video-item .video-news-content span {
    color: #ffffff;
    font-size: 14px;
}
.video-item:hover .video-news-image i {
    color: #0593a0;
}
.video-item:hover .video-news-content h3 a {
    color: #0593a0;
}
.video-item.mb-30 {
    margin-bottom: 30px;
}
.video-slides {
    margin-bottom: 30px;
}
.video-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.video-slides.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.video-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #0593a0;
    border: 1px solid #0593a0;
}
.single-politics-news {
    margin-bottom: 30px;
}
.single-politics-news .politics-news-image {
    overflow: hidden;
    position: relative;
}
.single-politics-news .politics-news-image img {
    transition: 0.5s;
}
.single-politics-news .politics-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.single-politics-news .politics-news-image i:hover {
    color: #0593a0;
}
.single-politics-news .politics-news-content {
    margin-top: 5px;
}
.single-politics-news .politics-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #0593a0;
}
.single-politics-news .politics-news-content h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.single-politics-news .politics-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-politics-news .politics-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.single-politics-news .politics-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-politics-news .politics-news-content p a {
    color: #656565;
}
.single-politics-news:hover .politics-news-content h3 a {
    color: #0593a0;
}
.single-politics-news:hover .politics-news-content h3 a::before {
    width: 100%;
}
.single-politics-news:hover .politics-news-content p a {
    color: #0593a0;
}
.single-politics-news:hover .politics-news-image img {
    transform: scale(1.1);
}
.politics-news-post {
    margin-bottom: 5px;
}
.politics-news-post .politics-news-image {
    overflow: hidden;
    position: relative;
}
.politics-news-post .politics-news-image img {
    transition: 0.5s;
}
.politics-news-post .politics-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.politics-news-post .politics-news-image i:hover {
    color: #0593a0;
}
.politics-news-post .politics-news-content h3 {
    font-size: 16px;
    margin-top: 1px;
    font-weight: 500;
    margin-bottom: 1px;
}
.politics-news-post .politics-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.politics-news-post .politics-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.politics-news-post .politics-news-content p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 1px;
    color: #0593a0;
}
.politics-news-post:hover .politics-news-content h3 a {
    color: #0593a0;
}
.politics-news-post:hover .politics-news-content h3 a::before {
    width: 100%;
}
.politics-news-post:hover .politics-news-image img {
    transform: scale(1.1);
}
.single-business-news {
    margin-bottom: 30px;
}
.single-business-news .business-news-image {
    overflow: hidden;
}
.single-business-news .business-news-image img {
    transition: 0.5s;
    height: 210px;
}
.single-business-news .business-news-content {
    margin-top: 20px;
}
.single-business-news .business-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #0593a0;
}
.single-business-news .business-news-content h3 {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 1px;
}
.single-business-news .business-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-business-news .business-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.single-business-news .business-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-business-news .business-news-content p a {
    color: #656565;
}
.single-business-news:hover .business-news-content h3 a {
    color: #0593a0;
}
.single-business-news:hover .business-news-content h3 a::before {
    width: 100%;
}
.single-business-news:hover .business-news-content p a {
    color: #0593a0;
}
.single-business-news:hover .business-news-image img {
    transform: scale(1.1);
}
.business-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.business-news-slides.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.business-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #0593a0;
    border: 1px solid #0593a0;
}
.single-sports-news {
    margin-bottom: 30px;
}
.single-sports-news .sports-news-image {
    overflow: hidden;
}
.single-sports-news .sports-news-image img {
    transition: 0.5s;
}
.single-sports-news .sports-news-content h3 {
    font-size: 17px;
    margin-bottom: 5px;
}
.single-sports-news .sports-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-sports-news .sports-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.single-sports-news .sports-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-sports-news:hover .sports-news-content h3 a {
    color: #0593a0;
}
.single-sports-news:hover .sports-news-content h3 a::before {
    width: 100%;
}
.single-sports-news:hover .sports-news-image img {
    transform: scale(1.1);
}
.single-culture-news {
    margin-bottom: 30px;
}
.single-culture-news .culture-news-image {
    overflow: hidden;
    position: relative;
}
.single-culture-news .culture-news-image img {
    transition: 0.5s;
    height: 210px;
    width: 100%;
}
.single-culture-news .culture-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.single-culture-news .culture-news-image i:hover {
    color: #0593a0;
}
.single-culture-news .culture-news-content {
    margin-top: 15px;
}
.single-culture-news .culture-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #0593a0;
}
.single-culture-news .culture-news-content h3 {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 1px;
}
.single-culture-news .culture-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-culture-news .culture-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.single-culture-news .culture-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-culture-news .culture-news-content p a {
    color: #656565;
}
.single-culture-news:hover .culture-news-content h3 a {
    color: #0593a0;
}
.single-culture-news:hover .culture-news-content h3 a::before {
    width: 100%;
}
.single-culture-news:hover .culture-news-content p a {
    color: #0593a0;
}
.single-culture-news:hover .culture-news-image img {
    transform: scale(1.1);
}
.culture-news-post {
    margin-bottom: 30px;
}
.culture-news-post .culture-news-image {
    overflow: hidden;
}
.culture-news-post .culture-news-image img {
    transition: 0.5s;
    min-height: 69px;
}
.culture-news-post .culture-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #0593a0;
}
.culture-news-post .culture-news-content h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 1px;
}
.culture-news-post .culture-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.culture-news-post .culture-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.culture-news-post .culture-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.culture-news-post:hover .culture-news-content h3 a {
    color: #0593a0;
}
.culture-news-post:hover .culture-news-content h3 a::before {
    width: 100%;
}
.culture-news-post:hover .culture-news-image img {
    transform: scale(1.1);
}
.single-health-news {
    position: relative;
}
.single-health-news::before {
    position: absolute;
    content: "";
    background: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.single-health-news .health-news-image {
    overflow: hidden;
}
.single-health-news .health-news-image img {
    transition: 0.5s;
    height: 210px !important;
}
.single-health-news .health-news-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    z-index: 2;
}
.single-health-news .health-news-content span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.single-health-news .health-news-content h3 {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 1px;
}
.single-health-news .health-news-content h3 a {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.single-health-news .health-news-content h3 a:hover {
    color: #00eaff !important;
}
.single-health-news .health-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.single-health-news .health-news-content p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.single-health-news .health-news-content p a {
    color: #ffffff;
}
.single-health-news:hover .health-news-content h3 a {
    color: #0593a0;
}
.single-health-news:hover .health-news-content h3 a::before {
    width: 100%;
}
.single-health-news:hover .health-news-content p a {
    color: #0593a0;
}
.single-health-news:hover .health-news-image img {
    transform: scale(1.1);
}
.health-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.health-news-slides.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.health-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #0593a0;
    border: 1px solid #0593a0;
}
/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 30px;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget-area .widget .widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: 500;
}
.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #0593a0;
}
.widget-area .widget_latest_news_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_latest_news_thumb .item {
    overflow: hidden;
    margin-bottom: 25px;
}
.widget-area .widget_latest_news_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_latest_news_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_latest_news_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_latest_news_thumb .item .info span {
    display: block;
    color: #656565;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}
.widget-area .widget_latest_news_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
}
.widget-area .widget_latest_news_thumb .item .info .title a {
    display: inline-block;
    transition: 0.5s;
}
.widget-area .widget_latest_news_thumb .item:hover .info .title a {
    color: #dc472e;
}
.widget-area .widget_popular_posts_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_popular_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 1px;
}
.widget-area .widget_popular_posts_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_popular_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage img {
        height: 50px;
    width: 100%;
}
.widget-area .widget_popular_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 0px;
}
.widget-area .widget_popular_posts_thumb .item .info span {
    display: block;
    color: #656565;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}
.widget-area .widget_popular_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}
.widget-area .widget_popular_posts_thumb .item .info .title a {
    display: inline-block;
    transition: 0.5s;
}
.widget-area .widget_popular_posts_thumb .item:hover .info .title a {
    color: #dc472e;
}
/*================================================
New News Area CSS
=================================================*/
/*================================================
Main Default News Area CSS
=================================================*/
.main-default-news-area {
    padding-top: 20px;
    padding-bottom: 20px;
}
.single-main-default-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.single-main-default-news::before {
    position: absolute;
    content: "";
    background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.single-main-default-news img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.single-main-default-news .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    z-index: 2;
}
.single-main-default-news .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #0593a0;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 400;
    transition: 0.5s;
}
.single-main-default-news .news-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 12px;
}
.single-main-default-news .news-content h3 a {
    color: #ffffff;
    position: relative;
}
.single-main-default-news .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #19d8ea;
    transition: 0.5s;
    z-index: -1;
}
.single-main-default-news .news-content span {
    color: #ffffff;
    font-size: 14px;
}
.single-main-default-news:hover img {
    transform: scale(1.1);
}
.single-main-default-news:hover .news-content .tag {
    background-color: #095f68;
}
.single-main-default-news:hover .news-content h3 a {
    color: #19d8ea;
}
.single-main-default-news:hover .news-content h3 a::before {
    width: 100%;
}
.single-main-default-news-inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-main-default-news-inner::before {
    position: absolute;
    content: "";
    background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.2;
}
.single-main-default-news-inner img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.single-main-default-news-inner .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    z-index: 2;
}
.single-main-default-news-inner .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #0593a0;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 400;
    transition: 0.5s;
}
.single-main-default-news-inner .news-content h3 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 12px;
}
.single-main-default-news-inner .news-content h3 a {
    color: #ffffff;
    position: relative;
}
.single-main-default-news-inner .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #19d8ea;
    transition: 0.5s;
    z-index: -1;
}
.single-main-default-news-inner .news-content span {
    color: #ffffff;
    font-size: 14px;
}
.single-main-default-news-inner:hover img {
    transform: scale(1.1);
}
.single-main-default-news-inner:hover .news-content .tag {
    background-color: #095f68;
}
.single-main-default-news-inner:hover .news-content h3 a {
    color: #19d8ea;
}
.single-main-default-news-inner:hover .news-content h3 a::before {
    width: 100%;
}
/*================================================
Main News Slider Area CSS
=================================================*/
.main-news-slider-area {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-news-slider-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    padding-top: 35px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e1e1e1;
}
.page-title-content {
    position: relative;
}
.page-title-content h2 {
    margin-bottom: 0;
    font-size: 30px;
}
.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    transform: translateY(-50%);
}
.page-title-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 400;
    color: #0593a0;
    position: relative;
}
.page-title-content ul li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    height: 15px;
    width: 1px;
    background-color: #0593a0;
}
.page-title-content ul li:first-child {
    margin-left: 0;
}
.page-title-content ul li:first-child::before {
    display: none;
}
.page-title-content ul li a {
    display: block;
}
/*================================================
Pagination Area CSS
=================================================*/
/*================================================
Author Area CSS
=================================================*/
/*================================================
About Area CSS
=================================================*/
/*================================================
Team Area CSS
=================================================*/
/*================================================
Login Area CSS
=================================================*/
/*================================================
Register Area CSS
=================================================*/
/*================================================
404 Error Area CSS
=================================================*/
/*================================================
Terms of service Area CSS
=================================================*/
/*================================================
Coming Soon Area CSS
=================================================*/
/*================================================
Contact Area CSS
=================================================*/
.contact-info {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.contact-info li {
    font-size: 15px;
    color: #656565;
    list-style-type: none;
    margin-bottom: 12px;
}
.contact-info li:last-child {
    margin-bottom: 0;
}
.contact-info li span {
    font-size: 16px;
    color: #09101f;
    font-weight: 500;
}
.contact-info li a {
    color: #656565;
}
.contact-info li a:hover {
    color: #0593a0;
}
/*================================================
News Area CSS
=================================================*/
/*================================================
News Details Area CSS
=================================================*/
.blog-details-desc .article-image {
    position: relative;
}
.blog-details-desc .article-image i {
    font-size: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.blog-details-desc .article-image:hover i {
    color: #0593a0;
}
.blog-details-desc .article-content {
    margin-top: 15px;
}
.blog-details-desc .article-content span {
    font-weight: 400;
    font-size: 14px;
}
.blog-details-desc .article-content span a {
    color: #656565;
}
.blog-details-desc .article-content span a:hover {
    color: #0593a0;
}
.blog-details-desc .article-content h3 {
    margin-top: 5px;
    font-size: 35px;
}
.blog-details-desc .article-content h4 {
    margin-bottom: 15px;
    font-size: 22px;
}
.blog-details-desc .article-content p {
    font-size: 18px;
    font-weight: 500;
    color: #131313;
}
.blog-details-desc .article-content p img {
    padding: 10px !important;
}
blockquote, .blockquote {
    background-color: #fafafa;
    padding: 30px !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #dc472e;
    border-right: 3px solid #dc472e;
    border-radius: 5px;
}
blockquote p, .blockquote p {
    color: #09101f;
    margin-bottom: 0;
    font-size: 18px !important;
    font-weight: 500;
    font-style: italic;
}
.post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.post-navigation .navigation-links {
    display: flex;
    flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
    flex: 0 0 50%;
    max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
    transition: 0.5s;
    font-size: 25px;
    position: relative;
    top: 5px;
    line-height: 0;
}
.post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
    margin-right: 2px;
    transition: 0.5s;
    font-size: 25px;
    position: relative;
    top: 5px;
    line-height: 0;
}
.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0;
}
.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
}
.comments-area {
    margin-top: 30px;
}
.comments-area ol, .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .children {
    margin-left: 20px;
}
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #111111;
}
.footer-area a{
    color: #ffffff;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget a img {
    margin-bottom: 25px;
    height: 85px !important;
}
.single-footer-widget p {
    color: #ffffff;
    font-size: 14px;
}
.single-footer-widget .social {
    margin-top: 25px;
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .social li {
    list-style-type: none;
    display: inline-block;
}
.single-footer-widget .social li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 0 5px;
    transition: 0.5s;
}
.single-footer-widget .social li a i:hover {
    background-color: #0593a0;
    border: 1px solid #0593a0;
}
.single-footer-widget h2 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 25px;
}
.single-footer-widget .post-content {
    margin-bottom: 20px;
}
.single-footer-widget .post-content:last-child {
    margin-bottom: 0;
}
.single-footer-widget .post-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.single-footer-widget .post-content h4 a {
    color: #ffffff;
}
.single-footer-widget .post-content span {
    color: #ffffff;
    font-size: 12px;
}
.single-footer-widget .post-content .row .col-lg-4 {
    padding-right: 5px;
}
.single-footer-widget .post-content .row .col-lg-8 {
    padding-left: 5px;
    padding-right: 5px;
}
.single-footer-widget .post-content .post-image a img {
    margin-bottom: 0;
    max-width: 80px;
}
.single-footer-widget .post-content:hover h4 a {
    color: #0593a0;
}
.single-footer-widget .useful-links-list {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .useful-links-list li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 15px;
}
.single-footer-widget .useful-links-list li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .useful-links-list li a {
    color: #ffffff;
}
.single-footer-widget .useful-links-list li a:hover {
    color: #0593a0;
}
/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #111111;
    border-top: 1px solid #292929;
}
.copyright-area .copyright-area-content {
    text-align: center;
}
.copyright-area .copyright-area-content p {
    color: #ffffff;
    font-size: 14px;
}
.copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 500;
    color: #0593a0;
}
.copyright-area .copyright-area-content p a:hover {
    color: #ffffff;
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #09101f;
    z-index: 4;
    width: 35px;
    text-align: center;
    height: 35px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}
.go-top:hover {
    background-color: #0593a0;
    color: #ffffff;
    transition: 0.5s;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
/*=================================
Buy Now Btn
====================================*/
#rightSidebarToggle {
    display: none; /* Hidden on page load */
    position: fixed;
    top: 30px;
    right: 20px;
    white-space: nowrap;
    transition: right 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1005;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: #f51600;
    border: 1px solid #f51600;
    color: #ffffff;
}
/* Optional mobile tweaks */
@media (max-width: 767.98px) {
    #rightSidebarToggle {
        top: 30px !important;
        right: 40px !important;
        font-size: 14px;
        padding: 4px 12px !important;
    }
}
#rightSidebarToggle.show {
    display: flex; /* or inline-flex based on layout */
}
.bordered-shadow {
    border: 1px solid #EEEEEE;
    background: #f7f7f7;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px 0;
    transition: all 0.3s ease-in-out;
}
.more-news {
    color:  #10bfd1;
}
.more-news:hover{
    color: #127685;
}
#nepali-num {
    font-weight: 500;
    color: #10bfd1;
    position: absolute;
    left: 0px;
    font-size: 34px;
    margin-bottom: 10px;
}
/*.content-header {*/
/*    position: relative;*/
/*    background-color: #2e92a1;*/
/*    color: white;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*}*/
.content-header {
    position: relative;
    background-color: #ffffff;
    color: #4092a2;
    padding: 15px 18px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    overflow: hidden;
}
/*.content-header::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 3px;*/
/*    right: 3px;*/
/*    bottom: 3px;*/
/*    border: 2px solid white;*/
/*    border-radius: 20px; !* Slightly less than parent to fit inside *!*/
/*    pointer-events: none; !* Ensures it doesn't block interaction *!*/
/*    z-index: 0;*/
/*}*/
.content-header::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid #4092a2;
    border-radius: 20px;
    pointer-events: none;
    z-index: 0;
}
.subtitle {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #10bfd1;
}
.head-title {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Mukta", sans-serif;
    display: block;
    color: #5a5a5a;
    margin-bottom: 15px;
    margin-top: 15px;
}
.head-title:hover {
    color: #2e92a1 !important;
}
.banner-excerpt p {
    line-height: 1.75;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #5a5a5a;
}
/* Tablets */
@media (max-width: 991.98px) {
    .banner-excerpt p {
        font-size: 18px;
        line-height: 1.6;
    }
}
/* Mobile devices */
@media (max-width: 575.98px) {
    .banner-excerpt p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
    .head-title {
        font-size: 25px;
        line-height: 1.5;
        font-weight: 700;
        font-family: "Mukta", sans-serif;
        display: block;
        color: #5a5a5a;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .content-header {
        padding: 11px 12px 8px;
        font-size: 12px;
    }
}
/* Wide Mobile = 480px */
.category-label {
    position: relative;
    font-size: 13px;
    padding: 12px 17px 10px;
    display: inline-block;
    background: #2e92a1;
    color: #fff;
    line-height: 1.2;
    border-radius: 20px;
    font-weight: 800;
}
.category-label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid white;
    border-radius: 16px;
    pointer-events: none;
    z-index: 0;
}
.category-label:hover {
    background: #227b89; /* Darker on hover */
    transform: translateY(-2px); /* Slight lift effect */
    cursor: pointer;
}
/* Responsive adjustments for screens smaller than 576px (Bootstrap sm breakpoint) */
@media (max-width: 575.98px) {
    .category-label {
        font-size: 11px;
        padding: 9px 12px 4px;
        margin-bottom: 6px;
        border-radius: 14px;
    }

    .category-label::before {
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 12px;
    }
}
/*acme starts*/
.acme-news-ticker {
    position: relative; /* default - part of normal layout */
    width: 100%;
    z-index: 998;
    transition: all 0.3s ease;
}
.acme-news-ticker.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Keeps label width fixed, doesn't move */
.close-ticker {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    border: none;
    font-size: 30px;
    font-weight: bold;
    width: 40px;
    height: 100%;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    transition: background 0.3s ease;
}
.close-ticker:hover {
    background-color: darkred;
}
.stop {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    z-index: 1;
}
.stop i {
    color: #2e92a1;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.stop::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid white;
    border-radius: 20px;
    pointer-events: none;
    z-index: 0;
}
li.border-bottom {
    border-bottom: 1px solid #dee2e6; /* Customize color if needed */
}
.recent-side-news {
    display: block;
    line-height: 1.4;
    padding-left: 0; /* Optional */
    margin-left: 0;  /* Optional */
    font-size: 13px;
    font-weight: 600;


}
/*acme ends*/
#npTime {
    width: 100px; /* or 6.25rem */
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}
.hidden-ticker {
    display: none !important;
}
.acme-news-ticker {
    position: relative; /* default - part of normal layout */
    width: 100%;
    z-index: 998;
    transition: all 0.3s ease;
}
.my-news-ticker li {
    margin-bottom: 20px !important;
}
.acme-news-ticker.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.close-ticker {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    border: none;
    font-size: 30px;
    font-weight: bold;
    width: 40px;
    height: 100%;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    transition: background 0.3s ease;
}
.close-ticker:hover {
    background-color: darkred;
}
.search-button {
    border: none;
    background-color:#ffffff ;
    color: #0593a0;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 5px;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.search-button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-popup-form {
    display: grid;
    place-items: center;
    padding: 10px 40px 30px;
    border-radius: 6px;
    transition: 300ms;
    transform: translateY(20px);
}
.search-modal {
    background: #f1fdff;
}
.search-modal .search-btn{
    background: #0593a0;
}
.search-modal .search-btn i{
    color: #ffffff;
    font-size: 21px;
}
.search-modal .search-btn:hover{
    background: #063d42;
}
/**/
/*------------------------------------
Mobile menu
------------------------------------*/
.sidenav-body-open {
    position: fixed;
    width: 100%;
    z-index: 1449;
}
.sidenav-body-open .back-menu-start {
    right: 0;
    left: 17.5rem;
}
.sidenav-body-open .back-menu-start span {
    display: block;
}
.sidenav-body-open:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1400;
}
.sidenav-body-open .back-menu {
    position: fixed;
    visibility: visible;
    opacity: 1;
    text-decoration: none;
    top: 0;
    z-index: 1451;
    color: #fff;
    padding: 1rem;
    height: 100%;
    cursor: pointer;
}
.side-link .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: #dee2e6 1px solid;
}
.side-link .dropdown-item {
    border-bottom: #dee2e6 1px solid;
}
.menu-mobile {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 0;
    height: 100%;
    overflow: auto;
    z-index: 1452;
}
.menu-mobile a {
    display: block;
    background: transparent;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    font-family: "Karma", sans-serif;
    letter-spacing: 1px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 2000;
    color: #0593a0;
}
.menu-mobile .mobile-copyright a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: inherit;
}
.push {
    transition: all 0.5s ease;
}
.push-start {
    width: 17.5rem;
    left: -17.5rem;
}
.push-start.push-open {
    left: 0;
}
.back-menu {
    opacity: 0;
    visibility: hidden;
}
.back-menu span {
    display: none;
}
 .sidenav-menu .navbar-nav, .sidenav-menu .navbar-nav > li {
    float: none;
}
.sidenav-menu {
    margin-bottom: 1rem;
}
.sidenav-menu a:after {
    font-size: inherit;
    text-rendering: auto;
    float: right;
    transform: rotate(0deg) !important;
    transition: all linear 0.25s;
}
.sidenav-menu .navbar {
    padding: 0;
}
.sidenav-menu .navbar-nav {
    width: 100%;
}
.sidenav-menu .navbar-nav .dropdown-toggle:after {
    float: right;
    margin-right: 0 !important;
}
.dropdown-toggle::after {
    display: none;

}
.sidenav-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.sidenav-menu .dropdown a.show {
    color: #01589f;
}
.sidenav-menu .nav-link.active {
    color: #000000;

}
.sidenav-menu li.show > a.dropdown-toggle {
    color: #01589f;
}
.sidenav-menu .dropdown-item:hover, .sidenav-menu .dropdown-item:focus, .sidenav-menu .dropdown-item:active {
    background: transparent;
    color: #01589f;
}
.sidenav-menu .dropdown-menu {
    padding-top: 0;
    padding-left: 0.875rem;
    border: 0;
    box-shadow: none;
    position: static;
    float: none;
    min-width: 0;
}
.sidenav-menu .dropdown-menu.show {
    border-left-width: 0 !important;
}
.sidenav-menu .dropdown-menu li a {
    white-space: normal;
}
.logo-sidenav {
    min-height: 4.5rem;
    text-align: center;
}
.logo-sidenav a::before {
    content: "";
    width: 5rem;
    height: 1px;
    background: #2e92a1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.5rem;
}
/*------------------------------------
 Lazyload images
------------------------------------*/
.image-wrapper {
    /*background color if image is loading slow*/
    background-color: #f8f9fa;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(to left, #f8f9fa 0%, #ced4da 15%, #f8f9fa 40%, #f8f9fa 100%);
    background-size: 400% 700% !important;
    background-position: center center !important;
    /*-webkit-animation: AnimationSea 1.5s infinite linear forwards;*/
    /*animation: AnimationSea 1.5s infinite linear{ forwards;*/
}
.image-wrapper img{
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #e0f8fd;
}
.image-wrapper .card-body{
    height: 90px;
}
.ratio_251-141 img{
    width: 100%;
}
.news-byline span{
    font-size: 16px;
}
.news-byline i{
    font-size: 18px;
}
iframe{
    width: 100% !important;
    height:400px !important;
}
.horoscope-card {
    margin-bottom: 20px;
    padding: 20px 0;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
    box-shadow: 0 4px 10px rgb(228 250 254); /* Box shadow for the card */
}
.horoscope-card:hover {
    transform: translateY(-5px); /* Slight lift effect on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Increase shadow intensity on hover */
}
.horoscope-card .card-body {
    text-align: center;
}
.horoscope-card h5 {
    font-size: 18px;
    margin-top: 10px;
}
.himage-container {
    display: flex;
    justify-content: center;  /* Centers the image horizontally */
    align-items: center;  /* Centers the image vertically */
    height: 100%;  /* Optional: Ensures that the container fills available space */
    width: 100%;  /* Optional: Makes the container full width */
}
.custom-card-img-top {
    width: 100%;  /* Makes the image responsive */
    height: auto;  /* Maintains the image aspect ratio */
    max-width: 100px;  /* Optional: Limits the maximum width of the image */
    -o-object-fit: cover;
       object-fit: cover;  /* Ensures the image covers the space, cropping if necessary */
    border-radius: 8px;  /* Optional: Adds rounded corners */
}
/* For mobile devices, adjust image size */
@media (max-width: 768px) {
    .custom-card-img-top {
        max-width: 150px;  /* Smaller width for mobile */
    }
}
.sabai {
    transition: all 0.3s ease;
    color: #0a3236 !important;
    font-size: 14px;
    display: inline-block; /* Needed for transform to work correctly */
}
.sabai span {
    font-size: 17px;
    transition: all 0.3s ease;
}
/* Hover effect on .sabai */
.sabai:hover {
    color: #078c98 !important; /* Color change */
    transform: scale(1.05);     /* Zoom effect */
}
/* Optional: also style the span on hover */
.sabai:hover span {
    color: #078c98 !important; /* Match the hover color */
}
.custom-outline-danger {
    background-color: #dc123a !important;
    color: #ffffff;
    padding: 0.5rem 0.3rem 0.2rem !important;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
    width: 7.4rem;
}
.custom-outline-danger:hover {
    background-color: #ffffff !important;
    color: #dc123a !important;

}
.hover-mode .main-nav > li:hover > .custom-outline-danger{
    background-color: #ffffff !important;
    color: #dc123a !important;
}
.custom-outline-youtube {
    background-color: #ffffff;
    color: #dc123a !important;
    padding: 0.5rem 0.3rem 0.2rem !important;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
    width: 6rem;
}
.custom-outline-youtube a:hover {
    background-color: #dc123a !important;
    color: #ffffff;
}
.hover-mode .main-nav > li:hover > .custom-outline-youtube{
    background-color: #dc123a !important;
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .custom-outline-youtube {
        border: 2px solid #ff0000 !important;
        border-radius: 6px;
        width: 7.4rem;
    }
    .custom-outline-danger{
        color: #ffffff !important;
        border: 2px solid #ff0000 !important;

    }
}
.error-main{
    background-color: #fff;
    box-shadow: 0px 10px 10px -10px #5D6572;
}
.error-main i{
    font-size:90px !important;
    color:#ffcd00;
    margin-top:20px;
}
.error-main h1{
    font-weight: bold;
    color: #4092a2;
    font-size: 100px;
    text-shadow: 2px 4px 5px #6E6E6E;
}
.error-main h6{
    color: #42494F;
}
.error-main p{
    color: #9897A0;
    font-size: 14px;
}
.pdf-download-btn {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background-color: transparent;
    color: #0593A0; /* Matches your .bg-primary */
    border: 2px solid #0593A0;
    border-radius: 0.375rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.bg-soft-teal-gradient {
    background: linear-gradient(90deg, rgb(5 170 195 / 66%), rgba(5, 147, 160, .01));
    padding: 2rem;
    border-radius: 0.5rem;
}
.bg-mayorsap{
    background-color: rgb(43 135 153) !important;
}
.pdf-download-btn:hover {
    background-color: #0593A0;
    color: #fff !important;
}
.category_news_title{
    line-height: 1.4;
}
.btn-outline-info.text-black:hover {
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .most-popular-post .post-content {
    padding: 20px;
  }
  .video-item .video-news-content h3 {
    font-size: 18px;
  }
  .politics-news-post .politics-news-content h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .single-sports-news .sports-news-content {
    margin-top: 20px;
  }
  .culture-news-post .culture-news-content h3 {
    margin-top: 20px;
  }
  .single-health-news .health-news-content {
    padding: 10px;
  }
  .widget-area {
    margin-top: 30px;
  }
  .single-footer-widget .post-content h4 {
    margin-top: 15px;
  }
  .single-footer-widget .post-content .row .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breaking-news-content {
    margin-bottom: 15px;
    text-align: center;
  }
  .breaking-news-content .breaking-title {
    float: unset;
    margin-bottom: 10px;
  }
  .breaking-news-slides .single-breaking-news p {
    padding-left: 0;
  }
  .single-main-default-news-inner .news-content h3 {
    font-size: 20px;
  }
  .single-health-news {
    margin-bottom: 30px;
  }
  .health-news-content {
    margin-top: 15px;
  }
  .culture-news-content {
    margin-top: 15px;
  }
  .mt-0 {
    margin-top: 15px !important;
  }
  .page-title-content {
    text-align: center;
  }
  .page-title-content h2 {
    margin-bottom: 12px;
    font-size: 25px;
  }
  .page-title-content ul {
    text-align: center;
    position: relative;
    right: 0;
    top: unset;
    transform: unset;
  }
  .news-area.bg-ffffff .widget-area {
    margin-top: 0;
  }
  .news-area.bg-ffffff .widget-area .widget:last-child {
    margin-bottom: 30px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 20px;
  }
  .blog-details-desc .article-content h4 {
    font-size: 20px;
  }
  .news-details-area.bg-ffffff .widget-area {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-area.bg-color {
    border: none;
  }
  .most-popular-post .post-content {
    padding: 0;
  }
  .politics-news-post .politics-news-content h3 {
    margin-top: 10px;
  }
  .culture-news-post .culture-news-content h3 {
    margin-top: 10px;
  }
  .single-health-news .health-news-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .top-header-social {
    text-align: center;
    margin-bottom: 10px;
  }
  .text-right {
    text-align: center !important;
  }
  .top-header-area.bg-color {
    border: none;
  }
  .top-header-others {
    text-align: center;
  }
  .main-responsive-nav .logo img {
    max-width: 50px !important;
    position: relative;
    z-index: 99999;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .others-option-for-responsive .dot-menu {
    top: -32px;
  }
  .others-option-for-responsive .container .container {
    right: 20px;
    max-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 10px;
  }
  .others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item .languages-list {
    display: inline-block;
  }
  .others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
  }
  .single-most-popular-news .popular-news-image img {
    width: 100%;
  }
  .single-politics-news .politics-news-image img {
    width: 100%;
  }
  .single-culture-news .culture-news-image img {
    width: 100%;
  }
  .single-footer-widget .post-content h4 {
    margin-top: 15px;
  }
  .single-footer-widget .post-content .row .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sports-news-content {
    margin-top: 15px;
  }
  .breaking-news-content {
    margin-bottom: 15px;
    text-align: center;
  }
  .breaking-news-content .breaking-title {
    float: unset;
    margin-bottom: 10px;
  }
  .breaking-news-slides .single-breaking-news p {
    padding-left: 0;
  }
  .single-main-default-news img {
    width: 100%;
  }
  .widget-area {
    margin-top: 30px;
  }
  .single-health-news {
    margin-bottom: 30px;
  }
  .single-business-news .business-news-image img {
    width: 100%;
  }
  .mt-0 {
    margin-top: 15px !important;
  }
  .page-title-content {
    text-align: center;
  }
  .page-title-content h2 {
    margin-bottom: 12px;
    font-size: 25px;
  }
  .page-title-content ul {
    text-align: center;
    position: relative;
    right: 0;
    top: unset;
    transform: unset;
  }
  .news-area.bg-ffffff .widget-area {
    margin-top: 0;
  }
  .news-area.bg-ffffff .widget-area .widget:last-child {
    margin-bottom: 30px;
  }
  .news-details-area.bg-ffffff .widget-area {
    margin-top: 0;
  }
  .news-details-area.bg-ffffff .widget-area .widget:last-child {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header-area.bg-color {
    border: none;
  }
  .main-responsive-nav .logo img {
    max-width: 50px !important;
    position: relative;
    z-index: 99999;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .others-option-for-responsive .dot-menu {
    top: -32px;
  }
  .others-option-for-responsive .container .container {
    right: 20px;
    max-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 10px;
  }
  .others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item .languages-list {
    display: inline-block;
  }
  .others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
  }
  .single-footer-widget .post-content .post-image a img {
    max-width: 60px;
  }
  .single-footer-widget .social li a i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 16px;
  }
}
