/*
05.Testimonial Section
=========================*/
.all-testimonial {
	text-align: center;
}
.all-testimonial .owl-item img {
	border-radius: 100%;
	border: 1px solid #0cb1f6;
}
.all-testimonial .owl-nav {
	bottom: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
	display: none;
}
.all-testimonial .owl-controls .owl-buttons div {
	background: none;
	opacity: 1
}
.all-testimonial {
	overflow: hidden;
	position: relative;
}
.all-testimonial .owl-item, .all-testimonial .item {
	float: left;
}
.client-thumb {
	border-radius: 100%;
	height: 100px;
	margin-right: 50px;
	width: 100px;
}
.sngl-client {
	border: 1px solid #fafafa;
	margin-bottom: 30px;
	text-align: center;
	margin: 5px;
}
.all-testimonial {
	text-align: center;
	padding-bottom: 50px;
}
.single-testimonial {
	display: inline-flex;
	padding: 40px 50px;
	max-width: 620px;
	width:100%;
	margin: 0px auto;
	background: #fff none repeat scroll 0 0;
	position: relative;
	text-align: left;
	border:1px solid #EFEFEF;
}
.client-comment p {
	font-style: italic;
	margin-bottom: 0px;
}
.all-testimonial.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: 16px;
	font-family: open sans;
	margin-bottom: 15px;
	display: inline-block;
}
.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: 0px;
}
.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;
}
.all-testimonial.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;
}
.all-testimonial.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%;
}
/*
* -------------------------------------------------------------
*    06.  PORTFOLIO 
* -------------------------------------------------------------
*/
#portfolio {
	overflow: hidden;
}
#portfolio .col {
	padding: 10px;
}
.portfolio-filter {
	padding-bottom: 20px;
}
.portfolio-filter ul {
	list-style: outside none none;
	margin-bottom: 0px;
	text-align: center;
}
.portfolio-filter ul li {
	margin: 5px;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 10px;
	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;
}
.portfolio-filter ul li.active, .portfolio-filter ul li:hover {
	background: #78abf1;
	border: 2px solid #78abf1;
	color: #fff;
}
.grid .mix {
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-work {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.36s ease-in-out 0s;
	transition: all 0.36s ease-in-out 0s;
}
.work-overlay {
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.36s ease-in-out 0s;
	transition: all 0.36s ease-in-out 0s;
	text-align: center;
	top: 50%;
	left: 0%;
	right: 0px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	opacity: 0;
	z-index: 999;
}
.work-overlay a {
	color: #fff;
}
.single-work {
	position: relative;
}
.single-work:after {
	content: "";
	background: rgba(120, 171, 241, 0.8) none repeat scroll 0 0;
	-webkit-transition: all 0.36s ease-in-out 0s;
	transition: all 0.36s ease-in-out 0s;
	z-index: 9;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 5px;
	position: absolute;
	opacity: 0;
}
.single-work:hover .work-overlay, .single-work:hover:after {
	opacity: 1;
}
.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%);
}
/*
* -------------------------------------------------------------
*    01. Special Features
* -------------------------------------------------------------
*/

.my-vcard-services i {
	font-size: 35px;
	line-height: 40px;
	color: #333;
	width: 70px;
	height: 70px;
	padding: 15px;
	border: 1px solid #78abf1;
}
.my-vcard-services h5 {
	letter-spacing: 1px;
}
.my-vcard-services .mask-top {
	background-color: #ffffff;
	padding: 65px 20px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align: center;
}
.my-vcard-services .mask-top i {
	display: block;
	margin: 0px auto;
	margin-bottom: 10px;
}
.my-vcard-services .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px;
}
.my-vcard-services .s-feature-box:hover .mask-top {
	top: -200px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.my-vcard-services .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 280px;
	border: 1px solid #dadada;
	margin-bottom: 25px;
	cursor: pointer;
	background: #78abf1;
}
.my-vcard-services .mask-bottom {
	color: #fff;
	padding: 35px 15px 35px 15px;
	width: 100%;
	position: absolute;
	bottom: -300px;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align: center;
}
.my-vcard-services .mask-bottom p {
	padding: 0px 5px;
	color: #fff;
	line-height:16px;
}
.my-vcard-services .s-feature-box:hover .mask-bottom {
	bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.my-vcard-services .mask-bottom i {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #78abf1;
	border-radius: 50%;
	color: #333;
	font-size: 31px;
	height: 80px;
	line-height: 52px;
	padding: 10px;
	width: 80px;
	margin-top: -20px;
}
.s-feature-box.box-shadow {
	transition: box-shadow 0.3s ease-in-out;
}
.s-feature-box.box-shadow:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.my-vcard-services .mask-bottom h5 {
	color: #FFF;
}
/*
2.Service Section
============================*/
.service-item .col{
	padding:10px;	
}
.service-item .inner {
	position: relative;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	padding: 20px 20px 10px 20px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 25px #f3f3f3;
	-webkit-box-shadow: 0 0 25px #f3f3f3;
	-moz-box-shadow: 0 0 25px #f3f3f3;
}
.service-content p {
	margin-bottom: 0;
	margin-top: 15px;
}
.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: 0px;
	position: absolute;
	width: 0px;
	border-left: 1px solid #0cb1f6;
	border-top: 1px solid #0cb1f6;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.service-item .inner::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	border-top: 1px solid #0cb1f6;
	border-right: 1px solid #0cb1f6;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.service-content::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	border-left: 1px solid #0cb1f6;
	border-bottom: 1px solid #0cb1f6;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.service-content::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	border-right: 1px solid #0cb1f6;
	border-bottom: 1px solid #0cb1f6;
	visibility: hidden;
	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: visible;
	transition: all 0.4s ease 0s;
	width: 25%;
	height: 25%;
}
.service-item .inner h2 {
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 0;
}
.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;
}
/*
* my-vcard-list-style
*/

ul.my-vcard-list-style {
	margin: 0px;
	padding: 0px;
	outline: none;
	list-style: none;
	padding-left: 10px;
	overflow: hidden;
	padding-bottom:30px;
}
ul.my-vcard-list-style li {
	padding-left: 30px;
	cursor: pointer;
	border-left: solid 1px #f3f3f3;
	position: relative;
}
ul.my-vcard-list-style li .text {
	padding-bottom: 20px;
}
ul.my-vcard-list-style li:last-child {
	padding-bottom: 0px;
	border: none;
}
ul.my-vcard-list-style li::before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 1px #ff5555;
	left: -10px;
	top: 8px;
}
ul.my-vcard-list-style li:hover::before {
	background: #ff5555;
}
ul.my-vcard-list-style h6 {
	padding: 0px;
	margin: 0px;
}
ul.my-vcard-list-style li.li_icon_class {
	border: none;
}
ul.my-vcard-list-style li.li_icon_class::before {
	display: none;
}
ul.my-vcard-list-style li .list-icon {
	position: absolute;
	left: -9px;
	top: 8px;
	font-size: 20px;
}
/*
* -------------------------------------------------------------
*    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;
}
/*
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: 4px;
	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.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-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;
}
}
/*
addone-heading
*/
.kc-contact-form7 h2{
	margin-top:30px;	
}
.addone-heading,
.kc-contact-form7 h2 {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	text-transform: capitalize;
}
.addone-heading:after,
.kc-contact-form7 h2:after {
	content: '';
	position: absolute;
	left: -40px;
	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) 80%);
	background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 80%);
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 80%);
}
/*
 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: 12px;
	height: 12px;
	top: 18px;
	left: -30px;
	border: 2px solid #2eca7f;
	border-top-color: rgb(46, 202, 127);
	border-right-color: rgb(46, 202, 127);
	border-bottom-color: rgb(46, 202, 127);
	border-left-color: rgb(46, 202, 127);
	z-index: 2;
}
ul.my-vcard-time li:hover::before {
	background: #2eca7f;
}
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;
	background-color: #fff;
	border-left: 2px solid #2eca7f;
	border-left-color: rgb(46, 202, 127);
}
.time-line-box::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #2eca7f;
	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: #2eca7f;
	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 #e0e0e0;
}
