/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px; }

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

body {
  font-family: "Montserrat", sans-serif;
  background: #1b1b1d url(../img/body-bg.png) center 66px no-repeat;
  background-size: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    body {
      font-size: 18px;
      line-height: 23px; } }

p {
  color: #fff;
  line-height: 1.625rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #fd4600;
  font-weight: bold; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.pa0 {
  padding: 0px !important; }

.bb0 {
  border-bottom: none !important;
  padding-bottom: 0px !important; }

.empty-space34 {
  height: 34px;
  width: 100px;
  display: block; }

.gm-wrapper {
  position: relative;
  width: 100%; }

.gm-container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

@media screen and (min-width: 768px) {
  .gm-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (min-width: 1200px) {
  .gm-container {
    max-width: 1270px;
    padding-right: 15px;
    padding-left: 15px; } }
.top_ad {
  text-align: center;
  margin-bottom: 15px; }
 .ads__container {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    background: #EAEAEA;
    text-align: center;
    max-width: 990px;
    min-height: 100px;
}
.top_ad_bg{
  background: #EAEAEA;
  padding-top: 2px;
  display: inline-block;
  width:100%;
  max-width:990px;
  min-height: 113px;
}
.top_ad .ads__container{
  min-height: 95px;
  padding-top: 0px;
  line-height: 0px;
}
.post-listing-area .ads__container {
    margin-bottom: 20px;
    padding: 2px 5px 5px;
}
  .top_ad img {
    max-width: 100%; }
    .adtext {
      font-size: 11px;
      color: #4a4a58;
      line-height: 16px;
      text-align: center;
      text-transform: uppercase;
  }
  @media (max-width:575px){
    .top_ad .gm-container{
      padding:0px;
      line-height: 0px;
    }
    .top_ad_bg{
      min-height: 273px;
    }
  }
/* page title */
.page-title {
  border-bottom: 5px solid #2a293b;
  padding-bottom: 8px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .page-title h1, .page-title h2, .page-title h3{
    background-color: #ed0000;
    color: #fff;
    font-size: 20px;
    padding: 1px 8px;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
  }
  .page-title .post-share {
    margin-left: auto;
    line-height: 0px; }
    .page-title .post-share li {
      display: inline-block; }
      .page-title .post-share li:not(:last-child) {
        margin-right: 6px; }
      .page-title .post-share li a {
        display: block; }
      .page-title .post-share li svg {
        width: 31px;
        height: 31px; }
      .page-title .post-share li:firt-child svg path {
        fill: #2e51a7; }
      .page-title .post-share li:nth-child(2) svg path {
        /*fill: #0f83e2;*/ }

/* page heading */
.page-top-head {
  margin-bottom: 18px; }
  .page-top-head h3, .page-top-head h1 {
    font-size: 34px;
    line-height: 42px;
    font-weight: bold;
    color: #fff; }
  .page-top-head .post-meta {
    margin-bottom: 6px; }
    .page-top-head .post-meta li {
      display: inline-block; }
      .page-top-head .post-meta li, .page-top-head .post-meta li a {
        font-size: 12px;
        line-height: 14px;
        color: #2989da; }
      .page-top-head .post-meta li:not(:last-child) {
        border-right: 1px solid #2989da;
        padding-right: 5px; }
  .page-top-head p {
    font-size: 16px;
    line-height: 24px;
    color: #fff; }

/* page content area */
.content-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .content-area .left-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
    padding: 0 15px; }
  .content-area .sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
    padding: 0 15px; }

/*--------------------------------------------------------------
    Sidebar
--------------------------------------------------------------*/
.sidebar {
  line-height: 0px; }
  .sidebar .ad_300X250 {
    text-align: center;
    margin-bottom: 26px; }
    .sidebar .ad_300X250 p {
      font-size: 14px;
      line-height: 16px;
      font-weight: 300;
      color: #4a4a58;
      text-align: center;
      margin-bottom: 9px; }
  .sidebar .gm-widget {
    margin-bottom: 27px; }
    .sidebar .gm-widget .widget-head h2 {
      background-color: #ed0000;
      color: #fff;
      font-size: 20px;
      padding: 1px 8px;  
     }
    .sidebar .gm-widget .widget-body .sidebar-event {
      margin-top: -10px; }
      .sidebar .gm-widget .widget-body .sidebar-event img {
        width: 100%;
        height: auto;
        display: block; }
      .sidebar .gm-widget .widget-body .sidebar-event .home-evt-thumb {
        display: none; }
  .sidebar .swiper-button-next, .sidebar .swiper-button-prev {
    top: 50%; }

/*--------------------------------------------------------------
    widget
--------------------------------------------------------------*/
.gm-widget {
  margin-bottom: 40px; }
  .gm-widget .widget-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 5px solid #2a293b;
    padding-bottom: 4px; }
    .gm-widget .widget-head h2 {
      font-weight: 700; 
      line-height: 26px;
      background-color: #ed0000;
      color: #fff;
      font-size: 20px;
      padding: 1px 8px;
      text-transform: uppercase;
    }
    .gm-widget .widget-head .all-link {
      margin-left: auto; }
      .gm-widget .widget-head .all-link a {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 14px;
        color: #fcaf2d;
        font-weight: bold; }
  .gm-widget .widget-body {
    padding-top: 20px; }

@media (max-width: 991px) {
  .empty-space34 {
    height: 0px; }

  .content-area .left-content, .content-area .sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .content-area .sidebar {
    margin-bottom: 20px; }

  .home-slider-pag {
    margin-bottom: 8px; }

  .sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .sidebar > .ad_300X250 {
      display: none; }
    .sidebar .ad_300X250 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .sidebar .gm-widget {
      -ms-flex: 0 0 calc(100% - 15px);
      flex: 0 0 calc(100% - 15px);
      max-width: calc(100% - 15px); }
      .sidebar .gm-widget:not(:last-child) {
        margin-right: 30px; } }
@media (max-width: 767px) {
  body {
    background: #1b1b1d; }

  .gm-widget {
    margin-bottom: 20px; }

  .content-area {
    margin: 0 -10px; }
    .content-area .left-content {
      padding: 0 10px; }
    .content-area .sidebar {
      margin-bottom: 14px;
      padding: 0 10px; }
      .content-area .sidebar .gm-widget {
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);
        max-width: calc(100%); }
        .content-area .sidebar .gm-widget:not(:last-child) {
          margin-right: 0px; }

  .page-top-head {
    margin-bottom: 13px;
    margin-top: -8px; }
    .page-top-head h3, .page-top-head h1 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 4px; }
    .page-top-head .post-meta {
      margin-bottom: 5px; }
    .page-top-head p {
      font-size: 14px;
      line-height: 22px; } }
/*--------------------------------------------------------------
   Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  margin-bottom: 11px; }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .breadcrumb ul li, .breadcrumb ul li a {
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      font-weight: 500; }
    .breadcrumb ul li:not(:last-child) {
      margin-right: 11px; }
    .breadcrumb ul li:last-child {
      padding: 2px 9px;
      background-color: #fcaf2d;
      border-radius: 12px;
      color: #000; }
       .breadcrumb ul li:last-child a{
        display: inline-block;
        color:#000;
       }

/*--------------------------------------------------------------
  Home Story Slider
--------------------------------------------------------------*/
.slide-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .slide-post > a {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 302px);
    flex: 0 0 calc(100% - 302px);
    max-width: calc(100% - 302px); }
  .slide-post .sp-thumb {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    position: relative;
    width: 100%;
    height: 100%; }
    .slide-post .sp-thumb img {
      width: 100%;
      display: block;
      height: auto; }
  .slide-post .sp-des {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 302px;
    flex: 0 0 302px;
    max-width: 302px;
    padding: 31px 40px 23px 17px;
    background-color: #292838; }
    .slide-post .sp-des h3 {
      font-size: 22px;
      color: #fff;
      line-height: 24px;
      margin-bottom: 7px; }
    .slide-post .sp-des P {
      font-weight: 300;
      line-height: 26px;
      font-size: 16px; }
    .slide-post .sp-des .more-link {
      text-align: right;
      margin-top: 9px;
      margin-right: -26px; }
      .slide-post .sp-des .more-link a {
        font-size: 13px;
        line-height: 14px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fcaf2d; }

/* slide navigation */
.swiper-button-next svg, .swiper-button-prev svg {
  width: 32px;
  height: 32px; }
  .swiper-button-next svg polygon, .swiper-button-prev svg polygon {
    fill: #fff; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  display: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 6px; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 6px; }

/* slider dots */
.swiper-pagination {
  position: static;
  margin-top: 14px; }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 1;
  outline: none;
  box-shadow: inset 2px 4px 1px rgba(0, 0, 0, 0.4); }
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff0500; }

@media (max-width: 767px) {
  .slide-post > a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .slide-post .sp-thumb {
    padding-top: calc(591.44 / 1127.34 * 100%); }
  .slide-post .sp-des {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px; }
    .slide-post .sp-des .more-link {
      margin-right: 0px; }

  .swiper-button-next, .swiper-button-prev {
    top: 141px; } }
  .post-detail ol {
      margin: 0px 0px 27px 20px;
  }

@media (max-width: 575px) {
  .home-slider {
    margin-right: -10px;
    margin-left: -10px; }

  .swiper-button-next, .swiper-button-prev {
    top: 20%; } }
/*--------------------------------------------------------------
  Post Grid
--------------------------------------------------------------*/
.post-grid {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .post-grid .pg-item {
    line-height: 0px;
    margin-bottom: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px; }
    .pg-item + .ads_middle {
      margin-bottom: 30px;
    }
    .post-grid .pg-item .pg-thumb {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
      flex: 0 0 176px;
      max-width: 176px; }
      .post-grid .pg-item .pg-thumb img {
        width: 100%;
        height: auto;
        display: block; }
      .post-grid .pg-item .pg-thumb a {
        position: relative;
        display: inline-block; }
      .post-grid .pg-item .pg-thumb .thumb-icon {
        position: absolute;
        bottom: 7px;
        left: 7px; }
        .post-grid .pg-item .pg-thumb .thumb-icon svg {
          fill: #fff;
          height: 25px;
          width: 25px; }
    .post-grid .pg-item .pg-des {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 176px);
      flex: 0 0 calc(100% - 176px);
      max-width: calc(100% - 176px);
      padding-left: 14px; }
      .post-grid .pg-item .pg-des a {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #fff; }

@media (max-width: 991px) {
  .post-grid .pg-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .post-grid .pg-item:nth-child(3n) ~ .pg-item {
      margin-bottom: 33px; }
    }
@media (max-width: 767px) {
  .post-grid {
    margin: 0 -10px; }
    .post-grid .pg-item {
      padding: 0 10px;
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 25px; }
      .post-grid .pg-item:nth-child(3n) ~ .pg-item {
        margin-bottom: 25px; }
      .post-grid .pg-item:last-child {
        margin-bottom: 0px !important; }
      .post-grid .pg-item .pg-thumb {
        -ms-flex: 0 0 127px;
        flex: 0 0 127px;
        max-width: 127px; }
      .post-grid .pg-item .pg-des {
        -ms-flex: 0 0 calc(100% - 127px);
        flex: 0 0 calc(100% - 127px);
        max-width: calc(100% - 127px); }
        .post-grid .pg-item .pg-des a {
          font-size: 12px;
          line-height: 20px; } }
/*--------------------------------------------------------------
  Top News
--------------------------------------------------------------*/
.top-news {
  line-height: 0px; }
  .top-news ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .top-news ul li:not(:last-child) {
      margin-bottom: 17px; }
    .top-news ul li .tn-thumb {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 116px;
      flex: 0 0 116px;
      max-width: 116px;
      position: relative; }
      .top-news ul li .tn-thumb img {
        width: 100%;
        height: auto;
        display: block; }
      .top-news ul li .tn-thumb a {
        display: block;
        height: 100%;
        width: 100%; }
      .top-news ul li .tn-thumb .thumb-icon {
        position: absolute;
        bottom: 7px;
        left: 7px; }
        .top-news ul li .tn-thumb .thumb-icon svg {
          fill: #fff;
          height: 25px;
          width: 25px; }
    .top-news ul li .tn-des {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 116px);
      flex: 0 0 calc(100% - 116px);
      max-width: calc(100% - 116px);
      padding-left: 7px; }
      .top-news ul li .tn-des, .top-news ul li .tn-des a {
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        color: #fff;
        margin-top: -2px;
        display: inline-block; }

/*--------------------------------------------------------------
   Search Input
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }
  .search-popup.showSearchPopup {
    display: block; }
  .search-popup .gm-container {
    margin-top: 193px;
    position: relative; }
    .search-popup .gm-container .close-btn {
      position: absolute;
      top: -65px;
      right: 15px;
      cursor: pointer; }
      .search-popup .gm-container .close-btn svg {
        height: 32px;
        width: 32px; }
        .search-popup .gm-container .close-btn svg g {
          fill: #fff; }
  .search-popup form {
    width: 100%; }
    .search-popup form input[type="text"] {
      height: 50px;
      width: 100%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 40px;
      margin-bottom: 7px; }
      .search-popup form input[type="text"]:focus {
        outline: none; }
      .search-popup form input[type="text"]::-webkit-input-placeholder {
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300; }
      .search-popup form input[type="text"]:-ms-input-placeholder {
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300; }
      .search-popup form input[type="text"]::placeholder {
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300; }
    .search-popup form label {
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      text-transform: uppercase; }

@media (max-width: 991px) {
  .search-popup .gm-container .close-btn {
    right: 20px; } }
@media (max-width: 767px) {
  .search-popup .gm-container {
    margin-top: 53px; }
    .search-popup .gm-container .close-btn {
      right: 10px;
      top: -40px; }
      .search-popup .gm-container .close-btn svg {
        width: 20px;
        height: 20px; }
  .search-popup form input[type="text"] {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 2px;
    height: 45px; }
    .search-popup form input[type="text"]::-webkit-input-placeholder {
      font-size: 30px; }
    .search-popup form input[type="text"]:-ms-input-placeholder {
      font-size: 30px; }
    .search-popup form input[type="text"]::placeholder {
      font-size: 30px; } }
/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/
header {
  margin-bottom: 20px;
  position: relative; }
  header::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 66px;
    background-color: #292838; }
  header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: 66px;
    left: 0px;
    background-color: #1b1b1d; }
  header .header-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  header .logo {
    position: relative;
    top: 9px;
    z-index: 10; 
    width:90px;
  }
    header .logo a {
      display: block; }
  header nav {
    margin-left: 175px;
    padding-top: 22px; }
    header nav li {
      display: inline-block; }
      header nav li:not(:last-child) {
        margin-right: 53px; }
      header nav li a {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        color: #fff; }
  header .search-input {
    padding-top: 24px;
    margin-left: auto;
    cursor: pointer;
    line-height: 0px; }
    header .search-input svg {
      width: 19px;
      height: 19px;
      fill: #fff; }

@media (max-width: 1199px) {
  header nav {
    margin-left: auto; } }
@media (max-width: 991px) {
  header nav li:not(:last-child) {
    margin-right: 30px; }

  header nav li a {
    font-size: 15px; } }
@media (max-width: 767px) {
  header {
    border-bottom: none;
    margin-bottom: 15px; }
    header::before {
      height: 45px; }
    header::after {
      display: none; }
    header .logo {
      width: 57px;
      order: 1;
      top: 8px; }
    header nav {
      order: 3;
      flex: 0 0 calc(100% + 10px);
      overflow-y: auto;
      position: relative;
      z-index: 10;
      padding-top: 20px;
      margin-right: -10px;
      text-align: center;
    }
    header nav::-webkit-scrollbar{
        display: none
    }
      header nav ul {
        display: inline-flex;
        margin-right: 10px; }
        header nav ul li {
          white-space: nowrap; }
          header nav ul li a {
            font-size: 14px; }
    header .search-input {
      order: 2;
      padding-top: 14px; } }
/*--------------------------------------------------------------
   footer
--------------------------------------------------------------*/
footer {
  background-color: #272736;
  padding-bottom: 10px; }
  footer .footer-nav {
    padding: 10px 0px;
    border-bottom: 1px solid #131321;
    margin-bottom: 10px; }
    footer .footer-nav ul {
      text-align: center; }
      footer .footer-nav ul li {
        display: inline-block; }
        footer .footer-nav ul li:not(:last-child) {
          margin-right: 50px; }
        footer .footer-nav ul li a {
          font-size: 16px;
          text-transform: uppercase;
          line-height: 18px;
          color: #fff; }
  footer .social-links {
    margin-bottom: 8px; }
    footer .social-links .social-hd {
      font-size: 14px;
      text-transform: uppercase;
      color: #7d7d94;
      text-align: center;
      line-height: 16px;
      margin-bottom: 10px; }
    footer .social-links ul {
      text-align: center;
      line-height: 0px; }
      footer .social-links ul li {
        display: inline-block;
        line-height: 0px; }
        footer .social-links ul li:not(:last-child) {
          margin-right: 10px;
          padding-right: 10px;
          position: relative; }
          footer .social-links ul li:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0px;
            height: 25px;
            width: 1px;
            background-color: #161624;
            transform: translatey(-50%);
            -webkit-transform: translatey(-50%);
            -moz-transform: translatey(-50%); }
        footer .social-links ul li svg {
          width: 32px;
          height: 32px; }
          #logo-twitter{
            border: 1px solid #5d5d70;
            border-radius: 50%;
          }
  footer .copyright-txt {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #7d7d94; }

.footer-ad {
  text-align: center;
  background-color: #151517;
  padding: 20px 15px;
  line-height: 0px; }
  .footer-ad img {
    max-width: 100%; }

@media (max-width: 767px) {
  footer .footer-nav ul li:not(:last-child) {
    margin-right: 30px; } }
@media (max-width: 575px) {
  footer .footer-nav .gm-container {
    overflow-y: scroll;
    padding-right: 0px; }
    footer .footer-nav .gm-container::-webkit-scrollbar{
        display: none
    }
  footer .footer-nav ul {
    display: inline-flex;
    margin-right: 10px; }
    footer .footer-nav ul li:not(:last-child) {
      margin-right: 30px; }
    footer .footer-nav ul li a {
      font-size: 14px;
      line-height: 16px;
      white-space: nowrap; } }
/*--------------------------------------------------------------
  Events
--------------------------------------------------------------*/
.event-single img {
  width: 100%;
  height: auto;
  display: block; }
.event-single .swiper-container {
  margin: 0 -15px; }
.event-single .sidebar-evt-thumb {
  display: none; }
.event-single .swiper-slide {
  padding: 0 15px;
  flex-grow: 1;
  flex-shrink: unset; }
.event-single .swiper-button-next, .event-single .swiper-button-prev {
  display: none; }

@media (max-width:767px){
    .event-single .home-evt-thumb{
        display: none;
    }
    .event-single .sidebar-evt-thumb{
        display: block;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .event-single .swiper-slide{
        margin: 0 auto !important;
    }
}

/*--------------------------------------------------------------
  About us
--------------------------------------------------------------*/
.about-content p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300; }

@media (max-width: 767px) {
  .about-content p {
    font-size: 16px;
    line-height: 25px; }

  .event-single .swiper-container {
    margin-left: -10px;
    margin-right: -10px; }
  .event-single .swiper-slide {
    flex-grow: unset;
    flex-shrink: 0;
    padding: 0px; }
  .event-single .swiper-button-next, .event-single .swiper-button-prev {
    display: flex;
    top: 50%; } }
/*--------------------------------------------------------------
  Post Listing Page
--------------------------------------------------------------*/
.post-listing {
  padding-bottom: 27px; }
  .post-listing .pl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    line-height: 0px;
    align-items: flex-start; }
    .post-listing .pl-item:not(:last-child) {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #383838; }
      .post-listing .pl-item:not(:last-child):nth-last-child(2) {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 40px; }
    .post-listing .pl-item .pl-thumb {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 368px;
      flex: 0 0 368px;
      max-width: 368px;
      position: relative; }
      .post-listing .pl-item .pl-thumb img {
        width: 100%;
        height: auto;
        display: block; }
      .post-listing .pl-item .pl-thumb .thumb-icon {
        position: absolute;
        bottom: 13px;
        left: 13px; }
        .post-listing .pl-item .pl-thumb .thumb-icon svg {
          fill: #fff;
          height: 53px;
          width: 53px; }
    .post-listing .pl-item .pl-des {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 368px);
      flex: 0 0 calc(100% - 368px);
      max-width: calc(100% - 368px);
      padding-left: 20px; }
      .post-listing .pl-item .pl-des h3 {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 5px; }
      .post-listing .pl-item .pl-des p {
        font-size: 16px;
        line-height: 24px;
        color: #fff; }
    .post-listing .pl-item .post-meta {
      margin-bottom: 10px; }
      .post-listing .pl-item .post-meta li {
        display: inline-block; }
        .post-listing .pl-item .post-meta li, .post-listing .pl-item .post-meta li a {
          font-size: 12px;
          line-height: 14px;
          color: #2989da; }
        .post-listing .pl-item .post-meta li:not(:last-child) {
          border-right: 1px solid #2989da;
          padding-right: 5px; }
  .post-listing .load-more {
    text-align: center; }
    .post-listing .load-more button {
      background-color: #fcaf2d;
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      cursor: pointer;
      outline: none;
      border: none;
      border-radius: 20px;
      color: #000;
      height: 40px;
      width: 178px;
      text-transform: uppercase; }
      .post-listing .load-more button:hover {
        background-color: #f1a423; }

@media (max-width: 1199px) {
  .post-listing .pl-item .pl-thumb {
    -ms-flex: 0 0 318px;
    flex: 0 0 318px;
    max-width: 318px; }
  .post-listing .pl-item .pl-des {
    -ms-flex: 0 0 calc(100% - 318px);
    flex: 0 0 calc(100% - 318px);
    max-width: calc(100% - 318px); } }
@media (max-width: 767px) {
  .post-listing .pl-item:not(:last-child):nth-last-child(2) {
    margin-bottom: 26px; }
  .post-listing .pl-item .pl-thumb, .post-listing .pl-item .pl-des {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .post-listing .pl-item .pl-thumb {
    margin-bottom: 6px; }
    .post-listing .pl-item .pl-thumb .thumb-icon {
      bottom: 9px; }
      .post-listing .pl-item .pl-thumb .thumb-icon svg {
        width: 30px;
        height: 30px; }
  .post-listing .pl-item .pl-des {
    padding-left: 0px; }
    .post-listing .pl-item .pl-des h3 {
      line-height: 28px;
      margin-bottom: 8px; } }
/*--------------------------------------------------------------
  photo detail page
--------------------------------------------------------------*/
.photo-list {
  line-height: 0px;
  margin-bottom: 20px; }
  .photo-list .pl-item:not(:last-child) {
    margin-bottom: 37px; }
  .photo-list .pl-item .pl-thumb {
    position: relative;
    margin-bottom: 14px; }
    .photo-list .pl-item .pl-thumb img {
      width: 100%;
      height: auto;
      display: block; }
    .photo-list .pl-item .pl-thumb .thumb-icon {
      position: absolute;
      bottom: 18px;
      left: 21px; }
      .photo-list .pl-item .pl-thumb .thumb-icon svg {
        width: 53px;
        height: 53px;
        fill: #fff; }
  .photo-list .pl-item .pl-cap {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #fff; }

@media (max-width: 767px) {
  .post-detail ol li{
    font-size: 14px;
  }
  .photo-list .pl-item:not(:last-child) {
    margin-bottom: 19px; }
  .photo-list .pl-item .pl-thumb {
    margin-bottom: 9px; }
    .photo-list .pl-item .pl-thumb .thumb-icon {
      left: 9px;
      bottom: 7px; }
      .photo-list .pl-item .pl-thumb .thumb-icon svg {
        height: 30px;
        width: 30px; }
  .photo-list .pl-item .pl-cap {
    font-size: 14px;
    line-height: 21px; } }
/*--------------------------------------------------------------
  video detail page
--------------------------------------------------------------*/
.video-detail {
  margin-bottom: 4px; }
  .video-detail .video-plyr {
    margin-bottom: 6px; }
    .video-detail .video-plyr img {
      width: 100%;
      height: auto;
      display: block; }
  .video-detail .video-cap {
    font-size: 16px;
    line-height: 28px;
    color: #fff; }

.post-comment {
  margin-bottom: 40px; }
  .post-comment img {
    width: 100%;
    height: auto;
    display: block; }

@media (max-width: 991px) {
  .post-comment {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .video-detail {
    margin-bottom: 12px; }
    .video-detail .video-plyr {
      margin-bottom: 3px; }
    .video-detail .video-cap {
      font-size: 14px;
      line-height: 22px; } }
@media (max-width: 575px) {
  .video-plyr {
    margin: 0 -10px; } }
/*--------------------------------------------------------------
  post detail page
--------------------------------------------------------------*/
.post-detail {
  margin-bottom: 20px;
  color: #fff; }
  .post-detail ul {
    list-style: disc;
    padding-left: 20px; }
  .post-detail h2 {
    margin-bottom: 15px; }
  .post-detail p {
    font-size: 16px;
    line-height: 28px;
    color: #fff; }
    .post-detail p:not(:last-child) {
      margin-bottom: 27px; }
    .post-detail p a {
      color: #2989da; }
    .post-detail img{
        height: auto;
    }
    .content-area table{
        margin-bottom: 20px;
    }
    .content-area h2{
        line-height: 32px;
    }
  .post-detail .post-img {
    margin-bottom: 15px; }
    .post-detail .post-img img {
      width: 100%;
      height: auto;
      display: block; }
    .post-detail .post-img .post-img-des {
      font-size: 14px;
      line-height: 22px;
      color: #9d9d9d;
      margin-top: 8px; }

.featured-img {
  margin-bottom: 19px; }
  .featured-img img {
    width: 100%;
    height: auto;
    display: block; }

.similar-news {
  line-height: 0px; }
  .similar-news .widget-head {
    margin-bottom: 5px; }
    .similar-news .widget-head h2 {
      font-size: 25px;
      line-height: 27px; }
  .similar-news .widget-body {
    background-color: #282838;
    padding: 40px; }
    .similar-news .widget-body .sl-grid {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -40px; }
      .similar-news .widget-body .sl-grid li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 40px;
        margin-bottom: 40px; }
        .similar-news .widget-body .sl-grid li:nth-last-child(2), .similar-news .widget-body .sl-grid li:nth-last-child(1) {
          margin-bottom: 0px; }
        .similar-news .widget-body .sl-grid li .sn-thumb {
          position: relative;
          width: 100%;
          min-height: 1px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 116px;
          flex: 0 0 116px;
          max-width: 116px; }
          .similar-news .widget-body .sl-grid li .sn-thumb a {
            position: relative; }
          .similar-news .widget-body .sl-grid li .sn-thumb .thumb-icon {
            position: absolute;
            bottom: 7px;
            left: 7px; }
            .similar-news .widget-body .sl-grid li .sn-thumb .thumb-icon svg {
              fill: #fff;
              height: 25px;
              width: 25px; }
        .similar-news .widget-body .sl-grid li .sn-des {
          position: relative;
          width: 100%;
          min-height: 1px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 116px);
          flex: 0 0 calc(100% - 116px);
          max-width: calc(100% - 116px);
          padding-left: 7px; }
          .similar-news .widget-body .sl-grid li .sn-des, .similar-news .widget-body .sl-grid li .sn-des a {
            font-size: 12px;
            line-height: 18px;
            font-weight: 600;
            color: #fff; }

@media (min-width: 992px) and (max-width: 1199px) {
  .similar-news .widget-body {
    padding: 20px; }
    .similar-news .widget-body .sl-grid {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -20px; }
      .similar-news .widget-body .sl-grid li {
        padding: 0 20px;
        margin-bottom: 20px; }
        .similar-news .widget-body .sl-grid li .sn-thumb {
          position: relative;
          width: 100%;
          min-height: 1px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 126px;
          flex: 0 0 126px;
          max-width: 126px; }
        .similar-news .widget-body .sl-grid li .sn-des {
          position: relative;
          width: 100%;
          min-height: 1px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 126px);
          flex: 0 0 calc(100% - 126px);
          max-width: calc(100% - 126px); } }
@media (max-width: 991px) {
  .similar-news {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .post-detail p {
    font-size: 14px;
    line-height: 28px; }

  .similar-news .widget-body {
    margin: 0 -10px;
    padding: 15px 10px; }
    .similar-news .widget-body .sl-grid {
      margin: 0; }
      .similar-news .widget-body .sl-grid li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        margin-bottom: 25px; }
        .similar-news .widget-body .sl-grid li:nth-last-child(2) {
          margin-bottom: 25px; } }

/*# sourceMappingURL=style.css.map */

/*Below css to fix feature article slider height by naee/av*/
.slide-post{
  min-height:344px;
}
@media (max-width: 767px){
   .slide-post{
      min-height:auto
    }
    .card_detail {
      width: 100% !important;
  }
}

figcaption{
    margin-top: -10px;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #fd4600;
}

.authors-details-section{width: 100%;font-family: 'Montserrat', sans-serif; margin-bottom:30px;}
.authors-details-section .author-main{background-color:#2c2c2c; display:inline-block; width:100%;}
.authors-details-section .details-top{background: url(https://akm-img-a-in.tosshub.com/sites/businesstoday/author-desk-bg.png) no-repeat center top;width: 100%;padding: 20px 0;background-size: cover;}
.authors-details-section .details-top .details-center{display: flex;max-width: 510px;margin: 0 auto;}
.authors-details-section .details-top .details-center .imgarea{}
.authors-details-section .details-top .details-center .imgarea img{border-radius: 100%; border: 7px solid #fff; margin-right:25px; width: 170px; height: 170px;}
.authors-details-section .details-top .details-center .contentarea{padding-top:25px; width: 60%;}
.authors-details-section .details-top .details-center h1{font-size:30px; line-height:34px; color:#fff; font-weight:bold;}
.authors-details-section .details-top .details-center h3{font-size:14px; line-height:18px; color:#C8C8C8; font-weight:normal;margin: 15px 0;}
.authors-details-section .details-top .details-center p{font-size:18px; font-style:italic; line-height:26px; color:#E2E2E2; font-weight:normal;}
.authors-details-section .details-top .details-center p a{color:#E2E2E2; text-decoration:none;}

.authors-details-section .details-bottom{background-color:#2c2c2c; width:94%; padding:30px 0px 0; margin:0 3% 20px; border-bottom:1px solid #666; padding-bottom:30px; box-sizing:border-box}
.authors-details-section .details-bottom p{font-size:16px; line-height:24px; color:#fff; margin:0;}
.authors-details-section .details-bottom a{color:#FC461E; text-decoration:none}

.authors-details-section .follow-section{display: flex;justify-content: center;flex-direction: column;align-items: center; padding-bottom:15px;}
.authors-details-section .follow-section h2{font-size:14px; line-height:26px; color:#C8C8C8; font-weight: normal; margin-bottom: 10px;}
.authors-details-section .follow-section ul{display:flex; list-style:none; padding:0; margin:0; grid-gap:28px;}

.authors-details-section .heading{border-bottom:5px solid #2a293b; padding-bottom:10px; margin-bottom:10px; margin-top:30px;}
.authors-details-section .heading h2{color:#FD4600; font-size:32px; line-height:39px; display:inline-block; width:100%; margin:0;}
.authors-details-section .author-stories{ background-color:#1b1b1b}
.authors-details-section .author-stories ul{list-style:none; padding:0; margin:0;}
.authors-details-section .author-stories ul li{display:flex; grid-gap:18px; border-bottom:2px solid #292929; margin-bottom:18px; padding-bottom:18px;}
.authors-details-section .author-stories ul li .imgsec{}
.authors-details-section .author-stories ul li .contentsec{}
.authors-details-section .author-stories ul li .contentsec h3{font-size:22px; line-height:28px; color:#fff; font-weight:bold; margin:0;}
.authors-details-section .author-stories ul li .contentsec h4{font-size:14px; line-height:28px; color:#2989DA; font-weight:normal; margin:15px 0;}
.authors-details-section .author-stories ul li .contentsec p{font-size:16px; line-height:24px; color:#fff; font-weight:normal; margin:0;}
.authors-details-section #text{display:none;}

.authors-section{width: 100%;font-family: 'Montserrat', sans-serif;}
.authors-section ul{list-style:none; padding:0; margin:0 0 20px; width:100%;display: grid;grid-gap: 17px;grid-template-columns: repeat(3, 1fr);}
.authors-section ul li{width:100%; display:inline-block; background-color:#2c2c2c; border-radius:10px; text-align:center; padding:20px 45px; box-sizing:border-box}
.authors-section ul li img{border-radius:100%; border:7px solid #fff; margin-bottom:10px; width: 170px; height: 170px;}
.authors-section ul li h2{font-size:16px; font-weight:500; line-height:20px; color:#fff; display:block; text-align:center; margin-bottom:10px;}
.authors-section ul li h4{font-size:14px; font-weight:normal; line-height:18px; color:#C8C8C8; display:block; text-align:center;}
.auth-loadmore{background-color:#FCAF2D; border-radius:20px; padding:10px 20px; font-family: 'Montserrat', sans-serif; font-size:18px; line-height:22px; color:#000; font-weight:bold;display: flex;width: auto;max-width: max-content; margin:0 auto;}
.auth-loadmore a{text-decoration:none; color:#000;}
.taboola_area{background-color:#fff;}
@media screen and (max-width:1179px){

}
@media screen and (max-width:767px){
.authors-section ul{grid-template-columns: repeat(1, 1fr);}
.authors-details-section .author-stories ul li{flex-direction: column;}
.authors-details-section .details-top{background: url(https://akm-img-a-in.tosshub.com/sites/businesstoday/author-mob-bg.png) no-repeat center top;background-size: cover;}
.authors-details-section .details-top .details-center{flex-direction: column;max-width: 100%;align-items: center;}
.authors-details-section .details-top .details-center .imgarea img{margin:0;}
.authors-details-section .details-top .details-center .contentarea {text-align: center; width:100%;}
.authors-details-section .author-stories ul li .imgsec img{width:100%;}
.authors-details-section .details-top .details-center .contentarea{padding-top:5px;}
.authors-details-section .details-top .details-center h1{font-size:20px; line-height:26px; color:#fff; font-weight:bold;}
}

@media screen and (max-width:1179px){
.authors-section ul{grid-gap: 15px;}
}
@media screen and (max-width:767px){
.authors-section ul li{width:100%;}

}

.card_detail {
    width: calc(100% - 300px);
}

.post-grid .ads__container {
    margin-bottom: 5px;
}
