/*************************************
Template Name: Gonews - 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");
}

body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background: #f1f1f1;
}

@media (min-width: 1200px) {
  .container { max-width: 1212px!important;}
}

/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lazy-loaded {
  opacity: 1;
}

.top-search-secton {
  box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
}

a:hover img {
  opacity: 0.9;
}

a:hover {
  color: #0573e6;
}
.right-menu-link {
  display: none !important;
}
.right-menu-link .btn svg {
  fill: #000;
  height: 25px;
  width: 25px;
}
.right-menu-link .btn {
  padding: 3px 5px;
}
/*======================== 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;
}
.offcanvas-top-height {
  height: 105px !important;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c6ccd4;
}
/*====================== 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;
  }
}

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

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.top-nav-main li.nav-item a.nav-link {
  position: relative;
  font-size: 18px;
  padding: 9px 12px !important;
  color: #000 !important;
}
.new-top-nav {
    box-shadow: 0px 5px 5px -5px #000;
    padding: 0;
    background: #b2ecba !important;
}

.navbar-brand {
  display: none;
}
.top-nav-main li a.active svg {
  fill: #fff;
}
.top-nav-main li.nav-item a.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 li.nav-item a.nav-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #ff0000;
  transition: transform 0.5s;
}
.top-nav-main li.nav-item a.nav-link:hover span::before {
  transform: scaleX(1);
}
.top-nav-main li.nav-item a.nav-link:hover span::after {
  transform: scaleX(1);
}
.top-nav-main li.nav-item a.nav-link:hover {
  color: #fff !important;
}
.top-nav-main li.nav-item a.nav-link.active span:before {
  transform: scaleX(1);
}
.top-nav-main li.nav-item a.nav-link.active span:after {
  transform: scaleX(1);
}
.top-nav-main li.nav-item a.nav-link.active {
  color: #fff !important;
}

/* .top-nav-main li.nav-item a.active {
  color: #000 !important;
} */
.search-icon {
  padding-right: 5px !important;
}

.search-icon svg {
  height: 20px;
  width: 20px;
}

.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 16px;
}
.other-list-group a:hover {
  color: #1da255;
  transition: 0.3s;
}

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

.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: #1da255;
}
/*====================== END FOR MENU =========================================*/
#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;
}

/*====================== END FOR Back to top =========================================*/
.top-header {
  background-color: #f0f0ed;
  padding: 2px 0;
  padding-bottom: 3px;
}

.top-bar-date {
  color: #000;
  font-size: 14px;
  padding: 4px 0;
}

.top-bar-date .bi-calendar3 {
  margin-left: 5px;
}

.top_socail_icon_area {
  float: right;
  position: relative;
}

.top_socail_icon_area .list-inline {
  padding: 0;
  margin: 0;
}

.top_socail_icon_area .list-inline li {
  display: inline-block;
  padding-left: 5px;
  list-style: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 2px;
}

.top_socail_icon_area .list-inline li a {
  display: inline-block;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.top_socail_icon_area .list-inline li a .cube-top svg {
  fill: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.cube,.cube span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cube-top {
  background: transparent;
  background-size: 100%;
}

.cube-front {
  background-size: 100%;
  transform: translate(0, -100%) rotateX(90deg);
  transform-origin: bottom;
  border-radius: 50px;
}

.top_socail_icon_area .list-inline li a .cube-front svg {
  line-height: 30px;
  fill: #fff;
}

.top_socail_icon_area .list-inline li:hover .cube {
  transform: translate(0, 50%) rotateX(-90deg);
}

.top_socail_icon_area .list-inline li .facebook .cube-top {
  background: #3b5998;
}

.top_socail_icon_area .list-inline li .twitter .cube-top {
  background: #1da1f2;
}

.top_socail_icon_area .list-inline li .instagram .cube-top {
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.top_socail_icon_area .list-inline li .linkedin .cube-top {
  background: #007bb5;
}

.top_socail_icon_area .list-inline li .youtube .cube-top {
  background: #ff0000;
}

.top_socail_icon_area .list-inline li .pinterest .cube-top {
  background: #cb2027;
}

.top_socail_icon_area .list-inline li .rss .cube-top {
  background: #f26522;
}

.top_socail_icon_area .list-inline li .cube-top {
  border-radius: 50%;
}

.top_socail_icon_area .list-inline li .facebook .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .facebook .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .twitter .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .twitter .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .instagram .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .instagram .cube-front svg {
  fill: #4e4e4e;
}

.top_sbackground: #fff;}

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .youtube .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .youtube .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .rss .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .rss .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

@-webkit-keyframes animationTop {
  49% {
      -webkit-transform: translateY(100%);
  }

  50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
  }

  51% {
      opacity: 1;
  }
}

@keyframes animationTop {
  49% {
      transform: translateY(100%);
  }

  50% {
      opacity: 0;
      transform: translateY(-100%);
  }

  51% {
      opacity: 1;
  }
}

.middle-header {
  padding-bottom: 24px;
  padding-top: 24px;
  background: #fff;
}

.logo-area {
  float: left;
  width: 29.66%;
  padding-left: 0;
}
.logo-area img {
  margin-top: 6px;
}
.top-banner-area {
  float: left;
  width: 70.34%;
  padding-left: 12px;
  text-align: right;
}

.logo-area a:hover img {
  opacity: 1;
}

/*====================== Footer Style =========================================*/
.copy-right-text {
  margin-bottom: 15px;
}

.credit-text p {
  margin-bottom: 0;
}

.footer-top {
  background-color: #3C3B3B;
  margin-top: 40px;
}

.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: 6px 12px;
  border: 1px solid #777;
  font-size: 16px;
  margin-right: 8px;
}

.footer-menu ul li a:hover {
  background-color: #777;
}

.footer-bottom {
  background-color: #424242;
  color: #fff;
}

.footer-col-1 {
  padding-top: 30px;
  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;
  outline: none;
  border: none;
  padding: 7px 12px 8px;
  border-radius: 5px 0 0 5px;
  width: 200px;
  color: #ccc;
}

.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: 30px;
  padding-right: 0;
}

.copy-right-text {
  margin-top: 20px;
  margin-bottom: 25px;
}

.credit-text {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 25px;
}

.copy-right-text-row {
  border-top: 1px solid #777;
  margin-top: 30px;
}

.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;
}
.footer-bottom {
  background: #2d2d2d;
}

.footer-col-3 p {
  margin-bottom: 5px;
}

.footer-col-3 p:last-child {
  margin-bottom: 0px;
}

.editors-board p {
  margin-bottom: 5px;
}

.editors-board p {
  margin-bottom: 5px;
}

.copy-right-text-row {
  margin-top: 25px;
}
/*======================  Lead New Style =========================================*/

.tab-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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 #4caf50;
}

.latest-news {
  overflow-y: scroll;
  height: 553px;
}

.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 #757575;
  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 h3 span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.latest-news-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.latest-news-left svg {
  position: absolute;
  top: 38%;
  left: 25%;
  height: 35px;
  width: 35px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 6px;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.latest-news-ul li a:hover .latest-news-left svg {
  fill: #1da255;
  background: #fff;
}

/*========================================== Details Page STYLE =================================================*/
.details-latest-news {height: 483px;}
.latest-news-ul li a {width: 100%;}
/* .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;}
.left-content-area {float: left;width: 69.94%;padding: 0;}
.right-content-area {float: left;width: 30.06%;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%;background: #fff;padding: 10px;}
.details-content-top {background: #fff;padding: 10px;padding-bottom: 0;}
.details-content-top span {font-size: 14px;line-height: 14px;color: red;}
.details-content-top h1 {font-size: 34px;margin: 0;padding-bottom: 10px;border-bottom: 1px solid #dbdbdb;}
.details-content-top hr {margin-top: 16px;margin-bottom: 20px;}
.details-content-top .small {display: inline-block;width: 100%;border-bottom: 1px solid #dbdbdb;padding: 14px 0;margin-bottom: 0;}
.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;transition: 0.3s;}
.share-btn a svg {fill: #fff;}
.share-btn .facebook {background: #3b5999;}
.share-btn .twitter {background: #000;}
.share-btn .whatsapp {background: #25D366;}
.share-btn .copy-link {background: #3578e5;}
.share-btn .print-link {background: #373737;}
.share-btn a:hover {margin-top: -5px;}
.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 .youtube {background: #c4302b;}
.share-btn svg {fill: #fff;}
.details-category-title {padding: 0;margin-bottom: 15px;}
.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 {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: #fff;color: #000;box-shadow: 0 1px 2px rgb(0 0 0 / 20%);font-size: 18px;border: 1px solid #fff;}
.btn-more-details:hover {background: #4caf50;color: #fff;border: 1px solid #4caf50;}
.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: #fff;border: 1px solid #dbd6d6;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;padding-bottom: 25px;}
.fb-h2 {background: #4d4e8a;padding: 15px;font-size: 18px;color: #fff;margin: -1px -1px 0;}
.more-news-single {background: #fff;margin-bottom: 15px;width: 100%;position: relative;}
.more-news-single a {display: inline-block;background: #fff;padding: 7px;margin-bottom: -8px;width: 100%;}
.more-news-single-image {position: relative;overflow: hidden;float: left;width: 40%;margin-right: 2%;}
.more-news-single-image img {overflow: hidden;width: 100%;}
.more-news-single-image svg {position: absolute;top: 30%;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;}
.more-news-single-text {max-height: 70px;min-height: 70px;overflow: hidden;float: left;width: 58%;padding-left: 2px;}
.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 h3 span {font-size: 14px;line-height: 14px;color: #ff0000;}
.more-news-single-text h3 span svg {margin-left: 6px;fill: #999;margin-right: 6px;background: #999;width: 7px;height: 7px;border-radius: 50%;}
.more-news-single a:hover .more-news-single-image svg {background: #fff;fill: #1da255;}
.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: #fff;box-shadow: 0 1px 2px rgb(0 0 0 / 20%);margin-bottom: 24px;}
.category-news a {width: 100%;background: #fff;padding: 7px;display: inline-block;}
.category-news-img {position: relative;overflow: hidden;}
.category-news-img svg {position: absolute;top: 20%;left: 12%;height: 45px;width: 45px;background: #fff;transform: translate(-50%, -50%);text-align: center;line-height: 38px;fill: #000;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: #1da255;}
.category-news-text {background: #fff;padding: 3px 0;min-height: 72px;max-height: 72px;overflow: hidden;padding-bottom: 0;padding-left: 1px;}
.category-news-text span {color: red;font-size: 14px;line-height: 14px;}
.category-news-text span svg {margin-left: 6px;fill: #999;margin-right: 6px;background: #999;width: 7px;height: 7px;border-radius: 50%;}
.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: 20px;}
.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: #fff;margin-bottom: 20px;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;}

@media screen and (max-width: 768px) {
  a.navbar-brand {width: 65%;display: block;margin: 0;text-align: center;}
  .nav-item.dropdown.dropdown-mega .dropdown-menu {transform: translateX(0%);}
  .middle-header {display: none;}
}
 /*----=============================== FOR RESPONSIVE CSS ==============================================--------*/
@media only screen and (max-width: 767px) {
  #back_to_top {right: 12px;}
  .navbar-nav-mobile-sub-body {padding: 0;margin-left: 10px;}
  .mobile-nav-ul-body {padding-top: 0;}
  .mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;padding-top: 12px;padding-bottom: 12px;}
  .mobile-menu-sub-text:focus {box-shadow: none;}
  .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;}
  .new-top-nav {padding-top: 2px;padding-bottom: 2px;}
  .mobile-side-logo img {width: 140px;}
  .mobile-side-logo-wrapper {padding-top: 10px;padding-bottom: 10px;}
  .right-menu-link {display: block !important;}
  .custom-row {margin-right: -5px;margin-left: -5px;}
  .custom-padding {padding-left: 7px;padding-right: 7px;}
  .custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%;}
  .copy-right-text {text-align: center;margin-bottom: 5px;}
  .credit-text {text-align: center;margin-top: 0px;}
  .footer-menu ul {text-align: center;}
  .footer-menu ul li {margin-bottom: 20px;}
  .footer-menu ul li:last-child {margin-bottom: 0px;}
  .footer-col-1 {text-align: center;padding-left: 50px;padding-right: 50px;}
  .footer-social-icons {float: none;}
  .editors-board {text-align: center;padding-top: 15px;}
  .footer-col-3 {text-align: center;padding-top: 5px;}
  .top-bar-date {text-align: center;}
  .top_socail_icon_area .list-inline {display: none;}
  .mobile-menu-social .top_socail_icon_area .list-inline {display: block;}
  .mobile-menu-social .top_socail_icon_area {width: 100%;text-align: center;margin-top: 20px;}
  a.navbar-brand img {width: 175px;}
  .new-top-nav {background: #ffffff !important;}


/*================= OTHER PAGE STYLE ====================*/
.next-content {margin-bottom: 5px;margin-top: 20px;}
.details-latest-news {height: 560px;}
.details-latest-news .latest-news-left img {min-height: unset; max-height: unset;}
.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 {top: 24%;left: 14%;height: 35px;width: 35px;background: #fff;fill: #000;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;}
.category-news a {padding: 0;}
.category-news-text {padding: 3px 5px;padding-bottom: 0;}
.logo-area img {margin-top: 0px;}


}