
/*boxes form index*/
span{
	font-size:15px;
}
a{
	text-decoration:none;
	border-bottom:2px solid #00573f;
}
.box{
	padding:15px 0px;
}

.box-part {
	background: #FFF;
	border-radius: 0;
	padding: 10px 10px;
	margin: 30px 0px;
	border-radius: 0px 0px 71px 0px;
	border: 1px solid #ccc;
	box-shadow: 10px 10px 10px #ccc;
}
.text{
	margin:20px 0px;
}

.fa{
	color:#4183D7;
}

.fade {
	opacity: 1!important;
	transition: opacity .15s linear;
}
.sec-title {
	margin-bottom: 20px;
}
