@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;
    /* background: #f2f2f2; */
    color: #333;
    background: #eff3f4;
    /* background: #ECEFF1; */
    /* background: #F0F0ED; */
    /* background: #EEEEEE; */
    /* background: #F0F0ED; */
    /* background: #F2F2F2; */
}
.logo-area {
  background: #fff;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1212px!important;
  }

}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}


body, h1, h2, h3, h4, h5, h6, p, textarea {
    font-family: "SolaimanLipiNormal",Helvetica,Arial,SolaimanLipi,sans-serif;
}
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;
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #1da255  none repeat scroll 0 0;
  border: 1px solid #1da255;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
.scrollup:hover {
  background: #ffffffff;
  color: #ff0000;
  border: 1px solid #ff0000;
  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 .3s ease-in;
  animation: back-to-top .3s ease-in;
  transition: width 2s;
}
/*-----------dropdown animation------------*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 97%;
  float: left;
  line-height: 1;
  margin-top: 0px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 15px 11px 14px 11px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  /* color: #000000;
  border-bottom: 2px solid #ff5a5f !important; */
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .4s ease;
  -moz-transition: height .4s ease;
  -ms-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 17px;
  /* background: #ff6600; */
  background: #fff;
  text-decoration: none;
  /* color: #fff; */
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li:hover > a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #1da255;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #15263f;
  border-right: 1px solid #15263f;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #15263f;
  border-left: 1px solid #15263f;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
/* @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and
(max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and
(max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { */

@media all and (max-width: 768px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 16px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    width: 25px;
    height: 3px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 25px;
    height: 9px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*======================== END Menu Style ========================*/


/*======================== START HEADER TOP AREA ========================*/
.sticky-wrapper {
  height: unset !important;
}
.header-top-area {
  background: #F0F0ED;
  /*border-top: 1px solid #F00;*/
}
.current-date {
  margin: 0;
  padding: 0;
}
.current-date li {
  display: inline-block;
  margin-right: 0px;
  color: #000;
  line-height: 30px;
  font-size: 16px;
}
.current-date li i {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}

.top-other-link {
  float: left;
}
.other-link {
  margin: 0;
  padding: 0;
}
.other-link li {
  position: relative;
  list-style: none;
  float: left;
}
.other-link li a {
  display: block;
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  padding-right: 10px;
}
.other-link li a i {
  padding-right: 3px;
}

.social-helper {
  position: relative;
  float: right;
}
.social-top-icon {
  margin: 0;
  padding: 0;
  /* position: absolute; */
}
.social-top-icon li {
  position: relative;
  list-style: none;
  float: left;
}
.social-top-icon li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  display: block;
  float: left;
  white-space: nowrap;
  text-decoration: none;
  transition: width 0.5s;
  box-sizing: border-box;
}
.social-top-icon li:hover a {
  width: 120px;
}
.social-top-icon li a .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-right: 2px solid #fff;
}
.social-top-icon li:last-child a .fa {
  border-right: 0;
}
.social-top-icon li a span {
  color: #fff;
  padding-left: 3px;
  font-size: 16px;
  line-height: 30px;
  font-family: sans-serif;
}
.social-top-icon li:nth-child(1) a {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon li:nth-child(5) a {
  background: #007bb6;
}
.social-top-icon li:nth-child(6) a {
  background: #cb2027;
}
.social-top-icon li:nth-child(7) a {
  background: #F26522;
}
.main-logo {
    padding: 20px 0 20px 0;
}
.header-baner {
  padding: 20px 0;
}
.top-nav-color {
  /*background: #F0F0ED;*/
  background: #B2ECBA;
  box-shadow: 0 5px 5px -5px #000;
  position: relative;
  width: 100%;
  z-index: 999;
}

#cssmenu > ul > li > a {
  /* position: relative; */
  display: inline-block;
}
#cssmenu > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #009135;
  transition: transform 0.5s;
}
#cssmenu > ul > li:hover:before {
  transform: scaleX(1);
}
/* #cssmenu > ul > li:first-child:hover:before {
  transform: scaleX(0);
} */
#cssmenu > ul > li:after {
  content: '';
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #ff0000;
  transition: transform 0.5s;
}
#cssmenu > ul > li:hover:after {
  transform: scaleX(1);
}
/* #cssmenu > ul > li:first-child:hover:after {
  transform: scaleX(0);
} */

#cssmenu > ul > li:hover > a {
  color: #fff;
}

/* #cssmenu > ul > li:first-child:hover > a {
  color: #000;
} */

#cssmenu > ul > li.current-item > a {
  color: #fff;
}
#cssmenu > ul > li.current-item:after {
  transform: scaleX(1);
}
#cssmenu > ul > li.current-item:before {
  transform: scaleX(1);
}

/*============== MEGA MENU =======================*/
#cssmenu li:hover > ul.mega-menu {
  /* max-height: 300px; */
}
#cssmenu ul ul.mega-menu li {
  height: 30px;
}
#cssmenu ul ul.mega-menu .mega-menu-container {
  height: 159px;
  position: relative;
  /*left: -1002px;*/
  left: -1062px;
  width: 1188px;
  box-shadow: 0 6px 12px rgba(0,0,0,.7);
  border-bottom: 2px solid #ff0000;
  background: #fff;
}

#cssmenu ul ul.mega-menu li.mega-menu-sub-li {
  /* padding: 7px 30px; */
}
#cssmenu ul ul.mega-menu li.mega-menu-sub-li a {
  width: 100%;
  /* text-align: center; */
}
#cssmenu ul ul.mega-menu li.mega-menu-sub-li:hover a {
  background: #fff;
  color: #ff0000;
  /* color: #e74c4f; */
}
/*=========== TOP NAV START SEARCH BAR TOGGLE STYLE ===============*/
.top-search {
  display: none;
}
.top-search {
  padding: 7px 0 7px 0;
  /* background: #fff; */
  /* position: relative; */
  position: absolute;
  z-index: 9;
  width: 100%;
}
.top-search-secton {
  float: right;
  margin-right: 0px;
  margin-top: -7px;
  background: #fff;
  padding: 15px;
}
.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 8px 1%;
  font-size: 15px;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: -1px;
}
.top-search .input-group-addon .fa {
  font-size: 19px;
  line-height: 30px;
  padding: 2px 6px;
  color: #fff;
  background: #1da255;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.top-search .input-group-addon .fa:hover {
  color: #000;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
  margin-top: 0;
}
.top-search input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.01);
}
.attr-nav {
  text-align: right;
}
.attr-nav ul {
  margin: 0;
  padding: 0;
}
.attr-nav ul li {
  list-style: none;
}
.attr-nav ul li a {
  color: #000;
  margin-top: 10px;
  display: block;
  font-size: 18px;
  margin-right: 5px;
}
/* Laptop Layout: 768px. */
@media only screen and (min-width: 992px) and (max-width: 1110px) {




}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .attr-nav {
    position: absolute;
    right: 0;
    top: 18px;
  }
  .attr-nav ul li a {
    font-size: 25px;
  }
  #header nav.navbar.bootsnav .navbar-toggle {
    top: -14px;
  }

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

.attr-nav {
  position: absolute;
  right: 0;
  top: 15px;
}
.attr-nav ul li a {
  font-size: 25px;
}


}

/*====== TOP NAV END SEARCH BAR TOGGLE STYLE ============*/
/*==============================  MARQUEE SECTION  STYLE ==================================*/
.marquee-block-breaking {
    position: relative;
    background: #fff;
    height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.marquee-block-breaking h2 {
    font-size: 26px;
    margin: 0;
    line-height: 30px;
    position: absolute;
    color: #000;
    background: #fff;
    padding: 6px 10px;
    z-index: 1;
}
.marquee-breaking {
    width: 100%;
    overflow: hidden;
    list-style: none;
    display: inline-block;
    padding: 0;
}
.marquee-breaking li {
    display: inline-block;
    padding-right: 15px;
    line-height: 44px;
}
.marquee-breaking li span {
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  border: 3px solid #1da255;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
}
.marquee-breaking li a {
  font-size: 18px;
  color: #000;
  margin: 0;
  display: inline-block;
}
.sports-right-banner {
  margin-top:5px;
  margin-bottom:18px;
}

/*======================== LEAD NEWS SECTION STYLE ============================*/
.lead-news-section-wrapper {
  padding-bottom: 40px;
}
.lead-news-section-left {
  width: 73.27%;
  float: left;
}
.lead-news-section-right {
  width: 26.73%;
  float: left;
}
.lead-news-main a {
 color: #000;
}
.lead-news-text {
  background: #fff;
  padding: 10px 10px;
  min-height: 177px;
  max-height: 177px;
  overflow: hidden;
}
.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-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.80;
}
.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;
}
.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;
}
.other-lead-news-single {
  margin-top: 24px;
}
.other-lead-news-single-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.other-lead-news-single-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.other-lead-news-single-text  span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.other-lead-news-single a:hover img {
  opacity: 0.85;
}
.top-right-banner {
  margin-top: 8px;
}

/*======================= 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;
}
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*======================= END FADE STYLE ============================*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    transition: background-color .3s .2s;
}
.side-tab-main {
  width: 100%;
  margin-top: 18px;
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #1da255;
  border-radius: 0;
  padding: 9px 15px;
  border-top: 3px solid transparent;
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #ff0000;
}
.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: 7px 7px 7px;
  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%;
}
/* .latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
} */
.latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  min-width: 92px;
  max-width: 92px;
}
.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 {
  max-height: 378px;
  overflow-y: auto;
}
.focus-news-wrapper {
  /*margin-top: 10px;*/
}
.focus-news {
  margin-top: 10px;
}
.focus-news-text {
  background: #fff;
  padding: 4px 7px;
}
.focus-news img {
  width: 100%;
  max-height: 165px;
}
.focus-news-text h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}
.focus-news a:hover img {
  opacity: 0.85;
}

/*======================= FEATURE NEWS WRAPPER STYLE ============================*/
.feature-news-wrapper {
  background: #fff;
  padding: 50px 0;
  padding-bottom: 30px;
}
.feature-news-title {
  margin-bottom: 10px;
}
.feature-news-main {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.feature-news-lead-wrapper {
  padding: 8px 8px;
  background: #f6f6f6;
}
.feature-news-lead {
  position: relative;
  display: inline-block;
}
.feature-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.feature-news-heading h3 {
  margin: 0;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #1da255;
}
.feature-news-lead-wrapper a:hover img {
  opacity: 0.85;
}
.feature-news {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  /* background-color: #f7f7f5; */
}
.feature-news li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
}
.feature-news li a {
  padding: 8px 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
}
.feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.feature-news-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  padding-top: 2px;
  transition: all 0.5s ease 0s;
}
.feature-news li a:hover img {
  opacity: 0.85;
}
/*======================= SPORTS WRAPPER SECTION STYLE ============================*/
.sports-wrapper-section {
  padding: 50px 0 26px 0;
}
.sports-wrapper-left {
  width: 73.27%;
  float: left;
}
.sports-wrapper-right {
  width: 26.73%;
  float: left;
}
.big-section-title {
  margin-bottom: 10px;
}
.sports-news-big {
  margin-bottom: 24px;
}
.sports-news-big-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}
.sports-news-big-text h2 {
  font-size: 21px;
  line-height: 25px;
  margin: 0;
  color: #000;
}
.sports-news-big a:hover img {
  opacity: 0.85;
}
.sports-news-small {
  margin-bottom: 24px;
}
.sports-news-small a:hover img {
  opacity: 0.85;
}
.sports-news-small-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.sports-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
/*======================= ENTERTAINMENT WRAPPER SECTION STYLE ============================*/
.entertainment-wrapper-section {
  padding: 50px 0 26px 0;
}
.entertainment-wrapper-left {
 width: 73.27%;
  float: left;
}
.entertainment-title {
  margin-bottom: 10px;
}
.entertainment-wrapper-right {
  width: 26.73%;
  float: left;
}
.entertainment-news {
  margin-bottom: 24px;
}
.entertainment-news a:hover img {
  opacity: 0.85;
}
.entertainment-news-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}
.entertainment-news-text h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #000;
}
/*======================= COUNTRY NEWS WRAPPER SECTION STYLE ============================*/
.country-news-wrapper {
  padding: 50px 0;
}
.country-news-left {
  width: 73.27%;
  float: left;
}
.country-news-right {
  width: 26.73%;
  float: left;
}
.country-title {
  margin-bottom: 10px;
}
.country-lead {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.country-lead a:hover img {
  opacity: 0.80;
}
.country-lead img {
  max-width: 478px;
  min-width: 478px;
  max-height: 269px;
  min-height: 269px;
  overflow: hidden;
}
.country-lead-heading {
  min-height: 195px;
  max-height: 195px;
  padding-top: 5px;
  overflow: hidden;
}
.country-lead-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-lead-heading h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 4px;
}
.country-lead-heading p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.country-lead a:hover {
  color: #000;
}
.country-lead a {
  color: #000;
}
.country-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.country-news-ul li a:hover img {
  opacity: 0.80;
}
.country-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.country-news-ul li a {
  display: inline-block;
  padding: 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.country-news-ul li a:hover {
  color: #000;
}
.country-news-ul li a {
  color: #000;
}
.country-news-ul-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.country-news-ul-left img {
  max-width: 112px;
  min-width: 112px;
  overflow: hidden;
  max-height: 68px;
  min-height: 68px;
}
.country-news-ul-right {
  float: left;
  width: 64%;
  min-height: 68px;
  max-height: 68px;
  overflow: hidden;
}
.country-news-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
}
.country-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sonali-map {
  padding: 0 15px;
}
.map-padding-right {
 padding-right: 5px;
}
.map-padding-left {
  padding-left: 5px;
}
.map-form {
  background: #fff;
  position: relative;
  padding: 10px;
}
.map-form .form-group {
  margin-bottom: 10px;
}
.division-style {
    position: relative;
    margin: 0 auto;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    cursor: pointer;
    outline: none;
    color: #19232d;
    line-height: 1.5;
    font-size: 16px;
    border-radius: .25rem;
}
.btn-date-picker {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: #1da255;
    color: white;
    font-size: 16px;
    padding: 5px 10px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
.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;
}
.btn-date-picker:hover {
    color: #1da255;
}
.btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sonali-map-title {
  margin-bottom: 10px;
}
/*================================================
       PHOTO GALLERY WRAPPER
==================================================*/
.photo-gallery-wrapper {
  padding: 50px 0;
}
.photo-gallery h2 {
  background: #fff;
  text-align: center;
  margin-bottom: 0;
}
.photo-gallery h2 a {
  font-size: 24px;
  color: #1da255;
  text-decoration: none;
  line-height: 45px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}
.photo-gallery {
    height: 480px;
    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: 0;
    background-color: rgba(0, 0, 0, .6);
    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: #1da255;
    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
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 50px 0;
}
.video-gallery-heading  {
  margin-bottom: 10px;
}
.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.7);
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 1 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.single-videos .images:after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-videos .images .overley .videos-icon {
    padding: 20% 0;
    text-align: center;
}
.single-videos .images a img {
    transition: all 0.5s ease 0s;
}
.single-videos .images:hover .overley {
    opacity: 1;
    transform: scaleY(1);
    z-index: 10;
}
.videos-text {
  position: relative;
  z-index: 10;
  background-color: #f6f6f6;
  padding: 10px;
  max-height: 64px;
  min-height: 64px;
}
.single-videos h3 {
    margin: 0;
    transition: all 0.5s ease 0s;
    font-size: 18px;
    line-height: 22px;
}
.single-videos a {
    color: #000;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: -18px;
  position: absolute;
  top: 70px;
  border: 1px solid #009135;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: #009135 !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: #009135;
  border: 1px solid #009135;
}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #009135;
}
#featured-videos-section .owl-nav .owl-prev {
  width: 36px;
  text-align: center;
  height: 36px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  background: #fff;
  left: -18px;
  position: absolute;
  top: 70px;
  border: 1px solid #009135;
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: #009135 !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: #009135;
  border: 1px solid #009135;
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #009135;
}
/*=================== LEFT SMALL NEWS WRAPPER STYLE ==============================*/
.left-small-news-wrapper {

}
.left-small-news-title {
  margin-bottom: 10px;
}
.left-small-news-lead {
  position: relative;
  display: inline-block;
}
.left-small-news-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, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 10px 10px 5px;
}
.left-small-news-lead-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.left-small-news-lead a:hover img {
  opacity: 0.85;
}
.left-small-news-list {
  margin-bottom: 0;
  padding: 0;
  background: #fff;
}
.left-small-news-list li {
  list-style: none;
  border-top: 1px solid #ccc;
}
.left-small-news-list li:first-child {
  border-top: 0;
}
.left-small-news-list li a {
  padding: 5px 10px;
  font-size: 18px;
  display: inline-block;
  line-height: 22px;
  color: #000;
}
.left-small-news-list li a:hover {
  color: #1da255;
}
.left-small-banner {
  margin-top: 20px;
}
.facebook-like-box-title {
  margin-bottom: 10px;
}
.facebook-like-box-wrapper {

}
/*======================= FOOTER SECTION STYLE ============================*/
.footer {
  background-image: linear-gradient( to right, rgb(120, 113, 45), rgb(223, 33, 33), #256e2e );
  padding: 30px 0;
}
.footer-logo {
  text-align: center;
  margin-top: 30px;
}
.address {
  padding-top: 24px;
  text-align: center;
}
.address h6 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.address a {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}
.trems {
  margin: 0;
  padding: 0;
}
.trems li {
  list-style: none;
  display: inline-block;
}
.trems li a {
  display: inline-block;
  padding-left: 8px;
}
.mail-intro {
  margin: 10px 20px 10px 40px;
  text-align: left;
  padding-left: 30px;
  border-left: 2px solid #ffffff;
  padding-bottom: 0px;
}
.mail-intro p {
  color: #fff;
  margin-bottom: 0;
}
/*==============================   CATEGORY PAGE STYLE ==================================*/
.category-breadcrumb {
    margin: 25px 0 20px 0;
    background: #fff;
    padding: 6px 8px;
}
.category-breadcrumb > li {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
.category-breadcrumb > li > a {
    color: #1da255;
    font-size: 22px;
}
.category-breadcrumb .active {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.category-row {
  position: relative;
}
.category-left {
  width: 73.27%;
  float: left;
}
.category-right {
  width: 26.73%;
  float: left;
}
.category-news-single {
  margin-bottom: 24px;
}
.category-news-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.category-news-text h2 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.category-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.more-news-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: 20px;
    padding: 7px 25px;
    border: 0;
}
.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: .5s;
    transition-duration: .5s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.hvr-bounce-to-right::before {
    background: #1da255;
    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: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.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,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.category-right-banner {
  margin-bottom: 24px;
}
.category-page-latest-news-ul {
  max-height: 445px;
  margin-bottom: 60px;
}
/*===================  PHOTO GALLERY CATEGORY PAGE STYLE ==============================*/
.photo-category-row {
  margin-bottom: 10px;
}
.photo-catagory-single {
}
.photo-catagory-single a {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.photo-catagory-single a .fa {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    color: #1da255;
    left: 8px;
    top: 8px;
}
.photo-catagory-left {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.photo-catagory-right {
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 8px 5px;
    min-height: 105px;
    max-height: 105px;
}
.photo-catagory-right h2 {
    font-size: 19px;
    color: #000;
    line-height: 24px;
    margin: 0;
}
.photo-catagory-single a:hover img {
  opacity: 0.80;
}
/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  float: left;
  width: 63.40%;
}
.right-content-area {
  float: left;
  width: 36.60%;
}
.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: #1da255;
  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: #1da255;
}
.details-content {
  color: #000000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 1px;
  margin-bottom: 25px;
  display: inline-block;
  padding-bottom: 10px;
}
.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;
  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 {
  max-width: 724px;
  min-width: 724px;
  max-height: 400px;
  min-height: 400px;
  overflow: hidden;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  background: #009135;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}

.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;
}
.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: 24px;
}
.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.80;
}
.details-news-single a:hover img {
  opacity: 0.80;
}
.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-bottom: 25px;
}
.details-page-latest-news-ul {
  max-height: 473px;
  margin-bottom: 25px;
}
.details-page-latest-news-ul .latest-news-left img {
  min-height: 79px;
  max-height: 79px;
  min-width: 132px;
  max-width: 132px;
}
.details-page-latest-news-ul .latest-news-right {
  min-height: 79px;
  max-height: 79px;
}
.details-page-latest-news-ul .least-news-right h3 {
    padding-left: 2px;
    font-size: 18px;
    line-height: 24px;
}
.sports-heading-style {
    margin-bottom: 15px;
    position: relative;
}
.sports-heading-style:before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 2px solid #009135;
    display: inline-block;
    vertical-align: bottom;
    left: 0;
    bottom: -2px;
    z-index: 99;
}
.sports-heading-style h2 {
    background-color: #009135;
    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);
}
.sports-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);
}
.details-left-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.details-left-content-single-left {
  float: left;
  width: 39%;
  padding-right: 2%;
  position: relative;
}
.details-left-content-single-right {
  float: left;
  width: 61%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.details-left-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.details-left-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-left-content-single a:hover img {
  opacity: 0.85;
}

/*===================  VIDEO DETAILS PAGE STYLE ==============================*/
.video-gallery-category {
    position: relative;
    background: #fff;
    margin-bottom: 24px;
}
.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: #009135;
}
.video-heading {
    padding: 6px 5px 0;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
}
.video-heading h2 {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin: 0;
}
.details-photo-gallery {
  background: #fff;
  padding: 7px;
}
.details-photo-gallery-heading {
  position: relative;
  padding: 5px;
}
.details-photo-gallery-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
.video-gallery-category a:hover img {
  opacity: 0.85;
}

/*========================== PHOTOGALLERY DETAISL PAGE STYLE ============================*/

#lightgallery {
  margin: 0;
  padding: 0;
}
#lightgallery li {
  position: relative;
}
#lightgallery li a img {
  padding: 10px 0;
}
#lightgallery li a {
  cursor: zoom-in;
}
#lightgallery li p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}
#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: rgba(0,145,53,0.7);
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
.big-banner-1 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 10px;
}
/*========================== SHARE BAZAAR SECTION STYLE ============================*/
.share-bazaar-row {
  margin-top: 30px;
}
.share-bazaar-left {
  width: 73.27%;
  float: left;
}
.share-bazaar-right {
  width: 26.73%;
  float: left;
}
.share-news-single {
  background: #f6f6f6;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.share-news-single-text {
  padding: 5px;
  max-height: 72px;
  min-height: 72px;
  overflow: hidden;
}
.share-news-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  color: #000;
}
.share-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.share-news-single a:hover img {
  opacity: 0.85;
}
.share-news-title {
  margin-bottom: 15px;
}
.share-full {
  width: 100%;
}
.share-left {
  width: 45.50%;
  float: left;
}
.share-right {
  float: left;
  width: 54.50%;
}
.share-news-ul {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.share-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
}
.share-news-ul li:first-child {
  border-top: 0;
}
.share-news-ul li a {
  padding: 12px 12px;
  display: inline-block;
  margin-bottom: -4px;
  width: 100%;
}
.share-news-left {
  float: left;
  width: 40%;
  padding-right: 3%;
}
.share-news-left img {

}
.share-news-right {
  float: left;
  width: 60%;
  min-height: 79px;
  max-height: 79px;
  overflow: hidden;
}
.share-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  padding-top: 2px;
  transition: all 0.5s ease 0s;
}
.share-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.share-news-ul li a:hover img {
  opacity: 0.85;
}
