/*!
Theme Name: AACC Global
Theme URI: https://webtechnepal.com
Author: Alwin Kansakar
Author URI: http://alwin.com.np
Description: AACC Global is the custom wordpress theme developed by Webtechnepal Pvt Ltd.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aacc-global
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-service-post-type, custom-banner, custom-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children > a {
    color: #fc7837;
    opacity: 1;
}


.sticky-header .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children > a {
    
        background: #fc7837;
    color: #ffffff !important;
    opacity: 1;
}


.cust-padding {

padding-top: 20px;
}


@media only screen and (max-width: 767px) {
    
    
    .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children > a {
    color: #fff;
    opacity: 1;
}
}