  /**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

body{
	overflow-x: hidden;
	font-size: 16px;
	font-weight: 400;
}
a:hover {
	opacity: 1;
	outline: none;
	text-decoration: none;
}
a:focus {
	opacity: 1;
	outline: none;
	text-decoration: none;
}
li {
	list-style-type: none;
}
header.et-l.et-l--header {
    padding: 10px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
}