/*

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-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{
	font-size:18px;
	font-weight:700;
	line-height:1.4em;
}

/*=========================================================================
  Blockquote 
//=======================================================================*/
blockquote,
blockquote.pull-left,
blockquote.pull-right{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	line-height:30px;
	border:none;
	position:relative;
	padding-left:55px;
}
blockquote.pull-left,
blockquote.pull-right{
	max-width:500px;
}
blockquote.pull-left{
	margin-right:20px;
}
blockquote.pull-right{
	margin-left:20px;
}
blockquote::before{
	content:'\201C';
	position:absolute;
	left:0;
	top:30px;
	font-size:120px;
	letter-spacing:-2em;
	color:#fde428;
}
blockquote cite{
	font-size:14px;
	margin:0;
	position:relative;
	top:-10px;
	line-height:100%;
}
blockquote cite::before{
	position:relative;
	display:inline-block;
	content:'';
	width:10px;
	height:1px;
	top:-4px;
	border-top:1px solid;
	margin-right:6px;
}

/*=========================================================================
  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{
	margin-bottom:30px;
}
.st-heading .box-title{
	position:relative;
	font-size:24px;
	font-weight:700;
	margin:0;
}
.st-heading .box-title::after{
	position:relative;
	display:block;
	width:47px;
	height:4px;
	content:'';
	margin-top:10px;
	background-color:#fde428;
}
.st-heading .box-content{
	line-height:22px;
	margin-top:15px;
	opacity:.7;
}
.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*/

/*=========================================================================
  Buttons (shortcodes)
//=======================================================================*/
.st-button{
	display:inline-block;
	position:relative;
	font-weight:400;
	line-height:1;
	font-weight:600;
	margin-bottom:5px;
	line-height:1;
	letter-spacing:-.03em;
	-webkit-border-radius:5px;
			border-radius:5px;
}
.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:#002e5b;	
	-webkit-transform:translateY(0);
			transform:translateY(0);
	-webkit-box-shadow:0 6px 10px rgba(0, 0, 0, 0.16);
			box-shadow:0 6px 10px rgba(0, 0, 0, 0.16);
	-webkit-transition:transform 0.5s ease 0s, box-shadow 0.5s ease 0s;
			transition:transform 0.5s ease 0s, box-shadow 0.5s ease 0s;
}
.st-button.style-1:hover{
	color:#002e5b;
	background-color:#fde428;
	-webkit-box-shadow:none;
			box-shadow:none;
	-webkit-transform:translateY(2px);
			transform:translateY(2px);
}
.st-button.style-1 span{
	display:inline-block;
	padding:2px;
}
.st-button.style-1 ,
.st-button.style-2 i{
	color:#fde428;
	-webkit-transition:color 0.5s ease 0s;
			transition:color 0.5s ease 0s;
}
.st-button.style-1:hover i,
.st-button.style-2:hover i{
	color:#002e5b;
}

.st-button.style-2{
	border:2px solid #002e5b;
	color:#002e5b; 
	-webkit-transition:background-color 0.5s ease 0s, border-color 0.5s ease 0s;
			transition:background-color 0.5s ease 0s, border-color 0.5s ease 0s;
}
.st-button.style-2:hover{
	background-color:#fde428;
	border-color:#fde428;
}


/*=========================================================================
  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{
	text-align:center;
}
.st-iconbox.style-1 .box-icon{
	position:relative;
	font-size:2.45em;
	height:85px;
	width:85px;
	display:block;
	margin:0 auto 20px;
	line-height:85px;
	text-align:center;
	color:#394956;
	z-index:2;
	-webkit-border-radius:50%;
			border-radius:50%;
	-webkit-transition:font-size 0.3s ease 0s, color 0.3s ease 0s;
			transition:font-size 0.3s ease 0s, color 0.3s ease 0s;
}
.st-iconbox.style-1:hover .box-icon{
	color:#fde428;
	font-size:3.45em;
}
.st-iconbox.style-1 .box-icon::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	opacity:.35;
	background-color:#d6dde3;
	-webkit-border-radius:50%;
			border-radius:50%;
	-webkit-transform:scale(1);
			transform:scale(1);
	-webkit-transition:opacity 0.3s ease 0s, transform 0.3s ease 0s;
			transition:opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.st-iconbox.style-1:hover .box-icon::before{
	opacity:0;
	-webkit-transform:scale(0);
			transform:scale(0);
}

/*Iconbox Style 2*/
.st-iconbox.style-2{
	padding-right:30px;
}
.st-iconbox.style-2 .iconbox-container{
	position:relative;
	margin:20px 0;
}
.st-iconbox.style-2.icon-left .iconbox-container{
	padding-left:50px;
}
.st-iconbox.style-2.icon-right .iconbox-container{
	padding-right:50px;
}
.st-iconbox.style-2 .box-icon{
	position:absolute;
	left:0;
	top:0;
	font-size:2.15em;
	-webkit-transition:color 0.5s ease 0s;
			transition:color 0.5s ease 0s;
}
.st-iconbox.style-2:hover .box-icon{
	color:#fde428;
}
.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 .box-icon{
	font-size:3em;
	margin-bottom:20px;
	opacity:.6;
	-webkit-transition:opacity 0.5s ease 0s, color 0.5s ease 0s;
			transition:opacity 0.5s ease 0s, color 0.5s ease 0s;
}
.st-iconbox.style-3:hover .box-icon{
	color:#fde428;
	opacity:1;
}

/*=========================================================================
  Services List
//=======================================================================*/
.st-service{}
.service-container{}
.service-link{
	margin-top:15px;
	line-height:100%;
}
.service-container .service-image{
	position:relative;
}

/*Service Style 1*/
.st-service .service-container.style-1{
	position:relative;
	padding-left:100px;
}
.service-container.style-1 .service-icon{
	font-size:2em;
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	z-index:2;
	top:0;
	left:0;
	position:absolute;
	color:#002e5b;
	background-color:#fde428;
	-webkit-border-radius:50%;
			border-radius:50%;
	-webkit-transition:background-color 0.5s ease 0s, color 0.5s ease 0s;
			transition:background-color 0.5s ease 0s, color 0.5s ease 0s;
}
.service-container.style-1:hover .service-icon{
	color:#fde428;
	background-color:#002e5b;
}
.service-container.style-1 .service-content h4{
	margin-top:0;
}

/*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-image a{
	display:block;
	overflow:hidden;
}
.service-container.style-2 .service-image a img{
	-webkit-transform:scale(1);
			transform:scale(1);
	-webkit-transition:transform 0.5s ease 0s;
			transition:transform 0.5s ease 0s;
}
.service-container.style-2 .service-image a:hover img{
	-webkit-transform:scale(1.2);
			transform:scale(1.2);
}
.service-container.style-2 .service-content h4{
	position:relative;
	margin-top:0;
	margin-bottom:15px;
}
.service-container.style-2 .service-content h4::before{
	position:relative;
	display:block;
	content:'';
	width:47px;
	height:4px;
	margin-bottom:18px;
	background-color:#fde428;
}

/*=========================================================================
  Portfolio
//=======================================================================*/
.st-portfolio.nospace [class*="col-"] {
	padding: 0;
}
.st-portfolio.nospace .portfolio-container {
	margin-bottom: 0 !important;
}

/*-----start here-----*/
.load-filter{
	margin-bottom:50px;
}
.load-filter::after{
	display:table;
	clear:both;
	content:'';
}
.load-filter ul li{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.load-filter ul li a{
	display:block;
	line-height:20px;
	padding:4px 19px;
	font-size:13px;
	font-weight:600;
	background-color:#fff;
	color:#394956;
	border:1px solid #d6dde3;
	-webkit-border-radius:50px;
			border-radius:50px;
}
.load-filter ul li a:hover,
.load-filter ul li.active a{
	color:#fff;
	border-color:#3197d6;
	background-color:#3197d6;
}

.portfolio-image img{
	width:100%;
	max-width:none;
}
.portfolio-container .portfolio-content h4{
	font-size:18px;
	margin:0 0 10px;
	font-weight:700;
	line-height:1.4em;
}

/*Portfolio Style 1*/
.portfolio-container.style-1{
	position:relative;
}
.portfolio-container.style-1 .portfolio-image{
	position:relative;
	overflow:hidden;
}
.portfolio-container.style-1 .portfolio-image .zoom-overlay{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#002e5b;
	opacity:0;
	-webkit-transition:opacity 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
			transition:opacity 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
}
.portfolio-container.style-1:hover .portfolio-image .zoom-overlay{
	opacity:.9;
}
.portfolio-container.style-1 .portfolio-content{
	position:absolute;
	padding:20px;
	left:0;
	right:0;
	top:50%;
	text-align:center;
	color:#fff;
	-webkit-transform:translateY(-50%);
			transform:translateY(-50%);
}
.portfolio-container.style-1 .portfolio-content h4{
	color:inherit;
	opacity:0;
	-webkit-transform:translateX(50px);
			transform:translateX(50px);
	-webkit-transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s, opacity 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
			transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s, opacity 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
}
.portfolio-link a{
	color:#fff;
	position:relative;
	opacity:0;
	-webkit-transform:translateX(-50px);
			transform:translateX(-50px);
	-webkit-transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s, opacity 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
			transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s, opacity 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
}
.portfolio-container.style-1:hover .portfolio-content h4,
.portfolio-container.style-1:hover .portfolio-link a{
	opacity:1;
	-webkit-transform:translateX(0);
			transform:translateX(0);
}

/*Portfolio Style 2*/
.portfolio-container.style-2 .portfolio-image{
	margin-bottom:25px;
}
.portfolio-container.style-2 .portfolio-image a{
	display:block;
	overflow:hidden;
}
.portfolio-container.style-2 .portfolio-image a img{
	-webkit-transform:scale(1);
			transform:scale(1);
	-webkit-transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
			transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
}
.portfolio-container.style-2 .portfolio-image a:hover img{
	-webkit-transform:scale(1.2);
			transform:scale(1.2);
}
.portfolio-container.style-2 .portfolio-content h4{}
.portfolio-container.style-2 .portfolio-content h4::before{
	position:relative;
	display:block;
	content:'';
	width:47px;
	height:4px;
	margin-bottom:10px;
	background-color:#3197d6;
}
.portfolio-container.style-2 .portfolio-content h4:hover{
}

/*Meta Box*/
.st-metabox{
	background-color:#fafafa;
	padding:10px 25px;
	margin-bottom:30px;
}
.st-metabox ul{
	list-style:none;
	padding:0;
	margin:0;
}
.st-metabox ul li{
	border-top:1px dotted #ddd;
	padding:15px 0;
	display:table;
	table-layout:fixed;
	width:100%;
}
.st-metabox ul li:first-child{
	border-top:none;
}
.st-metabox ul li span{
	display:table-cell;
	position:relative;
}
.st-metabox ul li .box-label{
	width:40%;
	padding-right:15px;
}
.st-metabox ul li .box-label::after{
	position:absolute;
	content:':';
	right:0;
	top:0;
}
.st-metabox ul li span.box-value{
	padding-left:15px;
	font-weight:600;
}

/*=========================================================================
  Socials
//=======================================================================*/
.st-social{
	margin:0; !important;
	display:inline-block;
	overflow:hidden;
}
.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.style-default,
.st-counter.icon-top{
	text-align:center;
}
.st-counter .counter-number{
	font-size:36px;
	font-weight:700;
	line-height:100%;
}
.st-counter .counter-number::after{
	position:relative;
	content:'';
	display:block;
	width:30px;
	height:1px;
	margin:15px auto 10px;
	border-top:1px solid;
	opacity:.5;
}

.st-counter.icon-top .box-icon{
	font-size:2em;
	margin-bottom:15px;
}

.st-counter.icon-left{
	position:relative;
	padding-left:45px;
}
.st-counter.icon-left .box-icon{
	font-size:2.45em;
	position:absolute;
	left:0;
	top:5px;
}
.st-counter.icon-left .counter-number::after{
	margin-left: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;
	width:100px;
}
.st-countdown .countdown-amount{
	width:55px;
	height:55px;
	text-align:center;
	line-height:55px;
	font-size:48px;
	display:block;
	margin:0 auto;
	padding:0;
}
.st-countdown .countdown-period{
	background-color:#d6dde3;
	color:#394956;
	padding:2px 13px;
	font-size:13px;
	-webkit-border-radius:40px;
			border-radius:40px;
}
.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:.5;
	background-color:#002e5b;
	-webkit-transition:opacity 0.5s ease 0s;
			transition:opacity 0.5s ease 0s;
}
.st-promobox:hover .box-image::before{
	opacity:.9;
}
.st-promobox .box-content{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	padding:20px 40px;
	z-index:2;
	color:#fff;
	text-align:center;
	-webkit-transform:translateY(-50%);
			transform:translateY(-50%);
}
.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:0;
}

/*=========================================================================
  Blog
//=======================================================================*/
.blogHolder {
	width:100%;
	margin:0;
}
.blog-container{
	margin-bottom:40px;
	padding-bottom:40px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.blog-container .post-title{
	margin:0;
}
.blog .blog-container .post-title::after,
.st-blog .blog-container .post-title::before,
.blog-single .post-title::after{
	position:relative;
	content:'';
	display:block;
	height:4px;
	width:48px;
	margin:15px 0;
	background-color:#fde428;
}
.blog-container .post-title a:hover{
	color:#004a77;
}
.post-thumb,
.post-slider,
.post-quote{
	position:relative;
	margin-bottom:30px;
}
.blog-container .owl-theme .owl-controls .owl-buttons div,
.blog-single .owl-theme .owl-controls .owl-buttons div{
	bottom:auto;
	top:50%;
	padding:0 20px;
	color:#394956;
	-webkit-transform:translateY(-50%);
			transform:translateY(-50%);
}
.blog-container .owl-theme .owl-controls .owl-buttons div:hover,
.blog-single .owl-theme .owl-controls .owl-buttons div:hover{
	color:#3197d6;
}
.post-quote{
	padding:30px;
	color:#fff;
	background-color:#002e5b;
}
.post-quote blockquote{
	max-width:100%;
	margin:0;
}

.blog-container .post-thumb a{
	display:block;
	overflow:hidden;
}
.blog-container .post-thumb a img{
	-webkit-transform:scale(1);
			transform:scale(1);
	-webkit-transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
			transition:transform 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
}
.blog-container .post-thumb a:hover img{
	-webkit-transform:scale(1.2);
			transform:scale(1.2);
}

.more-link a,
.service-link a,
.portfolio-link a,
.st-iconbox .box-link a,
.st-promobox .box-link a{
	position:relative;
	display:inline-block;
	line-height:20px;
	font-size:13px;
	font-weight:600;
	color:#fff;
	padding:6px 15px;
	background-color:#002e5b;
	-webkit-border-radius:20px;
			border-radius:20px;
}
.more-link a:hover,
.service-link a:hover,
.portfolio-link a:hover,
.st-iconbox .box-link a:hover,
.st-promobox .box-link a:hover{
	color:#fde428;
}
.more-link a::before,
.service-link a::before,
.portfolio-link a::before,
.st-iconbox .box-link a::before,
.st-promobox .box-link a::before{
	font-family:'FontAwesome';
	content:'\f105';
	margin-right:8px;
	color:#fde428;
	font-size:16px;
}

.blog .more-link{
}
.blog .more-link a{
}
.blog .more-link a:hover{
}
.blog .more-link a::before,
.blog .more-link a::after{
}

/*post-meta*/
.post-meta{
	font-size:13px;
	position:relative;
	color:#777;
	overflow:hidden;
}
.post-meta a{
	color:inherit;
}
.post-meta a:hover{
	color:#004a77;
}
.post-meta > span{
	margin-bottom:10px;
	display:block;
	float:left;
}
.post-meta > span i{
	margin-right:7px;
	font-style:normal;
	opacity:.5;
}
.post-meta .post-comment{
}
.post-meta span::after{
	position:relative;
	display:inline-block;
	margin:0 9px;
	content:'';
	height:12px;
	width:1px;
	top:2px;
	background-color:#e0e0e0;
}
.post-meta .post-comment::after{
	display:none;
}

/*post tags*/

/*post Author*/
.post-authors{
	margin:50px auto;
	padding:20px;
	background-color:#f5f5f5;
}
.post-authors .st-subheading{
}
.post-authors .author-left{
	width:75px;
	height:75px;
	display:block;
	float:left;
	margin-right:20px;
}
.post-authors .author-right{
	overflow:hidden;
}
.post-authors .author-right h4{
	margin-top:0;
}

/*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{
	position:relative;
	z-index:2;
	padding:50px;
	border-bottom:none;
}
.sticky .blog-container::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#f5f5f5;
	z-index:-1;
}
.sticky .blog-container .post-title::after{
	background-color:#3197d6;
}
.sticky .blog-container .post-meta > span i{
	color:#3197d6;
}

/*Shortcodes Post*/
.st-blog .blog-container{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.st-blog .blog-container .post-title{
	font-size:18px;
	line-height:26px;
	margin-bottom:5px;
}
.st-blog .blog-container .post-title::before{
	display:none;
}
.st-blog .post-meta{
	margin-bottom:10px;
}
.st-blog .post-meta > span{
	margin-bottom:0;
}
.st-blog span.post-date{
	font-size:11px;
	color:#002e5b;
	padding:2px 7px;
	line-height:16px;
	margin-bottom:5px;
	display:inline-block;
	background-color:#fde428;
}

/*=========================================================================
  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:15px;
}
.team-container .team-meta h4{
	font-size:18px;
	color:inherit;
	margin:0;
}
.team-container .team-position{
	display:block;
}
.team-container .st-social li{
	margin-right:3px;
	display:block;
	float:left;
}
.team-container .st-social li a{
	height:28px;
	width:28px;
	text-align:center;
	line-height:28px;
	overflow:hidden;
	font-size:16px;
}
.team-container .st-social li a:hover{
	color:#0099e5;
}

.team-container.style-1 .team-photo{
	position:relative;
	overflow:hidden;
}
.team-container.style-1 .team-photo::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#004a77;
	opacity:0;
	-webkit-transition:opacity 0.5s ease 0s;
			transition:opacity 0.5s ease 0s;
}
.team-container.style-1:hover .team-photo::after{
	opacity:.8;
}
.team-container.style-1 .team-inner{
	position:absolute;
	padding:20px;
	left:0;
	right:0;
	top:50%;
	color:#fff;
	text-align:center;
	-webkit-transform:translateY(-50%);
			transform:translateY(-50%);
}
.team-container.style-1 .team-meta{
	margin-bottom:0;
}
.team-container.style-1 .team-meta h4,
.team-container.style-1 .team-content{
	opacity:0;
	-webkit-transform:translateX(50px);
			transform:translateX(50px);
	-webkit-transition:transform 0.5s ease 0s, opacity 0.5s ease 0s;
			transition:transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.team-container.style-1 .team-position{
	opacity:0;
	-webkit-transform:translateX(-50px);
			transform:translateX(-50px);
	-webkit-transition:transform 0.5s ease 0s, opacity 0.5s ease 0s;
			transition:transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.team-container.style-1:hover .team-meta h4,
.team-container.style-1:hover .team-content,
.team-container.style-1:hover .team-position{
	opacity:1;
	-webkit-transform:translateX(0);
			transform:translateX(0);
}
.team-container.style-1 .team-content{
	line-height:1;
}
.team-container.style-1 .st-social li a{
	color:#fde428;
}
.team-container.style-1 .st-social li a:hover{
	color:inherit;
}

.team-container.style-2{
	-webkit-transform:translateY(0);
			transform:translateY(0);
	-webkit-box-shadow:0 15px 15px rgba(0, 0, 0, 0.05);
			box-shadow:0 15px 15px rgba(0, 0, 0, 0.05);
	-webkit-transition:all 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
			transition:all 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
}
.team-container.style-2:hover{
	-webkit-transform:translateY(5px);
			transform:translateY(5px);
	-webkit-box-shadow:0 10px 12px rgba(0, 0, 0, 0.05);
			box-shadow:0 10px 12px rgba(0, 0, 0, 0.05);
	-webkit-transition:all 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
			transition:all 0.5s cubic-bezier(0.54, 0, 0.26, 1) 0s;
}
.team-container.style-2 .team-inner{
	padding:20px;
	background-color:#fff;
}
.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: #999;
}

/*=========================================================================
  Testimonial
//=======================================================================*/
.testimonial-container{
	position:relative;
}
.testimonial-position{
	font-size:13px;
	color:#888;
}

.st-testimonial .testimonial-meta{
	overflow:hidden;
	margin-bottom:20px;
	margin-left:22px;
}
.st-testimonial .testimonial-meta  h4{
	margin-bottom:0;
	margin-top:5px;
}
.st-testimonial .testimonial-photo{
	float:left;
	width:55px;
	height:55px;
	overflow:hidden;
	margin-right:20px;
	-webkit-border-radius:50%;
			border-radius:50%;
}
.st-testimonial .testimonial-content{
	position:relative;
	padding:30px;
	background-color:#fafafa;
	border:1px solid #eee;
	-webkit-border-radius:5px;
			border-radius:5px;
}
.st-testimonial .testimonial-content::before{
	position:absolute;
	content:'';
	width:16px;
	height:16px;
	top:-8px;
	left:40px;
	background-color:#fafafa;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	transform:rotate(45deg);
}

.st-testimonial-slider{
	max-width:750px;
	margin:0 auto;
}
.st-testimonial-slider .testimonial-container{
	text-align:center;
}
.st-testimonial-slider .testimonial-photo{
	width:100px;
	height:100px;
	overflow:hidden;
	margin:0 auto 20px;
	-webkit-border-radius:50%;
			border-radius:50%;
}
.st-testimonial-slider .testimonial-meta h4{
	margin:20px 0 0;
}
.st-testimonial-slider .testimonial-content{
	text-align:center;
}
.st-testimonial-slider .owl-controls .owl-buttons div{
	color:#394956;
	opacity:.5;
}
.st-testimonial-slider .owl-controls .owl-buttons div:hover{
	opacity:1;
	color:#3197d6;
}

/*=========================================================================
  Clients
//=======================================================================*/
.st-client{
	overflow:hidden;
}
.st-client ul.list-inline li{
	position:relative;
	text-align:center;
	padding:7px;
}
.st-client ul.list-inline li span{
	padding:10px 0;
}
.st-client ul.list-inline li span,
.st-client ul.list-inline li span a{
	-webkit-transition:background 0.5s ease 0s;
			transition:background 0.5s ease 0s;
	display:block;
	background-color:rgba(0, 0, 0, 0.05);
}
.st-client ul.list-inline li span:hover,
.st-client ul.list-inline li span a:hover{
	background:none;
}
.st-client ul.list-inline li span img,
.st-client-slider .client-container span img{
	max-width:100%;
	width:auto;
}
.st-client ul.list-inline li span img{
	-webkit-transform:scale(1);
			transform:scale(1);
	-webkit-transition:transform 0.5s ease 0s;
			transition:transform 0.5s ease 0s;
}
.st-client ul.list-inline li span:hover img{
	-webkit-transform:scale(1.1);
			transform:scale(1.1);
}
.st-client-slider .client-container{
	text-align:center;
	margin:0 10px;
	background:none;
	border:1px solid rgba(0, 0, 0, 0.08);
	-webkit-transition:background 0.5s ease 0s;
			transition:background 0.5s ease 0s;
}
.st-client-slider .client-container:hover{
	background-color:#fff;
}

/*=========================================================================
  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 0 0;
	border:1px solid #eee;
	background-color:#f5f5f5;
}
.st-pricingbox.style-1 .box-title{
	margin-top:0;
	margin-bottom:30px;
	font-weight:400;
}
.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;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#fff;
	color:#3197d6;
	border:5px solid #3197d6;
	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-link a{
	color:#222;
	display:inline-block;
	padding:8px 19px;
	font-size:13px;
	line-height:24px;
	font-weight:600;
	white-space: nowrap;
	background-color:#fff;
	border:2px solid #002e5b;
	-webkit-border-radius:4px;
			border-radius:4px;
}
.st-pricingbox.style-1 .box-link a::after{
	position:relative;
	font-family: 'FontAwesome';
	content:'\f054';
	margin-left:8px;
	font-size:14px;
}
.st-pricingbox.style-1 .box-link a:hover{
	color:#002e5b;
	background-color:#fde428;
	border-color:#fde428;
}

/*=========================================================================
  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:16px;
	font-weight:normal;
	line-height:24px;
	margin-top:5px;
	margin-bottom:5px;
}
body .vc_toggle.vc_toggle_simple .vc_toggle_title:hover > h4{
	color:#3197d6;
}

/*-------------*/
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{ 
}
body .vc_pie_chart .vc_pie_chart_value{
	font-size:100%;
}
/*-------------*/
body .vc_progress_bar{
	overflow:hidden;
}
body .vc_progress_bar .vc_single_bar{
	margin-top:50px;
	height:15px;
	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:#fde428;
}
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{
    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;
}
/*-------------*/
.wpb_text_column.wpb_content_element ul{
	list-style:none;
	margin:0;
	padding:0;
}
.wpb_text_column.wpb_content_element ul li{
	padding-left:25px;
	margin-bottom:7px;
	position:relative;
}
.wpb_text_column.wpb_content_element ul li::before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	left:0;
	top:11px;
	background-color:#3197d6;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}
.wpb_text_column.wpb_content_element ul li:last-of-type{
	margin-bottom:0;
}
/*-------------*/
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:not(.vc_active) > a{
	background:transparent;
}

body .wpb_single_image .vc_figure-caption{
	background:#f5f5f5;
	padding:10px 15px;
	line-height:18px;
	color:#888;
	margin:0;
}