/*************************************
Template Name: Online NewsPaper
Author: Ashraf Islam
Author Url: http://jonayed.com/
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@400;500;600;700&display=swap');

.noto-serif-bengali-<uniquifier> {
  font-family: "Noto Serif Bengali", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {font-size: 16px;font-family: 'Noto Serif Bengali','Calibri','SutonnyMJ','Siyamrupali','Arial', Georgia, "Times New Roman", Times, serif;color: #000;background: #fff;font-weight: 400;}

@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;}
a {font-family: 'Noto Serif Bengali','Calibri','SutonnyMJ','Siyamrupali','Arial', Georgia, "Times New Roman", Times, serif;text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Noto Serif Bengali','Calibri','SutonnyMJ','Siyamrupali','Arial', Georgia, "Times New Roman", Times, serif;font-weight: 600;}
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;}
.form-control:focus, .form-select:focus {box-shadow: none !important;border-color: #ced4da !important; /* Optional: Reset border color */}
/*====================== START FOR MENU =========================================*/
.top-middle-logo {text-align: center;}
.navbar-brand-desktop {padding: 10px 0px;}
.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 #009135;-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: #009135;}
/*====================== 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; height: 40px; width: 40px; border-radius: 50%;}
#back_to_top svg {fill: #fff;width: 20px}
#back_to_top.show {opacity: 1}
#back_to_top:hover {background: #fff;border: 1px solid #212529;}
#back_to_top:hover svg {fill: #212529;}

/*====================== Header style Top nav =========================================*/
.top-header {padding: 5px 0;background: #fff;width: 100%;}
.top-bar-social {height: 96px;display: flex;justify-content: center;align-items: self-end;flex-direction: column;}
.facebook-like-box img {width: 200px;display: flex;}
.top_socail_icon_area {display: inline-flex;}
.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;/* border-radius: 50%; */}
.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;/* border-radius: 50%; *//* z-index: -1; */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(5) 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-bar-date-wrapper {height: 96px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.top-bar-date {display: inline-block;}
.middle-header {padding-bottom: 10px;padding-top: 10px;background: #fff;}
.en-link-wrapper-main {float: right;margin-top: 30px;margin-right: 15px;}
.en-link {color: #fff;background-color: #73191b;padding: 0 10px;border: 1px solid #73191b;transition: 0.3s;font-family: "Noto Serif", serif;font-weight: 400;font-size: 16px;letter-spacing: 1px;display: inline-block;line-height: 26px;}
.en-link:hover {color: #73191b;background: transparent;}
.top-nav-main {padding: 0;}
.top-nav-container {background: #fff;z-index: 1;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 {position: relative;font-size: 20px;padding: 9px 16px !important;color: #202124 !important;font-weight: 600;}
.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.active {color: #000 !important;fill: #000;}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 105px !important;}
#nav.sticky {box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);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-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: #73191b;}
/* .top-nav-main .navbar-nav .nav-item .nav-link span:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;transform: scaleX(0);background-color: #009135;transition: transform 0.5s;z-index: -1;} */
.top-nav-main .navbar-nav .nav-item .nav-link span:after {content: "";position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 3px;transform: scaleX(0);background-color: #009135;transition: transform 0.5s;}
/* .top-nav-main .navbar-nav .nav-item .nav-link:hover span:before {transform: scaleX(1);} */
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:after {transform: scaleX(1);}
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:before,
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:after,
.top-nav-main .navbar-nav .nav-item .nav-link.active span:before,
.top-nav-main .navbar-nav .nav-item .nav-link.active span:after {transform: scaleX(1);}

/*================================================ FOR SEARCH style */
.attr-nav ul li a svg {height: 18px;width: 18px;fill: #000;}
.top-search {display: none;padding: 7px 0;position: absolute;z-index: 9;width: 100%;top: 50px;left: 0;}
.top-search-secton {float: right;margin-top: -7px;background: #fff;padding: 15px;box-shadow: 0 2px 3px #787878;}
.top-search input.form-control {background: #fff;border: 2px solid #f0f0ed;color: #000;height: 34px;line-height: 34px;display: block;text-transform: uppercase;font-weight: 500;letter-spacing: .5px;padding: 8px 1%;font-size: 15px;background-color: #fff;}
.top-search .input-group-addon {background: #009135;transition: .5s;cursor: pointer;border: 0;color: #03a9f4;width: 30px;height: 33px;text-align: center;}
.top-search .input-group-addon svg {fill: #fff;}
.top-search .input-group-addon.close-search {margin-left: 2px !important;line-height: 33px;}
.attr-nav ul {margin: 0;padding: 0;}
.attr-nav ul li {list-style: none;text-align: right;}
.attr-nav ul li a {color: #fff;margin-left: 0;}
.top-search input.form-control:focus {box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .01);}
.ad-section {margin: 15px auto;text-align: center;max-width: 100%;}

/*================================================ Drop Down icon Animation style */
.dropdown-toggle::after {transition: transform 0.15s linear; }
.show.dropdown .new-dropdown-toggle::after {transform: rotate(-180deg);transition: all 0.3s ease-in;}
.dropdown-menu {margin-top: 0;}
.new-dropdown-toggle::after {margin-top: 5px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 2px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {display: block !important; top: 0;left: 98.5% !important;margin-top: 0;-webkit-animation: fadeIn 0.3s alternate;animation: fadeIn 0.3s alternate;border-radius: 0;}
.sub-dropdown-toggle::after {transition: transform 0.15s linear; }
/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {transform: rotate(-90deg);transition: all 0.3s ease-in;}
.dropend .sub-dropdown-toggle::after {margin-top: 5px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 5px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 15px;width: 14px;margin-top: 5px;}
/* .dropdown-new:hover .dropdown-menu-new {display: block;--bsb-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: bsb-zoomIn}
@keyframes bsb-zoomIn {
  0% {opacity: 0;transform: scale3d(.3, .3, .3)}
  50% {opacity: 1}
}
.bsb-zoomIn {animation-name: bsb-zoomIn} */
/*====================== Footer Style =========================================*/
.footer-wrapper {position: relative;background: #fff;padding-top: 45px;padding-bottom: 10px;}
footer::before, footer::after {background-color: transparent;background-image: radial-gradient(rgba(255, 255, 255, 0.90) 1px, transparent 1px);background-position: 1px 1px;background-size: 5px 5px;content: "";display: block;position: absolute;width: 40px;}
footer::before {height: 80px;right: 2px;top: 0;}
footer::after {bottom: 3px;height: 40px;left: 0;}
.footer-logo {height: 60px;position: relative;margin-top: -5px;}
.footer-socail-icon-wrapper {padding-top: 5px;}
.footer-socail-icon-wrapper ul li a {margin: 0;width: 30px;height: 30px;}
.footer-socail-icon-wrapper ul li a svg {width: 20px;height: 20px;}
.footer-socail-icon-wrapper ul li:hover a svg:nth-child(1) {transform: translateY(-30px);}
.footer-socail-icon-wrapper ul li:hover a svg:nth-child(2) {transform: translateY(-30px);color: #fff;}
.footer-menu-footer-wrapper {text-align: end;}
.copyright {font-size: 14px;padding-bottom: 5px !important;}
.copyright img {height: 16px;}
.footer-text {font-size: 16px;color: #fff;font-weight: 400;line-height: 30px;    font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;}
.footer-text {color: #000 !important;}
.copyright {color: #000 !important;}
.footer-menu-footer li a {color: #000;}
.footer-wrapper hr {background-color: #000;border-color: #000;}
.footer-menu ul {padding-left: 0;margin-bottom: 0;list-style: none;display: inline-block;}
.footer-menu ul li {display: inline-block;margin-bottom: 20px;}
.footer-menu ul li a {color: #000;padding: 4px 12px;border: 1px solid #777;font-size: 16px;margin-right: 8px;}
.footer-menu ul li a:hover {color: #fff;}
.footer-menu ul li a:hover {background-color: #009135;}
.footer-menu {margin-top: 7px;}


/*======================  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;padding-top: 35px;}
.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;}
.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;}
@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-tab-content-wrapper {margin-bottom: 30px;}


/*========================================== COMMON HEADING STYLE =================================================*/
.title-heading-wrapper {
  background: #fff;
  margin-bottom: 10px;
}

.title-heading,
.title-heading-2 {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  height: 40px;
  position: relative;
  background: #009135;
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
}

.title-heading:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #009135;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.title-heading-text {
  color: #fff;
  text-decoration: none;
}

.title-right-link {
  font-size: 17px;
  float: right;
  color: #333;
  padding-right: 8px;
  line-height: 42px;
  text-decoration: none;
}

.title-right-link svg {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  fill: #009135;
}
.title-heading-text:hover {
  color: #fff;
}
.bg-gray {
  background: #eff3f4;
}


.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;
}


/*========================================== LEAD TAB STYLE =================================================*/
.tab-content-wrapper {
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
  margin-top: 20px;
}
.side-tab-main {
  width: 100%;
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.nav-pills .nav-item.active a {
  background: #eff3f4;
  border-top: 3px solid #EE323B;
  color: #000;
}
.side-tab-main .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #009135;
  border-radius: 0;
  padding: 7px 10px;
  border-top: 3px solid transparent;
}
.tab-content>.active {
  display: block;
}
.latest-news {
  overflow-y: scroll;
  height: 675px;
}
.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: 9px 7px 9px;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  background: #fff;
  color: #000;
  margin-bottom: -6px;
}
.details-latest-news li a {
  background: #eff3f4;
  border-bottom: 1px solid #e2e2e2;
}
.latest-news-left {
  float: left;
  width: 37%;
  margin-right: 2%;
  position: relative;
}
.latest-news-left svg {
  position: absolute;
  top: 32%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  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;
}
.latest-news-right {
  float: left;
  width: 61%;
  padding-left: 2px;
  max-height: 65px;
  overflow: hidden;
  min-height: 65px;
  text-align: left;
}
.latest-news-right h3 {
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.latest-news-right span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}
.latest-news-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/*========================================== SOCIAL MEDIA STYLE =================================================*/
.social-media-2 {display: flex;}
.social-media-2 ul{margin: 0;padding: 0;}
.social-media-2 ul li {list-style: none;margin: 0 2px;display: inline-block;}
.social-media-2 ul li a {width: 35px;height: 35px;text-align: center;line-height: 30px;display: inline-block;vertical-align: middle;margin: 8px 0px;padding: 5px;transition: .5s;background: #f1f1f1;overflow: hidden;border-radius: 8px;}
.social-media-2 ul li a svg {width: 25px;height: 25px;display: block;color: #777;transition: .5s;padding: 2px;margin-bottom: 10px;}
.social-media-2 ul li:hover a svg:nth-child(1) {transform: translateY(-30px);}
.social-media-2 ul li:hover a svg:nth-child(2) {transform: translateY(-35px);color: #fff;}
.social-media-2 ul li:hover:nth-child(1) a {background: #1877f2;}
.social-media-2 ul li:hover:nth-child(2) a {background: #ff0000;}
.social-media-2 ul li:hover:nth-child(3) a {background: #000;}
.social-media-2 ul li:hover:nth-child(4) a {background: #e4405f;}
.social-media-2 ul li:hover:nth-child(5) a {background: #49C95A;}
.social-media-2 ul li:hover:nth-child(6) a {background: #0077B5;}

/*========================================== 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-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: #0077b5;}
.share-btn .youtube {background: #c4302b;}
.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 {font-size: 22px;line-height: 34px;text-align: justify;color: #333;margin-bottom: 20px;}
.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: #009135;top: 8px;left: 6px;}
.details-btn {text-align: center;width: 100%;position: relative;margin-bottom: 24px;margin-top: -5px;}
.btn-more-details {background: #009135;color: #fff;box-shadow: 0 1px 2px rgb(0 0 0 / 20%);font-size: 18px;border: 1px solid ##009135;}
.btn-more-details:hover {background: transparent;color: #009135;border: 1px solid #009135;}
.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: 4px solid #009135;margin-bottom: 30px;margin-top: 30px;clear: both;}
.next-content span {color: #fff;background: #009135;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: #009135;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 #009135;}
.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 #009135;}
.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;}
/*========================================== CATEGORY PAGE STYLE =================================================*/
.new-breadcrumb-style {
  padding-top: 15px;
}
.new-breadcrumb-style-ul-top {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.new-breadcrumb-style-ul-top li {
  margin-right: 20px;
  display: inline-block;
}
.new-breadcrumb-style-ul-top li a h1,
.new-breadcrumb-style-ul-top li a h2 {
  margin: 0;
  color: #000;
  font-size: 40px;
}
.new-breadcrumb-style-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-breadcrumb-style-ul li {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  list-style: none;
}
.new-breadcrumb-style-ul li a {
  padding: 2px 10px;
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  background: #eff3f4;
  line-height: 22px;
  transition: 0.5s;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 4px;
}
.new-breadcrumb-style-ul li a:hover {
  color: #fff;
  background: #009135;
  border: 1px solid #009135;
}
.new-breadcrumb-style-ul li:first-child {
  padding-left: 0;
}


.category-lead-news-second {
  background: #eff3f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  margin-bottom: 24px;
}
.category-lead-news-second-image {
  position: relative;
  overflow: hidden;
}
.category-lead-news-second-heading {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px;
}
.category-lead-news-second-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.category-lead-news-second-heading span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}
.category-lead-news-second-heading h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
}
.category-lead-news-small-image svg,
.category-lead-news-second-image svg {
  position: absolute;
  top: 17%;
  left: 9%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.category-lead-news-second a:hover .category-lead-news-second-image svg {
  background: #fff;
  fill: red;
}

.more-news-single {
  background: #fff;
  margin-bottom: 24px;
}
.more-news-single-image {
  position: relative;
}
.more-news-single-image img {
  margin: 0;
  padding: 0;
}
.more-news-single-text {
  background-color: #eff3f4;
  padding: 2px 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
  margin-top: 0;
}
.more-news-single-text h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.more-news-single-text h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}
.more-news-single-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  background: #009135;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}
.category-content-lead {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.category-content-lead-left {
  float: left;
  width: 60%;
  position: relative;
}
.category-content-lead-left img {
  max-width: 100%;
  min-width: 100%;
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
}
.category-content-lead-left svg {
  position: absolute;
  top: 14%;
  left: 8%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.category-content-lead a:hover .category-content-lead-left svg {
  background: #fff;
  fill: red;
}



.category-content-lead-right {
  float: left;
  width: 40%;
  background: #eff3f4;
  padding: 20px;
  min-height: 250px;
  max-height: 250px;
}
.category-content-lead-right-text {
  max-height: 215px;
  min-height: 215px;
  overflow: hidden;
}
.category-content-lead-right h2 span {
  font-size: 20px;
  margin-right: 2px;
  color: #e10612;
}
.category-content-lead-right h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.category-content-lead-right h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 0 1px;
}
.category-content-lead-right p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.btn-more-wrapper {
  position: relative;
}
.btn-more {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #009135;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}
.btn-more: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:hover {
  color: #009135;
  border: 1px solid #009135;
}
.btn-more:focus:before,
.btn-more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.other-banner-2 {
  text-align: center;
}


/*========================================== Details Page STYLE =================================================*/
.details-left-content-area {
  padding-top: 20px;
}

.details-breadcrumb {
  background: #ebebeb;
  padding: 5px 10px;
}

.details-breadcrumb>li>a {
  color: #333;
  font-size: 19px;
}

.details-breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.breadcrumb>li+li:before {
  padding: 0 0 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.details-content {
  color: #000000;
  padding: 10px 0px 0px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.details-content h1 {
  font-size: 38px;
  margin: 0;
}
.details-content .small {
  margin: 10px 0;
  display: block;
}
.post-text {
  padding-top: 4px;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
}
.details-content .small p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: justify;
  color: #000;
}
.details-content span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}
.details-content p {
  margin: 12px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}
.image-caption {
  background-color: #F0F0ED;
  font-size: 17px !important;
  line-height: 22px !important;
  text-align: center !important;
  color: #000 !important;
  width: 100%;
  margin: 0 !important;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.details-share-btn-main-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
.details-share-btn-wrapper {
  display: inline-block;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
}

.social_list {
  gap: 6px;
  transition: all 0.3s;
}
.social_list a {
  display: flex;
  padding: 6px 5px;
  text-align: center;
  border-radius: 8px;
  color: #000;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.social_list a:hover {
  transform: translateY(-5px);
}
.social_list a svg {
  fill: #fff;
}
.social_list a.facebook {
  background: #3b5999;
}
.social_list a.twitter {
  background: #000;
}
.social_list a.whatsapp {
  background: #25D366;
}
.social_list a.copy {
  background: #495057;
}
.social_list a.print {
  background: #738a8d;
}



.image-caption-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}


.details-content .image-caption-wrapper img {
  margin-bottom: 0;
  padding: 0;
}

.details-content p {
  margin: 12px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}

.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;
  /* background: #000; */
  color: #222;
  padding: 3px 0px 2px 0;
  /* font-weight: 700; */
}

.tag-ul li a {
  color: #000;
  background: #eee;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 4px 12px 3px;
  transition: .3s;
}

.tag-ul li a:hover {
  background: #dbd6d6;
}

.google-news-link {
  background: #fff3e6;
  border: 0.5px solid #d3d3d3;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
  padding: 6px 5px 0 4px;
  text-align: center;
  margin-bottom: 0;
}
.youtube-frame {
  margin-bottom: 18px;
  text-align: center;
  background: #fff;
  padding-top: 6px;
}

.details-breadcrumb li a svg {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

.details-content hr {
  margin-top: 16px;
  margin-bottom: 20px;
}

.latest-news-right h3 {
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.latest-news-right span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.latest-news-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.google-news-link a img {
  width: 40px;
  margin-right: 8px;
}



/*========================================== 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: 8px 0px;}
.right-menu-link {display: block !important;}
.top-nav-main .navbar-brand img {width: 100%;height: 50px;}
.top-header {padding: 2px 0;border-bottom: 1px solid #00000063;}
.top-bar-date {font-size: 15px;}
.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;}
.top-middle-logo {display: none;}
.top-bar-social {display: none;}
.top-bar-date-wrapper {height: 25px;display: block;text-align: center;}
#nav.sticky {padding-top: 7px;padding-bottom: 7px;}
.copyright {text-align: center;}
ul.footer-menu-footer.list-unstyled {text-align: center;}
.social-media-2 {text-align: left;padding-top: 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: 100px;max-height: 100px;}
.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;}
.category-page-left {width: 100%;}
.category-content-lead-left {width: 100%;}
.category-content-lead-right {width: 100%;min-height: 108px;max-height: 108px;}
.category-content-lead-right-text p {display: none;}
.category-page-right {width: 100%;text-align: center;margin-bottom: 35px;}
.category-news-img svg {top: 23%;left: 14%;}
.lifestyle-item-img svg {height: 38px;width: 38px;top: 24%;left: 15%;padding-left: 4px;}
.top-bar-date svg {width: 14px;height: 14px;}
.footer-menu-footer {margin-bottom: 25px;}
.new-category-single-wrapper-img svg {top: 26%;left: 16%;height: 35px;width: 35px;}
.new-category-single-wrapper-img-main svg {top: 16%;left: 10%;height: 50px;width: 50px;}
.category-news-text h2 {min-height: 100px;max-height: 100px;-webkit-line-clamp: 4;}
.new-category-single-wrapper-text {min-height: 90px;max-height: 90px;}
.new-category-single-wrapper-text-mobile h3 {color: #000;font-weight: 600;font-size: 18px;line-height: 24px;margin: 0;}
.new-category-single-wrapper-text-mobile {min-height: 105px;max-height: 105px;}
.lifestyle-item-text {min-height: 105px;max-height: 105px;}
.lifestyle-item-text h3 {font-size: 18px;line-height: 24px;}
#nav.sticky.top-nav-main .navbar-brand img {height: 50px;}
.footer-gallery {margin-top: 0;}
.mobile-date {display: none;}
.social_list {margin-bottom: 15px;}
.category-lead-news-small-image svg,
.category-lead-news-second-image svg {top: 24%;left: 14%;}



}