/*************************************

Template Name: Songbad Prokash - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/
@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot")
      format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background: #eff3f4;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1212px !important;
  }
}
/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lazy-loaded {
  opacity: 1;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.common-heading-style {
  width: 100%;
}
.common-heading-text {
  line-height: 36px;
  background: #343334;
  margin-bottom: 15px;
}
.common-heading-text .read-more-left {
  background: #ff4444;
  padding: 0 20px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  padding-top: 4px;
  font-size: 24px;
}
.common-heading-text .read-more-left a {
  color: #fff;
}
.common-heading-text .read-more-left:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 40px solid #ff4444;
  border-right: 35px solid transparent;
  border-bottom: 0;
  border-left: 0;
}
.common-heading-text .read-more-right {
  float: right;
  padding-right: 15px;
  font-size: 22px;
  line-height: 40px;
}
.common-heading-text .read-more-right a {
  /* color: #ffc107;
  color: #ff4444;
  color: #d37d2a; */
  color: #fff;
  transition: 0.5s;
}
.common-heading-text .read-more-right a:hover {
  color: #ffc107;
}
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, SolaimanLipi, sans-serif;
  font-weight: 400;
}
a {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*================================================
       BACK TO TOP
==================================================*/
.scrollup {
  background: #343a40 none repeat scroll 0 0;
  border: 1px solid #343a40;
  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 #343a40;
  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;
}
/*======================== HEADER STYLE ============================*/
.header-top-area {
  /* background: #f0f0ed; */
}
.current-date {
  margin: 0;
  padding: 0;
}
.current-date li {
  display: inline-block;
  margin-right: 0;
  color: #000;
  line-height: 35px;
  font-size: 16px;
}
.current-date li i {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}
.social-icon-wrapper.float-right {
  display: block;
}
.social-top-icon {
  padding: 0;
  margin: 0;
  display: flex;
}
.social-top-icon li {
  list-style: none;
  margin: 0;
}
.social-top-icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  font-size: 22px;
  color: #000;
  transition: 0.5s;
}
.social-top-icon li a i {
  z-index: 99;
}
.social-top-icon li a .fa-facebook {
  color: #3b5999;
}
.social-top-icon li a .fa-youtube {
  color: #cd201f;
}
.social-top-icon li a .fa-twitter {
  color: #55acee;
}
.social-top-icon li a .fa-instagram {
  color: #e4405f;
}
.social-top-icon li a .fa-linkedin {
  color: #007bb6;
}
.social-top-icon li a .fa-pinterest {
  color: #cb2027;
}
.social-top-icon li a .fa-rss {
  color: #f26522;
}
.social-top-icon li a:hover .fa {
  color: #fff;
}
.social-top-icon li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  /* border-radius: 50%; */
  /* z-index: -1; */
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.95, 0.32, 0.37, 1.31);
}
.social-top-icon li a:hover:before {
  transform: scale(1);
}

.social-top-icon li:nth-child(1) a:hover:before {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a:hover:before {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a:hover:before {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a:hover:before {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.social-top-icon li:nth-child(5) a:hover:before {
  background: #007bb6;
}
.social-top-icon li:nth-child(6) a:hover:before {
  background: #cb2027;
}
.social-top-icon li:nth-child(7) a:hover:before {
  background: #f26522;
}
.logo-area {
  background: #fff;
  padding: 20px 0;
}
.header-banner {
  text-align: right;
}
.main-logo {
  margin-top: 12px;
}
/*=========================================== LEAD NEWS WRAPPER STYLE ============================================*/
.lead-news-section-wrapper {
  padding-top: 25px;
  padding-bottom: 30px;
}
.lead-news-section-left {
  width: 45%;
  float: left;
}
.lead-news-section-right {
  width: 55%;
  float: left;
}
.lead-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.lead-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.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;
  z-index: 1;
}
.lead-news-image img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.lead-news-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all 0.5s ease 0s;
}
.lead-news-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;
}
.lead-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-text h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.lead-news a:hover .lead-news-image span {
  top: 0;
}
.lead-news a:hover .lead-news-image i {
  background: #fff;
  color: red;
}
.middle-ul-top {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: -1px;
}
.middle-ul-top li {
  list-style: none;
  width: 100%;
  margin-bottom: 14px;
}
.middle-ul-top li:last-child {
  margin-bottom: 0;
}
.middle-ul-top li a {
  display: inline-block;
  padding: 8px 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.middle-ul-top-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.middle-ul-top-left-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.middle-ul-top-left img {
  min-height: 67px;
  max-height: 67px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.middle-ul-top-left span {
  background: #dc2028;
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: -25px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.middle-ul-top-left-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;
  z-index: 1;
}
.middle-ul-top-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.middle-ul-top-right h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.middle-ul-top-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.middle-ul-top li a:hover .middle-ul-top-left span {
  bottom: 0;
}
.middle-ul-top li a:hover .middle-ul-top-left-image i {
  background: #fff;
  color: red;
}
/*=========================================== VIDEO SECTION WRAPPER STYLE ============================================*/
.video-section-wrapper {
  background: #212121;
  padding-top: 40px;
  padding-bottom: 20px;
}
.video-main-title {
  border-left: 4px solid red;
  line-height: 26px;
  margin-bottom: 15px;
}
.video-main-title a {
  color: #ffc107;
}
.video-main-title a h2 {
  color: #ffc107;
  font-size: 30px;
  padding-left: 10px;
}
.nav-video-tab-option .nav-tabs {
  margin-top: 2px;
  margin-bottom: 0;
  border: 0;
}
.nav-video-tab-option .nav-tabs a {
  background-color: #333;
  transition: background-color 0.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;
  margin-left: 10px;
}
.nav-video-tab-option .nav-tabs a.active {
  color: #fff;
  background: red;
}
.custom-owl-carousel .item {
  margin-bottom: 24px;
}
.custom-owl-carousel .custom-owl-carousel-image {
  position: relative;
}
.custom-owl-carousel .custom-owl-carousel-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 10px 10px 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 20px;
  line-height: 22px;
  height: 42px;
  width: 42px;
  text-align: center;
  transition: 0.5s;
}
.custom-owl-carousel .item a:hover .custom-owl-carousel-image i {
  background: #dc2028;
}
.custom-owl-carousel .custom-owl-carousel-text {
  background: #333;
  min-height: 58px;
  max-height: 58px;
  width: 100%;
  overflow: hidden;
  padding: 5px 7px 0 7px;
}
.custom-owl-carousel .custom-owl-carousel-text h3 {
  color: #fff;
  margin: 0;
  font-size: 17px;
  line-height: 22px;
}
.custom-owl-carousel .custom-owl-carousel-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.custom-owl-carousel .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: 40%;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.custom-owl-carousel.owl-nav .owl-next i {
  color: #ffffff !important;
}
.custom-owl-carousel .owl-nav .owl-next:hover i {
  color: red !important;
}
.custom-owl-carousel .owl-nav .owl-next i {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.custom-owl-carousel .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  position: absolute;
  top: 35%;
  transition: all 0.5s ease 0s;
}
.custom-owl-carousel .owl-nav .owl-prev i {
  color: #ffffff !important;
}
.custom-owl-carousel .owl-nav .owl-prev:hover i {
  color: red !important;
}
.custom-owl-carousel .owl-nav .owl-prev i {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.custom-owl-carousel .owl-nav .owl-next i {
  color: #ffffff !important;
}
.custom-owl-carousel .owl-nav .owl-next:hover i {
  color: red !important;
}
.custom-owl-carousel .owl-nav .owl-next i {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.new-fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.nav-video-all-video {
  text-align: right;
}
.nav-video-all-video a {
  background-color: #333;
  transition: background-color 0.3s 0s;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 10px 10px 0 0 !important;
  padding: 10px 25px;
}
.nav-video-all-video a:hover {
  background: red;
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*======================== FOR OPINION SECTION WRAPPER CSS ============================*/
.opinion-section-wrapper {
  padding-top: 40px;
  padding-bottom: 15px;
}
.opinion-section-wrapper-left {
  width: 73.27%;
  float: left;
}
.opinion-section-wrapper-right {
  width: 26.73%;
  float: left;
}
.opinion-news-single {
  margin-bottom: 15px;
}
.opinion-news-single a {
  display: inline-block;
  background: #fff;
  padding: 7px;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
.opinion-news-single-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
}
.opinion-news-single-image {
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
}
.opinion-news-single-image img {
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
}
.opinion-news-single-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;
  z-index: 1;
}
.opinion-news-single-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-left: 2px;
  max-height: 60px;
  min-height: 60px;
}
.opinion-news-single-right h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.opinion-news-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.opinion-news-single a:hover .opinion-news-single-image i {
  background: #fff;
  color: red;
}
.interview-main {
  margin-bottom: 10px;
}
.interview-single {
  margin-bottom: 24px;
}
.interview-single a {
  box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
.interview-single-image {
  position: relative;
}
.interview-single-image img {
  overflow: hidden;
}
.interview-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;
}
.interview-single-text {
  background: #fff;
  min-height: 70px;
  max-height: 70px;
  width: 100%;
  overflow: hidden;
  padding: 4px 7px 0 7px;
}
.interview-single-text h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.interview-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.interview-single a:hover .interview-single-image i {
  background: #fff;
  color: red;
}
/*======================== FOR COUNTRY NEWS SECTION WRAPPER CSS ============================*/
.country-news-section-wrapper {
  background: #fff;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
}
.international-news-section-wrapper {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
}
.new-heading-style {
  overflow: hidden;
  /* border-radius: 22px; */
  margin-bottom: 15px;
}
.new-heading-style a {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.new-heading-style .str {
  background: #ff4444 none repeat scroll 0 0;
  color: #fff;
  float: left;
  padding: 10px;
  text-align: center;
  width: 120px;
}
.new-heading-style .rotate {
  transform: rotate(-60deg);
  background: #ff4444 none repeat scroll 0 0;
  float: left;
  height: 23px;
  margin-left: -25px;
  overflow: hidden;
  width: 61px;
}
.country-lead-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.country-lead-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.country-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  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;
  z-index: 1;
}
.country-lead-news-image img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.country-lead-news-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;
}
.country-lead-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.country-lead-news-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.country-lead-news a:hover .country-lead-news-image i {
  background: #fff;
  color: red;
}
.country-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.country-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
}
.country-ul li:last-child {
  margin-bottom: 0;
}
.country-ul li a {
  display: inline-block;
  padding: 8px 8px;
  background: #eff3f4;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.country-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.country-left-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.country-left-image img {
  max-height: 79px;
  min-height: 79px;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.country-left-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;
  z-index: 1;
}
.country-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 79px;
  max-height: 79px;
  overflow: hidden;
}
.country-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.country-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.country-ul li a:hover .country-left-image i {
  background: #fff;
  color: red;
}
.international-ul li a {
  background: #fff;
}
.footer-wrapper {
  width: 100%;
}
.footer-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-logo img {
  height: 70px;
  width: auto;
}
.footer-main h3 {
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
.footer-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-ul li {
  list-style: none;
  color: #000;
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 15px;
  border-right: 1px solid #ccc;
}
.footer-ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.footer-ul li:first-child {
  padding-left: 0;
}
.footer-bottom {
  color: #000;
}
.footer-bottom-row {
  padding: 15px 0;
}
.design-link {
  text-align: right;
}
.design-link a {
  color: #0c980c;
  font-weight: 700;
  letter-spacing: 0.5px;
}
/*=========================================== SPORTS NEWS WRAPPER STYLE ============================================*/
.sports-news-section-wrapper {
  padding-top: 25px;
  padding-bottom: 30px;
  /* background: #fff; */
  width: 100%;
}
.sports-news-section-left {
  width: 45%;
  float: left;
}
.sports-news-section-right {
  width: 55%;
  float: left;
}
.sports-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.sports-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.sports-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;
  z-index: 1;
}
.sports-news-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;
}
.sports-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.sports-news-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}

.sports-news a:hover .sports-news-image i {
  background: #fff;
  color: red;
}
.sports-ul-top {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: -1px;
}
.sports-ul-top li {
  list-style: none;
  width: 100%;
  margin-bottom: 14px;
}
.sports-ul-top li:last-child {
  margin-bottom: 0;
}
.sports-ul-top li a {
  display: inline-block;
  padding: 8px 8px;
  /* background: #f6f6f6; */
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sports-ul-top-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.sports-ul-top-left-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.sports-ul-top-left img {
  min-height: 67px;
  max-height: 67px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sports-ul-top-left-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;
  z-index: 1;
}
.sports-ul-top-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.sports-ul-top-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.sports-ul-top-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.sports-ul-top li a:hover .sports-ul-top-left-image i {
  background: #fff;
  color: red;
}
/*=========================================== ENTERTAINMENT SECTION WRAPPER STYLE ============================================*/
.entertainment-section-wrapper {
  background: #212121;
  padding-top: 40px;
  padding-bottom: 20px;
}
.entertainment-lead-news {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px -5px #000;
}
.entertainment-lead-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.entertainment-lead-image img {
  max-height: 347px;
  min-height: 347px;
  width: 100%;
  overflow: hidden;
}
.entertainment-lead-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;
  z-index: 1;
}
.entertainment-lead-news a:hover .entertainment-lead-image i {
  background: #fff;
  color: red;
}
.entertainment-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: 20px 10px 5px;
}
.entertainment-lead-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.entertainment-lead-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-other-news {
  position: relative;
  margin-bottom: 20px;
  /* border: 1px solid #e2e2e2; */
  box-shadow: 0 5px 5px -5px #000;
}
.entertainment-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.entertainment-news-image img {
  max-height: 160px;
  min-height: 160px;
  width: 100%;
  overflow: hidden;
}
.entertainment-news-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;
}
.entertainment-other-news-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: 15px 10px 5px;
}
.entertainment-other-news-text h3 {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}
.entertainment-other-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-other-news a:hover .entertainment-news-image i {
  background: #fff;
  color: red;
}
/* ======================= LATEST NEWS STYLE ========================= */
.new-tab-content {
  max-height: 400px;
  overflow-y: auto;
}

.home-banner {
  display: block;
  margin: 20px 0;
}

.fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
  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;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #19232d;
  border-radius: 0;
  padding: 9px 15px;
  border-top: 3px solid transparent;
}

.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #e74c4f;
}

.latest-news {
  position: relative;
}

.latest-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}

.latest-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.latest-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 7px 9px;
  border-bottom: 1px dotted gray;
  width: 100%;
}

.latest-news-ul li:last-child a {
  border-bottom: 0;
}

.latest-news-ul .latest-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
  position: relative;
}

.latest-news-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 45%;
  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: 3px;
  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;
}

.latest-news-ul li a:hover .latest-news-left i.fa-play {
  background: #fff;
  color: red;
}

.latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
}

.latest-news-ul .latest-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.latest-news-ul .latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.latest-news-ul .latest-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.banner-1 {
  margin-top: 33px;
}
/* ================== SERVEY AREA STYLE ================== */
.right_poll_block {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #f0f0ed;
}
.right_poll_title {
  background: #d37d2a;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}
.right_poll_title a {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
}
.right_poll_cont {
  border: 1px solid #d17c29;
  border-top: 0;
  padding: 10px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.poll_ques {
  display: block;
  margin: 5px 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.pull-ques-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.pull-ques-ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  width: 100%;
}
.pull-ques-ul li input,
.pull-ques-ul li label {
  cursor: pointer;
}

/* ================== SERVEY AREA STYLE ================== */

/*====================================================================================================================
   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: #19232d;
  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: #e74c4f;
}
.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 h1 {
  font-size: 30px;
  margin: 0;
}
.details-content span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.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 {
  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: #19232d;
  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: #19232d;
  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-image {
  position: relative;
}
.details-news-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  border: 3px 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;
}
.details-news-single a:hover .details-news-single-image i {
  background: #fff;
  color: red;
}
.details-news-single img {
  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.89;
}
.details-news-single a:hover img {
  opacity: 0.89;
}
.details-news-single-text h2 {
  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-bottom: 25px;
}
.detail-latest-news-ul {
}
.detail-latest-news-ul .latest-news-left img {
  min-height: 79px;
  max-height: 79px;
  min-width: 132px;
  max-width: 132px;
  overflow: hidden;
}
.detail-latest-news-ul .latest-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-image {
  position: relative;
}
.more-news-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  border: 3px 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;
}
.more-news-single-image img {
  max-width: 216px;
  min-width: 216px;
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
}
.more-news-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.more-news-single-text h3 {
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.more-news-single-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ff0000;
}
.more-new-heading-style {
  margin-bottom: 18px;
  position: relative;
}
.more-new-heading-style:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 2px solid red;
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -2px;
  z-index: 99;
}
.more-new-heading-style h2 {
  background-color: #19232d;
  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);
}
.more-new-heading-style 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);
}
.more-news-single a:hover .more-news-single-image i {
  background: #fff;
  color: red;
}
/* =================== NEWS DETAILS PAGE STYLE ================ */
.details-border {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.details-banner-1 {
  margin: 0;
}
.details-news-section {
  width: 100%;
  background: #f8f8f8;
  /* background: #fff; */
}
.details-news-area {
  margin-left: auto;
  margin-right: auto;
}
.details-news-content {
  margin-left: auto;
  margin-right: auto;
}
.details-news-area-top {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.details-category-link {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.5s;
}
.details-category-link:hover {
  color: red;
}
.details-news-area-top span {
  font-size: 20px;
  color: red;
  display: flex;
  margin-top: 6px;
}
.details-news-area-top h1 {
  font-size: 38px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.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 {
  margin: 0;
  display: block;
  padding: 0;
  text-align: center;
  padding-top: 12px;
}
.details-page-icon li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
  padding: 0 2px;
}
.details-page-icon li a {
  display: inline-block;
  transition: 0.5s;
}
.details-page-icon li a:hover {
  transform: rotate(360deg);
}
.details-page-icon li .facebook {
  background: #3b5999;
  border: 2px dotted transparent;
}
.details-page-icon li:hover .facebook {
  border: 2px dotted #3b5999;
  background: transparent;
  color: #3b5999;
}
.details-page-icon li .twitter {
  background: #55acee;
  border: 2px dotted transparent;
}
.details-page-icon li:hover .twitter {
  border: 2px dotted #55acee;
  background: transparent;
  color: #55acee;
}
.details-page-icon li .youtube {
  background: #c4302b;
  border: 2px dotted transparent;
}
.details-page-icon li:hover .youtube {
  border: 2px dotted #c4302b;
  background: transparent;
  color: #c4302b;
}
.details-page-icon li .instagram {
  background: #e4405f;
  border: 2px dotted transparent;
}
.details-page-icon li:hover .instagram {
  border: 2px dotted #e4405f;
  background: transparent;
  color: #e4405f;
}
.details-page-icon li .linkedin {
  background: #0077b5;
  border: 2px dotted transparent;
}
.details-page-icon li:hover .linkedin {
  border: 2px dotted #0077b5;
  background: transparent;
  color: #0077b5;
}
.details-page-icon li a:hover {
  border: 2px dotted #fff !important;
  background: transparent;
  color: #fff !important;
}
.details-page-icon {
  text-align: left;
  margin-bottom: 15px;
}
.details-page-icon li a {
  font-size: 16px;
  width: 27px;
  height: 27px;
  line-height: 23px;
  border-radius: 15%;
  transition: all 0.7s ease-in;
  color: #fff;
  text-align: center;
}
.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 #000;
  border-bottom: 1px dashed #000;
  margin-bottom: 15px;
}
.title-bottom-news h2 {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
}
.bottom-news {
  margin-bottom: 20px;
}
.bottom-news a {
  text-decoration: none;
}
.bottom-news-text {
  background: #fff;
  min-height: 70px;
  max-height: 70px;
  width: 100%;
  overflow: hidden;
  padding: 4px 7px 0 7px;
}
.bottom-news-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-align: left;
}
.bottom-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-content-area {
  margin-top: 10px;
}
.new-details-content {
  color: #000000;
}
.new-details-content img {
  width: 100%;
  margin-bottom: 10px;
}
.details-banner-1 {
  text-align: right;
}
.details-news-content-area p {
  margin: 5px 0 15px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #000;
}
.bottom-news-img {
  position: relative;
}
.bottom-news-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  border: 3px 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;
}
.bottom-news a:hover .bottom-news-img i {
  background: #fff;
  color: red;
}
.category-breadcrumb {
  padding: 20px 0;
  padding-bottom: 0;
}
.new-breadcrumb-style {
  padding: 5px 0;
}
.new-breadcrumb-style-ul-top {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.new-breadcrumb-style-ul-top li {
  margin-right: 20px;
  display: inline-block;
}
.new-breadcrumb-style-ul-top li a h1,
.new-breadcrumb-style-ul-top li a h2 {
  margin: 0;
  color: #ff8c00;
  font-size: 40px;
}
.new-breadcrumb-style-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-breadcrumb-style-ul li {
  position: relative;
  padding-left: 10px;
  display: inline-block;
}
.new-breadcrumb-style-ul li a {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  transition: 0.5s;
}
.new-breadcrumb-style-ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  background: red;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: 0.5s;
}
.new-breadcrumb-style-ul li:first-child {
  padding-left: 0;
}
.new-breadcrumb-style-ul li:first-child a {
  padding-left: 0;
}
.new-breadcrumb-style-ul li:first-child:before {
  display: none;
}
.new-breadcrumb-style-ul li a:hover {
  color: red;
}
.new-breadcrumb-style-ul li .active {
  color: red;
  font-size: 20px;
}
.details-news-news-style-row {
  padding-bottom: 10px;
}
.new-detials-banner {
  text-align: center;
  padding-bottom: 24px;
}
/*======================================================================================================================
CATEGORY PAGE DESIGN STYLE
=====================================================================================================================*/
.category-content-lead {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.category-content-lead-left {
  float: left;
  width: 60%;
  position: relative;
}
.category-content-lead-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  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;
  z-index: 1;
}
.category-content-lead a:hover .category-content-lead-left i {
  background: #fff;
  color: red;
}
.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-text {
  max-height: 208px;
  min-height: 208px;
  overflow: hidden;
}
.category-content-lead-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ff0000;
}
.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-single {
  margin-bottom: 24px;
}
.category-single-image {
  position: relative;
}
.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;
}
.category-list-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.category-list-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.category-list-ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
.category-list-ul-left {
  float: left;
  width: 45%;
  padding-right: 2%;
  position: relative;
}
.category-list-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;
  z-index: 1;
}
.category-list-ul li a:hover .category-list-ul-left i {
  background: #fff;
  color: red;
}
.category-list-ul-right {
  float: left;
  width: 55%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.category-list-ul-right h3 {
  padding-left: 2px;
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.category-list-ul-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.tag-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.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;
}
/*======================================================================================================================
  video CATEGORY PAGE DESIGN STYLE
=====================================================================================================================*/
.video-breadcum {
  margin-top: 25px;
  margin-bottom: 20px;
}
.video-catagory-row {
}
.video-catagory-single {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.video-catagory-image {
  position: relative;
}
.video-catagory-image i {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.65);
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 5%;
  top: 8%;
  transition: 0.5s;
}
.video-catagory-single a:hover .video-catagory-image i {
  background: #fff;
  color: red;
}
.video-catagory-text {
  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;
}
.video-catagory-text h2 {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin: 0;
}
/* ===================== VIDEO DETAILS PAGE STYLE ================= */
.video-details-left {
  padding-top: 24px;
}
.video-details-right {
  padding-top: 24px;
}
.more-video-single {
  margin-bottom: 21px;
}
.more-video-single-image {
  position: relative;
}
.more-video-single-image img {
  overflow: hidden;
}
.more-video-single-image i {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.65);
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 5%;
  top: 8%;
  transition: 0.5s;
}
.more-video-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.more-video-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.more-video-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-btn {
  margin-bottom: 15px;
}
.more-video-single a:hover .more-video-single-image i {
  color: red;
  background: #fff;
}
/* ========================================================= JOB NEWS SECTION STYLE ============================================== */
.job-lead-news {
  margin-bottom: 15px;
  position: relative;
}
.job-lead-news-image {
  position: relative;
}
.job-lead-news-image img {
  min-height: 190px;
  max-height: 190px;
  width: 100%;
  overflow: hidden;
}
.job-lead-news-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;
}
.job-lead-news-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;
}
.job-lead-news-text h2 {
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}
.job-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.job-lead-news a:hover .job-lead-news-image i {
  background: #fff;
  color: red;
}
.job-news-ul {
  margin: 0;
  padding: 0;
}
.job-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 7px;
}
.job-news-ul li a {
  display: inline-block;
  padding: 7px 7px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.job-news-ul-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.job-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;
  z-index: 1;
}
.job-news-ul-left img {
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.job-news-ul-right {
  float: left;
  width: 60%;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.job-news-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.job-news-ul-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.job-news-ul li a:hover .job-news-ul-left i {
  background: #fff;
  color: red;
}
.today-news-link {
  position: relative;
}
.today-news-link a {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  border: 0;
  line-height: 45px;
  width: 100%;
  text-align: center;
  background: #000;
  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 transparent;
}
.today-news-link a:before {
  background: #fff;
  color: #000;
  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;
}
.today-news-link a: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);
}
.today-news-link a:hover {
  color: #000;
  border: 1px solid #000;
}
/* =====================================================================================================================  
  NATIONAL NEWS SECTION WRAPPER STYLE 
===================================================================================================================== */
.national-news-section-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.national-news-section-left {
  width: 73.27%;
  float: left;
}
.national-news-section-right {
  width: 26.73%;
  float: left;
}
.national-news-wrapper {
  width: 100%;
  position: relative;
}
.national-news-wrapper-left {
  width: 61.5%;
  float: left;
}
.national-news-wrapper-right {
  width: 38.5%;
  float: left;
}
.national-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.national-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.national-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;
  z-index: 1;
}
.national-news a:hover i {
  background: #fff;
  color: red;
}
.national-news-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;
}
.national-news-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.national-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.national-ul-top {
  position: relative;
  margin: 0;
  padding: 0;
}
.national-ul-top li {
  list-style: none;
  width: 100%;
  margin-bottom: 13px;
}
.national-ul-top li:last-child {
  margin-bottom: 0;
}
.national-ul-top li a {
  display: inline-block;
  padding: 8px 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.national-ul-top-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.national-ul-top-left-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.national-ul-top-left-image img {
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.national-ul-top-left-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;
  z-index: 1;
}
.national-ul-top li a:hover .national-ul-top-left-image i {
  color: red;
  background: #fff;
}
.national-ul-top-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.national-ul-top-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.national-ul-top-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.sports-news-section-white {
  background: #fff;
}
.sports-ul-top-white li a {
  background: #eff3f4;
}
.national-news-title {
  background: #343334;
  margin-bottom: 15px;
}
.national-news-title h2 {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.division-search,
.district-search,
.upazila-search {
  margin-bottom: 15px;
}
.division-search select,
.district-search select,
.upazila-search select{
 font-size: 18px;
}
.country-news-search-btn {
  color: #fff;
    cursor: pointer;
    font-size: 18px;
    border: 0;
    line-height: 40px;
    width: 100%;
    text-align: center;
    background: #ff4444;
    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 transparent;
}
.country-news-search-btn:before {
  background: #fff;
    color: #ff4444;
    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;
}
.country-news-search-btn:hover {
  color: #ff4444;
  border: 1px solid ff4444;
}
.country-news-search-btn: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, 
}