/*************************************

Template Name: Listening Coxsbazar - 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: #000;
  /* background-color: #f3f5fe; */
  /* background-color: #F4F4F4; */
  background-color: #f1f4f7;
}

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

@media (min-width: 1120px) {
  .menu-container {
    max-width: 1188px !important;
  }
}

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
/* .container {
  max-width: 1052px;
} */
.left-content-header {
  float: left;
  width: 32.37%;
}

.left-content-area {
  float: left;
  width: 67.62%;
}

.right-content-header {
  float: left;
  width: 67.62%;
}

.right-content-area {
  float: left;
  width: 32.38%;
}

.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}

.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}

.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}

.custom-padding-2 {
  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;
}

a {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  color: #000;
}

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 */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #1ba750 none repeat scroll 0 0;
  border: 1px solid #1ba750;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  opacity: 1 !important;
}

.scrollup:hover {
  background: #ffffffff;
  color: #ed1b28;
  border: 1px solid #ed1b28;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.back-to-top span {
  padding-bottom: 10px;
}

.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}

/* ------------------------------------
  NEW HEADER STYLE
---------------------------------------*/
.top-date i {
  padding-right: 5px;
}
.new-header {
  background: #fff;
  padding: 20px 0;
}
.new-logo-area {
}
.header-banner {
  text-align: right;
}
.top-date {
  padding-top: 4px;
  display: block;
  font-size: 14px;
}
.search_submit {
  border: none;
  box-shadow: none;
  background: none;
}

.search_submit button.btn.btn-default:focus,
.search_submit button.btn.btn-default {
  border: none;
  background: none;
  outline: none;
}

.search_submit:focus {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

/*----------------------------------
	Lead News Wrapper style
-----------------------------------*/
.lead-news-wrapper {
  background-color: #f1f4f7;
  width: 100%;
  padding: 10px 0 5px;
}

.lead-news-left {
  width: 73.27%;
  float: left;
}

.lead-news-right {
  width: 26.73%;
  float: left;
}

.new-lead-news {
  background: #fff;
  padding: 10px 10px 15px 10px;
  margin-bottom: 24px;
}

.lead-news-image{
  position: relative;
}
.lead-news-image img {width: 100%;}
.new-lead-news-heading {
  padding: 7px 3px 0;
  max-height: 100px;
  min-height: 100px;
  overflow: hidden;
}

.new-lead-news-heading p {
  margin: 0;
}

.new-lead-news-heading span {
  color: #ed1b24;
  font-size: 14px;
  line-height: 14px;
}

.new-lead-news-heading h1 {
  margin: 0;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 4px;
}

.new-lead-news a:hover {
  color: #000;
}

.new-lead-news a:hover img {
  opacity: 0.9;
}

.lead-news-image i{
  position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    padding-left: 8px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: 0.8;
}

.new-lead-news a:hover .lead-news-image i {
    background: #fff;
    color: #ed1b28;
}

.meta {
  text-align: right;
  padding: 3px 8px;
  background: #fff;
  border-top: 1px solid #eee;
  /* border-top: 1px dotted #eee; */
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.meta a {
  border-right: 3px solid #ed1b28;
  padding-right: 5px;
}

.meta a i {
  padding-right: 3px;
}

.lead-news-other-wrapper {
  margin-bottom: 24px;
}

.lead-news-other {
  padding: 8px 8px 0 8px;
  background: #fff;
}

.lead-news-other-heading {
  background: #fff;
  padding: 5px 3px;
  min-height: 51px;
  max-height: 51px;
  overflow: hidden;
}

.lead-news-other-heading h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}

.lead-side-news-ul {
  background-color: #fff;
  position: relative;
  /* margin: 0; */
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.lead-side-news-ul li a:hover img {
  opacity: 0.8;
}

.lead-side-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}

.lead-side-news-ul .custom-padding-2 li:first-child{
  border-top: 1px dashed #929292;
}
.lead-side-news-ul li a {
  background-color: #fff;
  padding: 9px;
  display: inline-block;
  margin-bottom: -4px;
  width: 100%;
  border-bottom: 1px dashed #929292;
  /* border-bottom: 1px solid #dad9d9; */
}

.lead-side-news-ul li:last-child a {
  border-bottom: 0;
}

.lead-side-news-ul li a:hover {
  color: #000;
}

.lead-side-news-ul-left {
  float: left;
  width: 40%;
  padding-right: 2%;
  position: relative;
}

.lead-side-news-ul-left i{
  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;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}

.lead-side-news-ul a:hover .lead-side-news-ul-left i{
  background-color: #fff;
  color: #ed1b28;
}

.lead-side-news-ul-left img {
  /* max-width: 112px;
  min-width: 112px;
  overflow: hidden;
  max-height: 67px;
  min-height: 67px; */
}

.lead-side-news-ul-right {
  float: left;
  width: 60%;
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
}

.lead-side-news-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
}

.lead-side-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.lead-news-second-wrapper {
  margin-bottom: 24px;
}

.lead-news-second {
  background: #fff;
  padding: 8px 8px 0 8px;
}
.lead-news-second-image{
  position: relative;
}
.lead-news-second-image i{
  position: absolute;
    top: 50%;
    left: 50%;
    height: 55px;
    width: 55px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    padding-left: 6px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: 0.8;
}

.lead-news-second a:hover .lead-news-second-image i{
  background-color: #fff;
  color: #ed1b28;
}

.lead-news-second-heading {
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  padding-top: 1px;
  padding-left: 3px;
}

.lead-news-second-heading span {
  color: #ed1b24;
  font-size: 14px;
  line-height: 14px;
}

.lead-news-second-heading h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.lead-news-other a:hover img {
  opacity: 0.8;
}

.lead-news-second a:hover img {
  opacity: 0.8;
}

.lead-news-second a img {
  max-width: 256px;
  max-height: 154px;
  min-width: 256px;
  min-height: 154px;
  overflow: hidden;
}

.lead-news-second a:hover h3 {
  transition: all 0.5s ease 0s;
}

.lead-other-news li a:hover h2 {
  transition: all 0.5s ease 0s;
}

.text-heading {
  padding-bottom: 39px;
}

.text-heading-style {
  position: relative;
  display: block;
}

.text-heading-style h2 {
  font-size: 24px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #ed1b28;
  color: #fff;
  padding: 6px 15px;
}

.text-heading-style h2:after {
  content: "";
  position: absolute;
  left: 122px;
  border-left: 25px solid #037533;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}

.text-heading-style:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #ed1b28;
}

.good-news-wrapper {
  position: relative;
}

.good-news {
  padding: 8px;
  background: #fff;
  position: relative;
  border: 2px solid #ed1b28;
  border-top: 0px;
  margin-top: -1px;
}

/* .good-news img {
  max-height: 210px;
  width: 100%;
} */
.good-news img {
  max-height: 210px;
  min-height: 210px;
  overflow: hidden;
  width: 100%;
}

.good-news-heading h2 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  padding-top: 5px;
}

.good-news a:hover img {
  opacity: 0.8;
}

/*======================= START FADE STYLE ============================*/
.fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  transition: all 350ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes fadeInScale {
  0% {
    /* transform: scale(0.9); */
    opacity: 0;
    transform: rotateY(-180deg);
  }

  100% {
    /* transform: scale(1); */
    opacity: 1;
    transform: rotateY(0);
  }
}

/*======================= END FADE STYLE ============================*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b1b1b;
  transition: background-color 0.3s 0.2s;
}

.side-tab-main {
  width: 100%;
  /* margin-top: 24px; */
}

.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}

.side-tab-main .nav-item .nav-link {
  transition: background-color 0.3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #1ba750;
  border-radius: 0;
  padding: 12px 15px;
  border-bottom: 3px solid transparent;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-bottom: 3px solid #ed1b28;
}

.least-news {
  position: relative;
}

.least-news-ul {
  margin-bottom: 16px;
  padding: 0;
  display: inline-block;
  background: #fff;
  padding-left: 20px;
  max-height: 623px;
  overflow-y: auto;
}

.least-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.least-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 7px 7px;
  border-bottom: 1px dotted gray;
  width: 100%;
}

.least-news-ul li:last-child a {
  border-bottom: 0;
}

.least-news-ul .least-news-left {
  float: left;
  width: 40%;
  padding-right: 2%;
}

/* .least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
} */
.least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  min-width: 92px;
  max-width: 92px;
}

.least-news-ul .least-news-left {
  position: relative;
}

.least-news-ul .least-news-left span {
  position: absolute;
  margin-top: -1px;
  left: -25px;
  height: 35px;
  width: 34px;
  background: #1ba750;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  top: 15px;
  z-index: 1;
}

/* .least-news-details .least-news-ul .least-news-left span {
  position: absolute;
  margin-top: 7px;
  left: -25px;
  height: 35px;
  width: 34px;
  background: #000;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  top: 15px;
  z-index: 1;
} */
.least-news-left{
  position: relative;
}
.least-news-left i{
  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;
      color: #fff;
      border-radius: 50%;
      font-size: 15px;
      padding-left: 4px;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.8;
}
.least-news-ul a:hover .least-news-left i{
  background-color: #fff;
  color: #ed1b28;
}
.least-news-ul .least-news-right {
  float: left;
  width: 60%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.least-news-ul .least-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.right-main-tab-style-2 {
  /* margin-bottom: 24px; */
}

.least-news-ul {

}

/*================================================
  7. FEATURE NEWS WRAPPER SECTION STYLE
==================================================*/
.feature-news-wrapper {
  padding: 30px 0;
}

.national-heading {
  margin-bottom: 5px;
}

.national-heading h2 {
  padding: 8px 15px;
}

.national-heading h2:after {
  left: 87px;
  border-left: 25px solid #037533;
  border-top: 40px solid transparent;
}

.national-heading .text-heading-style:after {
  bottom: -40px;
  height: 3px;
  border-bottom: 3px solid #ed1b28;
}

.polities-heading h2:after {
  left: 105px;
}

.economic-heading h2:after {
  left: 122px;
}

.special-event-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 7px 0;
  font-size: 24px;
  border-left: 5px solid #ed1b28;
  line-height: 36px;
  padding-left: 10px;
}

.special-event-heading a:hover {
  color: #000;
}

.special-event-heading .title .liner {
  padding-left: 10px;
}

.special-event-heading .title .liner:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 5px dashed #ed1b28;
  top: 12px;
  display: inline-block;
  vertical-align: bottom;
}

.special-event-heading .title .liner:after {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 5px dashed #ed1b28;
  top: 21px;
  display: inline-block;
  vertical-align: bottom;
}

.feature-news-lead {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: inline-block;
}

.feature-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.5) 30%,
      rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}

.feature-news-heading h3 {
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  transition: all 0.5s ease 0s;
}

.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
}

.feature-news-lead a:hover {
  color: #000;
}

.feature-news-ul {
  margin: 0;
  padding: 0;
  background: #fff;
  margin-top: 10px;
}

.feature-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}

.feature-news-ul li:last-child {
  border-bottom: 0;
}

.feature-news-single {
  padding: 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}

.feature-news-ul li:last-child .feature-news-single {
  border-bottom: 0;
}

.feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
/* .feature-news-left-image{
  position: relative;
} */

.feature-news-left i{
  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;
      color: #fff;
      border-radius: 50%;
      font-size: 15px;
      padding-left: 4px;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.8;
}
.feature-news-ul a:hover .feature-news-left i {
  background-color: #fff;
  color: #ed1b28;
}
.feature-news-right {
  float: left;
  width: 64%;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  padding-left: 2px;
  padding-top: 3px;
  transition: all 0.5s ease 0s;
}

.feature-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.feature-news-lead a:hover img {
  opacity: 0.85;
}

.lead-news-left .feature-news-ul {
  margin: 0;
  padding: 0;
  background: none;
  height: 100%;
}

.lead-news-left .feature-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.lead-news-left .feature-news-ul li:first-child{
  padding-top: 0;
}

.lead-news-left .feature-news-ul li:last-child {
  border-bottom: 0;
}

.lead-news-left .feature-news-single {
  background-color: #fff;
  padding: 9px 6px;
  border-left: 3px solid #ed1b28;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.lead-news-left .feature-news-ul li:last-child .feature-news-single {
  border-bottom: 0;
}

.lead-news-left .feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}

.lead-news-left .feature-news-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}

.lead-news-left .feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  padding-left: 2px;
  padding-top: 3px;
  transition: all 0.5s ease 0s;
}

/* ============= */
.new-feature-news {
  margin: 0;
  padding: 0;
  background: #fff;
  margin-top: 10px;
}

.new-feature-news li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}

.new-feature-news li:last-child {
  border-bottom: 0;
}

.new-feature-news-single {
  padding: 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}

.new-feature-news li:last-child .new-feature-news-single {
  border-bottom: 0;
}

.new-feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}

.new-feature-news-left i{
  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;
      color: #fff;
      border-radius: 50%;
      font-size: 15px;
      padding-left: 4px;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.8;
}

.new-feature-news a:hover .new-feature-news-left i{
  background-color: #fff;
  color: #ed1b28;
}
.new-feature-news-left img {
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}

.new-feature-news-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}

.new-feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}

.new-feature-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.new-feature-news li a:hover img {
  opacity: 0.85;
}

.feature-news-lead a img {
  max-width: 279px;
  max-height: 167px;
  overflow: hidden;
  min-height: 167px;
  min-width: 279px;
}

.feature-news-lead a:hover .feature-news-heading h3 {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.feature-news-single:hover img {
  opacity: 0.85;
}

.feature-news-single:hover .feature-news-right h3 {
  color: #000;
}

.feature-news-right-banner {
  margin-top: 35px;
}

.feature-news-right-banner-2 {
  margin-top: 8px;
}

.education-heading h2:after {
  left: 74px;
}

.international-heading h2:after {
  left: 125px;
}

.low-heading h2:after {
  left: 164px;
}

.spcial-heading h2:after {
  left: 176px;
}

.probash-heading h2:after {
  left: 78px;
}

.crime-heading h2:after {
  left: 93px;
}

/* =====   WRITER NEWS STYLE ========*/
.writter-ul {
  margin: 0;
  padding: 0;
}

.writter-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}

.writter-ul-single {
  background-color: #eff3f4;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.writter-ul li a:hover img {
  opacity: 0.8;
}

.writter-ul-left {
  float: left;
  width: 40%;
  padding-right: 3%;
}

/* .writter-ul-left img {
  min-height: 75px;
  border-radius: 50%;
} */
.writter-ul-left img {
  min-height: 75px;
  border-radius: 50%;
  max-height: 75px;
  overflow: hidden;
  min-width: 99px;
  max-width: 99px;
}

.writter-ul-right {
  float: left;
  width: 60%;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.writter-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  font-size: 17px;
  line-height: 20px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}

.writter-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
  padding-left: 1px;
}

.new-interview .writter-ul-single {
  background: #fff;
}

.small-banner {
  margin-top: 18px;
  margin-bottom: 18px;
}

.atrodorson .writter-ul-left img {
  border-radius: 0;
}

.sucess-single .writter-ul-right h3 {
  margin-top: 0;
}

.sucess-single .writter-ul-right {
  padding-top: 5px;
  max-height: 69px;
  min-height: 69px;
}

.sucess-single .writter-ul-left img {
  border-radius: 0;
}

/*================================================
   SPORTS WRAPPER SECTION STYLE
==================================================*/
.sports-wrapper {
  padding: 30px 0 5px;
  background: #fff;
  width: 100%;
}

.sports-left {
  width: 73.27%;
  float: left;
}

.sports-right {
  width: 26.73%;
  float: left;
}

.sports-big, .sports-small {
  margin-bottom: 24px;
}

.sports-big-img{
  position: relative;
}
.sports-big-img i{
  position: absolute;
      top: 50%;
      left: 50%;
      height: 55px;
      width: 55px;
      background: rgba(0, 0, 0, 0.14);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 46px;
      color: #fff;
      border-radius: 50%;
      font-size: 26px;
      padding-left: 6px;
      border: 5px solid #fff;
      -webkit-box-shadow: 0 0 30px 2px grey;
      -moz-box-shadow: 0 0 30px 2px gray;
      box-shadow: 0 0 30px 2px grey;
      opacity: 0.8;
}
.sports-big a:hover .sports-big-img i{
  background-color: #fff;
  color: #ed1b28;
}
.sports-big-img img {
  /* max-width: 582px;
  min-width: 582px;
  overflow: hidden;
  min-height: 321px;
  max-height: 321px; */
}

.sports-big-text {
  background: #fff;
  padding: 5px 7px 3px;
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}

.sports-big-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.sports-big-text h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.sports-small {
  position: relative;
  padding-bottom: 24px;
}

.sports-small-image{
  position: relative;
}
.sports-small-image i{
  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;
      color: #fff;
      border-radius: 50%;
      font-size: 15px;
      padding-left: 4px;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.8;
}

.sports-small a:hover .sports-small-image i {
  background-color: #fff;
  color: #ed1b28;
}

.sports-small-image-text {
  background-color: #fff;
  padding: 5px 7px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.sports-small-image-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.sports-small-image-text h2 {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  margin: 0;
}

.sports-big a:hover img {
  opacity: 0.85;
}

.sports-small a img {
  /* max-width: 279px;
  min-width: 279px;
  overflow: hidden;
  min-height: 167px;
  max-height: 167px; */
}

.sports-small a:hover img {
  opacity: 0.85;
}

.sports-banner-1 {
  margin-top: 40px;
}

.sports-banner-2 {
  margin-top: 24px;
}

/*================================================
   lifestyle WRAPPER SECTION STYLE
==================================================*/
.lifestyle-wrapper {
  padding: 25px 0 5px;
}

.lifestyle-big {
  background-color: #fff;
  padding: 8px;
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05);
}

.lifestyle-big-image {}

.lifestyle-big-text {
  max-height: 154px;
  min-height: 154px;
  overflow: hidden;
}

.lifestyle-big-text h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 5px 5px 3px;
}

.lifestyle-big-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 8px;
}

.lifestyle-small {
  background-color: #f1f4f7;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.lifestyle-small-image{
  position: relative;
}
.lifestyle-small-image i{
  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;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}

.lifestyle-small a:hover .lifestyle-small-image i{
  background: #fff;
  color: #ed1b28;
}
.lifestyle-small-image-text {
  padding: 4px 7px 0;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.lifestyle-small-image-text h2 {
  font-size: 18px;
  color: #000;
  line-height: 23px;
  margin: 0;
}

.lifestyle-small-image-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.lifestyle-small-2 {
  background-color: #fff;
  padding: 8px;
  position: relative;
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05);
}

.lifestyle-small-2-text {
  position: absolute;
  bottom: 8px;
  width: 94.2%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.lifestyle-small-2-text h3 {
  font-size: 18px;
  padding: 5px;
  color: #fff;
  line-height: 22px;
  margin: 0;
}

.lifestyle-small-2-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.lifestyle-small a:hover img {
  opacity: 0.85;
}

/*======================== LIFESTYLE WRAPPER STYLE ============================*/
.lifestyle-wrapper {
  background: #fff;
  width: 100%;
  padding: 30px 0;
}

.lifestyle-style {
  background: #fff;
  margin-left: 12px;
  margin-right: 12px;
  width: 100%;
  margin-top: -20px;
}

.lifestyle-single {
  width: 25%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.lifestyle-single-small {
  /* background: #F0F0ED; */
  background: #eff3f4;
}

.lifestyle-single a:hover img {
  opacity: 0.8;
}

.lifestyle-text {
  padding: 3px 5px 0;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.lifestyle-text h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}

.lifestyle-single a:hover h3 {
  color: #000;
}

.lifestyle-banner-2 {
  margin-top: 35px;
}

.lifestyle-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.national-trade .writter-ul-single {
  background: #fff;
}

.national-trade .writter-ul-single {
  margin-bottom: -2px;
}

.national-trade-heading {
  margin-top: 10px;
}

/*======================== LIFESTYLE WRAPPER STYLE ============================*/
.culture-wrapper {
  padding: 30px 0 30px;
  background: #fff;
  width: 100%;
}

.culture-left {
  width: 73.27%;
  float: left;
}

.culture-right {
  width: 26.73%;
  float: left;
}

.culture-right .special-title-heading .title{
  border-bottom: 1px solid #ed1b28;
  border-right: 5px solid #ed1b28;
  text-align: center;

}

.culture-right .special-title-heading .title .liner:before {
  content: none;
}
.culture-right .special-title-heading .title .liner:after {
    content: none;
}
.homePageSideSvg {
    padding: 0px 4px;
}

.culture-right .map-form .btn-date-picker{
  position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: #ed1b28;
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}

.culture-right .map-form .btn-date-picker: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;
}

.culture-right .map-form .btn-date-picker:hover {
    color: #ed1b24;
}
.culture-right .map-form .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.culture-lead {
  background-color: #f1f4f7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px;
}

.culture-lead a:hover img {
  opacity: 0.8;
}
.map-form {
  background: #eff3f4;
  position: relative;
  padding: 17px;
  margin-bottom: 15px;
  padding-bottom: 1px;
}
.map-form .col-m {
  margin-bottom: 10px;
}
.map-padding-right {
  padding-right: 5px;
}
.btn-custom svg {
  height: 15px;
  width: 15px;
}
.btn-custom {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  font-size: 15px;
  color: #000;
  font-size: 16px;
}
.btn-custom:hover {
  background: #1ba750;
  color: #fff;
  transition: 0.3s;
}
.btn-custom:hover svg {
  fill: #fff;
}
.country-banner-right {margin-top: 28px;text-align: center;}
.culture-lead img {
  /* max-width: 490px;
  min-width: 490px;
  max-height: 260px;
  min-height: 260px; */
  overflow: hidden;
}

.culture-lead-image{
  position: relative;
}

.culture-lead-image i{
  position: absolute;
    top: 50%;
    left: 50%;
    height: 55px;
    width: 55px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    padding-left: 6px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: 0.8;
}
.culture-lead a:hover .culture-lead-image i{
  background-color: #fff;
  color: #ed1b28;
}

.culture-lead-heading {
  padding: 6px 2px 2px;
  min-height: 125px;
  max-height: 125px;
  overflow: hidden;
}

.culture-lead-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.culture-lead-heading h2 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  margin: 0;
}

.culture-lead-heading p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 1px;
}

.culture-lead a:hover {
  color: #000;
}

.culture-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.culture-news-ul li a:hover img {
  opacity: 0.8;
}

.culture-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 9px;
}

.culture-news-ul li a {
  background-color: #f1f4f7;
  padding: 8px;
  display: inline-block;
  margin-bottom: -3px;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  /* border-bottom: 1px solid #dad9d9; */
}

.culture-news-ul li:last-child a {
  border-bottom: 0;
}

.culture-news-ul li a:hover {
  color: #000;
}

.culture-news-ul-left {
  float: left;
  width: 40%;
  padding-right: 2%;
  position: relative;
}

.culture-news-ul-left i{
  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;
      color: #fff;
      border-radius: 50%;
      font-size: 15px;
      padding-left: 4px;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.8;
}

.culture-news-ul a:hover .culture-news-ul-left i{
  background: #fff;
  color: #ed1b28;
}
.culture-news-ul-left img {
  /* max-width: 112px;
  min-width: 112px;
  overflow: hidden;
  max-height: 67px;
  min-height: 67px; */
}

.culture-news-ul-right {
  float: left;
  width: 60%;
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
}

.culture-news-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
}

.culture-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.culture-banner-1 {
  margin-bottom: 24px;
  /* margin-top: 26px; */
}

/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 35px 0 45px;
}

.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
}

.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}

.title-bg:before {
  background: #1b1b1b;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 60%;
}

.title-bg:after {
  background: #ed1b28;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
}

.title-bg a {
  color: #000000;
  font-size: 28px;
  text-decoration: none;
}

.single-videos {
  position: relative;
  overflow: hidden;
}

.single-videos .images {
  position: relative;
  overflow: hidden;
}

.single-videos .images a {
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

.single-videos .images .overley {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.single-videos .images:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-videos .images .overley .videos-icon {
  padding: 20% 0;
  text-align: center;
}

.single-videos .images a img {
  transition: all 0.5s ease 0s;
}

.single-videos .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
  z-index: 10;
}

.videos-text {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
  max-height: 64px;
  min-height: 64px;
}

.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
}

.single-videos a {
  color: #000;
}

.overley .videos-icon a img {
  width: auto;
  margin: auto;
}

#featured-videos-section .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -55px;
  border: 1px solid #ed1b28;
  transition: all 0.5s ease 0s;
  text-align: center;
}

#featured-videos-section .owl-nav .owl-next i {
  color: #ed1b28 !important;
}

#featured-videos-section .owl-nav .owl-next:hover {
  background: #ed1b28;
  border: 1px solid #ed1b28;
}

#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}

#featured-videos-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ed1b28;
}

#featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  top: -55px;
  border: 1px solid #ed1b28;
  transition: all 0.5s ease 0s;
}

#featured-videos-section .owl-nav .owl-prev i {
  color: #ed1b28 !important;
}

#featured-videos-section .owl-nav .owl-prev:hover {
  background: #ed1b28;
  border: 1px solid #ed1b28;
}

#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}

#featured-videos-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ed1b28;
}

/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  float: left;
  width: 63.4%;
}

.right-content-area {
  float: left;
  width: 36.6%;
}

.details-left-content-area {
  padding-top: 25px;
}

.details-right-content-area {
  padding-top: 25px;
}

.details-page-side-banner {
  text-align: center;
}

.details-page-breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 12px;
}

.details-page-breadcrumb li a {
  color: #1ba750;
  font-size: 22px;
}

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

.details-page-breadcrumb .active a {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}

.details-page-breadcrumb .active a:hover {
  color: #1ba750;
}

.details-content {
  color: #000000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 1px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.details-content h3 {
  margin-top: 10px;
  font-size: 28px;
}
.details-content h1 {font-size: 28px;}
.details-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}

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

/* .details-content img {
  margin-bottom: 5px;
} */
.details-content img {
  margin-bottom: 5px;
}

.details-content img {
  padding: 5px 0;
  max-width: 100%;
  height: auto;
}

.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}

.details-right-news-heading h2 {
  background: #1ba750;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}

.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.btn-more-details {
  background: #fff;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  border: 0;
}

.btn-more-details:hover {
  color: #fff;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

.hvr-bounce-to-right::before {
  background: #ed1b28;
  color: #ffffff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-more-details:hover {
  color: #fff;
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}

.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.facebook-comment-box {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  background: #fff;
}

.fb-h2 {
  background: #4d4e8a;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  margin: -1px -1px 0;
}

.details-news-single {
  margin-bottom: 21px;
}

.details-news-single-img{
  position: relative;
}

.details-news-single-img i {
    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;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}

.details-news-single a:hover .details-news-single-img i {
    background-color: #fff;
    color: #ed1b28;
}

.details-news-single img {
  max-width: 192px;
  min-width: 192px;
  max-height: 115px;
  min-height: 115px;
  overflow: hidden;
}

.details-news-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}

.more-news-single a:hover img {
  opacity: 0.8;
}

.details-news-single a:hover img {
  opacity: 0.8;
}

.details-news-single-text h3 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}

.details-news-single-text span {
  color: #ed1b24;
  font-size: 14px;
  line-height: 14px;
}

.details-news-single a:hover {
  color: #000;
}

.details-tab-container {
  margin-top: 25px;
}

.detail-least-news-ul {}

/* .detail-least-news-ul .least-news-left{
  position: relative;
}

.detail-least-news-ul .least-news-left i{
  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;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}

.detail-least-news-ul a:hover .least-news-left i{
  background-color: #fff;
    color: #ed1b28;
} */
.detail-least-news-ul .least-news-left img {
  min-height: 79px;
  max-height: 79px;
  min-width: 132px;
  max-width: 132px;
  overflow: hidden;
}

.detail-least-news-ul .least-news-right {
  float: left;
  width: 60%;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}

.detail-least-news-ul .least-news-right h3 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 24px;
}

.more-news-single {
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.more-news-single img {
  max-width: 216px;
  min-width: 216px;
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
}

.more-news-single-text {
  padding-top: 4px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  padding-left: 2px;
}

.more-news-single-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}

.more-news-single-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

/*===================  DETAILS PAGE STYLE ==============================*/
.category-content {}

.category-content-lead {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 18px;
}

.category-content-lead a:hover {
  opacity: 0.8;
}

.category-content-lead-left {
  float: left;
  width: 60%;
}

.category-content-lead-left img {
  max-width: 447px;
  min-width: 447px;
  max-height: 246px;
  min-height: 246px;
  overflow: hidden;
}

.category-content-lead-right {
  float: left;
  width: 40%;
  background: #fff;
  padding: 19px 20px;
}

.category-content-lead-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.category-content-lead-right h1 {
  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;
}

.category-content-lead-right-text {
  max-height: 208px;
  min-height: 208px;
  overflow: hidden;
}

.category-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}

.category-content-single a:hover img {
  opacity: 0.8;
}

.category-content-single-left {
  float: left;
  width: 45%;
  padding-right: 2%;
}

.category-content-single-left img {
  max-width: 155px;
  min-width: 155px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}

.category-content-single-right {
  float: left;
  width: 55%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}

.category-content-single-right span {
  color: #ed1b24;
  font-size: 14px;
  line-height: 14px;
}

.category-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}

.category-content-btn {}

/*====================== CATAGORY PAGE TAB ==========================*/
.right-category-tab {
  margin-bottom: 27px;
}

.category-page-tab {
  width: 100%;
  margin-top: 27px;
}

.category-page-tab .nav-item {
  display: block;
  float: left;
  width: 33.33%;
}

.category-page-tab .nav-item .nav-link {
  transition: background-color 0.3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #1ba750;
  border-radius: 0;
  padding: 9px 0;
  border-top: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.category-page-tab .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #ed1b24;
}

/* .category-page-least-news {
  max-height: 399px;
  overflow-y: auto;
} */
.allnews-title {
  position: relative;
}

.all-news-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #1ba750;
  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;
}

.all-news-btn: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: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.all-news-btn:hover {
  color: #1ba750;
}

.all-news-btn:focus:before,
.all-news-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.allnews-title-2 {
  position: relative;
}

.allnews-title-2 a {
  display: block;
  text-align: center;
  border: none;
  padding: 5px;
  color: #000;
  background: #f6f6f6;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.allnews-title-3 {
  position: relative;
}

.all-news-btn-2 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #ed1b28;
  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;
}

.all-news-btn-2: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: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.all-news-btn-2:hover {
  color: #19232d;
}

.all-news-btn-2:focus:before,
.all-news-btn-2:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-more {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #ed1b24;
  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: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-more:hover {
  color: #ed1b24;
}

.btn-more:focus:before,
.btn-more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-more-wrapper {
  position: relative;
  padding-top: 20px;
}

.main-banner-category {
  padding-top: 30px;
}

/*====================== VIDEO GALLERY STYLE ==========================*/
.video-breadcum {
  margin-top: 25px;
  margin-bottom: 20px;
}

.video-gallery-category {
  position: relative;
  background: #fff;
  margin-bottom: 24px;
}

.video-gallery-category a:hover img {
  opacity: 0.8;
}

.video-category-img {
  position: relative;
}

.video-category-img .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #ed1b28;
}

.video-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.video-heading h2 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.more-video {}

/*======================== PHOTO GALLERY WRAPPER ================================*/
.photo-gallery-wrapper {
  padding: 35px 0 0px;
  background: #fff;
}

.slider-wrapper {
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.photo-gallery-single {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.photo-gallery-text {
  position: relative;
  padding: 7px 8px 3px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
  background: #fff;
  /* border-top: 3px solid #ed1b28; */
  transition: all 0.5s ease 0s;
}

.photo-gallery-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.photo-gallery-image {
  position: relative;
}

.photo-gallery-image .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #ed1b28;
  transition: all 0.5s ease 0s;
}

.photo-gallery-single:hover .photo-gallery-image .fa {
  color: #1b1b1b;
}

.photo-gallery-single:hover .photo-gallery-text {
  border-color: #ed1b28;
}

/*====== NEW PHOTOGALLERY DETAISL PAGE STYLE ======*/
.details-photo-gallery {
  background: #fff;
  padding: 7px;
}

.details-photo-gallery-heading {
  position: relative;
  padding: 5px;
}

.details-photo-gallery-heading h1 {
  margin: 0;
  /* font-size: 36px;
  line-height: 40px; */
  color: #000;
}

#lightgallery {
  margin: 0;
  padding: 0;
}

#lightgallery li {
  position: relative;
}

#lightgallery li a img {
  padding: 10px 0;
}

#lightgallery li a {
  cursor: zoom-in;
}

#lightgallery li p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}

#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}

#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: #ed1b28;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

.photo-gallery-more-news-row {
  margin-top: 24px;
}

.photo-gallery-more-news {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}

.gallery-more-news-image {
  position: relative;
}

.gallery-more-news-image .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #ed1b24;
}

.gallery-more-news-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.gallery-more-news-heading h3 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

/*======  PHOTOGALLERY CATAGORY PAGE STYLE ======*/
.photo-gallery-catagory-row {
  margin-top: 24px;
}

.photo-catagory-single {}

.photo-catagory-single a {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.photo-catagory-single a .fa {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #ed1b28;
  left: 45%;
  top: 30%
}

.photo-catagory-left {
  width: 100%;
  /* float: left; */
  /* padding-right: 2%; */
}

.photo-catagory-right {
  /* float: left; */
  width: 100%;
  overflow: hidden;
  padding: 8px 5px;
}

.photo-catagory-right h2 {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin: 0;
}

.photo-catagory-single a:hover img {
  opacity: 0.8;
}

/*========================= FEATURE News STYLE ========================*/
.feature-news-title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #ed1b28;
  margin: 0 0 10px 0;
}

.feature-news-title a {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  display: inline-block;
}

.new-feature-lead {
  position: relative;
}
.new-feature-lead-image i{
  position: absolute;
      top: 50%;
      left: 50%;
      height: 55px;
      width: 55px;
      background: rgba(0, 0, 0, 0.14);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 46px;
      color: #fff;
      border-radius: 50%;
      font-size: 26px;
      padding-left: 6px;
      border: 5px solid #fff;
      -webkit-box-shadow: 0 0 30px 2px grey;
      -moz-box-shadow: 0 0 30px 2px gray;
      box-shadow: 0 0 30px 2px grey;
      opacity: 0.8;
}
.new-feature-lead a:hover .new-feature-lead-image i{
  background: #fff;
    color: #ed1b28;
}

.new-feature-lead-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.5) 30%,
      rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
  /* background: #fff;
  padding: 5px 8px;
  max-height: 58px;
  min-height: 58px;
  overflow: hidden; */
}

.new-feature-lead-text h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.new-feature-lead a:hover img {
  opacity: 0.85;
}

.new-sports-title-style {
  background: #fff;
  margin-bottom: 20px;
}

.new-sports-title-style h2 {
  border-left: 5px solid #ed1b28;
  border-bottom: 1px solid #ed1b28;
  padding: 0 15px;
  margin: 0;
}

.new-sports-title-style a {
  font-size: 26px;
  color: #000;
  line-height: 44px;
}

.right-top-banner-1 {
  margin-top: 64px;
  margin-bottom: 24px;
}

/*============= ARCHIVE PAGE STYLE ================*/
.archive-heading h3 {
  line-height: 1.3;
  margin: 0;
}

.archive-wrapper {
  padding: 13px 20px 10px;
  background: #fff;
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}

.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}

.archive-btn-wrapper {
  float: left;
  width: 25%;
}

.date-picker-main {
  float: left;
  width: 47%;
  padding-left: 2%;
  padding-right: 2%;
}

.category-content-single-left span {
  background: #ed1b28;
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

/*================= NEW STYLE SOCILA MEADIA STYLE ===================*/
.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;
}

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

.top_socail_icon_area .list-inline li a i {
  color: #ffffff;
  font-size: 17px;
  line-height: 32px;
  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;
}

.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 i {
  line-height: 30px;
}

.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 .facebook .cube-front {
  background: #3b5998;
}

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

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

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

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

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

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

/*================================================
  4. START JQUERY MARQUEE SECTION
==================================================*/
.marquee-container {
  margin-top: 18px;
}

.marquee-block {
  position: relative;
}

.marquee-block h2 {
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #1ba750;
  color: #fff;
  padding: 6px 10px;
}

.marquee-block h2:after {
  content: "";
  position: absolute;
  left: 149px;
  border-left: 20px solid #1ba750;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}

.marquee-block h2 span{
  display: inline-block;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background: #fff;
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #1ba750;
  margin-bottom: 0;
}

.marquee li {
  display: inline-block;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.marquee li a {
  display: block;
  color: #000;
  line-height: 30px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.marquee li a span {
  padding-left: 20px;
}

.marquee li a span img {
  margin-top: -4px;
  height: 16px;
  margin-right: 5px;
}

.marquee li a:hover {
  color: #ed1b28;
}

.marquee li i {
  display: inline-block;
}

.marquee-block-breaking {
  position: relative;
}

.marquee-block-breaking h2 {
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #ed1c24;
  color: #fff;
  padding: 6px 10px;
}

.marquee-block-breaking h2:after {
  content: "";
  position: absolute;
  left: 121px;
  border-left: 20px solid #ed1c24;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}

.marquee-breaking {
  width: 100%;
  overflow: hidden;
  background: #fff;
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #ed1c24;
  margin-bottom: 12px;
}

.marquee-breaking li {
  display: inline-block;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.marquee-breaking li a {
  display: block;
  color: #000;
  line-height: 30px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.marquee-breaking li a span {
  padding-left: 20px;
}

.marquee-breaking li a:hover {
  color: #ed1b28;
}

.marquee-breaking li i {
  display: inline-block;
}

.marquee-breaking li a span img {
  margin-top: -4px;
}

/*================================================
     SPECIAL SECTION HEADING STYLE
==================================================*/
.special-title-heading {
  background: #fff;
}

.special-title-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
  font-size: 24px;
  border-left: 5px solid #ed1b28;
  line-height: 36px;
  padding-left: 10px;
}

.special-title-heading .title a {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  line-height: 44px;
}

.special-title-heading .title .liner {
  padding-left: 10px;
}

.special-title-heading .title .liner:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 5px dashed #1ba750;
  top: 16px;
  display: inline-block;
  vertical-align: bottom;
}

.special-title-heading .title .liner:after {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 5px dashed #1ba750;
  top: 24px;
  display: inline-block;
  vertical-align: bottom;
}

.main-banner {
  padding: 6px 0;
  text-align: center;
}

/*================================================
      SECTION STYLE
==================================================*/
.national-news {
  padding: 30px 0 0;
}

.national-news-single {
  background-color: #f1f4f7;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.national-news-single-image{
  position: relative;
}
.national-news-single-image i{
  position: absolute;
      top: 50%;
      left: 50%;
      height: 55px;
      width: 55px;
      background: rgba(0, 0, 0, 0.14);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 46px;
      color: #fff;
      border-radius: 50%;
      font-size: 26px;
      padding-left: 6px;
      border: 5px solid #fff;
      -webkit-box-shadow: 0 0 30px 2px grey;
      -moz-box-shadow: 0 0 30px 2px gray;
      box-shadow: 0 0 30px 2px grey;
      opacity: 0.8;
}
.national-news-single a:hover .national-news-single-image i{
  background-color: #fff;
  color: #ed1b28;
}
.national-news-text {
  padding: 5px 7px 3px;
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}

.national-news-text span {
  color: red;
  font-size: 14px;
  line-height: 16px;
}

.national-news-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.more-news-main {
  text-align: center;
}

.more-news-btn {
  border: none;
  padding: 5px 20px;
  color: #000;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  margin-top: 10px;
}

.more-news-btn:hover {
  color: #ed1b28;
}

.more-news-btn:before,
.more-news-btn:after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 3px 3px -3px #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.new-heading-title {
  margin-bottom: 15px;
  position: relative;
}

.new-heading-title h3 {
  background-color: #1ba750;
  margin: 0;
  color: #fff;
  left: 11px;
  display: inline-block;
  font-size: 24px;
  padding: 7px 20px;
  position: relative;
  transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}

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

.new-heading-title span {
  color: #fff;
  position: relative;
  display: block;
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transformtransform-style: flat;
  -ms-transform-style: flat;
  transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}

.new-heading-title:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 2px solid #ed1b28;
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -2px;
  z-index: 9;
}

/*====== FOOTER NEW STYLE ============*/
.footer-new {
  background-color: #282828;
  color: #fff;
  padding: 40px 0 25px 0px;
}

.footer-left p {
  font-family: 'system-ui', sans-serif, serif;
  line-height: 1.6;
}

.contact-details h3 {
  border-bottom: 1px solid #ed1b28;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}

.contact-details h3 span {
  width: auto;
  border-bottom: 3px solid #ed1b28;
  padding-bottom: 8px;
}

.contact-details p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 5px;
}

.footer-address-ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.facebook-like-box {text-align: right;}
.footer-address-ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 3px;
}

.footer-address-ul li:first-child {
  font-size: 18px;
}
.footer-logo-side-txt2 p {
  padding-top: 17px;
  margin: 0;
}
.footer-logo img {height: 45px;}
.footer-logo-side-txt2 {
  text-align: right;
}
.footer-logo-area {
  background: #fff;
  border-top: 1px solid #1b1b1b;
  line-height: 13px;
  padding: 10px 0;
}
.social-icon {
  margin: 0;
  display: block;
  padding: 0;
  text-align: center;
  padding-top: 12px;
}

.social-icon li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
  padding: 0 2px;
}

.social-icon li a {
  display: inline-block;
  transition: 0.5s;
}

.social-icon li a {
  font-size: 20px;
  color: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
}

.social-icon li a:hover {
  transform: rotate(360deg);
}

.social-icon li .facebook {
  background: #3b5999;
  border: 2px dotted transparent;
}

.social-icon li:hover .facebook {
  border: 2px dotted #3b5999;
  background: transparent;
  color: #3b5999;
}

.social-icon li .twitter {
  background: #55acee;
  border: 2px dotted transparent;
}

.social-icon li:hover .twitter {
  border: 2px dotted #55acee;
  background: transparent;
  color: #55acee;
}

.social-icon li .youtube {
  background: #c4302b;
  border: 2px dotted transparent;
}

.social-icon li:hover .youtube {
  border: 2px dotted #c4302b;
  background: transparent;
  color: #c4302b;
}

.social-icon li .instagram {
  background: #e4405f;
  border: 2px dotted transparent;
}

.social-icon li:hover .instagram {
  border: 2px dotted #e4405f;
  background: transparent;
  color: #e4405f;
}

.social-icon li .linkedin {
  background: #0077b5;
  border: 2px dotted transparent;
}

.social-icon li:hover .linkedin {
  border: 2px dotted #0077b5;
  background: transparent;
  color: #0077b5;
}

.social-icon li a:hover {
  border: 2px dotted #fff !important;
  background: transparent;
  color: #fff !important;
}

.footer-bottom-row a {
  color: #ed1b28;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer-bottom-row p {
  margin-bottom: 0;
}

.other-footer-link {
  text-align: center;
  padding: 15px;
  padding-bottom: 0;
}

.other-footer-link li {
  list-style-type: none;
  display: inline-block;
  padding: 5px;
}

.other-footer-link a {
  color: #fff;
  text-decoration: none;
}

.footer {
  /* background: #0A0102; */
  background: #181818;
  min-height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
}

.footer-copy-text {
  text-align: left;
}
.design-link {
    text-align: end;
}
/*===============================
   District News Section Style
=================================*/
.district-news-section {
  background: #fff;
  width: 100%;
  padding: 30px 0;
}

.district-news-lead {
  position: relative;
  overflow: hidden;
}

.district-news-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 5px;
}

.district-news-text h2 {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
}

.district-news-text span {
  color: #ed1b24;
  font-size: 14px;
  line-height: 14px;
}

.district-news-lead a:hover img {
  opacity: 0.85;
}

.district-news-ul {
  margin: 0;
  padding: 0;
  background: #f1f4f7;
  min-height: 228px;
  max-height: 228px;
  overflow: hidden;
}

.district-news-ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 7px;
  transition: all 0.5s ease 0s;
}

.district-news-ul li a {
  display: inline-block;
  list-style: none;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.5s ease 0s;
}

.district-news-ul li:hover a {
  color: red;
}

.district-news-ul li a:hover .fa {
  color: red;
}

.district-news-ul li:last-child {
  border-bottom: 0;
}

.district-news-ul li a i {
  color: #000;
  font-size: 15px;
  margin-right: 5px;
}

.district-more-news {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.district-news-btn {
  cursor: pointer;
  border: none;
  padding: 7px 20px;
  color: #000;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  transition: all 0.5s ease-in-out;
  background: #f1f4f7;
  box-shadow: 0px 3px 3px -3px #000;
  border-radius: 0px 20px;
}

.district-news-btn:hover {
  color: #ed1b28;
}

/*============================
  OPINION SECTION STYLE
==============================*/
.opinion-ul {
  position: relative;
  margin-bottom: 26px;
  padding: 0;
}

.opinion-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 12px;
}

.opinion-ul li a {
  display: inline-block;
  background: #f1f4f7;
  padding: 5px 7px;
  width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.editorial .opinion-left .rounded-circle{
  border-radius: 0 !important;
}
.opinion-left {
  float: left;
  width: 35%;
  padding-right: 3%;
  position: relative;
}

.opinion-left img {
    max-height: 85px;
    min-height: 85px;
    max-width: 97px;
    min-width: 97px;
}

.opinion-left i{
  position: absolute;
    top: 50%;
    left: 50%;
    height: 48px;
    width: 48px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 23px;
    padding-left: 6px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: 0.8;
}

.opinion-ul a:hover .opinion-left i{
  background: #fff;
  color:#ed1b28;
}
.opinion-right {
  float: left;
  width: 65%;
  overflow: hidden;
  padding-top: 5px;
  padding-right: 7px;
  padding-left: 5px;
  min-height: 85px;
  max-height: 85px;
}
.opinion-right span {color: #ed1b28;font-size: 14px;line-height: 14px;}
.opinion-right-text {
  padding: 5px;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}

.opinion-right h2 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 22px;
    transition: all 0.5s ease 0s;
}

.opinion-right-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ed1b24;
}

.opinion-ul li a:hover img {
  opacity: 0.85;
}

.opinion-ul li a:hover {
  color: #000;
}
.d-desktop {display: block;}
.d-mobile {display: none;}