@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");
}

:root {
  --color1: #161b4d;
  /* --color1: #000c5ce0; */
  --white: #fff;
  --black1: #000;
  --black2: #282828;
  --gray: #555;
  /* #1b7780 */
  /* #022e52 */
  /* #124B65 */
  /* #020e5a */
  /* #15aabf */
  /* #0d113f */
  /* #161b4d */
}


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;
  }
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
}
button, button:focus {
  outline: 0;
  border: 0;
}
p, a {
  color: #000;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}
.border-right{
  border-right: 1px solid #E2E2E2;
}
.border-bottom{
  border-bottom: 1px solid #E2E2E2;
}

/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: var(--color1) none repeat scroll 0 0;
  border: 1px solid var(--color1);
  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: 99;
}

.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid var(--color1);
  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;
}
/* ============================================
                   category-title
================================================ */

.common-heading {

}
.common-heading-text {
	line-height: 39px;
  background: #fff;
  margin-bottom: 10px;
	font-size: 24px;
}
.common-heading-text span {
	color: #ffffff;
  text-transform: uppercase;
  background: var(--color1);
  padding: 2px 14px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  padding-top: 2px;
}
.common-heading-text span:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 0;
  border-right: 32px solid transparent;
  border-bottom: 40px solid var(--color1);
  border-left: 0;
}
/* ======= heading-2 ======== */

.headline-style{
  display: block;
}
/* .headline-style h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  border-left: solid 4px var(--color1);
  width: auto;
  margin-top: 0;
  min-height: 100%;
  z-index: 10;
} */
.headline-style h3 {
  border-left: solid 2px var(--color1);
  position: relative;
  background-color: var(--color1);
  text-align: center;
  padding: 0 10px 2px 5px;
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 10px;
  /* margin-left: 6px; */
  /* text-align: left; */
}
/* ======= heading-2 ======== */
/* .cat-title {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 2px 0 6px;
    font-size: 26px;
}

.cat-title a {
    background: 0 0;
    color: #000;
    padding-right: 15px;
    text-decoration: none;
}
.cat-title .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid var(--color1);
    top: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.cat-title .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid var(--color1);
    top: 18px;
    display: inline-block;
    vertical-align: bottom;
} */

/* ============================================
                   Header Area
================================================ */
.header-top {
  background: #f6f6f6!important;
  max-height: 30px;
  min-height: 30px;
  padding: 0 30px;
}
.header-social{
  text-align: right;
}

.header-social ul{
  padding: 0;
  list-style-type: none;
  padding-top: 3px;
}
.header-social ul li{
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}
.header-social>ul>li>a .fa-facebook{
  color: #3b5999;
}
.header-social>ul>li>a .fa-twitter{
  color: #55acee;
}
.header-social>ul>li>a .fa-instagram{
  color: #e4405f;
}
.header-social>ul>li>a .fa-linkedin{
  color: #0077B5;
}
.header-social>ul>li>a .fa-youtube-play{
  color: #cd201f;
}
.header-social>ul>li>a .fa-rss{
  color: #f26522;
}
.header-social>ul>li>a .fa-facebook{
  color: #3b5999;
}
.header-social>ul>li>a:hover i{
  color: #000;
}

.header-social ul li a .fa{
  font-size: 18px;
}
.header-date{
  text-align: left;
  font-size: 15px;
  padding: 5px 0px 0px;
}
.logo{
  padding:20px 0;
}

/* ===========================================
                   Lead News 1
============================================= */
.lead-news-main a {
  color: #000;
}
.lead-news-main-image {
  position: relative;
}
.lead-news-main-image img {
}
.lead-news-main-image i.fa-play {
  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;
}
.lead-news-text {
  background: #fff;
  padding: 5px 10px;
  min-height: 177px;
  max-height: 177px;
  overflow: hidden;
}
.lead-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-text h1 {
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 7px;
}
.lead-news-text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.lead-news-main a:hover img {
  opacity: 0.85;
}
.lead-news-main a:hover .lead-news-main-image i.fa-play {
  background: #fff;
  color: var(--color1);
}
.lead-other-news {
  margin: 0;
  padding: 0;
}
.lead-other-news li {
  list-style: none;
  width: 100%;
  display: inline-block;
  background: #fff;
}
.lead-other-news li a {
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #a9a8a8;
  display: inline-block;
  padding: 8px;
  margin-bottom: -7px;
}
.lead-other-news li a:hover img {
  opacity: 0.8;
}
.lead-other-news li a img {
  max-width: 122px;
  max-height: 73px;
  min-height: 73px;
  min-width: 122px;
  overflow: hidden;
}
.lead-other-news li:last-child a {
  border-bottom: none;
}
.lead-other-news-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  overflow: hidden;
  position: relative;
}
.lead-other-news-left i.fa-play {
  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: 18px;
  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;
  z-index: 1;
}
.lead-other-news li a:hover .lead-other-news-left i.fa-play {
  background: #fff;
  color: var(--color1);
}
.lead-other-news-right {
  float: left;
  width: 60%;
  min-height: 73px;
  max-height: 73px;
  overflow: hidden;
  padding-left: 2px;
}
.lead-other-news-right h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}
.lead-other-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}



.landing-other-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-landing-other-news-text {
    position: absolute;
    width: 95.3%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    bottom: 7px;
    padding: 15px 10px 5px;
}
.single-landing-other-news-text h2 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0;
}
.landing-news-small {
    position: relative;
    margin-bottom: 24px;
}
.landing-news-small-image {
    position: relative;
}
.landing-news-small-text {
    position: absolute;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 30%,rgba(0,0,0,.8) 100%);
    color: #fff;
    width: 100%;
    padding: 20px 5px 5px;
    bottom: 0;
}
.landing-news-small-text span{
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.landing-news-small-text h3 {
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    margin: 0;
}
/* ===========================================
                   Lead News 2
============================================= */
.lead-news-wrapper{
  margin-top: 20px;
}
.lead-news-left {
    width: 73.27%;
    float: left;
}
.lead-news-main{
  /* background: var(--color1); */
  border: 1px solid #e2e2e2;
}
.lead-news-left h1 {
  color: var(--black1);
}
 .lead-news-left p{
   color: #555;
 }
.sub-heading p{
color: red;
font-weight: 600;
padding-top: 10px;
margin: 0;
}
.lead-news-right-img{
  padding: 10px 0;
}
.lead-bottom-news{
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #E2E2E2;
}
.lead-bottom-news-2{
  /* padding-bottom: 0; */
}
.lead-bottom-news a:hover{
  color: var(--color1);
}
.news-no-img{
min-height: 185px;
max-height: 185px;
}
.news-no-img-heading{
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 10px;
}
.news-no-img-text{
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-no-img h3{
  font-size: 20px;
}
.news-no-img p{
  color: #555;
}
time{
  color: #555;
  font-size: 13px;
}
.meta-bottom{
  text-align: right;
    padding: 3px 0;
    background: #fff;
    border-top: 1px solid #eee;
    /* border-top: 1px dotted #eee; */
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    /* color: #000; */
}
.meta-bottom p {
    border-right: 3px solid var(--color1);
    padding-right: 5px;
    display: inline;
    color: #555;
}
.news-with-img-heading h3{
  font-size: 20px;
  padding-top: 5px;
  margin: 0;
}
.header-mid {
    background: #fff;
}
.banner-top{
  text-align: right;
  margin-bottom:10px;
  padding-top:10px;
}

/* ============= Lead News Right ================ */
.lead-news-right {
    width: 26.73%;
    float: left;
}
.spotlight{
  margin-bottom: 24px;
}
.spotlight-news-img{
  position: relative;
}
.spotlight-news-body a:hover{
  color: #000;
}
.spotlight-news-text{
  background: #fff;
  max-height: 71px;
  min-height: 71px;
  overflow: hidden;
  padding-left: 5px;
}
.spotlight-news-text span{
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.spotlight-news-text h3{
  font-size: 18px;
  line-height: 20px;
}
/*======================= 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: var(--color1);
  border-radius: 0;
  padding: 12px 15px;
  border-bottom: 3px solid transparent;
  border-radius: 10px;
  /* border-top-left-radius: 25px; */
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-bottom: 3px solid var(--color1);
}
.least-news {
  position: relative;
}
.least-news-ul {
  margin-bottom: 16px;
  /* margin-top: 7px; */
  padding: 0;
  display: inline-block;
  background: #fff;
  padding-left: 15px;
  max-height: 583px;
  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 dashed #5414;
  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: 98px;
  max-width: 98px;
  border-radius: 6px;
}
.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: #000;
  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-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;
}
.banner-1{
  margin-bottom: 24px;
  margin-top: 0;
  text-align: center;
}

/*====== FOOTER NEW STYLE ============*/
.footer-new {
  background-color: var(--color1);
  color: #fff;
  padding: 40px 0 25px 0px;
}
.footer-left p {
  font-family: 'system-ui', sans-serif, serif;
  line-height: 1.6;
  color: #fff;
}
.contact-details h3 {
  border-bottom: 1px solid #d51f26;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}
.contact-details h3 span {
  width: auto;
  border-bottom: 3px solid #d51f26;
  padding-bottom: 8px;
}
.contact-details p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 5px;
}
.footer-address-ul {
  padding: 0;
  margin: 0;
  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;
}
.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: #d51f26;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-bottom-row p {
  margin-bottom: 0;
  color: #fff;
}
.other-footer-link {
  text-align: center;
  padding: 15px;
}
.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: #15115ed9;
  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;
}
/* ====================================
                    banner
====================================== */

.top-left-banner-wrapper {
    position: relative;
    width: 100%;
    margin-top: 19px;
}
.top-left-banner-left {
    float: left;
    margin-right: 19px;
    margin-bottom: 24px;
}
.top-left-banner-right {
    float: left;
}
/* ====================================
            category news area
====================================== */
.category-news{
  margin: 24px 0;
}
.category-news-main{
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-lead-wrapper{
  padding: 8px 8px 0 8px;
  background: #fff;
}
.category-news-lead{
  position: relative;
  /* display: inline-block; */
}
.category-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;
}
.category-news-heading span{
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-news-heading h3{
margin: 0;
font-size: 20px;
line-height: 24px;
color: #fff;
}
.category-news-ul{
  margin: 0;
    padding: 0;
    background: #fff;
    margin-top: 10px;
}
.category-news-ul li{
  list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-news-single{
  padding: 8px 0;
  display: inline-block;
  margin-bottom: -8px;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}
.category-news-left{
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.category-news-right{
  float: left;
  width: 64%;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.category-news-right span{
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-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;
}
/* ====================================
            Sports news area
====================================== */

.sports-news-wrapper{
  /* margin-bottom: 24px; */
  margin: 40px 0 24px;
}
.sports-news-wrapper-left{
  width: 73.27%;
  float: left;
}
.sports-news-wrapper-right{
  width: 26.73%;
  float: left;
}
.category-news-big-img{
  position: relative;
}
.category-news-big-text{
  position: absolute;
  width: 95%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
  /* bottom: 0; */
}
.category-news-big-text h2{
  margin: 0;
  font-size: 22px;
  line-height: 28px;
}
.category-news-small{
  margin: 24px 0;
}
.category-news-small-image{
  position: relative;
}
.category-news-small-text{
  padding: 5px 7px 3px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-small-text span{
  color:  #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
/* ====================================
            Interview news area
====================================== */
.interview-news{
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
}
.interview-news li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1px 0;
  margin-bottom: 6px;
}
.interview-news li a {
  background: #fff;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.interview-news .interview-news-left {
  float: left;
  position: relative;
  width: 35%;
  padding-right: 2%;
}
.interview-news .interview-news-left img {
  min-height: 77px;
  max-height: 77px;
  min-width: 92px;
  max-width: 92px;
  overflow: hidden;
}
.interview-news .interview-news-right {
  float: left;
  width: 65%;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  padding-top: 5px;
}
.interview-news .interview-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.interview-news .interview-news-right h2 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 22px;
    transition: all 0.5s ease 0s;
}
/* ====================================
            category news area
====================================== */
.category-news-2{
  margin-bottom: 30px;
}
.category-news-2 .category-news-main{
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-2 .category-news-lead-wrapper{
  padding: 8px 8px 0 8px;
  background: #fff;
}
.category-news-2 .category-news-lead{
  position: relative;
  /* display: inline-block; */
}
.category-news-2 .category-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;
}
.category-news-2 .category-news-heading h3{
margin: 0;
font-size: 20px;
line-height: 24px;
color: #fff;
}
.category-news-2 .category-news-ul{
  margin: 0;
    padding: 0;
    background: #fff;
    /* margin-top: 10px; */
}
.category-news-2 .category-news-ul li{
  list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-news-2 .category-news-single{
  padding: 8px 0 0 0;
  display: inline-block;
  margin-bottom: -8px;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}
.category-news-2 .category-news-left{
  float: left;
  width: 40%;
  /* padding-right: 3%; */
  position: relative;
}
.category-news-2 .category-news-right{
  float: left;
  width: 60%;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.category-news-2 .category-news-right h3{
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}
/* ====================================
            country news area
====================================== */
.country-news-wrapper{
  /* margin-bottom: 24px; */
  margin: 40px 0 30px;
}
.country-news-wrapper-left{
  width: 73.27%;
  float: left;
}
.country-news-wrapper-right{
  width: 26.73%;
  float: left;
}
.homePageSideSvg {
    padding: 0px 9px;
}
.country-news-wrapper-right .map-form .btn-date-picker {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: var(--color1);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}
.country-news-wrapper-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;
}
.country-news-wrapper-right .map-form .btn-date-picker:hover {
    color: var(--color1);
}
.country-news-wrapper-right .map-form .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* ================================================
                  Entertainment
============================================= */
.entertainment-news-wrapper{
  background: #212121;
  padding: 40px 0 15px;
}
.entertainment-news-left{
  width: 73.27%;
  float: left;
}
.entertainment-news-left .common-heading-text{
  background: none;
}
.ent-tab{
  float: right;
}
.tab-content{
  margin-top: 6px;
}
.video-nav-tab {
    margin-top: 2px;
    margin-bottom: 0;
    border: 0;
}
.video-nav-tab li {
    margin-left: 10px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.video-nav-tab li a {
    background-color: #333;
    transition: background-color .3s 0s;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 10px 10px 0 0!important;
    padding: 10px 25px;
    border: 0!important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.video-nav-tab .nav-link.active {
    color: #fff;
    background: red;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.entertainment-news-right{
  width: 26.73%;
  float: left;
}
.entertainment-news-left .category-news-big{
  margin-bottom: 24px;
  /* padding: 5px;
  background: #212121; */
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.entertainment-news-big-text{
  width: 100%;
  /* margin-bottom: 29px; */
  position: relative;
  background: #333;
  padding-top: 3px;
  max-height: 53px;
  min-height: 53px;
  overflow: hidden;
}
.entertainment-news-big-text span{
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.entertainment-heading-text{
  color: #ffc107;
  border-left: 4px solid red;
  padding-left: 6px;
  font-size: 30px;
  margin-bottom: 15px;
}
.entertainment-news-right .headline-style h3{
  color: #ffc107;
  border-left: none;
  background: #373c44;
}

.entertainment-news-left .category-news-big-text h2 {
    font-size: 16px;
    line-height: 18px;
}

.ent-news-text{
  max-height: 63px;
  min-height: 63px;
}
/* ================ Lifestyle ============ */
.lifestyle-news-ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #373c44;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
.lifestyle-news-ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.lifestyle-news-ul li a {
    margin-bottom: -6px;
    text-decoration: none;
    display: inline-block;
    padding: 11px 10px 10px;
    border-bottom: 1px dotted gray;
    width: 100%;
}
.lifestyle-news-ul li:last-child a {
    border: 0;
    padding-bottom: 10px;
}
.lifestyle-news-left {
    float: left;
    width: 37%;
    padding-right: 3%;
}
.lifestyle-news-img {
    position: relative;
}
.lifestyle-news-img img {
    min-height: 62px;
    max-height: 62px;
}
.lifestyle-news-right{
    float: left;
    width: 63%;
    min-height: 62px;
    max-height: 62px;
    overflow: hidden;
    padding-left: 2px;
}
.lifestyle-news-right h3{
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}
.lifestyle-news-right span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}
/*======================== 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: var(--color1);
  /* border-top: 3px solid #d51f26; */
  transition: all 0.5s ease 0s;
}
.photo-gallery-text span{
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.photo-gallery-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  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: var(--color1);
  transition: all 0.5s ease 0s;
  top: 39%;
  left: 43%;
}
.photo-gallery-single:hover .photo-gallery-image .fa {
  color: #1b1b1b;
}
.photo-gallery-single:hover .photo-gallery-text {
  border-color: #d51f26;
}
/* ==================================== */

/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 16px 0 70px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.title-bg:before {
  background: var(--color1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 60%;
}
.title-bg:after {
  background: var(--color1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
}
.title-bg a {
  color: var(--color1);
  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: absolute;
  /* z-index: 10; */
  /* background-color: #fff; */
  padding: 10px;
  max-height: 64px;
  min-height: 64px;
  bottom: 0;
  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%);
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 20px;
  line-height: 22px;
}
.single-videos a {
  color: #fff;
}
.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;
  left: 600px;
  position: absolute;
  top: 225px;
  border: 1px solid var(--color1);
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: var(--color1) !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}
#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: 600;
  line-height: 28px;
  color: var(--color1);
}
#featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 600px;
  top: 225px;
  position: absolute;
  border: 1px solid var(--color1);
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: var(--color1) !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}
#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: 600;
  line-height: 28px;
  color: #d51f26;
}
/*================================================
       PHOTO GALLERY WRAPPER
==================================================*/
.photo-gallery-wrapper {
  padding: 40px 0;
  padding-bottom: 0;
}
.photo-gallery h2 {
  background: #fff;
  text-align: center;
  margin-bottom: 0;
}
.photo-gallery h2 a {
  font-size: 24px;
  color: var(--color1);
  text-decoration: none;
  line-height: 45px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}
.photo-gallery {
  height: 430px;
  overflow: hidden;
}
.poster-main {
  position: relative;
  margin: 30px auto;
  /*max-width: 1000px;*/
}
.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
}
.poster-main .poster-list .poster-item a {
  position: relative;
  float: left;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.poster-main .poster-list .poster-item a p {
  position: absolute;
  left: 0;
  bottom: 12px;
  background-color: rgba(18, 75, 101, 0.8);
  color: #fff;
  width: 100%;
  padding: 5px;
  margin: 0;
  text-align: center;
}
.poster-main .poster-btn {
  position: absolute;
  top: -75px;
  cursor: pointer;
  width: 60px !important;
  height: 45px !important;
  background-color: var(--color1);
  text-align: center;
}
.poster-main .poster-prev-btn {
  left: -24px;
}
.poster-main .poster-next-btn {
  right: -24px;
}
.poster-main .poster-btn i {
  font-size: 26px;
  line-height: 45px;
  color: #fff;
}
.owl-carousel .owl-item.active {
  transform: scale(0.9);
  transition: .5s ease-in-out;
}
.owl-carousel .owl-item.active.center {
  /* width: 400px; */
  transform: scale(1.1);
  transition: .5s ease-in-out;
}
/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  margin-left: auto;
  margin-right: auto;
  width: 68%;
}
.right-content-area {
  float: left;
  width: 32%;
}
.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: var(--color1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 12px;
}
.details-page-breadcrumb li a {
  color: #fff;
  font-size: 22px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active a {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb .active a:hover {
  color: #d51f26;
}
.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 hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}
.details-content p {
  margin: 5px 0 15px;
  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;
  width: 100%;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  background: var(--color1);
  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;
  border: 1px solid var(--color1);
}
.hvr-bounce-to-right::before {
  background: var(--color1);
  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: var(--color1);
}
.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: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #000;
}
.details-tab-container {
  margin-top: 25px;
}
.detail-least-news-ul {
  padding: 0;
}

/* .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: #d51f26;
} */
.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: 6px;
  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: #e74c4f;
}
/*===================  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 {
  width: 100%;
  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: #e74c4f;
}
.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: #e74c4f;
  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: var(--color1);
  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 var(--color1);
}

/* .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: var(--color1);
  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: var(--color1);
}

.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: #d51f26;
  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: #e74c4f;
  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: #e74c4f;
}

.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: var(--color1);
}

.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 8px;
  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: 3px 8px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
  background: #fff;
  /* border-top: 3px solid #d51f26; */
  transition: all 0.5s ease 0s;
}

.photo-gallery-text h3 {
  font-size: 17px;
  line-height: 19px;
  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: var(--color1);
  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: var(--color1);
}

/*====== 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;
  text-align: center;
}

#lightgallery li {
  position: relative;
}

#lightgallery li a img {
  padding: 10px 0;
  padding-top: 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: var(--color1);
  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: #e74c4f;
}

.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: var(--color1);
  left: 3%;
  top: 4%
}

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

.photo-catagory-right {
  /* float: left; */
  /* width: 100%;
  overflow: hidden;
  padding: 8px 5px; */
  position: relative;
    background: #fff;
    color: #000;
    width: 90%;
    margin: auto;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
    padding: 5px 7px;
    margin-top: -15px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 5px 5px -5px #000;
}


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

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

/*============= 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: var(--color1);
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.single-videos .images i{
  position: absolute;
      top: 50%;
      left: 50%;
      height: 50px;
      width: 50px;
      background: var(--color1);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 51px;
      color: #fff;
      border-radius: 50%;
      font-size: 25px;
      padding-left: 5px;
      /* 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.9;
}
.single-videos a:hover .images i{
  color: var(--color1);
  background: #fff;
}
.owl-carousel .owl-item.active.center .single-videos .images i{
  color: var(--color1);
  background: #fff;
}
.lead-news-wrapper-mb{
  display: none;
}
/* .lead-news-wrapper{
  display: block;
} */
.photo-gallery-wrapper-2{
  display: none;
}

/* =================== play button =================== */
.least-news-left, .landing-other-news-image, .landing-news-small-image, .category-news-img, .category-news-left, .category-news-big-img, .category-news-small-image, .category-news-img{
  position: relative;
}
.least-news-left i, .landing-other-news-image i, .lifestyle-news-img i, .landing-news-small-image i, .category-news-img i, .category-news-left i, .category-news-big-img i, .category-news-small-image i, .category-news-img i, .spotlight-news-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;
}
 .landing-news-small-image i, .least-news-left i, .category-news-img i, .category-news-big-img i, .category-news-img i, .spotlight-news-img i{
  height: 45px;
  width: 45px;
  line-height: 37px;
  font-size: 23px;
  padding-left: 6px;
  border: 4px solid #fff;
  z-index: 1;
}
.least-news-left i, .category-news-left i, .category-news-small-image i, .lifestyle-news-img i{
  height: 35px;
  width: 35px;
  line-height: 30px;
  font-size: 18px;
  padding-left: 4px;
  border: 3px solid #fff;
  z-index: 1;
}
.least-news-ul a:hover .least-news-left i, .single-landing-other-news a:hover .landing-other-news-image i, .landing-news-small a:hover .landing-news-small-image i, .category-news-lead a:hover .category-news-img i, .category-news-ul li:hover .category-news-left i, .category-news-big a:hover .category-news-big-img i, .category-news-small a:hover .category-news-small-image i, .category-news-lead a:hover .category-news-img i,
.spotlight-news-body a:hover .spotlight-news-img i, .lifestyle-news-ul li a:hover .lifestyle-news-img i{
  background-color: #fff;
  color: var(--color1);
}
/* =================== NEWS DETAILS PAGE STYLE ================ */
.details-border{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.details-banner-1{
  margin: 0;
}
.lead-news-main {
  margin-bottom: 8px;
}
.details-news-section{
  /* background: #fff; */
}
.details-news-area{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.details-news-content{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.details-news-area-top {
    text-align: left;
    margin-top: 20px;
}
.details-news-area-top a{
  color: var(--color1);
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-bottom: 8px;
  display: inline-block;
}
.details-news-area-top span{
  font-size: 20px;
  color: red;
  display: flex;
  padding-bottom: 5px;
}
.details-news-area-top h1{
  font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.details-news-area-top p{
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  margin: 5px 0 0;
}
.author-reporting{
  display: flex;
  text-align: center;
}
.author-reporting h4{
  font-size: 18px;
  font-weight: 600;
  margin: 0 7px 0 10px;
  padding-top: 7px;
}
.author-title p{
  font-size: 16px;
  color: #9e9e9e;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}
.details-page-icon{
  text-align: left;
  margin-bottom: 15px;
}
.details-page-icon li a{
  font-size: 16px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 15%;
}
.details-page-icon li a:hover{
  background: transparent;
}
.details-page-icon li .facebook:hover{
  color: #3b5999 !important;
}
.details-page-icon li .twitter:hover{
  color: #55acee !important;
}
.details-page-icon li .youtube:hover{
  color: #c4302b !important;
}
.details-page-icon li .instagram:hover{
  color: #e4405f !important;
}
.details-page-icon li .linkedin:hover{
  color: #0077b5 !important;
}
.title-bottom-news{
  border-top: 2px solid var(--color1);
  border-bottom: 1px dashed var(--color1);
  margin-bottom: 8px;
}
.title-bottom-news h2{
  font-size: 24px;
  color: #565656;
  margin-top: 10px;
}
.bottom-news{
  margin-bottom: 20px;
}
.bottom-news a{
  text-decoration: none;
}
.bottom-news-text{
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.bottom-news .bottom-news-text h3{
  font-size: 19px;
  line-height: 26px;
  padding: 5px 0;
  text-align: left;
}
/* ================ Gallery Header ================ */
.block-header-title{
  margin-bottom: 12px;
}
.block-header-title a{
  font-size: 24px;
  text-decoration: none;
  color: #333;
  margin-left: 12px;
}
.block-header-title a:before{
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 12px;
  content: "";
  background: #124676;
  width: 4px;
  height: 70%;
}
.block-header-title a:after{
  position: absolute;
  top: 35%;
  bottom: 0;
  content: "";
  background: #124676;
  width: 86.7%;
  height: 4px;
  margin-left: 10px;
}
/* =========== */
.secHdg {
  text-align: center;
  font-weight: normal;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.hdgTexure{
  position: absolute;
  top: 24px;
  left: 238px;
  height: 2px;
  width: 60%;
  border-top: solid 2px var(--color1);
}
.hdgTexure::after, .hdgTexure::before {
  position: absolute;
  top: 24px;
  left: 9px;
  height: 2px;
  width: 97%;
  border-top: solid 2px var(--color1);
}
.hdgTexure:before {
  content: "";
  display: block;
  top: -6px;
}
.hdgTexure:after {
  content: "";
  display: block;
  top: 2px;
}
.hdgStyle {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
  display: inline-block;
  padding: 0 5px;
  top: 10px;
}
.secHdg h2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
}
.image-caption {
  background-color: #e9f5f5;
  font-size: 16px !important;
  line-height: 1.7 !important;
  text-align: center !important;
  color: #666 !important;
  width: 100%;
  margin: 0 !important;
  margin-top: -10px !important;
}
.tag-ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}
.tag-ul li {
    color: #000;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.tag-ul li a {
    color: #000;
    background: rgb(0 0 0 / 10%);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    transition: 0.5s;
}
.tag-ul li a:hover {
    color: red;
}
.category-single {
  margin-bottom: 24px;
}
.category-single-image {
  position: relative;
}
.category-single-image span {
  background: red;
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.category-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px 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;
  z-index: 1;
}
.category-single a:hover .category-single-image i {
  background: #fff;
  color: red;
}
.category-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.category-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.addthis_inline_share-wrapper {
  margin-top: 20px;
}
.district-wrapper {
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
}
.district-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.district-ul li {
  display: inline-block;
}
.district-ul li a {
  border: 1px solid #282828;
  display: block;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: 0.5s;
  padding: 2px 10px;
  margin: 2px 0;
}
.district-ul li a:hover {
  background: #282828;
  color: #fff;
}
.btn-district-m {
  padding: 5px 10px;
  border-radius: 0;
  margin-bottom: 20px;
}
