/********************************************************************/
/*                                                                  */
/*   dynamic-css.php                                                */
/*                                                                  */
/*   This is a dynamic php file that acts as a traditional css file */
/*   via header("Content-type: text/css")                           */
/*   But allows PHP server side to dynamically populate css fields  */
/*   from database call                                             */
/*                                                                  */
/********************************************************************/

.header-logo {
    width: 500px; /* Set width of your logo */
    height: 100px; /* Set height of your logo */
    background-image: url('../company_logo/../../'); /* Specify the path to your logo image */
    background-size: contain; /* Ensure the image fits within the container */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    margin: 0 auto 20px; /* Adjust margin as needed */
}

/* skin coprporate.css* line 105 */
html .background-color-primary {
	background-color:  !important;
}

/* skin-corp.css line 1542*/
section.page-header h1 {
	border-bottom-color: ;
}

/* Featured Box theme-elements.css*/
html .featured-box-primary .box-content {
	border-top-color: ;
	
}

/* theme.css line 1583*/
.page-header {
	background-color: #4169e1;
	border-bottom: 5px solid ;
	border-top: 5px solid ;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

/* Featured Box theme-elements.css*/
.page-header h1 {
	border-bottom: 5px solid #CCC;
	color: ;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}

/* Featured Box theme-elements.css*/
html .featured-box-primary .icon-featured {
	background-color: ;
}

/* Featured Box corp-theme.css*/
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px ;
}

/* Featured Box theme-elements.css*/
html .heading-primary,
html .lnk-primary,
html .text-color-primary {
	color:  !important;
}

/* Featured Box theme-elements.css*/
html .btn-primary {
	background-color: ;
	border-color: ;

}

html .btn-primary:hover {
    background-color: ; /* Your custom primary color on hover */
    border-color: ;
}

/* Featured Box theme-elements.css*/
.featured-box {
	background: #F5F5F5;
	background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid ;
	border-left: 1px solid ;
	border-radius: 8px;
	border-right: 1px solid ;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}