.newsroom_new section{margin-top: 3rem !important}
.author-page section{margin-top: 3rem !important}
#filter-news a {
    text-decoration: none;
  }
  
#filter-news nav { width: 100% ;z-index: 99; }
#filter-news ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
    position: relative;
  }
#filter-news li {
    color: #333333;
    display: block;
    float: left;
    padding:1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
  }
    
#filter-news li a , #filter-news .dropdown>li>a{
 background: #fff;
    display: block;
    text-decoration: none;
    color: #333;

  }

  #filter-news .dropdown{min-width: 500px}
  #filter-news .months-width{min-width: 362px;}
  #filter-news ul li ul.months-width li {    width:auto; float: left;  min-width: 120px;}
  #filter-news .dropdown>li>a{ border:1px solid #e6e8ea; border-top: none; border-left:none;}
  /* #filter-news .arrow .topic li:nth-child(3), #filter-news .dropdown li:nth-child(6), #filter-news .dropdown li:nth-child(9) {
    border-right:1px solid #e6e8ea  } */
  
  #filter-news .dropdown>li{ padding:0; margin-left:0}
  #filter-news .dropdown>li>a:hover{background: #F7F7F7;}
  #filter-news li a:hover {color: #D72027;    cursor: pointer;  }
  
  #filter-news  ul li ul {
    background: #fff;
    visibility: hidden;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none; border: 1px solid #e6e8ea;
  }
  
  #filter-news ul li ul::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,.1) transparent;
}
#filter-news ul li ul::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
#filter-news  ul li:hover > ul,   #filter-news ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
#filter-news ul li ul li {
    width: 50%; float: left
  }

  #filter-news ul.arrow::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
#filter-news ul.arrow:hover::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #D72027
}
#filter-news .select-filter{color: #efefef;
    background: #d72027;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;}
    
#filter-news .select-filte button {
    background-color: transparent;
    color: var(--fms-badge-text-color);
    border: 0;
    font-weight: 900;
    cursor: pointer;
}

#filter-news .select-filte button:hover {    filter: contrast(50%)}

.b-bor-1-grey{border-bottom: 1px solid #ccc;}
.b-bor-4-red{border-bottom: 4px solid #D72027;}
.bor-dash-1{border:1px dashed #D9D7D7; margin: 20px 0;}
.red{color:#D72027}
.mar-l-0{margin-left:0}
.font16{font-size: 16px;}
.font14{font-size: 14px;}
.font20{font-size:20px}
.font12{font-size:12px}
.font34{font-size:34px}
.font24{font-size:24px}
.line-height{line-height: 24px;}
.mar-t10{margin-top:10px}
.fr{float:right}

#featured-authors{background: #F7F7F7; width: 100%; height: 400px; padding: 30px; display: flex;}
#featured-authors .author-info{min-height: 66px}
#featured-authors .owl-slider .owl-carousel .item .author-info img {  display: block;  width: 60px;  height: 60px;  border-radius: 50%;
  float: left; margin-top: 0px;}
#featured-authors .owl-slider .owl-carousel .item .author-info p{margin:0 0 5px 70px}

/* #featured-authors .owl-slider .owl-carousel .item img {
    display: block;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    float: left;
} */
/* #featured-authors .owl-slider .owl-carousel .item p{margin:10px 0 -5px 10px; float:left} */
#featured-authors .owl-slider .owl-carousel .item .description{margin:10px 0 20px 0; min-height:82px}
#featured-authors .owl-slider .owl-nav div,#featured-authors .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
#featured-authors .owl-slider .owl-nav div,#featured-authors .owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(247 247 247) !important;
    color:#f7f7f7
}
  #featured-authors .owl-slider .owl-nav .owl-prev, #featured-authors .owl-slider .owl-nav button.owl-prev {
    left: -49px; top:125px
  }
  #featured-authors .owl-slider .owl-nav .owl-prev::after, #featured-authors .owl-slider .owl-nav button.owl-prev {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: -30%;
    border: 3px solid #E2E2E2;
    border-top: none;
    border-right: none;
    transform: translateX(50%) translateY(50%) rotate(47deg);
  }
  #featured-authors .owl-slider .owl-nav .owl-prev:hover::after, #featured-authors .owl-slider .owl-nav button.owl-prev:hover::after {
    border: 3px solid #D72027;
    border-top: none;
    border-right: none;
    transform: translateX(50%) translateY(50%) rotate(47deg);
  }
  #featured-authors .owl-slider .owl-nav .owl-next::after, #featured-authors .owl-slider .owl-nav button.owl-next::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: -35%;
    border: 3px solid #E2E2E2;
    border-top: none;
    border-right: none;
    transform: translateX(50%) translateY(50%) rotate(225deg);
  }
  #featured-authors .owl-slider .owl-nav .owl-next:hover::after, #featured-authors .owl-slider .owl-nav button.owl-next:hover::after {
    border: 3px solid #D72027;
    border-top: none;
    border-right: none;
    transform: translateX(50%) translateY(50%) rotate(225deg);
  }
  #featured-authors .owl-slider  .owl-nav .owl-next,
#featured-authors .owl-slider  .owl-nav button.owl-next {
    right: -35px; top:125px;
  }

#featured-authors .owl-slider .owl-dots {
    text-align: center;
    padding-top: 10px;
  }
#featured-authors .owl-slider .owl-dots .owl-dot,
#featured-authors .owl-slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    border:1px solid  #ccc;
    margin: 0 3px;
  }
  #featured-authors .owl-slider .owl-dots .owl-dot.active,
#featured-authors .owl-slider .owl-dots button.owl-dot.active {    background-color: #000;
  }
#featured-authors .owl-slider .owl-dots button.owl-dot:focus {outline: none}
  #featured-authors .owl-slider .owl-nav div span,#featured-authors .owl-slider .owl-nav button span {
      font-size: 70px;position: relative;top: -5px;  }
#featured-authors .owl-slider .owl-nav button:focus {outline: none}
#featured-authors .owl-slider .owl-carousel .owl-item{background: #fff; border:1px solid #CCCCCC; padding:15px 10px 15px 15px; height: 240px; display: block;}
/*#featured-authors .owl-slider .owl-carousel .owl-item img {*/
/*    display: block;*/
/*    width: 20% !important;*/
/*    height: 20% !important;*/
/*    border-radius: 50% !important;*/
/*    border:1px solid #b1b1b1*/
/*}*/


#featured-authors .owl-carousel .owl-stage-outer {height:250px !important }


#featured-authors .bi {    width: 1em;    height: 1em;    vertical-align: -.1em;}
#featured-authors h2 {    font-size: 1.75rem;    font-weight: 700;    color: #2b2b2b;
    line-height: 40px; margin-bottom: 20px}
.news-card-section .news_card {
  width: 100% !important;  height: 100%;  background: #fff !important;
  border: .25px solid #707070;  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.29);
  border-radius: 10px; padding:10px; margin-bottom: 20px; min-height:400px}
.news-card-section .news_card picture {width: 100%; height:300px}
.news-card-section .news_card picture.featured-img{height: auto;}
.news-card-section .card-body {padding: .5rem}

.news-card-section .news_card .news-thumb{border-radius: 10px; height: 100%;  object-fit: cover;}
.news-card-section .news_card .category-name{font-size: .6875rem;  font-weight: 600;  color: #fff;
  background:#707070;  border-radius: 5px; padding:5px; text-align: center;display: inline-block; position:absolute; top:20px ; left:20px}
.news-card-section .news_card .tags {font-size: .6875rem;font-weight: 600;color: #fff;
background:#d72027;border-radius: 10px; padding:5px; text-align: center;display: inline-block; float:left}
.news-card-section .news_card .news-title{font-size: 18px; clear: both; line-height: 24px;}
.news-card-section .news_card .news-details {  font-size: .875rem;  font-weight: 400;   color: #808184; min-height: 100px;}
.news-card-section .news_card .news-date{float:right; margin-bottom: 8px;}
.news-card-section .author-info img {  display: block;  width: 60px;  height: 60px;  border-radius: 50%;
  float: left; margin-top: 10px;border: 1px solid #cccccc}
.news-card-section .author-info p{margin:17px 0 -10px 80px; color:#333333}
.news-card-section .author-info .description{margin:20px 0 20px 0; float:left; }

.newsroom_new_details section{margin-top: 2rem !important}
.news-details-banner{height: auto;  margin: 0 0 20px 0; object-fit: cover; border: .25px solid #e2e2e2}
.newsroom_new_details .category-name{font-size: .6875rem;  font-weight: 600;  color: #fff;
background:#707070;  border-radius: 10px; padding:5px; text-align: center;display: inline-block}
.newsroom_new_details .tags {font-size: .6875rem;font-weight: 600;color: #fff;
background:#d72027;border-radius: 10px; padding:5px; text-align: center;display: inline-block}
.newsroom_new_details .author-info {width:70%; float: left}
.newsroom_new_details .author-info img {  display: block;  width: 60px;  height: 60px;  border-radius: 50%;
  float: left; margin-top: 10px;border: 1px solid #cccccc}
.newsroom_new_details .article-content img{width: auto;}
.newsroom_new_details .author-info p{margin:1px 0 0px 80px; color:#333333}
.newsroom_new_details .author-info .designation{margin:10px 0 0 80px; color:#333333}
.newsroom_new_details .author-info .description{margin:20px 0 20px 0; float:left; } 
.newsroom_new_details .about-author{background: #F7F7F7; padding:30px;}
.newsroom_new_details .about-author .author-name{font-size:34px}

.newsroom_new_details .about-author .leadership_linkedin {  margin-left: 1rem;  width: 2rem; right: 34px;
  position: absolute;  top: 29px;}



#new-details-top .social-media, #news-details .social-media {display: flex;align-items: center; float: right;}
#news-details .social-media p{ line-height: 32px}
#news-details .social-media .social-icons { margin-left: 1rem; display: flex;margin-top: -20px;}
#news-details .news-date {   font-size: 12px;  display: flex; float: right;}
#news-details .social-media .col-lg-2{width: 15%}



section#related_article{margin-top:60px}
#related_article .heading{border-bottom: 1px solid #D9D7D7;  padding: 20px 0 20px 0; font-size:34px; margin-bottom: 30px; color:#333333}
#related_article a:hover {color:#333333}
#related_article .heading span{padding-bottom: 16px}

section#latest-articles{margin-top:60px}
#latest-articles .heading{border-bottom: 1px solid #D9D7D7;  padding: 20px 0 20px 0; font-size:25px; margin-bottom: 30px;color:#333333}
#latest-articles .heading span{padding-bottom: 16px}
#latest-articles .category-name{font-size: .6875rem;  font-weight: 600;  color: #fff;
  background:#d72027;  border-radius: 10px; padding:5px; text-align: center;display: inline-block; margin-left:10px}
#latest-articles .tags {font-size: .6875rem;font-weight: 600;color: #fff;
  background:#707070;border-radius: 10px; padding:5px; text-align: center; display:inline-block}

.article_card:first-child .bor-dash-1{border:0;}
#latest-articles .article_card  picture {width: 100%}
#latest-articles .article_card  a:hover {color:#333333}
#latest-articles .article_card .news-thumb{border-radius: 10px;height:100%;  object-fit: cover; border:.25px solid #e2e2e2;}
#latest-articles .article_card .category-name{font-size: .6875rem;  font-weight: 600;  color: #fff;
    background:#707070;  border-radius: 5px; padding:5px; text-align: center;display: inline-block; position:absolute; top:5px ; left:10px}
#latest-articles .article_card .tags {font-size: .6875rem;font-weight: 600;color: #fff;  background:#d72027;border-radius: 10px; padding: 2px 10px; text-align: center;display: inline-block}
#latest-articles a.more{text-align: center; font-size: 14px; text-decoration: none;  cursor: pointer;background:#d72027; color:#ffffff; padding: 5px 20px; margin: 0 auto;  display: block;}
#latest-articles a.less{text-align: center; font-size: 14px; text-decoration: none; cursor: pointer;background:#d72027; color:#ffffff; padding: 5px 20px; margin: 0 auto; display: block;}

.news-card-section a.more{text-align: center; font-size: 14px; text-decoration: none;  cursor: pointer;background:#d72027; color:#ffffff; padding: 5px 20px; margin: 0 auto}
/*.news-card-section a.less{text-align: center; font-size: 14px; text-decoration: none; cursor: pointer;background:#d72027; color:#ffffff; padding: 5px 20px; margin: 0 auto; display: block;}*/
.news-card-section a.more:hover{  background-color: #555;color: white;}

.news-card-section .less{text-align: center; font-size: 20px; text-decoration: none; cursor: pointer;padding: 5px 20px; margin: 0 auto; display: none}

.news-card-section #view-more .column{float: left;}

.contact-brand-section .container .row .subscribe-div .section-content1 {color: #fff; width:100%;    font-size: 1rem;    margin:1rem 0 2rem 0; text-align:center}

.contact-brand-section .container .row .subscribe-div .section-heading {    margin-bottom: 0;    color: #fff;}
.contact-brand-section .container .row .subscribe-div {    padding:2rem 0 0 0;    background: linear-gradient(109.94deg,#068 -5.46%,#002a36 117.07%);    display: flex;
    flex-direction: column;    align-items: center;}

.contact-brand-section .container .row .subscribe-div a{color:#ffffff}


#about-author .about-author{background: #F7F7F7; padding:30px;}
#about-author .about-author .author-name{font-size:34px; float: left;}
#about-author .about-author .author-name a:hover {color: #333333; text-decoration:underline;}
#about-author .about-author .leadership_linkedin {  margin-left: 1rem;  width: 2rem; margin-top: 0.2rem;}
#about-author .about-author p {color:#333333}
#about-aut hor .about-author img{}
#about-author .about-author .auth-img{width:236px; height:236px; display: block;margin: 0 auto;border: 1px solid #b1b1b1; border-radius: 50%}

.divider{top: 1420px;  left: 339px;  width: 765px;  height: 68px;  background: transparent radial-gradient(closest-side at 50% 50%, #CECECE 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;}
.view-article{line-height: 39px;  display: inline-block;  float: left;  margin-left: 30px;  color: #D72027; position: relative;}
.view-article:after {    content: "";    position: absolute;    top: 100%;    height: 1px;    width: 100%;    left: 0;    background-color: #d72027;    transition: .4s ease-out all .1s;
}
.view-article:hover {text-decoration: none;color: #d72027}
.view-article:hover:after {background-color: #d72027;width: 50%;left: 25%;transition: .2s ease-out all .1s}
.fl {float: left !important;}
a.red-cta.f1 {float: left;}
@media screen and (max-width: 992px){
  #about-author .about-author img{margin: 20px auto !important; display: block}
  #about-author .about-author .author-name{font-size: 25px;width: 80%;float: left;}
  #related_article .container .font24, #latest-articles .container .font24{font-size: 20px !important; line-height: 25px;}
  #latest-articles .article_card .tags{margin-top: 20px;}
  #about-author .about-author .auth-img{width:150px !important; height:150px !important}
  section#breadcrumb{display:none}
  .contact-brand-section .container .row .subscribe-div .mobile-iframe{width:80%; height: 500px;}
  #view-more .col-lg-4 a .news_card{min-height: auto !important}


  #subcribe-button{margin-top: 0 !important; font-size: 14px !important; height:30px !important; line-height: 30px !important; display: inline; padding:0 10px !important}
  #new-details-top .pt-4{padding-top: 0 !important}
  .lh-50{line-height: 30px !important;}
  #new-details-top{width: 100% !important;}
.newsroom_new_details .article-content img {height: auto;}
.newsroom_new_details .author-info{margin-top:-10px}
	


.fliter-by {line-height: 25px !important;}
.selectdiv {padding: 0 5px 0 10px; margin:0 auto; }
.selectdiv:after {right: 15px !important;}
.selectdiv select {font-size: 14px !important;padding: 0px 9px !important;  }
.clear-filter {text-align: center;}
.form-control {width: 100% !important;}


  #featured-authors .author-info {
    text-align: -webkit-center;
  }

  #featured-authors .owl-slider .owl-carousel .item .author-info img {
    float: inherit !important;
  }
  #featured-authors .owl-slider .owl-carousel .item .author-info .font16 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #featured-authors .owl-slider .owl-carousel .item .author-info p {
    margin: 0 !important;
    text-align: center;
  }
  #featured-authors .owl-slider .owl-carousel .item .description {
    margin-top: 18px;
  }
  #featured-authors .owl-slider .owl-carousel .item .description {
    margin-top: 10px;
    font-size: 12px !important;
    text-align: center;
  }
  #featured-authors .owl-slider .owl-carousel .owl-item{height:271px !important;}
  #featured-authors .owl-carousel .owl-stage-outer{height:271px !important;}
  
   #featured-authors .owl-slider .owl-carousel .item p a {
    text-align: center;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1024px){
#new-details-top h2{font-size: 28px !important}
.fliter-by {    line-height: 25px !important  }


#featured-authors .owl-carousel .owl-stage-outer{height:310px !important;}
#featured-authors .author-info {
    text-align: -webkit-center;
  }

  #featured-authors .owl-slider .owl-carousel .item .author-info img {
    float: inherit !important;
  }
  #featured-authors .owl-slider .owl-carousel .item .author-info .font16 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #featured-authors .owl-slider .owl-carousel .item .author-info p {
    margin: 0 !important;
    text-align: center;
  }
  #featured-authors .owl-slider .owl-carousel .item .description {
    margin-top: 18px;
  }
  #featured-authors .owl-slider .owl-carousel .item .description {
    margin-top: 10px;
    font-size: 12px !important;
    text-align: center;
  }
  #featured-authors .owl-slider .owl-carousel .owl-item {
    height: 310px !important;
  }
  #featured-authors {
    height: 470px !important;
  }
  #featured-authors .owl-slider .owl-carousel .item p a {
    text-align: center;
    display: block;
  }

}



@media only screen and (device-width: 768px) {/* For general iPad layouts */
      #featured-authors .owl-slider .owl-carousel .owl-item{height:280px !important}
      .newsroom_new_details #new-details-top .author-info {width: 80%; float: left;}
      
      
      #featured-authors .owl-carousel .owl-stage-outer{height: 310px !important;}
      #featured-authors {
    height: 460px !important;
  }
  #featured-authors .owl-slider .owl-carousel .item p a {
    text-align: center;
    display: block;
  }
      
      }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {  /* For landscape layouts only */ 
        
        #about-author .about-author .auth-img
        
        
        #featured-authors .owl-carousel .owl-stage-outer{height: 310px !important;}
        #featured-authors .owl-slider .owl-carousel .owl-item{height:310px !important}
        #featured-authors .owl-slider .owl-carousel .item p a {
    text-align: center;
    display: block;
  }
        

      } 
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: landscape) { 
    #filter-news ul.arrow::after{right: -15px;} 
    #filter-news ul li ul{left: -108px !important}
    #filter-news ul li ul::before {left: 120px !important}
    #filter-news ul li ul::after {left: 123px !important}
    #filter-news .dropdown>li>a{font-size: 12px;}
    #filter-news ul li ul li{width: 30% !important}
   
    #about-author .about-author img{width:30%}


    .newsroom_new_details .author-info{margin-top:-10px}
    
     #featured-authors {
    height: 450px !important;
  }
     #featured-authors .owl-slider .owl-carousel .owl-item{height:310px !important}
     #featured-authors .owl-carousel .owl-stage-outer {
    height: 310px !important;
  }

  #featured-authors .owl-slider .owl-carousel .owl-item {
    height: 310px !important;
  }
  #featured-authors .owl-slider .owl-carousel .item p a {
    text-align: center;
    display: block;
  }
  #featured-authors .owl-slider .owl-carousel .item .description {
    min-height: 50px;
  }
 #featured-authors .owl-carousel .owl-stage-outer {
    height: 310px !important;
  }
}
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: portrait) { #filter-news ul li ul li {  clear: both  !important}
  
  #latest-articles .container .font24{font-size: 20px !important; line-height: 25px;}
  
  #featured-authors .owl-slider .owl-carousel .owl-item{height:310px !important}
  #featured-authors {
    height: 450px !important;
  }
  #featured-authors .owl-slider .owl-carousel .item p a {
    text-align: center;
    display: block;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation: portrait) { #filter-news ul li ul li {  clear: both  !important}
  #filter-news li{padding:.1rem !important; font-size:13px}
  #filter-news .dropdown>li>a{border-right: 1px solid #e6e8ea;}
  #filter-news ul.arrow::after{right: -15px;} 
  #filter-news ul.arrow:hover::after{right: -15px;}
  #filter-news .container1{padding:0 .5rem !important}
  #news-details .social-media{float: right !important; margin: 15px !important;}
 .news-card-section .flex-row{flex-direction:column !important}


 .newsroom_new_details .author-info {width: 70%;  margin-top: -10px;}
 .newsroom_new_details .author-info p {  margin: 15px 0 0px 70px;  color: #333333;  font-size: 14px}
 .newsroom_new_details .news-date{margin-left: 10px;}
}

a#loadMore {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #d72027;
  color: #ffffff;
  margin: 0 auto;
  display: block;
    width: 160px;
    height: 40px;
    line-height: 27px;
}
.btn.loadMoreBtn {
  color: #f70000;
  text-align: center;
}

.btn.loadMoreBtn:hover {
  text-decoration: none;
}
img.owl-lazy.auth-img{
  height: 160px;
}

img.news-thumb.card-img-top.not-thumb{
  object-fit: contain !important;
}
section #about-author{
  margin-top: 2.75rem;
}
.heateor_sss_sharing_title{
  font-weight: normal !important;
  color: #808184 !important;
}
.cta.filter_cat{padding: 10px !important;}

#main_section_newsroom a.cta {
  font-size: 11px;
  font-weight: 700;
  color: #d72027;
  text-transform: uppercase;
  border-radius: 2em;
  border: 1px solid #d72027;
  padding: 6px 16px;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}
#main_section_newsroom .cta:hover {
  color: #efefef;
  background: #d72027;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#main_section_newsroom .cta.highlight {
  color: #efefef;
  background: #d72027;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#main_section_newsroom a.cta1 {
  font-size: 11px;
  font-weight: 700;
  color: #d72027;
  text-transform: uppercase;
  border-radius: 2em;
  border: 1px solid #d72027;
  padding: 6px 1.5rem;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}
#main_section_newsroom .cta1:hover {
  color: #efefef;
  background: #d72027;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#main_section_newsroom .cta1.highlight {
  color: #efefef;
  background: #d72027;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}


#view-more .col-lg-4 a .news_card {
    min-height: 700px }
/*.heateor_sss_sharing_title {*/
/*    font-weight: normal !important;*/
/*    color: #808184 !important;*/
/*     float: left;*/
/*    padding: 5px 15px 0 0;*/
/*}*/


/* Arrow Breadcrumb */
.breadcrumb ol li{margin-left: 3rem !important}
.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem .5rem;margin-bottom:1rem;list-style:none;background-color:#f7f7f7;border-radius:.25rem;font-size:12px}
.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
  content: '';
}
.breadcrumb-arrow {  height: 20px;  line-height: 20px;}
.breadcrumb-arrow .breadcrumb-item:first-child a {  border-radius: 4px 0 0 4px;}
.breadcrumb-arrow .breadcrumb-item,.breadcrumb-arrow .breadcrumb-item a,
.breadcrumb-arrow .breadcrumb-item span {  display: inline-block;  vertical-align: top;}
.breadcrumb-arrow .breadcrumb-item:not(:first-child) {  margin-left: -1px;}
.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item:before {  padding: 0; content: "";}
.breadcrumb-arrow .breadcrumb-item a,
.breadcrumb-arrow .breadcrumb-item.active {  height: 20px;  padding: 0 10px 0 25px;
  line-height: 20px;  color: #C6322D;}
.breadcrumb-arrow .breadcrumb-item a {  position: relative;  color: #333333;  text-decoration: none;  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;}
.breadcrumb-arrow .breadcrumb-item a:after,.breadcrumb-arrow .breadcrumb-item a:before {  position: absolute;  top: -1px;
  width: 0;  height: 0;  content: '';  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;}
.breadcrumb-arrow .breadcrumb-item a:before {  right: -10px;  z-index: 3;  border-left-color: #F7F7F7;  border-left-style: solid;
  border-left-width: 10px;}
.breadcrumb-arrow .breadcrumb-item a:after {right: -11px;  z-index: 2;  border-left: 11px solid #d3d3d3}
.breadcrumb-arrow .breadcrumb-item a:focus,.breadcrumb-arrow li a:hover {color:#C6322D}
.breadcrumb-arrow .breadcrumb-item a:focus:before,.breadcrumb-arrow li a:hover:before {}
.breadcrumb-arrow li.active:after,.breadcrumb-arrow li.active:before {  border-left-color: #2494be;}
.breadcrumb-arrow .breadcrumb-item .fa-home:before{font-size:16px;}
/*section space reduced*/
section#about-author { margin-top: 60px}
section#breadcrumb {margin-top: 0;}

.clear-filter{ color: #fff;border: none;padding: 0 0 0 10px; cursor: pointer; display:block; text-decoration: underline !important}

.TopBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #d72027;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 0;
}

.TopBtn:hover {
  background-color: #555;color: white;
}
#filter-news nav {display:none;}

.news-card-section a.more{background:#d72027;color:#fff;padding:.7rem 3.6rem;border:0;font-size:16px;transition:1s;overflow:hidden;position:relative;display:inline-block}
.news-card-section a.more:focus{outline:0}.red-cta:before{content:'';display:block;position:absolute;background:rgba(255,255,255,.5);width:60px;height:100%;left:0;top:0;opacity:.5;filter:blur(30px);transform:translateX(-100px) skewX(-15deg)}
.news-card-section a.more:after{content:'';display:block;position:absolute;background:rgba(255,255,255,.2);width:30px;height:100%;left:30px;top:0;opacity:0;filter:blur(5px);transform:translateX(-100px) skewX(-15deg)}
.news-card-section a.more:hover{background:#d72027;color:#fff;cursor:pointer}.red-cta:hover:before{transform:translateX(300px) skewX(-15deg);opacity:.6;transition:1s}.red-cta:hover:after{transform:translateX(300px) skewX(-15deg);opacity:1;transition:1s}
.news-card-section a.more:hover:before {  transform: translateX(300px) skewX(-15deg);  opacity: .6;  transition: 1s;}
.news-card-section a.more:before {  content: '';  display: block;  position: absolute;  background: rgba(255,255,255,.5);  width: 60px;  height: 100%;  left: 0;  top: 0;  opacity: .5;
  filter: blur(30px);  transform: translateX(-100px) skewX(-15deg);}
  
a#loadMore{background:#d72027;color:#fff;border:0;font-size:16px;transition:1s;overflow:hidden;position:relative;display:block; margin:40px auto;}
a#loadMore:focus{outline:0}.red-cta:before{content:'';display:block;position:absolute;background:rgba(255,255,255,.5);width:60px;height:100%;left:0;top:0;opacity:.5;filter:blur(30px);transform:translateX(-100px) skewX(-15deg)}
a#loadMore:after{content:'';display:block;position:absolute;background:rgba(255,255,255,.2);width:30px;height:100%;left:30px;top:0;opacity:0;filter:blur(5px);transform:translateX(-100px) skewX(-15deg)}
a#loadMore:hover{background:#d72027;color:#fff;cursor:pointer}.red-cta:hover:before{transform:translateX(300px) skewX(-15deg);opacity:.6;transition:1s}.red-cta:hover:after{transform:translateX(300px) skewX(-15deg);opacity:1;transition:1s}
a#loadMore:hover:before {  transform: translateX(300px) skewX(-15deg);  opacity: .6;  transition: 1s;}
a#loadMore:before {  content: '';  display: block;  position: absolute;  background: rgba(255,255,255,.5);  width: 60px;  height: 100%;  left: 0;  top: 0;  opacity: .5;
  filter: blur(30px);  transform: translateX(-100px) skewX(-15deg);}

.lh-60{line-height: 60px}
.lh-50{line-height: 70px}



#subcribe-button{padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px ;
  color: #ffffff;
  background-color: #d72027 !important; display: block; height: 50px; float: right;margin-top: 55px;}
#subcribe-button a{color:#ffffff}
  #new-details-top{width: 75%; margin:  0 auto;}
  .heateor_sss_sharing_title{font-size: 13px !important;}
  
  
  
.form-control:selected{color: #ffffff; background: red;}

.form-control:active{font-weight: bolder;}

.form-control{width: 31%; display: inline-block;margin-right: 10px;color:#E7101E;}
select#all_topics,select#all_months,select#all_years{color:#000000;}

#pagination_data .load-more{background:#d72027;color:#fff;padding:.7rem 3.6rem;border:0;font-size:16px;transition:1s;overflow:hidden;position:relative;display:inline-block}
#pagination_data .load-more:focus{outline:0}.red-cta:before{content:'';display:block;position:absolute;background:rgba(255,255,255,.5);width:60px;height:100%;left:0;top:0;opacity:.5;filter:blur(30px);transform:translateX(-100px) skewX(-15deg)}
#pagination_data .load-more:after{content:'';display:block;position:absolute;background:rgba(255,255,255,.2);width:30px;height:100%;left:30px;top:0;opacity:0;filter:blur(5px);transform:translateX(-100px) skewX(-15deg)}
#pagination_data .load-more:hover{background:#d72027;color:#fff;cursor:pointer}.red-cta:hover:before{transform:translateX(300px) skewX(-15deg);opacity:.6;transition:1s}.red-cta:hover:after{transform:translateX(300px) skewX(-15deg);opacity:1;transition:1s}
#pagination_data .load-more:hover:before {  transform: translateX(300px) skewX(-15deg);  opacity: .6;  transition: 1s;}
#pagination_data .load-more:before {  content: '';  display: block;  position: absolute;  background: rgba(255,255,255,.5);  width: 60px;  height: 100%;  left: 0;  top: 0;  opacity: .5;
  filter: blur(30px);  transform: translateX(-100px) skewX(-15deg);}
    
  #main_section_newsroom a.cta.active{color:#ffffff}
  .clear-filter{ color: #fff;border: none;padding:0 0 0 0; cursor: pointer; display:block; text-decoration: underline !important}

  #main_section_newsroom .cta {
    font-size: 11px;
    font-weight: 700;
    color: #d72027;
    text-transform: uppercase;
    border-radius: 2em;
    border: 1px solid #d72027;
    padding: 6px 16px !important;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out; cursor: pointer; display: block;
  }
  #main_section_newsroom .cta:hover {
    color: #efefef;
    background: #d72027;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
  }
  
  #main_section_newsroom .cta.highlight {
    color: #efefef;
    background: #d72027;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
  }
  .cta.filter_cat{}
  .newsroom_new section{margin-top: 1.5rem !important;}
  
  
  .news-card-section .small-heading {
  font-size: .6875rem;
  font-weight: 600;
  color: #fff;
  background: #707070;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px; color: #ffffff  !important;
}

.loader-img{background: url(../gif/preloader.gif) no-repeat; width: 84px; height: 84px;}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.filter-band {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  line-height: 36px;
  display: block;
  width: 100%;
}

.fliter-by {
  line-height: 45px;
 text-align: center;
}
.selectdiv {
  float: left;
  max-width: 250px;
  position: relative;
  font-size: 14px;
}

.selectdiv:after {
  content: "\f078";
  font: normal normal normal 13px/1 FontAwesome;
  color: #ea101e;
  right: 26px;
  top: 15px;
  height: 34px;
  position: absolute;
  pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  max-width: 320px;
  height: 35px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
      .selectdiv {
    max-width: 33% !important;
}

}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
 .selectdiv {
    max-width: 33% !important;
}
}