/*start newsletter style 2*/
#style2 .title{
	color:#333333;
	font-size:24px;
	font-weight: 700;
	text-align: left;
	margin-top:10px;
}
#style2 .caption,
#style2 .es_lablebox{
	display:none;
}
#style2 .wrapper{
	position: relative;
}
#style2 #es_txt_email{
	border:1px solid #a6a6a6;
	height: 45px;
	padding:0px;
	width:100%;
	color:#333333;
	border-radius:30px;
	text-indent:30px;
	padding-right:65px;
}
#style2 #es_txt_button{
	border: none;
    position: absolute;
    right: 30px;
    top: 50%;
    padding: 0px;
    height: 22px;
    width: 16px;
    z-index: 1;
    background: transparent;
    transform: translateY(-50%);
}
#style2 .button:after{
	content: '\f1d9';
    font-family: 'FontAwesome';
    font-size: 23px;
    font-weight: normal;
    color:#696969;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:30px;
    font-size: 16px;
}
#style2 .col-md-6 .social-media{
	text-align: right;
}
#style2 .col-md-6 .social-media .nbt-social-media-icon{
	background:transparent;
	border:1px solid #9e9e9e;
}
#style2 .col-md-6 .social-media .nbt-social-media-icon:hover{
	border-color: #f1ac8f
}
#style2 .col-md-6 .social-media .nbt-social-media-icon span.fa{
	color:#999999;
}
#style2 .col-md-6 .social-media .nbt-social-media-icon:hover span.fa{
	color:#f1ac8f;
}
#style2 .col-md-6 .social-media .nbt-social-media-icon:last-child{
	margin-right:0px;
}
/*end newsletter style 2*/
/*start new style carousel*/
#carousel-new{
	padding-left: 0px;
}
#carousel-new .owl-stage .owl-item .image img{
	width:auto;
	border-radius: 100px;
	margin:0px auto;
	border:3px solid transparent;

}
#carousel-new .owl-stage .owl-item .image img:hover{
	border:3px solid #f3e5df;
}
#carousel-new .owl-stage .owl-item .wrap{
	text-align: center;
	margin-top:34px;
}
#carousel-new .owl-stage .owl-item .wrap .testimonials-widget-content{
	color:#696969;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom:22px;
}
#carousel-new .owl-stage .owl-item .author{
	color:#999999;
	font-size:16px;
}
#carousel-new .owl-stage .owl-item .author .name{
	font-weight: 700;
	text-transform: uppercase;
	color:#333333;
	display: inline-block;
}
#carousel-new .owl-stage .owl-item .author .ow-pt-button{
	display: inline-block;
	margin-left: 3px;
}
#carousel-new .owl-stage .owl-item .author .ow-pt-button a{
	color:#999999;	
}
#carousel-new .owl-nav .owl-prev,
#carousel-new .owl-nav .owl-next{
	top:65%;
	border-radius: 3px;
}
#carousel-new .owl-nav .owl-prev{
	left:5%;
}
#carousel-new .owl-nav .owl-next{
	right:5%;
}
#carousel-new .owl-nav .owl-prev:after,
#carousel-new .owl-nav .owl-next:after{
	width:20px;
	height: 20px;
	border-width:3px;
	border-radius: 3px;
    transform: rotate(45deg); 
}
#carousel-new .owl-nav .owl-prev:after{
	border-bottom-color: #999999;
    border-left-color:#999999;
    top:50%;
}
#carousel-new .owl-nav .owl-next:after{
	border-top-color: #999999;
    border-right-color: #999999;
}
#carousel-new .owl-nav .owl-prev:hover:after,
#carousel-new .owl-nav .owl-next:hover:after{
	border-color:#f1ac8f;
}
/*end new style carousel*/

/*start carousel home 5*/
#carousel-home5{
	padding-left:0px;
	margin-bottom:0px;
}
#carousel-home5 .owl-stage .owl-item li{
	margin:0px;
	max-width:none;
}
#carousel-home5 .owl-stage .owl-item li .image{
	float:left;
	width:370px;
	height: 370px;
	position: relative;
	margin-right:30px;
	z-index: 2;
}
#carousel-home5 .owl-stage .owl-item li .image:after{
	content:'';
	height: 108px;
	width:172px;
	background: #f3f3f3;
	position: absolute;
	top:0px;
	right:0px;
	z-index: -1;
}
#carousel-home5 .owl-stage .owl-item li .image:before{
	content:'';
	height: 150px;
	width:170px;
	background: #f3f3f3;
	position: absolute;
	bottom:0px;
	left:0px;
	z-index: -1;
}
#carousel-home5 .owl-stage .owl-item li .image img{
	position: absolute;
	top:50%;
	left:50%;
	width:85%;
	transform: translateX(-50%) translateY(-50%);
}
#carousel-home5 .owl-stage .owl-item li .wrap {
	overflow: hidden;
	padding-top: 70px;
}
#carousel-home5 .owl-stage .owl-item li .wrap .author .name{
	color:#333333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#carousel-home5 .owl-stage .owl-item li .wrap .author .ow-pt-button{
	margin-bottom:21px;
}
#carousel-home5 .owl-stage .owl-item li .wrap .author .ow-pt-button a{
	color:#999999;
	font-size: 16px;
	font-weight: 400;
}
#carousel-home5 .owl-stage .owl-item li .wrap .testimonials-widget-content{
	color:#696969;
	font-size: 16px;
	margin-bottom:0px;
	line-height: 28px;
}
#carousel-home5 .owl-stage .owl-item li .wrap .testimonials-widget-content:before{
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 24px;
	color:#696969;
	margin-right:25px;
}
#carousel-home5 .owl-stage .owl-item li .wrap .testimonials-widget-content:after{
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 24px;
	color:#696969;
	margin-left:5px;
}
#carousel-home5 .owl-nav{
	position: absolute;
	top:70%;
	left:400px;
}
#carousel-home5 .owl-nav.disabled,
#carousel-home5 .owl-nav{
	display: inline-block;
	margin-top:15px;
}
#carousel-home5 .owl-nav .owl-prev,
#carousel-home5 .owl-nav .owl-next{
	display: inline-block;
}
#carousel-home5 .owl-nav .owl-next.disabled:after{
	color:#999999;
}
#carousel-home5 .owl-nav .owl-prev.disabled:before{
	color:#999999;
}
#carousel-home5 .owl-nav .owl-prev:before{
	content:'\f177';
	font-family: 'FontAwesome';
	vertical-align: middle;
	color:#687ff0;
	font-size:24px;
}
#carousel-home5 .owl-nav .owl-next:after{
	content:'\f178';
	vertical-align: middle;
	font-family: 'FontAwesome';
	color:#687ff0;
	font-size:24px;
}
#carousel-home5 .owl-nav .owl-prev:after{
	content:'|';
	color:#cccccc;
	font-size: 24px;
	vertical-align: middle;
	margin:0px 15px;
}

/*end carousel home 5*/

/*start show all tetimonial*/
#showall{
	padding:0px;
	margin:0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#showall li{
	padding:40px 30px;
	background:url(../images/client-background.jpg) no-repeat bottom left;
	background-size: cover;
	border-radius: 5px;
	width:calc(33.3% - ( 0.667 * 30px ));
}
#showall li .testimonials-widget-content{
	margin-bottom: 50px;
	color:#696969;
	font-size:16px;
	line-height: 30px;
	font-weight: 400;
}
#showall li .testimonials-widget-content:before{
	content:'\f10d';
	font-family: 'FontAwesome';
	color:#999999;
	font-size: 24px;
	margin-right:25px;
}
#showall li .testimonials-widget-content:after{
	content:'\f10e';
	font-family: 'FontAwesome';
	color:#999999;
	font-size: 24px;
	margin-left:25px;
}
#showall li .wrap{
	overflow: hidden;
}
#showall li .wrap .image{
	float:left;
	margin-right:25px;
}
#showall li .wrap .image img{
	border-radius: 1000px;
}
#showall li .wrap .author{
	margin-top:35px;
}
#showall li .wrap .author .name{
	color:#333333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#showall li .wrap .author .ow-pt-button a{
	font-size: 16px;
	display: block;
	color:#999999;
}
/*end show all testimonial*/

/*start style decoration headline*/
.sow-headline{
	position: relative;
	z-index: 10;
}
.sow-headline.line-throught{
	display: inline !important;
}
.sow-headline.line-throught:after{
	content:'';
	position: absolute;
	height: 8px;
	width: 90px;
	top:25px;
	z-index: -1;
	left:0px;
	background: #43c9d7;
}
.sow-headline.line-throught ~ .sow-sub-headline{
	margin-top:39px;
}
/*end style decoration headline*/
/*start style decotation image banner*/
.nbt-image-banner-info .txt_primary.below {
	position: relative;
	z-index: 2;
}
.nbt-image-banner-info .txt_primary.below:after{
	content: '';
	position: absolute;
	bottom:25%;
	z-index: -1;
	left:0px;
	background: #f1ac8f;
	width: 120px;
	height: 2px;
}
/*end style decotation image banner*/

@media all and ( max-width:991px ){
	#style2 .title{
		text-align: center;
	}
	footer .footer-top #style2 .title{
		margin-bottom:30px;
	}
	footer .footer-top #wpnetbase_social_media_widget-5 .sfsi_widget{
		text-align: center;
		margin-top: 30px;
	}
	footer .footer-top #wpnetbase_social_media_widget-5 .sfsi_widget a:first-child{
		margin-left:0px;
	}
	#showall{
		flex-direction: column;
	}
	#showall li{
		width: 100%;
	}
	#showall li:not(:last-child){
		margin-bottom:30px;
	}
	#carousel-home5 .owl-stage .owl-item li .image{
		margin-right:0px;
		text-align: center;
		left:50%;
		transform: translateX(-50%);
	}
	#carousel-home5 .owl-stage .owl-item li .image img{
		display: inline-block;
	}
	#carousel-home5 .owl-stage .owl-item li .wrap{
		width:100%;
	}
	#carousel-home5 .owl-nav{
		position: static;
	}
}
@media all and ( max-width:480px ){
	#carousel-home5 .owl-stage .owl-item li .image{
		width:100%;
	}
}

.nbfw-carousel ul,ul.nbfw-carousel{padding-left: 0px;}
.nbfw-carousel.owl-carousel .owl-item img{width: auto;}
.nbfw-carousel .owl-dots {
    text-align: center; margin-top: 15px;
}
.nbfw-carousel .owl-dots .owl-dot span {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
}

.nbfw-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;display: inline-block;
    margin-right: 5px;
    
}

.nbfw-carousel.style1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;    
}

.nbfw-carousel.style1 .owl-dots .owl-dot {    
    width: 15px;
    height: 15px;    
}

.nbfw-carousel.style2 .owl-dots .owl-dot span{
	width: 30px;
	height: 5px;
	border-radius: 5px;
}
.nbfw-carousel.style2 .owl-dots .owl-dot{
	width: 30px;
	height: 5px;
	margin-right: 15px;
}
.group.border-img .b-thumb{margin-right: 1px;}