#service img {
	width: 100%;
}
.feature-box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-bottom: 20px;
}

.feature-box:first-child { margin-top: 0; }

.fbox-icon {
	width: 5.5rem;
	height: 4rem;
	padding: 0 0.75rem;
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.fbox-icon i,
.fbox-icon img {
	border-radius: 50%;
/* 	background-color: #E1C96C; */
}

.fbox-icon i {
	font-style: normal;
	font-size: 2.75rem;
	line-height: 6rem;
	text-align: center;
}

.fbox-content {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	padding: 0 0.75rem;
}

.fbox-content h3 {
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #333;
}

.fbox-content p {
	margin-top: 12px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #999;
}

.fbox-content .before-heading {
	font-size: 0.875rem;
}

.fbox-content-sm h3,
.fbox-content-sm p {
	font-size: 0.875rem;
}

.fbox-content-sm .before-heading {
	font-size: 0.75rem;
}

.fbox-content-lg h3 {
	font-size: 1.25rem;
}

.fbox-content-lg p {
	font-size: 1.125rem;
	margin-top: 0.75rem;
}

.fbox-content-lg .before-heading {
	font-size: 1rem;
}

.client-logo {
	width: 200px !important; 
	padding-bottom: 30px;
}

.slick-slide img{margin:auto;left:auto;}
.service1 {
	border-radius: 50%;
	width: 4em;
	height: 4em;
	background-color: #1e669f;
}

.service2 {
	border-radius: 50%;
	width: 4em;
	height: 4em;	
	background-color: #1e669f;
}

.service3 {
	border-radius: 50%;
	width: 4em;
	height: 4em;	
	background-color: #1e669f;
}

.service-area-box {
	padding: 50px 0; 
	margin: 40px 0; 
	border: 2px solid #1e669f; 
	border-radius: 10px; 
	box-shadow: 0px 0px 10px #1e669f;
}
.service-area h4 {
	color: #ffffff;
	font-size: 20px;
}

.service-area p {
	color: #ffffff;
}

.about-img {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.modal-content h4, p, a {
	color: #fff;
}

.white {
	color: #ffffff !important;
}

.white a {
	color: #ffffff !important;
}