
.single-service {
	margin-bottom: 60px;
}
.section-padding {
	padding: 0px 0;
}
a.border-btn {
	color: #fff;
	background-color: #27B399;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 3px;
	margin-top: 20px;
	font-weight: 500;
  -webkit-transition:.4s;
  transition: .4s;
  position:relative;
  overflow:hidden;
  z-index:10
}

a.border-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  left: 0;
  top: -100%;
  border-radius: 3px;
  -webkit-transition:.4s;
  transition: .4s;
  visibility: hidden;
  z-index:-1
}
a.border-btn:hover:before {
  visibility:visible;
  top: 0;
}
.single-service h3 {
	font-weight: 600;
	font-size: 20px;
}
.single-service p {
	font-weight: 300;
	color: #333;
	font-size: 14px;
}



/* Section Title Css */

.section-title {
  text-align: center;
  margin: 80px 0;
}
.section-title h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
}
.section-title h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #27B399;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h2:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 3px;
	background-color: #27B399;
	left: 50%;
	bottom: -10px;
	margin-left: -30px;
}


/* Service Style 1 Css */


.style-1 .single-service {
  text-align: center;
  padding: 25px 40px;
  box-shadow: 0 5px 30px -5px #ccc;
  padding-bottom:20px
}
.style-1 .single-service i.fa {
  color: #27B399;
  font-size: 40px;
  margin: 20px 0;
}


/* Service Style 2 Css */
.style-2 .single-service {
  box-shadow: 0 5px 30px -5px #ccc;
  padding: 25px 40px;
}
.style-2 .single-service i.fa:after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #27B399;
  border-bottom: 10px solid transparent;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
}
.style-2 .single-service i.fa {
	font-size: 30px;
	color: #fff;
	background-color: #27B399;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-bottom: 25px;
	position:relative
}



/* Service Style 3 Css */
.style-3 .single-service {
  text-align: center;
  border: 1px solid #ddd;
  padding: 25px 40px;
  -webkit-transition:.4s;
  transition: .4s;
}
.style-3 .single-service i.fa {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  border: 1px solid #27B399;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #27B399;
  -webkit-transition:.4s;
  transition: .4s;
}
.style-3 .single-service:hover i.fa {
  background-color: #27B399;
  color: #fff;
  border-color: #27B399;
}
.style-3 .single-service:hover {
  box-shadow: -3px 3px 3px 0px #ddd;
}


/* Service Style 4 Css */
.style-4 .single-service {
  border: 1px solid #ddd;
  padding: 25px 40px;
  margin-bottom: 70px;
  box-shadow: 0 5px 30px -5px #ccc;
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
  text-align:center
}
.style-4 .single-service i.fa {
	color: #27B399;
	font-size: 30px;
	margin: 25px 0px;
	border: 1px solid #27B399;
	text-align: center;
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition:.5s;
	transition:.5s
}
.style-4 .single-service:after, .single-team:after {
	position: absolute;
	content: "";
	width: 0%;
	border-top: 3px solid #27B399;
	left: 0;
	top: 0;
	border-left: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility:hidden;
	-webkit-transition:.5s;
	transition:.5s
}
.style-4 .single-service:before,  .single-team:before {
	position: absolute;
	content: "";
	width: 0%;
	border-bottom: 3px solid #27B399;
	right: 0;
	bottom: 0;
	border-right: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility:hidden;
	-webkit-transition:.5s;
	transition:.5s
}
.style-4 .single-service:hover:before, .single-service:hover:after{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility:visible;
	height:50%;
	width:50%;
}
.style-4 .single-service:hover i.fa {
	background-color: #27B399;
	border-color: #27B399;
	color: #fff;
}
.style-4 .single-service h3 {
	position: relative;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 22px;
}
.style-4 .single-service p {
	font-weight: 300;
}
.style-4 .single-service h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #27B399;
  top: -25px;
  left: 50%;
  margin-left: -1.5px;
}
.style-4 .single-service h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #27B399;
  left: 50%;
  margin-left: -15px;
  top: -13px;
}

/* Service Style 5 Css */
.style-5 .single-service {
  border: 1px solid #ddd;
  padding: 25px 40px;
  margin-bottom: 70px;
  box-shadow: 0 5px 30px -5px #ccc;
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
  text-align:center
}
.style-5 .single-service i.fa {
	color: #27B399;
	font-size: 30px;
	margin: 25px 0px;
	border: 1px solid #27B399;
	text-align: center;
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition:.5s;
	transition:.5s
}
.style-5 .single-service:after{
	position: absolute;
	content: "";
	width: 0%;
	left: 0;
	top: 0;
	border-left: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-5 .single-service:before{
	position: absolute;
	content: "";
	width: 0%;
	right: 0;
	bottom: 0;
	border-right: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-5 .single-service:hover:before, .single-service:hover:after{
	height:50%;
	width:50%;
}
.style-5 .single-service:hover i.fa {
	background-color: #27B399;
	border-color: #27B399;
	color: #fff;
}
.style-5 .single-service h3 {
	position: relative;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 22px;
}
.style-5 .single-service p {
	font-weight: 300;
}
.style-5 .single-service h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #27B399;
  top: -25px;
  left: 50%;
  margin-left: -1.5px;
}
.style-5 .single-service h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #27B399;
  left: 50%;
  margin-left: -15px;
  top: -13px;
}

/* Service Style 6 Css */
.style-6 .single-service {
  border: 1px solid #ddd;
  padding: 25px 40px;
  margin-bottom: 70px;
  box-shadow: 0 5px 30px -5px #ccc;
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
  text-align:center;
  border-bottom: 3px solid #27B399;
  padding-bottom:30px
}
.style-6 .single-service i.fa {
	color: #27B399;
	font-size: 30px;
	margin: 25px 0px;
	border: 1px solid #27B399;
	text-align: center;
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition:.5s;
	transition:.5s
}
.style-6 .single-service:after{
	position: absolute;
	content: "";
	width: 0%;
	left: 0;
	top: 0;
	border-left: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-6 .single-service:before{
	position: absolute;
	content: "";
	width: 0%;
	right: 0;
	bottom: 0;
	border-right: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-6 .single-service:hover:before, .single-service:hover:after{
	height:50%;
	width:50%;
}
.style-6 .single-service:hover i.fa {
	background-color: #27B399;
	border-color: #27B399;
	color: #fff;
}
.style-6 .single-service h3 {
	position: relative;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 22px;
}
.style-6 .single-service p {
	font-weight: 300;
}
.style-6 .single-service h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #27B399;
  top: -25px;
  left: 50%;
  margin-left: -1.5px;
}
.style-6 .single-service h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #27B399;
  left: 50%;
  margin-left: -15px;
  top: -13px;
}

.style-6 .single-service a.border-btn {
  background-color: #27B399;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  margin-top: 10px;
  z-index: 99;
}

/* Service Style 7 Css */
.style-7 .single-service {
  border: 1px solid #ddd;
  padding: 25px 40px;
  margin-bottom: 70px;
  box-shadow: 0 5px 30px -5px #ccc;
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
  text-align:center
}
.style-7 .single-service i.fa {
	color: #27B399;
	font-size: 30px;
	margin: 25px 0px;
	border: 1px solid #27B399;
	text-align: center;
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition:.5s;
	transition:.5s
}
.style-7 .single-service:after{
	position: absolute;
	content: "";
	width: 0%;
	left: 0;
	top: 0;
	border-top: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-7 .single-service:before{
	position: absolute;
	content: "";
	width: 0%;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-7 .single-service:hover:before, .single-service:hover:after{
	height:50%;
	width:50%;
}
.style-7 .single-service:hover i.fa {
	background-color: #27B399;
	border-color: #27B399;
	color: #fff;
}
.style-7 .single-service h3 {
	position: relative;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 22px;
}
.style-7 .single-service p {
	font-weight: 300;
}
.style-7 .single-service h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #27B399;
  top: -25px;
  left: 50%;
  margin-left: -1.5px;
}
.style-7 .single-service h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #27B399;
  left: 50%;
  margin-left: -15px;
  top: -13px;
}


/* Service Style 8 Css */

.style-8 .single-service:hover .box-icon i.fa {
	border-radius: 50%;
	background-color: #27B399;
	color: #fff;
	border-color: #27B399;
}
.box-icon {
  float: left;
}
.box-content {
  padding-left: 75px;
}
.box-icon i.fa {
  border-radius: 0px;
  text-align: center;
}
.box-content a {
  margin-top: 5px;
}
.box-icon i.fa {
	border-radius: 0px;
	text-align: center;
	border: 1px solid #27B399;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #27B399;
	-webkit-transition:.4s;
	transition:.4s
}
.style-8 .single-service {
	border-right: 3px solid #27B399;
	border-bottom: 3px solid #27B399;
	padding: 25px;
	margin-bottom: 70px;
	border-radius: 3px;
}


/* Service Style 9 Css */
.style-9 .single-service {
	border: 1px solid #ddd;
	padding: 25px 40px;
	margin-bottom: 70px;
	box-shadow: 0 5px 30px -5px #ccc;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
	padding-top: 238px;
}
.style-9 .single-service img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.style-9 .single-service:after{
	position: absolute;
	content: "";
	width: 0%;
	left: 0;
	top: 0;
	border-left: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-9 .single-service:before{
	position: absolute;
	content: "";
	width: 0%;
	right: 0;
	bottom: 0;
	border-right: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-9 .single-service:hover:before, .single-service:hover:after{
	height:50%;
	width:50%;
}
.style-9 .single-service:hover i.fa {
	background-color: #27B399;
	border-color: #27B399;
	color: #fff;
}
.style-9 .single-service h3 {
	position: relative;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 35px;
	font-size: 22px;
}
.style-9 .single-service p {
	font-weight: 300;
}
.style-9 .single-service h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #27B399;
  top: 0px;
  left: 50%;
  margin-left: -1.5px;
}
.style-9 .single-service h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #27B399;
  left: 50%;
  margin-left: -15px;
  top: 12px;
}

.style-9 .single-service:hover img {
  opacity: .7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.style-9 .single-service img {
  -webkit-transition:.4s;
  transition: .4s;
}


/* Service Style 10 Css */
.style-10 .single-service {
  border: 1px solid #ddd;
  padding: 25px 40px;
  margin-bottom: 70px;
  box-shadow: 0 5px 30px -5px #ccc;
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
  text-align:center;
  border-bottom: 3px solid #27B399;
  padding-bottom:30px;
  padding-top: 238px;
}
.style-10 .single-service img{
	position:absolute;
	left:0;
	top:0;
	width:100%
}
.style-10 .single-service:after{
	position: absolute;
	content: "";
	width: 0%;
	left: 0;
	top: 0;
	border-left: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-10 .single-service:before{
	position: absolute;
	content: "";
	width: 0%;
	right: 0;
	bottom: 0;
	border-right: 3px solid #27B399;
	height: 0%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:.5s;
	transition:.5s
}
.style-10 .single-service:hover:before, .single-service:hover:after{
	height:50%;
}
.style-10 .single-service:hover i.fa {
	background-color: #27B399;
	border-color: #27B399;
	color: #fff;
}
.style-10 .single-service h3 {
	position: relative;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 35px;
	font-size: 22px;
}
.style-10 .single-service p {
	font-weight: 300;
}
.style-10 .single-service h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #27B399;
  top: 0px;
  left: 50%;
  margin-left: -1.5px;
}
.style-10 .single-service h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #27B399;
  left: 50%;
  margin-left: -15px;
  top: 12px;
}

.style-10 .single-service a.border-btn {
  background-color: #27B399;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  margin-top: 10px;
  z-index: 99;
}

.style-10 .single-service:hover img {
  opacity: .7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.style-10 .single-service img {
  -webkit-transition:.4s;
  transition: .4s;
}
