/*
Theme Name: Toplax Child
Template:   toplax
Theme URI: https://1.envato.market/toplax-wp
Description: Manufacturing WordPress Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: toplax-child
*/

.our-process-image .image-anime,
.border-radius{border-radius: 12px !important;}

/* About US Page CSS  */
.page-hero{
	position: relative;	
}

.page-hero:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, #0D376DB3 0.02%, #0D376DB3 100%) !important;
	height: 100%;
	width: 100%;
}


.image-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(13, 55, 109, 0) 0%,
    rgba(13, 55, 109, 0.6) 100%
  );
  pointer-events: none;
}