.cs_slide h2,
.cs_iconbox h2,
.cs_post #post_header {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
}
.cs_post .cs_post_info #post_sumary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; 
}
.cs_iconbox .clamp,
.cs_slide .cs_iconbox .clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; 
}
@media (max-width: 991px) {
    .cs_footer_row .cs_footer_col {
        width: calc(100% - 20px);
    }
}
.cs_footer.cs_style_1 .cs_social_btns.cs_style_1 a {
    border-color: #000;
    color: #000;
}
.cs_gescout_sticky {
  background-color: #f1f1f1;
  color: #393939;
}
.cs_site_header.cs_style_1:not(.cs_heading_color) .cs_nav_list > li > a {
    color: #000;
}
}
.cs_nav .cs_nav_list {
    background-color: #f1f1f1;
    color: #393939;
    padding: 100px 15px 15px;
}
@media screen and (max-width: 1199px) {
    .cs_nav .cs_nav_list {
        background-color: #f1f1f1;
        color: #393939;
        padding: 100px 15px 15px;
    }
}
@media screen and (max-width: 1199px) {
    .cs_menu_toggle {
        color: #000;
    }
}
.cs_page_heading {
    height: 300px;
    padding: 120px 0 50px;
}
.cs_fs_30 {
    font-size: 30px;
    line-height: 1.28em;
}
@media screen and (min-width: 992px) {
    #widget_center{
        padding-left: 50px;
    }
}
.cs_site_header.cs_style_1 .cs_main_header_right {
    gap: 32px;
}

.cs_site_branding img {
  height: 65px;
  width: auto;
}
@media (max-width: 1400px) {
    .cs_site_branding img {
        height: 50px;
        width: auto;
    }
}
.cs_half_bg_wrap .cs_half_bg_top {
    top: 0;
    height: 60%;
}