/*
 Theme Name:   Intelligent Concrete
 Theme URI:    https://rstheme.com/products/wordpress/kulluu/
 Description:  Intelligent Concrete
 Author:       Rob Unizycki
 Author URI:   http://robiscreative.com
 Template:     kulluu
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

 
 .services-header::after {
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:100%!important;
  display:inline-block!important;
  background: -moz-linear-gradient(bottom, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%)!important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5)))!important;
  background: -webkit-linear-gradient(bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%)!important;
  background: -o-linear-gradient(bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%)!important;
  background: -ms-linear-gradient(bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%)!important;
  background: linear-gradient(to top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%)!important;
  mix-blend-mode: multiply!important;
}