/*************************************
Template Name: The Report - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@charset "utf-8";
@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
    font-display: swap;
}
body {font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;font-size: 16px;color: #333;background: #fff;}
@media (min-width: 1200px) {
  .container { max-width: 1280px!important;}
}
/*======================== For LAZY LOAD CSS ============================*/
.lazyload {transition: transform .2s ease-out;}
.top-search-secton {box-shadow: rgb(0 0 0) 0px 5px 5px -5px;}
/* a:hover img {opacity: 0.9;} */
a:hover .lazyload {transform: scale(1.03);transition: transform .2s ease-out;}
a:hover {color: #000;}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {padding-left: 12px;padding-right: 12px;}
.custom-row {margin-right: -12px;margin-left: -12px;}
.custom-padding {padding-left: 12px;padding-right: 12px;}
.p-0 {padding-left: 0;padding-right: 0;}
.p-left-0 {padding-left: 0;}
.p-right-0 {padding-right: 0;}
.m-0 {margin-left: 0;margin-right: 0;}
body,h1,h2,h3,h4,h5,h6,p,textarea {font-family: "SolaimanLipiNormal", Helvetica, Arial, SolaimanLipi, sans-serif;font-weight: 400;}
a {font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;text-decoration: none;}
a:focus {outline: 0 solid !important;}
a:hover {text-decoration: none !important;}
*a:hover {text-decoration: none !important;}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0px 1000px white inset !important;}
/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}
.dropdown-menu-new {
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #2d292a;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #2d292a;
}
/*====================== Back to Top =========================================*/
#back_to_top {border: none;background: #212529;color: #fff;padding: 2px 5px 3px;cursor: pointer;position: fixed;bottom: 15px;right: 30px;opacity: 0;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;z-index: 10;border: 1px solid transparent;padding-top: 0;}
#back_to_top svg {color: #fff;width: 30px}
#back_to_top.show {opacity: 1}
#back_to_top:hover {background: #fff;border: 1px solid #212529;}
#back_to_top:hover svg {color: #212529;}
/*====================== Header style Top nav =========================================*/
.top-header {padding: 10px 0;background: #fff;width: 100%;}
.top-bar-social {height: 98px;display: flex;justify-content: center;align-items: self-end;flex-direction: column;}
.social-top-icon {padding: 0;margin: 0;display: flex;}
.social-top-icon li {list-style: none;margin: 0;}
.social-top-icon li a {position: relative;display: flex;justify-content: center;align-items: center;width: 30px;height: 30px;text-decoration: none;color: #000;transition: 0.5s;border: 1px solid #ccc;margin-left: 5px;}
.social-top-icon li a svg {z-index: 99;height: 16px;width: 16px;}
.social-top-icon li a.fa-rss svg {height: 14px;width: 14px;}
.social-top-icon li a.fa-facebook svg {fill: #3b5999;}
.social-top-icon li a.fa-facebook {border-color: #3b5999;}
.social-top-icon li a.fa-youtube svg {fill: #cd201f;}
.social-top-icon li a.fa-youtube {border-color: #cd201f;}
.social-top-icon li a.fa-twitter svg {fill: #000;}
.social-top-icon li a.fa-twitter {border-color: #000;}
.social-top-icon li a.fa-instagram svg {fill: #e4405f;}
.social-top-icon li a.fa-instagram {border-color: #e4405f;}
.social-top-icon li a.fa-linkedin svg {fill: #007bb6;}
.social-top-icon li a.fa-linkedin {border-color: #007bb6;}
.social-top-icon li a.fa-rss svg {fill: #f26522;}
.social-top-icon li a.fa-rss {border-color: #f26522;}
.social-top-icon li a:hover svg {fill: #fff;}
.social-top-icon li a:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #000;transform: scale(0);transition: 0.5s cubic-bezier(0.95, 0.32, 0.37, 1.31);}
.social-top-icon li a:hover:before {transform: scale(1);}
.social-top-icon li:nth-child(1) a:hover:before {background: #3b5999;}
.social-top-icon li:nth-child(2) a:hover:before {background: #000;}
.social-top-icon li:nth-child(3) a:hover:before {background: #cd201f;}
.social-top-icon li:nth-child(4) a:hover:before {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%, #cc2366 75%,#bc1888 100%);}
.social-top-icon li:nth-child(5) a:hover:before {background: #007bb6;}
.social-top-icon li:nth-child(6) a:hover:before {background: #f26522;}
.footer-social-icons .social-top-icon li a {border-color: #fff !important}
.footer-social-icons .social-top-icon li a svg {fill:#fff !important}
.top-search .btn {padding: 3px 5px;border-radius: 0;}
.top-bar-date-wrapper {height: 98px;display: flex;justify-content: center;align-items: self-start;flex-direction: column;}
.top-bar-date {display: inline-block;}
.middle-header {padding-bottom: 10px;padding-top: 10px;background: #fff;}
.top-search .btn svg {fill: #000;}
.top-nav-main {padding: 0;}
.top-nav-container {border-top: 2px solid #eee;border-bottom: 2px solid #bebebe;}
.top-nav-main .navbar-brand {display: none;margin: 0;}
.top-nav-main li.nav-item a.nav-link {font-size: 18px;padding: 9px 12px !important;color: #524f4f !important;font-weight: 600;}
.top-nav-main li.nav-item a.nav-link:hover, .top-nav-main li.nav-item a.active {color: #EE323B !important;fill: #EE323B}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 105px !important;}
.top-middle-logo {text-align: center;}
.navbar-brand-desktop img {width: 300px;}
#nav.sticky {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);background: #fff;position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;width: 100%;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;transition: 0.1s;}
#nav.sticky.top-nav-main .navbar-brand {margin: 0;padding: 0;}
#nav.sticky.top-nav-main .navbar-brand img {height: 50px;}
#nav.sticky .top-nav-container {border: 0 !important;}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {position: static;}
.nav-item.dropdown.dropdown-mega .dropdown-menu {top: auto;left: 50%;transform: translateX(-50%);}
.dropdown-new:hover .dropdown-menu-new {display: block;}
.right-menu-link {display: none !important;}
.dropdown-menu-new {border: 0;border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.other-list-group a {border: 0;padding: 4px 0;font-size: 17px;transition: 0.3s;}
.other-list-group a:hover {color: #EE323B;}
/*====================== Footer Style =========================================*/
.facebook-like-box img {width: 200px;}
.copy-right-text {margin-bottom: 15px;}
.credit-text p {margin-bottom: 0;}
.footer-menu {padding: 15px 0;}
.footer-menu ul {padding-left: 0;margin-bottom: 0;list-style: none;display: inline-block;}
.footer-menu ul li {display: inline-block;}
.footer-menu ul li a {color: #fff;padding: 3px 10px;border: 1px solid #777;font-size: 16px;margin-right: 8px;display: inline-block;margin-bottom: 10px;}
.footer-menu ul li a:hover {background-color: #777;}
.footer-bottom {background-color: #424242;color: #fff;}
.footer-col-1 {padding-top: 25px;padding-left: 0;}
.editors-board {padding-top: 30px;text-align: center;}
.email-subscription-aria {padding-top: 25px;text-align: center;}
.email-subscription-aria #txtEmail {background-color: #555;border: none;padding: 7px 12px 8px;border-radius: 5px 0 0 5px;width: 200px;}
.email-subscription-aria #btn-subscribe {background-color: #222;border: none;border-radius: 0 5px 5px 0;color: #555;padding: 7px 9px 8px;}
.footer-col-3 {padding-top: 25px;padding-right: 0;}
.copy-right-text {margin-top: 15px;margin-bottom: 15px;font-size: 14px;}
.credit-text {margin-top: 15px;text-align: right;margin-bottom: 15px;font-size: 14px;}
.copy-right-text-row {border-top: 1px solid #777;margin-top: 20px;}
.footer-social-icons {float: left;margin-top: 10px;}
.footer-col-1 p {margin-bottom: 5px;}
.credit-text a {color: #fff;transition: 0.5s;}
.credit-text a:hover {color: #ffc107;}
/*=========================================== TRENDING NEWS STYLE ============================================*/
.trending-wrapper {padding: 20px 0 2px}
.trending-area {margin-bottom: 20px;text-align: center;}
.trending-list {margin: 0;padding: 0;}
.trending-list li {list-style-type: none;display: inline-block;}
.trending-list li span {margin-right: 10px;font-weight: bold;font-size: 15px;}
.trending-list li a {background: #eff3f4;color: #000;padding: 4px 8px;margin-right: 10px;transition: .2s;box-shadow: 0 1px 2px rgb(0 0 0 / 10%);}
.trending-list li a:hover {background: #19232d;color: #fff;}
/*======================  Lead New Style =========================================*/
.top-news-left {width: 73.2%;float: left;padding: 0;}
.top-news-right {width: 26.8%;float: left;padding: 0;}
.bt {border-top: 1px solid #e2e2e2;}
.br {border-right: 1px solid #e2e2e2;}
.lead-section {padding: 0 0 10px;}
.lead-news-img {position: relative;overflow: hidden;}
.lead-news-img svg {position: absolute;top: 50%;left: 50%;height: 60px;width: 60px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 50px;fill: #fff;border-radius: 50%;font-size: 26px;padding-left: 7px;border: 5px solid #fff;box-shadow: 0 0 30px 2px grey;opacity: 0.8;z-index: 1;}
.lead-news a:hover .lead-news-img svg {background: #fff;fill: red;}
.lead-news-text {padding: 4px 4px 0 4px;}
.lead-news-text span {font-size: 14px;line-height: 14px;color: #e90000;margin-bottom: 6px;}
.lead-news-text h1 {font-size: 26px;line-height: 31px;margin-bottom: 0;color: #000;}
.lead-news-text p {color: #666;line-height: 22px;}
.lead-news-right {width: 58%;float: right;text-align: center;}
.sub-lead-text {min-height: 164px;max-height: 164px;overflow: hidden;padding-left: 2px;}
.sub-lead-text span {font-size: 14px;line-height: 14px;color: #e90000;}
.sub-lead-text h2 {font-size: 19px;line-height: 24px;color: #000;}
.sub-lead-text p {font-size: 16px;line-height: 22px;color: #777;}
.sub-lead-2-img {position: relative;overflow: hidden;}
.sub-lead-2-img svg, .sub-lead-image svg {position: absolute;top: 50%;left: 50%;height: 45px;width: 45px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 38px;fill: #fff;border-radius: 50%;font-size: 20px;padding-left: 4px;border: 4px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.sub-lead-2 a:hover .sub-lead-2-img svg {background: #fff;fill: red;}
.sub-lead-2-text {padding: 4px;/* min-height: 80px;max-height: 80px; */min-height: 75px;max-height: 75px;overflow: hidden;}
.sub-lead-2-text span {font-size: 14px;line-height: 14px;color: #e90000;}
.sub-lead-2-text h3 {font-size: 19px;line-height: 24px;color: #000;margin: 0;}
.banner-top-right {margin-bottom: 15px;}
.title-heading-wrapper {background: #eff3f4;margin-bottom: 10px;box-shadow: 0 1px 2px rgb(0 0 0 / 10%);}
.title-heading{color: #000;font-size: 22px;line-height: 22px;height: 40px;position: relative;margin: 0;display: inline-block;}
/* .title-heading:before {content: "";position: absolute;right: -20px;bottom: 0;width: 0;height: 0;border-left: 20px solid #333;border-top: 20px solid transparent;border-bottom: 20px solid transparent;} */
.title-heading-text {color: #000;text-decoration: none;display: inline-block;padding: 10px 10px;border-left: 4px solid red;}
.title-heading-text:hover {color: #000;}
.title-right-link {font-size: 17px;float: right;color: #000;padding-right: 8px;line-height: 42px;text-decoration: none;}
.opinion-news {}
.opinion-news-img {width: 33%;float: left;position: relative;overflow: hidden;}
.opinion-news a {display: inline-block;padding: 5px;background: #eff3f4;}
.opinion-news-img img {/* min-height: 90px;max-height: 90px; */overflow: hidden;border-radius: 50%;}
.opinion-news-text {width: 67%;float: left;padding: 4px;padding-left: 3%;min-height: 82px;max-height: 82px;overflow: hidden;}
.opinion-news-text span {font-size: 14px;line-height: 14px;color: #e90000;}
.opinion-news-text h2 {font-size: 18px;line-height: 22px;margin-bottom: 3px;color: #000;margin-top: 15px;}
.tab-content-wrapper {margin-top: 10px;margin-bottom: 20px;border: 1px solid #d7d7d7;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #fff;background-color: #007bff;transition: background-color .3s .2s;}
.side-tab-main {width: 100%;}
.side-tab-main .nav-item {display: block;float: left;width: 50%;}
.side-tab-main .nav-item .nav-link {transition: background-color .3s 0s;font-weight: 700;font-size: 20px;color: #444;cursor: pointer;text-decoration: none;text-align: center;background: #d7d7d7;border-radius: 0;padding: 7px 10px;border-top: 3px solid transparent;}
.nav-pills .nav-item.active a {background: #fff;border-top: 3px solid #EE323B;}
.latest-news {overflow-y: scroll;height: 467px;}
.latest-news-ul {list-style: none;margin: 0;padding: 0;background: #fff;}
.latest-news-ul li {list-style: none;}
.latest-news-ul li a {padding: 7px 7px 9px;border-bottom: 1px solid #d7d7d7;display: inline-block;background: #fff;color: #000;margin-bottom: -5px;}
.latest-news-left {float: left;width: 37%;margin-right: 2%;position: relative;}
.latest-news-left img {min-height: 62px;max-height: 62px;}
.latest-news-right {float: left;width: 61%;padding-left: 2px;max-height: 62px;overflow: hidden;min-height: 62px;}
.latest-news-right h3 {font-size: 16px;line-height: 20px;margin: 0;}
.latest-news-right span {color: red;font-size: 14px;line-height: 14px;}
.latest-news-left svg {position: absolute;top: 50%;left: 50%;height: 35px;width: 35px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 28px;fill: #fff;border-radius: 50%;padding-left: 3px;border: 3px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.latest-news-ul li a:hover .latest-news-left svg {fill: red;background: #fff;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.new-fade {
  -webkit-animation: .7s ease-in-out fadeInScale;
  -moz-animation: .7s ease-in-out fadeInScale;
  animation: .7s ease-in-out fadeInScale
}
@keyframes fadeInScale {
  0% {transform: scale(.9);opacity: 0}
  100% {transform: scale(1);opacity: 1}
}
.details-latest-news {height: 627px;}
.details-latest-news .latest-news-left img {min-height: unset; max-height: unset;}
.details-latest-news .latest-news-right {max-height: 70px;min-height: 70px;}
.details-latest-news .latest-news-right h3 {font-size: 17px;line-height: 22px;}
.details-tab-content-wrapper {margin-bottom: 30px;}
/*========================================== OTHER STYLE =================================================*/
.big-banner-6 {text-align: center;margin-top: 15px;}
.sports-title {border-left: 4px solid red;margin-bottom: 10px;}
.sports-title h2 {font-size: 22px;display: inline-block;padding:5px 10px;margin: 0;}
.sports-title a {color: #000;}
.block-header-title {position: relative;margin-bottom: 15px;}
.block-header-title:before {position: absolute;top: 0;bottom: 0;left: 0;content: "";background: red;width: 4px;height: 100%;}
.block-header-title a {color: #000;display: inline-block;}
.block-header-title h2 {font-size: 22px;padding: 5px 10px;margin: 0;z-index: 999;position: relative;background: #fff;left: 4px;}
.block-header-title:after {position: absolute;top: 50%;bottom: 0;left: 0;content: "";background: #000;width: 100%;height: 4px;left: 4px;z-index: 1;}
/*========================================== Details Page STYLE =================================================*/
.left-content-area {float: left;width: 63.4%;padding: 0;}
.right-content-area {float: left;width: 36.6%;padding: 0;}
.details-left-content-area {margin-top: 24px;}
.details-right-content-area {margin-top: 24px;}
.details-page-side-banner {text-align: center;margin-bottom: 24px;}
.details-content {color: #000000;padding-bottom: 1px;margin-bottom: 25px;display: block;padding-bottom: 10px;position: relative;width: 100%;}
.details-content-top span {font-size: 14px;line-height: 14px;color: red;}
.details-content-top h1 {font-size: 34px;margin: 0;padding-bottom: 14px;border-bottom: 1px solid #ebf0f5;}
.details-content-top hr {margin-top: 16px;margin-bottom: 20px;}
.details-content-top .small {display: inline-block;width: 100%;border-bottom: 1px solid #ebf0f5;padding: 14px 0;margin-bottom: 8px;}
.small-left {width: 50%;float: left;}
.small-right {width: 50%;float: right;text-align: right;}
.details-content-top .small p, .details-content-top .small p a {font-size: 15px;margin: 0;color: #666;}
.share-btn {display: inline-block;margin-top: 14px;}
.share-btn a {margin-right: 10px;height: 32px;line-height: 30px;float: left;width: 32px;display: block;text-align: center;border-radius: 50%;font-size: 15px;}
.share-btn .facebook {background: #3b5999;}
.share-btn .twitter {background: #000;}
.share-btn .youtube {background: #c4302b;}
.share-btn .whatsapp {background: #25D366;}
.share-btn .copy-link {background: #3578e5;}
.share-btn .print-link {background: #373737;}
.share-btn svg {fill: #fff;}
.details-category-title {padding: 0;margin-bottom: 5px;}
.details-category-title a {color: #ee1d22;border-bottom: 1px solid #ee1d22;font-size: 17px;display: inline-block;padding-bottom: 1px;}
.details-content p {margin: 12px 0;font-size: 18px;line-height: 26px;text-align: justify;color: #000;}
.details-content img {padding: 0px 0 5px;width: 100%;height: auto;margin-bottom: 5px;}
.details-content .details-banner {text-align: center;margin: 14px 0;}
.details-content .details-banner img {width: auto;}
.detils-right-title {position: relative;margin-bottom: 10px;}
.detils-right-title a {display: inline-block;color: #000;text-decoration: none;padding-left: 30px;}
.detils-right-title a h2 {margin: 0;font-size: 24px;}
.detils-right-title:before {content: "";position: absolute;height: 18px;width: 18px;background-color: #121013;left: 0;bottom: 9px;}
.detils-right-title:after {content: "";position: absolute;height: 18px;width: 18px;background-color: #c70039;top: 8px;left: 6px;}
.details-btn {text-align: center;width: 100%;position: relative;margin-bottom: 24px;margin-top: -5px;}
.btn-more-details {background: #242424;color: #fff;box-shadow: 0 1px 2px rgb(0 0 0 / 20%);font-size: 18px;border: 1px solid #242424;}
.btn-more-details:hover {background: transparent;color: #242424;border: 1px solid #242424;}
.tag-ul {margin: 0;padding: 0;margin: 24px 0 0;text-align: left;}
.tag-ul li {color: #000;list-style: none;display: inline-block;margin-right: 6px;}
.tag-ul li:first-child {font-size: 15px;color: #222;padding: 3px 0px 2px 0;}
.tag-ul li a {color: #000;background: #eee;border: 1px solid #e3e3e3;font-size: 16px;padding: 4px 12px 3px;transition: .3s;display: inline-block;margin-bottom: 10px;}
.tag-ul li a:hover {background: #dbd6d6;}
.facebook-comment {border:1px solid #dadada;background: #fff;}
.fb-h2 {background: #4d4e8a;padding: 15px;font-size: 18px;color: #fff;margin: -1px -1px 0;}
.more-news-single {background: #fff;margin-bottom: 15px;}
.more-news-single-image {position: relative;overflow: hidden;}
.more-news-single-image svg {position: absolute;top: 50%;left: 50%;height: 45px;width: 45px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 38px;fill: #fff;border-radius: 50%;font-size: 20px;padding-left: 4px;border: 4px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.more-news-single-text {padding: 5px;max-height: 70px;min-height: 70px;overflow: hidden;}
.more-news-single-text h3 {font-size: 17px;line-height: 21px;margin: 0;color: #000;transition: all 0.5s ease 0s;}
.more-news-single-text span {font-size: 14px;line-height: 14px;color: #ff0000;}
.more-news-single a:hover .more-news-single-image svg {background: #fff;fill: red;}
.next-content {border-top: 5px solid #000;margin-bottom: 30px;margin-top: 30px;clear: both;}
.next-content span {color: #fff;background: #000;border-radius: 0 0 15px 15px;padding: 6px 15px 7px;display: block;width: 110px;margin: -1px auto 0;font-weight: bold;border-bottom: 3px solid red;}
.category-page {margin-top: 24px;}
.category-news {background-color: #eff3f4;box-shadow: 0 1px 2px rgb(0 0 0 / 20%);margin-bottom: 24px;}
.category-news-img {position: relative;overflow: hidden;}
.category-news-img svg {position: absolute;top: 50%;left: 50%;height: 45px;width: 45px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 38px;fill: #fff;border-radius: 50%;font-size: 20px;padding-left: 4px;border: 4px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.category-news a:hover .category-news-img svg {background: #fff;fill: red;}
.category-news-text {background: #eff3f4;padding: 3px 6px;min-height: 70px;max-height: 70px;overflow: hidden;padding-bottom: 0;}
.category-news-text span {color: #e74c4f;font-size: 14px;line-height: 14px;}
.category-news-text h2 {font-size: 18px;line-height: 23px;transition: all 0.5s ease 0s;color: #000;margin: 0;}
.category-more-news-btn {position: relative;max-width: 200px;margin: auto;margin-bottom: 30px;}
.btn-more-details-category {position: relative;z-index: 10;overflow: hidden;transition-duration: 0.50s;background: #242424;color: #fff;font-size: 18px;padding: 5px 10px 4px;box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;display: block;border-radius: 0;border: 1px solid #000;}
.btn-more-details-category:before {content: "";position: absolute;z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #fff;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.btn-more-details-category:hover {color: #242424;border: 1px solid #000;}
.btn-more-details-category:hover:before {-webkit-transform: scaleX(1);transform: scaleX(1);}
.category-breadcrumb {background-color: #eff3f4;margin-bottom: 24px;padding: 5px 10px;border-radius: 5px;font-size: 18px;}
.category-breadcrumb .breadcrumb-item.active {color: #000;}
.category-breadcrumb .breadcrumb-item+.breadcrumb-item::before {color: #000;line-height: 30px;}
.category-breadcrumb li a :hover {fill: red;transition: 0.3s;}
/*====== Category video STYLE ======*/
.video-catagory-single {position: relative;display: inline-block;margin-bottom: 24px;}
.video-catagory-image {position: relative;overflow: hidden;}
.video-catagory-image svg {background: rgba(255, 255, 255, .80);padding-left: 7px;position: absolute;z-index: 1;color: red;left: 5%;top: 8%;transition: .5s;height: 45px;width: 45px;border-radius: 50%;}
.video-catagory-text {position: relative;background: #fff;color: #000;width: 90%;margin: -15px auto auto;min-height: 74px;max-height: 74px;overflow: hidden;padding: 5px 7px;border: 1px solid #e2e2e2;box-shadow: 0 5px 5px -5px #000;}
.video-catagory-text h2 {font-size: 18px;color: #000;line-height: 22px;margin: 0;}
.video-catagory-single a:hover .video-catagory-image svg {color: #fff;background: rgba(255, 0, 0, .80) ;}
#lightgallery li {position: relative;}
#lightgallery li .icon-box {position: absolute;top: 0;right: 0;}
#lightgallery li .icon-box svg {background: rgba(255, 255, 255, .80);z-index: 1;transition: .5s;height: 40px;width: 50px;border-radius: 0;padding: 0 8px;color: red;}
#lightgallery li:hover .icon-box svg {color: #fff;background: red;transition: 0.5s;}
.photo-gallery-category svg {height: 30px;width: 40px;border-radius: 0;padding: 0 5px;}
.photo-gallery-category .video-catagory-text {min-height: 92px;max-height: 92px;}
.photo-gallery-category .video-catagory-text h2 {line-height: 21px;}
.video-gallery-category .video-catagory-text {min-height: 92px;max-height: 92px;}
.video-gallery-category .video-catagory-text h2 {line-height: 21px;}
.video-gallery-category .video-catagory-image svg {padding-left: 6px;height: 40px;width: 40px;}
/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width:767px) {
.custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%}
.custom-row {margin-right: -5px;margin-left: -5px}
.custom-padding {padding-left: 7px;padding-right: 7px}
.middle-header {display: none;}
.top-nav-container {border: none !important;}
#nav {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
#nav.sticky .top-nav-container {border: none !important;}
.top-nav-main .navbar-brand {display: block;padding: 0;}
.right-menu-link {display: block !important;}
.top-nav-main .navbar-brand img {height: 55px;}
.mobile-side-logo-wrapper {padding-top: 5px;padding-bottom: 5px;}
.mobile-side-logo img {height: 55px;}
.mobile-nav-ul-body {padding-top: 0;}
.navbar-nav-mobile-sub-body {padding: 0;}
.mobile-menu-sub-text:focus {border: 0;box-shadow: none;}
.mobile-menu-social {text-align: center;padding-top: 20px;}
.mobile-menu-social .top_socail_icon_area {float: unset;width: 100%;margin: 0;}
.mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
.navbar-nav-mobile-sub {}
.mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;}
.navbar-nav-mobile-sub li a {font-size: 16px;}
#back_to_top {right: 15px;}
.latest-news-left img {min-height: unset;max-height: unset;}
.latest-news-left svg {background: #fff;fill: red;padding-left: 4px;}
.m-t-30 {margin-top: 30px;}
.m-t-25 {margin-top: 25px;}
.footer-bottom {text-align: center;padding-top: 10px;}
.footer-social-icons {float: unset;margin-top: 15px;}
.footer-col-1 {padding-top: 15px;}
.footer-menu {padding-bottom: 0;}
.credit-text {margin-top: 0;text-align: center;}
.copy-right-text {margin-bottom: 5px;}
/*================= OTHER PAGE STYLE ====================*/
.left-content-area, .right-content-area {width: 100%;}
.details-left-content-area, .details-right-content-area {margin-top: 15px;}
.details-content-top h1 {font-size: 26px;padding-bottom: 10px;}
.small-left, .small-right {width: 100%;}
.small-right {text-align: left;}
.details-content-top .small {padding: 5px 0;margin-bottom: 10px;}
.share-btn {margin-top: 5px;}
.details-content img {margin-bottom: 0;}
.more-news-single-image svg, .category-news-img svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.category-page {margin-top: 24px;}
.video-catagory-text {min-height: 73px;max-height: 73px;margin: -10px auto auto;}
.video-catagory-text h2 {font-size: 16px;line-height: 21px;}
.video-catagory-image svg {padding-left: 5px;height: 35px;width: 35px;}
.photo-gallery-category svg {padding-left: 0;padding: 0 5px;height: 28px;}
.category-news-text {min-height: 90px;max-height: 90px;}
.video-catagory-text {min-height: 90px;max-height: 90px;margin: -10px auto auto;}
.video-catagory-text h2 {line-height: 21px;}
.video-catagory-image svg {padding-left: 5px !important;height: 35px !important;width: 35px !important;}
.photo-gallery-category svg {padding-left: 0 !important;padding: 0 5px !important;height: 28px !important;}
.top-middle-logo, .top-bar-social {display: none;}
.top-bar-date-wrapper {height: unset;text-align: center;}
.top-header {padding: 3px 0;background: #eee;}
.top-bar-date {width: 100%;}
.mobile-menu-social .social-top-icon {display: inline-flex;}
.top-nav-main .navbar-brand img {margin: 3px 0;}
.footer-social-icons {float: unset;margin-top: 15px;}
.footer-social-icons .social-top-icon {display: inline-flex;}

}