/*
Theme Name: lider 
Theme URI:http://raytheme.com
Description: lider One Page WordPress Theme
Author: em40
Author URI: http://wptradetheme.com
Version: 1.0.0
Tags:  blog
Text Domain: lider
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
 Don't change any css from here. If you need change css, Please use child theme.
------------------------------------------*/


html, body {
}
img {
    max-width: 100%;
    height: auto;
}
/* box layout */

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */
.fix{
	overflow:hidden;
}
.clear_both {
    clear: both;
}

/*=====================
lider HEADING TOP AREA CSS
=========================*/

/* LEFT RIGHT CSS */
.em40_header_area_main {
}
.em40_header_area_main.hdisplay_none{
	display:none;
}
.lider-header-top {
    padding: 10px 0;
    background: #f8f8f8;
    overflow: hidden;
}
.top-address p {
    margin-bottom: 0;
}
.top-address p span,
.top-address p a {
    margin-right: 20px;
}
.top-address p span i,
.top-address p a i {
    font-size: 13px;
    color: #0b96be;
    margin-right: 10px;
}
.top-address p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
	position:relative;
}
.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span
{
	  color: #666666;
}


.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover
 {
    color: #0b96be;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span
{
	margin-right:0px;
	margin-left:12px;
}

/* sub menu css */
.top-right-menu ul .sub-menu{
	position:absolute;
	left:0px;
	top:100%;
	visibility:hidden;
	opacity:0;
	border-top:1px solid #f00;
	width:150px;
	transition:.5s;
	text-align:left;	
	background:#fff;
	z-index:1;
}
.top-right-menu ul.social-icons li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.top-right-menu ul .sub-menu li{
	padding:5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a{
	font-size:12px;
}

.top-right-menu ul .sub-menu ul{
	display:none;
}

.top-welcome p{
	padding:0px;
	margin:0px;
}
.top-address.em-login a {
    margin-right: 10px;
}
.top-address.em-login a + a {
    margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}
.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}
.txtc {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/*=====================
END lider HEADING TOP AREA CSS
=========================*/



/*=======================
lider HEADING NAV AREA CSS
========================*/
.mean-container .mean-bar {
  padding: 0;
}
.mean-container .mean-nav {
  background: #0b96be none repeat scroll 0 0;
  float: none;
}


.main_menu_div{
	position:relative;
}
.lider_nav_area {
    background: #fff none repeat scroll 0 0;
}
/* LOGO CSS */
.logo {
    margin-top: 8px;
}
.logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.lider_menu {} 

/* MENU CSS */

.lider_menu ul {
    text-align: right;
	list-style:none;
}
.lider_menu > ul > li {
	display:inline-block;
	position:relative;
}
.lider_menu > ul > li > a {
	display:block;
    padding: 30px 14px 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color: #333;
	font-size:14px;
}
.heading_style_2 .lider_menu > ul > li > a{
	color:#fff;
}
.heading_style_3 .lider_menu > ul > li > a{
	color:#fff;
}
.heading_style_4 .lider_menu > ul > li > a{
	color:#fff;
}
.heading_style_5 .lider_menu > ul > li > a{
	color:#fff;
}
.lider_menu ul li:last-child a {
    padding-right: 0px;
}

.lider_menu > ul > li.current > a,
.lider_menu > ul > li:hover > a
 {
    color: #0b96be;
	background-color:transparent;
}

/* transparent 2 */

.trp_nav_area{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.hbg2 {
    background: rgba(0, 0, 0, .7);
    padding: 0 0 10px;
}

/* stycky nav js */
.transprent-menu.menu4{
	position:relative;
}
.transprent-menu .lider_nav_area{
	left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
	position:absolute;
}

.lider_nav_area.postfix{
	transition:.3s;
}
.lider_nav_area.prefix, .hbg2{
	 box-shadow: 0 1px 5px #ddd;
}
.lider_nav_area.prefix .lider_menu > ul > li > a{
	/* color:#fff; */
}
.lider_nav_area.prefix .lider_menu > ul > li.current > a{
	 color: #0b96be;
}




/* LOGO LEFT RIGHT CSS */

.logo-left{}

.logo-right .logo {
    text-align: right;
}
.logo-right .lider_menu > ul {
    text-align: left;
}
.logo-right .lider_menu > ul > li:first-child a {
    padding-left: 0px;
}
.logo-right .lider_menu > ul > li:last-child a {
    padding-right: auto;
}
/* logo top */
.logo-top .logo {
    text-align: center;
}
.logo-top .lider_menu > ul {
    text-align: center;
}
.logo-top > .lider_menu > ul > li:last-child a {
    padding-right: auto;
}

/* sub menu style */

.lider_menu ul .sub-menu{
	position:absolute;
	left:0;
	top:130%;
	width:197px;
	text-align:left;
    background: #292929;
    margin: 0;
    padding: 15px 0;
    z-index: -1;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	transition:.5s;	
	opacity:0;
	visibility:hidden;	
}
.lider_menu ul li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:100%;
	z-index: 9;
}
.lider_menu ul .sub-menu li{
	position:relative;

}
.lider_menu ul .sub-menu li a{
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 12px;
    color: #c9c9c9;
    font-weight: 500;
    text-transform: uppercase;
    transition: .1s;
	visibility: inherit !important;	
}
.lider_menu ul .sub-menu li:hover > a,
.lider_menu ul .sub-menu .sub-menu li:hover > a,
.lider_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.lider_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a
{
    background: rgba(255,255,255, .06);
    color: #0b96be;
}
/* sub menu 2 */
.lider_menu ul .sub-menu .sub-menu{
	left:100%;
	top:130%;
	opacity:0;
	visibility:hidden;	
}
.lider_menu ul .sub-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:0%;		
}

/* sub menu 3 */
.lider_menu ul .sub-menu .sub-menu li{
	position:relative;
}
.lider_menu ul .sub-menu .sub-menu .sub-menu{
	right:100%;
	left:auto;	
	top:130%;
	opacity:0;
	visibility:hidden;
}
.lider_menu ul .sub-menu .sub-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:0%;	
}

/* sub menu 4 */
.lider_menu ul .sub-menu .sub-menu .sub-menu li{
	position:relative;
}
.lider_menu ul .sub-menu .sub-menu .sub-menu .sub-menu{

}
.lider_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:0%;	
}
/* user login */

.logged-in .transprent-menu .lider_nav_area.prefix {
    top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
    top: 32px;
}
/*=======================
END lider HEADING NAV AREA CSS
========================*/

/*=====================
lider BLOG AREA CSS
=========================*/


.lider-blog-area
 {
    padding: 90px 0 90px;
}
.lider-single-blog{
    background: #f9f9f9;
    padding-bottom: 15px;
	margin-bottom:30px;
	overflow:hidden;
	transition:.5s;
}
.lider-single-blog:hover{
	box-shadow: 0px 5px 17px rgba(0,0,0,.20);
}
.cbpd.lider-single-blog{
	margin-bottom:0px;
}
/* BLOG THUMB CSS */

.lider-blog-thumb {
    overflow: hidden;
}
.lider-blog-thumb a {
    position: relative;
}
.lider-blog-thumb > a {
    display: block;
	overflow:hidden;
}
.lider-blog-thumb > a:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f00;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.lider-blog-thumb img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

/* BLOG TITLE AND CONTENT CSS */

.blog-inner {
  padding: 21px 20px 2px;
}
.blog-content {} 
.blog-content h2 {
    color: #202020;
    margin: 0;
    margin-bottom: 20px;
}
.blog-content h2 a {
	font-family: "Raleway",sans-serif;	
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;	
	 color: rgba(0, 0, 0, 0.85);
}
.bwidget.blog-content h2 a {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Raleway",sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-content h2 a:hover {
    color: #0b96be;
}
.blog-content p {
    font-style: normal;
}
.blog-content h2,.blog-content h2 a {
    font-style: normal;
}
/* BLOG POST META CSS */


.lider-blog-meta {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
    padding: 0px 20px;
}
.lider-blog-meta:after {
    display: block;
    clear: both;
    content: "";
}
.lider-blog-meta a {} 

/* BLOG POST META LEFT CSS */

/* left style 1 */
.lider-blog-meta-left {
    float: left;
    position: relative;
    padding: 7px 0;
}
.lider-blog-meta-left a,
.lider-blog-meta-left span
 {
    color: #444;
    margin-right: 5px;
    font-size: 12px;
}
.lider-blog-meta-left i {
    margin-right: 5px;
}


/* BLOG POST META RIGHT CSS */

.lider-blog-meta-right {
    float: right;
    padding: 7px 0;
}
.lider-blog-meta-right a,
.lider-blog-meta-right span {
    font-size: 12px;
    color: #444;
    margin-left: 5px;
}
.lider-blog-meta-right i {
    margin-right: 5px;
}


.current-details-meta{
	    margin-bottom: 5px;
}
/* blog readmore */
.readmore a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
    border-color: #0b96be;
    background: #0b96be;
    color: #fff;
}

/* blog hover */
.lider-single-blog:hover .lider-blog-thumb a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.lider-single-blog:hover .lider-blog-thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}



/* home page blog css */

.lider-blog-thumb {
    position: relative;
}
.lider-blog-thumb.home-b:after {
    display: block;
    clear: both;
    content: "";
}
.lider-blog-meta.home-meta{
     margin-top: 0px; 
    margin-bottom: 0px;
    background: #fff;
    width: 100%;
     padding: 0px 0px;
}
.lider-blog-meta-inner {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    background: #fff;
    z-index: 999;
    padding: 5px 10px;
}
.hbginner.blog-inner {
    padding: 15px 20px 10px;
}

.blog_icon_inner {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}
.blog_icon_inner a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #0b96be;
    background: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0px 5px;
	background: #0b96be;
}
.blog_icon_inner a:hover {
    background:#fff;
    color: #0b96be;
	border-color:#fff;
}
.lider-single-blog:hover .blog_icon_inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/*========================
lider BLOG DETAILS AREA CSS
=========================*/
.lider-single-blog-details{}
.lider-single-blog--thumb{}
.lider-single-blog--thumb a{}
.lider-single-blog--thumb img{}
.lider-single-blog--thumb {
    padding-bottom: 20px;
}
.lider-single-blog-title h2 {
  font-size: 23px;
  padding: 0;
	font-weight: 500; 
	text-transform: capitalize;
	color: #333;
}

.lider-single-blog-details .lider-blog-meta{
	padding:0px;
	margin:0px;
}
.lider-single-blog-details .lider-blog-meta-right,
.lider-single-blog-details .lider-blog-meta-left
{
	padding:0px 0 5px 0 ;
}
.lider-blog-social {
  margin-bottom: 25px;
  margin-top: 25px;
}
.lider-single-icon-inner{
	text-align:center;
}
.lider-single-icon-inner a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #0b96be;
  border-radius: 50%;
  color: #0b96be;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  margin: 0 5px;
  text-align: center;
  width: 40px;
}
.lider-single-icon-inner a:hover{
	background:#0b96be;
	border-color:#0b96be;
	color:#fff;
}
.lider-single-icon-inner a i{}

.single-blog-content ul {
  padding-bottom: 10px;
}


/*========================
lider COMMENT AREA CSS
=========================*/

/* POST REPLY CSS */
.post_comment {
  border: 1px solid #f1f1f1;
  margin: 20px 0;
  padding: 0 15px;
}
.comment_inner{}
.commment_title{}
.commment_title h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
}
.commment_title h3::before{
	position:absolute;
	content:"";
	left:0;
	bottom:-9px;
	width:40px;
	height:2px;
	background:#0b96be;
}
.commment_title p{}
.post_replay{}

.post_replay_inner {
  display: flex;
  margin-bottom: 12px;
}
.mgl-30{
	margin-left:30px;
}
.post_reply_thumb{}
.post_reply_thumb img {
	border-radius: 50%;
}
.post_replay {
	margin-top: 25px;
}
.post_reply {
	padding-left: 15px;
	width: 100%;
}
.post_reply div.st {
  font-size: 18px;
  font-weight: 400;
}
.post_reply div.st a{
	color:#333;
}
.reply_date {
	overflow: hidden;
	margin-bottom: 5px;
}
.reply_date span.span_left {
  float: left;
  font-size: 13px;
}
.reply_date span.span_right{
	float:right;
	color:#5986f2;
	font-size:12px;
	font-weight: 400;
}
.post_reply p{}


.comments-area .children {
    margin-left: 30px;
}

.post_comment .post_comment{
	margin-left:15px;
}

/* COMMENT FORM CSS */

.comment_field {} 
.comment_field .input-field {
    width: 33.33%;
    float: left;
	
}
.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .textarea-field label{
	margin-top:30px;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 42px;
    font-size: 12px;
}
.comment_field .input-field input[type="text"] {} 
.comment_field .input-field input[type="email"] {} 
.comment_field .textarea-field textarea {
    width:100%;
    border: 1px solid #e5e5e5;
    height: 120px;
    padding: 10px;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}
.lider_btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #444;
  margin-top: 30px;
  padding: 8px 20px;
  transition: all 0.5s ease 0s;
}
.lider_btn:hover{
	border-color:#0b96be;
	background: #0b96be;
	color:#fff;	
}
.em-theme-main-page .commment_title h3{
	 margin-top: 0px;
}
.em-theme-main-page .empgc {
  margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
  margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc > h3 {
  margin-bottom: 35px;
}
.logged-in-as {
  margin-bottom: 0;
  margin-top: 30px;
}
.logged-in-as a{
	color:#333;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 20px 30px;
    background: #f9f9f9;
}
a.comment-edit-link {
    margin-bottom: 12px;
    display: inline-block;
}
.em-theme-main-page .comments-area {
  margin-top: 40px;
}
/*========================
 lider unittest
=========================*/
.blog-page-title h2 {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-page-title h2 a:hover{
	color:#0b96be;
}
.em-blog-content-area{
	padding:20px 20px 5px 20px;
}
.single-blog-content iframe {
  margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6
{
	margin-top: 10px;
	margin-bottom: 10px;
    font-weight: 500;
	color:#333;
	font-size: 30px;
}
.post_reply h1, .post_reply h2, .post_reply h3, .post_reply h4, .post_reply h5, .post_reply h6 {
  color: #303030;
  font-size: 30px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2{
    font-size: 26px;
}
.blog-content h3,
.post_reply h3{
	    font-size: 22px;
}
.blog-content h4,
.post_reply h4{
	    font-size: 20px;
}
.blog-content h5,
.post_reply h5{
	    font-size: 18px;
}
.blog-content h6,
.post_reply h6{
	    font-size: 17px;
}

/* single blog */
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6
{
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 30px;
    font-weight: 600;	
}
.single-blog-content h2{
    font-size: 26px;
}
.single-blog-content h3{
	    font-size: 22px;
}
.single-blog-content h4{
	    font-size: 20px;
}
.single-blog-content h5{
	    font-size: 18px;
}
.single-blog-content h6{
	    font-size: 17px;
}



/*========================
 lider PAGINATION AREA CSS
=========================*/

.paginations{
	text-align:center;
	margin-top:20px;
}

.paginations a,
.page-numbers span.current
 {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: auto 5px;
	border: 1px solid #ddd;
	color: #888;
}
.page-numbers li{
	display:inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current
{
	background:#0b96be;
	border-color:#0b96be;
	color:#fff;
}
/*========================
 END lider PAGINATION AREA CSS
=========================*/

.kc_counter_box i {
  display: inline-block;
  font-size: 45px;
  margin-bottom: 0;
}




/*========================
 lider BREADCRUMB AREA CSS
=========================*/
.breadcumb-blog-area{
 padding: 100px 0 100px;
 background-color: #f7f7f7;
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
}
.breadcumb-inner h2 {
    font-size: 36px;
 color:#464646;
}
.breadcumb-area {
 padding: 100px 0 100px;
 background-color: #f7f7f7;
 background-position: center top;
 background-repeat: no-repeat;
}
.breadcumb-inner ul{}
.breadcumb-inner li {
 display:inline-block;
 margin:0 2px;
 color: #464646;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #0b96be ;
}

.breadcumb-inner li a{
 color: #464646;
}
.brpt h2 {
    font-size: 22px;

}
.lcase{
 text-transform:lowercase;
}
.ucase{
 text-transform: uppercase;
}
.ccase{
 text-transform: capitalize;
}
/*========================
 END lider BREADCRUMB AREA CSS
=========================*/

/*========================
 lider 404 AREA CSS
=========================*/

.not-found-area {
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #f5f3f3;
    padding: 0 0 37px;
}
.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}
.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.not-found-inner {
    font-size: 30px;
}
.not-found-inner h2 {
    color: #0b96be;
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.not-found-inner p {
    font-size: 30px;
}
.not-found-inner a {
    color: #606b82;
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}

/* search error */

.search-error .search input {
    padding: 20px 0;
}
.search-error .search input[type="text"] {
    padding-left: 10px;
}
.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.search-error > p {
    font-size: 17px;
    margin: 20px 0;
}
.search-error > h3 {
    display: block;
    font-size: 34px;
    color: #0b96be;
}
.search-error .search input {
    height: 54px;
	border: 1px solid #ddd;
}
/*========================
 END lider 404 AREA CSS
=========================*/




/*footer top area css*/

.form-inner {
    width: 100%;
}
.form-controls {} .form_inner {} .heading {} .heading h3,
.field {
    overflow: hidden;
    padding-bottom: 25px;
    width: 100%;
}
.form-field {
    width: 99%;
    overflow: hidden;
    float: left;
}
.form-field input {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.text_area {} 
.text_area textarea {
    width: 99%;
    border: 1px solid #ccc;
    height: 199px;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.form-field input:focus,
.text_area textarea:focus {
    color: #0b96be;
    border: 1px solid #0b96be;
}
.buttons {
    margin-top: 7px;
}
.buttons submit {} .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.sbuton:hover {
    background: #0b96be none repeat scroll 0 0;
    border-color: #0b96be);
    color: #fff;
}
.form-field input::-moz-placeholder {
    margin-left: 10px;
	color:#444;
}
.form-field textarea::-moz-placeholder {
	color:#444;
}
.form-field input[type="date"]::-moz-placeholder {
    margin-left: 10px;
	color:444;
}

/* 2 */
.home-2 .field.topfield .form-field {
    float: left;
    width: 50%;
}
.home-2 .field.topfield .form-field:after {
    clear: both;
    content: "";
    display: block;
}
.home-2 .field.topfield .form-field input {
    border: 1px dotted #ffab31;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 98%;
    background: transparent;
}
.home-2 .text_area textarea {
    border: 1px dotted #ffab31;
    background: transparent;
    color: #fff;
    height: 160px;
}
.home-2 .field.topfield input:focus,
.home-2 .text_area textarea:focus {
    border: 1px solid #fff;
    color: #fff;
}
.home-2 .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px dotted #ffab31;
    color: #fff;
    padding: 12px 40px;
}
.home-2 .sbuton:hover {
    background: #ffab31;
}

/*home 3 form */

.home-3 .form-field input:focus,
.home-3 .text_area textarea:focus {
    border: 1px solid #0b96be ;
    color: #0b96be ;
}
.home-3 .sbuton:hover {
    background: #0b96be  none repeat scroll 0 0;
    color: #fff;
}










/*========================
lider FOOTER TOP AREA CSS
=========================*/
.top-address-area {
    background: #111111;
    padding: 90px 0px 85px; 
	text-align:center;
}
.top_address_logo {
    margin-bottom: 30px;
}
.address_content{
	padding-top:38px;
}
.top_address_content a,
.top_address_content span
{
	color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 12px;
    margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i
{
	font-size: 14px;
    margin-right: 11px;
}
.footer-top-address h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 26px;
}
.footer-top-address h2 span {
    color: #0b96be;
	font-weight: 700;
}

/*========================
lider FOOTER TOP AREA CSS
=========================*/

.footer-top {
    background: #1a1a1a none repeat scroll 0 0;
    padding: 95px 0 80px;
}

.footer-top-inner h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 26px;
}
.footer-top-inner h2 span {
    color: #0b96be;
	font-weight: 700;
}
.footer-top-inner p {
    color: #fff;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
.footer-social-icon {
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
    padding: 10px 0 20px;
    text-align: center;
}
.footer-social-icon a {
    display: inline-block;
    text-align: center;
	margin: 0 3px;	
}
.footer-social-icon a i {
    border: 1px solid #0b96be;
    color: #0b96be;
    font-size: 16px;
    height: 30px;
    margin: 0 3px;
    padding-top: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.footer-social-icon a .fa-facebook:hover {
    border: 1px solid #3b5998;
    color: #3b5998
}
.footer-social-icon a .fa-twitter:hover {
    border: 1px solid #00aced;
    color: #00aced
}
.footer-social-icon a .fa-google-plus:hover {
    border: 1px solid #dd4b39;
    color: #dd4b39
}
.footer-social-icon a .fa-linkedin:hover {
    border: 1px solid #007bb6;
    color: #007bb6
}
.footer-social-icon a .fa-flickr:hover {
    border: 1px solid #ff0084;
    color: #ff0084
}
.footer-social-icon a .fa-pinterest:hover {
    border: 1px solid #f00;
    color: #f00
}
/*========================
END FOOTER TOP AREA CSS
=========================*/



/*========================
lider FOOTER MIDDLE AREA CSS
=========================*/
.footer-middle {
    padding: 90px 0 50px;
    background: #191717;
}
.footer-middle .widget h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}
.footer-middle .widget ul li {
    padding-bottom: 8px;
}
.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
    color: #fff;
}
.footer-middle .widget h5 {} .footer-middle .widget ul li:before {} .footer-middle .tagcloud a {} .footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .widget ul li a::before {
    -webkit-transition: .5s;
    transition: .5s;
}
.footer-middle .widget ul li a {
    position: relative;
    padding-left: 15px;
}
.footer-middle .widget ul li a::before {
    color: rgb(202, 202, 202);
    content: "\f054";
    font-family: FontAwesome;
    font-size: 8px;
    left: 0px;
    position: absolute;
    top: 0px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li a:hover:before,
.footer-middle .widget ul li:hover:before {
    color: #41ABFF;
    margin-left: 5px;
}
.footer-middle .sub-menu li a:hover,
.footer-middle .nav .children li a:hover {
    background: transparent;
    color: #41ABFF;
}
.footer-widget.address {
    color: #fff;
}
.footer-logo > p {
  color: #fff;
}
/* recent post */

.recent-post-item {
    clear: both;
    overflow: hidden;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    display: inline-block;
}
.recent-post-text {
  margin-top: 10px;
  overflow: hidden;
}
.recent-post-text h4 a {
    color: #333;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #333;
}
.footer-middle .recent-post-text h4 a {
    color: #fff;
}
.footer-middle .recent-post-text .rcomment {
    color: #fff;
}
.tagcloud a {
  color: #606060;
  display: inline-block;
  font-size:inherit !important;
  margin: 0 3px 5px 0;
  padding: 7px 15px;
  text-align: center;
}
.footer-middle .tagcloud a {
  border: 1px solid #2d2c2c;
}
.footer-middle .tagcloud a:hover {
  border-color:#0b96bf;
  background:#0b96bf;
}
.footer-middle .widget ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 30px;
}
.footer-middle .mc4wp-form-fields input {
    border: 1px solid #ddd;
}
.footer-middle .mc4wp-form-fields p:nth-child(3) input {
    margin-top: 20px;
    background: #0B96BF;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
}
.footer_s_inner {
    margin-top: 10px;
}
.footer-sociala-icon {
    float: left;
    margin-right: 7px;
    clear: both;
}
.footer-sociala-info > p {
  color: #fff;
}


/*========================
END FOOTER BOTTOM AREA CSS
=========================*/


/*========================
lider FOOTER BOTTOM AREA CSS
=========================*/

.footer-bottom {
    background: #111111;
    padding: 20px 0;
}
.copy-right-text {
}
.copy-right-text p{
	margin:0px;
	padding:0px;
	color:#fff;
}

.footer-menu{}
.footer-menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a{
	color:#fff;
	padding:0 10px;
	display:block;
}
.copy-right-text a:hover,
.footer-menu ul li a:hover{
	color:#0b96be;
}
.footer-menu ul li:last-child a{
	padding-right:0px;
}
.footer_style_3 .footer-menu ul li:first-child a{
	padding-left:0px;
}

.footer-menu ul ul{
	display:none;
}
/*========================
END FOOTER BOTTOM AREA CSS
=========================*/

/*========================
EM40 SCROLL TOP CSS
=========================*/
#scrollUp {
    background: #0b96be none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
#scrollUp i {
    color: #fff;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/

.copy-right-text a {
  color: #0b96be;
}

.template-home .vc_row{
    margin-left: 0px !important;
    margin-right: 0px !important;	
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  font-size:15px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-size:15px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-size:15px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-size:15px;
}


.home-2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size:15px;
}
.home-2 ::-moz-placeholder { /* Firefox 19+ */
  font-size:15px;
}
.home-2 :-ms-input-placeholder { /* IE 10+ */
  font-size:15px;
}
.home-2 :-moz-placeholder { /* Firefox 18- */
  font-size:15px;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
  margin-bottom: 0;
}


.recent-post-item {
    clear: both;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
  display: block;
  margin-top: 10px;
}
.recent-post-text{overflow:hidden;}
.recent-post-text > h4 {
  margin-bottom: 0;
}
.recent-post-text h4 a {
    color: #333;
	font-size:16px;
	transition:.3s;
}
.recent-post-text h4 a:hover{
color:#0b96be;
}
.recent-post-text .rcomment {
  color: #333;
  font-size: 14px;
  text-transform: none;
}
.recent-post-text .rcomment i{
 margin-right:5px;
}
.recent-post-text .rcomment{
 color:#333;
}

.footer-middle .recent-post-text h4 a {
    color: #fff;
}
.footer-middle .recent-post-text .rcomment{
 color:#fff;
}

.mean-container .mean-bar {
  float: none;
   background: #0b96be none repeat scroll 0 0; 
}
.mean-container .mean-nav ul li li a {
  color: #333;
  opacity: 1;
}

/* kc element */
.template-home-wrapper {
  overflow: hidden;
}
.kc-blog-posts-3 .kc-list-item-3 > a img {
  transition: all 0.5s ease 0s;
}


/* section title */

.section-title.t_center {
  margin: auto;
  text-align: center;
  width: 63%;
}
.section-title.t_left {
  margin: auto auto auto 0;
  width: 63%;
    text-align: left;
}
.section-title.t_right {
  margin: auto 0 auto auto;
  width: 63%;
    text-align: right;
}
.section-title.t_right .em-bar {
  margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
  margin: 0 0 5px;
}
.section-title h2{
font-size:36px; 
font-weight:700;

}

.em-icon{}
.em-icon i{}
.em-bar-main {
  margin: 10px 0 18px;
}
.em-bar {
  background: #f00 none repeat scroll 0 0;
  height: 1px;
  margin: 0 auto 5px;
  width: 62px;
}
.em-bar.em-bar-big {
  width: 100px;
}
.em-image {
  margin-bottom: 5px;
}
.em-image img{}


/*=====================
lider ABOUT SECTION
=========================*/
.em-feature {
  border: 1px solid rgb(221, 221, 221);
  padding: 41px 20px;
  transition: all 0.5s ease 0s;
}

.em_feature-icon {
    float: left;
    text-align: center;
    font-size: 30px;
    color: #0b96be;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 15px;	
}
.em-feature:hover {
    background-color: #0b96be;
    border-color: #0b96be;
}
.em_content_text{
	overflow:hidden;
	padding-left: 15px;
}
.em_content_text h2{
    -webkit-transition: .5s;
    transition: .5s;		
	font-size:18px;
}
.em-feature-desc{
    -webkit-transition: .5s;
    transition: .5s;	
}
.em-feature:hover .em_feature-icon,
.em-feature:hover .em_content_text h2,
.em-feature:hover .em-feature-desc{
	color:#fff;
}



/*=====================
 END lider SERVICE  CSS
=========================*/
.em-service {
    position: relative;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  background: #f9f9f9 none repeat scroll 0 0;
}
.em_single_service_text {
    position: relative;
    z-index: 1;
}
.em_single_service_text:before {
    bottom: 20px;
    content: "";
    left: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-bottom: 1px solid #0b96be;
    border-top: 1px solid #0b96be;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    z-index: -1;
}
.em_single_service_text:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.em_single_service_text:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-left: 1px solid #0b96be;
    border-right: 1px solid #0b96be;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    z-index: -1;
}
.em_single_service_text:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.em_single_service_text {
  padding: 58px 15px 47px;
}
.em-service-icon {
}
.em-service-icon i {
  color: rgb(255, 94, 0);
  display: inline-block;
  font-size: 40px;
}
.em-service-inner {
    padding: 0px 10px;
}
.em-service-title h2 {
  color: rgb(255, 94, 0);
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
}










/*========================
EM40 TEAM CSS
=========================*/
.em-team {

}
/* team image css */
.em-content-image {
    position: relative;
}
.em-content-image::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}
.em-team:hover .em-content-image:before {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   transform: scale(1);
}
.em-content-waraper {
  border: 1px solid #ddd;
  margin-top: 25px;
  padding: 20px 10px 18px;
 transition:.5s;
 text-align:center;
}
.em-team:hover .em-content-waraper{
border-color:#0b96be;
}
/* team social */
.em-content-socials-inner {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  z-index: 9;
}
.em-content-socials {
}
.em-content-socials a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 0 3px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.em-content-socials a:hover{
	color:#0b96be;
	border-color:#0b96be;
} 
.em-team:hover .em-content-socials-inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}
/* team social 2 */
.team-style-2 .em-content-socials {
  padding: 12px 0 7px;
}
.team-style-2 .em-content-socials a {
  border: 1px solid #f1f1f1;
  color: #666;
}
.team-style-2 .em-content-socials a:hover{
	color:#0b96be;
	border-color:#0b96be;
}
/* team social 3 */
.team-style-3 .em-content-socials {
  padding: 12px 0 7px;
}
.team-style-3 .em-content-socials a {
  border: 1px solid #f1f1f1;
  color: #666;
}
.team-style-3 .em-content-socials a:hover{
	color:#0b96be;
	border-color:#0b96be;
}
.team-style-3 .em-content-socials {
  margin-top: -50px;
  transition: all 0.5s ease 0s;
  opacity:0;
}
.team-style-3 :hover .em-content-socials {
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* team content */
.em-content-title h2 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.em-content-subtitle {
  margin: 5px 0 0;
  text-transform: capitalize;
}
/* team button */
.em-content-button a {
  display: inline-block;
  transition: all 0.5s ease 0s;
}

/*========================
EM40 CONTACT FORM 7
=========================*/
.form-inner {
    width: 100%;
}
.form-controls {} .form_inner {} .heading {}
.heading h3, .field {
  overflow: hidden;
  padding-bottom: 35px;
  width: 100%;
}
.form-field {
    width: 99%;
    overflow: hidden;
    float: left;
}
.form-field input {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.text_area {} 
.text_area textarea {
    width: 99%;
    border: 1px solid #ccc;
    height: 199px;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.form-field input:focus,
.text_area textarea:focus {
    color: #0b96be;
    border: 1px solid #0b96be;
}
.buttons {
  margin-top: 2px;
}
.buttons submit {} .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.sbuton:hover {
    background: #0b96be none repeat scroll 0 0;
    border-color: #0b96be);
    color: #fff;
}
.form-field input::-moz-placeholder {
    margin-left: 10px;
}
.form-field input[type="date"]::-moz-placeholder {
    margin-left: 10px;
}


/* 2 */
.home-2 .field.topfield .form-field {
    float: left;
    width: 50%;
}
.home-2 .field.topfield .form-field:after {
    clear: both;
    content: "";
    display: block;
}
.home-2 .field.topfield .form-field input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  width: 98%;
}
.home-2 .text_area textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #fff;
  height: 205px;
}
.home-2 .field.topfield input:focus,
.home-2 .text_area textarea:focus {
    border: 1px solid #0b96be ;
    color: #fff;
}
.home-2 .sbuton {
  background: #0b96bf none repeat scroll 0 0;
  border: 1px dotted #0b96bf;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 33px;
}
.home-2 .sbuton:hover {
    background: #0b96be ;
}
.form-title{
position:relative;
}




/*home 3 form */

.home-3 .form-field input:focus,
.home-3 .text_area textarea:focus {
    border: 1px solid #0b96be ;
    color: #0b96be ;
}
.home-3 .sbuton:hover {
    background: #0b96be  none repeat scroll 0 0;
    color: #fff;
}



/*=====================
mettle PORTFOLIO AREA CSS
=========================*/

.portfolio_nav {
    padding: 0px 0 40px;
}
.portfolio_nav ul {} .portfolio_nav ul li {
    display: inline;
}
.portfolio_nav ul li {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.portfolio_nav ul li::before {
  content: "/";
  height: 3px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
}
.portfolio_nav ul li:last-child::before {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
}
.portfolio_nav ul li.current_menu_item {
    color: #0b96be;
}
.portfolio_nav ul li:hover {
    color: #0b96be;
}
.prot_wrap {
    overflow: hidden;
}
/* single gallery css */

.single_protfolio {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.prot_thumb {} .prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.prot_content {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 4, 0.5) none repeat scroll 0 0;
    z-index: 9;
}
.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}
.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.prot_content h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}
.nospace.col-xs-12 {
    padding: 0px;
}
.nospace .single_protfolio {
    margin-bottom: 0px;
}
/* load button css */

.gallery_load_button {} .gallery_load_button a {
    border: 1px solid #ddd;
    color: #444;
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}
.gallery_load_button a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}
/* portfolio icon css */

.picon {} .picon a {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin: 0 3px 11px;
    width: 42px;
}
.picon a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
/* single portfolio */

.pimgs {
    margin-bottom: 15px;
}
.pimgs img {} .prots-contentg p {
    text-align: center;
}
/*style 2 */

.pstyle_1 .porttitle_inner {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 17px 0 19px;
    position: absolute;
    right: 0;
}
.pstyle_1 .porttitle_inner h3 {
    line-height: 1;
}
.pstyle_1 .porttitle_inner h3 a {
    color: #454545;
}
.pstyle_1 .porttitle_inner p {
    color: #454545;
}
.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}
.pstyle_1 .single_protfolio {
    -webkit-transition: .5s;
    transition: .5s;
}
.pstyle_1 .single_protfolio:hover {
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, .20);
}
.pstyle_1 .prot_content_inner {
    top: 44%;
}
.pstyle_1 .porttitle_inner p span {
    padding-top: 5px;
}
/*  */

.pstyle4.pstyle_1 .single_protfolio:hover {
    box-shadow: none;
}
.pstyle4 .prot_content_inner {
    top: 50%;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
}
.pprotfolio4 {
    border: 1px solid #f1f1f1;
    border-top: 0px solid #f1f1f1;
    padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
    margin: 0;
    text-transform: capitalize;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.porttitle_inner4 h3 a {
    text-transform: uppercase;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
}
.porttitle_inner4 p {
    color: #454545;
    line-height: 1;
    margin: 5px 0 0;
}
.porttitle_inner4 p span {
    display: inline-block;
    padding-top: 5px;
}


/*=====================
lider TESTIMONIAL AREA CSS
=========================*/
.em_single_testimonial {
}
.em_testi_single_content {
	    border: 1px solid #ddd;
    padding: 40px 0 40px 70px;
    margin-left: 40px;
}
.em_test_thumb{
	left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);	
}
.em_test_thumb img{
	
}
.em_testi_title h2 {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.em_testi_title h2 sup {
    color: #0b96be;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin-left: 5px;
}
.em_testi_text{
    color: #333;
    font-style: italic;
}
.em_testi_text.texti_style2{
    color: #333;
    font-style: italic;
    margin: auto;
    width: 100%;
}
.em_testi_degi {
  line-height: 1;
  margin-top: -4px;
}
/* without carousel */
.curosel-style .owl-nav div {
    background: transparent;
    border-radius: 0;
    color:#0b96be;
    font-size: 22px;
    height: 35px;
    left: 0px;
    line-height: 35px;
    /* margin-top: -8.5px; */
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    width: 35px;
    border: 1px solid #0b96be;
	text-align:center;
	z-index: 99;
	transform:translateY(-49%);
}
.curosel-style .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
.curosel-style .owl-nav .owl-next:hover {
    background:#0b96be;
    color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
    background:#0b96be;
    color: #fff
}
.owl-carousel .owl-item img{
    margin: auto;
}
.curosel-style:hover .owl-nav div{
	opacity:1;
}

.kc-pricing-tables .content-desc{
padding:16px 0px 18px;
border-bottom:1px solid #ddd;
}


/* ----------------------
 * SLIDER AREA CSS
 ----------------------- */

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.nivo-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
    height: 100%;
}
.em-slider-content-nivo {}
.em_slider_right {}
.em_slider_inner {
  margin: auto;
  /* width: 60%; */
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
/* slider title */
.em-slider-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0px;
	margin-bottom: 18px;
	font-weight:700;
	text-transform:capitalize;
	font-family:"Raleway",​sans-serif;
	
}
.em-slider-sub-title {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 0px;
	margin-bottom: 12px;
	font-family:"Raleway",​sans-serif;
}
.em-slider-descript {
  color: #fff;
}
.em-slider-descript {
  margin-bottom: 30px;
  width: 70%;
}
.text-left .em-slider-descript {
  margin-left: 0;
  margin-right: auto;
}
.text-center .em-slider-descript {
  margin: 0 auto 30px;
}
.text-right .em-slider-descript {
  margin-right: 0;
  margin-left: auto;
}
/* button */
.em-slider-button {}
.em-button-button-area a {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px 36px 8px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
a.em-active-button {
    background: #0b96be;
    border-color: #0b96be;
}
.em-button-button-area a:hover {
    color: #fff;
    background: #0b96be;
    border-color: #0b96be;
}
a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}
.em-slider-half-width {
	width: 50%;
}
.em-slider-left {
	padding-right: 30px;
}
.em-slider-right {
	padding-left: 30px;
}
.em-slider-full-width {
  width: 85%;
}
.em-slider-half-width .em-slider-descript {
	width: 100%;
}
/* directionNav */
.em-nivo-slider-wrapper .nivo-directionNav {}
.em-nivo-slider-wrapper .nivo-directionNav a {
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  left: 0;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
	background: #0b96be;
	border-color: #0b96be;
	color: #fff;
}
.em-nivo-slider-wrapper:hover  .nivo-directionNav a {
  opacity: 1;
  visibility: visible;
  left: 50px;
}
.em-nivo-slider-wrapper:hover  .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/* controlNav */
.em-nivo-slider-wrapper .nivo-controlNav {
  bottom: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
  background: #0b96be none repeat scroll 0 0;
  opacity: 1;
}
/* =====================
lider PRICING AREA CSS
========================= */
.single_pricing {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #f1f1f1;
    transition: all 0.5s ease 0s;
}
.single_pricing.active, .single_pricing:hover {
    border-top: 1px solid #0b96be;
}
.pricing_title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 36px 0 25px;
    text-align: center;
}
.pricing_title h2 {
    font-size: 20px;
}
.active .pricing_title h3 {
  color: #0b96be;
}
.pricing_title h3 {
    font-size: 27px;
    font-weight: 700;
}
.price_item {
    text-align: center;
    transition: all 0.5s ease 0s;
}
.price_item_inner {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    display: table;
    height: 130px;
    margin: auto;
    width: 130px;
}
.price_item_inner_center {
    display: table-cell;
    vertical-align: middle;
}
.active .price_item_inner {
    background: #0b96be none repeat scroll 0 0;
}
.price_item span {
    color: #fff;
}
.slash {
    font-size: 0;
}
.curencyp {
    font-size: 16px;
    font-weight: 700;
}
.tk {
    color: #444;
    font-family: raleway;
    font-size: 28px;
    font-weight: 700;
}
.line_barp {}
.monthp {
    display: block;
    position: relative;
}
.bootmp {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.featur ul {
    padding: 27px 0 5px;
    text-align: center;
}
.featur ul li {
    border-top: 1px solid #f0f0f0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 0;
    text-transform: none;
}
.featur ul li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.order_now {
    background: transparent none repeat scroll 0 0;
    padding: 28px 0 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.order_now a {
  background: #333 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: raleway;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 31px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.active .pricing_title > h3 {
  color: #0b96be;
}
.active .order_now a {
  background: #0b96be none repeat scroll 0 0;
}

.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title > h3{
	transition:.5s;
	
}

.single_pricing:hover .order_now a,
.single_pricing:hover .price_item_inner{
  background: #0b96be none repeat scroll 0 0;
color:#fff;  
}
.single_pricing:hover .pricing_title > h3{
	color:#0b96be;
}


/* mailchim */

.mc4wp-form-fields p {
    position: relative;
    color: #fff;
	 margin-top: -5px;
}
.mc4wp-form-fields p label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
.mc4wp-form-fields input {
    font-size: 14px;
    height: 40px;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #999999;
}
.mc4wp-form-fields button {
    margin: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 50px;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #1293d4;
    font-size: 20px;
    height: 40px;
    line-height: 20px;
    background: #0b96bf;
    color: #fff
}
.mc4wp-form-fields button:hover {
    background: #0b96bf;
    color: #fff
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 30px;
}
.footer-middle .mc4wp-form-fields input {
    border: 1px solid #ddd;
}
.footer-middle .mc4wp-form-fields p:nth-child(3) input {
    margin-top: 20px;
    background: #0B96BF;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
}

.footer-middle .widget h2 {
  margin-bottom: 30px;
}














