/*--features start here--*/
.features {
	padding: 1em 0em 3em 0em;
}
.fea-top h3 {
	font-size: 16em;
	color: #969696;
	margin: 0;
	padding: 0em 0 0.3em 0;
}
.fea-top p {
  color: #999;
  font-size: 0.9em;
  width: 70%;
  margin: 0 auto;
  line-height: 1.6em;
}
.fea-top {
  padding: 0em 0em 4em 0em;
  text-align: center;
}
.feature-bott1 {
  padding: 0em 0em 2.5em 0em;
}
.fea-text h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0em 0em 0.8em 0em;
}
.fea-text h4 a{
	color: #50525f;
	font-weight: bold;
}
.fea-text h4 a:hover{
	color:#3f95ea;
	text-decoration:none;
	font-weight: bold;
}
.fea-text p {
	color: #50525f;
	font-size: 14px;
	line-height: 1.8em;
}
.client {
  padding: 2em 0em 3em 0em;
  text-align: center;
}

.features {
  padding: 1em 0em 1em 0em;
}
.features {
  padding: 0em 0em 1em 0em;
}



.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #50525f;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #3f95ea;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.text-center {
  text-align: center;
}
