body, p, span[style*="font-family"], span[style*="font-size"], .lead {
	font-family: var(--siteFont-main) !important;
    font-size: 16px !important;	
    letter-spacing: .05em;
    color: #000000;
    font-weight: 300;
}
font[color="#15232b"] {
    color: #000000;
}
#header, #header .header-body {
	background-color: var(--navbar-primaryColor);
}
h1, h2, h3, h4 ,h5, h6 {
    font-family: var(--siteFont-main) !important;
    letter-spacing: .05em;
    color: #000000;
    font-weight: bold;
}
h1 {
    font-size: 32px;
    line-height: 36px;
    color: var(--tb-color1);
}
h2 {
    font-size: 28px;
    line-height: 32px;
    color: var(--tb-color2);
}
h3 {
    font-size: 24px;
    line-height: 28px;
    color: var(--tb-color3);
}
h4 {
    font-size: 20px;
    line-height: 24px;
}
h5 {
    font-size: 18px;
    line-height: 20px;
}
h6 {
    font-size: 16px;
    line-height: 18px;
}
@media (min-width: 992px) {
	#header .header-nav.header-nav-line nav > ul li:hover > a {
		color: var(--navbar-primaryColor-text);
	}
	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
		color: var(--navbar-primaryColor-text);
	}
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: var(--navbar-primaryColor-text);
	}
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 100%;
	}
	#main-content .container {
		max-width: 1140px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-radius: 0 !important;
		display: block !important;
	}
}									
.b-example-divider {
    width: 100%;
    height: .5rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}								
#header-hero-container {
    padding: 0px;
}
#footer-eshow-section {
    background-color: #000000 !important;
}
.footer-client {
    background: url('../images/sitelook/background-footer.jpg') !important; 
    
}
.footer-eshow-copyright {
    color: #ffffff;
}