/*
	Template: consulting
	Theme Name: Consulting Child Theme
	Theme URI: http://consulting.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
	Version: 4.0.2
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
	Text Domain: consulting-child-theme
*/


:root {
	--bg-color: #002f47;
	--text-color: #f5f5f5;
	--title-color: #D69340;
	--menu-item-color: #D69340;
	--underline-color: #D69340;
}


*, html {
	scroll-behavior: smooth !important;
}

#home,
#about-us,
#our-expertise,
#insights,
#contact-us,
#main {
	background: var(--bg-color) !important;
}



/*
.main_menu_nav a:hover {
	color: pink !important;
}
*/

/*
.container {
	background: rgba(211, 211, 211, 0.5) !important;
}
*/

.comment-body .comment-text p,
.wpb_text_column.wpb_content_element p {
    color: var(--text-color) !important;
}

.header-box .container {
	background: var(--bg-color);
}







.is-active {
	color: var(--menu-item-color) !important;
}


.alt-menu-link {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	display: block;
	text-align: center;
}

.thin {
	font-weight: 100;
}

.main-menu-nav a {
	text-decoration: none !important;
	text-align: center;
	display: inline;
}




.h2:after, h2:after {
	margin: 23px auto 0 !important;
	background: var(--underline-color:) !important;
}


.fa-linkedin {
	font-size: 20px !important;
	margin-right: 100px;
	color: var(--menu-item-color);
}


/* top icon */
#scrollUp {
	background: var(--menu-item-color) !important;
}
.top-icon {
    stroke: var(--bg-color) !important;
}

.page_title.disable_title {
	display: none;
}