/*
Theme Name: Technohaat News Portal
Theme URI: http://technohaat.com/motobad
Author: Technohaat It Ltd
Author URI: https://technohaat.com 
Description: Technohaat - Newsportal HTML Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Sections
    ## Nav Bar
    ## Main Heading News
    ## Grid-1
    ## Grid-2
    ## Grid-3
    ## Footer...

--------------------------------------------------------------*/
/*--------------------------------------
    - Base
----------------------------------------*/
/*--------------------------------------
    - Layout
----------------------------------------*/

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    overflow-x: hidden !important;
}

:root {
    --slg-color: #000000;
    --slg-color-ed: #000000c7;
    --slg-color-ad: #0000007d;
}

/* =============================================================================
   
================================================================================*/

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

/* ===================================================================================

=============================================================================*/

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
    color: #222;
}

ul {
    list-style-type: none;
    margin-bottom: 0 !important;
}

img {
    min-width: 100%!important;
}

.fixed {
    position: fixed !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    background-color: #de1f26;
    border-bottom: 1px solid #363d4d;
    z-index: 9999 !important;
    transition: 0.7s ease-in-out;
    width: 100%;

}

.search-none {
    display: none;
}

.search-block {
    display: block;
}

.mt-10 {
    margin-top: 10px;
}

.bg-gray {
    background-color: #efefef;
}

/* --------scroll ber design----------- */
::-webkit-scrollbar {
    width: 6px!important;
    height: 1px!important;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #dcdada
}

::-webkit-scrollbar-thumb {
    background: #363d4d;
    border-radius: 10px;
}

/* --------------------------advertigement----------------------------- */
.ad-area {
    background-color: #fff;
}

.advertisement {
    text-align: center;
}

.advertisement a img {
    max-width: 100%;
}

.ticker_holder {
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border: 1px dashed #FF0000;
    border-left: 0 solid #FF0000;
    border-right: 0 solid #FF0000;
    background: #f1f1f1;
    margin-top: 16px;
}

.ticker_holder {
    overflow: hidden;
}

.ticker_holder .ticker_heading {
    height: 35px;
    color: #fff;
    background: #363d4d;
    font-size: 18px;
    font-weight: 700;
    float: left;
    padding: 0 10px;
    margin-right: 16px;
    position: relative;
}
.ticker_holder .ticker_heading:after {
    display: inline-block;
    content: '';
    border-top: 46px solid #363d4d;
    border-right: 16px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 100%;
}

.ticker_holder .ticker_close {
    float: right;
    background: #363d4d;
    width: 46px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-left: 16px;
}
.ticker_holder .ticker_close:after {
    display: inline-block;
    content: '';
    border-bottom: 46px solid #363d4d;
    border-left: 16px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 100%;
}

.ticker_holder .ticker_slider {
    height: 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 0 8px;
    animation: marquee 30s linear infinite;
}

.ticker_slider .each_slide {
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #000;
    background: #f1f1f1;
    animation: marquee 20s linear infinite;
}

.marquee {
    animation: marquee 20s linear infinite;
}
.marquee a:hover,
.vsep {
    color: #FF0000;
}

.ticker_slider .each_slide a {
    color: #000;
    padding-left: 12px;
}
.ticker_slider .each_slide a:hover {
    color: #FF0000;
}

.hide {
    display: none;
}
/* -----------------------------------------------------------infinity scroll ----------------------------------------*/
.ticker-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 2rem;
    background-color: #363d4d;
    padding-left: 100%;
    box-sizing: content-box;
    padding: 10px;
    z-index: 3;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1rem;
    color: white;
}
.ticker-wrap .ticker__item a {
    color: white;
}
.ticker-wrap .ticker__item .vsep {
    color: #fff;
    margin-right: 5px;
}
/*---------------------------------------- NAV AREA START FROM HERE------------------------------------------------- */

.brand-logo-top img {
    max-width: 300px;
    max-height: 85px;
}

.date-area i {
    margin-right: 10px;
    color: #FF0000;
    font-size: 20px;
}

.date-area span {
    font-size: 18px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon.facebook {
    background: #3b5998;
    color: #fff;
}

.social-icon.youtube {
    background: red;
    color: #fff;
}

.social-icon.twitter {
    background: #1da1f2;
    color: #fff;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}

.social-icon.linkedin {
    background: #0a66c2;
    color: #fff;
}

.social-icon.rss {
    background-image: linear-gradient(20deg, #ff0000 0%, #ff0000 100%);
    color: #fff;
}

/* -------------------Main Nav bar Start from here---------------------------------- */

.navbar {

    background-color: #363d4d;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.navbar ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    height: 50px;
    align-items: center;
}

.navbar ul li:first-child {
    border-bottom: none!important;
}
.navbar ul li:first-child:hover {
    border-bottom: none!important;
}

.navbar ul li {
    padding: 10px;
    border-bottom: 3px solid transparent;
    transition: all 1s ease;
}
.navbar ul li:hover {
    border-bottom: 3px solid #71BD44;
}

.navbar ul li a {
    font-size: 18px;
    color: #ffffff;
}

.navbar ul li .fa-search {
    padding-top: 6px;

}
.navbar ul .search:hover {
    border-bottom: 3px solid transparent;
}

.dropbtn {
    color: white;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 48px;
}

.dropdown-menu {
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    min-width: 160px;
}

.dropdown-item {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown-toggle::after {
    vertical-align: 3px !important;
}

.dropdown-menu.last {
    width: 760px !important;
    position: absolute;
    left: -636px;
}

.big-nav-logo {
    display: none;
    width: 140px;
}

/* -------------------------------------mobile navbar start from here----------------------------------- */

.mobile-menu {
    width: 100%;
    padding: 15px;
    position: relative;
}

.mobile-menu-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-list a img {
    max-width: 240px;
    max-height: 65px;
}

.mobile-menu-list .ham-burger {
    cursor: pointer;
}

.mobile-menu-list .ham-burger i {
    color: #FF0000;
    font-size: 25px;
    font-weight: bold;

}

.mobile-nav-link {
    min-width: 100vw;
    height: 100vh;
    position: fixed;
    display: block;
    z-index: 4;
    background-color: #fff;
    left: -350vw;
    transition: left 0.9s ease;
    top: 0;
    overflow-x: hidden;
}

.mobile-nav-list ul {
    width: 100vw;
    height: 100%;
}

.mobile-nav-list {
    background-color: #ffffff;
    margin-top: 20px;
}

.mobile-nav-list ul {
    height: 100vh;
}

.mobile-nav-list ul li {
    width: 48%;
    display: inline-flex;
    padding: 20px 0;
    border-bottom: 1px solid #e6e9ed;
    transition: left 0.5s ease;
}

.mobile-nav-list ul li a {
    font-size: 20px;
    color: #000000;
}

.show {
    left: 0;
}

.top-cancel {
    width: 100%;
    height: 90px;
    background-color: #f5f5f5;
}

.top-cancel i {
    top: 35px;
    left: 90%;
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    color: #ff0000;
    cursor: pointer;
}

.mobile-menu .mobile-search i {
    color: #ff0000;
    cursor: pointer;
}

/*--------------- Nav Search area ------------------------  */

.search-area {
    width: 100%;
    height: 60px;
    position: absolute;
    top: -5px;
    background-color: #fff;
    left: 0;
    display: none;
}

.search-show {
    display: block;
}

.search-wrapper {
    position: sticky;
    transition: all 0.5s ease-in-out;
    align-items: center;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 60.8px !important;
    top: 10px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.input-group-append {
    margin-left: -1px;
}

.search-wrapper .btn-close {
    background-color: #FF0000;

}

.btn-dark {
    height: 38px;
    margin-right: 2px;
}

/*---------------------------------- HEAD news start -------------------------*/

.head-news {
    margin-top: 15px;
    background-color: #efefef;
    padding: 5px 0;
}

.news-container {
    background-color: #ffffff;
    padding: 15px;
}

.post-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
}
.post-item a:hover {
    transition: 0.4s;
    color: #de1f26;
}
.post-item:first-child .post-content-main {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 20px;
    background: linear-gradient(to top,var(--slg-color) 0,var(--slg-color-ed) 33%,var(--slg-color-ed) 33%,var(--slg-color-ad) 66%,var(--slg-color-ad) 66%,#0000 100%);
}

.post-item .post-meta .post-meta-datetime {
    color: #ffffff;
}

.post-content-main h5 {
    font-weight: 700;

}

.post-content-main h5 a {
    color: #fff;
}

.posts-list-big-first .post-item .post-content,
.posts-list-one-half .post-item .post-content {
    margin-top: 12px;
}

.post-meta {
    padding-top: 10px;
    margin-bottom: 6px;
}

.post-item .post-meta {
    color: grey;
    font-size: 15px;
}

.post-item .post-content h5 {
    margin-bottom: 5px;
    margin-left: 3px;
    font-weight: 400;
}

.post-item .post-content h5 a {
    font-size: 20px;
}

.widget--border-box.single-cat .posts-wrap {
    background-color: #ffffff;
    padding: 10px;
    border-right: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    border-left: 1px solid #eae9e9;
}

.widget--border-box.single-cat .posts-wrap li {
    display: flex;
    margin-bottom: 8px;
}

.widget--border-box.single-cat .posts-wrap li {
    border-bottom: 1px solid #d8d8d8;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    padding-top: 4px;
}

.widget--border-box.single-cat .cat-sports figure {
    border-left: 2px solid #de1f26;
}

.widget--border-box.single-cat .cat-sports figure a img {
    max-width: 100px!important;
    height: 60px;
}

.widget--border-box.single-cat .cat-sports figure img {
    min-width: 60px!important;
    height: 55px;
}

.widget--border-box.single-cat .post-content h6 {
    margin-left: 5px;
    margin-bottom: 2px;
}

.widget--border-box.single-cat .post-content h6 a {
    color: #414141;
    font-weight: 500;
    transition: 0.5s ease-in;
}
.widget--border-box.single-cat .post-content h6 a:hover {
    color: #ff0000;
}

figure {
    margin: 0 0 5px;
}

.posts-box {
    background-color: #fff;
}

.cat-trending.widget--border-box .widget__title {
    border-left: 3px solid #de1f26;
}

.widget--border-box .widget__title {
    height: 50px;
    padding-left: 15px;
    border: 1px solid #eae9e9;
    border-left: 3px solid #de1f26;
}

.widget--border-box .widget__title h4 {
    margin: 0;
    line-height: 50px;
}

.widget--border-box.single-cat .posts-wrap {
    padding: 10px;
    border-right: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    border-left: 1px solid #eae9e9;
    min-height: 440px;
}

.posts-box .borisal-news {
    height: 350px;
    overflow-y: scroll;
}

.borisal-news .img-box {
    width: 100%;
}

/*--------------------------------------NEWS grid-1 --------------------------------- */

.grid-1 {
    padding-top: 10px;
}

.grid-1 .main-content {
    padding-left: 10px;
}

.catTitle {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 2px 0 6px;
    font-size: 26px;
}

.catTitle a {
    background: transparent;
    color: #000;
    padding-right: 15px;
    text-decoration: none;
}

.catTitle .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid #d9d9d9;
    top: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.catTitle .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid #d9d9d9;
    top: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.single-block {
    background: #f1f1f1;
    position: relative;
    min-height: 200px;
}

.deshjure .single-block {
    height: auto;
}

.single-block .details {
    padding: 10px 20px;
    min-height: 95px;
}

.single-block h4 {
    margin: 0 0 5px;
    font-size: 1em;
}

.single-block a {
    color: #000;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease;
}
.single-block a:hover {
    color: #ff0000;
}

.single-block .meta {
    position: absolute;
    width: 100%;
    padding: 10px;
    right: 0;
    left: 0;
    border-top: 1px solid #eee;
    background: #fff;
    bottom: 0;
}

.scrollY-news .media {
    padding-bottom: 10px;
    padding-left: 5px;
}

.meta {
    line-height: 16px;
}
.date-read {
  color: #b4b4b4; }

.bio-pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px; }
  .bio-pic img {
    max-width: 100%;
    border-radius: 50%; }
.vcard {
    margin-top: 6px;
}

.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media > .pull-left,
.media-left {
    padding-right: 10px;
}

.media {
    padding-bottom: 22px;
}

.media .media-left img {
    width: 120px!important;
    height: 60px;
}

.media .media-heading a {
    font-size: 16px;
    transition: all 0.5s ease;

}
.media .media-heading a:hover {
    color: #ff0000;
}

/* --------------------------------NEWS grid-2 --------------------------------------- */

.grid-2 {
    padding: 10px 0;
}

.grid-2 .single-block {
    background: #fff;
    margin-bottom: 10px;
}

.grid-2 .single-block .details {
    min-height: 110px;
}

.grid-2 .single-block h4 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 26px;
}

.grid-2 .media {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 7px;
}

.grid-2 .media .media-heading h4 a {
    font-size: 25px;
    transition: all 0.5s ease;
    color: #000;
}
.grid-2 .media .media-heading h4 a:hover {
    color: #ff0000;
}

.allnews a {
    display: block;
    text-align: center;
    border: none;
    padding: 5px;
    color: #000;
    background: #f6f6f6;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0, 0, 0 / 26%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgb(0, 0, 0 / 26%);
    margin-bottom: 10px;
}
.allnews a:hover {
    color: #ff0000;
}

/* ------- NEWS grid-2 tab area ----------------------- */
.inner-side-tabs {
    border-radius: 5px;
    height: 570px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
    margin-left: 10px;

}

.nav-tabs {
    padding: 0;
}

.nav-tabs .nav-link {
    border: 0 solid transparent;
    padding: 15px;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(20deg, #ff0000 0%, #ff0000 100%);
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content {
    height: 510px;
    overflow-y: scroll;
}

/*----------------------------NEWS grid-3 ------------------------------------------------ */

.grid-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.grid-3 .img-box a img {
    min-height: 200px;
}

.category .single-cat-height {
    
}

.ad-container img {
    width: 100%;
    height: 100%;
}

.content-container {
    height: 400px;
    overflow-y: scroll;
}

.grid-3 .category .single-block {
    margin-bottom: 0 !important;
    /* height: 505px; */

}
.grid-3 a:hover {
    text-decoration: none;
}

.grid-3 .single-block a {
    color: #000;
    display: block;
    text-decoration: none;
}

.grid-3 .category .single-block > h4 {
    padding: 15px 15px 0;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 0;
}

.grid-3 .single-block h4 {
    margin: 0 0 5px;
    font-size: 1em;
    line-height: 26px;
}

.grid-3 .single-block h4 a {
    transition: all 0.5s ease;
}
.grid-3 .single-block h4 a:hover {
    color: #FF0000;
}

.grid-3 .single-block .details {
    padding: 15px;
    min-height: 100px;
}

.grid-3 .media {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}
/* ----------------------districts-news-------------------------- */

.districts-news {
    background-color: #efefef;
    padding: 10px 0;
}

.districts-news .single-block a {
    color: #000;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease;
}
.districts-news .single-block a:hover {
    color: #ff0000;
}

.districts-news .media {
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
}

.districts-news .single-block {
    background: #ffffff;
    position: relative;
    min-height: 240px;
}

.districts-news .category .single-block {
    height: auto;
}

.districts-news .category .single-block > h4 {
    padding: 15px 15px 0;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    transition: all 0.5s ease-in;
}

.districts-news .img-box a img {
    min-height: 200px;
}

/* ---------------------photo gallery----------------------------- */

.photo-gallery {
    background-color: #ffffff;
    padding: 10px 0;
}

.photo-gallery-sm {
    padding: 0 10px;
}

.photo-gallery .carousel {
    position: relative;
    padding-bottom: 10px;
}

.photo-gallery .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.photo-gallery .carousel-inner .caption a {
    background: rgba(0,0,0,.8);
    display: block;
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.photo-gallery .single-block {
    border: 1px solid #fff;
    min-height: 100px;
    margin-bottom: 5px;
}

.photo-gallery .media {
    padding-bottom: 15px;
    margin-bottom: 3px;
}

.photo-gallery .media-list {
    padding-left: 10px;
}

.photo-gallery .single-block h4 {
    padding: 0 5px;
}
.photo-gallery .single-block a {
    transition: all 0.5s ease;
}

.photo-gallery .media-heading {
    transition: all 0.5s ease;

}
.photo-gallery .media-heading:hover {
    color: #ff0000;

}

/* ---------------------video sectiom---------------------------- */

.video-section {
    padding-top: 10px;
    background-color: #f1f1f1;
}

.posts-list-img-top .post-item {
    flex: 0 0 25%;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
}

.fa-play-circle {
    position: absolute;
    /* z-index: 99999; */
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
}

.posts-list-img-top .post-content {
    margin-top: 4px;
}

.posts-list-img-top .post-meta {
    color: #de1f26;
    line-height: 1;
}

.posts-list-img-top .post-title {
    margin-top: 2px;
    font-weight: 400;
}
.post-item .post-title {
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.video-section .post-item .post-meta {
    color: grey;
    font-size: 15px;
}
.video-section .post-meta {
    padding-top: 0;
    margin-bottom: 4px;
}

/* ---------------------- Footer Area --------------------------- */

.footer-bottom {
    padding: 30px 20px;
}

.footer-bottom a {
    color: #fff;
    transition: all 0.5s ease;
}
.footer-bottom a:hover {
    color: #41f790;
}

.footer-bar {
    padding-top: 20px;
    margin-bottom: 2rem;
}

.copyright .copyright-text {
    color: #fff;
}

.copyright .copyright-text {
    color: #fff;
}

.information p {
    text-align: justify;
}

.copy-left {
    float: right;
}

.copy-left a {
    color: #0EB582;
}

.bottom-to-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    font-size: 30px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    border: 2px solid #ffffff;
    padding: 0 15px;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

/* --------------------category-------------------------- */

.section-bb {
    border-bottom: 2px solid #212020;
}
.cat-header {
    border-bottom: 1px solid #d8d8d8;
}

.cat-header h2 {
    margin-bottom: 0;
}

.cat-header h2 a {
    transition: all 0.5s ease;
}
.cat-header h2 a:hover {
    color: #FF0000;
}

.subcategories {
    flex-wrap: wrap;
    padding: 0 0 8px;
}

.subcategories a {
    font-size: 17px;
    margin-top: 8px;
}
.identifier:not(:last-child) {
    margin-right: 12px;
}
.identifier:not(:first-child) {
    margin-left: 12px;
    margin-top: 8px;
}
.identifier {
    width: 5px;
    height: 5px;
    background: #ff0000;
}
.cat-item:hover {
    color: #ff0000;
}

.news-item-lead {
    margin: 0;
    padding: 0;
}

.news-item-lead {
    border-bottom: 3px solid #f1f1f1;
    padding-bottom: 12px;
    margin-bottom: 0.5rem;
    display: block;
}

.news-item-lead img {
    width: 100%;
}
.more-contents .box-news {
    padding-left: 15px;
    padding-right: 15px;
}
.lead-news {
    padding-left: 10px;
    padding-right: 10px;

}

.news-item-lead h2 {
    font-size: 30px;
    line-height: 48px;
    color: #000;
    transition: all 0.5s ease;
}
.news-item-lead h2:hover {
    color: #FF0000;
}

.box-news {
    padding-right: 25px;
}
.box-news a:hover {
    color: #FF0000;

}

.news-item-box h2,
.photo-item-box h2 {
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
    transition: all 0.5s ease;
}
.news-item-box h2:hover,
.photo-item-box h2:hover {
    color: #FF0000;
}

.bg-primary {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}

.category-header {
    border-top: 2px solid #0a1633;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 10px;
}

.category-header .title,
.et-items {
    font-size: 24px;
    color: #565656;
    margin: 0 5px;
}

.news-item-regular {
    display: flex;
}

.news-item-regular {
    border-bottom: 1px solid #efefef;
    transition: all 0.5s ease;
}
.news-item-regular:hover {
    color: #FF0000;

}

.image-container {
    position: relative;

}

.list-popular-news .news-item-regular img {
    max-width: 110px;
    height: 75px;
    object-fit: cover;
    margin-right: 10px;
}
img:hover {
    color: #FF0000!important;
}

.list-popular-news .news-item-regular h2 {
    font-size: 18px;
    line-height: 25px;
    padding-left: 10px;
    transition: all 0.5s ease;
}
.list-popular-news .news-item-regular h2:hover {
    color: #FF0000;
}

.page-link {
    color: #870707;
}

.page-link.active {background: #e9ecef;color: #363d4d;}
/* --------------------news page------------------------ */

.m-post-content--nyc {
    padding: 30px;
}

.m-post-content--nyc .post-top .post-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.m-post-content--nyc .post-top .post-meta {
    margin-bottom: 5px;
    line-height: 1;
}

.news-heading-pic {
    margin-bottom: 10px;
}

.m-post-content .post-subtitle {
    margin-bottom: 18px;
    font-size: 16px;
    text-align: center;
    color: #000;
    background-color: #f9f9f9;
}

.entry-content p {
    color: #414141;
    margin-bottom: 20px !important;
}

.main-news-page .widget--title-box {
    padding: 0 20px 20px;
    border-radius: 3px;
    background: #fff;
}

.main-news-page .widget--title-box .widget__title {
    height: 55px;
    margin: 0;
    padding: 0 20px;
    border-radius: 3px 3px 0 0;
    background: #f1f1f1;
}

.main-news-page .widget--title-box .widget__title h4 {
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.main-news-page .share-social-icon.whatsapp {
    background-color: #25d366;
    color: #fff;
}

.many-more-news {
    padding-top: 10px;
    background-color: #f1f1f1;
}

/* ----------------------END---------------------------- */

#btn-decrease {
    font-size: 12px;
    margin: 0 2px;
}
#btn-orig {
    font-size: 14px;
    margin: 0 2px;
}
#btn-increase {
    font-size: 12px;
    margin: 0 2px;
}

