/*************************************

Template Name: Amar Sangbad - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/
@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
body {
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
  padding-top: 0;
}

@media (min-width: 767px) {
  .container {
    max-width: 700px!important;
  }

}
/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
.lazy-loaded {
    opacity: 1
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
}
.custom-row {
  margin-right: -5px;
  margin-left: -5px;
}
.custom-padding {
  padding-right: 7px !important;
  padding-left: 7px !important;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body, h1, h2, h3, h4, h5, h6, p, textarea {
  font-family: "SolaimanLipiNormal",Helvetica,Arial,SolaimanLipi,sans-serif;
}
a{
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* ================ Background Color ================ */
.bg-white{
  background: #fff;
}
.bg-gray{
  background: #eff3f4;
}

/* ==================== TOP NAV ==================== */
.ml-stack-nav-toggle {
  z-index: 100;
  display: inline-block;
  left: 0;
  top: 36%;
}
.header {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.ml-stack-nav-toggle__line{
  background: #fff;
}
.ml-stack-nav-toggle:hover, .ml-stack-nav-toggle:focus {
  text-decoration: none;
  outline: 0 solid !important;
}
.nav {
    float: right;
}
.nav svg {
    vertical-align: middle;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav li {
    display: inline;
}
.nav a {
    text-decoration: none;
}
.nav a:hover,
.nav a:focus {
    text-decoration: underline;
}
.mobile-top {
  /* height: 30px; */
  display: block;
  position: relative;
  /* background: #19232d;
  border-top: 2px solid #e74c4f; */
  background: #F0F0ED;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.mobile-logo {
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 6px;
}
.mobile-logo img{
  width: 68px;
  height: 72px;
}
.top-search-right {
  text-align: right;
  height: 20px;
  background: #ffffff;
}
.search-box {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 10px 0 0 !important;
}
.mobile-nav-bar {
  background-color: #090710;
  position: relative;
  /* border-bottom: 2px solid #e74c4f; */
  box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
}
.mobile-nav-bar-margin {
  margin-top: 0px;
  border-top: 5px solid #ffffff;
}
.mobile-top-hidden {
  display: none;
  transition: 1s;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.ml-stack-nav {
  top: 80px;
}
/*================================================
                     BACK TO TOP
==================================================*/
.scrollup {
  display: block;
  background: #f14b4b none repeat scroll 0 0;
  bottom: 35px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 13px;
  text-align: center;
  width: 35px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #1da255;
  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;
}
/*======================= TOP NAV START SEARCH BAR TOGGLE STYLE ============================*/
.top-search {
  display: none;
}
.top-search {
  padding: 10px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
}
.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 8px 1%;
  font-size: 18px;
  font-family: SolaimanLipi;
  /* width: 100%; */
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
  width: 35px;
  height: 35px;
  text-align: center;
}
.top-search .input-group-addon .fa {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 8px;
  background: #efefef;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.attr-nav{
  display: inline-block;
  padding-left: 10px;
  position: relative;
  float: right;
  top: 30%;
}
.attr-nav ul {
  margin: 0;
  padding: 0;
}
.attr-nav ul li {
  list-style: none;
}
.attr-nav ul li a {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
}
.top-search input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.01);
}
.top-search .m-search {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
/*======================= SCROLL MENU STYLE ============================*/
.scrollmenu {
    display: block;
    background-color: #090710;
    padding-left: 5px;
    overflow: auto;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -webkit-overflow-scrolling: touch;
    position: relative;
    top: 100%;
    margin-top: -1px;
}
.scrollmenu ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.scrollmenu ol li {
    display: inline-block;
}
.scrollmenu ol li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}
/* ============================== LEAD AREA =========================== */
.title-heading h3 a {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 22px;
}
.lead-news {
    position: relative;
    margin: 24px 0;
}
.lead-news-img img {
    border-radius: 10px;
}
.lead-news-text {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 30%,#000 100%);
    color: #fff;
    bottom: 0;
    padding: 26px 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lead-news-text span, .box-news-text span{
  color: #f5c516;
font-size: 14px;
line-height: 14px;
}
.lead-news-text h1 {
    font-size: 20px;
    line-height: 24px;
}
.sub-lead-area {
    width: 100%;
    background: #212121;
    padding: 24px 0 0;
    border-radius: 10px;
}
.box-news{
  margin-bottom: 24px;
}
.box-news-text {
    background: #333;
    min-height: 88px;
    max-height: 88px;
    width: 100%;
    overflow: hidden;
    padding: 4px 7px 0 7px;
}
.box-news-text h2 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
/* =========================== LIST NEWS STYLE ========================= */
.list-news-area {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 17px 0;
    margin-top: 24px;
}
.list-news {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.list-news li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
.list-news li a {
    display: inline-block;
    width: 100%;
}
.list-news-img {
    padding-right: 0;
    position: relative;
    width: 33%;
    float: left;
}
.list-news-img img {
    border-radius: 10px;
    margin: 0;
}
.list-news-text {
    width: 67%;
    float: left;
    padding-left: 2%;
    max-height: 64px;
    min-height: 64px;
    overflow: hidden;
}
.list-news-text h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.list-news-text2 h3 {
    font-weight: 700;
}
.list-news-text2 {
    width: 67%;
    padding-right: 0;
}
.category-news-section {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 17px 0;
    margin-top: 24px;
}
.bg-kolkata{
  background: #fdf9ed;
}
.bg-state{
  background: #f3faed;
}
.bg-politics{
  background: #edf9fa;
}
.bg-crime{
  background: #edf5fe;
}
.bg-country{
  background: #edf9fa;
}
.bg-international{
  background: #edf5fe;
}
.bg-sports{
  background: #f3faed;
}
.box-lead{
  margin-bottom: 10px;
}
.box-lead-img img {
    border-radius: 10px;
}
.box-lead-text {
  padding: 4px 0;
}
.box-lead-text h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
/* ========================= ENTERTAINMENT ============================ */
.entertainment-section {
    padding: 26px 0;
    background: #51b13947;
    margin-top: 24px;
}
.entertainment-title {
    margin-bottom: 24px;
}
.entertainment-title h3 {
    border-left: 4px solid #064893;
    color: #064893;
    font-size: 24px;
    font-weight: 700;
    padding-left: 8px;
}
.entertainment-news-text {
    background: #f1ffe8;
    min-height: 84px;
    max-height: 84px;
    width: 100%;
    overflow: hidden;
    padding: 4px 7px 0 7px;
}
.entertainment-news-text h2 {
    color: #000;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.entertainment-news {
    margin-bottom: 24px;
}
/* ========================= POPULAR NEWS STYLE ============================ */
.popular-news{
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.popular-news li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
.popular-news li a {
    display: inline-block;
    width: 100%;
}
.popular-news-img {
    width: 33%;
    padding-right: 0;
    float: left;
}
.popular-news-text {
    width: 58%;
    padding-right: 0;
    padding-left: 2%;
    float: left;
    max-height: 64px;
    min-height: 64px;
    overflow: hidden;
}
.popular-news-text h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.popular-news-no {
    width: 9%;
    float: left;
}
.popular-news-no h4 {
    font-size: 36px;
    text-align: right;
    font-weight: 700;
    color: #4d4d4d;
}
/* ========================= HOROSCOPE STYLE ============================ */
.horoscope-section {
    background: #fff;
    padding: 20px 0 10px;
}
.horoscope-title h3 {
    font-weight: bold;
    color: #EE303B;
    padding-bottom: 10px;
    font-size: 22px;
}
.horoscope-ul-mobile-wrapper {
    display: block;
    position: relative;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 20px;
}
.horoscope-ul-mobile {
    margin: 0;
    padding: 0;
}
.horoscope-ul-mobile li {
    list-style: none;
    width: 27%;
    margin-right: 5px;
    background: #f3f3f3;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    min-height: 105px;
}
.horoscope-ul-mobile li a {
    display: inline-block;
    color: #000;
    font-size: 20px;
}
.horoscope-ul-mobile li a img {
    min-height: 100px;
}
.horoscope-ul-mobile li a h3{
  font-size: 22px;
  padding-top: 6px;
}
/* ===================== PLAY BUTTON ================== */
.lead-news-img, .box-lead-img{
  position: relative;
}
.lead-news-img i, .box-lead-img i{
  position: absolute;
    top: 50%;
    left: 50%;
    height: 55px;
    width: 55px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 51px;
    color: #ed3034;
    border-radius: 50%;
    font-size: 25px;
    padding-left: 3px;
    border: 2px 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;
}
.box-news-img, .list-news-img, .entertainment-news-img, .popular-news-img{
  position: relative;
}
.box-news-img i, .list-news-img i, .entertainment-news-img i, .popular-news-img i, .video-icon i, .video-icon-2 i, .block-category-img i{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 42px;
  color: #ed3034;
  border-radius: 50%;
  font-size: 21px;
  padding-left: 3px;
  border: 2px 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;
}
.list-news-img i, .popular-news-img i{
  height: 40px;
  width: 40px;
  line-height: 38px;
  font-size: 20px;
}
/* ======================= sub heading ======================= */
.popular-news-text span, .list-news-text span, .box-lead-text span.list-news-text, .entertainment-news-text span, .box-lead-text span{
  color: #f5161a;
  font-size: 14px;
  line-height: 14px;
}
/* ========================= READ MORE BUTTON ============================ */
.read-more, .read-more-2{
  text-align: center;
}
.read-more-btn, .read-more-btn-2 {
    border: none;
    padding: 5px 30px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    z-index: 99;
    font-size: 17px;
    margin-top: 10px;
}
.read-more-btn:before, .read-more-btn:after {
    content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 3px -3px #000;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.read-more-btn-2:before, .read-more-btn-2:after{
  background: #eff3f4;
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  box-shadow: 0px 3px 3px -3px #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*======================= COMMON HEADING STYLE ============================*/
.common-heading-style {
    width: 100%;
}
.common-heading-text {
    background: #343334;
    line-height: 36px;
margin-bottom: 10px;
}
.common-heading-text .read-more-left {
    background: #ff4444;
    padding: 0 20px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    padding-top: 4px;
    font-size: 24px;
}
.common-heading-text .read-more-left a {
    color: #fff;
}
.common-heading-text .read-more-left:before {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    left: 99.3%;
    top: 0;
    border-top: 40px solid #ff4444;
    border-right: 35px solid transparent;
    border-bottom: 0;
    border-left: 0;
}
.common-heading-text .read-more-right {
    float: right;
    padding-right: 15px;
    font-size: 22px;
    line-height: 40px;
}
.common-heading-text .read-more-right a {
    color: #fff;
}
/* ======================= VIDEO ICON ======================*/
.video-icon, .video-icon-2{
  position: relative;
}
/* ======================= CATEGORY NEWS SECTIONS ======================= */
.category-section{
  padding-top: 32px;
  padding-bottom: 24px;
  background: #eff3f4;
}
.category-top-news{
  position: relative;
    margin-bottom: 10px;
}
.category-top-news-heading{
  position: absolute;
    width: 100%;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 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;
}
.category-top-news-heading h2{
  margin: 0;
font-size: 20px;
line-height: 24px;
}
.category-news-list{
  position: relative;
    margin: 0;
    padding: 0;
}
.category-news-list li{
  list-style: none;
    display: inline-block;
    width: 100%;
}
.category-news-list li a {
    display: inline-block;
    padding: 7px;
    background: #eff3f4;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 7px;
}
.category-news-list-2 li{
  background: #fff;
}
.category-news-list-2 li a {
  border: none;
  display: inline-block;
  padding: 0;
  padding-bottom: 7px;
  background: #fff;
  width: 100%;
  border-bottom: 1px dashed #adb5bd;
}
.category-news-list-2 li:last-child a{
  padding-bottom: 0;
  border: none;
}
.category-news-left {
    width: 40%;
    float: left;
    padding-right: 3%;
}
.category-news-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding-top: 1px;
    min-height: 62px;
    max-height: 62px;
}
.category-news-right h3 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin: 0;
}
/* ======================= CATEGORY BLOCK NEWS SECTIONS ======================= */
.block-category-news{
  margin-bottom: 15px;
}
.block-category-img{
  position: relative;
}
.block-category-text{
  background-color: #fff;
  position: relative;
  padding: 5px;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
}
.block-category-text span{
  color: #eb1111;
  font-size: 14px;
  line-height: 14px;
}
.block-category-text h2{
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
/*  ======================= FOOTER AREA ======================= */
.footer-wrapper {
    background: #fff;
    padding: 32px 0;
    border-top: 1px solid #b6b4b6;
    margin-top: 10px;
}
.footer {
    text-align: center;
    color: #111;
}
.footer-logo {
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
}
.social-icon {
    padding: 0;
    list-style-type: none;
}
.social-icon li {
    display: inline-block;
    margin-right: 10px;
    padding-top: 2px;
}
.social-icon li a {
    font-size: 16px;
    color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    transition: all 0.7s ease-in;
    background: transparent;
    display: inline-block;
}
.social-icon li .facebook {
    background: #3b5999;
    border: 2px dotted transparent;
}
.social-icon li .twitter {
    background: #55acee;
    border: 2px dotted transparent;
}
.social-icon li .youtube {
    background: #c4302b;
    border: 2px dotted transparent;
}
.social-icon li .instagram {
    background: #e4405f;
    border: 2px dotted transparent;
}
.social-icon li a .fa {
    font-size: 16px;
    color: #fff;
}
.bottom-btns {
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
}
.bottom-btns-list {
    list-style-type: none;
    display: contents;
}
.bottom-btns-list li {
    display: inline;
    text-align: center;
    padding: 0 5px;
    padding-top: 12px;
}
.bottom-btns-list li a {
    color: #000;
    font-size: 14px;
    font-family: serif;
}
.footer p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 21px;
    font-size: 14px;
    color: #868080;
}
.footer .copyright {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
}
.bongosoft-logo {
    width: 97px;
    margin: auto;
}
/* ================= Banner area =================== */
.banner-1{
  text-align: center;
  margin-top: 5px;
}
.banner-2{
  text-align: center;
  margin-top: 5px;
}

/* ==================================================
                  CATEGORY PAGE
================================================== */
.breadcrumb-mobile {
    background: #eff3f4;
    margin: 15px 0;
    padding: 6px 8px;
}
.breadcrumb-mobile > li {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb-mobile > li > a {
    color: #e74c4f;
    font-size: 22px;
}
.breadcrumb-mobile > li {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb-mobile > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.category-page-section .block-category-text{
  background: #eff3f4;
}
.category-page-section .block-category-text h2{
  line-height: 20px;
}
.category-page-section .banner-1{
  margin-bottom: 22px;
}
.category-page-section .cat-btn{
  margin-bottom: 28px;
  padding: 5px 20px;
  color: #fff;
}
.category-page-section .cat-btn:before, .cat-btn:after{
  background: #f14b4b;
}


/* ==================================================
                  ARCHIVE PAGE
================================================== */
.archive-page-breadcrumb {
  margin-top: 25px;
}
.archive-heading h3 {
  font-size: 22px;
  margin: 0;
  padding-left: 13px;
}
.archive-wrapper {
  padding: 13px 0px 10px;
  background: #eff3f4;
  margin-bottom: 14px;
  margin-top: 0px;
  display: flow-root;
  text-align: center;
}
/* .archive-heading {
  float: left;
  width: 24%;
  text-align: right;
} */
.archive-btn-wrapper {
  float: left;
  width: 25%;
}
.date-picker-main {
  float: left;
  width: 45%;
  padding-left: 2%;
  padding-right: 2%;
}
.archive-btn-wrapper {
  position: relative;
}
.archive-search-btn {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border: 0;
  line-height: 33px;
  width: 100%;
  text-align: center;
  background: #ff4444;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 1px solid transparent;
}
.archive-search-btn:before {
  background: #fff;
  color: #ff4444;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.category-news-left{
  position: relative;
}
.category-news-left span {
  background: #282828;
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.archive-page-section .category-news-list li a{
  background: #eff3f4;
}
/* ==================================================
                  VIDEO CATEGORY PAGE
================================================== */
.video-catagory-single {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}
.video-catagory-image {
    position: relative;
}
.video-catagory-text {
    position: relative;
    background: #fff;
    color: #000;
    width: 90%;
    margin: auto;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
    padding: 5px 7px;
    margin-top: -15px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 5px 5px -5px #000;
}
.video-catagory-text h2 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin: 0;
}
.video-icon .fa-video-camera, .video-icon-2 .fa-video-camera, .block-category-img .fa-video-camera{
  padding-left: 2px;
  height: 34px;
  line-height: 35px;
  border-radius: 20%;
}
/* ==================================================
                  DETAILS PAGE
================================================== */
.details-text h1{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.author-title {
    margin: 5px 0 10px;
    border-top: 2px solid #ababab;
    border-bottom: 2px solid #ababab;
    padding: 4px 2px;
}
.author-title h4 {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}
.details-img {
    position: relative;
    margin-bottom: 12px;
}
.image-caption {
    padding: 5px;
    display: block;
    text-align: center;
    background-color: #e9f5f5;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    width: 100%;
    margin: 0;
}
.details-news p{
  margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}
.author-title p {
    line-height: 22px;
    font-size: 14px;
    margin: 0;
    display: inline;
}
.author-title p i{
  padding-right: 6px;
}
.tag-ul {
    padding: 0;
    margin: 15px 0;
    border-top: 2px solid #ababab;
    border-bottom: 2px solid #ababab;
    padding: 10px 2px 0;
}
.tag-ul li {
    margin-right: 5px;
    color: #000;
    list-style: none;
    display: inline-block;
    font-size: 14px;
}
.tag-ul li a {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    border: 1px solid #958888;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 0;
    transition: .5s;
}
.facebook-comment h2{
  padding: 5px;
font-size: 18px;
color: #fff;
background: #dc3545;
text-align: center;
}
.title-bottom-news {
    border-top: 2px solid #c73339;
    border-bottom: 1px dashed #c73339;
    margin-bottom: 8px;
    margin-top: 10px;
}
.title-bottom-news h2 {
    font-size: 24px;
    line-height: 42px;
    color: #565656;
    margin: 0;
}
.details-page-section .block-category-text {
    background: #eff3f4;
}
.category-breadcrumb .breadcrumb>li>a {
    color: #e74c4f;
    font-size: 22px;
}
 .second {
    font-size: 18px!important;
    line-height: 28px!important;
}
.bg-gray {
    background: #eff3f4;
}
.load-more {
    width: 100%;
    text-align: center;
    display: block;
    margin: 14px 0 0;
}
.load-more a {
    background: #fff;
    border-radius: 10px;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 700;
    color: #064893;
}
