/*

Table of Contents

1.0 - General
	1.0.1 - Standart Button
	1.0.2 - Default Overlay
2.0 - Blockquote
3.0 - Highlight
4.0 - Dropcap
	4.0.1 - Dropcap
	4.0.2 - Dropcap 2
5.0 - Heading
	5.0.1 - Heading Text Left
	5.0.2 - Heading Text Center
	5.0.3 - Heading Text Right
	5.0.4 - Sub-Heading
6.0 - Buttons (shortcodes)
7.0 - More 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
	9.0.1 - Service Style 1
	9.0.2 - Service Style 2
10.0 - Socials
11.0 - Counter
	11.0.1 - Counter Default
	11.0.2 - Counter Icon
12.0 - Countdown
13.0 - COntent Box
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-pricingbox .box-title,
.st-counter .box-title,
.st-service .service-content h4,
.team-container .team-meta h4,
.team-detail .post-title,
.testimonial-meta h4,
.st-promobox a .box-title{
	font-size: 18px;
    font-weight:600;
	margin-top:0;
}

/*standart button*/
.st-service .service-link a,
.st-iconbox .box-link a,
.st-pricingbox.style-1 .box-link a,
.st-promobox .box-link a,
.blog-container .more-link a{
	background:transparent;
	border:2px solid #303030;
	box-sizing:initial !important;
	cursor:pointer;
	color:#303030;
	display:inline-block;
	font-style:normal;
	font-weight:700;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	line-height:39px;
	padding:0 23px;
	white-space:nowrap;
	text-decoration:none;
			border-radius:4px;
	-webkit-border-radius:4px;
			transition:color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-webkit-transition:color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
.st-pricingbox.style-1 .box-link a{
	line-height:34px;
	padding:0 18px;
}
.st-service .style-1 .service-link a,
.st-promobox .box-link a,
.blog-container .more-link a,
.woocommerce ul.products li.product .button,
.woocommerce .widget_price_filter .price_slider_amount .button{
	font-size:12px;
	line-height:30px;
	padding:0 16px;
	letter-spacing:.5px;
}
.st-promobox .box-link a{
	color:#fff;
	border-color:#fff;
}
.st-pricingbox.style-1.box-featured .box-link a{
	border-color:#076fec;
	color:#076fec;
}
.st-service .service-link a:hover,
.st-iconbox .box-link a:hover,
.st-pricingbox.style-1 .box-link a:hover,
.st-promobox .box-link a:hover,
.blog-container .more-link a:hover{
	background-color:#076fec;
	border-color:#076fec;
	color:#fff;
}
.st-service .style-1 .service-link a:hover{
	background-color:#fff;
	border-color:#fff;
	color:#076fec;
}

/*Default Overlay*/
.st-promobox .box-image::after,
.blog-container .post-thumb a::after,
.blog-single .post-thumb a::after,
.service-container.style-2 .service-image a::after{
	position:absolute;
	content:'';
	background:rgba(21, 21, 21, 0.78);
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
			transition:opacity 0.4s ease-in-out 0s;
	-webkit-transition:opacity 0.4s ease-in-out 0s;
}
.blog-container .post-thumb a:hover::after,
.blog-single .post-thumb a:hover::after,
.service-container.style-2 .service-image a:hover::after{
	opacity:1;
}
.st-promobox .box-image::after{
	opacity:1;
}
.st-promobox:hover .box-image::after{
	opacity:0.3;
}

/*optional class*/
.opt_shadow{
			box-shadow:0 13px 25px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow:0 13px 25px rgba(0, 0, 0, 0.09);
}
.working_time{
	color:#fff;
}
.working_time .st-heading h3.box-title{
	color:inherit;
}
.working_time .st-heading .box-title::after{
	background-color:#fff;
}
.working_time .st-metabox ul li{
	padding:15px 0;
	border-color:rgba(255, 255, 255, .15);
}
.working_time .st-metabox ul li::before{
	position:relative;
	font-family: 'FontAwesome';
	content:'\f0da';
	display:block;
	float:left;
	margin-right:10px;
	top:10px;
}

/*=========================================================================
  Blockquote 
//=======================================================================*/
blockquote,
blockquote.pull-left,
blockquote.pull-right{
	border:none;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:20px 0 20px 55px;
	max-width:700px;
	position:relative;
}
blockquote{
	margin:15px auto;
}
blockquote p{
	line-height:22px;
	font-size:15px;
	margin-bottom:10px;
}
blockquote::before{
	position:absolute;
	content:'\f10d';
	left:0;
	top:10px;
 	font-family: 'FontAwesome';
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	background-color:#076fec;
	color:#fff;
			border-radius:20px;
	-webkit-border-radius:20px;
}
blockquote.pull-left,
blockquote.pull-right{
	max-width:300px;
}
blockquote.pull-left{
	margin-right:30px;
}
blockquote.pull-right{
	margin-left:30px;
}
blockquote cite{
	font-size:13px;
	font-style:normal;
	opacity:.7;
	line-height:1;
	display:block;
	margin-top:20px;
}

/*=========================================================================
  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;
}
/*Dropcap*/
.st-dropcap{
	font-size:48px;
	width:auto;
}
/*Dropcap 2*/
.st-dropcap2{
	color:#fff;
}

/*=========================================================================
  Heading
//=======================================================================*/
.st-heading{
	position:relative;
	margin-top:0;
	margin-bottom:40px;
}
.st-heading::after{
	content:'';
	display:block;
	overflow:hidden;
}
.st-heading .box-title{
	letter-spacing:-.5px;
	margin-top:0;
	font-size:24px;
	line-height:30px;
}
.st-heading .box-content{
	font-size: 16px;
	line-height:26px;
    position: relative;
	color:#999;
}
.st-heading .box-title::after{
	position:relative;
	display:block;
	content:'';
	width:48px;
	height:4px;
	margin:10px 0 0;
	background-color:#076fec;
}

.st-heading.text-center .box-title::after{
	margin-left:auto;
	margin-right:auto;
}
.st-heading.text-right .box-title::after{
	left:100%;
	margin-left:-48px;
}

/*sub-heading*/
.st-subheading,
.upsells > h2,
.related > h2,
.cart-collaterals h2,
.shipping_calculator > h2,
h3.comment-reply-title,
.address .title h3,
.woocommerce-tabs .panel h2, 
.related products h2, 
#order_review_heading, 
.woocommerce-billing-fields > h3, 
#ship-to-different-address label{
	font-size:19px;
	margin-bottom:30px;
}

/*=========================================================================
  Buttons (shortcodes)
//=======================================================================*/
.st-button{
	display:inline-block;
	cursor:pointer;
	white-space:nowrap;
	position:relative;
	vertical-align:middle;
	line-height:21px;
	font-size:12px;
	padding:9px 26px;
	overflow:hidden;
	text-transform:uppercase;
	background-color:#076fec;
	color:#fff;
	border:2px solid transparent;
			box-shadow:0 1px 6px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.12);
	-webkit-transition:box-shadow 0.35s ease 0s;
	   -moz-transition:box-shadow 0.35s ease 0s;
			transition:box-shadow 0.35s ease 0s;
}
.st-button:hover{
	color:#fff;
			box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.st-button span{
	z-index:2;
	font-weight:700;
	letter-spacing:0.5px;
}
.st-button i{
	z-index:2;
	margin-right:7px;
	font-size:14px;
}
.st-button.size-small{
	font-size: 11px;
    padding: 7px 24px;
}
.st-button.size-large{
	ont-size: 13px;
    padding: 12px 35px;
}

.st-button.style-2{
	background:none;
	border-color:#076fec;
	color:#076fec;
}
.st-button.style-2:hover{
	color:#fff;
	border-color:transparent;
	background-color:#076fec;
}

/*=========================================================================
  More Link
//=======================================================================*/
.load-more{
	text-align:center;
}
.load-more a{
	margin-top:30px;
}

/*=========================================================================
  Icon Box
//=======================================================================*/
.st-iconbox .box-icon{
	font-size:2em;
	line-height:100%;
}
.st-iconbox .box-content{
	clear:both;
}
.st-iconbox .box-link{
	margin-top:30px;
	display:inline-block;
}

/*Iconbox Style 1*/
.st-iconbox.style-1{
	position:relative;
	text-align:center;
	padding:70px 40px 40px;
	margin-top:35px;
	background-color:#f8f8f8;
}
.st-iconbox.style-1 .box-icon{
	position:absolute;
	left:50%;
	top:0;
	width:76px;
	height:76px;
	line-height:76px;
	background-color:#f0f0f0;
	overflow:hidden;
			border-radius:50%;
	-webkit-border-radius:50%;
			transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.st-iconbox.style-1 .box-icon::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:150%;
	height:200%;
	background-color:#076fec;
			transform:rotateZ(45deg);
	-webkit-transform:rotateZ(45deg);
	-webkit-transition:top 0.35s ease-in-out 0s; 
	   -moz-transition:top 0.35s ease-in-out 0s;
			transition:top 0.35s ease-in-out 0s;
}
.st-iconbox.style-1:hover .box-icon::before{
	top:-35px;
}
.st-iconbox.style-1 .box-icon span{
	position:absolute;
	display:block;
	line-height:72px;
	left:5px;
	top:5px;
	right:5px;
	bottom:5px;
	background-color:#fff;
			border-radius:50%;
	-webkit-border-radius:50%;
}
.st-iconbox.style-1 .box-icon i{
	line-height:1;
}

/*Iconbox Style 2*/
.st-iconbox.style-2{
	position:relative;
}
.st-iconbox.style-2 .box-title{
	font-size:16px;
	margin-bottom:15px;
}
.st-iconbox.style-2 .box-icon{
	position:absolute;
	top:0;
	-webkit-transition:color 0.2s ease-in-out 0s;
	   -moz-transition:color 0.2s ease-in-out 0s;
			transition:color 0.2s ease-in-out 0s;
}
.st-iconbox.style-2:hover .box-icon{
	color:#076fec;
}

.st-iconbox.style-2.icon-left{
	padding-left:43px;
	padding-right:20px;
}
.st-iconbox.style-2.icon-left .box-icon{
	left:0;
}

.st-iconbox.style-2.icon-right{
	padding-right:43px;
	padding-left:20px;
}
.st-iconbox.style-2.icon-right .box-icon{
	right:0;
}

/*Iconbox Style 3*/
.st-iconbox.style-3{
	padding:30px;
	text-align:center;
			box-shadow:0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition:all 0.35s ease-in-out 0s;
	   -moz-transition:all 0.35s ease-in-out 0s;
			transition:all 0.35s ease-in-out 0s;
}
.st-iconbox.style-3:hover{
	background-color:#fff;
			box-shadow:0 13px 25px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow:0 13px 25px rgba(0, 0, 0, 0.09);
	-webkit-transition:all 0.35s ease-in-out 0s;
	   -moz-transition:all 0.35s ease-in-out 0s;
			transition:all 0.35s ease-in-out 0s;
}
.st-iconbox.style-3 .box-icon{
	font-size:5em;
	margin-bottom:30px;
}
.st-iconbox.style-3:hover .box-icon{
	color:#076fec;
}

/*=========================================================================
  Services List
//=======================================================================*/
.load-filter{
	display:inline-block;
	font-size:13px;
}
.load-filter ul{
	display:block;
	margin-bottom:40px;
	border-bottom:1px solid #e0e0e0;
}
.load-filter ul::after{
	clear:both;
	overflow:hidden;
	content:'';
	display:block;
}
.load-filter ul li{
	float:left;
	margin-right:10px;
	margin-bottom:0;
	position:relative;
}
.load-filter ul li a{
	padding:0 5px 10px;
	display:block;
}
.load-filter ul li.active a{
	font-weight:600;
	color:#222;
}
.load-filter ul li.active a::before{
	position:absolute;
	content:'';
	left:0;
	bottom:-1px;
	width:100%;
	border-bottom:3px solid #076fec;
}

.st-service .service-container{
	margin-bottom:50px;
	position:relative;
}
.st-service .service-link{
	margin-top:30px;
	display:inline-block;
}

.service-container.style-1{
	padding:30px;
	background-color:rgba(0, 0, 0, .03);
	-webkit-transition:all 0.35s ease-in-out 0s;
	   -moz-transition:all 0.35s ease-in-out 0s;
			transition:all 0.35s ease-in-out 0s;
}
.service-container.style-1:hover{
	background-color:#076fec;
	color:#fff;
	-webkit-transition:all 0.35s ease-in-out 0s;
	   -moz-transition:all 0.35s ease-in-out 0s;
			transition:all 0.35s ease-in-out 0s;
}
.service-container.style-1:hover h4,
.service-container.style-1:hover h4 a{
	color:inherit;
}
.service-container.style-1 h4 a:hover{
	border-bottom:1px solid;
}
.service-container.style-1 .service-icon{
	color:#076fec;
	font-size:3em;
	margin-bottom:20px;
}
.service-container.style-1:hover .service-icon{
	color:#222;
}
.service-container.style-1 .service-image{
	width:75px;
	height:75px;
	text-align:center;
	margin-bottom:20px;
}
.service-container.style-1 .service-content{
	overflow:hidden;
}

.service-container.style-2{}
.service-container.style-2 .service-image{
	margin-bottom:30px;
	overflow:hidden;
}
.service-container.style-2 .service-image a{
	display:block;
	position:relative;
}
.service-container.style-2 .service-image a img{
			transform:scale(1);
	-webkit-transform:scale(1);
	-webkit-transition:transform 0.3s ease-in-out 0s;
	   -moz-transition:transform 0.3s ease-in-out 0s;
			transition:transform 0.3s ease-in-out 0s;
}
.service-container.style-2 .service-image a:hover img{
			transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.service-container.style-2 h4::after{
	position:relative;
	content:'';
	display:block;
	height:4px;
	width:48px;
	margin:15px 0;
	background-color:#076fec;
}

/*Meta Box*/
.st-metabox{
	font-size:13px;
	line-height:20px;
}
.st-metabox ul{
	padding:0;
	margin:0;
	list-style:none;
}
.st-metabox ul li{
	border-bottom:1px solid #e0e0e0;
	list-style:none;
	display:block;
}
.st-metabox ul li span{
	padding:10px 0;
	display:block;
}
.st-metabox ul .box-label{
	float:left;
	padding-right:10px;
	width:40%;
	font-weight:600;
}
.st-metabox ul .box-value{
	overflow:hidden;
	padding-left:10px;
}

/*=========================================================================
  Socials
//=======================================================================*/
.st-social{
	margin:0; !important;
}
.st-social ul{
	margin:0;
}
.st-social li{
	padding:0;
	margin:0 15px 0 0;
	display:inline-block;
}
.st-social a{
	text-align:center;
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#076fec;
	font-size:1.25em;
			animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
			animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
.st-social a:hover{
	color:#222;
	text-decoration:none;
			animation-name: pulse;
	-webkit-animation-name: pulse;
}

@-webkit-keyframes pulse {
	from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes pulse {
	from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

/*=========================================================================
  Counter
//=======================================================================*/
.st-counter{
	margin-bottom:30px;
}
.counter-number{
	font-size:24px;
	font-weight:bold;
	line-height:100%;
	margin-bottom:10px;
}
.st-counter .box-title{
	font-size:16px;
}
.st-counter .box-icon{
	font-size:2.45em;
	color:#076fec;
}

/*Counter Default*/
.st-counter.style-default{
	text-align:center;
	padding:40px;
	background-color:rgba(0, 0, 0, .035);
}
.st-counter.style-default .counter-number{
	margin-bottom:10px;
	color:#076fec;
}
.st-counter.style-default .box-title{
	margin:0;
}

/*Counter Icon*/
.st-counter.icon-top{
	text-align:center;
}
.st-counter.icon-top .box-icon{
	margin-bottom:20px;
}

.st-counter.icon-left{
	position:relative;
	padding-left:60px;
}
.st-counter.icon-left .box-icon{
	position:absolute;
	left:0;
	top:5px;
}

/*=========================================================================
  Countdown
//=======================================================================*/
.st-countdown{
	text-align:center;
	color:#212121;
}
.st-countdown .countdown{
	display:inline-block;
}
.st-countdown .countdown-row{
	display:flex;
	flex-flow:row nowrap;
	align-content:center;
}
.st-countdown .countdown-section{
	margin:0 20px;
}
.st-countdown .countdown-amount{
	display:block;
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	font-size:48px;
	font-weight:700;
	margin-bottom:5px;
}
.st-countdown .countdown-period{
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
}

/*=========================================================================
  contentbox
//=======================================================================*/
/*promobox */
.st-promobox {
	position:relative;
	overflow:hidden;
	color:#fff;
}
.st-promobox .box-content{
	position:absolute;
	left:0;
	top:50%;
	right:0;
	padding:0 30px;
	z-index:2;
	text-align:center;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.st-promobox .box-title{
	margin-top:0;
	color:inherit;
}
.st-promobox .box-link{
	margin-top:20px;
}

/*=========================================================================
  Blog
//=======================================================================*/
.blogHolder {
	width:100%;
	margin:0;
}
.blog-container{
	padding-bottom:30px;
	margin-bottom:40px;
}
.blog-container .post-thumb,
.blog-container .post-slider,
.blog-container .post-quote,
.blog-single .post-thumb,
.blog-single .post-slider,
.blog-single .post-quote{
	margin-bottom:30px;
	position:relative;
}
.blog-container .post-thumb{
}
.blog-container .post-thumb a,
.blog-single .post-thumb a{
	display:block;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.blog-container .post-thumb a img{
			transform:scale(1);
	-webkit-transform:scale(1);
	-webkit-transition:transform 0.3s ease-in-out 0s;
	   -moz-transition:transform 0.3s ease-in-out 0s;
			transition:transform 0.3s ease-in-out 0s;
}
.blog-container .post-thumb a:hover img{
			transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.blog-container .post-quote,
.blog-single .post-quote{
	padding:40px;
	background-color:rgba(0, 0, 0, 0.03);
}

.blog-container .post-title,
.blog-single .post-title{
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px;
	line-height:22px;
	letter-spacing:-0.5px;
}
.blog-single .post-title{
	font-size:28px;
	line-height:36px;
}
.blog-container .post-title::after,
.blog-single .post-title::after{
	background:rgba(0, 0, 0, 0.1);
    content:"";
    display:block;
    height:4px;
    left:0;
    margin-top:15px;
    opacity:1;
    position:relative;
    width:48px;
}

.blog-container .post-meta,
.blog-single .post-meta{
	font-weight:600;
	margin-bottom:20px;
}
.blog-single .post-meta{
	margin-bottom:35px;
}
.blog-container .post-meta > span,
.blog-single .post-meta > span{
	margin-right:17px;
	position:relative;
	padding-left:17px;
}
.blog-container .post-meta > span.post-date,
.blog-single .post-meta > span.post-date{
	padding-left:0;
}
.blog-container .post-meta > span::before,
.blog-single .post-meta > span::before{
	position:absolute;
	content:'';
	top:3px;
	left:0;
	height:13px;
	border-left:1px solid #e0e0e0;
}
.blog-container .post-meta > span.post-date::before,
.blog-single .post-meta > span.post-date::before{
	display:none;
}
.blog-container .post-meta em,
.blog-single .post-meta em{
	font-style:normal;
	color:#454545;
}
.blog-container .post-meta a,
.blog-single .post-meta a{
	color:#888;
}
.blog-container .post-meta a:hover,
.blog-single .post-meta a:hover{
	color:#222;
}
.blog-container .post-meta i,
.blog-single .post-meta i{
	font-size:14px;
	margin-right:7px;
	color:#076fec;
}

/*blog list*/
.blog-container .more-link{
	padding-top:10px;
}
.blog-container .more-link a::after{
	font-family: 'FontAwesome';
	position:relative;
	display:inline-block;
	content:'\f054';
	font-weight:normal;
	margin-left:8px;
	color:#076fec;
}
.blog-container .more-link a:hover::after{
	color:#222;
}

/*sticky post*/
.sticky .blog-container .post-thumb,
.sticky .blog-container .post-thumb{
}
.sticky .blog-container .post-thumb,
.sticky .blog-container .post-slider,
.sticky .blog-container .post-quote{
	margin-bottom:0;
}
.sticky .blog-container .blog-inner{
	padding:30px;
	background-color:#f5f5f5;
}

/*shortcodes post*/
.st-blog .blog-container{
	margin-bottom:30px;
	padding-bottom:0;
}
.st-blog .blog-container .post-thumb{
	margin-bottom:20px;
}
.st-blog .blog-container .post-title{
	font-size:18px;
}

/*single post*/
.blog-single .post-authors{
	margin:60px 0;
	padding:20px;
	background-color:#f5f5f5;
}
.blog-single .post-authors .author-left{
	margin-right:20px;
}
.blog-single .post-authors .avatar{
	width:81px;
	height:81px;
}
.blog-single .author-right{
	overflow:hidden;
}
.blog-single .author-right span{
	display:block;
	line-height:1;
}
.blog-single .author-right strong{
	margin-bottom:5px;
	display:block;
}
.blog-single .post-authors .author-description{
	font-size:13px;
	line-height:20px;
}
.blog-single .post-tags{
	font-size:13px;
	overflow:hidden;
	margin-bottom:40px;
}
.blog-single .post-tags strong{
	margin-right:7px;
	font-weight:600;
}
.blog-single .pagination{
	margin:50px 0;
}

/*Post Link*/

/*=========================================================================
  Teams
//=======================================================================*/
.st-team .team-photo a{
	display:block;
	position:relative;
}
.st-team .team-meta{
	margin-bottom:20px;
}
.st-team .team-meta h4{
	margin:0 0 7px;
}
.st-team .team-position,
.team-info .team-position{
	font-size:13px;
	line-height:15px;
	display:block;
	font-weight:600;
	color:#888;
}
.st-team .team-content{
	margin-bottom:20px;
}


/*Team Style 1*/
.st-team .team-container.style-1{
	position:relative;
	z-index:0;
}
.st-team .style-1 .team-inner{
	color:#fff;
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	padding:35px;
	z-index:2;
	opacity:0;
	-webkit-transition:opacity 0.35s ease-in-out 0s;
	   -moz-transition:opacity 0.35s ease-in-out 0s;
			transition:opacity 0.35s ease-in-out 0s;
}
.st-team .style-1:hover .team-inner{
	opacity:1;
}
.st-team .style-1 .team-inner::before{
	position:absolute;
	content:'';
	left:0;
	width:100%;
	top:0;
	height:100%;
	background-color:#076fec;
	opacity:0;
	z-index:-1;
	-webkit-transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
			transition:opacity 0.35s ease 0s;
}
.st-team .style-1:hover .team-inner::before{
	opacity:.9;
}
.st-team .style-1 .team-meta{
	position:absolute;
	bottom:10px;
}
.st-team .style-1 .team-meta h4 a{
	color:#fff;
}
.st-team .style-1 .team-position{
	color:inherit;
}
.st-team .style-1 .st-social li{
	display:block;
	margin-right:7px;
}
.st-team .style-1 .st-social a{
	width:auto;
	height:auto;
	line-height:normal;
	color:inherit;
	font-family:inherit;
	display:inline-block;
	font-size:13px;
	letter-spacing:.5px;
}
.st-team .style-1 .st-social a:hover{
	text-decoration:underline;
			animation-name:none;
	-webkit-animation-name:none;
}
.st-team .style-1 .st-social a::before{
	content:attr(title);
}

/*Team Style 2*/
.st-team .style-2{
	background-color:#fff;
			box-shadow:0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition:box-shadow 0.35s ease 0s;
	   -moz-transition:box-shadow 0.35s ease 0s;
			transition:box-shadow 0.35s ease 0s;
}
.st-team .style-2:hover{
			box-shadow:0 9px 17px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow:0 9px 17px rgba(0, 0, 0, 0.09);
}
.st-team .style-2 .team-photo a::before{
	position:absolute;
	content:'';
	background-color:#076fec;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
			transition:opacity 0.35s ease 0s;
}
.st-team .style-2 .team-photo a:hover::before{
	opacity:.7;
}
.st-team .style-2 .team-inner{
	padding:20px;
}

/*Team Single Page*/
.team-single .team-info{
	margin-bottom:50px;
}
.team-info .team-meta{
	margin-bottom:20px;
}
.team-info .team-meta h3{
	margin-bottom:5px;
	font-size:24px;
	line-height:30px;
}
.team-info .team-contact{
	display:inline-block;
	padding:10px 0;
	margin-bottom:20px;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.team-info .team-contact ul{
	margin:0;
}
.team-info .team-contact li{
	margin:5px 0;
}

/*=========================================================================
  Testimonial
//=======================================================================*/
.testimonial-container{
	position:relative;
}
.testimonial-container .testimonial-photo{
	position:relative;
	width:50px;
	height:50px;
	overflow:hidden;
			border-radius:50%;
	-webkit-border-radius:50%;
}
.testimonial-container .testimonial-meta{
	margin-top:20px;
}
.testimonial-container .testimonial-meta h4{
	margin:0;
	font-weight:600;
	font-size:16px;
}
.testimonial-container .testimonial-position{
	font-size:13px;
	line-height:15px;
	display:block;
	color:#888;
	font-style:italic;
}

/*Testimonial default*/
.st-testimonial .testimonial-content{
	padding:30px;
	margin-bottom:20px;
	position:relative;
	z-index:2;
	overflow:hidden;
	background-color:#fff;
			box-shadow:0 15px 20px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow:0 15px 20px rgba(0, 0, 0, 0.09);
}
.st-testimonial .testimonial-content::before{
	position:absolute;
	content:'\f10e';
	left:10px;
	top:-13px;
	font-size:4em;
	line-height:1;
	color:#076fec;
	z-index:-1;
	opacity:.75;
	font-family: 'FontAwesome';
}
.st-testimonial .testimonial-meta{
	padding-left:65px;
	position:relative;
	padding-top:5px;
}
.st-testimonial .testimonial-meta::after{
	position:absolute;
	content:'';
	left:55px;
	top:-20px;
	z-index:2;
	border-top:15px solid #fff;
	border-right:15px solid transparent;
}
.st-testimonial .testimonial-photo{
	position:absolute;
	left:0;
	top:-3px;
}

/*Testimonial Slider*/
.st-testimonial-slider{
	text-align:center;
}
.st-testimonial-slider .testimonial-container{
	max-width:700px;
	margin:0 auto 30px;
	padding-top:10px;
}
.st-testimonial-slider .testimonial-photo{
	margin-left:auto;
	margin-right:auto;
}
.st-testimonial-slider .testimonial-content{
	margin-top:20px;
}

/*=========================================================================
  Clients
//=======================================================================*/
.st-client{
	overflow:hidden;
}
.st-client ul.list-inline{
	margin-top:-3px;
}
.st-client ul.list-inline li{
	text-align:center;
	padding:15px 25px;
	margin:-0.5px;
	border-left:1px solid rgba(0, 0, 0, .065);
	border-top:1px solid rgba(0, 0, 0, .065);
}
.st-client ul.list-inline li::after{
	position:absolute;
	color:'';
}
.st-client ul.list-inline li span{
	display:inline-block;
}
.st-client ul.list-inline li span img{
	width:100%;
}
.st-client ul.list-inline li span img:hover{
	opacity:1;
}

/*Clients Slider*/
.st-client-slider .client-container{
	padding:5px 30px;
}


/*=========================================================================
  Pricing Tables
//=======================================================================*/
.st-pricingbox.style-1{
	text-align:center;
	display:block;
	background-color:#fff;
	padding:50px 30px 30px 35px;
	border-radius:15px;
	border:1px solid #dfe5e8;
	box-shadow:none;
	-webkit-transition:all 0.35s ease-in-out 0s;
	   -moz-transition:all 0.35s ease-in-out 0s;
			transition:all 0.35s ease-in-out 0s;
}
.st-pricingbox.style-1:hover,
.st-pricingbox.style-1.box-featured:hover{
	border-color:transparent;
	box-shadow:0 13px 25px rgba(0, 0, 0, 0.09);
	-webkit-transition:all 0.35s ease-in-out 0s;
	   -moz-transition:all 0.35s ease-in-out 0s;
			transition:all 0.35s ease-in-out 0s;
}
.st-pricingbox.style-1 .box-title{
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:0;
	color:inherit;
}


.st-pricingbox.style-1 .box-price{
	margin:40px 0;
}
.st-pricingbox.style-1 .price-currency{
	position:relative;
	vertical-align:top;
	font-size:20px;
}
.st-pricingbox.style-1 .price-cost{
	font-size:80px;
	font-weight:600;
	line-height:100%;
	letter-spacing:-4px;
}
.st-pricingbox.style-1 .price-note{
	display:block;
	opacity:.6;
}

.st-pricingbox.style-1 .box-content ul{
	list-style:none;
	padding:0;
}
.st-pricingbox.style-1 .box-content li{
	margin-bottom:12px;
}
.st-pricingbox.style-1.box-featured{
	border-color:#076fec;
	color:#076fec;
	-webkit-transition:all 0.35s ease-in-out 0s;
	   -moz-transition:all 0.35s ease-in-out 0s;
			transition:all 0.35s ease-in-out 0s;
}

.st-pricingbox.style-1 .box-link{
	margin-top:30px;
	display:inline-block;
}
.st-pricingbox.style-1.box-featured .box-link a:hover{
	color:#fff;
}

/*=========================================================================
  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;
}


.wpcf7-form .left{
	float:left;
	width:48%;
	overflow:hidden;
}
.wpcf7-form .right{
	float:right;
	width:48%;
	overflow:hidden;
}

/*=========================================================================
  Custom All
//=======================================================================*/
.vc_tta.vc_general .vc_tta-panel-title,
.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;
}

body .vc_tta.vc_general .vc_tta-panel-title > a,
body .vc_toggle_title > h4{
	font-size:15px;
	font-weight:400;
}
body .vc_progress_bar .vc_single_bar{
	padding-top:15px;
	background:none;
			box-shadow:0 0px 0px rgba(0, 0, 0, 0) inset;
	-webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0) inset;
			border-radius:0;
	-webkit-border-radius:0;
}
body .vc_progress_bar .vc_single_bar .vc_bar{
	height:10px;
	background-color:#076fec;
			border-radius:0;
	-webkit-border-radius:0;
}
body .vc_progress_bar .vc_single_bar .vc_label{
	font-size:100%;
	color:inherit !important;
	padding:0;
			text-shadow:0 -1px 0 rgba(0, 0, 0, 0) !important;
	-webkit-text-shadow:0 -1px 0 rgba(0, 0, 0, 0) !important;
}
body .vc_progress_bar .vc_single_bar .vc_label .vc_label_units{
	margin-left:10px;
	font-weight:bold;
}

/*tabs*/
body .vc_tta.vc_general .vc_tta-tab > a{
	font-weight:600;
}
body .vc_general.vc_tta-style-flat .vc_tta-tab > a{
	background-color:#f5f5f5;
	color:#222;
}
body .vc_general.vc_tta-style-flat .vc_tta-tab > a:hover{
	background-color:#eaeaea;
}
body .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#5472d2;
}
body .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#00c1cf;
}
body .vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#fe6c61;
}
body .vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#8d6dc4;
}
body .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#4cadc9;
}
body .vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#cec2ab;
}
body .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#50485b;
}
body .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#75d69c;
}
body .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#2a2a2a;
}
body .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#ebebeb;
}
body .vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#f7be68;
}
body .vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#5aa1e3;
}
body .vc_tta-color-green.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#6dab3c;
}
body .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#f4524d;
}
body .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#f79468;
}
body .vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#b97ebb;
}
body .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a:hover{
	background:#fff;
}

.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels{
	background-color:#f5f5f5 !important;
}
body .vc_tta.vc_general .vc_tta-panel-body{
	padding:30px;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
    background-color: transparent !important; 
    border-color: transparent !important;
}
.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body{
	color:inherit !important;
}



/*toggle + accordion*/
body .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after, 
body .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before,
body .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{
	background-color:#076fec;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, 
body .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading{
	background-color:#222;
}
body .vc_tta.vc_general .vc_tta-panel-title > a{
	padding-top:17px;
	padding-bottom:17px;
}

/*Chart*/
body .vc_chart .vc_chart-legend li{
	padding-left:17px;
	position:relative;
	margin-bottom:10px;
}
body .vc_chart .vc_chart-legend{
	font-size:13px;
}
body .vc_chart .vc_chart-legend span{
	border-radius:0;
	-webkit-border-radius:0;
	height:10px;
	width:10px;
	position:absolute;
	left:0;
	top:5px;
}
