/***font imports***/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/***header and menu css***/

.site-content {
	padding-top: 0px !important;
}

.padding_row{
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.menu_row {
	background: #fff;
	text-decoration: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
	position: fixed !important;
	width: 100%;
	z-index: 999;
}

.menu_row a {
	font-family: 'Raleway', sans-serif;
}

.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #005dab;
	}

	.main-navigation .current-menu-item>a {
		color: #005caa;
		background-color: #fff;
	}

	.main-navigation ul ul {
		background-color: rgb(255,255,255);
		box-shadow: 2px 2px 5px rgba(0,0,0,.1);
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	
	.main-navigation .sub-menu li {
		border-bottom: 1px solid #dce4e6;
		border-top: 1px solid #dce4e6;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
		color: #777777;
		text-transform: capitalize;
		font-weight: 600;
		line-height: 50px;
	}
	.main-navigation ul ul a:hover{
		background:#005cab;
		color:#333 !important;
	}



/***bodyandfonts***/


h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

body {
  background: white;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-weight: 800;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  line-height: 1.7;
  font-size: 23px;
  font-weight:500 !important;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 28px;
  line-height: 36px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
  color: #31373a;
}

a, a:visited {
  color: #ffffff;
  text-decoration: none !important;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #bababa;
}

/**homepage product title boxes**/

.team1  .team_col1:hover .team_des{
	color: #ffffff;
	height: 100%;
	background-color: #005dab;
	padding-top: 25%;
	opacity: 0.9;
}


/***contact form***/

.mpce-cfa-form input[type="submit"] {
	background-color: #005caa;
	border-radius: 50px;
	padding: 20px 30px;
}
.mpce-cfa-form input[type="submit"]:hover {
	background-color: #747474;
}
