body {
	color: #121212;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
}



    






 .swap{
    position: relative;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
	
   animation-name: slide;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate; 
}

/* Chrome, Safari, Opera */


/**************************services*********************************/

#service {
	position: relative;
	padding: 1em 0;
}
.service-content {
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.service-content .service-icon {
	position: relative;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.service-content:after {
    content: "";
    background: #265A92;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 0%;
    margin-top: -58px;
    left: 42.5%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    z-index: 3;
}
.swap:before {
    content: '';
    background: #ccc;
    position: absolute;
    left: 39%;
    margin-top: -55px;
    width: 1px;
    /* left: 74px; */
    height: 538%;
    z-index: 0;
}
.service-content i {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 38px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}
.contact {
	display: inline-block;
	padding: 14px 10px 10px;
	margin-right: 30px;
	background-color: #B70000;
	width: 280px;
}
.flip_button {
	display: inline-block;
	font-size: 20px;
	padding: 8px 20px;
	background-image: none;
	border: 0;
	border-radius: 4px;
	font-weight: bold;
	color: white;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.red {
	background-color: #f00
}
.blue {
	background-color: rgb(38, 90, 146);
}
.black {
	background-color: #222
}
.yellow {
	background: #fcb124;
}
.dred {
	background: #D92E3A;
}
.skyblue {
	background: #01B8EC
}
.service-content h3 {
	font-size: 16px;
	margin-top: 20px;
}
.service-content-individual {
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.service-content-individual .service-icon {
	position: relative;
}
.service-content-individual i {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #F4811E;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}
.service-content-individual h3 {
	font-size: 16px;
}


.img-circle {
  border-radius: 50%;
}
