.be-feature-box {
	padding: 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	border: 1px solid #f3f3f3;
	margin:14px 0px;
}
.be-feature-box .box-wrp {
	position: relative;
	z-index: 999
}
.be-feature-box .box-wrp .be-icon i {
	text-align: left;
	font-size: 60px;
	color: #2ed3ae;
	font-weight: 600
}
.be-feature-box:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}
.be-feature-box:hover:before {
	background: rgba(0,0,0,.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 30px 5px rgba(102,102,102,.25);
	-moz-box-shadow: 0 0 30px 5px rgba(102,102,102,.25);
	box-shadow: 0 0 30px 5px rgba(102,102,102,.25)
}
.be-feature-box:hover .box-wrp h3 {
	color: #fff
}
.be-feature-box:hover .box-wrp {
	color: #fff
}
.be-services {
	position: relative;
	overflow: hidden
}
.be-services .heading-title.left {
	margin-bottom: 40px
}

.bc-pricing {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
}
.bc-pricing .price-title {
	padding: 35px 20px;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #e4e4e4
}
.bc-pricing.active .price-title {
	background: #2ed3ae
}
.bc-pricing.active {
	position: relative
}
.card-ribbon {
	position: absolute;
	overflow: hidden;
	top: -10px;
	left: -10px;
	width: 114px;
	height: 114px;
	z-index: 99
}
.card-ribbon span {
	position: absolute;
	display: block;
	width: 165px;
	padding: 5px 0;
	background-color: #23292c;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	left: -37px;
	top: 21px;
	transform: rotate(-45deg);
	height:39px;
	line-height:31px;
}
.card-ribbon::before, .card-ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #23292c;
	border-top-color: transparent;
	border-left-color: transparent
}
.card-ribbon::before {
	top: 0;
	right: 0
}
.card-ribbon::after {
	bottom: 0;
	left: 0
}
.bc-pricing .price-title h2 {
    font-family: 'poppins', sans-serif;
	line-height: 60px;
	font-size: 50px;
	position: relative;
	font-weight: 800;
	margin:0px;
	
}
.bc-pricing .price-title h2 small {
	font-size: 16px;
	vertical-align: super;
	padding: 0 5px
	
}
.bc-pricing .price-title h2 small:first-child {
	font-size: 24px
}
.bc-pricing .price-title span {
	letter-spacing: 6px;
	position: relative
}
.bc-pricing ul {
	margin: 20px 0 0
}
.bc-pricing ul li {
	line-height: 50px
}
.bc-pricing .price-footer {
	padding: 30px 0;
	z-index: 9;
	position: relative
}

.bc-pricing .button {
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    position: relative;
    background: #2ed3ae;
    font-family: poppins,sans-serif;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.bc-pricing .button:hover, .bc-pricing .button:focus {
    color: #fff;
    background: #23292c;
    outline: 0;
}
ul.list-style-none{
	margin:0px;
	list-style:none;
	padding:0px;
	padding-top:30px;	
}

/*
* -------------------------------------------------------------
*    9. skills
* -------------------------------------------------------------
*/
.my-vcard-skills-progress {
	overflow: hidden;
	margin-bottom: 30px;
}
.my-vcard-skills-progress .progress {
	background: #ddd none repeat scroll 0 0;
	position: relative;
	overflow: visible;
	margin: 35px 0 50px 0;
	box-shadow: none;
	border-radius: 0;
	height: 10px;
}
.my-vcard-skills-progress .progress-bar {
	display: block;
	width: 0;
	height: 100%;
	text-align: center;
	background-color: #90b695;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.my-vcard-skills-progress .progress .lead {
	left: 0;
	top: -25px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-transform: uppercase;
}
.my-vcard-skills-progress .progress-bar > p {
	float: right;
	font-size: 12px;
	font-weight: 700;
	margin-right: -16px;
	margin-top: -25px;
	position: relative;
	color: #333;
}

/*
2.Service Section
============================*/
.service-item .inner {
	position: relative;
	
	display:block;
	text-align: center;
	padding: 40px 20px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 20px #f3f3f3;
	-webkit-box-shadow: 0 0 20px #f3f3f3;
	-moz-box-shadow: 0 0 20px #f3f3f3;
	margin:30px 0px;
	
}
.service-content p {
	margin-bottom: 0;
	margin-top: 15px;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}
.service-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	visibility:hidden;
	background-color: rgba(0, 0, 0, 0.59);
	transition: all 0.4s ease 0s;
}
.service-item .inner::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-left: 1px solid #0cb1f6;
	border-top: 1px solid #0cb1f6;
	visibility:visible;
	transition: all 0.4s ease 0s;
}
.service-item .inner::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-top: 1px solid #0cb1f6;
	border-right: 1px solid #0cb1f6;
	visibility:visible;
	transition: all 0.4s ease 0s;
}
.service-content::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-left: 1px solid #0cb1f6;
	border-bottom: 1px solid #0cb1f6;
	visibility:visible;
	transition: all 0.4s ease 0s;
}
.service-content::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-right: 1px solid #0cb1f6;
	border-bottom: 1px solid #0cb1f6;
	visibility:visible;
	transition: all 0.4s ease 0s;
}
.service-item .inner:hover.inner::before,
.service-item .inner:hover.inner::after,
.service-item .inner:hover .service-content::after,
.service-item .inner:hover .service-content::before
{
	visibility:hidden;
	transition: all 0.4s ease 0s;
	width:0px;
	height:0px;

}
.service-item .inner .heading {
	text-transform: capitalize;
	font-size: 20px;
	margin-top:0;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.service-icon {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	line-height: 54px;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 20px;
}
.service-icon i{ 
	color:#2f87fd; 
	font-size:55px;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	}


/*
addone-heading
*/
ul.my-vcard-time-line {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
ul.my-vcard-time-line:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 18px;
	height: 100%;
	width: 3px;
	border-radius: 4px;
	background: rgb(215, 228, 237);
	left: 50%;
	margin-left: -2px;
	background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
}
ul.my-vcard-time-line li {
	list-style: none;
	display: block;
	margin-bottom: 30px;
	clear: both;
	position: relative;
}
ul.my-vcard-time-line li .item-period {
	position: absolute;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	background-color: #666;
	font-weight: bold;
	border-radius: 3px;
	top: 18px;
	left: 50%;
	margin-left: 30px;
}
ul.my-vcard-time-line li .item-period:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-right-color: #666;
	border-width: 6px;
	margin-top: -6px;
}
ul.my-vcard-time-line li .half-box {
	width: 44%;
	position: relative;
	background-color: #f0f4f7;
	padding: 15px 20px;
	border-radius: 4px;
}
ul.my-vcard-time-line li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #2ed87b;
	top: 25px;
	right: 50%;
	margin-right: -6px;
	-webkit-box-shadow: 0 0 0 5px rgba(46, 216, 123, 0.35);
	box-shadow: 0 0 0 5px rgba(46, 216, 123, 0.35);
}
ul.my-vcard-time-line li:nth-child(odd) .half-box {
	float: left;
}
ul.my-vcard-time-line li:nth-child(odd) .half-box:after {
	left: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 244, 247, 0);
	border-left-color: #f0f4f7;
	border-width: 10px;
	margin-top: -10px;
}
ul.my-vcard-time-line li:nth-child(even) .half-box {
	float: right;
}
ul.my-vcard-time-line li:nth-child(even) .half-box:after {
	right: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 244, 247, 0);
	border-right-color: #f0f4f7;
	border-width: 10px;
	margin-top: -10px;
}
ul.my-vcard-time-line li:nth-child(even) .item-period {
	left: auto;
	right: 50%;
	margin-right: 20px;
}
ul.my-vcard-time-line li:nth-child(even) .item-period:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-left-color: #666;
	border-width: 6px;
	margin-top: -6px;
}
ul.my-vcard-time-line li .clear {
	clear: both;
}
ul.my-vcard-time-line li h6 {
	margin-bottom: 0px;
}
ul.my-vcard-time-line li .item-small {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #9e9e9e;
	margin-bottom: 10px;
}
.time-period {
	display: none;
}
@media screen and (max-width:620px) {
	ul.my-vcard-time-line {
		padding-left: 15px;
	}
	ul.my-vcard-time-line:before {
		left: 0px;
	}
	ul.my-vcard-time-line li::before {
		right: auto;
		left: -21px;
		margin: 0px;
	}
	ul.my-vcard-time-line li .half-box {
		width: 95%;
		margin-left: 5%;
		float: none;
		display: block;
	}
	ul.my-vcard-time-line li .half-box:after,  ul.my-vcard-time-line li:nth-child(odd) .half-box:after {
		left: auto;
		right: 100%;
		top: 30px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(240, 244, 247, 0);
		border-right-color: #f0f4f7;
		border-width: 10px;
		margin-top: -10px;
	}
	ul.my-vcard-time-line .time-period {
		display: inline-block;
		font-size: 12px;
		line-height: 1.2em;
		color: #2eca7f;
		margin-bottom: 8px;
	}
	ul.my-vcard-time-line .item-small {
		display: inline-block;
		font-size: 12px;
		line-height: 1.2em;
		color: #9e9e9e;
		margin-left: 5px;
		margin-bottom: 8px;
		padding-left: 8px;
		border-left: 1px solid #e0e0e0;
	}
	ul.my-vcard-time-line .item-period {
		display: none;
	}
}

ul.my-vcard-time-line li .heading{
	margin:0px;
	padding:0px;	
}


/*
 Time Line 
*/

ul.my-vcard-time {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	position: relative;
	padding-left: 22px;
}
ul.my-vcard-time:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
	background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
}
ul.my-vcard-time li {
	display: block;
	text-align: left;
	position: relative;
	padding: 0px;
	margin-bottom: 25px;
	margin-left: 15x;
}
ul.my-vcard-time li::before {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	width: 16px;
	height: 16px;
	top: 18px;
	left: -30px;
	border: 2px solid #00c3da;
	z-index: 2;
}
ul.my-vcard-time li:hover::before {
	background: #00c3da;
}
ul.my-vcard-time li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 60%);
	background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 60%);
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 60%);
}
.time-line-box {
	position: relative;
	padding: 0px 20px 10px;
	border-left: 2px solid #00c3da;
	
}
.time-line-box::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #00c3da;
	border-radius: 10px;
	width: 36px;
	height: 2px;
	top: 25px;
	left: -36px;
	z-index: 1;
}
ul.my-vcard-time h6 {
	margin-bottom: 0px;
}
ul.my-vcard-time .item-period {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #00c3da;
	margin-bottom: 8px;
}
ul.my-vcard-time .item-small {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #9e9e9e;
	margin-left: 5px;
	margin-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #00c3da;
}

/* -----------------------------
4. Work Process
-------------------------------- */


.be-work-process .project-icon {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 136px;
  line-height: 176px;
  width: 135px;
  position: relative;
  margin: auto;
  transition: all 0.3s ease 0s;
}

.be-work-process:hover .project-icon {
  background: #00c3da;
  border: 1px solid transparent;
}
.be-work-process::before {
  background: #00c3da;
  content: "";
  height: 1px;
  right: -20%;
  top: 40%;
  /*transform: translateX(50%);*/
  position: absolute;
  width:40%;
  
}
.be-work-process.last-child::before{
  display: none!important
}
.be-work-process .project-icon i {
  color: #fff;
  font-size: 60px;
}
.be-work-process .project-icon p {
  background: #00c3da none repeat scroll 0 0;
  border: 1px solid #00c3da;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  left: -10px;
  line-height: 44px;
  margin: 0;
  position: absolute;
  top: -10px;
  width: 50px;
}
.be-work-process h5 {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 35px;
  text-transform: capitalize;
}
.be-work-process.color_mode .project-icon i {
	color:#00c3da;
}
.be-work-process.transparent .project-icon {
 border: 1px solid #fff;
}
.be-work-process.transparent .project-icon:hover{
	 border: 1px solid transparent;
}
.be-work-process.color_mode:hover .project-icon i {
	color:#FFF;	
}
.be-work-process.color_mode::before {
	 background: #00c3da;
}
.be-work-process h5.heading{
	text-transform:uppercase;
		
}
.be-work-process.color_mode:hover .project-icon,
.be-work-process.transparent:hover .project-icon p{
	background:none!important;	
}
.be-work-process.color_mode .project-icon p{
	background:none;	
}

/*  ----------------------------------------------------
4.Team
-------------------------------------------------------- */
.team_box {
  margin-top: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 4px;
}
.team_box .team_img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;

}
.post-single .post-body .team_img img{
  margin:0px!important;	
}
.team_box .team_img:before {
  border-radius: 5px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 123, 255, 0.73) 0%;
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(0, 123, 255, 0.73)), color-stop(70%, rgba(20, 77, 200, 0.26)));
  background: linear-gradient(to left top, rgba(0, 123, 255, 0.73) 0% 0%, rgba(20, 77, 200, 0.26) 70% 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 123, 255, 0.73) 0%', endColorstr='rgba(20, 77, 200, 0.26) 70%',GradientType=1 );
}
.team_box .team_img ul.team_social {
  opacity: 0;
  position: absolute;
  text-align: center;
  color: #ffffff;
  width: 100%;
  bottom: 5px;
  padding: 0;
  margin: 0;
  float: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.team_box .team_img ul.team_social li {
  display: inline-block;
  float: none;
  padding: 5px;
  font-size: 28px;

}
.team_box .team_img ul.team_social li a {
  color: #FFFFFF;
  font-size:20px;
  margin:5px;
}
.team_box .team_img ul.team_social li a:hover {
  color: #dddddd;
}
.team_box h4 {
  padding:0px;
  margin: 15px 0 0 0;
  font-weight: 500;
  text-transform: capitalize;
}
.team_box p {
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  color: #0652fd;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.team_box:hover .team_img:before {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
}
.team_box:hover .team_img ul.team_social {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  
}
.team_box:hover p {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.team_box.active .team_img:before {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
}
.team_box.active .team_img ul.team_social {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.team_box.active p {
  color: #6cc47f;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin:0px;
  padding:0px;
}

.team_box:hover .team_img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

/*
05.Testimonial Section
=========================*/
.testimonial-carousel{
	overflow:hidden;	
}
.testimonial-carousel .owl-item{
	float:left;
	
}
.testimonial-carousel{
	text-align:center;
	
}
.testimonial-carousel img {
	border-radius: 50%;
	margin-bottom:0px;
	height:160px;
	width:160px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;

}
.testimonial-carousel .owl-nav {
	bottom: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
	display:none;
}
.testimonial-carousel .owl-controls .owl-buttons div {
	background: none;
	opacity:1
}
.testimonial-carousel{
	overflow:hidden;
	position:relative;
}
.testimonial-carousel .owl-item,
.testimonial-carousel .item{
	float:left;
}

.client-thumb {
 
  margin-right: 20px;
 
}
.sngl-client {
	border: 1px solid #fafafa;
	margin-bottom: 30px;
	text-align: center;
	margin: 5px;
}
.testimonial-carousel {
	text-align: center;
	padding-bottom: 50px;
}
.single-testimonial {
	display: inline-flex;
	padding: 30px 40px;
	width:100%;
	max-width:620px;
	margin: 0px auto;
	background: #fff none repeat scroll 0 0;
	position: relative;
	text-align: left;
	-webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
	margin-top:30px;
	
}
.client-comment p {
  font-style: italic;
  margin-bottom:0px;
}
.testimonial-carousel.owl-carousel .owl-item .client-signature img{
	margin-bottom: 20px;
	width:auto;
	height:auto
}
.client-comment h4 {
	text-transform: capitalize;
	font-weight: 700;
	padding:0px;
	margin:0px;
}
.client-comment .text {
	color: #8d8d8d;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 12px;
	font-family: open sans;
	margin-bottom: 15px;
	display: inline-block;
	font-style:italic;
}
.client-thumb {
  margin-right: 30px;
  margin-top:5px;
}
.client-comment {
	margin: 0px auto;
}
.client-comment::before {
	color: #fff;
	content: "\f10e";
	font-family: fontawesome;
	font-size: 30px;
	left: 20px;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}
.client-comment::after {
	position: absolute;
	content: "";
	border-top: 110px solid transparent;
	border-left: 110px solid #0cb1f6;
	bottom: 0;
	left: 0;
	height: 110px;
}
.client-comment > ul {
  padding-bottom: 15px;
}
.client-comment li {
  display: inline-block;
}
.client-comment li a{
	border: 2px solid #0cb1f6;
	border-radius: 100%;
	color: #0cb1f6;
	display: inline-block;
	height: 30px;
	line-height: 26px;
	width: 30px;
	margin: 0px 5px;
}
.client-comment li a:hover{background:#0cb1f6;transition: all 0.4s ease-in-out 0s;color:#fff}
.client-sec .owl-controls {
  	  display: none;
}
.testimonials-slider{
	overflow:hidden;
	position:relative;
}
.testimonials-slider .owl-item{
	float:left;	
}
.testimonial-carousel.owl-carousel.owl-theme .owl-dot {
	  border: 2px solid #0cb1f6;
	  border-radius: 100%;
	  display: inline-block;
	  height: 15px;
	  margin: 0 5px;
	  width: 15px;
	  position:relative;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-dot.active span {
	background: #0cb1f6 none repeat scroll 0 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	border: 2px solid #072948;
	border-radius: 100%;
}

.post-single .post-body .testimonial-carousel p{
	margin-bottom:0px;	
}
.be_client_logo{
	display:inline-block;
	margin:8px 0px;
	border:1px solid #E8E8E8;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/*
* -------------------------------------------------------------
*    06.  PORTFOLIO 
* -------------------------------------------------------------
*/
#portfolio{
	overflow:hidden;	
}
.portfolio-filter,
.product-filter-category{
	padding-bottom:20px;	
}
.portfolio-filter ul,
.product-filter-category ul {
    list-style: outside none none;
	margin-bottom:0px;
    text-align: center;
}
.portfolio-filter ul li,
.product-filter-category li {
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
	  border: 1px solid #78abf1;
}
.portfolio-filter ul li.active,
.product-filter-category ul li:hover {
    background: #78abf1;
    border: 1px solid #78abf1;
    color: #fff;
}

.grid .mix {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-work {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.single-work:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08)
}
.work-overlay {
    height: 100%;
    width: 100%;
    background: rgba(120, 171, 241, 0.8) none repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
	
}
.work-overlay a{
	color:#fff;
}
.single-work:hover .work-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-title p {
    margin: 0;
	color:#fff;
}
.work-icon a {
    font-size: 24px;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
	color:#FFF;
}
.single-work:hover .work-icon a {
    color: #fff;
}
.work-icon a:hover {
    color: #000 !important
}
.work-icon  i {
	margin-top:25px;
	font-size:40px;
	display:inline-block;	
	color:#FFF;
}
.work-overlay h5{
	color:#FFF;
	margin:0px;
}
.work_move_center{
	position:absolute;
	left:0px;
	right:0px;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.read_more_icon:before{
	content: "\f310";
}
.be-embed-responsive{
	overflow:hidden;
	display:block;
}
.be-embed-responsive .owl-warrper{
	overflow:hidden;
	display:block;

}
.be-embed-responsive.three-col{
	min-height:200px;
}
.be-embed-responsive.three-col .owl-warrper{
	height:200px;	
}
.be-embed-responsive.two-col{
	min-height:200px;
}
.be-embed-responsive.two-col .owl-warrper{
	height:200px;	
}
.be-embed-responsive.four-col{
	min-height:160px;
}
.be-embed-responsive.four-col .owl-warrper{
	height:160px;	
}
.be-page-masonry-grid .be-grid-item{
	padding:0px;
}
