/*
Table of Contents
1.0 - HTML Element
2.0 - Main
        2.0.1 - Heading
        2.0.2 - Link
        2.0.3 - Preloader
        2.0.3 - Logo
3.0 - Form Elements
        3.0.1 - Buttons
        3.0.2 - Search Form
        3.0.3 - Contact Form
        3.0.4 - Contact Form 7
4.0 - Contact Map
5.0 - Menus
        5.0.1 - Main Menu
        5.0.2 - Right Fixed Menu
        5.0.3 - Left Fixed Menu
6.0 - Header
        4.0.1 - Header Style
        4.0.2 - Banner Style	
6.0 - Title Wrapper
        6.0.1 - Page Title
        6.0.2 - Breadcrumb
7.0 - Intro Section
8.0 - Post Elements
9.0 - Sidebar Elements
10.0 - Portfolio Section
11.0 - Team Box
12.0 - Visual Composer
13.0 - Pagination
14.0 - Comments
15.0 - Footer
16.0 - Responsive
17.0 - Left Header
/*=========================================================================
  HTML Element
//=======================================================================*/
html,
body {
    font: 100% inherit;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    overflow-x:hidden;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight : 400;
    font-size : 14px;
    color : #777777;
    background-color: transparent;
    line-height : 24px;
}
a{color:#00a99d;}
a:hover, a:focus, a:active{text-decoration: none; color:#00a99d; opacity:0.9; outline:none}
h1{font-size:50px; line-height:69px;}
h2{font-size:36px; line-height:53px;}
h3{font-size:28px; line-height:42px;}
h4{font-size:24px; line-height:38px;}
h5{font-size:19px; line-height:30px;}
h6{font-size:16px; line-height:25px;}
.content-part.no-top-padding{padding-top:0px;}
.content-part.no-bottom-padding{padding-bottom:0px;}
p{color: #444444;}
button, html input[type=button], input[type=reset], input[type=submit]
{
    -webkit-appearance: button;
    cursor: pointer;
    border: 2px solid #00a99d;
    border-radius: 3px;
    color: #00a99d;
    padding: 8px 20px;
    background-color: transparent;

}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover,
button:focus, html input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus,
button:active, html input[type=button]:active, input[type=reset]:active, input[type=submit]:active{
    background: #00a99d;
    outline:none;
    color: #fff;	
}
label input{
    padding:10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}
.site-main li {
    margin: 0 0 10px;
    color: #444;
}
ol.children {
    margin-bottom: 0;
    padding: 0;
}
@media (max-width: 1000px)
{
    h1, h2, h3{line-height:1;}
    h1{
        font-size: 5vw;
    }
    h2{
        font-size: 4vw;
    }
    h3{
        font-size: 3vw;
    }
}
/*=========================================================================
  Header
//=======================================================================*/
header.header {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    z-index: 9999; 
    width: 100%;
    min-height: 65px;
}
header.header.fixed .navbar-default {
    background-color: rgba(255,255,255,0);
    margin: 0px;
    border: 0px;
}
.sticky-logo{
    display:none !important;
}

header.header.fixed .main-logo{
    display:none !important;
}
header.header.fixed .sticky-logo{
    display:block !important;
}

.admin-bar header.header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar header.header {
        top: 46px !important;
    }

}
@media screen and (max-width: 600px) {
    .admin-bar header.header.fixed {
        top: 0px !important;
    }

}
.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
    border: 0px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.home .navbar-default {
    background-color: rgba(255,255,255,0);
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
a.logo {
    display: block;
    min-width: 164px;
    float:left;
}
.main-header{
    position: relative;
    z-index: 11;
    padding: 0px 0px;
}
.navbar-logo{display: table-cell;
             vertical-align: middle;
             padding: 0px 0;
}
#navbar{       display: table-cell;
               width: 99%;
               vertical-align: middle;
               text-align: right;
               position: relative;
               z-index: 10;
}
.desktop-menu  .menu-item-has-children:hover>ul{display:block !important;}
#navbar.desktop-menu button{display:none;}
#navbar.dl-menuwrapper button{display:block;float: right;    border: 1px solid #888;
                              border-radius: 4px;}
.menu-search-form{display:none;}
.desktop-menu .menu-item-search:hover .menu-search-form{display:block;    position: absolute;
                                                        right: 0px;
                                                        width: 200px;}
.desktop-menu #primary-menu {
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    margin: 0 -20px;
}
.desktop-menu #primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    list-style:none;
    position: relative;
}
.desktop-menu #primary-menu.no-responsive > li > ul {
    top: 100%;
    left: 0;
    transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.desktop-menu #primary-menu > li ul {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 200px;
    transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    opacity: 0;
    padding: 0px;
    list-style: none;
}
.desktop-menu .navbar-default .navbar-nav>li>a{text-transform:uppercase;}
.desktop-menu #primary-menu > li:hover > ul
{
    visibility:visible;
    opacity:1;
}
.light-menu #primary-menu li > a{
    color: #fff;
}
.fixed .light-menu #primary-menu li > a{
    color: #202020;
}
.desktop-menu .dl-back{display:none;}
.desktop-menu #primary-menu > li > ul >li:hover > ul{visibility:visible;
                                                     opacity:1;}
.desktop-menu #primary-menu > li > ul {
    top: 100%;
    left: 0;
}
.desktop-menu #primary-menu > li > ul ul {
    top: 0;
    left: 100%;
    transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    z-index: 1;
}
.desktop-menu #primary-menu:hover li:hover > ul {
    visibility: visible;
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    z-index: 1000;
}
.desktop-menu #primary-menu ul {
    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
}
.desktop-menu #primary-menu ul > li{
    border-top: 1px solid #dfe5e8;
    position: relative;
}
.desktop-menu #primary-menu > li > ul a {
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    line-height: inherit;
}
.desktop-menu #primary-menu li > a, #primary-menu .dl-submenu li a {
    position: relative;
    display: block;
    text-decoration: none;
    border-left: 1px solid rgba(0,0,0,0);
    
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
}
.desktop-menu #primary-menu > li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
}
#primary-menu > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}
.desktop-menu #primary-menu > li li.menu-item-has-children > a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
}
.desktop-menu.light_menu #primary-menu > li > a {

    color: #fff;
   
}
.desktop-menu.dark_menu #primary-menu > li > a {

    color: #000;
   
}
.transparent_header .fixed .desktop-menu #primary-menu > li > a {
	    color: #000;
}


.dl-menuwrapper {
    position: static !important;
}
.dl-menuwrapper #primary-menu {
    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
}
.dl-menuwrapper #primary-menu  li{
    border-top: 1px solid #dfe5e8;
    position: relative;
}
@media (max-width: 1212px) and (min-width: 991px)
{
    .navbar-logo, #navbar
    {
        display: block;
        text-align: center;
    }
    .navbar-logo img{display:initial}
    .desktop-menu #primary-menu {
        float: none !important;
    }
    a.logo {
        display: initial;
        min-width: 164px;
        float: none;
    }
	header.header.fixed .sticky-logo
	{
		display: initial!important;
	}
}
@media (max-width: 991px) 
{
    .dl-menu
    {
        opacity:0;
    }
    .nav>li.menu-item-logo{display:none;}
}
/*   Header 5*/
@media (min-width: 991px) 
{
    .header5 .navbar-logo, .header5 #navbar
    {
        display: block;
        text-align: center;
    }
    .header5 .navbar-logo img{display:initial}
    .header5 .desktop-menu #primary-menu {
        float: none !important;
    }
    .header5  a.logo {
        display: initial;
        min-width: 164px;
        float: none;
    }
    .style-menu_center .navbar-logo
    {
        display:none;
    }
}
@media (max-width: 991px)
{
    .portfolio-thumb {
        width: 350px;
        margin: 0 auto 30px;
        max-width: 100%;
    }
    #home{ margin-top: 30px;}
    header.header {
        background-color: #fff!important;
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        box-shadow: 0px 1px 0px rgba(0,0,0,0.302);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.302);
    }
    .navbar-toggle .icon-bar{width:100%;}
}
.navbar-nav>li.menu-item-logo>a{padding:0px 15px;}
/************* Titile *********************/
.bread-cum{    padding: 80px 0;
               position: relative;
               background:#00a99d; color:#fff;

               overflow: hidden;
               z-index: 9;}
.bread-cum img.wp-post-image
{
    position: absolute;
    left: 0;    width: 100%;
    top: 0;
    z-index: -1;
	    height: auto;	
}
.bread-cum h1{    text-transform: uppercase;
                  color: #fff;
                  font-weight: bold;}
.bread-cum .breadcrumb{background:transparent;    margin-bottom: 0px;}
.bread-cum .breadcrumb a{color:#fff;}
.bread-cum .breadcrumb>.active {
    color: orange;
}
.center-title{text-align: center;}
.left-title{text-align: left;}
.right-title{text-align: right;}
/***************** Content **************/
.content-part{padding-top: 80px; padding-bottom: 80px;}
/************************* Blog Post ****************/
.default-blog article.sticky {

    position: relative;
    z-index: 2;
    background: #f5f7fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0px 45px;
}
.default-blog article.sticky .col-sm-12{position: initial;}
.default-blog article.sticky h2.post-title {
    ;
    margin-top: 30px;
}
.post-img{margin-bottom: 20px;}
.default-blog span.sticky-post.beside_title {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    background-color: #00a99d;
    padding: 10px 10px;
    color: #fff;
    border-radius: 0px 0px 100px 0px;
    padding-left: 5px;
    padding-top: 5px;
}
.default-blog article:not(.sticky)
{
    border-top:1px solid #f5f7fa;
    padding: 40px 0px;
    margin-bottom: 0px;
}
.post-info, .post-tags {
    padding: 20px 0px;
}
.post-info .fa, .post-tags .fa{color: #00a99d; margin-right:5px;}
.post-info span{margin-right: 10px;}
.piple-btn
{
    border: 2px solid #00a99d;
    border-radius: 3px;
    color: #00a99d;
    padding: 8px 20px;
}
.piple-btn:hover
{
    background: #00a99d;

    color: #fff;

}
h2.post-title
{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
}
ul.page-numbers {
    padding: 0px;
    list-style: none;
    display: inline-flex;
}
span.page-numbers.current {
    background: #00a99d;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #00a99d;
}
a.page-numbers {
    color: #00a99d;
    padding: 5px 10px;
    border: 2px solid #00a99d;
    margin: 0px 5px;
}
.nav-previous {
    color: #00a99d;
    padding: 5px 10px;
    border: 2px solid #00a99d;
    width: 34px;
    float: left;
}
.nav-next {
    color: #00a99d;
    padding: 5px 10px;
    border: 2px solid #00a99d;
    width: 34px;
    float: left;
    margin-left: 5px;
}
.comment-navigation .nav-previous, .comment-navigation .nav-next
{
    border: none;
    padding: 0;
    height: auto;
    width: auto;
    float: left;	
}
.comment-navigation .nav-next{
    float:right;
}
.comment-navigation
{
    margin-bottom:40px;	
}
.comment-navigation .nav-links:after, .comment-navigation .nav-links:before
{
    display: table;
    content: " ";	
}
.comment-navigation .nav-links:after{
    clear: both;	
}
.comment-navigation .nav-links {
    float: none;
    margin-top: 0px;
}
.comment-navigation .nav-next a, .comment-navigation .nav-previous a{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;	
}
.nav-links {
    float: right;
    margin-top: 0px;
}
/******************** About Author ***********************/
.author_bio_section
{
    background: #f5f7fa;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px 45px;
    float: left;
}
.author_details
{
    float: left;
    display: block;
    line-height: 24px;
}
.author_bio_section img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin-right: 20px;
}
span.author_name {
    text-transform: uppercase;
    font-size: 27px;
    display: block;
    margin-bottom: 10px;
}
/*=========================================================================
  Comments
//=======================================================================*/
h2.comments-title{    margin-bottom: 30px;
                      font-size: 22px;}
.comment-author.vcard{margin-bottom:10px;}
.comment-navigation .nav-links .nav-previous a:before{
    content: "\f100";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
}
.comment-navigation .nav-links .nav-next a:after{
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
    margin-left: 8px;
}
#comments h4.comment-title {
    margin-bottom : 40px;
}
#comments textarea, #comments input[type="text"], #comments input[type="email"], #comments input[type="password"], #comments input[type="tel"], #comments input[type="url"], #comments input[type="search"], #comments input[type="date"] {
    background : #fff;
}
#comments .comment-list, #comments .comment-list li {
    margin : 0;
    padding : 0;
    list-style : none;
}
#comments .comment-list .comment-body {
    border : #e5e5e5 solid 1px;
    position : relative;
    padding : 20px;
    margin-bottom : 30px;
    min-height : 120px;
}
#comments .comment-list li .comment-side {
    position : absolute;
    top : 20px;
    left : 20px;
}
#comments .comment-list li .comment-side .comment-avatar {
    width : 80px;
}
#comments .comment-list li .comment-side .comment-avatar img {
    width : 80px;
    height : auto;
}
#comments .comment-list li .comment-cont {
    margin-left : 100px;
    font-size : 13px;
}
#comments .comment-list li .comment-cont .comment-author {
    font-weight : bold;
    font-size : 15px;
}
#comments .comment-list li .comment-cont .comment-meta {
    font-size : 12px;
    line-height : 1;
    margin-bottom : 10px;
}
#comments .comment-list li .comment-cont .comment-meta span {
    margin-right : 5px;
}
#comments .comment-list li .comment-cont .comment-body p:last-child {
    margin-bottom : 0;
}
p.form-submit
{
    margin-bottom: 0px!important;
}
#comments .comment-list li p.form-submit
{
    margin-bottom: 30px !important;	
}
.comment-respond {
    padding-top : 0;
    margin-top : 0;
}
.comment-respond h3 {
    font-size : 24px;
    font-weight : 600;
}
.comment-respond p {
    margin-bottom : 30px;
}
.comment-respond label {
    width : 30%;
    font-weight : normal;
    display : inline-block;
    float : left;
    line-height : 46px;
    margin : 0;
}
.comment-respond input {
    background : #00a99d;
    border : #00a99d solid 1px;
    padding : 10px;
    width : 70%;
    display : inline-block;
}
.comment-respond textarea {
    border : #ccc solid 1px;
    padding : 10px;
    width : 100%;
    background : #f9f9f9;
}
.comment-respond input:focus, .comment-respond textarea:focus {
    background : #fff;
}
.comment-respond input#submit {
    background-color : #00a99d;
    color : rgb(255, 255, 255);
    margin : 0;
    border : none;
    text-transform : uppercase;
    padding : 8px 15px;
    font-size : 16px;
    width : auto !important ;
    font-weight : bold;
    border-radius : 0;
}
#comments .comment-list .comment-content li{list-style:inherit;}
/************** Sidebar *****************/
.single-sidebar-widget {
    background: #f5f7fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0px 45px;
}
.single-sidebar-widget h3.widget_title.title {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}
.single-sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}
.single-sidebar-widget ul li {
    list-style: none;
    font-size: 14px;
    padding: 15px 0px;
    border-top: 1px solid #edeeef;
}
.single-sidebar-widget ul li:first-child
{
    border-top: 0px solid #edeeef;
}
.single-sidebar-widget img
{
    max-width:100%;
    height:auto;
    margin:15px 0;	
}
.single-sidebar-widget .wp-caption img
{
    margin:0px 0;	
}
.single-sidebar-widget .wp-caption.alignnone {
    margin: 5px 0 20px;
    display: block;
    max-width: 100%;
    border: none;
}
.single-sidebar-widget input, .single-sidebar-widget select{
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    height: auto;	
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    

}
.single-sidebar-widget .children li:last-child, .single-sidebar-widget .sub-menu li:last-child{
    padding-bottom:0;
}
body .single-sidebar-widget .tagcloud a {
    margin-right: 4px;
    text-decoration: none;
    margin-bottom: 6px;
    padding: 2px 9px;
    display: inline-block;
    font-size: 16px !important;
    border: 1px solid #99a9b5;
}
body .single-sidebar-widget .tagcloud a:hover{
    border-color: #00a99d;	

}
.single-sidebar-widget ul li:before {
    content: "\f101";
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #b6c6c9;
}
.single-sidebar-widget a {
    color: #676767;  
    font-size: 14px;  
}
.single-sidebar-widget a:hover {
    color: #00a99d; 

}
.single-sidebar-widget .widget_archive ul li:before {
    content: "\f187";

}
.single-sidebar-widget ul#recentcomments li:before {
    content: "\f0e5";

}
.single-sidebar-widget .widget_recent_entries ul li:before {
    content: "\f24d";

}
.single-sidebar-widget .widget_categories ul li:before {
    content: "\f114";

}
.blog_post_control_item .social_share_item_wrapper:nth-child(2) {
    transition-delay: 100ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(3) {
    transition-delay: 150ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(4) {
    transition-delay: 200ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(5) {
    transition-delay: 250ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(6) {
    transition-delay: 300ms;
}
.blog_post_control_item .social_share_item_wrapper {
    display: inline-block;

}
.blog_post_control_item .share_item.share_sign {    
    color: #fff;
    height: 34px;  
    line-height: 34px;
    width: 34px;
    display: inline-block;
    background: #cecdcd;
    text-align: center;
}
.blog_post_control_item.blog_post_share:hover .share_item.share_sign {
    background-color: #00a99d;
    color:#fff;
}
.blog_post_control_item .social-div.animating{
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: block;
}
.blog_post_control_item.blog_post_share {
    float: left;
    position: relative;
    margin-right: 5px;
}
.social_share_item_wrapper a, .social_share_item_wrapper a:hover, .social_share_item_wrapper a:active, .social_share_item_wrapper a:focus{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.social-div {
    position: absolute;
    top: -53px;
    width: 200px;
    background: #00a99d;
    padding: 14px;
    /* margin-bottom: 20px; */
    border-radius: 37px 37px 37px 37px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px);
    transition: all 0.35s ease-in;
    display: none;
    left: -20px;
}
.social-div:after
{
    content: "\f0d7";    
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #00a99d; 
    position: absolute;
    bottom: -11px;
    left: 32px;
}
.blog-buttons{margin-top: 20px;
              float: left;}
.candiman {
    color: #444;
}	

/******************************* Footer ********************/
.footer .candiman {
    display: block;
    color: #fff;
    font-size: 35px;
}
.footer .copyright {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}
.candiman {
    font-family: 'Condiment', cursive;
    display: inline-block;
    text-transform: lowercase;
    margin-right: 5px;
}
.footer{    line-height: 1.42857143;
            padding: 50px 0;
            background-color: #00a99d;
}
.footer .candiman{
    display: block;
    color:#fff;
    font-size: 35px;
}
.footer .social{
    margin: 30px 0;
}
.footer .social li a i{
    color:#f5f5f5;
    display: block;
}
.footer .social li a:hover i{
    opacity:0.6;
}
.footer .copyright{
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}
#searchform .form-control
{
    background-color: #fff;
    padding: 8px 12px;
    height: auto;
}
#searchform{position: relative;}
#searchform .es_textbox_button {
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    width: 43px;
    height: 38px;
    margin: 0;
    background-color: #00a99d;
    border: 0px;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
}
.social li a {
    font-size: 20px;
    text-align: center;
    display: block;
    color: #fff;
}
/********************** Copyright *********************/
.scrollToTop:hover {
    text-decoration: none;
}
.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 20px;
    display: none;
    font-size: 23px;
    background: rgba(0,0,0,0.7);
}
.blog-buttons{line-height:1 !important;}
.border-line {
    width: 40px;
    height: 1px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background-color: #00a99d;
    margin-left: auto;
    margin-right: auto;
}
.subtitle-caption {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: capitalize;
}
.fact-box {
    padding: 25px 30px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}
.fact-box h2 {
    color: #00a99d;
    font-size: 45px;
}
.fact-box h5 {
    color: #000;
    font-weight: 300;
}
.feature-icon-wrap {
    position: relative;
    padding-bottom: 40px;
    margin: 0px;
}
.feature-icon-wrap .left-side-icon {
    float: left;
}	
.feature-icon-wrap .left-side-icon .front-icon {
    font-size: 3em;
    color: #00a99d;
}
.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px !important;
}
.feature-icon-wrap .features-text-right {
    padding-left: 40px;
    overflow: hidden;
}
.ult-social-buttons.social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    background-color: rgba(255,255,255,0.8);
    margin: 0;
    text-align: center;
}
.section-title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    text-align: center;
}
.section-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.colored-text {
    color: #00a99d;
}
.flexslider.testislider {
    background: transparent;
    border: none;
    box-shadow: none;
}
.slide-items {
    text-align: center;
}
.testislider .testimonial_box {
    border: 1px solid #fff;
    float: left;
    width: 100%;
    color:#fff;
    padding: 40px 0px;
}
.testimonial_box span{
    width: 100%;
    text-align: right;
}
.flexslider.testislider .slide-items img {
    width: 80px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}
.flexslider.testislider .slide-items.testimonial_box img{
    margin-bottom: 0px;
    border: 2px solid #fff;
}
.flexslider.testislider .slide-items p {
    color: #fff;
}
.testislider .slide-items h5 {
    margin-bottom: 0px;
    color: #00a99d;
}
.flexslider .flex-direction-nav a:before {
    font-family: "Ionicons";
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
    color: #fff;
}
.flexslider .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
    color: #fff;
}
.testimonial_box i {
    color: #ffdd40;
    margin-right: 2px;
}
.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}
@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}
@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}
@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}
/* -----Portfolio----  */
.portfolio-thumb {
    margin-bottom: 30px;
}
.imgoverlay {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
}
.portfolio-thumb a {
    color: #fff;
    text-decoration: none;
}
.imgoverlay img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.imgoverlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.imgoverlay .overlaycolor {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(Opacity=80)";
}
.imgoverlay .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    transition: top .3s ease;
}
.imgoverlay:hover img {
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
}
.imgoverlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)";
}
.imgoverlay:hover .overlayinfo {
    top: 45%;
}
.imgoverlay .overlayinfo h6{color:#ffffff;}
/*********************** NEWS ****************************************/
.news-wrapper .news-inner {
    display: block;
    padding: 70px 20px;
    position: relative;
}
.post-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(255,255,255,0.8);
    background: rgba(0,0,0,0.6);
    z-index: 1;
    left: 0;
}
.post-preview-content {
    z-index: 2;
    position: relative;
}
.news-inner .date {
    color: #00a99d;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}
.news-inner .date {
    background: #00a99d;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    width: 140px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 4px;
}
.news-inner .title {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
}
.single-layout-content .news-inner .title{color:#252525;}
.news-inner p {
    margin-top: 15px;
    margin-bottom: 0px;
}
.news-inner p.author{
    color:#fff;
}
.news-inner .border-line{
    background-color:#fff;
}
.no-padding {
    padding: 0px;
}
div[data-vc-full-width] .news_box{
    padding: 0px;
}
.news-wrapper .news-inner{
    margin-bottom:20px;
}
div[data-vc-full-width].news-wrapper .news-inner, div[data-vc-full-width] .news-wrapper .news-inner{
    margin-bottom:0px;
}
a.border-black{color:#333;}
.border-black{border-color:#333;}
a.border-black:hover {color:#fff; background:#333;}
.full-width{width:100%;}
.btn-black{color: #000;}
/************************* PRICE TABLE ******************************/
.price-box {
    background: #f9f9f9;
}
.price-box .header h3 {
    padding: 12px 10px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    background: #252525;
    color: #fff;
    border-radius: 2px 2px 0 0;
}
.price-box .header .price {
    background: #ebebeb;
    padding: 15px 10px;
}
.header .price h2 {
    color: #4D4D4D;
    margin-bottom: 3px;
    font-weight: bold;
}
.header .price h2 {
    color: #4D4D4D;
    font-weight: 300;
    clear: both;
    font-family: lato, thin;
    margin-bottom: 30px;
    font-size: 60px;
}
.header .price h2 span.currency {
    color: inherit;
    font-size: 30px !important;
    vertical-align: text-top;
    font-weight: 400;
}
.header .price span {
    font-size: 13px;
}
.price-box ul li {
    padding: 13px 0;
    border-bottom: 1px solid #ebebeb;
}
.price-box ul{margin-bottom:0px;}
.price-footer {
    padding: 6px;
}
.price-footer{
    background: #252525;
}
.price-footer.active{
    background-color: #00a99d;
}
.price-footer a, .price-footer a:hover{color:#fff;}
.header.active h3 {
    color: #fff;
    background-color: #00a99d;
}
/*********
BUTTONS
*********/
.btn{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:focus{
    outline: 0;
}
.btn-white{
    color:#fff;
    padding: 0px;
    border: 1px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
}
.btn-white:hover{
    color:#00a99d;
    border-color: #fff;
    background-color: #fff;
}
.btn-border-black{
    border: 1px solid #333;
    color:#333;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-black:hover{
    color:#fff;
    border-color:#333;
    background-color:#333;
}
.btn-border-theme{
    border: 1px solid #00a99d;
    color:#00a99d;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-theme:hover{
    color:#fff;
    border-color:#00a99d;
    background-color: #00a99d;
}
.btn-radius{
    padding: 13px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
/***********  contact ******/
.contact-form {
    background-color: rgba(0,0,0,0.3);
    padding: 30px;
    margin: 30px 0;
}
.contact-form .form-control {
    min-height: 45px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    -webkit-border-radius: 0px;
}
.contact-form h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    padding: 0px 10px;
    background-color: #00a99d;
    font-size: 12px;
}
.contact-details h3{
    font-weight: 300;
}
div.wpcf7-response-output {
    color: #fff;
    border-color: #00a99d !important;
    background: #00a99d;
    margin-bottom: 25px;
}
.hentry{margin:0;}
header.header.fixed {
    position: fixed;
    z-index: 999;
    background-color: rgba(255,255,255,.95);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
}
header.header.fixed .navbar-default .navbar-nav>li>a, #primary-menu1 li > a{color:#333; border-left: 1px solid rgba(0,0,0,0.1) !important;}
header.header.fixed .navbar-default .navbar-nav>li>a:hover, #primary-menu1 li > a:hover{color:#00a99d;}
header.header.fixed .navbar-default .navbar-nav>li.current-menu-item >a, #primary-menu1 li.current-menu-item  >a{color:#00a99d;}
.nav-links {
    float: none;
    margin-top: 40px;
}
.project-pagination{text-align:center;}
.project-pagination a {
    font-size: 24px;
    display: inline-block;
    color:#333;
    margin: 0px 30px;
}
.icon-back-to-portfolio i{font-size:20px;}
.back {
    display: inline-block;
    margin: 0 0px -9px;
    padding: 10px;
}
.post-option {
    margin-bottom: 0px;
    margin-top: 15px;
}
.post-option a {
    margin-right: 5px;
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.features-text-right h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top:0px;
}
.home_services .align-icon, #contact .align-icon {
    text-align: left !important;
}
.home_services .aio-icon-header, .home_services .aio-icon-description, #contact .aio-icon-header, #contact .aio-icon-description {
    text-align: left !important;
} 
.vc_progress_bar .vc_single_bar .vc_label{
    padding: 0 1em !important;
}
.testimonial_box.style3{
    border:none;
}
.testi_info{
    color:#f4d03f;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom:0px !important;}
@media(max-width: 991px){
.sticky-logo {
    display: block !important;
}
.main-logo {
    display: none !important;
}
    .dl-menuwrapper li .dl-submenu {
        display: block !important;
        padding-left: 10px;
    }
    .dl-menuwrapper #primary-menu {
        position: fixed;
        height: calc(100% - 70px);
        overflow: auto;
        width: 110%;
        top: 60px;
    }
    .admin-bar .dl-menuwrapper #primary-menu {
        top:92px;	
        height: calc(100% - 100px);
    }
    .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after
    {
        display:none;	
    }
    #navbar.dl-menuwrapper button {
        display: block;
        background: #00a99d;
        float: right;
        border: none;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 4px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .dl-menuwrapper #primary-menu {
        top:106px;	
    }

}
@media screen and (max-width: 600px) {
.admin-bar header.header.fixed .dl-menuwrapper #primary-menu {
        top:60px;	
    }

}

/*    Corporate Design */
.border-top {
    width: 100px;
    margin: 0 auto;
    height: 5px;
    border-top: 1px solid #c9bab3;
    position: relative;
    margin-bottom: 10px;
}
.border-top:after {
    content: "";
    bottom: 0;
    width: 120px;
    left: -10px;
    background: #c9bab3;
    height: 1px;
    position: absolute;
}

/* Dark Testimonial */
.black .testimonial_box i {
    color: #000;
    margin-right: 2px;
}
.black .testislider .testimonial_box, .black .testislider .testimonial_box p, .black .flexslider.testislider .slide-items p{color:#000;}
.black .testi_info{color:#000;}
.black .testislider .slide-items h5 {
    margin-bottom: 0px;
    color: #000;
	font-size: 31px;
}
.btn-blue {
    background: #f03c7d;
	background-color: #f03c7d !important;
	    border: 2px solid #f03c7d !important;
    padding: 10px 25px;
    color: #fff !important;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}
.btn-blue:hover {
    color: #fff;
    background: #9bea6b;
}
.contact-section label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.contact-section .form-control {
    box-shadow: none;
    border-radius: 0px !important;
    border: 0px;
    min-height: 45px;
    background-color: #f5f5f5 !important;

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*           Wedding */
.wedding .wpcf7-form input[type=text].wpcf7-form-control, .wedding .wpcf7-form input[type=email].wpcf7-form-control, .wedding .wpcf7-form input[type=tel].wpcf7-form-control, .wedding .wpcf7-form textarea {
    background-color: transparent;
    margin-bottom: 10px !important;
    color: #ffffff;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
	padding-left:10px;
}
/* Mobile App */
.mobile .wpcf7-form input[type=text].wpcf7-form-control, .mobile .wpcf7-form input[type=email].wpcf7-form-control, .mobile .wpcf7-form input[type=tel].wpcf7-form-control, .mobile .wpcf7-form textarea {
    background-color: transparent;
    margin-bottom: 10px !important;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	padding:10px;
	    width: 100%;
}
.mobile input[type=submit]:active, .mobile input[type=submit]:hover, .mobile input[type=submit] {
    background: #fff;
    outline: none;
    color: #000;
	    border: 2px solid #fff;
}
/*           personal */
.personal .wpcf7-form input[type=text].wpcf7-form-control, .personal .wpcf7-form input[type=email].wpcf7-form-control, .personal .wpcf7-form input[type=tel].wpcf7-form-control, .personal .wpcf7-form textarea {
    background-color: transparent;
    margin-bottom: 10px !important;
    color: #ffffff;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
	padding-left:10px;
}
.personal .wpcf7-form textarea {height:115px;}
.personal button, html .personal  input[type=button], .personal  input[type=reset], .personal  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #000;
    padding: 8px 20px;
    background-color: #fff;
    width: 98%;
}
.news_box .news-inner{    float: left;
    padding: 50px 20px;
    width: 100%;}
	.white, .white p, p.white{color:#fff !important;}
	
	/* Portfolio */
	.themecolor{
	    background: -webkit-linear-gradient(left, #ee0a78 , #ff6901);
    background: -o-linear-gradient(right, #ee0a78, #ff6901);
    background: -moz-linear-gradient(right, #ee0a78, #ff6901);
    background: linear-gradient(to right, #ee0a78 , #ff6901);
	  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
	.themebgcolor{
	    background: -webkit-linear-gradient(left, #ee0a78 , #ff6901);
    background: -o-linear-gradient(right, #ee0a78, #ff6901);
    background: -moz-linear-gradient(right, #ee0a78, #ff6901);
    background: linear-gradient(to right, #ee0a78 , #ff6901);
	
	}
	.portfolio  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 0px;
    color: #fff;
    padding: 8px 20px;
    background-color: #000;
}
.portfolio .wpcf7-list-item-label{color:#fff;}
.transparent_header  header{    background-color: transparent;}