@import url('https://www.fontify.me/wf/7234d8253fa8406559dfd1ea8373aee7');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;subset=latin-ext');
*{
	color: #000;
	font-family: 'Lato', sans-serif;
}
body{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*background-color: #dcdcdc;*/
}
.color-white{
	background: #fff;
}
.navbar{
	margin-bottom: 0;
}
.navbar-brand{
	font-family: font92456;
	font-weight: 700;
	font-size:20px;
	color: #000;
}
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
}
.navbar {
	border-radius:0px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 16px;
}
.icon-circle{
	height: 30px;
	width: 30px;
	line-height: 24px;
	border: 1px solid grey;
	border-radius: 50%;
	text-align: center;
	margin-right:3px;
}
.container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: -40px;
	font-size: 30px;
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover {
	border:1px solid grey;
	border-radius:40px;
	padding-bottom:8px;
	padding-top: 8px;
	transition:all ease 0.7s;
	margin-top: 5px;
}
.icon-holder{
	height: 100px;
	width: 100px;
	border:2px solid #000;
	border-radius: 50%;
}
.topic-h1{
	font-weight: 900;
	font-size: 41px;
	margin: 0;
	padding: 0;
}
.small-h1{
	font-weight:300;
	font-size:36px;
	margin: 0;
	padding: 0;
	line-height: 35px;
	padding-bottom: 40px;
}
.information-p{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 20px;
}
.link-ask{
	font-size: 16px;
	font-weight:700;
}
.service-h3{
	font-weight: 700;
	text-align: center;
}
.form-control{
	font-size: 16px;
	height: 40px;
}
.details a,.details a:hover{
	color: #000;
	text-decoration: underline;
}