/*

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,
.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:19px;
	font-weight:400;
	line-height:1.4em;
}

/*=========================================================================
  Blockquote 
//=======================================================================*/
blockquote{
	border:none;
	padding:0;
	max-width:750px;
	color:#222;
}
.wpb_color blockquote{
	color:inherit;
}
blockquote p{
	display:inline-block;
	font-size:18px;
	line-height:24px;
}
blockquote cite{
	font-size:12px;
	text-transform:uppercase;
	font-style:normal;
	letter-spacing:2px;
	font-weight:300;
	position:relative;
	z-index:2;
	padding:2px;
}
blockquote cite::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
	opacity:.2;
	background-color:#0088cc ;
}
blockquote p:first-child::before{
	content:'\201C';
	display:inline-block;
}
/*blockquote{
	margin-left:auto;
	margin-right:auto;
	max-width:750px;
}
blockquote,
blockquote.pull-left,
blockquote.pull-right{
	padding:20px;
	background-color:#f3f3f3;
	border:none;
	border-bottom:5px solid #0088cc;
}
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:15px;
	line-height:24px;
	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;
}
blockquote.pull-left{
	margin-right:30px;
}
blockquote.pull-right{
	margin-left:30px;
}*/

/*=========================================================================
  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{
	color:#131313;
	position:relative;
	margin-bottom:40px;
}
.st-heading .box-title{
	position:relative;
	font-size:28px;
	font-weight:400;
	margin:0;
	color:#131313;
}
.wpb_color .st-heading,
.wpb_color .st-heading .box-title{
	color:inherit;
}
.st-heading .box-title::after{
	position:relative;
	display:block;
	content:'';
	width:35px;
	height:4px;
	margin:15px 0;
	background-color:#0088cc;
			border-radius:5px;
	-webkit-border-radius:5px;
}
.st-heading.text-center .box-title::after{
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.st-heading.text-right .box-title::after{
	left:100%;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
}
.st-heading .box-content{
	font-size:17px;
}

/*sub-heading*/

/*=========================================================================
  Buttons (shortcodes)
//=======================================================================*/
.st-button{
	display:inline-block;
	position:relative;
	white-space:nowrap;
	font-weight:400;
	line-height:1;
	font-weight:400;
	margin-bottom:5px;
	letter-spacing:.3px;
}
.st-button i{
	margin-right:10px;
	display:inline-block;
}
.st-button.size-small{
	font-size:14px;
	padding:10px 15px;
}
.st-button.size-small i{
	margin-right:5px;
}
.st-button.size-medium{
	font-size:14px;
	padding:14px 20px;
}
.st-button.size-large{
	font-size:15px;
	padding:18px 30px;
}

.st-button.style-1{
	color:#fff;
	z-index:2;
	background-color:#0088cc;
}
.st-button.style-1:hover,
.st-button.style-1:hover i{
	color:#222;
}
.st-button.style-1::after{
	position:absolute;
	content:'';
	display:block;
	top:0;
	bottom:0;
	z-index:-1;
	left:20%;
	right:20%;
	opacity:0;
	background-color:rgba(255, 255, 255, .2);
			transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
	-webkit-transition:all 0.35s ease 0s;
}
.st-button.style-1:hover::after{
	left:0;
	right:0;
	opacity:1;
			transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
	-webkit-transition:all 0.35s ease 0s;
}
.st-button.style-1 span{
	display:inline-block;
	padding:2px;
}

.st-button.style-2{
	color:#0088cc;
	border-style:solid;
	border-width:2px;
			border-radius:4px;
	-webkit-border-radius:4px;
			transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
	-webkit-transition:all 0.35s ease 0s;
}
.st-button.style-2:hover{
	color:#fff !important;
}
.st-button.style-2:hover,
.wpb_color .st-button.style-2:hover{
	color:#121212;
			transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
	-webkit-transition:all 0.35s ease 0s;
}

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


/*=========================================================================
  Icon Box
//=======================================================================*/
.st-iconbox{}
.st-iconbox .box-icon{
	font-size:2em;
	line-height:100%;
	color:#333;
}
.wpb_color .st-iconbox .box-icon{
	color:inherit;
}
.st-iconbox .box-title{
	overflow:hidden;
}
.box-link{
	margin-top:20px;
}

/*Iconbox Style 1*/
.st-iconbox.style-1{
	padding:30px;
	text-align:center;
	position:relative;
	z-index:2;
			transition:background-color 0.3s ease 0s;
	   -moz-transition:background-color 0.3s ease 0s;
	-webkit-transition:background-color 0.3s ease 0s;
}
.st-iconbox.style-1:hover{
	/*background-color:rgba(0, 0, 0, .035);*/
}
.st-iconbox.style-1 .box-icon{
	color: #0088cc;
    display: inline-block;
    font-size: 3em;
    margin:0 0 25px;
    position: relative;
}
.wpb_color .st-iconbox.style-1 .box-icon{
	color:inherit;
}
.st-iconbox.style-1 .box-title{
	margin:0 0 20px;
}


/*Iconbox Style 2*/
.st-iconbox.style-2 .iconbox-container{
	position:relative;
	margin:20px 0;
}
.st-iconbox.style-2.icon-left .iconbox-container{
	padding-left:70px;
}
.st-iconbox.style-2.icon-right .iconbox-container{
	padding-right:70px;
}
.st-iconbox.style-2 .box-icon{
	position:absolute;
	left:0;
	top:0;
}
.st-iconbox.style-2:hover .box-icon{
}
.st-iconbox.icon-left .box-icon{
	left:0;
}
.st-iconbox.icon-right .box-icon{
	left:auto;
	right:0;
}

/*Iconbox Style 3*/
.st-iconbox.style-3{
	color:#333;
	padding:0 30px 30px;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, .08);
			transition:border-color 0.3s ease 0s;
	   -moz-transition:border-color 0.3s ease 0s;
	-webkit-transition:border-color 0.3s ease 0s;
}
.st-iconbox.style-3:hover{
	border-color:#0088cc;
}
.st-iconbox.style-3 .box-icon{
	color:#fff;
	font-size:2em;
	margin-bottom:30px;
	display:inline-block;
	background-color:#f6f6f6;
	margin-top:-1px;
	padding:23px 15px;
	border-top:1px solid rgba(0, 0, 0, .05);
			transition:all 0.3s ease 0s;
	   -moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.st-iconbox.style-3:hover .box-icon{
	color:#222;
}
.st-iconbox.style-3 .box-content .box-title{
	margin:0 0 20px;
}
.st-iconbox.style-3:hover .box-content .box-title,
.st-iconbox.style-3:hover .box-link a{
	color:inherit;
}

/*=========================================================================
  Services List
//=======================================================================*/
.st-service{}
.service-container{}
.service-link{
	margin-top:20px;
}
.service-container .service-image{
	position:relative;
}

/*Service Style 1*/
.st-service .service-container.style-1{
	position:relative;
	padding-left:80px;
}
.service-container.style-1 .service-icon{
	position:absolute;
	left:0;
	top:0;
	font-size:2em;
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
			transition:background-color 0.3s ease 0s;
	   -moz-transition:background-color 0.3s ease 0s;
	-webkit-transition:background-color 0.3s ease 0s;
}
.service-container.style-1:hover .service-icon{
}
.service-container.style-1:hover .service-icon{
	border-color:#0088cc;
}

/*Service Style 2*/
.service-container.style-2{
	position:relative;
	padding-bottom:30px;
}
.service-container.style-2 .service-image{
	margin-bottom:25px;
}
.service-container.style-2 .service-content{
}
.service-container .service-content h4{
	margin-top:0;
	margin-bottom:15px;
}
.service-container .service-content h4::after{
	display:block;
	content:'';
	margin-top:15px;
	width:40px;
	height:4px;
	background-color:#0088cc;
}

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

/*-----start here-----*/
.load-filter{
	background-color:#f8f8f8;
	padding:10px 15px;
	margin-bottom:50px;
}
.load-filter::after{
	display:table;
	clear:both;
	content:'';
}
.load-filter ul li{
	float:left;
	margin-right:3px;
}
.load-filter ul li a{
	display:block;
	padding:6px 13px;
	color:#000;
			border-radius:3px;
	-webkit-border-radius:3px;
}
.load-filter ul li a:hover{
	text-decoration:underline;
}
.load-filter ul li.active a{
	color:#fff;
	background-color:#111;
}

.portfolio-container,
.portfolio-image,
.format-standard .blog-container .post-thumb a,
.blog-single.format-standard .post-thumb{
	position:relative;
}
.portfolio-container .portfolio-image a{
	display:block;
}
.service-container .service-image a{
	cursor: default;
}
/*.portfolio-image .zoom-overlay,
.format-standard .blog-container .post-thumb a::after,
.blog-single.format-standard .post-thumb a::after,
.st-blog .blog-container .post-thumb a::after,
.service-container.style-2 .service-image a::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	background-color:#0088cc;
	-webkit-transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
			transition:opacity 0.35s ease 0s;
}
.portfolio-container:hover .portfolio-image .zoom-overlay,
.format-standard .blog-container .post-thumb a:hover::after,
.blog-single.format-standard .post-thumb a:hover::after,
.st-blog .blog-container .post-thumb:hover a::after,
.service-container.style-2 .service-image:hover a::after{
	opacity:.9;
}

.portfolio-container.style-2 .portfolio-image a::before,
.portfolio-container.style-2 .portfolio-image a::after,
.format-standard .blog-container .post-thumb::before,
.format-standard .blog-container .post-thumb::after,
.blog-single.format-standard .post-thumb::before,
.blog-single.format-standard .post-thumb::after,
.st-blog .blog-container .post-thumb::before,
.st-blog .blog-container .post-thumb::after,
.service-container.style-2 .service-image::before,
.service-container.style-2 .service-image::after{
	position:absolute;
	content:'';
	display:block;
	background-color:#fff;
	left:50%;
	top:50%;
	z-index:2;
	opacity:0;
	-webkit-transition:transform 0.35s ease 0s, opacity 0.35s ease 0s;
	   -moz-transition:transform 0.35s ease 0s, opacity 0.35s ease 0s;
			transition:transform 0.35s ease 0s, opacity 0.35s ease 0s;
}
.portfolio-container.style-2:hover .portfolio-image a::before,
.portfolio-container.style-2:hover .portfolio-image a::after,
.st-blog .blog-container .post-thumb:hover::before,
.st-blog .blog-container .post-thumb:hover::after,
.format-standard .blog-container .post-thumb:hover::before,
.format-standard .blog-container .post-thumb:hover::after,
.blog-single.format-standard .post-thumb:hover::before,
.blog-single.format-standard .post-thumb:hover::after,
.service-container.style-2 .service-image:hover::before,
.service-container.style-2 .service-image:hover::after{
	opacity:1;
}
.portfolio-container.style-2 .portfolio-image a::before,
.st-blog .blog-container .post-thumb::before,
.format-standard .blog-container .post-thumb::before,
.blog-single.format-standard .post-thumb::before,
.service-container.style-2 .service-image::before{
	width:1px;
	height:51px;
			transform:translateY(-50%) scale(0);
	-webkit-transform:translateY(-50%) scale(0);
}
.portfolio-container.style-2:hover .portfolio-image a::before,
.st-blog .blog-container .post-thumb:hover::before,
.format-standard .blog-container .post-thumb:hover::before,
.blog-single.format-standard .post-thumb:hover::before,
.service-container.style-2 .service-image:hover::before{
			transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
}
.portfolio-container.style-2 .portfolio-image a::after,
.st-blog .blog-container .post-thumb::after,
.format-standard .blog-container .post-thumb::after,
.blog-single.format-standard .post-thumb::after,
.service-container.style-2 .service-image::after{
	height:1px;
	width:51px;
			transform:translateX(-50%) scale(0);
	-webkit-transform:translateX(-50%) scale(0);
}
.portfolio-container.style-2:hover .portfolio-image a::after,
.st-blog .blog-container .post-thumb:hover::after,
.format-standard .blog-container .post-thumb:hover::after,
.blog-single.format-standard .post-thumb:hover::after,
.service-container.style-2 .service-image:hover::after{
			transform:translateX(-50%) scale(1);
	-webkit-transform:translateX(-50%) scale(1);
}*/

.portfolio-image img{
	width:100%;
	max-width:none;
}
.portfolio-container .portfolio-content h4{
	font-size:19px;
	margin:0 0 10px;
	font-weight:400;
	line-height:1.4em;
}

/*Portfolio Style 1*/
.portfolio-container.style-1 .portfolio-content{
	color:#fff;
	padding:10px 0;
	position:absolute;
	left:20px;
	right:20px;
	top:50%;
	text-align:center;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.portfolio-container.style-1 .portfolio-content h4{
	color:inherit;
}
.portfolio-container.style-1 .portfolio-content::before,
.portfolio-container.style-1 .portfolio-content::after{
	position:absolute;
	content:'';
	height:0;
	width:1px;
	left:50%;
	background-color:#fff;
	-webkit-transition:height 0.35s ease 0.15s;
	   -moz-transition:height 0.35s ease 0.15s;
			transition:height 0.35s ease 0.15s;
}
.portfolio-container.style-1:hover .portfolio-content::before,
.portfolio-container.style-1:hover .portfolio-content::after{
	height:25px;
}
.portfolio-container.style-1 .portfolio-content::before{
	top:0;
			transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.portfolio-container.style-1 .portfolio-content::after{
	bottom:0;
			transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.portfolio-container.style-1 .portfolio-link a:hover,
.portfolio-container.style-1 .portfolio-link a:hover::before{
	color:#fff;
}
.portfolio-container.style-1 .portfolio-content{
	opacity:0;
	-webkit-transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
			transition:opacity 0.35s ease 0s;
}
.portfolio-container.style-1:hover .portfolio-content{
	opacity:1;
			transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
}

/*Portfolio Style 2*/
.service-container.style-2{
}
.portfolio-container.style-2 .portfolio-image{
	margin-bottom:25px;
}
.service-container.style-2 .service-content{
}
.service-container.style-2 .service-content h4{
	margin-top:0;
	margin-bottom:15px;
}
.portfolio-container.style-2 .portfolio-content h4::after{
	display:block;
	content:'';
	margin-top:15px;
	width:40px;
	height:4px;
	background-color:#0088cc;
}

/*Meta Box*/
.st-metabox{}
.st-metabox ul{
	list-style:none;
	padding:0;
	margin:0;
}
.st-metabox ul li{
	margin-bottom:15px;
}
.st-metabox ul li .box-label{
	display:block;
	margin-right:20px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.st-metabox ul li .box-label::before{
	position:relative;
	content:'';
	display:inline-block;
	width:7px;
	height:7px;
	top:-1px;
	margin-right:10px;
	background-color:#ef4135;
}
.st-metabox ul li span.box-value{
	font-weight:600;
	margin-left:15px;
	color:#111;
}

/*=========================================================================
  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;
	width:30px;
	text-align:center;
}
.st-social a:hover{
	text-decoration:none;
}
/*=========================================================================
  Counter
//=======================================================================*/
.st-counter .box-title{
	margin-top:0;
	font-size:16px;
	font-weight:300;
}
.st-counter .counter-number{
	font-size:48px;
	font-weight:700;
	margin-bottom:10px;
	line-height:1;
	color:#333;
}
.wpb_color .st-counter .counter-number{
	color:inherit;
}
.st-counter.style-icon .counter-number{
	margin-bottom:10px;
}

.st-counter.style-default .counter-number{}

.st-counter.icon-top{
	text-align:center;
	padding:30px 20px;
	border:1px solid rgba(0, 0, 0, 0.09);
	-webkit-transition:border-color 0.35s ease 0s;
	   -moz-transition:border-color 0.35s ease 0s;
			transition:border-color 0.35s ease 0s;
}
.wpb_color .st-counter.icon-top{
	border-color:rgba(255, 255, 255, 0.22);
}
.st-counter.icon-top:hover{
	border-color:#0088cc;
}
.st-counter.icon-top .box-icon{
	font-size:3em;
	line-height:1;
	margin-bottom:30px;
}
.st-counter.icon-top .box-icon i{
	-webkit-transition:color 0.35s ease 0s;
	   -moz-transition:color 0.35s ease 0s;
			transition:color 0.35s ease 0s;
}
.st-counter.icon-top:hover .box-icon i{
	color:#0088cc !important;
}
.st-counter.icon-top .box-title{
	margin-bottom:0;
}

.st-counter.icon-left .counter-number{
	margin-bottom:0;
}
.st-counter.icon-left .box-icon{
	float:left;
}
.st-counter.icon-left .box-icon i{
	width:70px;
	height:70px;
	font-size:2em;
	text-align:center;
	line-height:66px;
	font-weight:normal;
	background-color:rgba(0, 0, 0, .1);
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-counter.icon-left:hover .box-icon i{
	background-color:#0088cc;
	color:#fff !important;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-counter.icon-left .box-inner{
	overflow:hidden;
	text-align:left;
	padding-left:30px;
}

/*=========================================================================
  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{
	min-width:80px;
	height:100px;
	text-align:center;
	line-height:98px;
	border:1px solid #eee;
	font-size:48px;
	display:block;
	margin:0 auto 20px;
	padding:0 15px;
}
.wpb_color .st-countdown .countdown-amount,
.wpb_color .st-countdown .countdown-period{
	color:inherit;
	border-color:inherit;
}

/*=========================================================================
  Promobox
//=======================================================================*/
.st-promobox{
	position:relative;
	overflow:hidden;
}
.st-promobox::after{
}
.st-promobox .box-image{
	position:relative;
}
.st-promobox .box-image::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
	opacity:.65;
	background-color:#333;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-promobox:hover .box-image::before{
	opacity:.9;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.st-promobox .box-content{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:20px 40px;
	z-index:2;
	color:#fff;
}
.st-promobox .box-content .box-title{
	margin:0;
	color:inherit;
}
.st-promobox .box-content .box-subtitle{
	line-height:normal;
	margin-top:10px;
	margin-bottom:30px;
}
.st-promobox .box-link{
	margin-top:0;
	margin-bottom:20px;
}
.st-promobox .box-link a:hover,
.st-promobox .box-link a:hover::before{
	color:#fff;
}

/*=========================================================================
  Blog
//=======================================================================*/
.blogHolder {
	width:100%;
	margin:0;
}
.blog-container{
	margin-bottom:40px;
	padding-bottom:30px;
	overflow:hidden;
}
.post-thumb,
.post-slider,
.post-quote{
	position:relative;
}
.post-slider .owl-controls .owl-prev{
	right:50px;
}
.post-slider .owl-controls .owl-next{
	right:0;
}
.post-quote blockquote{
	max-width:100%;
	margin:0;
}
.blog-container .post-thumb a{
	display:block;
}
.more-link a,
.service-link a,
.portfolio-link a,
.box-link a{
	position:relative;
	font-size:13px;
	font-weight:500;
	letter-spacing:.3px;
}
.more-link a:hover,
.service-link a:hover,
.box-link a:hover{
	color:#222;
}
.more-link a::before,
.service-link a::before,
.portfolio-link a::before,
.box-link a::before{
	font-family: 'FontAwesome';
	content:'\f0da';
	display:inline-block;
	margin-right:10px;
	width:18px;
	height:18px;
	line-height:16px;
	text-align:center;
	text-indent:2px;
	border:1px solid;
			border-radius:50%;	
	-webkit-border-radius:50%;
			transform:translate(0px,-.5px);
	-webkit-transform:translate(0px,-.5px);
	-webkit-transition:transform 0.35s ease 0s;
	   -moz-transition:transform 0.35s ease 0s;
			transition:transform 0.35s ease 0s;
}
.more-link a:hover::before,
.service-link a:hover::before,
.portfolio-link a:hover::before,
.box-link a:hover::before{
			transform:translate(3px,-.5px);
	-webkit-transform:translate(3px,-.5px);
}
.blog-container .blog-inner .post-title,
.blog-single .post-title{
	margin:0 0 20px;
	line-height:1.4em;
	font-size:26px;
	font-weight:normal;
}
.blog-container .blog-inner .post-title a,
.blog-single .post-title a{
	border-bottom:1px solid transparent;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.blog-container .blog-inner .post-title a:hover,
.blog-single .post-title a:hover{
	border-color:#eee;
	color:#888;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}

/*post-meta*/
.post-meta{
	font-size:13px;
	position:relative;
	color:#444;
	padding:12px 0;
	border-bottom:1px solid #ebebeb;
	margin-bottom:20px;
}
.post-meta a{
	color:inherit;
}
.post-meta a:hover{
	color:#000;
	border-bottom:2px solid #0088cc;
}
.post-meta > span i{
	margin-right:7px;
	font-style:normal;
}
.post-meta .post-comment{
	float:right;
}
.post-meta span::after{
	position:relative;
	display:inline-block;
	margin:0 9px;
	content:'';
	width:5px;
	height:5px;
	background-color:rgba(0, 0, 0, .1);
			border-radius:50%;
	-webkit-border-radius:50%;
			transform:translateY(-2px);
	-webkit-transform:translateY(-2px);
}
.post-meta .post-comment::after,
.post-meta .post-category::after{
	display:none;
}

/*post tags*/

/*post Author*/
.post-authors{
	text-align:center;
	margin:50px auto;
	max-width:600px;
	border:1px solid #eee;
	padding:30px;
}
.post-authors .st-subheading{
	margin:0 0 20px;
}
.post-authors .author-left{
	width:75px;
	height:75px;
	margin:0 auto 20px;
	overflow:hidden;
	display:block;
			border-radius:50%;
	-webkit-border-radius:50%;
}


/*post Nav*/
.post-navigation{
	margin-bottom:50px;
}
.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{
	margin:.5px;
	color:#0088cc;
}
.post-navigation .nav-links > div a:hover{
	border-bottom:1px solid;
}
.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-next a::after{
	position:relative;
	content:'\2192';
	margin-left:10px;
}

/*Post List*/

/*Sticky Post*/
.sticky .blog-container{
	padding:20px;
	border:1px solid #eee;
}


/*Shortcodes Post*/
.st-blog .blog-container{
	background-color:#fff;
	padding:15px;
	-webkit-transition:box-shadow 0.35s ease 0s;
	   -moz-transition:box-shadow 0.35s ease 0s;
			transition:box-shadow 0.35s ease 0s;
}
.st-blog .blog-container:hover{
			box-shadow:0 3px 7px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, .08);
}
.st-blog .blog-container .post-title{
	font-size:20px;
}
.st-blog .blog-container .post-excerpt{
	margin-bottom:5px;
}

/*=========================================================================
  Team
//=======================================================================*/
.team-container{
	position:relative;
	overflow:hidden;
}
.team-container .team-photo{
	position:relative;
	overflow:hidden;
}
.team-container .team-meta,
.team-container.style-2 .team-content{
	margin-bottom:20px;
}
.team-container .team-meta h4{
	font-size:18px;
	color:inherit;
	margin:0;
}
.team-container .team-position{
	display:block;
	font-weight:600;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:.7px;
}
.team-container .st-social li a{
	height:30px;
	line-height:28px;
	border:1px solid;
	margin-right:3px;
	overflow:hidden;
	border-radius:50%;
}

.team-container.style-1 .team-inner{
	position:absolute;
	padding:15px 20px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:2;
	color:#fff;
			transform:translateY(100%);
	-webkit-transform:translateY(100%);
	-webkit-transition:all 0.25s ease 0s;
	   -moz-transition:all 0.25s ease 0s;
			transition:all 0.25s ease 0s;
}
.team-container.style-1:hover .team-inner{
			transform:translateY(45%);
	-webkit-transform:translateY(45%);
	-webkit-transition:all 0.25s ease 0s;
	   -moz-transition:all 0.25s ease 0s;
			transition:all 0.25s ease 0s;
}
.team-container.style-1 .team-inner::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	opacity:.9;
	background-color:#0088cc;
}

.team-container.style-2 .team-photo{
	margin-bottom:20px;
}
.team-container.style-2 .team-meta h4{
	color:#000;
}
.wpb_color .team-container.style-2 .team-meta h4{
	color:inherit;
}
.team-container.style-2 .team-position {
    color: #0088cc;
}

/*=========================================================================
  Testimonial
//=======================================================================*/
.testimonial-container{
	color:#222;
	position:relative;
	margin-top:50px;
	padding:50px 30px 20px;
	background-color:#f3f3f3;
}
.testimonial-photo{
	position:absolute;
	top:0;
	right:30px;
	width:75px;
	height:75px;
	overflow:hidden;
	border:3px solid #fff;
			border-radius:5px;
	-webkit-border-radius:5px;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.testimonial-content{
	margin-bottom:15px;
}
.testimonial-meta{
	margin-bottom:10px;
}
.testimonial-meta h4{
	margin-top:0;
	margin-bottom:0;
	font-size:18px;
}
.testimonial-position{
	font-size:13px;
	color:#0088cc;
}
.st-testimonial-slider{
	max-width:750px;
	margin:0 auto;
}
.st-testimonial-slider .testimonial-container{
	margin-left:25px;
	margin-right:25px;
}
.st-testimonial-slider .owl-controls .owl-buttons{
	position:absolute;
	bottom:30%;
	width:100%;
	opacity:0;
	-webkit-transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
			transition:opacity 0.35s ease 0s;
}
.st-testimonial-slider:hover .owl-controls .owl-buttons{
	opacity:1;
}
.st-testimonial-slider .owl-controls .owl-buttons .owl-prev{
	left:0;
	color:#222;
}
.st-testimonial-slider .owl-controls .owl-buttons .owl-next{
	right:0;
	color:#222;
}

/*=========================================================================
  Clients
//=======================================================================*/
.st-client{
	overflow:hidden;
}
.st-client ul{
	overflow:hidden;
	margin:0 -1px;
}
.st-client ul.list-inline li{
	position:relative;
	text-align:center;
	padding:15px 0;
}
.st-client ul.list-inline li span,
.st-client ul.list-inline li span a{
	display:block;
}
.st-client ul.list-inline li span::before{
	position:absolute;
	content:'';
	top:15px;
	bottom:15px;
	right:-1px;
	width:1px;
	background-color:rgba(0, 0, 0, .1);
}
.st-client ul.list-inline li span::after{
	position:absolute;
	content:'';
	left:15px;
	right:15px;
	bottom:-1px;
	height:1px;
	background-color:rgba(0, 0, 0, .1);
}
.st-client ul.list-inline li span img,
.st-client-slider .client-container span img{
	opacity:.7;
	max-width:100%;
	width:auto;
	-webkit-transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
			transition:opacity 0.35s ease 0s;
}
.st-client ul.list-inline li:hover span img,
.st-client-slider .client-container:hover span img{
	opacity:1;
}

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

.st-pricingbox.style-1{
	position:relative;
	padding:20px 15px;
	margin:30px -15.5px 0;
	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;
}
.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;
	border:none;
	background-color:#0088cc;
	color:#fff;
	padding-top:40px;
	padding-bottom:40px;
	box-shadow:0 5px 11px rgba(0, 0, 0, .2);
			transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
}
.st-pricingbox.style-1.box-featured .box-title,
.st-pricingbox.style-1.box-featured .price-cost{
	color:inherit;
}
.st-pricingbox.style-1.box-featured .box-content{
	margin-bottom:40px;
}
.st-pricingbox.style-1.box-featured .box-link a{
	color:#222;
	display:inline-block;
	padding:12px 15px;
	background-color:#fff;
	border-radius:2px;
}
.st-pricingbox.style-1.box-featured .box-link a::before{
	color:#222;
}

/*=========================================================================
  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;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
}
body .vc_progress_bar{
	overflow:hidden;
}
body .vc_progress_bar .vc_single_bar{
	margin-top:50px;
	height:8px;
	background-color:rgba(0, 0, 0, .07);
}
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:#0088cc;
}
body .vc_progress_bar .vc_single_bar .vc_label{
	text-shadow:0 0 0 !important;
	font-size:100%;
	font-weight:400;
	color:inherit !important;
	line-height:1;
	position:relative;
	top:-5px;
	padding:0;
			transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
body .vc_progress_bar .vc_general .vc_label_units{
	bottom: -8px;
    font-size: 24px;
    font-weight: 100 !important;
    opacity: 0.7;
    position: absolute;
    right: 0;
}
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;
}

form.wpcf7-form select option{
	padding:10px;
}
form.wpcf7-form select option:hover{
	background-color:#0088cc;
}
/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */