/*
Theme Name: Consultab
Theme URI: https://wordpress.iqonic.design/consultab-elementor/
Author: the iQonic team
Author URI: https://iqonic.design/
Description: Consultab brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2019 works great in many languages, for any abilities, and on any device.
Version: 2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: consultab
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/

.services-menu-dropdown.custom-elementor-template {
    position: absolute;
    width: 100%;
    top: 100%;
    display: none;
    z-index: 5;
}

header.two.menu-sticky .services-menu-dropdown.custom-elementor-template {
    position: fixed;
    top: 84px;
}

.service-dropdown-trigger i.fa.fa-angle-down.toggledrop {
	display: none;
}

.service-dropdown-trigger .dropdown-icon {
	margin-left: 10px;
}

.htmegamenu-content-wrapper.sub-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.services-menu-dropdown-mobile {
	display: none;
	height: 400px;
    overflow-y: scroll;
}

header nav .services-menu-dropdown-mobile ul {
	float: unset;
    display: block;
    width: 100%;
    max-width: 100%;
    background: unset;
    padding: 0;
    margin: 0;
}

header nav .services-menu-dropdown-mobile ul li a {
	padding: 5px !important;
}

.active-services-mobile .services-menu-dropdown-mobile {
	display: block;
}

header.two.menu-sticky .navbar-light .navbar-toggler {
    right: 5px !important;
    top: 10px !important;
}