.finance-page-content .wpb_text_column li:before {content:none;}
.finance-page-content .wpb_text_column ul{list-style-type:square !important;}
.footer-top-widgets ul#menu-services-nav li:before {content:none;}
.footer-top-widgets ul#menu-services-nav{list-style-type:square !important;}
.big-title{font-size: 50px;}
.widget_categories ul li:before {font-family: "Font Awesome 5 Free"; font-weight: 900;}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {font-weight: 900;}
.post-grid-btn>a { padding-left: 0px!important; font-size: 15px!important;}
.post-grid-btn>a:hover { color: #0052a5!important;	padding-left: 5px!important;}
.post-grid-title>h3 {font-weight: 600!important;}
.area-desc, .area-title, .area-tags{ text-align:center;}
.area-title{font-size: 20px; font-weight: 600; font-family: Montserrat;}
.area-desc{color: #848892;     margin-bottom: 0px;}
.area-tags{font-size: 12px; color: #0052a5; font-weight: 600;}
.area-icon{margin-bottom: 0px;}
.services-excerpt{    margin-bottom: 0px !important;}
/* styles for '...' */ 
.services-excerpt div {
overflow: hidden;
    position: relative;
    line-height: 18px;
    max-height: 54px;
    text-align: justify;
    margin-right: -8px;
    padding-right: 14px;
}
/* create the ... */
.services-excerpt div:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 5px;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.services-excerpt div:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.search-form:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}