/*Hide Page Title at Home Page*/
body.home .home-title-hide {display:none;}

/*Main Menu - Hightlight Parent when child is active*/
ul.elementor-nav-menu li.current-menu-ancestor.menu-item-has-children {background:#01034e;}
ul.elementor-nav-menu li.current-menu-ancestor.menu-item-has-children a {color:#fff !important;}

/*Body Text*/
p {margin-bottom:0;}

/*Sticky Header*/
@media screen and (min-width: 1024px) {
.elementor-sticky--active.elementor-sticky--effects .web-logo img{width:250px;height:auto;text-align:left !important;}
.elementor-sticky--active.elementor-sticky--effects .web-icon-bar {display:none;}
}