.text-right
{
    text-align: right;
}
.text-sm{
    font-size: 10px;
}
.text-md{
    font-size: 20px;
}
.text-blue{
    color:blue;
}
.membership-col
{
    border: 1px solid #fce6de;
    box-shadow: 0px 0px 1px 2px #fce6de;
    padding: 40px;
    border-radius: 10px;
    min-height: 286px
}
.div-center
{
    display: flex;
    justify-content: center;
}
    /* video overlay */
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s ease;
        /* background-color: #8e8e8e; */
      }
      
      .overlay {
        opacity: 1;
      }
      /* .vdo-con:hover .overlay {
        opacity: 1;
      } */
      
      .myicon {
        color: red;
        /* font-size: 100px; */
        font-size: 20px;
        border: 1px solid #000;
        border-radius: 37px;
        padding: 10px;
        background: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        opacity: 0.8;
      }
      
      .fa-video:hover {
        color: #fa656e;
      }
      
      .video-news-area {
        margin-top: -177px !important;
        padding-top: 199px !important;
        background: #a30013 !important;        
      }
    .home-all-post{
      margin-top: 35px;
    /* border-top: 2px dashed #3A434B; */
    }
    .latest-post.pt-55 {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    .scroll-news{
      margin-top: 35px;
    /* border-top: 2px dashed #3A434B; */
    padding-top: 0px  !important;
    padding-bottom: 56px;
    }
    /*marquee*/
    marquee { 
      background: #e3001b;
      color: white;
     }
    .li {
      float: left;
    /* width: 80%; */
    padding: 2%;
    margin: 1% 0%;
    /* height: 20px; */
    border-radius: 0.5em;
    box-shadow: 0 0.1em 0.5em;
    }
    /* .dashed-border-left{
      border-left: 2px dashed #3A434B;
    }
    .dashed-border-bottom{
      border-bottom: 2px dashed #3A434B;
    }
    .pl-20{
      padding-left:20px;
    } */
    /* .top-news{
      background: #F0F0F1;
    padding: 30px;
    } */
    .read-more-btn{
      border: 2px solid #50585F;
      line-height: 40px;
      padding: 0 15px;
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      color: #222;
      margin-top: 15px;
    }
    .heading:after {
      content: "";
      display: block;
      border-top: 3px solid #e3001b;
      width: 50px;
      margin: 5px 0;
    }
    .heading{
      color:#e3001b;
    }
    .topbar-trending > span {
      background: #e3001b !important;
    }
    .trending-news-post-items {
      border-top: unset !important;      
      border-bottom: 2px dashed #DADCDD;
    }
    .trending-news-post-items {
      padding-top: unset !important;
      margin-top: unset !important;
  }
  blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline;
  }