body,
* {
	font-family: 'Segoe UI', sans-serif;
}

h1, h2, h3 {
	color: #451170;
}

.i_message,
.i_whatsapp {
	position: relative;
	color: #222;
	text-decoration: 0 none;
	padding-left: 25px;
}
.i_message:hover,
.i_whatsapp:hover {
	color: #222;
}
.i_whatsapp {
	margin-left: 20px;
}
.i_message_icon,
.i_whatsapp_icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.i_main {
	min-height: 500px;
	background: url('../images/main_bg.png') center no-repeat;
	background-size: cover;
}
.i_main_title {
	font-size: 28px;
	line-height: 37px;
	color: #fff;
}
.i_main_btn {
	border:  1px solid #fff;
	text-decoration: 0 none;
	color: #fff;
	width: 180px;
	height: 40px;
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 15px;
	border-radius: 2px;
}
.i_main_btn:hover {
	color:  #fff;
}

.i_services {
	background: #f5f5f5;
}
.i_service_item_content {
	padding: 0 20px;
}
.i_service_item_content img {
	width: 100%;
}
.i_service_item_title {
	margin-top: 10px;
	color: #000;
	font-size: 16px;
}

.i_service_item_btn {
	margin-top: 10px;
	text-align: center;
	color: #451170;
	border:  1px solid #451170;
	border-radius: 2px;
	width: 180px;
	padding: 7px;
	font-size: 15px;
	display: inline-block;
	text-decoration: 0 none;
	cursor: pointer;
}

.i_service_item_btn:hover {
	color: #451170;
}

.i_services_content img {
	width: 100%;
}

.i_testimonials {
	background: #f5f5f5;
}
.i_testimonials img {
	width: 100%;
}

.i_footer {
	background: #451170;
}

.i_footer {
	color: #fff;
}

.i_footer a {
	color: #fff;
	text-decoration: 0 none;
}
.i_footer a:hover {
	color: #fff;
}