/*

Table of Contents

1.0 - General
2.0 - Blockquote
3.0 - Highlight
4.0 - Dropcap
5.0 - Heading
6.0 - Buttons (shortcodes)
7.0 - More Link + Filter Link
8.0 - Icon Box
	8.0.1 - Iconbox Style 1
	8.0.2 - Iconbox Style 2
	8.0.3 - Iconbox Style 3
9.0 - Services List + Portfolio
	9.0.1 - Service Style1
	9.0.2 - Service Style 2 and 3
10.0 - Socials
11.0 - Counter
	11.0.1 - Counter Default
	11.0.2 - Counter Icon
12.0 - Countdown
13.0 - Promobox
14.0 - Blog
	14.0.1 - Sticky Post
	14.0.2 - Shortcodes Post
	14.0.3 - Single Post
	14.0.4 - Post Link
15.0 - Teams
	15.0.1 - Team Style 1
	15.0.2 - Team Style 2
	15.0.3 - Team Single Page
16.0 - Testimonial
	16.0.1 - Testimonial Default
	16.0.2 - Testimonial Slider
17.0 - Clients
	17.0.1 - Clients Slider
18.0 - Pricing Tables
19.0 - Contact
20.0 - Custom All
	
*/
/*=========================================================================
  General 
//=======================================================================*/
.st-iconbox .box-title,
.st-promobox .box-title,
.st-pricingbox .box-title,
.st-counter .box-title,
.st-service .service-content h4,
.team-container .team-meta h4,
.team-detail .post-title,
.portfolio-content h4,
.testimonial-meta h4,
.woocommerce ul.products li.product h3,
.woocommerce div.product .product_title,
.woocommerce #reviews #comments h2,
.woocommerce-tabs .panel.entry-content > h2,
.cross-sells > h2, .cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-checkout > h3,
h4.wpb_pie_chart_heading{
	font-size:18px;
	font-weight:600;
	letter-spacing:-.5px;
	line-height:1.4em;
	margin-bottom:20px;
}

/*=========================================================================
  Blockquote 
//=======================================================================*/
blockquote,
blockquote.pull-left,
blockquote.pull-right{
	border-width:0;
	padding:0 20px;
}
blockquote::before{
	position:relative;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:105px;
	line-height:100px;
	margin-bottom:-40px;
	content:'\201C';
	opacity:.5;
}
blockquote p{
	font-size:17px;
	line-height:28px;
	color:#202020;
}
blockquote cite{
	font-style:normal;
	display:block;
	position:relative;
	font-size:13px;
	color:#999;
	text-align:left;
	letter-spacing:1px;
}
.wpb_color blockquote cite,
.wpb_color blockquote p{
	color:inherit;
}
blockquote cite::before{
	position:relative;
	content:'';
	width:15px;
	bottom:4px;
	border-top:1px solid #e0e0e0;
	margin-right:7px;
	display:inline-block;
}
.wpb_color blockquote cite::before{
	border-color:inherit;
	opacity:.5;
}
blockquote.pull-left,
blockquote.pull-right{
	width:50%;
	max-width:300px;
}

/*=========================================================================
  Highlight
//=======================================================================*/
.st-highlight {
	font-weight:600;
	border-bottom:1px solid;
}

/*=========================================================================
  Dropcap
//=======================================================================*/
.st-dropcap,
.st-dropcap2{
	float:left;
	display:block;
	margin:5px 10px 0 0;
	width:40px;
	line-height:40px;
	font-size:2em;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}
.st-dropcap{
	font-size:48px;
	width:auto;
}
.st-dropcap2{
	color:#fff;
}

/*=========================================================================
  Heading
//=======================================================================*/
.st-heading{
	position:relative;
	margin-top:0;
	color:#222;
}
.st-heading::after{
	position:relative;
	display:block;
	content:'';
	width:30px;
	margin:15px 0;
	border-top:1px solid #19c2c8;
}
.st-heading.text-center::after{
	left:50%;
	margin-left:-15px;
}
.st-heading.text-right::after{
	left:0;
	margin-left:-30px;
}
.wpb_color .st-heading{
	color:inherit;
}
.st-heading .box-title{
	position:relative;
	font-size:28px;
	letter-spacing:-1px;
	margin-top:0;
}
.st-heading .box-content{
	position:relative;
    line-height: 1.65em;
	font-size:17px;
	font-weight:300;
	opacity:.65;
}
.st-heading .box-content strong,
.st-heading .box-content b{
	font-weight:600;
}

/*sub-heading*/
.comments-title,
.comment-reply-title{
	position:relative;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	margin:0;
	letter-spacing:1px;
}
.comments-title::after,
.comment-reply-title::after{
	position:relative;
	content:'';
	display:block;
	display:block;
	width:50px;
	margin:20px 0 30px;
	border-top:2px solid;
}

/*=========================================================================
  Buttons (shortcodes)
//=======================================================================*/
.st-button{
	display:inline-block;
	position:relative;
	white-space:nowrap;
	border-width:2px;
	border-style:solid;
	border-color:transparent;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:600;
	margin-right:10px;
	margin-bottom:10px;
}
.st-button i{
	margin-right:10px;
}
.st-button.size-small{
	font-size:10px;
	line-height:18px;
	letter-spacing:2px;
	padding:7px 20px;
}
.st-button.size-small i{
	margin-right:5px;
}
.st-button.size-medium{
	font-size:14px;
	line-height:20px;
	padding:10px 24px;
}
.st-button.size-large{
	font-size:14px;
	line-height:28px;
	padding:10px 30px;
}

.st-button.style-1{
	color:#fff;
	opacity:1;
	background-color:#19c2c8;
}
.st-button.style-1:hover{
	border-color:#19c2c8;
	color:#19c2c8;
	background:none;
}

.st-button.style-2{
	border-color:#19c2c8;
	color:#19c2c8;
}
.st-button.style-2:hover,
.wpb_color .st-button.style-2:hover{
	color:#fff;
	background-color:#19c2c8;
	border-color:#19c2c8;
}

.wpb_color .st-button.style-2{
	color:inherit;
	border-color:inherit;
}

/*=========================================================================
  More Link
//=======================================================================*/
.load-more{
	text-align:center;
}
.load-more a{
	margin-top:30px;
}

.load-filter{
	margin-bottom:20px;
}
ul#load-filter{
}
.load-filter::after,
ul#load-filter::after{
	clear:both;
	content:'';
	display:block;
	overflow:hidden;
}
.load-filter li{
	float:left;
	position:relative;
}
.load-filter li::before{
	display:inline-block;
	position:relative;
	content:'';
	height:11px;
	border-left:1px solid;
	margin:0 10px;
	opacity:.5;
}
.load-filter li:first-child::before{
	display:none;
}
.load-filter li a{
	display:inline-block;
	position:relative;
}
.load-filter li.active a{
	color:#262628;
	font-weight:bold;
}
.load-filter li a::after{
	position:absolute;
	content:'';
	border-top:2px solid #fbb034;
	left:50%;
	right:50%;
	bottom:-3px;
}
.load-filter li a:hover::after,
.load-filter li.active a::after{
	left:0;
	right:0;
}

/*=========================================================================
  Icon Box
//=======================================================================*/
.st-iconbox{}
.st-iconbox .box-icon{
	font-size:2em;
	line-height:100%;
	color:#19c2c8 ;
}
.st-iconbox .box-title{
	overflow:hidden;
}

/*Iconbox Style 1*/
.st-iconbox.style-1{
	text-align:center;
}
.st-iconbox.style-1 .box-icon{
	color:#111;
	font-size:4em;
	margin-bottom:20px;
	position:relative;
	width:101px;
	height:101px;
	line-height:101px;
	display:block;
	margin:0 auto 20px;
}
.st-iconbox.style-1:hover .box-icon{
	color:#19c2c8 ;
	font-size:3em;
}
.st-iconbox.style-1 .box-icon::after {
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	border:1px solid;
			border-radius:50%;
	-webkit-border-radius:50%;
			transform:scale(1.4);
	-webkit-transform:scale(1.4);
}
.st-iconbox.style-1:hover .box-icon::after{	
	opacity:1;
			transform:scale(1);
	-webkit-transform:scale(1);
}


/*Iconbox Style 2*/
.st-iconbox.style-2 .iconbox-container{
	position:relative;
}
.st-iconbox.icon-left .iconbox-container{
	padding-left:90px;
}
.st-iconbox.icon-right .iconbox-container{
	padding-right:90px;
}
.st-iconbox.style-2 .box-icon{
	position:absolute;
	content:'';
	top:0;
	width:69px;
	height:69px;
	color:#fff;
	text-align:center;
	line-height:69px;
	z-index:2;
			border-radius:50%;
	-webkit-border-radius:50%;
}
.st-iconbox.style-2:hover .box-icon{
	color:#19c2c8;
}
.st-iconbox.style-2 .box-icon::before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:3px solid rgba(255, 255, 255, .4);
			border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-iconbox.style-2:hover .box-icon::before{
	border:2px solid #19c2c8;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-iconbox.style-2 .box-icon::after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background-color:#19c2c8;
			border-radius:50%;
	-webkit-border-radius:50%;
			transform:scale(1);
	-webkit-transform:scale(1);
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-iconbox.style-2:hover .box-icon::after{
	opacity:0;
			transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-iconbox.icon-left .box-icon{
	left:0;
}
.st-iconbox.icon-right .box-icon{
	left:auto;
	right:0;
}
.st-iconbox.icon-right .box-title{
	text-align:right;
}
.st-iconbox.style-2 .box-content{}

/*Iconbox Style 3*/
.st-iconbox.style-3{
	padding:10%;
}
.st-iconbox.style-3:hover{
	color:#fff;
	background-color:rgba(0, 0, 0, .85);
}
.st-iconbox.style-3 .box-icon{
	font-size:3em;
	margin-bottom:20px;
}
.st-iconbox.style-3:hover .box-title{
	color:inherit;
}

/*=========================================================================
  Services List
//=======================================================================*/
.st-service{}
.service-container{
}
.service-link{
	margin-top:15px;
}
/*.service-image{
	overflow:hidden;
	position:relative;
}
.service-image a{
	display:block;
}
.service-link{
	overflow:hidden;
	margin-top:20px;
	display:inline-block;
}
.service-link a{
	font-size:13px;
	display:block;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	line-height:20px;
	color:#ffb300;
	letter-spacing:0.7px;
}
.service-link a:hover{
	color:inherit;
}
.service-link a::after{
	position:relative;
	content:'\2192';
	margin-left:5px;
}
.service-link a:hover::after{
	margin-left:15px;
}*/

/*Service Style 1*/
.service-container.style-1{
	position:relative;
	padding:30px;
	margin-top:35px;
	background-color:#f6f6f6;
}
.service-container.style-1 .service-icon{
	position:absolute;
	top:-34px;
	left:10%;
	width:55px;
	height:65px;
	line-height:65px;
	text-align:center;
	font-size:2em;
	color:#fff;
	background-color:#19c2c8 ;
}
.service-container.style-1 .service-content h4{
	margin-top:30px;
}


/*Service Style 2*/
.service-container.style-2{
	position:relative;
	padding-bottom:30px;
}
.service-container.style-2 .service-image{
	margin-bottom:30px;
}
.service-container.style-2 .service-content{
	/*padding:30px 40px;
	background-color:#f9f9f9;*/
}
.service-container.style-2 .service-content h4{
	margin-top:0;
}

/*=========================================================================
  Portfolio
//=======================================================================*/
.st-portfolio.nospace [class*="col-"] {
	padding: 0;
}
.st-portfolio.nospace .portfolio-container {
	margin-bottom: 0 !important;
}

.portfolio-container .portfolio-image,
.portfolio-container.style-2 .portfolio-image a{
	display:block;
	overflow:hidden;
	position:relative;
}
.portfolio-container .portfolio-image img{
	width:100%;
}
.portfolio-container .portfolio-image::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0;
	background-color:#000;
}
.portfolio-container:hover .portfolio-image::after{
	opacity:.65;
}

/*.portfolio-link a{
	color:inherit;
	font-size:12px;
	letter-spacing:.3px;
	position: relative;
}
.portfolio-link a::after{
	position:relative;
	content:'\2192';
	margin-left:7px;
}*/

/*Portfolio Style 1*/
.portfolio-container.style-1{
	position:relative;
}
.portfolio-container.style-1 .portfolio-content{
	position:absolute;
	left:0;
	right:30px;
	bottom:0;
	padding:20px 0;
	color:#fff;
	opacity:0;
}
.portfolio-container.style-1:hover .portfolio-content{
	opacity:1;
	left:30px;
}
.portfolio-container.style-1 .portfolio-content h4{
	color:inherit;
	margin-top:0;
}

/*Portfolio Style 2*/
.portfolio-container.style-2 .portfolio-content{
	padding:20px 30px;
	overflow:hidden;
	background-color:#f6f6f6;
}

.portfolio-container.style-2 .portfolio-content h4{
	margin:0;
}
.portfolio-container.style-2:hover .portfolio-content h4 a{
	color:#fff;
}
.portfolio-container.style-2 .portfolio-image{
	position:relative;
}
.portfolio-container.style-2 .portfolio-image img{
			transform:scale(1);
	-webkit-transform:scale(1);
}
.portfolio-container.style-2:hover .portfolio-image img{
			transform:scale(1.2);
	-webkit-transform:scale(1.2);
}

/*Meta Box*/
.st-metabox{
	padding:10px 20px;
	background-color:#f6f6f6;
	border-left:3px solid #ffb300;
}
.st-metabox ul{
	list-style:none;
	padding:0;
	margin:0;
}
.st-metabox ul li{
	border-bottom:1px solid #e2e6e7;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.st-metabox ul li:last-of-type{
	border-bottom:none;
}
.st-metabox ul li span{
	display:block;
	width:50%;
	padding:10px;
}
.st-metabox ul li span.box-label{
}
.st-metabox ul li span.box-value{
	font-weight:400;
}

/*=========================================================================
  Socials
//=======================================================================*/
.st-social{
	margin:0; !important;
}
.st-social ul.list-inline{
	margin:0;
}
.st-social li{
	display:inline-block;
	position:relative;
	padding-right:14px;
}
.st-social a{
	font-size:1em;
	position:relative;
	display:block;
	text-align:center;
	color:inherit;
	padding:0 10px;
}
.st-social a:hover{
	color:#33cc99;
	text-decoration:none;
}
/*=========================================================================
  Counter
//=======================================================================*/
.st-counter{
	text-align:center;
	/*padding:15%;*/
	color:#212121;
	/*background-color:#f6f6f6;*/
}
.wpb_color .st-counter{
	/*background-color:rgba(0, 0, 0, .65);*/
	color:inherit;
}
.st-counter .box-title{
	color:inherit;
	margin:0;
	padding:0;
	font-size:14px;
}
.st-counter.style-default .box-title::before,
.st-counter.style-icon .box-title::after{
	position:relative;
	display:block;
	content:'';
	left:50%;
	width:25px;
	margin:13px 0;
	border-top:1px solid #19c2c8;
			transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.st-counter .counter-number{
	font-size:36px;
	font-weight:600;
	line-height:100%;
}
.st-counter.style-icon .box-icon{
	font-size:2em;
	line-height:1em;
	margin-bottom:20px;
	opacity:.5;
}

.st-counter.icon-left{
	text-align:left;
}
.st-counter.icon-left .box-icon{
	float:left;
	margin-bottom:0;
	margin-right:20px;
}
.st-counter.icon-left .box-inner{
	overflow:hidden;
}
.st-counter.icon-left .box-title::after{
	left:0;
			transform:translateX(0);
	-webkit-transform:translateX(0);
}

/*=========================================================================
  Countdown
//=======================================================================*/
.st-countdown{
	text-align:center;
}
.st-countdown .countdown{
	display:inline-block;
}
.st-countdown .countdown-row{
	display:table;
}
.st-countdown .countdown-section{
	display: table-cell;
	vertical-align:middle;
	padding:0 20px;
	width:150px;
	margin-bottom:30px;
}
.st-countdown .countdown-amount{
	font-size:65px;
	line-height:100%;
	font-weight:400;
}
.st-countdown .countdown-period{
	display:block;
	font-size:13px;
	line-height:100%;
}

/*=========================================================================
  Promobox
//=======================================================================*/
.st-promobox{
	text-align:center;
	position:relative;
}
.st-promobox a{
	color:#fff;
}
.st-promobox a h4{
	color:inherit;
	margin-top:0;
}
.st-promobox a::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:.45;
	background-color:#000;
}
.st-promobox a:hover::before{
	opacity:0;
}
.st-promobox a .box-content{
	position:absolute;
	left:0;
	right:0;
	top:50%;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.st-promobox a .box-content-inner{
	padding:20px 10%;
	position:relative;
	z-index:2;
}
.st-promobox a .box-content-inner::before{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:38%;
	right:38%;
	z-index:-1;
	opacity:1;
	border:5px solid #33cc99;
}
.st-promobox a:hover .box-content-inner::before{
	opacity:0;
}
.st-promobox a .box-title,
.st-promobox a .box-subtitle{
	opacity:1;
			transform:translateY(0);
	-webkit-transform:translateY(0);
}
.st-promobox a:hover .box-title{
	opacity:0;
			transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.st-promobox a:hover .box-subtitle{
	opacity:0;
			transform:translateY(20px);
	-webkit-transform:translateY(20px);
}

/*=========================================================================
  Blog
//=======================================================================*/
.blogHolder {
	width:100%;
	margin:0;
}
.blog-container{
	margin-bottom:40px;
	padding-bottom:30px;
	overflow:hidden;
}
.post-thumb,
.post-slider,
.post-quote{
	position:relative;
	margin-bottom:35px;
}
.blog-container .post-thumb a{
	display:block;
}
.blog-container .post-quote,
.blog-single .post-quote{
	background-color:#fff;
	padding:7%;
	border:20px solid #f6f6f6;
}
.blog-container .post-quote blockquote,
.blog-single .post-quote blockquote{
	margin-bottom:0 !important;
	padding:0;
}
.blog-container .post-title,
.blog-single .post-title{
	font-size:30px;
	line-height:42px;
	font-weight:600;
}

.more-link a,
.service-link a,
.portfolio-link a{
	position:relative;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	font-size:13px;
}
.more-link a:hover,
.service-link a:hover{
	color:#222;
}
.more-link a::after,
.service-link a::after,
.portfolio-link a::after{
	font-family: 'FontAwesome';
	content:'\f0da';
	display:inline-block;
	margin-left:8px;
}
/*.more-link a,
.service-link a{
	position:relative;
	font-size:13px;
	color:#888;
	border-bottom:1px solid #eee;
}
.more-link a:hover,
.service-link a:hover{
	padding-left:20px;
	color:#222;
	border-bottom-color:#555;
}
.more-link a::before,
.service-link a:before{
	position:absolute;
	content:'\2192';
	font-size:14px;
	left:0;
	top:50%;
	opacity:0;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.more-link a:hover::before,
.service-link a:hover::before{
	opacity:1;
	color:#19c2c8;
}*/

/*post-meta*/
.post-meta{
	position:relative;
	font-size:12px;
	font-weight:600;
	color:#999;
	margin-bottom:30px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.post-meta a{
	color:inherit;
}
.post-meta > span{
	position:relative;
}
.post-meta > span::after{
	position:relative;
	content:'';
	height:11px;
	margin:0 7px;
	display:inline-block;
	border-right:1px solid #ebebeb;
}
.post-meta > span:last-of-type::after{
	display:none;
}
.post-meta i{
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	margin-right:4px;
}
.post-meta strong{
	font-weight:600;
	margin-right:4px;
}
.post-meta .post-author a{
}

/*post tags*/
.post-tags{
	font-size:13px;
}
.post-tags strong{
	color:#212121;
	font-weight:600;
	margin-right:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*post Author*/


/*post Nav*/
.post-navigation{
	margin:60px 0;
}
.post-navigation .nav-links{
	display:table;
	width:100%;
	table-layout:fixed;
	vertical-align:middle;
}
.post-navigation .nav-links > div{
	display:table-cell;
}
.post-navigation .nav-links > div a{
	padding:20px;
	background-color:#f6f6f6;
	margin:.5px;
	display:block;
}
.post-navigation .nav-links > div a:hover{
	background-color:#262626;
	color:#fff;
}
.post-navigation .nav-previous{
	text-align:left;
}
.post-navigation .nav-next{
	text-align:right;
}
.post-navigation .nav-previous a::before{
	position:relative;
	content:'\2190';
	margin-right:10px;
}
.post-navigation .nav-previous a::after{
	color:#909090;
	position:relative;
	content:attr(rel);
	font-style:italic;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	display:none;
}
.post-navigation .nav-next a::before{
	color:#909090;
	position:relative;
	content:attr(rel);
	font-style:italic;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	display:none;
}
.post-navigation .nav-previous a:hover::after,
.post-navigation .nav-next a:hover::before{
	color:inherit;
}
.post-navigation .nav-next a::after{
	position:relative;
	content:'\2192';
	margin-left:10px;
}

/*Post List*/

/*Sticky Post*/
.sticky .blog-container .post-meta::before{
	background-color:#19c2c8 ;
}

/*Single Post*/

/*Shortcodes Post*/
.st-blog .blog-container{
	padding:0;
	background-color:#f2f2f2;
}
.st-blog .blog-container .post-thumb,
.st-blog .blog-container .post-slider,
.st-blog .blog-container .post-quote{
	margin-bottom:0;
}
.st-blog .blog-container .blog-inner{
	padding:40px;
}
.st-blog .blog-container .post-title{
	font-size:22px;
	line-height:29px;
	margin-top:0;
}
.st-blog .blog-container .post-meta{
	padding-left:0;
}
.st-blog .blog-container .post-meta::before{
	display:none;
}

/*=========================================================================
  Team
//=======================================================================*/
.team-container{
	position:relative;
	overflow:hidden;
}
.team-container .team-photo{
	position:relative;
	overflow:hidden;
}
.team-container .team-photo::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0;
	background-color:#FFF;
}
.team-container:hover .team-photo::after{
	opacity:.65;
}
.team-container .team-inner{
	overflow:hidden;
	clear:both;
}
.team-container .team-meta h4{
	margin:0;
	color:inherit;
	font-size:14px;
	letter-spacing:.5px;
	text-transform:uppercase;
}
.team-container .team-position{
	color:#33cc99;
}
.team-container .st-social li{
	padding:0;
	border-left:1px solid;
}
.team-container .st-social li:first-child{
	border-left:none;
}
.team-container .st-social li:first-child a{
	padding-left:0;
}

.team-container.style-1 .team-inner{
	position:absolute;
	left:0;
	top:0;
	right:0;
	padding:20px;
	color:#fff;
	opacity:0;
			transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
}
.team-container.style-1:hover .team-inner{
	opacity:1;
			transform:translateX(0);
	-webkit-transform:translateX(0);
}
.team-container.style-1 .team-meta,
.team-container.style-2 .team-photo,
.team-container.style-2 .team-meta,
.team-container.style-2 .team-content{
	margin-bottom:20px;
}

.team-container.style-2 .team-inner{
	margin-bottom:20px;
}
.team-container.style-2 .st-social{
	/overflow:hidden;
}

/*=========================================================================
  Testimonial
//=======================================================================*/
.st-testimonial{}
.testimonial-photo{
	width:65px;
	height:65px;
	overflow:hidden;
	float:left;
	margin-right:20px;
			border-radius:50%;
		-ms-border-radius:50%;
	-webkit-border-radius:50%;
}
.testimonial-meta{
	overflow:hidden;
}
.testimonial-meta h4{
	margin-top:8px;
	margin-bottom:0;
	font-size:14px;
}
.testimonial-content{
	position:relative;
	color:#212121;
	margin-bottom:30px;
}
.testimonial-position{
	color:#1bd1c7 ;
}
.wpb_color .testimonial-content{
	color:inherit;
}

.st-testimonial .testimonial-container{
	padding-left:85px;
	padding-right:30px;
	padding-bottom:20px;
	position:relative;
}
.st-testimonial .testimonial-photo{
	position:absolute;
	left:0;
	top:0;
}
.st-testimonial .testimonial-content{
	margin-bottom:15px;
}

.st-testimonial-slider .testimonial-container{
	margin-bottom:20px;
}
.st-testimonial-slider .testimonial-photo{
	width:50px;
	height:50px;
}
.st-testimonial-slider .testimonial-content{
	position:relative;
	background-color:rgba(0, 0, 0, .075);
	padding:20px;
			border-radius:2px;
	-webkit-border-radius:2px;
}
.st-testimonial-slider .testimonial-content::after{
	position:absolute;
	left:40px;
	bottom:-9px;
	content:'';
	border-top:9px solid rgba(0, 0, 0, .075);
	border-right:15px solid transparent;
}
.st-testimonial-slider .testimonial-meta h4{
	margin-top:5px;
}

/*=========================================================================
  Clients
//=======================================================================*/
.st-client{
	overflow:hidden;
}
.st-client ul.list-inline{
	margin:0;
}
.st-client ul.list-inline li{
	position:relative;
	text-align:center;
}
.st-client ul.list-inline li span{
	display: block;
	margin:3px;
	background-color:rgba(0, 0, 0, 0.1);
}
.st-client ul.list-inline li:hover span{
}
.st-client ul.list-inline li span img{
	width:auto;
}
.st-client ul.list-inline li span img:hover{
}

.st-client-slider .client-container{
	padding:5px 30px;
}


/*=========================================================================
  Pricing Tables
//=======================================================================*/
.st-pricingbox{
	display:block;
	text-align:center;
}
.st-pricingbox .box-content ul{
	list-style:none;
	margin:0;
	padding:0;
}

.st-pricingbox.style-1{
	position:relative;
	padding:20px 15px;
	margin:0 -15.5px;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}
.st-pricing-group > div:first-child .st-pricingbox.style-1{
	border-left:none;
}
.st-pricing-group > div:last-of-type .st-pricingbox.style-1{
	border-right:none;
}
.st-pricingbox.style-1 .box-title{
	margin-top:0;
	margin-bottom:30px;
	text-transform:uppercase;
}
.st-pricingbox.style-1 .box-price{
	margin-bottom:30px;
}
.st-pricingbox.style-1 .price-currency{
	vertical-align:top;
	font-size:17px;
	font-weight:400;
}
.st-pricingbox.style-1 .price-cost{
	font-size:56px;
	line-height:60px;
	color:#111;
	letter-spacing:-3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.st-pricingbox.style-1 .price-note{
	vertical-align:text-bottom;
	margin-left:10px;
}
.st-pricingbox.style-1 .box-content{
	margin-bottom:30px;
}

.st-pricingbox.style-1.box-featured{
	z-index:2;
}
.st-pricingbox.style-1:hover .box-title,
.st-pricingbox.style-1:hover .price-cost,
.st-pricingbox.style-1.box-featured .box-title,
.st-pricingbox.style-1.box-featured .price-cost{
	color:#33cc99;
}
.st-pricingbox.style-1 .box-link a{
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	padding:13px 17px;
	letter-spacing:1px;
	color:#fff;
	background-color:#212121;
}
.st-pricingbox.style-1 .box-link a:hover{
	background-color:#33cc99;
}

/*=========================================================================
  contact
//=======================================================================*/
.st-contact-form label{
	display:block;
}
.st-contact-info,
.st-contact-info li{
	list-style:none;
	padding:0;
	margin:0;
}
.st-contact-info li{
	display:table;
	width:100%;
	table-layout:fixed;
	margin-bottom:5px;
}
.st-contact-info li div,
.st-contact-info li p{
	display:table-cell;
	vertical-align:top;
}
.st-contact-info li div{
	width:100px;
	text-transform:uppercase;
}

/*=========================================================================
  Custom All
//=======================================================================*/
.st-inherit .st-heading{
	color:inherit;
}

.st-inherit h1, 
.st-inherit h2, 
.st-inherit h3, 
.st-inherit h4, 
.st-inherit h5, 
.st-inherit h6{
	color:inherit;
}
.text-center{
	text-align:center;
}

/*===========Custom VC Styles============*/
body .vc_tta.vc_tta-style-modern .vc_tta-panel-body, 
body .vc_tta.vc_tta-style-modern .vc_tta-panel-heading{
	background:none;
}
body .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
body .vc_toggle .vc_toggle_title > h4{
	font-size:15px;
	font-weight:normal;
	line-height:26px;
}
body .vc_toggle{
	margin-bottom:0;
}
body .vc_toggle_title{
	padding:4px 0;
}
body .vc_toggle_title > h4{
	display:inline-block;
}
body .vc_toggle_content{
	margin:0;
}
body .vc_pie_chart canvas{
	margin-bottom:20px;
}
body .vc_pie_chart h4{
	margin:0;
}
body .vc_progress_bar .vc_single_bar,
body .vc_progress_bar .vc_single_bar .vc_bar{
			box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
			border-radius:0;
	-webkit-border-radius:0;
	text-shadow:0 0 0;
}
body .vc_progress_bar .vc_single_bar .vc_bar{
	background-color:#ffb300;
}
body .vc_progress_bar .vc_general .vc_label{
	text-shadow:0 0 0 !important;
	font-size:13px;
	font-weight:400;
	color:#fff;
}
body .vc_images_carousel .vc_carousel-indicators li{
	background-color:#fff;
	border:none;
}
body .vc_images_carousel .vc_carousel-indicators .vc_active{
	background-color:#ffb300;
	border:none;
}
body .vc_tta.vc_general .vc_tta-tab > a,
body .vc_tta.vc_general .vc_tta-panel,
body .vc_toggle{
	opacity:.7;
}
body .vc_tta.vc_general .vc_tta-tab > a:hover,
body .vc_tta.vc_general .vc_tta-tab.vc_active > a,
body .vc_tta.vc_general .vc_tta-panel.vc_active, 
body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
body .vc_toggle_active{
	opacity:1;
}