
/*=========================
	Story CSS
===========================*/
.story{
	padding:100px 0px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.story .section-title span{
	color: #058cca;
}
.story .story-title {
	position:relative;
	margin-top: 55px;
	width: 150px;
	padding: 10px;
	border-radius: 5px;
	background-color: #058cca;
	text-align: center;
}
.story .story-title h2 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
}
.story .single-story {
	position:relative;
	margin-top:55px;
}
.story .single-story .inner-content{
	margin-left:125px;
	position:relative;
}
.story .story-content{
	position:relative;
}
.story .story-content::before {
	position: absolute;
	content: "";
	left: 90px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #058cca;
}
.story .single-story span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	background: #058cca;
	color: #000;
	border-radius: 3px;
	height: 35px;
	width: 60px;
	text-align: center;
	line-height: 35px;
}
.story .single-story span::before {
	position: absolute;
	content: "";
	left: 81px;
	top: 9px;
	height: 18px;
	width: 18px;
	background: #058cca;
	border-radius: 100%;
}
.story .single-story span::after {
	position: absolute;
	content: "";
	border: 10px solid #058cca;
	left: 58px;
	top: 7px;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
}
.story .single-story h3 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	padding-bottom: 3px;
}
.story .single-story p{
	color:#000;
	font-size:15px;
	font-weight:300;
}
.story .single-story p:before {
	position: absolute;
    content: "";
    left: -40px;
    top: 13px;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 100%;
}
.story .single-story .p2 {
	margin-top: 15px;
}
.story .single-story .single-pay {
    max-width: 100%;
}
.story .single-story .single-map{
    max-width: 100%;
}
/*=========================
	End Story CSS
===========================*/

/*=========================
	business CSS
===========================*/
.business{
	padding:100px 0px;
	/* background:#f5f5f5; */
	/* background-image:url('img/testimonial-bg.jpg'); */
	background: linear-gradient(-200deg,#4c565f,#0f1012);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.business .section-title h2{
	color: #fff;
}
.business .section-title span{
	color: #058cca;
}
.business .business-title {
	position:relative;
	margin-top: 55px;
	padding: 10px;
	border-radius: 5px;
	background-color: #058cca;
	text-align: center;
}
.business .business-title h2 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}
.business .single-business {
	position:relative;
	margin-top:55px;
}
.business .single-business .inner-content{
	margin-left:125px;
	position:relative;
}
.business .business-content{
	position:relative;
}
.business .business-content::before {
	position: absolute;
	content: "";
	left: 90px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #058cca;
}
.business .single-business span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	background: #058cca;
	color: #fff;
	border-radius: 3px;
	height: 35px;
	width: 60px;
	text-align: center;
	line-height: 35px;
}
.business .single-business span::before {
	position: absolute;
	content: "";
	left: 81px;
	top: 9px;
	height: 18px;
	width: 18px;
	background: #058cca;
	border-radius: 100%;
}
.business .single-business span::after {
	position: absolute;
	content: "";
	border: 10px solid #058cca;
	left: 58px;
	top: 7px;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
}
.business .single-business h3 {
	font-size: 22px;
	font-weight: 600;
	color: #eee;
	padding-bottom: 3px;
}
.business .single-business h4 {
	font-size: 17px;
	font-weight: 600;
	color: #eee;
	padding-bottom: 3px;
}
.business .single-business p{
	color:#ccc;
	font-size:15px;
	font-weight:300;
}
.business .single-business p:before {
	position: absolute;
    content: "";
    left: -40px;
    top: 13px;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 100%;
}
.business .single-business .p2 {
	margin-top: 15px;
}
.business .single-business .p3 {
	margin-top: 0px;
}
.business .single-business .single-pay {
    max-width: 100%;
}
.business .single-business .single-map{
    max-width: 100%;
}
/*=========================
	End business CSS
===========================*/

