
.banner-area {
	background: #0557aa;
}
.banner-content h3, .banner-content h1 {
	font-size: 42px;
	color: #fff;
	font-weight: 500;
	margin-top: 120px;
}
.banner-content .btn-primary {
	font-size: 18px;
	font-weight: 700;
	color: #127eeb!important;
	background-color: #fff !important;
	border-radius: 50px;
	padding: 20px 58px;
}
.title::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 10%;
	padding-top: 10px;
	border-bottom: 3px solid black;
}
.section-gap{
  margin: 50px 10px;
}
.services-box{
  background-color: #f7f7f7;
  padding: 50px 10px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
img {
	vertical-align: middle;
	border-style: none;
  margin-bottom : 10px;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
.mr-auto, .mx-auto {
	margin-right: auto !important;
}
.single-services{
  text-align: center;
}
.thumb{
  margin-bottom: 20px;
}
.single-services h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
.single-services:hover h4 {
	color: #B4BBFC;
}
#slider1{
  padding: 20px!important;
}

.main-logo{
	margin-top: 10px;
}
.single-services p{
	text-align: justify!important;
}
.list-group {
	font-size: 18px;
	padding-bottom: 20px;
}
.more-details ul li{
	color: #000;
}