@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-color: #f1f1f1;
    color: #333;
}

@media (min-width: 1120px) {
  .container {
      max-width: 1112px!important;
  }

}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
/* .container {
  max-width: 1052px;
} */
.left-content-header {
  float: left;
  width: 32.37%;
}
.right-content-header {
  float: left;
  width: 67.63%;
}
.left-content-area {
  float: left;
  width: 67.62%;
}
.right-content-area {
  float: left;
  width: 32.38%;
}
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.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 */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* ------------------------------------
2.Preloader CSS Start Here
---------------------------------------*/
.preloader {
  background-color: #FBC02D;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 40px auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/* ------------------------------------
2.Preloader CSS End Here
---------------------------------------*/
/* ------------------------------------
3.Header css area start here
---------------------------------------*/
.header-top-area {
  padding: 5px 0;
  border-top: 1px solid #bd0818;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  line-height: 28px;
}
.header-top-area .header-top-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-area .header-top-left ul li {
  display: inline-block;
  margin-right: 45px;
  color: #000000;
  line-height: 32px;
  font-size: 14px;
}
.header-top-area .header-top-left ul li .fa-calendar {
  padding-right: 5px;
  padding-left: 2px;
}
.header-top-area .header-top-left ul li a {
  transition: all 0.5s ease 0s;
  color: #101010;
}
.header-top-area .header-top-left ul li a:hover {
  color: #fbc02d;
}
.header-top-area .header-top-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.header-top-area .header-top-right ul li {
  display: inline-block;
}
.header-top-area .header-top-right ul li a {
  color: #101010;
  transition: all 0.5s ease 0s;
}
.header-top-area .header-top-right ul li a:hover {
  color: #fbc02d;
}
.header-top-area .header-top-right ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #101010;
}
.header-top-area .social-media-area ul {
  text-align: right;
  text-align: right;
  padding: 0;
  margin: 0;
}
.header-top-area .social-media-area ul li {
  display: inline-block;
  margin: 2px;
}
.header-top-area .social-media-area ul li a {
  display: block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  border-radius: 2px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
}
.header-top-area .social-media-area ul li a:hover {
  transform: rotate(360deg);
  border-radius: 2px;
}
.header-top-area .social-media-area ul li a i {
  text-align: center;
  display: inline-block;
}
.header-top-area .social-media-area ul li .facebook {
  background-color: #3b5998;
}
.header-top-area .social-media-area ul li .twitter {
  background-color: #55acee;
}
.header-top-area .social-media-area ul li .google-plus {
  background-color: #dc4e41;
}
.header-top-area .social-media-area ul li .pinterest {
  background-color: #bd081c;
}
.header-top-area .social-media-area ul li .instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.header-top-area .social-media-area ul li .rss {
  background-color: #f26522;
}
.header-middle-area .logo-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-middle-area {
  padding: 10px 0;
}
.header-middle-area {
  padding: 10px 0;
}
.right-banner {
  text-align: right;
}
/* ------------------------------------
4. Home Slider Area Start Here
---------------------------------------*/
.full-slider-area {
  overflow: hidden;
  border-top: 1px solid #fff;
}
.full-slider {
  margin: 0;
  padding: 0;
}
.full-slider-area ul li .image {
  position: relative;
  overflow: hidden;
}
.full-slider-area ul li .image img {
  width: 100%;
}
.full-slider-area ul li .image:after {
  background: rgba(0, 0, 0, 0.5);
  /* Old Browsers */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  /*Standard*/
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.full-slider-area ul li .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
  width: 100%;
  max-width: 620px;
}
.full-slider-area ul li .slider-content h1 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 35px;
}
.full-slider-area ul li .slider-content h1 a {
  font-size: 30px;
}
.full-slider-area ul li .slider-content h1 span {
  color: #fbc02d;
}
.full-slider-area ul li .slider-content .more-btn {
  background: #fbc02d;
  padding: 3px 20px;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
}
.full-slider-area ul li .slider-content .date {
  margin-bottom: 10px !important;
  display: inline-block;
}
.full-slider-area ul li .slider-content a,
.full-slider-area ul li .slider-content .date {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
}
.full-slider-area ul li .slider-content a i,
.full-slider-area ul li .slider-content .date i {
  margin-left: 8px;
}
.full-slider-area ul .slick-slide .slider-content {
  opacity: 0;
}
.full-slider-area ul li.slick-current .image:after {
  background: rgba(0, 0, 0, 0.5);
  /* Old Browsers */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /*Standard*/
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.full-slider-area ul li.slick-current .slider-content {
  opacity: 1;
}
.full-slider-area .slick-prev {
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: 40px;
  left: 25%;
  line-height: 40px;
  width: 40px;
  z-index: 5;
  transition: all 0.5s ease 0s;
}
.full-slider-area .slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  left: 10px;
  position: absolute;
  opacity: 1;
  top: 10px;
  transition: all 0.5s ease 0s;
}
.full-slider-area .slick-prev:hover {
  border: 1px solid #fbc02d;
}
.full-slider-area .slick-prev:hover:before {
  color: #fbc02d;
}
.full-slider-area .slick-next {
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: 40px;
  right: 25%;
  line-height: 40px;
  width: 40px;
  z-index: 99;
  transition: all 0.5s ease 0s;
}
.full-slider-area .slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
  right: 10px;
  position: absolute;
  opacity: 1;
  top: 10px;
  transition: all 0.5s ease 0s;
}
.full-slider-area .slick-next:hover {
  border: 1px solid #fbc02d;
}
.full-slider-area .slick-next:hover:before {
  color: #fbc02d;
}
.slick-slider .slider-content {
  top: 70% !important;
}
.date .fa-calendar-check-o {
  padding-right: 5px;
}
.full-slider-area ul li .slider-content .date {
  letter-spacing: 0.5px;
  font-size: 13px;
}
/*================================================
        MIDDLE SLIDER
==================================================*/
.middle-slider {
  background: #E3E6E3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.next-match-area-middle {
    padding-top: 1px;
}
.next-match-area-middle .inner {
    text-align: center;
    margin-top: 4px;
}
.next-match-area-middle .inner .vs {
    display: block;
    font-size: 20px;
    color: #fbc02d;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}
#championship-slide .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top:38%;
}
#championship-slide .owl-item img {
  display: inline;
  width: auto;
}
#championship-slide .owl-prev, #championship-slide .owl-next {
	border: 0;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
	background: #fbc02d;
	color: #ffffff;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#championship-slide .owl-prev .fa , #championship-slide .owl-next .fa {
  font-size: 35px;
  line-height: 35px;
}
#championship-slide .owl-prev:focus, #championship-slide .owl-next:focus {
	border: 0;
}
#championship-slide .owl-prev:hover, #championship-slide .owl-next:hover {
	background: #322609;
}
#championship-slide .owl-prev {
  position: relative;
  float: left;
}
#championship-slide .owl-next {
  position: relative;
  float: right;
}
.match-score {
    margin: 35px 0;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    position: relative;
    float: left;
    text-align: center;
}
.match-score::before {
    position: absolute;
    content: '';
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border: 1px solid #ffc722;
}
.match-score .score {
  line-height: 1.9;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.match-score .data {
    position: relative;
    background-color: #363533;
    padding: 20px 30px;
    overflow: hidden;
}
.team1 {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -khtml-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.match-score .data .win {
  color: #363533;
  font-size: 34px;
}
.match-score .data.team1::before {
    position: absolute;
    content: '';
    left: -100%;
    right: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-30deg);
    -khtml-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #ffc722;
}
.match-score .data .team2.win {
    color: #363533;
}
.match-score .data .vs {
  margin-top: 13px;
  margin-left: 15px;
  margin-right: 10px;
  position: relative;
  color: #363533;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.match-score .data .vs::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffc722;
  z-index: -1;
}
.match-score .data > * {
   float: left;
   position: relative;
   z-index: 0;
}
.match-score .data .team2 {
    font-size: 34px;
    color: #ffc722;
    min-width: 30px;
}
.match-score .data::after {
    content: "";
    display: table;
    clear: both;
}
.slide-right h4 {
  padding-top: 60px;
  color: #363533;
  text-align: left;
  font-size: 26px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
.slide-left h4 {
  position: relative;
  padding-top: 60px;
  color: #363533;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 26px;
}
.inner .slide-left::before {
  position: absolute;
  content: 'WIN';
  font-family: Oswald;
  font-size: 140px;
  top: -30px;
  left: 0;
  color: #e0dede;
}
.inner .slide-right::before {
  position: absolute;
  content: 'LOSS';
  font-family: Oswald;
  font-size: 140px;
  top: -30px;
  left: 0;
  color: #e0dede;
}
.slide-image-right {
  text-align: right;
  padding-top: 30px;
}
.slide-image-left {
  text-align: left;
  padding-top: 30px;
}
/* ------------------------------------
5. Left Content Area Style Start Here
---------------------------------------*/
.latest-news-tab-nav {
  margin: 35px 0 25px;
  border: 0;
  float: right;
}
.latest-news-tab-nav-title {
  margin: 35px 0 25px;
  padding: 0;
  width: 100%;
  position: relative;
}
.latest-news-tab-nav-title li {
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #101010;
  margin: 0;
  position: relative;
  list-style: none;
}
.latest-news-tab-nav-title li:before {
  background: #fbc02d;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -7px;
  width: 100%;
}
.latest-news-tab-nav-title li:after {
  background: #fbc02d;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -11px;
  width: 100%;
}
.latest-news-tab-nav-title li a {
  color: #000;
}
.latest-news-tab-nav-title li a:hover {
  color: #000;
}
.latest-news-tab-nav li {
  float: right;
  background: #ffffff;
  margin: 0 5px;
}
.latest-news-tab-nav li:last-child {
  margin-right: 0;
}
.latest-news-tab-nav li a {
  font-size: 15px;
  color: #101010;
  padding: 0px 20px 0px;
  background: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  line-height: 30px;
  margin-right: 0;
  position: relative;
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 0 !important;
}
.latest-news-tab-nav .nav-link.active {
  color: #fff;
  background: #fbc02d;
  border: none !important;
  border-radius: 0;
}
.latest-news-tab-nav li a:hover {
  color: #fff;
  background: #fbc02d;
  border-radius: 0;
}
/* ------------------------------------
  ALL NEWS CONTENT STYLE
---------------------------------------*/
.all-news-content {

}
.all-news-content-top {
  background: #252525;
  color: #ffffff;
}
.all-news-content-top-left {
  padding-top: 10px;
  min-height: 211px;
  max-height: 211px;
  overflow: hidden;
  padding-right: 20px;
}
.all-news-content-top-left h1 {
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: #FFF;
  margin: 0;
}
.all-news-content-top-left h1 a {
  color: #fff;
}
.date-top-news a {
  color: #fff;
  font-size: 14px;
}
.all-news-content-top-left h1:hover a {
  color: #fbc02d;
}
.all-news-content-top-left p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5px;
}
.all-news-content-top-left .read-more {
  color: #ffffff;
  border: 1px solid #fff;
  padding: 2px 18px;
  transition: all 0.5s ease 0s;
}
.all-news-content-top-left .read-more:hover {
  border: 1px solid #fbc02d;
}
.all-news-content-bottom {
  margin-top: 20px;
  padding: 15px 15px 0 15px;
  border: 1px solid #ccc;
}
.all-news-content-single .date {
  font-size: 13px;
  display: block;
  padding: 5px 0 0 0;
  color: #000;
}
.all-news-content-single h2 {
  padding-top: 3px;
  font-size: 18px;
  line-height: 21px;
}
.all-news-content-single a:hover {
  transition: all 0.5s ease 0s;
  color: #fbc02d;
}
/* ------------------------------------
    RIGHT CONTENT AREA STYLE - interview-wrapper-section
---------------------------------------*/
.interview-wrapper-section {
  margin-top: 35px;
}
.interview-news-post {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  padding-top: 30px;
}
.interview-news-post li {
  list-style: none;
}
.interview-news-post li a {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}
.interview-item-post h2 {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  padding: 5px 5px 2px 0;
  max-height: 47px;
  overflow: hidden;
}
.interview-news-post li a span {
  font-size: 13px;
}
.interview-news-post li a span .fa {
  padding-right: 5px;
}
.interview-news-post li a:hover {
  color: #000;
}
/* ------------------------------------
  MOST DISCUSS NEWS WRAPPER
---------------------------------------*/
.most-discuss-news-wrapper {

}
.read-more-news {
  margin-top: 35px;
}
.most-discuss-news {
  margin-top: 15px;
}
.most-discuss-news-left-lead {
  max-height: 188px;
  min-height: 188px;
  overflow: hidden;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
}
.most-discuss-news-left-lead span {
  font-size: 13px;
  color: #000;
}
.most-discuss-news-left-lead h2 {
  font-size: 22px;
  line-height: 24px;
  margin: 5px 0 7px;
}
.most-discuss-news-left-lead p {
  margin: 0;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.most-discuss-news-left a:hover {
  color: #000;
}
.most-discuss-news-post {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.most-discuss-news-post li {
  list-style: none;
}
.most-discuss-news-post li a {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 25px;
  transition: all 0.5s ease 0s;
  color: #000;
}
.most-discuss-news-post h2 {
  font-size: 18px;
  margin: 0;
  line-height: 23px;
  padding: 5px 5px 2px 0;
  max-height: 50px;
  overflow: hidden;
}
.most-discuss-news-post li a span {
  font-size: 13px;
}
.most-discuss-news-post li a span .fa {
  padding-right: 5px;
}
.most-discuss-content {

}
.most-discuss-item-post {

}
.read-more-btn-mobile {
  text-align: center;
}
.read-more-btn-mobile a {
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  background: #fbc02d;
  color: #fff !important;
}
.read-more-btn-mobile a:hover {
  color: #000;
}
/* ------------------------------------
  Cricket Wrapper section style
---------------------------------------*/
.cricket-wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.cricket-section {
  float: left;
  width: 100%;
  position: relative;
}
.cricket-section-top {
  display: block;
  padding-top: 45px;
  padding-bottom: 25px;
}
.cricket-top-details {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.cricket-top-details span {
  font-size: 13px;
}
.cricket-top-details h2 {
  margin: 0;
  line-height: 22px;
  font-size: 20px;
  color: #000;
  padding-top: 3px;
  max-height: 48px;
  min-height: 48px;
  overflow: hidden;
}
.cricket-section-top a:hover {
  color: #000;
}
.other-news-wrapper {
  margin-top: -10px;
  float: left;
  width: 100%;
  position: relative;
}
.history-news-ul {
  margin-top: 30px;
}
/*================================================
          PHOTO GALAERY SLIDER
==================================================*/
.photo-gallery {
  margin-top: 10px;
  margin-bottom: 0;
}
.images-area {
  margin-top: 30px;
}
.photo-gallery-wrapper {
  float: left;
  width: 100%;
  padding-top: 30px;
}
#gallery-images-section .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
#gallery-images-section .owl-prev, .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
	background: #fbc02d;
	color: #ffffff;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#gallery-images-section .owl-prev .fa , #gallery-images-section .owl-next .fa {
  font-size: 35px;
  line-height: 35px;
}
#gallery-images-section .owl-prev:focus, .owl-next:focus {
	border: 0px;
}
#gallery-images-section .owl-prev:hover, .owl-next:hover {
	background: #322609;
}
#gallery-images-section .owl-prev {
	float: left;
  position: relative;
}
#gallery-images-section .owl-next {
  float: right;
  position: relative;
}
#gallery-images-section .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  text-align: center;
}
#gallery-images-section .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#gallery-images-section .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
#gallery-images-section .owl-dots .owl-dot.active span, #gallery-images-section .owl-dots .owl-dot:hover span {
  background: #869791;
}
#gallery-images-section .photo-gallery-text {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  text-align: left;
  font-size: 18px;
  color:#ffffff;
  z-index: 10;
  zoom: 1;
  text-rendering: optimizeLegibility;
}
/* ------------------------------------
  RIGHT CONTENT AREA STYLE - next-match-football-wrapper
---------------------------------------*/
.next-match-football {
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 30px;
  text-align: center;
}
.next-match-football-wrapper .inner {
  padding: 15px 20px 50px 20px;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
}
.next-match-football-wrapper .inner .date {
  margin: 12px 0 24px;
  text-align: center;
  display: block;
}
.next-match-football-wrapper .inner .tickets {
  background: #fbc02d none repeat scroll 0 0;
  color: #101010;
  display: block;
  font-weight: 500;
  margin: 29px 0 0;
  padding: 15px 0;
  text-transform: uppercase;
}
.next-match-football-wrapper .inner .tickets:hover {
  background: #101010;
  color: #fff;
}
.item .inner-flag {
  text-align: center;
}
.item .inner-flag img {
  width: auto;
  text-align: center;
  margin: auto;
}
.next-match-football .next-match-football-date {
  font-weight: 600;
  color: #000;
  padding-top: 15px;
  display: block;
}
.item .place {
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
}
#next-match-football .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 10px;
}
#next-match-football .owl-prev, #next-match-football .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 30px;
  height: 30px;
	background: #fbc02d;
	color: #ffffff;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#next-match-football .owl-prev .fa , #next-match-football .owl-next .fa {
  font-size: 30px;
  line-height: 27px;
}
#next-match-football .owl-prev:focus, .owl-next:focus {
	border: 0px;
}
#next-match-football .owl-prev:hover, #next-match-football .owl-next:hover {
	background: #322609;
}
#next-match-football .owl-prev {
  position: relative;
  margin-right: 3px;
}
#next-match-football .owl-next {
  position: relative;
  margin-left: 3px;
}
/*================================================
        Animation VS START
==================================================*/
.item .vs-next-match {
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 39px;
    font-weight: 700;
    color: #fff;
    background: #fbc02d;
    margin: 20px auto 20px;
    border-radius: 50%;
    position: relative;
}
.item  .vs-next-match::before, .item .vs-next-match::after {
    position: absolute;
    content: '';
    border: 2px solid #fbc02d;
    border-radius: 50%;
}
.item .vs-next-match::before {
    top: -8px;
    bottom: -8px;
    right: -8px;
    left: -8px;
    animation: opacity 1000ms infinite ease-in-out;
    animation-delay: 0s;
    animation-delay: 800ms;
}
.item .vs-next-match::after {

    top: -16px;
    bottom: -16px;
    right: -16px;
    left: -16px;
    animation: opacity 1000ms infinite ease-in-out;

}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
/*================================================
        Animation VS END
==================================================*/
/* ------------------------------------
RIGHT CONTENT AREA STYLE - Next Match Cricket
---------------------------------------*/
.next-match-cricket-wrapper{

}
.next-match-cricket {
  border: 1px solid #ccc;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 30px;
  text-align: center;
}
.next-match-cricket .inner {
  padding: 15px 20px 50px 20px;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
}
.next-match-cricket .next-match-football-date {
  font-weight: 600;
  color: #000;
  padding-top: 15px;
  display: block;
}
.next-match-cricket-wrapper .inner .vs-next-match {
    display: block;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.next-match-cricket-wrapper .inner .radison {
  color: #434343;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 10px 15px 0;
  text-transform: uppercase;
}
.next-match-cricket-wrapper .inner .vs-next-match {
  display: block;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.item .vs-next-match {
  display: block;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.item .radison {
  color: #434343;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 10px 10px 0;
  text-transform: uppercase;
}
.item .inner-flag h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px;
}
.item .col-lg-4 {
    padding: 0;
}
#next-match-cricket .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 10px;
}
#next-match-cricket .owl-prev, #next-match-cricket .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 30px;
  height: 30px;
	background: #fbc02d;
	color: #ffffff;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#next-match-cricket .owl-prev .fa , #next-match-cricket .owl-next .fa {
  font-size: 30px;
  line-height: 27px;
}
#next-match-cricket .owl-prev:focus, .owl-next:focus {
	border: 0px;
}
#next-match-cricket .owl-prev:hover, #next-match-cricket .owl-next:hover {
	background: #322609;
}
#next-match-cricket .owl-prev {
  position: relative;
  margin-right: 3px;
}
#next-match-cricket .owl-next {
  position: relative;
  margin-left: 3px;
}
/*================================================
    SIDE BANNER STYLE
==================================================*/
.sider-banner {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.sider-banner-2 {
  margin-top: 20px;
  margin-bottom: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
/*================================================
    Icc Ranking Tab Wrapper
==================================================*/
.icc-ranking-tab-wrapper {
  width: 100%;
  float: left;
  margin-top: -5px;
}
.icc-ranking-tab {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  padding-top: 30px;
}
.icc-ranking-tab li:first-child {
  margin-left: 0;
}
.test-ranking-content {
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}
.test-ranking-content .first {
  color: #101010;
  text-transform: uppercase;
}
.test-ranking-content tr {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.test-ranking-content tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 6px 20px 6px 0px;
  border: none;
  text-align: center;
  vertical-align: middle;
}
.test-ranking-content tr td img {
  margin-left: 8px;
}
.test-ranking-content tr td.second {
  text-align: left;
  padding-left: 0 !important;
}
.test-ranking-content tr td.first-td {
  padding-right: 0;
}
.test-ranking-content tr td.td-team {
  font-size: 18px;
  font-weight: 700;
}
/*================================================
    READER SURVEY
==================================================*/
.reader-survey-wrapper {
  width: 100%;
  float: left;
}
.reader-survey {
  width: 100%;
  float: left;
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 20px;
}
.reader-survey {

}
.reader-survey p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.reader-survey form {
  line-height: 35px;
}
.reader-survey .pol-btn-1 {
  transition: all 0.5s ease 0s;
  background: #fbc02d;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 14px;
  text-align: center;
}
.reader-survey .pol-btn-1:hover {
  color: #000;
}
/*================================================
    FIFA RANKING WRAPPER
==================================================*/
.fifa-ranking-wrapper {
  width: 100%;
  float: left;
}
.fifa-ranking-content {
  margin-top: 30px;
  display: block;
  float: left;
  width: 100%;
}
.fifa-ranking-content .first {
  color: #101010;
  text-transform: uppercase;
}
.fifa-ranking-content tr {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.fifa-ranking-content tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 6px 20px 6px 0px;
  border: none;
  text-align: center;
  vertical-align: middle;
}
.fifa-ranking-content tr td img {
  margin-left: 8px;
}
.fifa-ranking-content tr td.second {
  text-align: left;
  padding-left: 0 !important;
}
.fifa-ranking-content tr td.first-td {
  padding-right: 0;
}
.fifa-ranking-content tr td.td-team {
  font-size: 18px;
  font-weight: 700;
}
.football-btn-ranking a {
  color: #000;
  font-size: 18px;
  padding: 7px 10px;
  float: right;
  line-height: 20px;
}
.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: #fbc02d;
  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);
}
/*================================================
    SUBSCRIBE WRAPPER
==================================================*/
.subscribe-wrapper {
  width: 100%;
  float: left;
}
.email-subcribe {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 20px;
}
.email-subcribe h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.email-subcribe p {
  color: #434343;
  line-height: 24px;
  margin: 6px 0 15px;
  text-align: center;
}
.subscribe-area .form-inline {
  position: relative;
}
.email-subcribe .form-inline input {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 12px 15px;
  width: 100%;
  color: #101010;
  border-radius: 2px;
}
.email-subcribe .form-inline .btn {
  background: #fbc02d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  border-radius: 0 2px 2px 0;
  border: none;
  padding: 14px 22px;
  transition: all 0.5s ease 0s;
}
.email-subcribe-form {
  position: relative;
}
.email-subcribe .form-inline .btn:hover {
  color: #fff;
}
/*================================================
    WRITTER SECTION WRAPPER
==================================================*/
.writter-section-wrapper {
  width: 100%;
  float: left;
}
.item-writer {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  float: left;
  width: 100%;
  margin-top: 30px;
  max-height: 289px;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.item-writer li {
  list-style: none;
}
.item-writer li a {
  border-bottom: 1px dashed #9c9c9c;
  display: block;
  padding: 10px;
}
.item-writer h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 0;
}
/* ------------------------------------
   Scroll To Css Start Here
---------------------------------------*/
#return-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #fbc02d;
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 999999;
}
#return-to-top:before {
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}
#return-to-top:hover::before {
  top: -60px;
}
#return-to-top::before {
  bottom: 0;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 30px;
  left: 0;
  line-height: 55px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -5px;
  color: #ffffff;
}
#return-to-top:hover {
  background: #000;
}
#return-to-top:hover span {
  top: -6px;
}
#return-to-top span {
  bottom: 0;
  left: 0;
  line-height: 60px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 15px 0 35px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
}
.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.title-bg:before {
  background: #fbc02d;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 100%;
}
.title-bg:after {
  background: #fbc02d;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -11px;
  width: 100%;
}
.title-bg a {
  color: #000000;
  font-size: 24px;
  text-decoration: none;
}
.single-videos {
  position: relative;
  overflow: hidden;
}
.single-videos .images {
  position: relative;
  overflow: hidden;
}
.single-videos .images a {
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.single-videos .images .overley {
  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: 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: 20px 10px 5px;
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
}
.single-videos a {
    color: #ffffff;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -55px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: #101010 !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: #fbc02d;
  border: 1px solid #fbc02d;
}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
#featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  top: -55px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: #101010 !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: #fbc02d;
  border: 1px solid #fbc02d;
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
/* ------------------------------------
  Footer Section Style
---------------------------------------*/
.footer-top-area {
  background: #1b1b1b;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-footer h5 {
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  padding-left: 5px;
  margin: 0;
  padding-top: 5px;
}
.footer-social-media-area {
  padding-top: 5px;
}
.footer-social-media-area ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer-social-media-area ul li {
  display: inline-block;
  margin: 2px;
}
.footer-social-media-area ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #dddddd;
  background: #2d2d2d;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
}
.footer-social-media-area ul li a:hover {
  background: #fbc02d;
  transform: rotate(360deg);
}
.sportsmagazine-info-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 3px;
}
.sportsmagazine-info-list li {
  color: #ffffff;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 48px;
  position: relative;
  line-height: 1;
  margin-top: 15px;
  font-size: 14px;
}
.sportsmagazine-info-list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 31px;
  height: 32px;
  background-color: #2d2d2d;
  text-align: center;
  padding-top: 8px;
}
.sportsmagazine-info-list li span {
  float: left;
  background-color: #2d2d2d;
  padding: 9px 20px 8px 15px;
  position: relative;
}
.sportsmagazine-info-list li span::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0px;
  border-top: 16px solid #2d2d2d;
  border-left: 10px solid transparent;
}
.sportsmagazine-info-list li span::after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 0px;
  border-bottom: 16px solid #2d2d2d;
  border-left: 10px solid transparent;
}
.footer-bottom-area {
  background: #000000;
  padding: 20px 0;
}
.footer-text p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  text-align: left;
  line-height: 24px;
}
.footer-link a {
  transition: all 0.5s ease 0s;
  font-size: 13px;
  float: right;
  color: #fbc02d;
  line-height: 20px;
}
.footer-link a:hover {
  color: #ffffff;
  margin-right: 10px;
}
.footer-text-mobile p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
}
.footer-link-mobile {
  text-align: center;
}
.footer-link-mobile a {
  color: #fbc02d;
  font-size: 13px;
  line-height: 10px;
}
/* ------------------------------------
  Details Page Style
---------------------------------------*/
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  /* margin-bottom: 30px;
  float: left;
  display: block;
  width: 100%;
  position: relative; */
}
.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: #fbc02d;
  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: #fbc02d;
}
.details-content {
  color: #000000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 1px;
  margin-bottom: 30px;
  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: 10px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}
.details-right-wrapper-section {

}
.details-right-title {
  margin: 20px 0 25px;
  padding: 0;
  width: 100%;
  position: relative;
}
.details-right-title li {
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #101010;
  margin: 0;
  position: relative;
  list-style: none;
}
.details-right-title li:before {
  background: #fbc02d;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -7px;
  width: 100%;
}
.details-right-title li:after {
  background: #fbc02d;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -11px;
  width: 100%;
}
.details-right-ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  padding-top: 30px;
}
.details-right-ul li {
  list-style: none;
}
.details-right-ul li a {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 25px;
  transition: all 0.5s ease 0s;
  color: #000;
  background: #fff;
}
.details-right-ul-item-post h2 {
  font-size: 18px;
  margin: 0;
  line-height: 23px;
  padding: 5px 5px 2px 1px;
  max-height: 50px;
  overflow: hidden;
}
.details-right-ul li a span {
  font-size: 13px;
}
.details-right-ul li a span .fa {
  padding-right: 5px;
}
.details-right-ul-content {

}
.details-right-ul-item-post {

}
.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;
}
/* ------------------------------------
  CATEGORY Page Style
---------------------------------------*/
.category-top {
  margin-top: 25px;
}
.category-left {
  overflow: hidden;
  max-height: 328px;
  min-height: 328px;
}
.category-left img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  height: 328px;
  overflow: hidden;
}
.category-left-text {
  position: relative;
}
.category-left-text h4 {
  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: 20px 10px 5px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.5s ease 0s;
}
.category-left:hover .category-left-text h4 {
  color: #fbc02d;
}
.right-single-image {
  display: block;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.category-right img {
  height: 180px;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.right-single-image h4 {
  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: 20px 10px 5px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.5s ease 0s;
}
.right-single-image-bottom {
  position: relative;
  display: block;
  overflow: hidden;
}
.right-single-image-bottom h4 {
  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: 20px 10px 5px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.5s ease 0s;
}
.category-left:hover img {
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  transition: all 0.5s ease 0s;
}
.right-single-image:hover img {
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  transition: all 0.5s ease 0s;
}
.right-single-image:hover h4 {
  color: #fbc02d;
}
.right-single-image img {
  transition: all 0.5s ease 0s;
}
.right-single-image-bottom:hover img {
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  transition: all 0.5s ease 0s;
}
.right-single-image-bottom:hover h4 {
  color: #fbc02d;
}
.right-single-image-bottom img {
  transition: all 0.5s ease 0s;
}
.more-news-item {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.more-news-item a {
  color: #000;
  transition: all 0.5s ease 0s;
}
.more-news-item-text h2 {
  padding: 3px 7px 0;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  max-height: 51px;
  margin-bottom: 0;
  transition: all 0.5s ease 0s;
}
.more-news-item-text {
  min-height: 70px;
  overflow: hidden;
}
.more-news-item-text span {
  font-size: 13px;
  padding: 0 7px;
}
.category-all-news {
  text-align: center;
  margin-bottom: 30px;
}
.category-all-news .btn-more-news {
  background: #ffffff;
  padding: 5px 15px;
  font-size: 16px;
  color: #000000;
  border: 0;
  transition: all 0.5s ease 0s;
}
.category-all-news .btn-more-news: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;
}
