/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


a:focus {
    outline: none !important;
}
.banner_section {
    background-image: url('/wp-content/uploads/2024/09/BG.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.heading-add-job h2 {
    font-size: 30px;
    text-align: center;
}
.elementor-location-footer{
	border-top: 1px solid #f1f1f1a3;
    box-shadow: 6px 10px 6px 10px #eeeeee70;
    padding-top: 20px;
}