/*
Theme Name: Bebsha
Theme URI: http://demo.wphash.com/bebsha
Author: HasTech
Author URI: http://hastech.company/
Description: Multipurpose WordPress Responsive Theme.
Version: 1.0.0
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bebsha
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready, blog

-------------------------------------------
    ** TABLE OF CONTENTS ** 
-------------------------------------------

/*----------------------------------------*/
/*- 1. DEFAULT CSS -----------------------*/
/*----------------------------------------*/

body {
    color: #686868;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.4px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.container,
.kc-container {
    width: 1200px;
}
p {
    font-family: "Open Sans", sans-serif;
}
.button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(156, 156, 156);
    border-radius: 5px;
    box-shadow: none;
    color: rgb(156, 156, 156);
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    overflow: hidden;
    padding: 12px 30px;
    position: relative;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
/*----------------------------------------*/
/*- 1. HEADER TOP AREA -------------------*/
/*----------------------------------------*/

a:hover {
    color: #444;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog_details_area a {
    color: #3399ff;
}
.blog_details_area a:hover {
    color: #444;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.header-top-area {
    background: #4a90e2 none repeat scroll 0 0;
    padding: 15px 0;
}
.header-info span {
    font-weight: 500;
}
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span:before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
/*----------------------------------------*/
/*- 1. HEADER TOP AREA LEFT SIDE MENU ----*/
/*----------------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #c2bebe;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #26c7cc;
}
/*================= Header Style One ===============*/

.site-title h3 {
    margin: 0;
}
.site-title p.site-description {
    margin: 0;
}
.site-title {
    margin-top: 5px;
}
.site-title a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.header-menu-wrap {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-menu-wrap.logo-left {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}
.primary-nav-wrap ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    list-style: none;
}
.primary-nav-wrap ul li {
    list-style: outside none none;
}
/*================ Header Style Two ======================*/

.header-style-2 .header-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.header-style-2 .header-menu-wrap > div {
    width: 100%;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-style-2 .header-menu-wrap .site-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-mid-inner.logo-left-search-right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-menu-wrap .site-description {
    line-height: 1;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-menu-wrap .site-title h3 {
    line-height: 1;
    margin-bottom: 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* Separetor */

.hr-style-1 {
    border-bottom: 1px solid #e7e7e7;
}
/* Header Transparent */

.header-area.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
.logged-in .header-area.header-transparent {
    top: 32px;
}
.header-area.header-transparent {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-area {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/* stiky */

.header-area.sticky {
    // animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
    padding: 15px 0;
}
.logged-in .header-area.sticky {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.header-style-2.header-sticky.sticky .header-buttom {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .site-title.hidden {
    display: block !important;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .sticky_menu_logo {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.sticky_menu_logo .site-title.hidden {
    padding: 0;
    padding-right: 50px;
}
/* Header Menu Style */

.primary-nav-wrap .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 120%;
    visibility: hidden;
    width: 220px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.primary-nav-wrap.menu-bar ul li a {
    visibility: inherit !important;
    opacity: inherit !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 550;
    top: 100%;
}
.primary-nav-wrap ul li {
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    display: block;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu {
    display: block;
    padding: 0;
}
.primary-nav-wrap.menu-bar ul.sub-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    display: block;
    margin: 0;
    padding: 0;
}
.primary-nav-wrap.menu-bar ul.sub-menu li.menu-item-has-children:before,
.sidebar-main-menu ul.sub-menu li.menu-item-has-children:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    right: 14px;
    top: 8px;
}
.primary-nav-wrap .sub-menu > li > a {
    padding: 10px 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 80%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.primary-nav-wrap ul.sub-menu li:hover > .sub-menu {
    top: 0;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
}
.header-menu-wrap .primary-nav-wrap .sub-menu > li > a,
.header-area.header-sticky.sticky .primary-nav-wrap ul li a,
.header-menu-wrap .primary-nav-wrap ul li a {
    visibility: inherit;
    opacity: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}
/*-- Mobile Menu --*/

.mobile-menu .fa-angle-down {
    display: none;
}
.mean-container .mean-nav > ul {
    height: 211px;
    overflow-y: scroll;
}
.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
.menu_default_color .mean-container a.meanmenu-reveal,
.single .mean-container a.meanmenu-reveal,
.blog .mean-container a.meanmenu-reveal {
    color: #333;
}
/*-- Menu Open/Close Button --*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -32px;
    width: auto;
}
a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}
.mean-container .mega-menu-ul {
    width: 100% !important;
}
.mean-container .mean-nav .mega-menu-ul li {
    overflow: hidden;
}
.mean-container .mega-menu-ul a img {
    display: none;
}
.mean-container .mega-menu-ul.third li {
    padding-right: 0;
}
.menu-bar ul li ul.mega-menu-ul li a.menu_title {
    padding-bottom: 9px;
}
/*-- Mobile Menu Nav --*/

.mean-container a.meanmenu-reveal {
    text-indent: 0;
}
.mean-container .mega-menu-ul li.menu_class_sp {
    padding-top: 0px;
}
.mean-container .mega-menu-ul li.images_li {
    display: none;
}
.mean-container li.wide_same .mega-menu-ul.third li {
    width: 100%;
}
.education_header .mean-container a.meanmenu-reveal {
    color: #000;
}
/*-------------- 10. our-blog-area --------*/

.our-blog-area {
    padding: 90px 0;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.bolg-img a {
    position: relative;
    display: block;
}
.bolg-img a:before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .bolg-img a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-text {
    padding: 25px 15px;
}
.blog-text h2 a {
    color: #333333;
    font-size: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}
.blog-text h4 a:hover {
    color: #03A9F4;
}
.blog-date span {
    font-size: 12px;
    margin-right: 10px;
}
.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}
.blog-text p {
    margin-bottom: 12px;
    margin-top: 6px;
}
.blog-text a:hover {
    color: #3399FF;
}
.blog-text ol,
.blog-text ul {
    padding-left: 15px;
}
.blog-text > .blog-read-more {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 8px 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
/*-----------blog-story-area--------------- */

.post-breadcrumb-banner-area {
    background-image: url('images/breacrumb-bg.jpg');
    padding: 100px 0;
}
.bg-opacity {
    position: relative;
}
.bg-opacity:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
    text-align: center;
}
.breadcrumb-text h1 {
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
}
.post-breadcrumb-banner-area h3 {
    color: #fefefe;
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li:after {
    color: #fff;
    content: "/";
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
    top: 2px;
}
.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
/*--------  Breadcrumb style default  -----------*/

.breadcrumbs-area {
    padding: 100px 0;
}
.breadcrumbs-area-default .breadcrumbs .page-title,
.breadcrumbs-area-default .breadcrumbs ul,
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs-area-default .breadcrumbs ul li a {
    color: #555;
}
.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #4a90e2;
}
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs-area-default .breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child {
    padding-right: 0px;
}
.breadcrumbs-area-default .breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child {
    padding-left: 0px;
}
.page-title-search-box.search-left {
    float: left;
}
.page-title-bar {
    overflow: hidden;
}
.page-title-bar.right-title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-title-bar.left-title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.breadcrumbs h2.page-title {
    letter-spacing: 2px;
    margin: 0 0 25px;
    color: #5d5d5d;
    font-family: "Open Sans";
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
}
.page-title-bar-center h2.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #333;
}
.breadcrumbs li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}
.breadcrumbs ul li a {
    color: inherit;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li {
    color: #03a9f4;
}
.breadcrumbs ul li a.active:after {
    color: #03a9f4;
}
.page-title-bar-center .page-title {
    float: inherit;
}
.page-title-bar-center .page-title-search-box > form {
    margin: auto;
}
.pattern-bread h2.page-title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.pattern-bread .breadcrumbs > ul {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #fff;
}
.border-bread {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.bg-2.bread-bg {
    background-attachment: fixed;
    background-position: center center;
}
.breadcrumbs-img h2.page-title {
    color: #000;
}
.breadcrumbs-img .breadcrumbs > ul li a {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs > ul li {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs ul li a:after {
    background-color: #000;
}
.page-title-bar.right-title .page-title-search-box,
.page-title-bar.right-title ul {
    float: left;
}
.page-title-search-box button {
    background-color: #3399ff;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.page-title-search-box > form {
    width: 250px;
    position: relative;
}
.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
/* Overlay */

section.breadcrumbs-area {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 1;
}
section.breadcrumbs-area:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breadcrumbs.breadcrumbs-title-left {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.breadcrumbs.breadcrumbs-title-right {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.breadcrumbs.breadcrumbs-title-center {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.breadcrumbs-title-center .page-title,
.breadcrumbs-title-center .page-title-bar {
    padding: 5px 0;
}
.breadcrumbs-title-center .page-title-search-box {
    margin-top: 10px;
}
/*--------  T -------*/

.breadcrumbs {
    display: block;
    text-align: center;
}
.breadcrumbs ul {
    margin-bottom: 0;
    padding-left: 0;
}
.page-area {
    overflow: hidden;
    padding: 90px 0;
}
.blog-story-area {
    padding: 80px 0;
}
.blog-img-2 {
    margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 48px;
    font-size: 48px;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.story-hbtitle p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.story-hbtitle blockquote ,
.entry-content blockquote ,
.copy blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #3399ff;
    font-size: 14px;
    margin: 10px 0 10px 55px;
}
.tab-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.meta-info {
    background-color: #ededed;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.meta-info span {
    margin-left: 5px;
}
.meta-info span:first-child {
    margin-left: 0;
}
.meta-item i {
    margin-right: 5px;
}
.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-form textarea {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 100%;
}
.btn {
    background: #03a9f4 none repeat scroll 0 0;
}
.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-bottom: 15px;
    padding: 8px 15px;
    width: 100%;
}
.contact-form button {
    background: #3399ff none repeat scroll 0 0;
    border: 1px solid #3399ff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.contact-form button:hover {
    background: #26ccff none repeat scroll 0 0;
    border-color: #26ccff;
}
.post-pagination .pagination {
    margin: 0;
}
.post-pagination ul {
    border-radius: 4px;
    display: inline-block;
}
.post-pagination ul li {
    display: inline;
}
.post-pagination ul li {
    background-color: #fff;
    color: #686868;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    position: relative;
    text-decoration: none;
}
.page-links a:hover {
  background: #4a90e2 none repeat scroll 0 0;
  border-color: #4a90e2;
  color: #fff;
}
.blog-info.story-hbtitle .page-links a {
  text-decoration: none;
}
.page-links a {
  background-color: #fff;
  color: #686868;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 16px;
  height: 40px;
  line-height: 37px;
  margin: 5px;
  position: relative;
  text-decoration: none;
}
.page-links > span:not(.page-links-title) {
  background: #4a90e2 none repeat scroll 0 0;
  border: 1px solid #4a90e2;
  color: #fff;
  cursor: no-drop;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}
.post-pagination ul li a {
    border: 1px solid #ddd;
    color: #686868;
    display: block;
    padding: 0 16px;
}
.post-pagination ul li .current {
    cursor: no-drop;
    display: block;
    padding: 0 15px;
    border: 1px solid #ddd;
}
.post-pagination ul li:hover a, 
.post-pagination ul li .current {
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
  color: #fff;
}
/*---blog commnet---*/

.comment-list {
    list-style: none;
    padding: 0;
    margin-top: 11px;
}
.author-top {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.author-top .author-comment {
    overflow: hidden;
    padding: 5px 0;
}
.author-top .author-comment .author-name {
    display: block;
    font-weight: 700;
}
.comment-list .author-img {
    float: left;
    margin-right: 10px;
    max-width: 64px;
}
.copy.small a:hover {
    color: #404040;
}
.copy.small a {
    color: #3399ff;
    text-decoration: underline;
}
.comment-list .author-comment a {
    margin-right: 5px;
    color: #000;
}
.comment-list .children {
    list-style: none;
}
.comment-list .children {
    margin-left: 35px;
}
.no-comments {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 5px 10px;
}
/*------------blog sidebar------------*/
/* blog-left-area */

.sidebar-widget {
    overflow: hidden;
    margin-bottom: 50px
}
aside.widget-area .sidebar-widget:last-child {
    margin-bottom: 0px
}
.sidebar-widget a {
    color: #333;
}
.sidebar-widget li a:hover {
    color: #3399FF;
}
form#search {
    position: relative;
}
form#search input {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #7a7a7a;
    font-family: lato;
    height: 42px;
    padding-left: 19px;
    padding-right: 45px;
}
form#search button {
    background-color: transparent;
    border: medium none;
    color: #7a7a7a;
    height: 42px;
    padding: 0 17px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-search button:hover {
    background: #464646;
    border-color: #464646;
    color: #999;
}
.sidebar-title {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    position: relative;
}
.sidebar-widget ul li {
    margin-bottom: 12px;
}
ul.sidebar-link li:last-child {
    margin-bottom: 0
}
ul.sidebar-link li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
ul.sidebar-link li a:hover {
    color: #3399FF
}
.Tags {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    padding-top: 40px;
    text-transform: capitalize;
    position: relative;
}
.Tags:before {
    background: #03a9f4 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
ul.tag li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}
ul.tag li a {
    border: 1px solid #e8e8e8;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    padding: 3px 17px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.sidebar-widget .product-img {
    float: left;
    margin-right: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.product-item .product-img {
    float: left;
    margin-right: 15px;
    width: 80px;
}
.product-item .product-info {
    overflow: hidden;
}
.widget_theme_name__recent_post .product-item + .product-item {
    margin-top: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0 0 5px;
}
.sidebar-widget .product-info > p:last-child {
    margin: 0;
}
.product-item .product-img a {
    display: block;
}
/*========================================*/
/*  Footer Top area
/*========================================*/
.footer-area .widget {
  margin: 40px 0;
}
.footer-area .widget:first-child {
  margin-top: 0;
}
.footer-area .widget:last-child {
  margin-top: 0;
}
.single-footer.widget ul li ul li:first-child {
  margin-top: 5px;
}
.footer-top-area {
    background: #252525;
    position: relative;
    z-index: 1;
}
.gray-bg.footer-top-area {
    background: #f7f7f7 none repeat scroll 0 0;
}
.light_footer .footer-bottom {
    background: #f7f7f7 none repeat scroll 0 0;
    border-top: 1px solid #ebebeb;
}
.gray-bg .single-footer ul > li {
  color: #999;
}
.gray-bg .single-footer ul li a ,
.gray-bg .footer-title ,
.footer-area .gray-bg caption ,
.footer-area .gray-bg table th ,
.footer-area .gray-bg table#wp-calendar a ,
.footer-area .gray-bg .widget_tag_cloud .tagcloud a{
  color: #666;
}
.footer-area .gray-bg table td {
  border-right: 1px solid #999;
}
.gray-bg #wp-calendar tbody tr td {
  border-right: 1px solid #999;
}
.footer-area .gray-bg table {
  border: 1px solid #999;
}
.footer-area .gray-bg table th {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.footer-area .gray-bg table td {
  border-bottom: 1px solid #999;
  color: #666;
}
.single-footer .gray-bg .tagcloud a {
  border: 1px solid #999;
}
.gray-bg .single-footer ul li a:hover {
  color: #999;
}
.footer-top-area:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-footer {
    color: #fff;
    overflow: hidden;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.single-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-footer ul > li {
    padding-bottom: 5px;
}
.single-footer ul.children , .single-footer ul.sub-menu{
    margin-left: 20px;
}
.single-footer ul.children > li:last-child {
    padding: 0;
}
.light_footer .footer-title {
    color: #363636
}
.light_footer p {
    color: #7e7e7e;
}
.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-footer .footer-social li {
    display: inline-block;
}
.single-footer .footer-social li a {
    color: #a2a2a2;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin-right: 25px;
}
.single-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-footer ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-footer ul li a:hover {
    color: #fff;
}
.light_footer .single-footer ul li a:hover {
    color: #4a90e2;
}
.single-footer .footer-social {
    float: left;
}
.single-footer input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.single-footer textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    padding-left: 20px;
    width: 100%;
    height: 80px;
}
.single-footer .submit-btn-1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: inherit;
}
.single-footer .submit-btn-1:hover {
    color: #ff0300;
    border: 1px solid#ff0300;
}
/*=============================
    Footer Instragram
=========================*/

.single-footer ul.instagram-pics li {
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 25%;
}
.single-footer ul.instagram-pics li a img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-footer ul.instagram-pics li:hover a img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*=============================
    Footer Bottom area
=========================*/

.light_footer .logo-footer img,
.footer-white img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.2 0.8" /><feFuncG type="table" tableValues="0.2 0.8" /><feFuncB type="table" tableValues="0.2 0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(20%);
            filter: brightness(0) invert(20%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-bottom {
    background: #252525 none repeat scroll 0 0;
    border-top: 1px solid #373737;
    padding: 20px 0;
}
.footer_layout_three .footer-bottom {
    background: transparent none repeat scroll 0 0;
    border-top: 0 none;
    padding: 30px 0;
}
.copyright-text {
    margin-top: 6px;
}
.copyright-text p {
    color: #9b9b9b;
    margin-bottom: 0;
}
.light_footer .copyright-text p,
.footer_layout_three .copyright-text p {
    color: #9b9b9b;
}
.copyright-text a {
    color: #fff;
}
.light_footer .copyright-text a {
    color: #9b9b9b;
}
.footer-social {
    float: right;
}
.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.footer-bottom ul li a:hover {
    color: #ff0300;
}
.footer-bottom .col-sm-6:first-child .copyright-text,
.footer-bottom .col-sm-6:first-child .footer-social {
    float: left;
}
.footer-bottom .col-sm-6:last-child .copyright-text,
.footer-bottom .col-sm-6:last-child .footer-copyright-menu,
.footer-bottom .col-sm-6:last-child .footer-social {
    float: right;
}
.footer-all .footer-icon {
    margin-bottom: 40px;
}
/*=============== soical share link widget ===================*/

.solical-links {
    display: block;
}
.solical-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.solical-links ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.solical-links ul li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    text-align: center;
}
.footer-bottom .footer-social ul li a:hover {
    color: #3399ff;
}
/*************************************
 Custom-content all   
**************************************/

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*---------scroll button----------*/

a#scrollUp {
    background-color: #3399ff;
    border: 1px solid #3399ff;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
/* Unit test by*/

article.sticky,
article.tag-sticky-2 {
    border: 1px solid #3399ff;
}
.story-hbtitle li {
    margin-bottom: 10px;
}
table {
    border: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
table th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    color: #454545;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
.story-hbtitle .page-links a {
  text-decoration: none;
}
.calendar_wrap table th {
    text-align: center;
}
table td {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    padding: 10px;
    vertical-align: top;
}
table th a,
table th a:hover {
    text-decoration: underline;
}
.story-hbtitle a:not(.button) ,
.entry-content a:not(.button) ,
.copy a:not(.button){
    text-decoration: underline;
}
.post-password-form input[type="submit"] {
    background: #3399ff none repeat scroll 0 0;
    border: 1px solid #3399ff;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
    width: inherit;
}
.post-password-form input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #3399ff;
}
.post-password-form input[type="password"] {
    border-radius: 0;
}
#wp-calendar tbody tr td {
    border-right: 1px solid #ebebeb;
}
#wp-calendar tbody tr td#today {
    background: #3399ff none repeat scroll 0 0;
    color: #fff;
}
.copy ul li {
    list-style: outside none disc;
    margin: 0;
    line-height: 28px;
}
.copy ul {
    list-style-type: outside none disc;
    margin: 0 0 26px;
    padding-left: 25px;
}
.copy ol {
    list-style-type: outside none decimal;
    margin: 0 0 26px;
    padding-left: 25px;
}
.copy ol li {
    list-style: outside none decimal;
    margin: 0;
    line-height: 28px;
}
.copy ul ul,
.copy ul ol,
.copy ol ol,
.copy ol ul {
    margin-bottom: 0;
}
.blog-story-area hr {
    margin: 20px 0;
}
.wp-audio-shortcode {
    margin-bottom: 15px;
}
.story-hbtitle ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
}
.story-hbtitle ol {
    list-style: outside none decimal;
    margin: 0 0 26px 35px;
}
.story-hbtitle ul {
    list-style: outside none disc;
    margin: 0 0 26px 35px;
}
.story-hbtitle ul li {
    list-style: outside none disc;
    margin: 0 0 6px;
}
.story-hbtitle ul ul,
.story-hbtitle ul ol,
.story-hbtitle ol ol,
.story-hbtitle ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
    margin: 0;
    padding-left: 25px;
}
.entry-content ul {
    list-style-type: disc;
}
.page-area hr {
    margin: 20px 0;
}
.entry-content ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
}
.entry-content ul li {
  margin: 0 0 6px;
}
.footer-area table {
    border: 2px solid #fff;
    text-align: center;
}
.footer-area caption {
    color: #fff;
    padding: 0;
}
.footer-area table th {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
}
.footer-area table td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.footer-area table#wp-calendar a {
    color: #fff;
}
.footer-area .widget_tag_cloud .tagcloud a:hover {
    color: #444;
}
.footer-area .widget_tag_cloud .tagcloud a {
    color: #fff;
}
.shopping-button button[type="submit"] {
    background: #3399ff none repeat scroll 0 0;
    border: 1px solid #3399ff;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 8px 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #3399ff;
}
.blog-right-sidebar-top ul li ul.children , .blog-right-sidebar-top ul li ul.sub-menu {
    margin-left: 15px;
}
/* Heading font size */

.contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6,
.story-hbtitle h1,
.story-hbtitle h2,
.story-hbtitle h3,
.story-hbtitle h4,
.story-hbtitle h5,
.story-hbtitle h6,
.entry-content h1, 
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy h6{
    font-weight: 600;
    margin-bottom: 25px;
}
.page-not-found-wrap {
    height: 750px;
    width: 100%;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}
.pnf-inner > h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}
/* New CSS Written by me */

.header-area {
    padding: 40px 0;
}
.header-area.header-style-2 {
    padding: 0;
}
.header-area.header-style-2 .primary-nav-wrap ul li,
.header-one-page .header-area .primary-nav-wrap ul li {
    padding: 0 10px;
}
.header-area.header-style-2 .primary-nav-wrap ul li:first-child,
.header-one-page .header-area .primary-nav-wrap ul li:first-child {
    padding-left: 0;
}
.header-area.header-style-2 .primary-nav-wrap ul li ul li,
.header-one-page .header-area .primary-nav-wrap ul li ul li {
    padding: 0;
}
.header-area.header-style-2 .primary-nav-wrap ul li ul li a,
.header-one-page .header-area .primary-nav-wrap ul li ul li a {
    height: inherit;
    line-height: inherit;
}
.header-area.bar-space-2 {
    padding: 30px 0;
}
.primary-nav-wrap.nav-horizontal.menu-bar {
    float: right;
}
.primary-nav-wrap.menu-bar > nav > ul {
    margin-bottom: 0;
    padding: 0;
}
.primary-nav-wrap.menu-bar ul li + li {
    margin-left: 4px;
}
.primary-nav-wrap.menu-bar ul li a {
    color: #9c9c9c;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.primary-nav-wrap.menu-bar ul li:last-child a {
  padding-right: 0;
}
.primary-nav-wrap.menu-bar.menu-white ul li ul li a {
    color: #9c9c9c;
}
.primary-nav-wrap.menu-bar.menu-white ul li a {
    color: #fff;
}
.sticky .primary-nav-wrap.menu-bar.menu-white ul li a,
.sticky .bar-social a {
    color: #9c9c9c;
}
.header-area.sticky.bar-border {
    border: 0;
}
.primary-nav-wrap.menu-bar > nav > ul > li:hover > a,
.primary-nav-wrap.menu-bar > nav > ul > li.current_page_item > a {
    color: #c2bebe;
}
.header_menu_hover_white .primary-nav-wrap.menu-bar > nav > ul > li:hover > a,
.header_menu_hover_white .primary-nav-wrap.menu-bar > nav > ul > li.current_page_item > a {
    color: #fff;
}
.header_menu_hover_white .sticky .primary-nav-wrap.menu-bar > nav > ul > li:hover > a,
.header_menu_hover_white .sticky .primary-nav-wrap.menu-bar > nav > ul > li.current_page_item > a {
    color: #000;
}
.header-area .bar-button {
    float: right;
    margin-left: 27px;
    margin-top: 2px;
}
.header-area.bar-border-3 .bar-button {
    height: inherit;
    line-height: 1;
    margin-top: 0;
}
.header-area .bar-button .button {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    overflow: hidden;
    padding: 11px 30px 11px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-area .bar-button .button.theme-bg {
    background-color: #4a90e2;
}
.header-area .bar-button .button.text-white.theme-bg {
    border-color: #4a90e2;
}
.header-area.sticky .bar-button .button.text-white.theme-bg {
    border-color: #4a90e2;
    color: #fff;
}
.header-area .bar-button .button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
  text-decoration: none;
}
.header-area .bar-button .button.text-white {
    color: #fff;
}
.header-area.bar-space-2.sticky {
    padding: 15px 0;
}
.header-area.sticky .bar-button .button.text-white:hover {
  color: #999;
  background: transparent;
  border-color: #999;
}
.header-area.soft-header .bar-button .button.text-white:hover {
  border-color: #fff;
  color: #fff;
}
.header-area.soft-header.sticky .bar-button .button.text-white:hover {
  border-color: #999;
  color: #999;
}
.header-area .bar-button .button.text-white:hover {
  color: #999;
  background: transparent;
  border-color: #999;
}
.site-title a.sticky {
    display: none;
}
.sticky .site-title a.normal {
    display: none;
}
.sticky .site-title a.sticky {
    display: block;
}
.height-100-vh {
    height: 100vh;
}
/*-------------------------------------
    5. Features style
-----------------------------------------*/

.border-top-color-2 {
    border-top: 1px solid #ebebeb
}
.border-top-color {
    border-top: 1px solid #e5e5e5
}
.border-bottom-color {
    border-bottom: 1px solid #e5e5e5
}
.features img {
    margin-bottom: 13px;
    max-height: 32px;
    float: left;
}
.features span {
    font-size: 30px;
    margin-bottom: 7px;
}
.features h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 13px;
    text-transform: uppercase;
}
.features p {
    color: #8f8f8f;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    width: 88%;
}
.constraction_features .features p {
    width: 100%;
}
.features-box {
    padding: 30px;
}
.radius {
    border-radius: 5px
}
.features-content {
    margin-left: 55px;
}
.features-box span {
    float: left;
}
.features-2 p {
    width: 90%;
}
.features.features-link > h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.features.features-link > p {
    width: 88%;
}
.features.features-link > a {
    color: #7a7a7a;
    display: inline-block;
    font-family: lato;
    font-size: 12px;
    font-weight: 700;
    margin-top: 11px;
    text-transform: uppercase;
}
.features.features-link > a:hover {
    color: #444;
}
/* info */

.info-area {
    position: relative
}
.info-bg-img {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 46%;
    z-index: 2;
}
.info-bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #252525;
    background-image: none;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    will-change: transform, top;
    z-index: 0;
}
.info-details h2 {
    color: #5f5f5f;
    font-size: 36px;
    margin-bottom: 26px;
}
.info-details.info-details-2 h2 {
    margin-bottom: 21px;
}
.info-details p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 34px;
}
.video-icon span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
}
.video-icon i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #686868;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}
/*-------------------------------------
    8. Pricing area
-----------------------------------------*/

.pricing-box {
    margin-bottom: 30px;
    padding: 50px 60px;
}
.box-border {
    border: 1px solid #e8e8e8
}
.pricing-name {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 24px;
}
.pricing-name h5 {
    color: #4a4a4a;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
}
.blog-img img {
    height: auto;
}
.pricing-name h1 {
    color: #4e4e4e;
    font-size: 50px;
    font-weight: normal;
    margin: 0;
}
.pricing-name h1 span {
    font-size: 26px;
    left: 10px;
    position: relative;
    top: -17px;
}
.pricing-plan ul {
    margin: 0;
    padding: 50px 0 60px;
}
.pricing-plan ul li {
    color: #767676;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 7px 0;
    list-style: none;
}
.pricing-plan a.button {
    border: 1px solid #d1d1d1;
    color: #616161;
}
.pricing-plan a.button {
    padding: 14px 54px;
}
.pricing-plan a.button:hover {
    background: #f3f3f3;
    border-color: #f3f3f3;
}
.pricing-box.active {
    background-color: #0091ea;
}
.active .pricing-name h5 {
    color: #fff;
}
.active .pricing-name h1 {
    color: #fff;
}
.active .pricing-plan ul li {
    color: #fff;
}
.active .pricing-plan a.button {
    border: 1px solid #fff;
    color: #fff;
}
.active .pricing-plan a.button:hover {
    background: #fff none repeat scroll 0 0;
    color: #616161;
}
/*-------------------------------------
    9. Testimonial area
-----------------------------------------*/

.testimonial p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial span {
    color: #6b6b6b;
    font-family: lato;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
.corporate1-header .button {
    padding: 11px 30px 13px;
}
.corporate1-header .bar-button {
    margin-top: 2px;
}
.corporate1-header.stick .menu-bar ul li a,
.political-header.stick .menu-bar ul li a {
    color: #9c9c9c;
}
.corporate1-header.stick .menu-bar ul li a:hover,
.political-header.stick .menu-bar ul li a:hover {
    color: #444;
}
.common-hover .button:hover {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    color: #fff;
}
.common-hover.stick .button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #666;
}
.corporate-btn .button {
    line-height: 11px;
    padding: 13px 38px 14px;
}
.corporate2-btn .button {
    padding: 13px 39px;
}
.owl-dots {
    margin-top: 33px;
    text-align: center;
}
.owl-dot {
    border: 1px solid #acacac;
    height: 12px;
    width: 12px;
}
.owl-dot {
    background: #acacac none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}
.owl-dot.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.owl-carousel .owl-item .testimonial-2 img,
.owl-carousel .owl-item .soft-video-details img {
    display: inline-block;
    width: inherit;
}
.testimonial-2 {
    padding: 0 20px;
}
.owl-carousel .owl-item .testimonial-2 img {
    display: inline-block;
    width: inherit;
}
.testimonial-2 h5 {
    color: #777777;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 15px;
}
.testimonial-2 p {
    color: #8e8e8e;
    font-size: 15px;
}
.testimonial-2 span {
    color: #eeeeee;
    font-size: 25px;
}
.soft-video-details > h2 {
    color: #717171;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
    font-family: "Lato", sans-serif;
}
.soft-video-details > p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 25px;
}
.blog-content h3 {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.blog-content h3 a {
    color: #666;
}
.blog-content h3 a:hover {
    color: #444;
}
.blog-meta {
    margin-bottom: 8px;
    overflow: hidden;
}
.blog-meta span {
    color: #606060;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-box {
    padding: 30px;
    border: 1px solid #ececec;
    border-top: 0;
}
.read-more:hover {
    color: #4a90e2;
}
.latest-blog-wrapper {
    position: relative;
}
.blog-thumb:before {
    background: #3a3a3a none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    position: absolute;
    width: 100%;
}
.blog-thumb img {
    width: 100%;
    height: auto;
}
.blog-content-latest {
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    z-index: 99;
}
.blog-content-latest span {
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.medi-blog .blog-content-latest span {
    font-size: 12px;
    margin-bottom: 4px;
}
.blog-content-latest > h4 {
    margin: 0;
}
.blog-content-latest h4 a {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
}
.blog-content-latest h4 a:hover {
    color: #444;
}
.read-more {
    color: #767676;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.read-more:hover {
    color: #444;
}
.read-more i {
    margin-left: 5px;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
/* blog-recent */

.blog-img {
    position: relative;
}
.blog-edu-meta {
    margin-bottom: 18px;
    margin-top: -28px;
    padding: 0 45px;
    text-align: center;
}
.blog-edu-meta > span {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 30px;
    position: relative;
    text-transform: uppercase;
}
.blog-edu-title > h4 {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
}
.blog-edu-title > h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0 20px;
}
.blog-edu-title > h4 > a {
    color: #666;
}
.blog-edu-title > h4 a:hover {
    color: #444;
}
.single-restaurant-blog > h3 {
    color: #4f4f4f;
    font-size: 20px;
    margin: 33px 0 16px;
}
.single-restaurant-blog img {
    width: 100%;
}
.single-restaurant-blog > h3 a {
    color: #4f4f4f;
}
.single-restaurant-blog > h3 a:hover {
    color: #777;
}
.single-restaurant-blog > p {
    color: #7f7e7e;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 23px;
    margin: 0;
}
/* blog */

.blog-wrapper-app {
    border: 1px solid #ececec;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-img-app {
    float: left;
    padding-right: 10px;
    width: 50%;
}
.blog-img-app img {
    width: 100%;
}
.blog-content-app {
    float: left;
    padding: 20px 18px 24px 10px;
    width: 50%;
}
.blog-content-app h3 {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.blog-content-app h3 a {
    color: #666;
}
.blog-content-app h3 a:hover {
    color: #444;
}
.blog-meta-app span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.blog-box {
    border: 1px solid #ececec;
    padding: 30px;
}
.blog-wrapper .blog-img + .blog-box {
    border-top: 1px solid #ececec;
}
/*-------------------------------------
    10. Col-to-action area
-----------------------------------------*/

.action-text h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin: 0 80px 0 0;
    position: relative;
}
.action-area .button {
    padding: 13px 43px;
}
.action-text a {
    display: inline-block;
}
.action-text-2 h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 17px;
}
.action-text-2 > p {
    color: #686868;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.action-text-2 a {
    padding: 12px 40px;
}
.action-text-2 {
    padding: 0 40px;
}
.call-to-action-2.pl-60 {
    padding-left: 60px;
}
.action-btn .button {
    margin-top: 50px;
    padding-left: 15px;
}
.call-to-action-2 h4 {
    margin-bottom: 14px;
}
.call-to-action-2 h6 {
    color: #5f5f5f;
    font-family: lato;
    font-size: 16px;
    font-weight: 700;
}
.call-to-action-2 h4 {
    color: #5f5f5f;
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.action-btn .button {
    padding: 15px 52px 17px;
}
.call-to-action-2 p {
    color: #5f5f5f;
    font-size: 16px;
    margin: 0;
}
/*-------------------------------------
    6. Video area
-----------------------------------------*/

.app-video .video-img {
    padding: 0 35px 0 70px;
}
.video-img {
    position: relative;
}
.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #686868;
    font-size: 26px;
    height: 54px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 54px;
}
.video-img i {
    font-size: 14px;
    display: inline-block;
    line-height: 50px;
}
.kc-multi-icons-wrapper a {
    margin-left: 0 !important;
}
.tab-content .video-img i {
    font-size: 26px;
}
.info-details-2 p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 42px;
}
.info-details-2 .button {
    border-color: #d5d5d5;
    color: #8f8f8f;
}
.info-details-2 .button:hover {
    color: #aaa;
}
.info-details-2.mt-40 {
    margin-top: 48px
}
.bebsha-button {
    display: inline-block;
}
/*-------------------------------------
    7. Team area
-----------------------------------------*/

.team-box {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}
.team-box:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.10);
}
.team-info {
    bottom: -10px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 20px 20px 50px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.team-box:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1
}
.team-box:hover:before {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}
.team-box:hover .team-info {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.team-info h3 {
    color: #5f5f5f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}
.team-box > img {
    width: 100%;
}
.team-info span {
    color: #606060;
    font-weight: 600;
}
.team-icon {
    margin-top: 40px;
}
.team-icon a {
    color: #555555;
    font-size: 16px;
    margin: 0 12px;
}
.team-icon a:hover {
    color: #909090;
}
/* team 2 */

.team-box-2 {
    position: relative;
}
.team-info-2 {
    background: rgba(255, 255, 255, 0.92) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 53px 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-box-2:hover .team-info-2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.team-info-2 h3 {
    color: #626262;
    font-family: lato;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.team-box-2.text-center.mb-30 > img {
    width: 100%;
}
.team-info-2 span.pos {
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.team-icon-2 a {
    color: #555555;
    font-size: 16px;
    margin: 0 8px;
}
.team-icon-2 a:hover {
    color: #4a90e2;
}
.section-title h3 {
    color: #5f5f5f;
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.section-title p {
    color: #898989;
    font-size: 16px;
    margin: 0 auto;
}
.bebsha-progress-bar h2 {
    color: #626262;
    font-size: 30px;
}
.bebsha-progress-bar > p {
    color: #8b8b8b;
}
.skill-title {
    font-family: lato;
    font-size: 16px;
}
.skill-title {
    color: #7a7a7a;
    font-family: lato;
    font-size: 16px;
}
.bebsha-progress-bar .progress {
    background-color: #ececec;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 26px;
    overflow: visible;
}
.progress:last-child {
    margin-bottom: 0px;
}
.progress-bar > span {
    color: #7a7a7a;
    float: right;
    font-family: lato;
    font-size: 14px;
    position: relative;
    top: -26px;
}
.bebsha-progress-bar .progress-bar {
    background-color: #c6c6c6;
    box-shadow: none;
    color: #ffffff;
    font-size: 12px;
}
.bebsha-progress-bar.our-skill {
    overflow: hidden;
}
/*-------------------------------------
    18. Construction page
-----------------------------------------*/

.slider-man {
    position: relative;
    z-index: 99;
}
.slider-man > img {
    width: 100%;
}
.construction-slider-area {
    padding-top: 101px;
}
.construction-slider-area .yoga-slide-text p {
    width: 90%;
}
.middle-padding {
    padding-top: 60px;
}
.construction-menu .search-bar-button a {
    color: #fff;
    cursor: pointer;
}
.stick.construction-menu .search-bar-button a {
    color: #9c9c9c;
}
.construction-slider-area a.button {
    padding: 13px 48px 14px;
}
.construction-services .col-sm-4.col-md-4 {
    padding: 0;
}
.construction-plr {
    padding: 0 15px;
}
.construction-services .single-construction {
    background: #4a90e2;
}
.single-construction > p {
    color: #fff;
    letter-spacing: 0;
    padding: 0 50px;
    margin: 0;
}
.single-construction > h4 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 14px 0 14px;
    text-transform: uppercase;
}
.single-construction.active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: -12px;
    padding: 63px 0 61px;
    position: relative;
    z-index: 99;
}
.grid-item-width {
    width: 33.333%;
}
.works-img > img {
    width: 100%;
}
.works-area .gallery-menu {
    display: inline-block;
}
.works-area .gallery-menu button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #c8c8c8 navy #c8c8c8 #c8c8c8;
    -o-border-image: none;
       border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #464646;
    display: inherit;
    float: left;
    margin: 0;
    padding: 9px 24px 10px;
}
.works-area .gallery-menu button:last-child {
    border-right: 1px solid #c8c8c8;
}
.works-area .gallery-menu button:hover,
.works-area .gallery-menu button.active {
    color: #fff;
    background-color: #4a90e2;
    border-color: #4a90e2;
}
.construction-info .info-bg-img {
    width: 44.5%;
}
.construction-support {
    float: left;
    width: 335px;
}
.construction-all-services {
    display: block;
    margin-left: -20px;
    overflow: hidden;
}
.construction-single-services > h4 {
    color: #fff;
    font-size: 20px;
    margin: 10px 0 33px;
    position: relative;
}
.construction-single-services > h4:before {
    background-color: #a9a9a9;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 56px;
}
.construction-single-services > h4:after {
    background-color: #a9a9a9;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 38px;
}
.construction-single-services > p {
    color: #acacac;
    letter-spacing: 0;
    margin: 0;
}
.construction-support.right-site {
    padding-left: 63px;
}
.construction-support.right-site {
    padding-left: 63px;
    width: 395px;
}
.single-construction.active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: -12px;
    padding: 63px 0 61px;
    position: relative;
    z-index: 99;
}
.grid-item-width {
    width: 33.333%;
}
.works-img > img {
    width: 100%;
}
.works-area .gallery-menu {
    display: inline-block;
}
.works-area .gallery-menu button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #c8c8c8 navy #c8c8c8 #c8c8c8;
    -o-border-image: none;
       border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #464646;
    display: inherit;
    float: left;
    margin: 0;
    padding: 9px 24px 10px;
}
.works-area .gallery-menu button:last-child {
    border-right: 1px solid #c8c8c8;
}
.works-area .gallery-menu button:hover,
.works-area .gallery-menu button.active {
    color: #fff;
    background-color: #4a90e2;
    border-color: #4a90e2;
}
.construction-info .info-bg-img {
    width: 44.5%;
}
.construction-support {
    float: left;
    width: 335px;
}
.construction-all-services {
    display: block;
    margin-left: -20px;
    overflow: hidden;
}
.construction-single-services > h4 {
    color: #fff;
    font-size: 20px;
    margin: 10px 0 33px;
    position: relative;
}
.construction-single-services > h4:before {
    background-color: #a9a9a9;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 56px;
}
.construction-single-services > h4:after {
    background-color: #a9a9a9;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 38px;
}
.construction-single-services > p {
    color: #acacac;
    letter-spacing: 0;
    margin: 0;
}
.construction-support.right-site {
    padding-left: 63px;
}
.construction-support.right-site {
    padding-left: 63px;
    width: 395px;
}
.construction-services .service-style-4 {
    max-width: 300px;
}
/* appointment-form */

input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 35px;
    padding-left: 10px;
    width: 100%;
}
textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 14px;
    height: 70px;
    padding: 10px;
    resize: vertical;
    width: 100%;
}
.appointment-form .button {
    padding: 12px 30px 14px;
}
.appointment-form h2 {
    color: #6e6e6e;
    font-size: 30px;
    margin-bottom: 30px;
}
.appointment-form h2 span {
    font-size: 22px;
}
.appointment-form input {
    margin-bottom: 15px;
    height: 40px;
}
.appointment-form textarea {
    margin-bottom: 15px;
    height: 92px;
    color: #9f9f9f;
    font-size: 11px;
    text-transform: uppercase;
}
.appointment-form input {
    color: #9f9f9f;
    font-size: 11px;
    text-transform: uppercase;
}
.appointment-form input::-webkit-input-placeholder,
.appointment-form textarea::-webkit-textarea-placeholder {
    color: #9f9f9f;
    font-size: 11px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.appointment-form input::-moz-placeholder,
.appointment-form textarea::-moz-placeholder {
    color: #9f9f9f;
    font-size: 11px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.appointment-form .button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    box-shadow: none;
    color: #9c9c9c;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    overflow: hidden;
    padding: 12px 30px;
    position: relative;
    text-transform: uppercase;
}
.medi-f-img {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    height: 90px;
    line-height: 90px;
    width: 90px;
    margin: auto;
}
.medi-f-img-2 img {
    position: relative;
    left: -3px;
}
.medi-features-text h4 {
    color: #7a7a7a;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 27px;
}
.medi-features-text p {
    margin: 0;
}
.our-department .panel-group {
    margin-bottom: 0;
}
.dep-height {
    min-height: 555px;
    position: relative
}
.our-department h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 33px;
}
.team-info-2 span.pos {
    letter-spacing: 0.4px;
}
.breadcrumbs ul,
.breadcrumbs ul li a,
.breadcrumbs ul li {
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.our-blog-area article {
    margin-bottom: 40px;
}
.bredcrumb-blog h1,
.bredcrumb-blog h3 {
    color: #5d5d5d;
    font-family: "Open Sans";
    font-size: 46px;
    font-weight: 300;
    text-transform: capitalize;
}
/*-------------------------------------
    4. Slider style
-----------------------------------------*/

.height-100 {
    height: 100%
}
.height-100-vh {
    height: 100vh
}
.slider-text,
.content-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.slider-text h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
}
.slider-text-inner p {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 28px;
    margin: 27px 0 30px;
    font-weight: 300;
}
/* slider app */

.slider-app-img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-left: 170px;
    padding-top: 65px;
}
.constraction_slider .slider-app-img > img {
    width: 100%;
}
.constraction_slider .slider-app-img {
    padding-left: 18px;
}
.slider-app-img > img {
    width: 75%;
}
.slider-app h1 {
    font-size: 70px;
}
.slider-app p {
    font-size: 17px;
    line-height: 28px;
    margin: 16px 0 50px;
}
.bar-button-2.app-btn a {
    padding: 9px 22px 11px;
}
.slider-app a {
    margin-right: 20px;
    padding: 17px 40px;
}
h1.font-60 {
    font-size: 60px;
    margin: 0;
}
.slider-text.slide-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.yoga-slide-text p {
    width: 60%;
}
/* slider education */

.slider-education h1 {
    margin-bottom: 0;
}
.slider-charity h1 {
    font-size: 60px;
    margin-bottom: 0;
}
.slider-charity p {
    letter-spacing: 0;
    margin: 30px 0 40px;
}
.slider-text .button:hover {
    background: #4a90e2 none repeat scroll 0 0;
    border: 1px solid #4a90e2;
    color: #ffffff;
}
.slider-area {
    position: relative;
    z-index: 1;
}
.slider_bg_overlay:after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.medi-features-text > p {
    letter-spacing: 0;
}
.video-img > img {
    width: 100%;
}
.bebsha-button.filled-btn {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    overflow: hidden;
    padding: 13px 42px 15px;
    position: relative;
    text-transform: uppercase;
}
.section-title {
    margin-bottom: 80px;
}
/*-------------------------------------
    17. Restaurant page
-----------------------------------------*/

.restaurant-slider h1 {
    font-size: 70px;
}
.restaurant-slider p {
    font-size: 18px;
    margin: 24px 0 0;
}
.about-restaurant > h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
}
.restaurant-info-left {
    display: inline-block;
    float: left;
}
.restaurant-info-right {
    padding-left: 62px;
}
.restaurant-info-right > span {
    display: block;
}
.about-restaurant > p {
    color: #959595;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 16px 0 0;
}
.booking-text > h3 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 19px;
}
.booking-text > p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 auto;
    width: 55%;
}
.booking-text a.button {
    margin-top: 40px;
    padding: 12px 40px 14px;
}
.foot-menu-area .section-title h3 {
    color: #646464;
}
.foot-menu-area .section-title p {
    color: #7e7e7e;
    font-size: 15px;
}
.name-doller > h4 {
    color: #535353;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 6px;
    max-width: 222px;
}
.name-doller span {
    float: right;
    color: #535353;
    font-size: 18px;
}
.single-foot-menu > span {
    color: #7f7f7f;
    font-size: 13px;
}
.single-foot-menu {
    margin-bottom: 48px;
    padding-right: 64px;
}
.name-doller {
    position: relative;
}
.name-doller:after {
    background-color: #787878;
    content: "";
    font-size: 8px;
    height: 1px;
    margin-left: 11px;
    position: absolute;
    right: 49px;
    top: 12px;
    width: 29px;
}
.single-restaurant-blog > h3 {
    color: #4f4f4f;
    font-size: 20px;
    margin: 33px 0 16px;
}
.single-restaurant-blog img {
    width: 100%;
}
.single-restaurant-blog > h3 a {
    color: #4f4f4f;
}
.single-restaurant-blog > h3 a:hover {
    color: #777;
}
.single-restaurant-blog > p {
    color: #7f7e7e;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 23px;
    margin: 0;
}
.single-foot-menu {
    margin-bottom: 48px;
    padding-right: 64px;
}
.subscription-form input[type="email"] {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #787878;
    font-weight: 300;
    height: 45px;
    padding-left: 21px;
    padding-right: 145px;
    width: 100%;
}
.subscription-form {
    position: relative;
}
.subscribe-btn {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.subscription-form button {
    background-color: #ffffff;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor currentcolor #e9e9e9;
    -o-border-image: none;
       border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #4a90e2;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 100%;
    line-height: 0;
    padding: 16.3px 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.subscription-form button:hover {
    background-color: #609de6;
    color: #ffffff;
}
.mc4wp-form p {
  color: #fff;
  margin: 0;
}

/* Blog details page */
.blog-details-img {
  margin-bottom: 25px;
  position: relative;
}
.blog-details-img.blog-overlay::before {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog-details-img a {
  color: #fff;
  display: inline-block;
  font-size: 55px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-gallery {
  display: block;
  margin-bottom: 45px;
  overflow: hidden;
}
.single-gallery {
  display: inline-block;
  float: left;
  position: relative;
  width: calc(50% - 10px);
}
.single-gallery::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.single-gallery:hover::before {
  opacity: 1;
}
.gallery_post_carosul{
    position: relative;
}
.gallery_post_carosul .slick-arrow {
  background: #fff none repeat scroll 0 0;
  border: 0;
  border-radius: 50%;
  color: #666;
  font-size: 18px;
  left: 0;
  padding: 3px 12px;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease 0s;
  z-index: 999;
  margin-top: -18px;
  opacity: 0;
  visibility: hidden;
}
.gallery_post_carosul:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}
.gallery_post_carosul .slick-arrow:hover{
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.gallery_post_carosul .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.blog-details-meta {
  margin-bottom: 23px;
}
.blog-info .blog-details-meta ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.story-hbtitle .blog-details-meta a ,
.story-hbtitle .blog-tag-share a{
  text-decoration: none;
}
.story-hbtitle .administrator-info a {
  text-decoration: none;
  text-transform: capitalize;
}
.story-hbtitle .blog-details-meta li {
  color: #595959;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  margin-right: 27px;
  position: relative;
  text-transform: uppercase;
}
.blog-details-meta li:last-child{
    margin-right: 0;
}
.blog-details-meta li::after {
  background-color: #595959;
  content: "";
  height: 10px;
  position: absolute;
  right: -17px;
  top: 6px;
  width: 1px;
}
.blog-details-meta li:last-child::after{
    display: none;
}
.blog_details_area p{
    color: #7a7a7a;
    font-family: lato;
    font-size: 16px;
    line-height: 26px;
}
.blog-details-tag-share {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
  padding-bottom: 14px;
}
.blog-tag-share {
  display: flex;
}
.blog-tag-share > span {
  color: #585858;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
}
.blog-tag-share ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-tag-share li {
  display: inline-block;
  margin-right: 2px;
}
.blog-tag-share li a {
  color: #6b6b6b;
  font-size: 13px;
}
.blog-tag-share li a:hover {
  color: #222;
}
.pb-55 {
  padding-bottom: 55px;
}
.pt-75 {
  padding-top: 75px;
}


.popular-post-wrapper {
  display: flex;
}
.popular-post-content {
  margin-left: 24px;
}
.popular-post-content > h4 {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 10px;
}
.popular-post-content > h4 a {
  color: #444444;
}
.popular-post-content > h4 a:hover {
  color: #111;
}
.popular-post-meta ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.popular-post-meta li {
  color: #595959;
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  margin-right: 27px;
  position: relative;
  text-transform: uppercase;
}
.popular-post-meta li::after {
  background-color: #595959;
  content: "";
  height: 10px;
  position: absolute;
  right: -17px;
  top: 2px;
  width: 1px;
}
.blog-right-sidebar-top .popular-post-meta ul li{
    border: 0;
    padding: 0;
}
.blog-right-sidebar-top .popular-post-meta ul li a{
    font-size: 11px;
}
.popular-post-meta li:last-child::after {
  content: none;
  margin-left: 0;
}
.blog_details_area ul > li,.blog_details_area ol > li {
  margin-bottom: 5px;
}
.blog-slider {
    margin: 0 0 25px;
}
.blog-info-dec > p {
    line-height: 30px;
}
.blog-info-dec span {
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 1;
    margin: 0 5px 0 0;
}
blockquote {
    background-color: #f7f7f7;
    border-left: medium none;
    color: #939393;
    font-family: lato;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 53px 0;
    padding: 30px 80px 37px;
    text-align: center;
}
blockquote p {
    letter-spacing: 0;
    line-height: 32px;
}
.blog-info > p {
    line-height: 30px;
}

.blog-info li:last-child {
    margin-bottom: 0px;
}
.blog-info .single-blog-text h2 {
  color: #595959;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 0;
}

.blog-info hr {
    margin: 20px 0;
}

.administrator {
  background-color: #333333;
  display: flex;
  margin: 60px 0 0px;
  padding: 40px 55px 37px 40px;
}
.administrator-info {
  margin-left: 30px;
}
.administrator-info > h3 {
  color: #ffffff;
  font-family: lato;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.administrator-info > h3 a:hover{
    color: #fff;
}
.administrator-info > span {
  color: #b9b9b9;
  display: block;
  margin-bottom: 10px;
}
.administrator-info > p {
  color: #dedede;
  font-family: lato;
  font-size: 16px;
  margin: 0;
}
.administrator-img img {
  border-radius: 50%;
}
.comments-area{
    margin-top: 80px;
}
.comment-list > li:last-child .parent-comment{
    padding: 0;
    border: 0;
}
.comment-respond .sidebar-title{
    margin-bottom: 15px;
}
.related-post {
  display: block;
  margin-top: 60px;
  overflow: hidden;
}
.single-related-post img {
    margin-bottom: 20px;
}
.single-related-post a {
    display: block;
}
.related-post-title > h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.related-post-title > h3 a {
    color: #202020;
}
.related-post-title > h3 a:hover {
    color: #666;
}
.related-post-title > span {
    color: #636363;
    font-size: 13px;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-img img{
    border-radius: 50%;
}
.comment-text {
    padding-left: 120px;
}
.comment-text.pingback-text {
    padding-left: 0;
}
.comment-text > p {
    margin-bottom: 0;
}
.comment-text .author-name,
.comment-text a.url {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}
.bypostauthor .comment-text a.url:after {
    content: "\f2c0 ";
    font-family: fontawesome;
    font-size: 90%;
    left: 3px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: relative;
    top: 0;
}
.comment-text > p {
    color: #7a7a7a;
    line-height: 22px;
    margin: 0 0 10px;
    padding-right: 25px;
}
.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.parent-comment {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 30px;
}
.comment-text .reply a {
  background-color: #333333;
  color: #e9e9e9;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 20px 6px;
  position: absolute;
  right: 70px;
  top: 0;
}
.comment-text .reply a:hover {
    background-color: #000;
    color: #fff;
}
.comment-text .reply a.comment-edit-link{
     right:0;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.comment-respond h3.comment-reply-title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.comment-form > p {
  margin: 15px 0 0;
}
.comment-form > p.comment-notes {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.form-submit .submit {
    margin-bottom: 0;
}
.input_half {
    width: 50%;
    float: left;
}
.input_half.left {
    padding-right: 15px;
}
.input_half.right {
    padding-left: 15px;
}
.leave-comment-form form textarea {
    margin-bottom: 30px;
    margin-top: 40px;
    border-color: #e0e0e0;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    color: #969696;
    display: block;
    font-size: 13px;
    padding: 0 0 2px;
    width: 100%;
}
.leave-comment-form form input {
    border-color: #e0e0e0;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    color: #969696;
    display: block;
    font-size: 13px;
    padding: 0 0 2px;
    width: 100%;
    margin-bottom: 45px;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #666;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.leave-comment-form .submit {
    background-color: #252525;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: inherit;
    margin-top: 33px;
    padding: 11px 54px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
}
.leave-comment-form .submit:hover {
    background-color: #4a90e2;
}
.comment-text .comment-meta.commentmetadata a {
  display: inline-block;
  text-decoration: none;
}
.comment-meta.commentmetadata {
    position: relative;
}
.edit--btn {
    position: absolute;
    right: 0;
    top: 30px;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment--date--time {
    color: #7a7a7a;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.comment-reply-title small {
    float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link:after {
    content: "\f00d";
    font-size: 25px;
    position: relative;
    top: 0px;
    right: 0;
    font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
    text-decoration: none;
    outline: none;
}
.no-comments {
    padding: 10px 15px;
}
#secondary.widget-area {
  padding-left: 30px;
}
.related-post .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}
.related-post .row div[class*="col-"] {
    margin-top: 30px;
}
.related-post .sidebar-title {
    color: #333333;
    display: inline-block;
    font-family: lato;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}

.related-blog-img > img {
  width: 100%;
}
.related-date-comment {
  display: flex;
  justify-content: space-between;
}
.related-blog-info {
  border: 1px solid #ececec;
  padding: 25px 27px 26px;
}

.related-date > span , .related-comment a {
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.related-comment a:hover {
  color: #333;
}

.related-blog-info > h3 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 7px 0 8px;
}
.related-blog-info > h3 a {
  color: #666666;
}
.related-blog-info > h3 a:hover {
  color: #333;
}
.related-blog-info > a {
  font-family: lato;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.related-blog-info > a:hover {
  color: #4a90e2;
}
.related-blog-info > a i {
  font-size: 14px;
  margin-left: 4px;
  position: relative;
  top: 1px;
}


.related-title {
  margin-bottom: 31px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .comment-list .children {
        margin-left: 30px;
    }
    .comment-author.comment-img {
        width: 100px;
    }
    .comment-text {
        padding-left: 120px;
    }
}
@media ( max-width: 767px) {
    .comment-list .children {
        margin-left: 10px;
    }
    .comment-author.comment-img {
        float: none;
        width: 60px;
    }
    .comment-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .comment-respond h3.comment-reply-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .input_half {
        float: none;
        width: 100%;
    }
    .input_half.left {
        padding-right: 0;
    }
    .input_half.right {
        padding-left: 0;
    }
    .leave-comment-form form textarea {
        height: 120px;
        letter-spacing: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .leave-comment-form form input {
        letter-spacing: 0px;
        margin-bottom: 20px;
        padding: 2px 15px;
    }
    .comment-title.sidebar-title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }
}
/* Author Informations */

.blog-about {
  display: flex;
}
.blog-content > h4 {
  color: #333333;
  font-family: lato;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.blog-content > p {
  color: #7a7a7a;
  font-family: lato;
  font-size: 16px;
  line-height: 22px;
  margin: 9px 0 17px;
  overflow: hidden;
}
.blog-right-sidebar-top .about-social ul li{
    padding: 0;
    border:0;
}
.about-social li {
  display: inline-block;
  margin: 0 2px;
  border-bottom: 0;
}
.about-social a {
  color: #a2a2a2;
  display: inline-block;
  height: 25px;
  line-height: 24px;
  text-align: center;
  width: 25px;
    border-radius: 50px;
    background-color: transparent;
}

.blog-right-sidebar-top .about-social a:hover {
  color: #fff;
  background-color: #333333;
}


.blog-content {
  margin-left: 19px;
}
.our-blog-area .blog-content,.page-template .blog-content{
    margin-left: 0;
}
.our-blog-area .blog-details-img,.our-blog-area .blog-details-gallery{
    margin-bottom: 0;
}
.sidebar-widget .author--info--wrap img {
    width: 100%;
}
.video-img > img {
    width: 100%;
}
.self-info {
    padding: 37px 35px 50px;
    background-color: #f6f6f6;
}
.self-info > h3 {
    color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.self-info > p {
    color: #000;
    margin: 0;
}
.self-info > p span {
    font-weight: bold;
}
#secondary.widget-area .blog-social {
    margin-top: 43px;
}
#secondary.widget-area .blog-social > h4 {
    color: #363535;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 39px;
    position: relative;
}
#secondary.widget-area .blog-social ul li {
    display: inline-block;
    margin: 0 5px;
}
#secondary.widget-area .blog-social ul li a {
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    color: #999999;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    padding: 0;
}
#secondary.widget-area .blog-social ul li a:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}
#secondary.widget-area .blog-social h4:before {
    background-color: #565252;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.sidebar-banner img {
    max-width: 100%;
    width: 100%;
}
.sidebar-banner a {
    display: block;
}
/* Video popup */

.video-img {
    position: relative;
}
.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 43px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    color: #000;
}
.video-img a:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.video-title h5 {
    color: #1c1c1c;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.video-title h5 a {
    color: #1c1c1c;
    margin-bottom: 8px;
}
.video-title h5 a:hover {
    color: #555;
}
.video-title > span {
    color: #979797;
    font-weight: 600;
}
.video-title {
    margin-top: 23px;
}
.sidebar-title {
    color: #333333;
    display: inline-block;
    font-family: lato;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
}
.sidebar-title:before {
    background-color: #333333;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 27px;
}
.sidebar-title::after {
  background-color: #333333;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 54px;
}
.sidebar-widget {
    margin-bottom: 70px;
}
/* Recent post */

.post-img {
    display: inline-block;
    float: left;
}
.sidebar-post > li {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar-post > li:last-child {
    margin-bottom: 0px;
}
.post-text {
    padding-left: 141px;
}
.sidebar-widget .post-text > h4 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
.post-text > h4 a {
    color: #2a2a2a;
    font-size: 15px;
}
.post-text > h4 a:hover {
    color: #555;
}
.post-text > span {
    color: #000;
    font-size: 12px;
    display: block;
}
/* Search Form */

.blog-search form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #989797;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
    margin-bottom: 0;
    padding: 2px 82px 2px 30px;
    width: 100%;
}
.blog-search form input::-webkit-input-placeholder {
    /* Chrome */
    
    color: #989797;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-search form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #989797;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-search form {
    position: relative;
    background-color: #f6f6f6;
}
.blog-search form button {
    background-color: transparent;
    border: medium none;
    color: #bbbbbb;
    font-size: 20px;
    height: 60px;
    padding: 0 23px;
    position: absolute;
    right: 0px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    top: 0;
}
.blog-search form button:hover {
    color: #000;
}
.blog-search form button:before {
    background-color: #eaeaea;
    bottom: 10px;
    content: "";
    height: 40px;
    margin: 0 auto;
    position: absolute;
    right: 65px;
    width: 1px;
}
/* Side bar Menu */

.widget_categories.sidebar-widget ul li {
    text-align: right;
    color: #999999;
    overflow: hidden;
}
.widget_categories.sidebar-widget ul li a {
    display: block;
    float: left;
    text-align: left;
}
.sidebar-widget:not(.widget_themename__author_about_widget) ul li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 12px;
    padding-bottom: 12px;
    list-style: none;
}
.sidebar-widget.widget_themename__recent_post ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.sidebar-widget ul li a {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sidebar-widget ul li:hover a {
    color: #000;
}
.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* Tag cloud */

.tagcloud {
    margin-left: -6px;
    margin-right: -6px;
}
.tagcloud a {
  background-color: #333333;
  color: #e9e9e9;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 6px 21px 9px;
}
.tagcloud a:hover {
    background-color: #000;
}
.single-footer .tagcloud a:hover {
    background: #ddd none repeat scroll 0 0;
    color: #333;
}
.single-footer .tagcloud a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
}
.blog-right-sidebar-top .instagram-pics li{
    padding: 0;
    border: 0;
}
.instagram-pics{
    margin: 0;
    padding: 0;
    list-style: none;
}
.instagram-pics li {
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
  width: calc(33.333% - 10px);
}
.instagram-pics li a{
    position: relative;
    display: block;
}
.instagram-pics li a:before{
    background: rgba(51, 51, 51, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms ease-in 0s;
}
.instagram-pics li a:hover::before {
  opacity: 1;
}
.blog-story-area .widget_bebsha_newsletter_widget .footer-top-newsletter {
  overflow: hidden;
  position: relative;
}
.blog-story-area .widget_bebsha_newsletter_widget input[type="email"]{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #7a7a7a;
    font-family: lato;
    height: 42px;
    padding-left: 20px;
}
.blog-story-area .widget_bebsha_newsletter_widget input[type="submit"] {
  border: 0 none;
  height: 37px;
  padding: 0;
  position: absolute;
  right: 2px;
  text-indent: -9999px;
  top: 18px;
  width: 42px;
}
.blog-story-area .widget_bebsha_newsletter_widget .footer-top-newsletter::before {
  content: "";
  font-family: FontAwesome;
  height: 37px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 42px;
}
.comment-respond {
  margin: 50px 0;
}

/*Unit test*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.clear {
    clear: both
}
.fix {
    overflow: hidden;
}
.floatleft {
    float: left;
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
.blog_details_area {
    overflow: hidden;
}
.blog_details_area ul {
    list-style-type: disc;
}
.blog_details_area ul,
.blog_details_area ol {
    margin-left: 5px;
    padding-left: 20px;
}
.page-header {
    margin: 0 0 20px;
}
.features-description ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

dt,dd{
  margin-bottom: 10px;
}
.edit--btn a{
    background-color: #333333;
    color: #e9e9e9;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 20px 6px;
    position: absolute;
    right: 0;
    top: 0;
}
.edit--btn a:hover {
  background-color: #000;
  color: #fff;
}
.blog_details_area .gallery .wp-caption-text {
  margin-top: 5px;
  text-align: left;
}
.blog_details_area .page-links {
  clear: both;
}
.page-links {
  clear: both;
}
.mean-container .mean-nav ul li a.mean-expand {
  padding: 0 12px !important;
  margin-top: 3px !important;
}