/*
Theme Name:Child Theme for Divi
Theme URI: https://wp-ninja.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: https://wp-ninja.net
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */

#home-banner{
	position: relative;
}
#home-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
#home-banner .et_pb_row {
    position: relative;
    z-index: 99;
}
.mission-section h2:after{
	width: 250px;
	height: 2px;
	display: block;
	background: #35453A;
}
/*
body {
	cursor: url('/wp-content/uploads/2024/10/custom-cursor.png'), auto;
}*/