body{
	font-family: 'Roboto', sans-serif;
}
a{
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, p{
	font-family: 'Roboto', sans-serif;
}
.form-control::placeholder {
  color: #aeaeae;
  opacity: 1;
  font-size: 13px !important;
}
.header-band{
	height: 50px;
}
.header-band span{
	margin-left: 20px;
}
.header-band p{
	font-size: 13px;
}
.top-band-ico i{
	padding-left: 6px;
	padding-right: 10px;
	font-size: 18px !important;
}
.bg-blue{
	background: #0f1742;
}
.top-border{
	border-top: 4px solid #e35a0c;
}
.color-blue{
	color: #0b77bc;
}
.home-about h1{
	font-weight: 100;
	font-size: 3em;
}
.home-about h3{
	font-weight: 100;
	color: #b9beda;
}
.home-about p{
	text-align: justify;
	color: #b9beda;
}
.blue-bg-blank{
	height: 120px;
}
.category-top{
	margin-top: -100px !important;
}
.home-count{
	min-height: 200px;
}
.header-btn a{
	color: #fff;
}
.btn-custom a{
	border: 2px solid #0b77bc !important;
	border-radius: 25px !important;
	padding: 15px 50px;
	font-size: 16px;
	transition: 0.3s;
}
.btn-custom :hover{
	background: #0b77bc !important;
	color: #fff;
}
.client-list li{
	color: #616161;
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.footer-list h5{
	color:#4d4d4d;
}
.footer-list ul{
	margin: 0px;
	padding: 0px;
}
.footer-list li{
	list-style: none;
	padding: 0px;
	text-align: left;
	padding-top: 5px;
}
.footer-list li a{
	color: #646464;
	transition: 0.3s;
}
.footer-list li :hover{
	color: #28388f;
}
.inner-banner{
	height: 150px;
}
textarea {
  width: 300px;
  height: 150px !important;
}
.input-error {
	border: 1px solid #F00;
}