@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 {
  --red: #d1181f;
  /* --color1: #4c7c95; */
  --white: #fff;
  --black1: #0f0f0f;
  --black2: #262626;
  --gray: #555;
  /* #1b7780 */
  /* #022e52 */
  /* #124B65 */
  /* #1F2933 */
}


body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: var(--black1);
  /* background-color: #20252E; */
  /* background-color: #242A35; */
  /* 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: #fff;
}
button, button:focus {
  outline: 0;
  border: 0;
}
p, a {
  color: #fff;
}
/*======================== 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 #424242 !important;
}
.border-bottom{
  border-bottom: 1px solid #E2E2E2;
}

/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: var(--red) none repeat scroll 0 0;
  border: 1px solid var(--red);
  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(--red);
  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-text {
	line-height: 39px;
  margin-bottom: 10px;
	font-size: 24px;
  border-bottom: 1px solid var(--red);
}
.common-heading-text span {
	color: #fff;
  width: auto;
  padding: 2px 8px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--red);
}
.common-heading-text span:before {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 40px solid var(--red);
  border-right: 32px solid transparent;
  border-bottom: 0;
  border-left: 0;
}
.common-title-text {
	line-height: 39px;
  margin-bottom: 10px;
	font-size: 24px;
  color: var(--red);
  /* border-bottom: 1px solid #dee2e6; */
}
/* ============================================
                   Header Area
================================================ */
.header-top {
  background: #f6f6f6!important;
  max-height: 30px;
  min-height: 30px;
  padding: 0 30px;
}
.header-social{
  text-align: right;
}

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

.header-social ul li a .fa{
  font-size: 16px;
}
.header-date{
  text-align: left;
  font-size: 15px;
  padding: 0;
  padding-top: 4px;
}
.header-date p{
  color: #000;
}
.logo{
  text-align: center;
  padding: 9px 0;
}
.logo h6{
  margin: 0;
  text-align: left;
  color: #dddd00;
}
/* ====================== editorial-section ================= */
.editorial-section{
  padding: 24px 0 50px;
}
.editorial-body{
  max-height: 504px;
  min-height: 504px;
  overflow: hidden;
}
.editorial-text{
  min-height: 438px;
  max-height: 438px;
  text-align: justify;
  padding-left: 2px;
}
.editorial-text p{
  margin-bottom: 6px;
}
.editorial-img{
  width: 24%;
  float: left;
  padding-right: 8px;
}
.editorial-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.editorial-signature{
  float: right;
  text-align: center;
  background: var(--black1);
  position: relative;
  bottom: 8px;
}
.editorial-signature h4, .editorial-signature h5{
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 4px;
}
.editorial-signature img{

}
.editorial-news-text{
  background: var(--black2);
  padding: 6px;
  min-height: 82px;
  max-height: 82px;
  overflow: hidden;
}
.editorial-news-text h3{
  font-size: 18px;
  line-height: 21px;
}
.editorial-list-news-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
/* .editorial-list-news {
    margin: 0;
    padding: 0;
    background: var(--black1);
    margin-top: 10px;
}
.editorial-list-news li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
.editorial-list-news-img {
    float: left;
    width: 38%;
    position: relative;
}
.editorial-list-news-text {
    float: left;
    padding-left: 3%;
    width: 62%;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
}
.editorial-list-news-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.editorial-list-news-text h3{
  font-size: 18px;
  line-height: 21px;
} */
.bortoman-img{
  text-align: center;
}
.bortoman-btn{
  text-align: center;
  margin-top: 22px;
}
.bortoman-btn a{
  padding: 8px 12px;
  background: var(--red);
  color: #fff;
  display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
position: relative;
transition: all 0.5s ease 0s;
    text-decoration: none;
}
.bortoman-btn a:before{
  background: var(--black1);
    color: #eb4043;
    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;
}
.bortoman-btn a:hover{
  color: #eb4043;
}
.bortoman-btn a:hover:before{
  -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border: 1px solid #eb4043;
    border-radius: 2px;
}
.slider-news{
  /* box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
    padding: 7px; */
    margin: 2px 1px;
    margin-bottom: 10px;
}
.slider-text{
  padding: 4px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  background: var(--black2);
}
.slider-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.slider-text h3{
  font-size: 18px;
}

.cinema-news{
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
  margin: 1px 2px 10px;
}
.cinema-text{
  padding: 4px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  background: var(--black2);
}
.cinema-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.cinema-text h3{
  font-size: 18px;
}
.fest-news{
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
  margin: 1px 2px 10px;
}
.fest-text{
  padding: 4px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  background: var(--black2);
}
.fest-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.fest-text h3{
  font-size: 18px;
}
/*====== ARTICLE SECTION ============*/
.article-lead{
  /* padding: 8px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%); */
  background: var(--black2);
  padding: 8px;
}
.article-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.article-text h2{
  font-size: 24px;
}
.article-text h4{
  font-size: 16px;
}
.article-text p{
  min-height: 167px;
  max-height: 167px;
  overflow: hidden;
  padding-left: 1px;
}
.article-text .article-btn, .article-text .article-btn2{
  padding: 6px 12px;
  background: var(--red);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 12px;
}
.article-text .article-btn2{
  right: 86px;
}
.article-ul {
    margin: 0;
    padding: 0;
    background: var(--black1);
    margin-top: 10px;
}
.article-ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 14px;
    background: var(--black2);
    padding: 8px;
}
.article-list-news-img {
    float: left;
    width: 33%;
    position: relative;
}
.article-list-news-text {
    float: left;
    padding-left: 2%;
    width: 67%;
    min-height: 104px;
    max-height: 104px;
    overflow: hidden;
    padding-top: 3px;
}
.article-list-news-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.article-list-news-text h4{
  font-size: 18px;
  line-height: 21px;
}
.article-more .article-more-btn{
  padding: 6px 12px;
  /* background: var(--red); */
  color: #fff;
  float: right;
  margin-top: 8px;
  position: absolute;
  top: -8px;
  right: 12px;
  font-size: 20px;
}
.article-more .article-more-btn:hover{
  color: #ff3038;
  transition: .5s;
}

.cinema-section{
  margin-top: 40px;
}
.book-section{
  margin-top: 50px;
  margin-bottom: 24px;
}
/*===================== FACING NEW STYLE ==========================*/
.f2f-section{
  margin-top: 50px;
}
.facing-lead{
  padding: 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  background: var(--black2);
}
.facing-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.facing-text h2{
  font-size: 24px;
}
.facing-text h4{
  font-size: 16px;
}
.facing-text p{
  min-height: 167px;
  max-height: 167px;
  overflow: hidden;
}
.facing-text .facing-btn, .facing-text .facing-btn2{
  padding: 6px 12px;
  background: var(--red);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 12px;
}
.facing-text .facing-btn2{
  right: 86px;
}
.facing-ul {
    margin: 0;
    padding: 0;
    background: var(--black1);
    margin-top: 10px;
}
.facing-ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    margin-top: 14px;
    background: var(--black2);
}
.facing-list-news-img {
    float: left;
    width: 33%;
    position: relative;
}
.facing-list-news-text {
  padding-left: 2%;
    float: left;
    width: 67%;
    min-height: 104px;
    max-height: 104px;
    overflow: hidden;
    padding-top: 3px;
}
.facing-list-news-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.facing-list-news-text h4{
  font-size: 18px;
  line-height: 21px;
}
.facing-more .facing-more-btn{
  padding: 6px 12px;
  background: var(--red);
  color: #fff;
  float: right;
  margin-top: 8px;
}
/*===================== FACING NEW STYLE ==========================*/
.continuity-section{
  margin-top: 40px;
}
.continuity-lead{
  padding: 8px;
  background: var(--black2);
}
.continuity-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.continuity-text h2{
  font-size: 24px;
}
.continuity-text h4{
  font-size: 16px;
}
.continuity-text p{
  min-height: 167px;
  max-height: 167px;
  overflow: hidden;
}
.continuity-text .continuity-btn, .continuity-text .continuity-btn2{
  padding: 6px 12px;
  background: var(--red);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 12px;
}
.continuity-text .continuity-btn2{
  right: 86px;
}
.continuity-ul {
    margin: 0;
    padding: 0;
    background: var(--black1);
    margin-top: 10px;
}
.continuity-ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
.continuity-list-news-img {
    float: left;
    width: 33%;
    padding-right: 2%;
    position: relative;
}
.continuity-list-news-text {
    float: left;
    width: 67%;
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
    padding-top: 3px;
}
.continuity-list-news-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.continuity-list-news-text h4{
  font-size: 18px;
  line-height: 21px;
}
.continuity-more .continuity-more-btn{
  padding: 6px 12px;
  background: var(--red);
  color: #fff;
  float: right;
  margin-top: 8px;
}
/*====== FOOTER NEW STYLE ============*/
.footer-new {
  background-color: var(--black2);
  padding: 40px 0;
  background-image: url("../../media/common/Flim-BG-small.jpg");
  background-position: center;
  background-repeat: repeat;
}
.footer-left{
  background: #30a8a9;
  min-height: 170px;
  padding-top: 12px;
  text-align: center;
  margin: 0 10px 0 28px;
  color: #000;
}
.footer-middle{
  background: #e6bf64;
  min-height: 170px;
  padding-top: 20px;
  text-align: center;
  margin: 0 10px;
}
.footer-right{
  background: #b9212e;
  min-height: 170px;
  padding-top: 40px;
  margin: 0 28px 0 10px;
}
.footer-left p {
  font-family: 'system-ui', sans-serif, serif;
  line-height: 1.6;
  color: #333;
}
.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: center;
}
.footer-address-ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 3px;
  color: #fff;
}
.footer-address-ul li a{
  color: #fff;
  transition: .3s;
}
.footer-address-ul .editor-name a:hover{
  color: #ffc107;
  transition: .3s;
}
.footer-address-ul .editor-name{
  font-size: 21px;
}
.fb-frame{
  overflow: auto;
}
.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 #333 !important;
  background: transparent;
  color: #333 !important;
}
.footer-bottom-row a {
  color: #d51f26;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-bottom-row p {
  margin-bottom: 0;
  color: #fff;
  padding: 0 30px;
}
.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: #000;
  text-decoration: none;
}
.footer {
  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;
}

/* ====================================
            category news area
====================================== */
.category-news{
  margin: 24px 0;
}
.category-news-main{
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
.category-news-lead-wrapper{
  padding: 8px 8px 0 8px;
  background: var(--black1);
}
.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: var(--black1);
    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: #fff;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  padding-left: 2px;
  padding-top: 0;
  transition: all 0.5s ease 0s;
}

/*=================== 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(--red);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 60%;
}
.title-bg:after {
  background: var(--red);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
}
.title-bg a {
  color: var(--red);
  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;
}

.videos-text {
  padding: 4px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  background: var(--black2);
}
.videos-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#message-section .owl-nav .owl-next, #cinema-section .owl-nav .owl-next{
  /* background: var(--black1); */
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  position: absolute;
  right: 0px;
  top: 68px;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
  text-align: center;
}
 #message-section .owl-nav .owl-next i, #cinema-section .owl-nav .owl-next i{
  color: #fff !important;
}
 #message-section .owl-nav .owl-next:hover,  #cinema-section .owl-nav .owl-next:hover  {
  background: var(--red);
  border: 1px solid var(--red);
}
 #message-section .owl-nav .owl-next:hover i, #cinema-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
 #message-section .owl-nav .owl-next i, #cinema-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--red);
}
#featured-videos-section .owl-nav .owl-next, #fest-section .owl-nav .owl-next{
  margin: 2px;
  position: absolute;
  right: 8px;
  top: 96px;
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-next i, #fest-section .owl-nav .owl-next i{
  color: #fff !important;
}
#featured-videos-section .owl-nav .owl-next:hover i, #fest-section .owl-nav .owl-next:hover i{
  color: #ff0000 !important;
}
#featured-videos-section .owl-nav .owl-next i, #fest-section .owl-nav .owl-next i{
  font-size: 40px;
  font-weight: 600;
  line-height: 28px;
  color: var(--red);
}
#message-section .owl-nav .owl-prev, #cinema-section .owl-nav .owl-prev{
  /* background: var(--black1); */
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  left: 0px;
  top: 68px;
  position: absolute;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
}
#message-section .owl-nav .owl-prev i, #cinema-section .owl-nav .owl-prev i {
  color: #fff !important;
}
#message-section .owl-nav .owl-prev:hover, #cinema-section .owl-nav .owl-prev:hover {
  background: var(--red);
  border: 1px solid var(--red);
}
#message-section .owl-nav .owl-prev:hover i, #cinema-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#message-section .owl-nav .owl-prev i, #cinema-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #d51f26;
}
#featured-videos-section .owl-nav .owl-prev, #fest-section .owl-nav .owl-prev{
  margin: 2px;
  left: 8px;
  top: 96px;
  position: absolute;
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i, #fest-section .owl-nav .owl-prev i{
  color: #fff !important;
}
#featured-videos-section .owl-nav .owl-prev:hover i, #fest-section .owl-nav .owl-prev:hover i{
  color: #ff0000 !important;
}
#featured-videos-section .owl-nav .owl-prev i, #fest-section .owl-nav .owl-prev i{
  font-size: 40px;
  font-weight: 600;
  line-height: 28px;
  color: #d51f26;
}
.festival-section{
  padding-top: 50px
}
/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  margin-left: auto;
  margin-right: auto;
  width: 67.4%;
}
.right-content-area {
  float: left;
  width: 32.6%;
}
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
  margin-bottom: 24px;
}
.details-page-breadcrumb {
  background-color: var(--black1);
  padding: 5px 10px;
  margin-bottom: 12px;
  margin-top: 8px;
  border-bottom: 1px solid #4e4e4e;
  border-radius: 000;
}
.details-page-breadcrumb li a {
  color: var(--red);
  font-size: 18px;
  line-height: 34px;
}
.breadcrumb>li+li:before {
  padding-left: 7px;
  padding-right: 5px;
  color: #fff;
  content: "/\00a0";
}
.details-page-breadcrumb .active{
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-content {
  color: #000000;
  background-color: var(--black1);
  padding: 10px 10px 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.details-content h1{
  color: #fff;
}
.details-content h3 {
  margin-top: 10px;
  font-size: 28px;
}
.details-content hr {
  margin-top: 0;
  margin-bottom: 15px;
  border-color: #5a5a5a;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
  color: #c1c1c1;
}
.details-content p {
  margin: 5px 0 15px;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #fff;
}
/* .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(--red);
  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: var(--black1);
  color: #fff;
  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(--red);
}
.hvr-bounce-to-right::before {
  background: var(--red);
  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: var(--black1);
}
.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: var(--black1);
    color: var(--red);
}
.details-news-single-text {
  background-color: var(--black1);
  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: #fff;
}
.details-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #fff;
}
.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: var(--black1);
  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: #fff;
  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: var(--black1);
  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: #fff;
  padding: 0 1px;
}
.category-content-lead-right p {
  margin: 0;
  color: #fff;
  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: 24px;
  background: var(--black2);
  padding: 8px;
}
.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: #fff;
}
.category-content-btn {
  margin-top: 24px;
}


/*============= ARCHIVE PAGE STYLE ================*/
.archive-heading h3 {
  line-height: 1.3;
  margin: 0;
}
.archive-wrapper {
  padding: 13px 20px 10px;
  background: var(--black1);
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}
.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}
.archive-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  background: var(--black2);
  padding: 8px;
}
.archive-content-single a:hover img {
  opacity: 0.8;
}
.archive-content-single-right {
  padding-top: 7px;
  max-height: 50px;
  min-height: 50px;
  overflow: hidden;
  text-align: center;
}
.archive-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.archive-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #fff;
}
.archive-btn-wrapper {
  float: left;
  width: 12%;
}
.all-news-btn {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: var(--red);
    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: var(--black1);
    -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(--red);
}
.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%;
}
.single-videos .images i{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 42px;
  width: 42px;
  background: rgba(0, 0, 0, 0.65);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 42px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 3px;
  transition: 0.5s;
}
.item a:hover .single-videos .images i{
  color: #fff;
  background: var(--red);
}

.photo-gallery-wrapper-2{
  display: none;
}

/* ============= NEW CATEGORY NEWS ============== */
.category-list-news {
    margin: 0;
    background: var(--black1);
    margin-top: 6px;
    padding: 0;
}
.category-list-news li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  background: var(--black2);
  padding: 8px;

}
.category-list-news-body{
    display: inline-block;
    margin-bottom: -8px;
    width: 100%;
}
.category-list-news-img{
  float: left;
  width: 36%;
  position: relative;
}
.category-list-news-text{
    float: left;
    padding-left: 2%;
    width: 64%;
    min-height: 114px;
    max-height: 114px;
    overflow: hidden;
}
.category-list-news-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.category-list-news-text h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 21px;
    padding-left: 2px;
    padding-top: 0;
    transition: all 0.5s ease 0s;
}
.content-area-left{
  width: 70%;
  float: left;
}
.content-area-right{
  width: 30%;
}
.download-btn{
  text-align: center;
}
.download-btn a{
  display: inline-block;
  padding: 6px 12px;
  background: #dd3737;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.category-page-title{
  margin: 24px 0 28px;
}
.category-page-title h1{
  color: #fff;
}
.category-editorial{
  padding: 8px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
  margin-bottom: 24px;
  background: var(--black2);
}
.category-editorial-text {
  min-height: 64px;
  max-height: 64px;
}
.category-editorial-text span{
  font-size: 14px;
  line-height: 14px;
  color: #ff0000;
}
.category-editorial-text h3{
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.editorial-category-news {
    margin: 0;
    padding: 0;
    background: var(--black1);
    margin-top: 10px;
}
.editorial-category-news li {
  padding: 8px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
    background: var(--black2);
}
.editorial-category-news-img {
    float: left;
    width: 38%;
    position: relative;
}
.editorial-category-news-text {
    float: left;
    padding-left: 3%;
    width: 62%;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.editorial-category-news-text span{
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.editorial-category-news-text h3{
  font-size: 18px;
  line-height: 21px;
}
.pagination {
  display: inline-block;
  margin: 24px 0;
}

.pagination a {
  color: black;
  float: left;
  padding: 3px 14px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #e93c3c;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
.message-slider-section{
  margin-bottom: 40px;
}
.article-section{
  margin-bottom: 42px;
}
.category-heading h2{
  border-left: 18px solid var(--red);
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 12px;
}
.category-heading h2 span{
  padding-left: 10px;
}



.cat-title-as h2:before {
    content: "";
    position: absolute;
    height: 34px;
    width: 4px;
    background-color: var(--red);
    bottom: 8px;
}
.cat-title-as a {
    line-height: inherit;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 10px;
    margin-left: 9px;
    font-size: 24px;
    background: var(--red)
}


.catagory-title {
    background: #262626;
    margin-bottom: 12px;
}
.catagory-title-heading {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    height:40px;
    position: relative;
    background: var(--red);
    margin: 0;
    display: inline-block;
    padding: 10px 20px;
}
.catagory-title-heading:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--red);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.catagory-title-heading a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
}
.tag-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  margin-top: 20px;
}
.tag-ul li {
  color: #fff;
  list-style: none;
  display: inline-block;
}
.tag-ul li:first-child {
  font-size: 20px;
}
.tag-ul li a {
  color: #fff;
  background: #262626;
  border: 1px solid #262626;
  font-size: 16px;
  padding: 10px 15px;
  margin-left: 5px;
  border-radius: 15px;
  transition: 0.5s;
}
.tag-ul li a:hover {
  background: #d1181f;
  color: #fff;
}
.category-single {
  margin-bottom: 24px;
}
.category-single-image {
  position: relative;
}
.category-single-text {
  background-color: #262626;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.category-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
}
.tag-page-breadcrumb h1 {
  font-size: 20px;
}
.small a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.image-caption {
  background: #262626;
  color: #fff;
  padding: 5px 10px;
  margin-top: -10px;
  font-size: 16px;
  font-style: italic;
  width: 100%;
  margin-bottom: 10px;
}
figcaption {
    background: #262626;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin-top: -10px;
    font-size: 16px;
    font-style: italic;
    width: 100%;
}

/* ============== AUTHOR PAGE =================== */
.author-main-wrapper{
  background: var(--black2);
  padding: 7px;
  margin-bottom: 24px;
}
.author-info {
    text-align: center;
}
.author-info{padding: 4px;}
.author-info h3 {
    font-size: 20px;
    color: #000;
    margin-top: 6px;
    color: #fff;
}
.writter-main-wrapper {
    background: var(--black2);
    padding: 10px;
    margin-bottom: 24px;
    position: relative;
    float: left;
    width: 100%;
}
.writter-main-left {
    width: 24%;
    float: left;
}
.writter-main-right {
    width: 76%;
    float: left;
    padding-left: 10px;
    overflow: hidden;
}
.writter-main-right h2 {
    font-size: 35px;
    margin-bottom: 5px;
}
.writter-main-right h3 {
    font-size: 18px;
    color: #ee802f;
    color: #ff4000;
}
.writter-main-right p {
    margin-bottom: 0;
}
.writter-single-news {
    background: var(--black2);
    padding: 7px;
    margin-bottom: 24px;
}
.writter-single-news-heading {
    min-height: 71px;
    max-height: 71px;
    overflow: hidden;
    padding-top: 3px;
    padding-left: 3px;
}
.writter-single-news-heading span {
    font-size: 14px;
    line-height: 14px;
    color: #e74c4f;
}
.writter-single-news-heading h3 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.writter-main-text {

}
.writter-main-text .writter-main-image {
  width: auto;
  float: left;
  margin-right: 15px;
}
.writter-main-text p {
  line-height: 30px;
}

#editorial-featured-image {
  width: auto;
  float: left;
  margin-right: 15px;
}
/* =================== VIDEO DETAILS ====================== */
.more-video-single {
    margin-bottom: 21px;
}
.more-video-single-image {
    position: relative;
}
.more-video-single-image i {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.65);
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 5%;
    top: 8%;
    transition: 0.5s;
}
.more-video-single-text {
    background-color: var(--black2);
    padding: 5px;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
}
.more-video-single-text h2 {
    margin: 0;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
}
.video-left-content-area{
  margin-left: auto;
margin-right: auto;
width: 63.4%;
}
.video-right-content-area {
    float: left;
    width: 36.6%;
}
/* ======================== VIDEO CATEGORY ========================= */
.video-catagory-single {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}
.video-catagory-image {
    position: relative;
}
.video-catagory-image i {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.65);
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 5%;
    top: 8%;
    transition: 0.5s;
}
.video-catagory-single a:hover .video-catagory-image i {
    background: #fff;
    color: red;
}
.video-catagory-text {
    position: relative;
    background: var(--black2);
    color: #fff;
    width: 90%;
    margin: auto;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
    padding: 5px 7px;
    margin-top: -15px;
}
.video-catagory-text h2 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin: 0;
}
.bottom-news{
  margin-bottom: 24px;
}
.bottom-news a {
    text-decoration: none;
}
.bottom-news-text {
    min-height: 84px;
    max-height: 84px;
    overflow: hidden;
    padding: 5px;
    background: var(--black2);
}
.bottom-news-text span {
    color: red;
    font-size: 14px;
    line-height: 14px;
}
.bottom-news .bottom-news-text h3 {
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}
