/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
.header {
    
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    text-align: left;
    color:#005e9c;
    background-image: none!important;
    background-color: #ffffff!important;
}
        
.header a:link a:visited a:hover a:active {text-decoration: none; color:#005e9c;}

.header h3{ 
        font-size: 30px;  
}

.header h1 {
	color: #1b6ec2!important;
	text-shadow: none!important;
}

.headertext
{
        font-size: 13px;
        text-align: right!important;
        font-style: italic;
        margin-top: -2px;
	margin-left: 20px;
    max-width: 490px;
        color:#333;
}

.header img {
	float: none;
}

.header-logo {
	max-width: 100px;
	width: 100%;
	height: auto;
	margin-right: 10px; 
}

.header-banner {
    display: block;
    text-decoration: none;  /* Remove underline from link */
    color: inherit;  /* Use parent's color, can be adjusted as necessary */
}

.header-banner:hover, .header-banner:focus {
    text-decoration: none;  /* Ensure underline doesn't appear on hover or focus */
    color: inherit;  /* Ensure color doesn't change on hover or focus */
}
.header-text-group {
    margin-left: 20px;  /* Adjust as necessary for spacing */
}

.bg-primary {
	background-color: #eaeaea!important
}

.owl-carousel .owl-item img {
    width: auto!important;
}

body {
	background-color: #ffffff!important
}

.navbar {
	text-transform: uppercase;
}

.floating-box1 img {
    vertical-align: top;
}
