@font-face {
	font-family: trajan;
	src: url(TrajanPro-Regular.ttf);
}

.logo-hld  h2 {
	color: #fff;
	font-family: "trajan";
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 20px;
	text-transform: capitalize;
}

.logo {
	height: 65px;
	float: left;
	padding: 6px;
	margin-top: 2px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 1.425em;
	color: #323232;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	line-height: 10px;
	padding-right: 25px;
}

.navbar-nav {
	margin-top: 10px;
}

.navbar-brand {
	padding: 0px;
	height: auto;
}

header .bottom_header {
	padding: 0;
}

.mainmenu-area {
	position: fixed;
	width: 100%;
}

.service_item {
	margin-bottom: 30px;
}

.service_item  p {
	margin-bottom: 0px;
}

.welcome_sec {
	height: auto;
	padding-top: 10px;
}

.welcome_details {
	margin-top: 20px;
}

.welcome_sec .welcome_heading p {
	font-style: normal;
}

.some_facts {
	height: auto;
	background: #ffd400;
	padding-top: 0px;
}

.some_facts h2 {
	color: #000;
	line-height: 30px;
}

.single-advisor .img-holder {
	margin: 50px 0 0px 0;
	border: 1px solid #e7e7e7;
}

.single-advisor .img-holder .overlay .inner {
	color: #fff;
}

.single-advisor .img-holder .overlay .inner p {
	font-size: 12px;
	color: #3c3c3c;
}

.single-advisor .img-holder .overlay .inner h5 {
	margin-bottom: 5px;
	color: #000;
}

.single-advisor .img-holder .overlay {
	background: #ffd400;
}

.mainmenu-area, .mainmenu-area .container {
	background: #0c99d5;
}

.mainmenu-area.stricky-fixed {
	background: #0c99d5;
}

footer  .top_footer {
	padding: 30px 0;
}

.top_footer h5 {
	margin-bottom: 30px;
}

.top_footer h4 {
	color: #fff;
}

.top_footer  p {
	color: #fff;
}

.single-advisor .img-holder img {
	height: 300px;
}

.navbar-default {
	border: medium none;
	background: #0c99d5;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.welcome_details img {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #e3e3e3;
	border-radius: 5px;
	padding: 8px;
	position: absolute;
	top: 14px;
	z-index: 1;
	margin-left: -120px;
}

.single-advisor .content-holder:hover{
	color: #fff;
}

.contactForm .form-group{
	margin: 15px 0;
}

footer .bottom_footer p {
    color: #5c5c5c;
    font-size: 0.875em;
    margin: 0;
    padding: 15px 0;
}

.error {
    color: red;
}
/****custom css for mobile***/
@media ( max-width :767px) {
	.navbar-fixed-top {
		position: static;
		margin: 0px;
	}
	.logo-hld h2 {
		line-height: 20px;
	}
	.navbar-toggle {
		position: absolute;
		top: 15px;
		right: 0px;
		border: none;
	}
	.navbar-toggle:hover{
		background: transparent !important;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
    	background-color: #fff;
	}
	
	.welcome_details .welcome_info {
		margin-left: 0px;
		width: 100%;
	}
	
	.welcome_details img {
		position: static;
		background: transparent;
		border: none;
		margin: 0px;
	}
	
	.inContactName{
		margin-bottom: 15px;
	}
}
