/*
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 */
::-webkit-scrollbar
{
 width: 8px;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
            background-color: #fff;
            border: 1px solid #cacaca;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; 
}
a:hover, a:focus{
	outline:0!important;
}
p:last-child
{
	margin-bottom:0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.header_1
{
	position:absolute;
	width:100%;
	z-index:5;
}
.my_list .elementor-icon-list-item
{
	border: 1px solid #eee;
    padding: 2px 15px !important;
    margin: 5px 3px !important;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 4px 3px #33333326;
}