/*============================================================
    CSS TABLE OF CONTENTS
==============================================================
	0. Heading
	1. Special Features
	2. Feature area 
	3. Icon List style
	4. Work Process
	5. Heading Block
	6. PORTFOLIO 
	7. TESTIMONIAL
	8. Team
	9. skills
=============================================================*/
.section-padding{
	padding-top:30px;
	padding-bottom:30px;
	
}
.wpb_content_element{
	margin:0px!important;
		
}
/*
* -------------------------------------------------------------
*    01. Special Features
* -------------------------------------------------------------
*/
.cs-heading-block{
	padding:60px 0px 30px 0px;
}
.cs-heading-block h2{
	margin-top:0px;
}
.cs-heading-block h6{
	margin-bottom:0px;
	font-weight:normal!important;
}
/*
* -------------------------------------------------------------
*    01. Special Features
* -------------------------------------------------------------
*/
.cs-services.section-padding{
	padding-bottom:20px;
}

.cs-services .section-title hr {
	border-color: #151515;
}
.cs-services i {
	font-size: 35px;
	line-height: 40px;
	color: #333;
	width: 70px;
	height: 70px;
	padding: 15px;
	border: 1px solid #78abf1;
	box-shadow: 5px 5px 0 0 #78abf1;
}
.cs-services h5 {
	letter-spacing: 1px;
}
.cs-services .mask-top {
	background-color: #ffffff;
	padding: 65px;
	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;
}
.cs-services .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px;
}
.cs-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;
}
.cs-services .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 280px;
	border: 1px solid #dadada;
	margin-bottom: 25px;
	cursor: pointer;
	background: #78abf1;
}
.cs-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;
}
.cs-services .mask-bottom p {
	padding: 0px 5px;
	color:#fff;
}

.cs-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;
}
.cs-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;
}
.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);
}

.cs-services .mask-bottom h5{
	color:#FFF;	
}

/* -----------------------------
2. Feature area 
-------------------------------- */
.feature-section.section-padding{
	overflow:hidden;
}
.feature-block {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 40px 40px 35px;
	position: relative;
	
}
.feature-block::before {
	background: #78abf1  none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 2px;
}
.feature-block:hover::before {
	left: 0;
	opacity: 1;
}
.feature-block .feature-content > h5 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-top:0px;
}
.feature-block .feature-icon{
	display:block;
	text-align:center;	
}
.feature-block .feature-icon i {
	font-size: 48px;
}
.feature-block .feature-content i {
	font-size: 15px;
	margin-left: 3px;
	transition: .3s ease-in-out 0s;
}
.feature-block .feature-content {
	width: 75%;
	overflow: hidden;
}
.feature-block a {
	color: #78abf1;
	font-family: raleway;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.feature-block a:hover i {
	padding-left: 8px;
}
.feature-block i {
	float: none;
}
.feature-block .feature-content {
	width: 100%;
	margin-top:30px;
}
.feature-block p {
	margin-bottom: 30px;
}
.feature-block.box-shadow{
	
  transition: box-shadow 0.3s ease-in-out;
}
.feature-block.box-shadow:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.feature-section.section-padding h5,
.feature-section.section-padding h4 {
	margin-top:0px;
}
/* -----------------------------
3. Icon List style
-------------------------------- */
ul.cs-icon-list{
	margin:0px;
	padding:0px;	
}
ul.cs-icon-list li{
	padding-left:100px;
	display:block;
	list-style:none;
	position:relative;
	padding-bottom:30px;
}
ul.cs-icon-list li:last-child{
	padding-bottom:0px;	
}
ul.cs-icon-list li:last-child p{
	margin-bottom:0px;	
}
ul.cs-icon-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size: 30px;
	height: 65px;
	line-height:65px;
	text-align:center;
	width: 65px;
	border: 1px solid #78abf1;
	color: #78abf1;
	-webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
	
}
ul.cs-icon-list li:hover .icon {
	box-shadow: 5px 5px 0 0 #78abf1;
}
ul.cs-icon-list.round li .icon{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	
}
ul.cs-icon-list.round i{
	display:block;
	text-align:center;
	line-height:30px;	
}

/* -----------------------------
4. Work Process
-------------------------------- */

.cs-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;
}

.cs-work-process:hover .project-icon {
  background: #78abf1;
  border: 1px solid transparent;
}
.cs-work-process::before {
  background: #78abf1;
  content: "";
  height: 1px;
  right: -20%;
  top: 40%;
  /*transform: translateX(50%);*/
  position: absolute;
  width:40%;
  
}
.cs-work-process.last-child::before{
  display: none!important
}
.project-icon i {
  color: #fff;
  font-size: 60px;
}
.project-icon p {
  background: #78abf1 none repeat scroll 0 0;
  border: 1px solid #78abf1;
  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;
}
.cs-work-process h5 {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: -5px;
  margin-top: 35px;
  text-transform: capitalize;
  
  padding:0px;
}
.cs-work-process.color_mode .project-icon i {
	color:#78abf1;
}
.cs-work-process.transparent .project-icon {
 border: 1px solid #fff;
}
.cs-work-process.transparent .project-icon:hover{
	 border: 1px solid transparent;
}
.cs-work-process.color_mode:hover .project-icon i {
	color:#FFF;	
}

.cs-work-process.color_mode::before {
	 background: #78abf1;
}
.cs-work-process.transparent h5{
	color:#FFF;
	text-transform:uppercase;	
}

.cs-work-process.color_mode h5{
	color:#78abf1;
	text-transform:uppercase;	
}



/*
* -------------------------------------------------------------
*    06.  PORTFOLIO 
* -------------------------------------------------------------
*/
#portfolio{
	overflow:hidden;	
}
.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 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;
}
.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 {
    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%);
}
/*
* -------------------------------------------------------------
*    07.TESTIMONIAL
* -------------------------------------------------------------
*/

.testimonial-section .owl-nav.disabled{
	display:none;	
}
.testimonial-section{
	overflow:hidden;
	position:relative;
}
.testimonial-section .owl-item,
.testimonial-section .item{
	float:left;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding-top: 15px;
}
.testimonial-content{
	position: relative;
	display: inline-block;
	border: 1px solid #f2f2f2;
	padding: 40px 30px 30px 34px;
	background-color: #fff;
	position: relative;
	margin-bottom: 38px;
	
}

.testimonial-content::after {
	position: absolute;
	content: "";
	bottom: -25px;
	left: -1px;
	width: 0;
	height: 0;
	border-top: 25px solid #78abf1;
	border-left: 30px solid transparent;
}
.testimonial-content span{
	background-color: #979797;
	height: 36px;
	width: 44px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 36px;
	position: absolute;
	left: 34px;
	top: -15px;
}
.testimonial-content h3{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 26px;
}
.testimonial-content p{
	font-size: 14px;
	color: #777;
	line-height: 24px;
	font-weight: 400;
}
.testimonial-box h3{
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	text-transform: uppercase;
}
.testimonial-box  h3 span {
	font-weight: 400;
	line-height: 26px;
	color: #999;
	text-transform: capitalize;
	position: relative;
	padding-left: 11px;
}
.testimonial-box h3 span::before{
	position: absolute;
	content: ",";
	left: 3px;
	bottom: -3px;
}
.testimonial-box ul {
	padding-left: 0;
}
.testimonial-box ul li{
	display: inline-block;
	color: #f7c51d;
}
.testimonial-box ul li:last-of-type{
	color: #bfbfbf;
}
.testimonial-box.all ul li{
	color: #f7c51d;
}

.vc_column_container>.vc_column-inner {
    padding: 0 !important
}


/*
* -------------------------------------------------------------
*    08. Team
* -------------------------------------------------------------
*/

/*.team-box{
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	text-align:center;
	color: #fff;
	
}
.team-content{
	display:block;
	background: rgba(120, 171, 241, 0.8);
	width: 100%;
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	opacity: 0;
	padding-top:20px;
}
.team-content h5{
	text-transform: capitalize;
	display: block;
	margin: 0;
	color: #fff;
	word-wrap: break-word;
}
.team-content a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #fff;
}
.team-content ul {
	padding-left: 0;
	background-color: rgba(34,34,34,0.9);
	margin-bottom: 0;
	text-align: center;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-top:20px;
}
.team-content ul li {
	display: inline-block;	
}
.team-content ul li:first-of-type{
	border-left: 1px solid rgba(236,236,236,0.1);
}
.team-content ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: relative;
	z-index: 2;
	border-right: 1px solid rgba(236,236,236,0.1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.team-content ul li a:hover {
	background-color: #78abf1;
	color: #fff;
}
.team-box > h5{
	text-transform: capitalize;
	text-align: center;
	background-color: rgba(34,34,34,0.9);
	color: #fff;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	
}
.team-section .team-box:hover > h5{
	opacity: 0;
	top: 0;
	
}
.team-section .team-box:hover .team-content {
    opacity: 1;
}*/


.tc-member-style1 {overflow: hidden;box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);}
.tc-member-style1 .member-photo {overflow: hidden;position: relative;}
.tc-member-style1 .member-photo img {-transition: all .3s cubic-bezier(0, 0, 0, 0.1);transition: all .3s cubic-bezier(0, 0, 0, 0.1);-webkit-transform: scale(1);transform: scale(1);}
.tc-member-style1 .member-icons {margin-top: 10px;position: absolute;bottom: 20px;width: 70%;background: rgba(255, 255, 255, 0.13);text-align: center;padding: 6px 20px;}
.tc-member-style1.member-light .member-icons {background: rgba(0, 0, 0, 0.3);}
.tc-member-style1 .member-icons:before {content: '';position: absolute;right: -100%;height: 1px;width: 100%;background: rgba(255, 255, 255, 0.13);top: 50%;}
.tc-member-style1.member-light .member-icons:before {background: rgba(0, 0, 0, 0.3);}
.tc-member-style1 .member-icon i {font-size: 13px;color: rgb(255, 255, 255);margin: 0 6px;-webkit-transition: transform .2s cubic-bezier(0, 0, 0, 0.6), -webkit-transform .2s cubic-bezier(0, 0, 0, 0.6);transition: transform .2s cubic-bezier(0, 0, 0, 0.6), -webkit-transform .2s cubic-bezier(0, 0, 0, 0.6);-webkit-transform: scale(1);transform: scale(1);}
.tc-member-style1 .member-info {padding: 25px 20px;}
.tc-member-style1 .member-name {font-size: 18px;margin: 0;}
.tc-member-style1 span.member-role {font-size: 12px;color: #999;display: block;}
.tc-member-style1 .member-icon i:hover {-webkit-transform: scale(1.2);transform: scale(1.2);}
.tc-member-style1:hover .member-photo img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.tc-member-style1.member-align-right {text-align: right;}
.tc-member-style1.member-align-right .member-icons {right: 0;}
.tc-member-style1.member-align-right .member-icons:before {left: -100%;}
.tc-member-style1.member-align-center {text-align: center;}
.tc-member-style1.member-align-center .member-icons {left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.tc-member-style1.member-align-center .member-icons:before {right: 100%;}
.tc-member-style1.member-align-center .member-icons:after {content: '';position: absolute;left: 100%;height: 1px;width: 100%;background: rgba(255,255,255,0.1);top: 50%;}

/*
* -------------------------------------------------------------
*    9. skills
* -------------------------------------------------------------
*/
.cs-skills-progress{
    overflow: hidden;
	
}
.cs-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;
	
}
.cs-skills-progress .progress:last-child{
	margin-bottom:0px;	
}
.cs-skills-progress .progress-bar {
    background: #333 none repeat scroll 0 0;
    box-shadow: none;
}
.cs-skills-progress .progress .lead {
    left: 0;
    top: -25px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
}
.cs-skills-progress .progress-bar > p {
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-right:0px;
    margin-top: -25px;
    position: relative;
    color: #333;
}



/*
* -------------------------------------------------------------
*    08.logo-carousel
* -------------------------------------------------------------
*/

.logo-carousel .owl-nav.disabled{
	display:none;	
}
.logo-carousel{
	overflow:hidden;
	position:relative;
}
.logo-carousel .owl-item{
	float:left;
}
.logo-carousel .logo-carousel-item{
	display:block;
	border:1px solid #D6D6D6;
	-webkit-transition: all 1s ease 3s;
	-moz-transition: all 1s ease 3s;
	-o-transition: all 1s ease 3s;	
}
.logo-carousel .logo-carousel-item:hover{
	border:1px solid #D6D6D6;
}
/*
* -------------------------------------------------------------
*    09.Contact us
* -------------------------------------------------------------
*/

.contact_locate {
    margin: 0;
	padding:0px;
}
.contact_locate li{
	list-style:none;
	display:block;
	margin-bottom:30px;
	padding-left:40px;
	position:relative;	
}
.contact_locate li i{
	position:absolute;
	left:0px;
	top:0px;
	font-size:30px;	
}

