@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

:root {
  --color1: #90c245;
  /* --color1: #4c7c95; */
  --white: #fff;
  --black1: #000;
  --black2: #282828;
  --gray: #555;
  /* #1b7780 */
  /* #022e52 */
  /* #124B65 */
}


body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  /* background-color: #f3f5fe; */
  /* background-color: #F4F4F4; */
  /* background-color: #f1f4f7; */
}

@media (min-width: 1120px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1120px) {
  .menu-container {
    max-width: 1188px !important;
  }
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
  color: #000;
}
button, button:focus {
  outline: 0;
  border: 0;
}
p, a {
  color: #000;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}
.border-right{
  border-right: 1px solid #E2E2E2;
}
.border-bottom{
  border-bottom: 1px solid #E2E2E2;
}

/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: var(--color1) none repeat scroll 0 0;
  border: 1px solid var(--color1);
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}

.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid var(--color1);
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.back-to-top span {
  padding-bottom: 10px;
}

.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/* ============================================
                   category-title
================================================ */

.common-heading {

}
.common-heading-text {
	line-height: 39px;
  margin-bottom: 10px;
	font-size: 24px;
  border-bottom: 1px solid var(--color1);
}
.common-heading-text span {
	color: #000;
  width: auto;
  padding: 2px 8px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--color1);
}
.common-heading-text span:before {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 40px solid var(--color1);
  border-right: 32px solid transparent;
  border-bottom: 0;
  border-left: 0;
}
/* ======= heading-2 ======== */

.headline-style{
  display: block;
}
.headline-style h3 {
  border-left: solid 2px var(--color1);
  position: relative;
  background-color: var(--color1);
  text-align: center;
  padding: 0 10px 2px 5px;
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 10px;
  /* margin-left: 6px; */
  /* text-align: left; */
}
/* ============================================
                   Header Area
================================================ */
.header-top {
  background: #f6f6f6!important;
  max-height: 30px;
  min-height: 30px;
  padding: 0 30px;
}
.header-social{
  text-align: left;
}

.header-social ul{
  padding: 0;
  list-style-type: none;
  padding-top: 3px;
}
.header-social ul li{
  display: inline-block;
  margin-right: 10px;
  padding-top: 2px;
}
.header-social ul li a{
  color: #000;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}
.header-social>ul>li>a:hover .fa-twitter{
  color: #55acee;
}
.header-social>ul>li>a:hover .fa-instagram{
  color: #e4405f;
}
.header-social>ul>li>a:hover .fa-linkedin{
  color: #0077B5;
}
.header-social>ul>li>a:hover .fa-youtube-play{
  color: #cd201f;
}
.header-social>ul>li>a:hover .fa-rss{
  color: #f26522;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}

.header-social ul li a .fa{
  font-size: 16px;
}
.header-date{
  text-align: right;
  font-size: 15px;
  padding: 5px 0px 0px 40px;
}
.logo{
  text-align: center;
  padding: 7px 0 9px;
}

/* ===========================================
                   Lead News 1
============================================= */

.single-landing-other-news {
    position: relative;
    margin-bottom: 24px;
    /* padding: 3px; */
}
.landing-other-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.single-landing-other-news img {
    max-height: 156px;
    min-height: 156px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.single-landing-other-news-text {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    bottom: 0;
    padding: 15px 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.single-landing-other-news-text span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.single-landing-other-news-text h2 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0;
}
.landing-lead-news {
  position: relative;
  margin-bottom: 20px;
}
.landing-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.landing-lead-news img {
    max-height: 335px;
    min-height: 335px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.landing-news-text {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    bottom: 0;
    padding: 20px 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.landing-news-text span {
    color: #e74c4f;
    font-size: 14px;
    line-height: 14px;
}
.landing-news-text h1 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
}

.landing-more-news {
    width: 15%;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: var(--color1);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: block;
    border-radius: 0;
}
.landing-more-news:hover {
    color: var(--color1);
}
.landing-more-news: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;
}
.landing-more-news:focus:before, .landing-more-news:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.lead-news{
  width: 70.27%;
}
.lead-news-right {
    width: 29.73%;
    float: left;
}

/*======================= START FADE STYLE ============================*/
.fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  transition: all 350ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes fadeInScale {
  0% {
    /* transform: scale(0.9); */
    opacity: 0;
    transform: rotateY(-180deg);
  }
  100% {
    /* transform: scale(1); */
    opacity: 1;
    transform: rotateY(0);
  }
}

/*======================= END FADE STYLE ============================*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b1b1b;
  transition: background-color 0.3s 0.2s;
}
.side-tab-main {
  width: 100%;
  /* margin-top: 24px; */
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item .nav-link {
  transition: background-color 0.3s 0s;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: var(--color1);
  border-radius: 0;
  padding: 9px 15px;
  border-bottom: 3px solid transparent;
  /* border-radius: 10px; */
  /* border-top-left-radius: 25px; */
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-bottom: 3px solid var(--color1);
}
.least-news {
  position: relative;
}
.least-news-ul {
  margin-bottom: 0;
  /* margin-top: 7px; */
  padding: 0;
  display: inline-block;
  background: #fff;
  /* padding-left: 15px; */
  max-height: 458px;
  overflow-y: auto;
  border: 1px solid #cdcdcd66;
}
.least-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.least-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 7px 7px;
  /* border-bottom: 1px dashed #5414; */
  width: 100%;
}
.least-news-ul li:last-child a {
  border-bottom: 0;
}
.least-news-ul .least-news-left {
  float: left;
  width: 40%;
  padding-right: 2%;
}
/* .least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
} */
.least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  min-width: 98px;
  max-width: 98px;
  border-radius: 6px;
}
.least-news-ul .least-news-left {
  position: relative;
}
.least-news-ul .least-news-left span {
  display: none;
}


.least-news-ul .least-news-right {
  float: left;
  width: 60%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.least-news-ul .least-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.banner-1{
  margin-bottom: 24px;
  margin-top: 0;
  text-align: center;
}

/*====== FOOTER NEW STYLE ============*/
.footer-new {
  background-color: #333;
  color: #fff;
  padding: 40px 0 25px 0px;
}
.footer-left p {
  font-family: 'system-ui', sans-serif, serif;
  line-height: 1.6;
  color: #fff;
}
.contact-details h3 {
  border-bottom: 1px solid #d51f26;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}
.contact-details h3 span {
  width: auto;
  border-bottom: 3px solid #d51f26;
  padding-bottom: 8px;
}
.contact-details p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 5px;
}
.footer-address-ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
.footer-address-ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 3px;
}
.social-icon {
  margin: 0;
  display: block;
  padding: 0;
  text-align: center;
  padding-top: 12px;
}
.social-icon li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
  padding: 0 2px;
}
.social-icon li a {
  display: inline-block;
  transition: 0.5s;
}
.social-icon li a {
  font-size: 20px;
  color: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
}
.social-icon li a:hover {
  transform: rotate(360deg);
}
.social-icon li .facebook {
  background: #3b5999;
  border: 2px dotted transparent;
}
.social-icon li:hover .facebook {
  border: 2px dotted #3b5999;
  background: transparent;
  color: #3b5999;
}
.social-icon li .twitter {
  background: #55acee;
  border: 2px dotted transparent;
}
.social-icon li:hover .twitter {
  border: 2px dotted #55acee;
  background: transparent;
  color: #55acee;
}
.social-icon li .youtube {
  background: #c4302b;
  border: 2px dotted transparent;
}
.social-icon li:hover .youtube {
  border: 2px dotted #c4302b;
  background: transparent;
  color: #c4302b;
}
.social-icon li .instagram {
  background: #e4405f;
  border: 2px dotted transparent;
}
.social-icon li:hover .instagram {
  border: 2px dotted #e4405f;
  background: transparent;
  color: #e4405f;
}
.social-icon li .linkedin {
  background: #0077b5;
  border: 2px dotted transparent;
}
.social-icon li:hover .linkedin {
  border: 2px dotted #0077b5;
  background: transparent;
  color: #0077b5;
}
.social-icon li a:hover {
  border: 2px dotted #fff !important;
  background: transparent;
  color: #fff !important;
}
.footer-bottom-row a {
  color: #d51f26;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-bottom-row p {
  margin-bottom: 0;
  color: #fff;
}
.other-footer-link {
  text-align: center;
  padding: 15px;
}
.other-footer-link li {
  list-style-type: none;
  display: inline-block;
  padding: 5px;
}
.other-footer-link a {
  color: #fff;
  text-decoration: none;
}
.footer {
  /* background: #0A0102; */
  background: #181818;
  min-height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
}
.footer-copy-text {
  text-align: left;
}
.design-link {
    text-align: end;
}
/* ====================================
                    banner
====================================== */

.top-left-banner-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 19px;
}
.top-left-banner-left {
    float: left;
    margin-right: 19px;
    margin-bottom: 24px;
}
.top-left-banner-right {
    float: left;
}
/* ====================================
            category news area
====================================== */
.category-news{
  margin: 24px 0;
}
.category-news-main{
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-lead-wrapper{
  padding: 8px 8px 0 8px;
  background: #fff;
}
.category-news-lead{
  position: relative;
  /* display: inline-block; */
}
.category-news-heading{
  position: absolute;
    width: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100% );
    color: #fff;
    bottom: 0;
    padding: 30px 10px 5px;
}
.category-news-heading span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.category-news-heading h3{
margin: 0;
font-size: 20px;
line-height: 24px;
color: #fff;
}
.category-news-ul{
  margin: 0;
    padding: 0;
    background: #fff;
    margin-top: 10px;
}
.category-news-ul li{
  list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-news-single{
  padding: 8px 0;
  display: inline-block;
  margin-bottom: -8px;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}
.category-news-left{
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.category-news-right{
  float: left;
  width: 64%;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.category-news-right span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.category-news-right h3{
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  padding-left: 2px;
  padding-top: 0;
  transition: all 0.5s ease 0s;
}
/* ====================================
            Sports news area
====================================== */

.sports-news-wrapper{
  /* margin-bottom: 24px; */
  margin: 40px 0 24px;
}
.sports-news-wrapper-left{
  width: 73.27%;
  float: left;
}
.sports-news-wrapper-right{
  width: 26.73%;
  float: left;
}
.category-news-big-img{
  position: relative;
}
.category-news-big-text{
  position: absolute;
  width: 94%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
  /* bottom: 0; */
}
.category-news-big-text h2{
  margin: 0;
  font-size: 22px;
  line-height: 28px;
}
.category-news-small{
  margin: 24px 0 0;
}
.category-news-small-image{
  position: relative;
}
.category-news-small-text{
  padding: 5px 7px 3px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-small-text span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.category-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 35px 0 70px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.title-bg:before {
  background: var(--color1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 60%;
}
.title-bg:after {
  background: var(--color1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
}
.title-bg a {
  color: var(--color1);
  font-size: 28px;
  text-decoration: none;
}
.single-videos {
  position: relative;
  overflow: hidden;
}
.single-videos .images {
  position: relative;
  overflow: hidden;
}
.single-videos .images a {
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.single-videos .images .overley {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.single-videos .images:after {
  /* background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0; */
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-videos .images .overley .videos-icon{
  padding: 20% 0;
  text-align: center;
}
.single-videos .images a img {
  transition: all 0.5s ease 0s;
}
.single-videos .images:hover .overley{
  opacity: 1;
  transform: scaleY(1);
  z-index: 10;
}
.videos-text {
  position: absolute;
  /* z-index: 10; */
  /* background-color: #fff; */
  padding: 6px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%);
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
}
.single-videos a {
  color: #fff;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  /* background: #fff; */
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  position: absolute;
  right: 6px;
  top: 56px;
  border: 1px solid var(--color1);
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: var(--color1) !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color1);
}
#featured-videos-section .owl-nav .owl-prev {
  /* background: #fff; */
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  left: 6px;
  top: 54px;
  position: absolute;
  border: 1px solid var(--color1);
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: var(--color1) !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #d51f26;
}

/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  margin-left: auto;
  margin-right: auto;
  width: 71%;
}
.right-content-area {
  float: left;
  width: 29%;
}
.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: #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 16px;
}
.details-page-breadcrumb li a {
  color: #000;
  font-size: 22px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #000;
  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: #d51f26;
}
.details-content {
  color: #000000;
  background-color: #fff;
  padding: 10px 10px 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.details-content h3 {
  margin-top: 10px;
  font-size: 28px;
}
.details-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}
.details-content p {
  margin: 5px 0 15px;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}
/* .details-content img {
  margin-bottom: 5px;
} */
.details-content img {
  margin-bottom: 5px;
}
.details-content img {
  padding: 5px 0;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  background: var(--color1);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}
.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: #fff;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  border: 0;
}
.btn-more-details:hover {
  color: #fff;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 1px solid var(--color1);
}
.hvr-bounce-to-right::before {
  background: var(--color1);
  color: #ffffff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-more-details:hover {
  color: #fff;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.facebook-comment-box {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  background: #fff;
}
.fb-h2 {
  background: #4d4e8a;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  margin: -1px -1px 0;
}
.details-news-single {
  margin-bottom: 21px;
}
.details-news-single-img{
  position: relative;
}
.details-news-single-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}
.details-news-single a:hover .details-news-single-img i {
    background-color: #fff;
    color: var(--color1);
}
.details-news-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.more-news-single a:hover img {
  opacity: 0.8;
}
.details-news-single a:hover img {
  opacity: 0.8;
}
.details-news-single-text h3 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.details-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #000;
}
.details-tab-container {
  margin-top: 25px;
}

.detail-least-news-ul .least-news-right {
  float: left;
  width: 60%;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
.detail-least-news-ul .least-news-right h3 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 24px;
}
.more-news-single {
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.more-news-single img {
  max-width: 216px;
  min-width: 216px;
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
}
.more-news-single-text {
  padding-top: 4px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  padding-left: 2px;
}
.more-news-single-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.more-news-single-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/*===================  CATEGORY PAGE STYLE ==============================*/
.category-content-lead {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 18px;
}
.category-content-lead a:hover {
  opacity: 0.8;
}
.category-content-lead-left {
  float: left;
  width: 60%;
}
.category-content-lead-left img {
  max-width: 447px;
  min-width: 447px;
  max-height: 246px;
  min-height: 246px;
  overflow: hidden;
}
.category-content-lead-right {
  float: left;
  width: 40%;
  background: #fff;
  padding: 19px 20px;
}
.category-content-lead-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.category-content-lead-right h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 0 1px;
}
.category-content-lead-right p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.category-content-lead-right-text {
  max-height: 208px;
  min-height: 208px;
  overflow: hidden;
}
.category-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #ebebeb91;
}
.category-content-single a:hover img {
  opacity: 0.8;
}
.category-content-single-left {
    float: left;
    width: 45%;
    padding-right: 2%;
}
.category-content-single-right {
  padding-top: 5px;
  max-height: 90px;
  min-height: 90px;
  overflow: hidden;
}
.category-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.category-content-btn {}


/*============= ARCHIVE PAGE STYLE ================*/
.archive-heading h3 {
  line-height: 1.3;
  margin: 0;
}
.archive-wrapper {
  padding: 13px 20px 10px;
  background: #fff;
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}
.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}
.archive-btn-wrapper {
  float: left;
  width: 12%;
}
.all-news-btn {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: var(--color1);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: block;
    width: 100%;
    border-radius: 0;
}
.all-news-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.all-news-btn:hover {
    color: var(--color1);
}
.all-news-btn:focus:before, .all-news-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.date-picker-main {
  float: left;
  width: 47%;
  padding-left: 2%;
  padding-right: 2%;
}
.category-content-single-left span {
  background: var(--color1);
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.single-videos .images i{
  position: absolute;
      top: 50%;
      left: 50%;
      height: 50px;
      width: 50px;
      background: var(--color1);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 51px;
      color: #fff;
      border-radius: 50%;
      font-size: 25px;
      padding-left: 5px;
      /* border: 3px solid #fff; */
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.9;
}
.single-videos a:hover .images i{
  color: var(--color1);
  background: #fff;
}
.owl-carousel .owl-item.active.center .single-videos .images i{
  color: var(--color1);
  background: #fff;
}

.photo-gallery-wrapper-2{
  display: none;
}

/* =================== play button =================== */
.least-news-left, .landing-other-news-image, .landing-news-small-image, .category-news-img, .category-news-left, .category-news-big-img, .category-news-small-image, .category-news-img{
  position: relative;
}
.least-news-left i, .landing-other-news-image i, .landing-news-small-image i, .category-news-img i, .category-news-left i, .category-news-big-img i, .category-news-small-image i, .category-news-img i{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55px;
  width: 55px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 6px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.landing-other-news-image i, .landing-news-small-image i, .least-news-left i, .category-news-img i, .category-news-big-img i, .category-news-img i{
  height: 45px;
  width: 45px;
  line-height: 37px;
  font-size: 23px;
  padding-left: 6px;
  border: 4px solid #fff;
  z-index: 1;
}
.least-news-left i, .category-news-left i, .category-news-small-image i{
  height: 35px;
  width: 35px;
  line-height: 30px;
  font-size: 18px;
  padding-left: 2px;
  border: 3px solid #fff;
  z-index: 1;
}
.least-news-ul a:hover .least-news-left i, .single-landing-other-news a:hover .landing-other-news-image i, .landing-news-small a:hover .landing-news-small-image i, .category-news-lead a:hover .category-news-img i, .category-news-ul li:hover .category-news-left i, .category-news-big a:hover .category-news-big-img i, .category-news-small a:hover .category-news-small-image i, .category-news-lead a:hover .category-news-img i{
  background-color: #fff;
  color: #5d8b1a;
}
/* ============= NEW CATEGORY NEWS ============== */
.new-category-news-text{
  min-height: 158px;
  max-height: 158px;
  overflow: hidden;
}
.new-category-news-text h3{
  font-size: 21px;
  line-height: 24px;
  padding-top: 6px;
}
.new-category-news-text p{
  color: #777;
  margin: 0;
}
.new-cat-news-small{
  margin-bottom: 24px;
}
.new-cat-small-text{
  padding: 4px;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.new-cat-small-text h3{
  font-size: 17px;

}
.category-list-news {
    margin: 0;
    padding: 0 8px;
    background: #fff;
    margin-top: -8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-list-news li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-list-news-body{
    padding: 6px 0;
    display: inline-block;
    margin-bottom: -8px;
    width: 100%;
}
.category-list-news-img{
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.category-list-news-text{
    float: left;
    width: 64%;
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
}
.category-list-news-text h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 21px;
    padding-left: 2px;
    padding-top: 0;
    transition: all 0.5s ease 0s;
}
.media-news-text {
  padding: 6px;
}
.media-news-text h3{
  font-size: 18px;
  line-height: 22px;
}
.media-section{
  background: #eeeeee;
  padding: 20px 0;
}
.footer-left{
  padding-top: 4px;
}
.content-area-left{
  margin-top: 24px;
}
.lead-news-wrapper{
  margin-top: 24px;
}
