.tabs {
    position: relative;
	margin: 40px auto;
	width: 960px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 190px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	top: 40px;
}
.tabs input#tab-3{
	top: 80px;
}
.tabs input#tab-4{
	top: 120px;
}

.tabs label {
	background: #39859D;
	background: -moz-linear-gradient(top, #eaeaea 0%, #DFDFDF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DFDFDF), color-stop(100%,#DFDFDF));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#DFDFDF 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#DFDFDF 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#DFDFDF 100%);
	background: linear-gradient(top, #eaeaea 0%,#DFDFDF 100%);
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	display: block;
	width: 150px;
	font-family: 'Open Sans', sans-serif;
	color: #1D779F;
	text-align: left;
	float: left;
	clear: both;
    border-radius: 5px 0 0 5px;}

.tabs label:after {
    content: '';
	color:#1D779F;
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tabs input:hover + label {
	background: #d3d3d3;
}

.tabs label:first-of-type {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: auto;
	margin: -175px 0 0 190px;
	height: 400px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.content div {
    position: absolute;
	top: 0;
	padding:40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.content div{
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: all ease-out 0.3s 0.3s;
}

.content div h2,
.content div h3{
	margin:0 0 20px 0;
	text-align:left;
	color: #1D779F;
}
.content div p {
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #777;}
	.head_sub_services{
		float:left;
		width:100%;
		margin:0 0 20px 0}
		.head_sub_services img{
			float:left;}
			.head_sub_services h2{
				font-size:50px;
				margin:5px 0 0 30px !important;
				float:left}
