
/*=======press======*/
.press_header .press_header_banner{
   height:500px;
}
.press_header .header_content_wrap{
   top:150px;
}
.latest_articles .articles_tag{
   background:rgba(255, 255, 255, 0.7);
   line-height:38px;
}
.latest_articles .latest_content:after{
   content:"";
   position:absolute;
   height:50%;
   width:100%;
   z-index:-1;
   top:50%;
   left:0;
   background:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
   border-radius:0 0 16px 16px;
}
.all_articles .articles_search .form-control{
   height:52px;
   padding-left:45px;
}
.all_articles .articles_search .form-control::placeholder{
   color:rgba(0, 0, 0, 0.4);
}
.all_articles .articles_search .search_icon{
   top:13px;
   left:20px;
}
.all_articles .all_article_list{
   background:#F2F2F2;
   padding:5px;
   border-radius:30px;
}
.text-truncate-2{
   width:100%;
   text-overflow:ellipsis;
   display:-webkit-box;
   overflow:hidden;
   -webkit-line-clamp:2;
   -webkit-box-orient:vertical;
   line-height20px;
}
.blog_header_content{
   max-width:950px;
}
.rounded_bullet{
   width:24px;
   height:24px;
   background:#116DF4;
}
.blog_social_icon{
   width:44px;
   height:44px;
   border:1px solid #F2F2F2;
   display:flex;
   align-items:center;
   justify-content:center;
}
.blog_social_icon:hover{
   background:#116DF4;
    border-color:#116DF4;
}
.blog_social_icon:hover img{
   filter: invert(100%) sepia(100%) saturate(93%) hue-rotate(362deg) brightness(224%);
}
.responses_block .responses_group{
   border-bottom:1px solid rgba(0, 0, 0, 0.05);
}
.responses_block .responses_group .form-control{
   height:52px;
   border-radius:12px;
}
.responses_block .sort_by{
   padding-right:36px;
   background-size:14px !important;
   filter: grayscale(1);
}
.blog_tab{
   max-width:1110px;
   background:#F8F8F8;
}
.blog_tab li a{
   display:block;
   text-decoration:none;
   padding:12px 22px;
   white-space:nowrap;
}
.blog_tab li a.active, .blog_tab li a:hover{
   background:#000;
   color:#fff;
   border-radius:50px;
}
.font-mona-sans{font-family: "Mona Sans", sans-serif !important;}
.fs-50{font-size:50px !important;}
.bg-yellow {
    background-color: #EDEA52 !important;
}
.d-lg-block {
        display: block !important;
    }
.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.top_section .menu_top {
    background: rgba(255, 255, 255, 0.3);
}
.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.h-100 {
    height: 100%!important;
}
.d-flex {
    display: flex!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
ul {
    margin: 0;
}
.top_section .menu_top li a {
    text-decoration: none;
    padding: 10px 25px;
    display: block;
}
@media (max-width: 1399.98px) {
.top_section .menu_top li a {
    padding: 10px 19px;
}
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.col-xl-4 {
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%
}
/*=======press======*/
