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

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

section#serivce_cat {
    position: relative;
    top: -60px;
}

section#serivce_catt {
    position: relative;
    top: -60px;
}

.elementor-image-box-title {
    position: relative;
    top: -11px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  
 	i.fas.fa-key{
     top: 20px !important;
	}
	
	i.far.fa-arrow-alt-circle-down{
		top: 50px !important;
	}
  
}

@media (min-width: 320px) and (max-width: 480px) {
  
	i.fas.fa-key{
     top: 20px !important;
	}
	
	i.far.fa-arrow-alt-circle-down{
		top: 50px !important;
	}
}