@charset "utf-8";

@import "all.min.css";
@import "bootstrap.min.css";
@import "animate.min.css";
@import "fontawesome.min.css";
@import "global.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "swiper.min.css";
@import "slick.css";
@import "slick-theme.css";
@import "responsive.css";
@import url('open-sans.css');
@import url('roboto.css');

/*
 * Typography.less
 * -----------------------------------------------
*/


/*
======================================
Header 1 Area CSS
======================================
*/
.img-crop {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.showHide {
    display: none;
}

#toploginheading {
    color: #22B574 !important;
    font-size: 28px !important;

}

#topclubheading {
    color: #22B574 !important;
    font-size: 22px !important;
}

/* Desktop*/
@media screen and (min-width: 728px) {
    .showHide {
        display: block;
    }

    #leftside > button {
        display: none;
    }
}

.site-title {
    font-weight: bold;
    font-size: 25px;

}

.limit-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.no-caps {
    margin-bottom: 10px;
}

.myfont {
    font-size: 14px;
}

.home-div {
    margin-top: -140px;
}

.home-font {
    font-size: 45px;
}

.home-banner {
    margin-bottom: -100px;
}

.navbar-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: .2rem 0;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.social-icons {
    padding: 0;
    line-height: 0;
}

.social-icons .social-icons-item {
    display: inline-block;
    list-style: none;
    line-height: 10px;
    margin: 0 5px 5px 0;
}

.navbar-top a {
    color: #8f9397;
    font-size: 0.8125rem;
}

.social-icons-link {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    border: 0;
    background: transparent;
    color: #343a40;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-top span {
    font-size: 0.8125rem;
    color: #8f9397;
}

.dropdown-item-text {
    display: block;
    padding: 0.4rem 1.5rem;
    color: #8f9397 !important;
}

.dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.875rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: .3rem;
}

.shadow {
    box-shadow: 0px 0px 30px rgba(83, 88, 93, 0.15) !important;
}

.dropdown-menu {
    box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 1rem 0;
    margin: 0 0 0;
    font-size: 0.875rem;
    color: #8f9397;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 0.6rem;
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
}

.btn-grad {
    color: #ffffff;
    background: #a16938;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
    padding: 8px 25px;
    text-transform: uppercase;
}

.btn {
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    outline: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: #22b574 !important;
    color: white !important;
}

.btn {
    background: #a16938;
}

.btn-primary {
    border: 0;
}

.text-white {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #8f9397;
}

@media (min-width: 992px) .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

    .navbar-nav .nav-link {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 84px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .nav-link {
        display: block;
        padding: 0.25rem 0.75rem;
    }

    .dropdown-toggle {
        white-space: nowrap;
    }

    .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-link {
        display: block;
        padding: 0.25rem 0.75rem;
    }

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #8f9397;
        pointer-events: none;
        cursor: default;
    }

    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
    }

    .nav-tabs .nav-link.disabled {
        color: #8f9397;
        background-color: transparent;
        border-color: transparent;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .nav-pills .nav-link {
        border-radius: 0.25rem;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #ffcd22;
    }

    .nav-fill .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }

    .nav-justified .nav-item {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
    }

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
    }

    .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-text {
        display: inline-block;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-toggler {
        padding: 0.25rem 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }

    @media (max-width: 575.98px) {
        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            padding-right: 0;
            padding-left: 0;
        }
    }
    @media (min-width: 576px) {
        .navbar-expand-sm {
            flex-flow: row nowrap;
            justify-content: flex-start;
        }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
    }
    @media (max-width: 767.98px) {
        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            padding-right: 0;
            padding-left: 0;
        }
    }
    @media (min-width: 768px) {
        .navbar-expand-md {
            flex-flow: row nowrap;
            justify-content: flex-start;
        }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
    }
    @media (max-width: 991.98px) {
        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            padding-right: 0;
            padding-left: 0;
        }
    }
    @media (min-width: 992px) {
        .navbar-expand-lg {
            flex-flow: row nowrap;
            justify-content: flex-start;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 10px;
            padding-left: 10px;
        }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
    }
    @media (max-width: 1199.98px) {
        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            padding-right: 0;
            padding-left: 0;
        }
    }
    @media (min-width: 1200px) {
        .navbar-expand-xl {
            flex-flow: row nowrap;
            justify-content: flex-start;
        }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-xl .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
    }
    .navbar-expand {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
    }

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #8f9397;
        font-weight: 600;
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #22b574;
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: #a16938;
    }

    .navbar-light .navbar-toggler {
        color: #8f9397;
        border-color: rgba(0, 0, 0, 0.1);
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-light .navbar-text {
        color: #8f9397;
    }

    .navbar-light .navbar-text a {
        color: #a16938;
    }

    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
        color: #22b574;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
    }

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
    }

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #22b574;
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #a16938;
    }

    .navbar-dark .navbar-toggler {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-dark .navbar-text {
        color: #ffffff;
    }

    .navbar-dark .navbar-text a {
        color: #a16938;
    }

    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
        color: #22b574;
    }

    /*===============================
           HEADER
=================================*/
    /*TOP BAR*/
    .navbar-top {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: .2rem 0;
    }

    .navbar-top span {
        font-size: 0.8125rem;
        color: #8f9397;
    }

    .navbar-top a {
        color: #8f9397;
        font-size: 0.8125rem;
    }

    .navbar-top a:hover {
        color: #22b574;
    }

    header {
        position: relative;
        z-index: 99;
    }

    /*header transparent*/
    .navbar-transparent {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .navbar-dark .navbar-top span {
        color: #ffffff;
    }

    .navbar-dark .navbar-top a {
        color: #ffffff;
    }

    .navbar-dark .navbar-top a:hover {
        color: #22b574;
    }

    .navbar-dark.navbar-sticky-on {
        background-color: #343a40;
    }

    @media (max-width: 991.98px) {
        .navbar-dark .navbar-collapse .nav-link {
            color: #8f9397;
        }
    }
    .navbar-primary .navbar-top span {
        color: #ffffff;
    }

    .navbar-primary .navbar-top a {
        color: #ffffff;
    }

    .navbar-primary .navbar-top a:hover {
        color: #343a40;
    }

    .navbar-primary.navbar-sticky-on {
        background-color: #a16938;
    }

    @media (max-width: 991.98px) {
        .navbar-primary .navbar-collapse .nav-link {
            color: #8f9397;
        }
    }
    .navbar-floating {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
    }

    .navbar-floating .navbar > .container {
        background: #ffffff;
        border-radius: 3px;
    }

    @media (max-width: 991.98px) {
        .navbar-floating .navbar > .container {
            padding: 0 15px !important;
        }

        .navbar-sticky-on.navbar-floating .navbar > .container {
            padding: 0 !important;
        }
    }
    /*Header sticky*/
    header.navbar-sticky-on {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        -webkit-animation: fadeInDown .5s;
        animation: fadeInDown .5s;
        width: 100%;
        box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
    }

    header.navbar-sticky-on .navbar-top {
        display: none !important;
    }

    header.navbar-sticky-on .navbar-nav .nav-link {
        line-height: 62px;
    }

    header.navbar-sticky-on .navbar-brand {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    header.navbar-sticky-on .navbar-brand .navbar-brand-item {
        height: 34px;
    }

    @media (max-width: 991.98px) {
        .navbar-nav .nav-link {
            line-height: 40px;
        }

        .navbar-brand {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .navbar-brand .navbar-brand-item {
            height: 30px;
        }

        header .search i {
            vertical-align: middle;
        }

        header.navbar-sticky-on .navbar-nav .nav-link {
            line-height: 40px;
        }
    }
    /*megamenu dropdown menu full width in container fluid*/
    .navbar .container-fluid .megamenu .dropdown-menu {
        width: 100%;
    }

    .dropdown-menu {
        box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);
    }

    .dropdown-item {
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
    }

    .dropdown-item.active {
        color: #a16938 !important;
    }

    .dropdown-toggle:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-size: 0.6rem;
        margin-left: 0.35rem;
        font-weight: 900;
        vertical-align: middle;
        border: none;
    }

    .dropdown-item-icon {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-size: 0.875rem;
        min-width: 1rem;
        max-width: 1rem;
        margin-right: .3rem;
    }

    .dropdown-header {
        font-weight: 600;
        padding-top: 0.5rem;
        font-size: 0.875rem;
    }

    .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        right: 25px;
        top: 10px;
    }

    .megamenu {
        position: static;
    }

    .megamenu .dropdown-menu {
        width: 1170px;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 1.5rem 0;
    }

    @media (min-width: 992px) {
        .navbar-nav .dropdown-menu {
            top: 120%;
            visibility: hidden;
            opacity: 0;
            display: block;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar-nav .dropdown:hover > .dropdown-menu {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

        .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
            top: 0;
            visibility: visible;
            opacity: 1;
        }

        .navbar-nav .dropdown-menu:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: block;
            height: 3px;
            opacity: 1;
            background: #a16938;
        }

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu .dropdown-menu {
            position: absolute;
            top: 0;
            left: 100%;
            margin-top: -1rem;
        }
    }
    .navbar-nav .nav-link {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 84px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }

    /* navbar toggler*/
    .navbar-toggler {
        margin-bottom: 0;
        border: 0;
    }

    /* Header brand */
    .navbar-brand {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-brand .navbar-brand-item {
        height: 44px;
        display: block;
        max-width: 100%;
        width: auto;
    }

    .navbar-primary .navbar-nav .nav-link {
        color: #ffffff;
    }

    .navbar-primary .navbar-nav .nav-link:hover, .navbar-primary .navbar-nav .nav-link:focus {
        color: #343a40;
    }

    .navbar-primary .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-primary .navbar-nav .show > .nav-link, .navbar-primary .navbar-nav .active > .nav-link, .navbar-primary .navbar-nav .nav-link.show, .navbar-primary .navbar-nav .nav-link.active {
        color: #343a40;
    }

    .navbar-primary .navbar-text {
        color: #ffffff;
    }

    .navbar-primary .navbar-text a {
        color: #343a40;
    }

    .navbar-primary .navbar-text a:hover, .navbar-primary .navbar-text a:focus {
        color: #343a40;
    }

    @media (max-width: 1199.98px) {
        .megamenu {
            width: 100%;
        }

        .megamenu .dropdown-menu {
            width: 100%;
            background-image: none !important;
        }

        .megamenu .container {
            width: 100%;
            padding: 0;
        }
    }
    @media (max-width: 991.98px) {
        .navbar-collapse {
            overflow-y: scroll;
            max-height: 350px;
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            background: #ffffff;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

        .navbar-nav .nav-link {
            line-height: 44px;
        }

        .navbar-nav .dropdown-menu {
            box-shadow: none;
            padding-top: 0;
        }

        .navbar-nav .dropdown-menu:before {
            content: none;
        }

        .navbar-nav .nav-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 1px 140px;
            position: relative;
        }

        .navbar-nav .nav-items {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 1px 190px;
            position: relative;
        }

        .navbar-nav .dropdown-toggle::after {
            position: absolute;
            right: 30px;
        }

        .navbar-nav .nav-item.dropdown.show > .dropdown-toggle::after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .navbar-nav .dropdown-submenu .dropdown-menu {
            padding-left: 20px;
            padding-bottom: 0px;
        }
    }
    .nav.flex-column .nav-link {
        padding-left: 0;
        padding-top: 0.30rem;
        padding-bottom: 0.30rem;
    }

    .dropdown-item {
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.6rem 1.5rem;
        clear: both;
        font-weight: 500;
        color: #8f9397 !important;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 12rem;
        padding: 1rem 0;
        margin: 0 0 0;
        font-size: 0.875rem;
        color: #8f9397;
        text-align: left;
        list-style: none;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 0 solid rgba(0, 0, 0, 0.1);
        border-radius: 0;
    }

    a.navbar-brand img {
        max-width: 170px;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #a16938 !important;
        font-weight: bold !important;
    }

    .btn-grad:hover {
        color: #fff;
        background-color: #22b574;
        border-color: #22b574;
    }

    .gradbtnbox {
        background: #222 !important;
    }

    .gradbtn {
        padding: 4px 25px;
        margin: 0 0 0 -3px;
    }


    /*Banner Style 1 css*/
    [class*="gradient-overlay-half"] {
        position: relative;
        z-index: 1;
    }

    .bg-img-hero {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 210px 0;
    }

    .gradient-overlay-half-primary-v1::before {
        background-image: linear-gradient(30deg, rgba(34, 181, 116, 0.7) 0%, rgba(161, 105, 56, 0.8) 100%);
        background-repeat: repeat-x;
    }

    [class*="gradient-overlay-half"]::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
    }

    .lead {
        font-size: 1.25rem;
        font-weight: 300;
        padding: 15px 0 0 0;
    }

    .cflyformtheme {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: solid 12px rgba(255, 255, 255, .27);
    }

    .cflyformtheme {
        width: 100%;
        margin: 60px 0 0 0;
        padding: 0 0 60px 0;
    }

    h1.font-size-48--md-down {
        font-weight: bold;
    }

    .cflyformtheme fieldset {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
        float: left;
        position: relative;
    }

    .cflyinputwithicon {
        position: relative;
    }

    .cflyinputwithicon .form-control {
        z-index: 1;
        position: relative;
    }

    .cflyinputwithicon i {
        top: 0;
        left: 0;
        z-index: 2;
        color: #363b4d;
        position: absolute;
    }

    .cflysectionhead {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0 0 30px;
        border-bottom: 1px solid #dbdbdb;
    }

    .cflysectionhead .cflytitle {
        text-align: left;
        padding: 0 0 7px;
    }

    .cflysectionhead .cflytitle h2 {
        line-height: 20px;
    }

    .cflysectionhead .cflydescription {
        margin: 0 0 1px;
        padding: 0 0 20px;
        border-bottom: 1px solid #dbdbdb;
    }

    .cflysectionhead .cflydescription p {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .cflybtnbox {
        width: 100%;
        float: left;
        z-index: 2;
        padding: 60px 0 0;
        text-align: center;
        position: relative;
    }

    .cflyformbannersearch fieldset {
        /*background: #fff;*/
        overflow: hidden;
        border-radius: 5px;
        padding: 0 190px 0 0;
    }

    .cflyformtheme fieldset {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
        float: left;
        position: relative;
    }

    .cflyformbannersearch .form-group:first-child {
        border: 0;
    }

    .cflyformbannersearch .form-group {
        margin: 0;
        float: left;
        width: 27.5%;
        padding: 0 0 0 50px;
        border-left: 1px solid #dbdbdb;
        background: #fff;
    }

    .cflyinputwithicon {
        position: relative;
    }

    .cflyformbannersearch .cflyinputwithicon i {
        left: 20px;
        color: #666;
        font-size: 20px;
        line-height: 60px;
    }

    .cflyinputwithicon i {
        top: 0;
        left: 0;
        z-index: 2;
        color: #363b4d;
        position: absolute;
    }

    .cflyformbannersearch .form-group .form-control, .cflyformbannersearch .form-group .cflyselect select {
        border: 0;
        height: 60px;
        border-radius: 0;
        font-size: 16px;
        line-height: 30px;
        padding: 15px 15px 15px 0;
    }

    .cflyinputwithicon .form-control {
        z-index: 1;
        position: relative;
    }

    .cflybtnsharelocation {
        z-index: 2;
        top: 20px;
        right: 10px;
        color: #666;
        width: 20px;
        height: 20px;
        display: block;
        font-size: 16px;
        line-height: 20px;
        position: absolute;
    }

    .cflyformbannersearch .cflybtn {
        top: 0;
        right: 0;
        padding: 0;
        z-index: 2;
        width: 191px;
        border-radius: 0;
        line-height: 60px;
        text-align: center;
        position: absolute;
    }

    .cflyselect {
        color: #666;
        float: left;
        width: 100%;
        position: relative;
        text-transform: uppercase;
    }

    .cflyformbannersearch .form-group .form-control, .cflyformbannersearch .form-group .cflyselect select {
        border: 0;
        height: 60px;
        border-radius: 0;
        font-size: 16px;
        line-height: 30px;
        padding: 15px 15px 15px 12px;
        background: #fff;
    }

    .cflyselect select {
        z-index: 1;
        width: 100%;
        position: relative;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .cflyformbannersearch .form-group .cflyselect:after {
        line-height: 60px;
    }

    .cflyselect:after {
        top: 0;
        right: 15px;
        z-index: 2;
        color: #666;
        display: block;
        position: absolute;
        text-align: center;
        font-size: inherit;
        line-height: 40px;
        font-family: "Font Awesome 5 Free";
        font-size: 0.6rem;
    }

    .cflybtn:before, .cflybtnreply:hover, .cflybtnreply:focus, .cflybtnreply:active, .cflylastupdate:before, .cflyiconseprator i {
        background: #a16938;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .cflybtn:before {
        top: 0;
        left: 0;
        z-index: -1;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
    }

    button.cflybtn {
        border: none;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    /*main category css */
    .u-label--purple {
        color: #22b574;
        background-color: rgba(121, 110, 255, 0.1);
    }

    .u-label--sm {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    .u-label {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        padding: 0.625rem 1.125rem;
        border-radius: 6.1875rem;
        transition: 0.2s ease-in-out;
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem !important;
    }

    /* Card Frame */
    .card-frame {
        border: 1px solid #e3e6f0;
        border-top-width: 0.25rem;
        transition: 0.3s;
    }

    .card-frame.active, .card-frame:hover {
        border-color: rgba(34, 181, 116, 0.7);
        box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
    }

    /* Card Shadow */
    .card-shadow {
        transition: 0.3s;
    }

    .card-shadow:hover {
        box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
    }

    /* Text */
    .card-text-dark {
        color: #151b26;
    }

    .card-text-dark:hover {
        color: #22b574;
    }

    .card-primary-frame.active, .card-primary-frame:hover {
        border-color: #22b574;
    }

    .card-secondary-frame.active, .card-secondary-frame:hover {
        border-color: #646f79;
    }

    .card-success-frame.active, .card-success-frame:hover {
        border-color: #22b574;
    }

    .card-info-frame.active, .card-info-frame:hover {
        border-color: #00dffc;
    }

    .card-warning-frame.active, .card-warning-frame:hover {
        border-color: #ffbc42;
    }

    .card-danger-frame.active, .card-danger-frame:hover {
        border-color: #da4b48;
    }

    .card-light-frame.active, .card-light-frame:hover {
        border-color: #f5f8fb;
    }

    .card-dark-frame.active, .card-dark-frame:hover {
        border-color: #151b26;
    }

    .card-purple-frame.active, .card-purple-frame:hover {
        border-color: #22b574;
    }

    .card-blue-frame.active, .card-blue-frame:hover {
        border-color: #1c6be1;
    }

    .mb-9, .my-9 {
        margin-bottom: 4rem !important;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.5;
    }

    .mr-auto, .mx-auto {
        margin-right: auto !important;
    }

    .mb-4, .my-4 {
        margin-bottom: 1.5rem !important;
    }

    .d-block {
        display: block !important;
    }

    .card-frame {
        border: 1px solid #e3e6f0;
        border-top-width: 0.25rem;
        transition: 0.3s;
    }

    .text-center {
        text-align: center !important;
    }

    .pb-7, .py-7 {
        padding-bottom: 1.5rem !important;
    }

    .pt-7, .py-7 {
        padding-top: 1.5rem !important;
    }

    .pl-5, .px-5 {
        padding-left: 2rem !important;
    }

    .pr-5, .px-5 {
        padding-right: 2rem !important;
    }

    .d-block {
        display: block !important;
    }

    .rounded {
        border-radius: 0.25rem !important;
    }

    .bg-white {
        background-color: #fff !important;
    }

    .gradient-overlay-half-primary-v1 .bg-img-hero {
        padding: 80px 0;
    }

    .gradient-overlay-half-primary-v1 .btn-purple {
        color: #fff;
        background-color: #a16938;
        border-color: #a16938;
    }

    .gradient-overlay-half-primary-v1 .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #ffffff;
        background: #a16938;
        border: none;
        padding: 0.75rem 1rem;
        font-size: 1rem;
        line-height: 1.7;
        border-radius: 0.25rem;
        transition: all 0.2s ease-in-out;
    }

    .gradient-overlay-half-primary-v1 .btn-light {
        color: #212529;
        background-color: #f5f8fb;
        border-color: #f5f8fb;
    }

    /* =============================================================== */
    /* FOOTER
/* =============================================================== */
    .footer {
        background: #fff;
        border-top: solid 1px #ddd;
        padding: 30px 0;
        font-size: 12px;
        color: #4e575d;
        letter-spacing: 0.5px;
    }

    @media (max-width: 767px) {
        .footer ul {
            float: none;
            padding: 0;
            text-align: center;
            width: 100%;
        }

        .footer ul:last-child {
            margin-top: 20px;
        }
    }
    .footer-content {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px;
        padding: 60px 0 30px 0;
        color: #333;
        background: #f5f5f5;
    }

    @media only screen and (max-width: 767px) {
        .footer-content {
            padding: 5px 0 5px;
        }

        .footer-title {
            margin-bottom: 0;
            margin-top: 15px;
        }

        .app-icon {
            margin: 0 0 10px;
            display: block;
        }

        .search-trigger {
            color: #333;
        }

        .paymanet-method-logo img {
            display: inline-block;
            height: 20px;
            margin: 0 2px;
        }
    }
    .footer-title {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 0;
        text-transform: uppercase;
    }

    @media (max-width: 767px) {
        .footer-title {
            margin-top: 15px;
        }
    }
    .footer-logo {
        padding-top: 10%;
    }

    .footer-logo a {
        display: block;
    }

    .copy-info {
        display: block;
        font-size: 11px;
        margin-top: 10px;
        padding-left: 0;
    }

    .paymanet-method-logo {
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        color: #888;
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        margin-top: 30px;
        padding: 20px 0;
        text-transform: uppercase;
    }

    .paymanet-method-logo img {
        display: inline-block;
        margin: 0 5px;
        height: 30px;
    }

    @media (max-width: 767px) {
        .paymanet-method-logo {
            padding: 15px 0;
        }

        .paymanet-method-logo img {
            height: 24px;
            margin-bottom: 5px;
        }
    }
    .footer-nav-inline li a {
        color: #333;
        font-size: 16px;
    }

    .footer-nav-inline.social-list-color li a {
        color: #fff;
        font-size: 14px;
        width: 28px;
        display: inline-block;
        text-align: center;
        padding: 3px 0;
    }

    .icon-color.fb {
        background: #3b5998;
    }

    .icon-color.tw {
        background: #55acee;
    }

    .icon-color.gp {
        background: #dd4b39;
    }

    .icon-color.lin {
        background: #007bb5;
    }

    .icon-color.pin {
        background: #cb2027;
    }

    .app-icon {
        display: block;
        max-width: 100%;
    }

    .hero-subscribe {
        margin-top: 30px;
    }

    .hero-subscribe #newsletter-signup .form-control {
        height: 36px;
        border-radius: 0;
    }

    .hero-subscribe #newsletter-signup .btn {
        border-radius: 0;
        background: #3a3a3a;
    }

    .footer-nav li a {
        border-left: solid 1px #ddd;
        padding: 0;
        color: #333;
        font-size: 14px;
    }

    .footer-nav li a:first-child {
        border-left: 0;
    }

    .footer-nav li a:hover {
        opacity: 1;
        color: #22b574;
    }

    .footer-address li {
        line-height: 14px;
        list-style: outside none none;
        margin-bottom: 5px;
    }

    .isios.product-story {
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: top center !important;
    }

    .list-inline {
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

    ul.footer-nav li {
        padding: 5px 0;
    }

    /*Our Services css */
    .mb-5, .my-5 {
        margin-bottom: 2rem !important;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    @media (min-width: 768px) {
        .tab-vertical-md::after {
            position: absolute;
            top: 0;
            right: 0;
            width: .25rem;
            height: 100%;
            background-color: rgba(100, 111, 121, 0.09);
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            content: " ";
        }
    }
    .tab-vertical .tab-vertical__nav-link.active {
        color: #a16938;
        background-color: transparent;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #a16938;
    }

    @media (min-width: 768px) {
        .tab-vertical-md .tab-vertical__nav-link {
            position: relative;
        }
    }
    .tab-vertical .tab-vertical__nav-link {
        color: #646f79;
        font-weight: 400;
        border-radius: 0;
        padding-left: 0;
    }

    .nav-pills .nav-link {
        border-radius: 0.25rem;
    }

    @media (min-width: 768px) {
        .tab-vertical-md .tab-vertical__nav-link {
            position: relative;
        }
    }
    .tab-vertical .tab-vertical__nav-link {
        color: #646f79;
        font-weight: 400;
        border-radius: 0;
        padding-left: 0;
    }

    .nav-pills .nav-link {
        border-radius: 0.25rem;
    }

    @media (min-width: 768px) {
        .tab-vertical-md .tab-vertical__nav-link.active::after {
            background-color: #a16938;
        }
    }
    @media (min-width: 768px) {
        .tab-vertical-md .tab-vertical__nav-link::after {
            position: absolute;
            top: 0;
            right: 0;
            width: .25rem;
            height: 100%;
            background-color: transparent;
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            content: " ";
        }
    }
    @media (min-width: 768px) {
        .tab-vertical-md .tab-vertical__nav-link::after {
            position: absolute;
            top: 0;
            right: 0;
            width: .25rem;
            height: 100%;
            background-color: transparent;
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            content: " ";
        }
    }
    .OurServices .flex-column .nav-link {
        padding-left: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .max-width-9 {
        max-width: 4rem;
    }

    .mb-2, .my-2 {
        margin-bottom: 0.5rem !important;
    }

    a {
        color: #a16938;
        text-decoration: none;
        background-color: transparent;
    }

    @media (min-width: 768px) {
        .tab-vertical-md {
            position: relative;
            box-shadow: 26px 0 26px -12px rgba(100, 111, 121, 0.06);
        }
    }
    @media (min-width: 992px) {
        .mr-lg-7, .mx-lg-7 {
            margin-right: 3rem !important;
        }

        .dashboardsection .mr-lg-7, .dashboardsection .mx-lg-7 {
            margin-right: 1.5rem !important;
        }
    }



    @media (min-width: 576px) {
        .mb-sm-9, .my-sm-9 {
            margin-bottom: 2rem !important;
        }
    }
    .OurServices a {
        display: block;
        padding: 12px 0 0 0;
    }

    /***----galley wrapper css----****/
    .gallery_wrapper {
        text-align: center;
    }

    .gallery_wrapper .protfoli_filter li:hover a, .gallery_wrapper .protfoli_filter li:focus a, .gallery_wrapper .protfoli_filter li.active a {
        background: #30a3f0;
        color: #fff;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .gallery_wrapper .portfoli_right {
        padding: 0;
        padding-left: 45px;
    }

    .gallery_wrapper .portfoli_inner .portfolio_item {
        display: block;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 30px;
        border-radius: 5px;
    }

    .gallery_wrapper .portfoli_inner .portfolio_item img {
        max-width: 100%;
        transition: all 500ms linear 0s;
    }

    .gallery_wrapper .portfoli_inner .portfolio_item:hover img, .gallery_wrapper .portfoli_inner .portfolio_item:focus img {
        transform: scale3D(1.2, 1.2, 2);
    }

    .gallery_wrapper .portfolio_item {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .gallery_wrapper .portfolio_item {
        position: relative;
        overflow: hidden;
    }

    .gallery_wrapper .portfolio_item .portfolio_hover {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 300ms linear 0s;
    }

    .gallery_wrapper .portfolio_item:hover .portfolio_hover {
        opacity: 1;
        transition: all 300ms linear 0s;
    }

    .gallery_wrapper .portfolio_item .portfolio_hover a {
        color: #fff;
        font-size: 20px;
        text-transform: capitalize;
        text-align: center;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

    .gallery_wrapper .portfolio_item .portfolio_hover span {
        font-weight: 400;
        font-size: 16px;
        display: block;
        text-transform: capitalize;
        padding-top: 10px;
        color: #a16938;
    }

    .gallery_wrapper .portfolio_item .portfolio_hover .zoom_popup i:before {
        line-height: 55px;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    .portfolio_overlay {
        width: 100%;
        height: 100%;
        background: rgba(34, 181, 116, 0.7);
        position: absolute;
        top: 100%;
    }

    .gallery_wrapper .portfolio_item .portfolio_hover .zoom_popup {
        line-height: 55px;
        text-align: center;
        width: 55px;
        height: 55px;
        background: #a16938;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0;
        z-index: 1;
        transition: all 300ms linear 0s;
    }

    .portfolio_item img {
        width: 100%;
    }

    .gallery_btn {
        text-align: center;
    }

    .gallery_btn a {
        float: none;
        display: inline-block;
    }

    .portfolio_item:hover .portfolio_hover {
        background: #222;
        opacity: 0.6 !important;
    }

    .Classidied-box {
        margin-bottom: 30px;
    }

    @media (max-width: 767px) {
        .Classidied-box {
            margin-bottom: 20px;
        }
    }
    .card-event {
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .event-featured .card-event {
            margin-bottom: 15px;
        }
    }
    .card-event h4 {
        font-size: 18px;
        font-weight: 700;
        height: auto;
        letter-spacing: 0;
        overflow: hidden;
        white-space: normal;
        padding: 0;
    }

    .card-event .event-badges {
        position: absolute;
        right: 15px;
        top: 25px;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }

    .card-event .event-badges .badge {
        font-weight: lighter;
        letter-spacing: 0.3px;
        padding: 3px 6px;
        border-radius: 2px;
    }

    .card-event .event-badges .badge.price-tag {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1px;
        padding: 3px 6px;
        line-height: 1;
    }

    .card-event .event-badges .badge.price-tag.big {
        font-size: 12px;
        font-weight: bold;
        background: #f3f3f3;
        border: 2px solid #a16938;
        line-height: 1;
        color: #000;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        line-height: 47px;
    }

    .card-event .event-pop-link {
        visibility: hidden;
        display: block;
        width: 100%;
        opacity: 0;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgba(34, 181, 116, 0.8);
        -webkit-transition: all 0.25s ease 0.15s;
        -moz-transition: all 0.25s ease 0.15s;
        -o-transition: all 0.25s ease 0.15s;
        transition: all 0.25s ease 0.15s;
        color: #fff;
    }

    .card-event .img {
        position: relative;
    }

    .card-event .img.has-background {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-event:not(.featured) {
        height: 100%;
    }

    .card-event:not(.featured) .card-title {
        min-height: 48px;
        line-height: 24px;
    }

    @media (max-width: 767px) {
        .card-event:not(.featured) .card-title {
            font-size: 14px;
            line-height: 1.4;
            min-height: 10px;
        }
    }
    .card-event:not(.featured) .card-title::first-letter {
        text-transform: uppercase;
    }

    .card-event:not(.featured) .card-title a {
        color: #292b2c;
    }

    .card-event.info-overlay .event-pop-info {
        z-index: 3;
        display: block;
        position: relative;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-70%);
        -moz-transform: translateY(-70%);
        -o-transform: translateY(-70%);
        transform: translateY(-70%);
        -webkit-transition: all 0.3s ease 0.15s;
        -moz-transition: all 0.3s ease 0.15s;
        -o-transition: all 0.3s ease 0.15s;
        transition: all 0.3s ease 0.15s;
        width: 100%;
    }

    .card-event.info-overlay .event-pop-info .price {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .card-event.info-overlay .event-pop-info p {
        display: block;
        margin-bottom: 5px;
    }

    .card-event.info-overlay .event-pop-info .time {
        font-size: 12px;
        font-weight: 300;
        opacity: .7;
    }

    .card-event.info-overlay:hover .event-pop-link, .card-event.info-overlay.overlay-visible .event-pop-link {
        visibility: visible !important;
        opacity: 1;
        display: block;
    }

    .card-event.info-overlay:hover .event-pop-link .event-pop-info, .card-event.info-overlay.overlay-visible .event-pop-link .event-pop-info {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .card-event.info-overlay:hover .event-badges, .card-event.info-overlay.overlay-visible .event-badges {
        top: 15px;
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
    }

    .card-event.info-overlay:not(.featured):hover .pop-info .event-badges {
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .card-event.info-overlay.card-category .event-pop-link {
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        background-color: rgba(0, 0, 0, 0.35);
    }

    .card-event.info-overlay.card-category .ec-title {
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-size: 1.3rem;
        line-height: normal;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: capitalize;
    }

    @media (max-width: 767px) {
        .card-event.info-overlay.card-category .ec-title {
            font-size: .9rem;
            line-height: normal;
        }
    }
    .card-event.info-overlay.card-category:hover .ec-title {
        font-size: 1.5rem;
    }

    @media (max-width: 767px) {
        .card-event.info-overlay.card-category:hover .ec-title {
            font-size: 1.2rem;
        }
    }
    .card-event.info-overlay.card-category:hover .event-pop-link {
        background-color: rgba(34, 181, 116, 0.45);
    }

    .card-event.featured .event-badges {
        opacity: 0;
    }

    .card-event.featured .card-img-top {
        position: relative;
        z-index: 1;
    }

    .card-event.featured .card-body {
        padding: 20px 15px;
    }

    @media (max-width: 767px) {
        .card-event.featured .card-body {
            padding: 10px 15px;
        }
    }
    .card-event.featured .card-body h4 {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        margin: 0;
    }

    @media (min-width: 768px) {
        .card-event.featured .card-body h4 {
            min-height: 40px;
        }
    }
    @media (max-width: 575px) {
        .card-event.featured .card-body h4 {
            font-size: 13px;
            line-height: 1.4;
        }
    }
    .card-event.featured .card-body h4 a {
        color: #292b2c;
    }

    .card-event .card-event-info {
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-event .card-event-info .event-location a {
        color: #999999;
    }

    .card-event .card-event-info p {
        margin-bottom: 5px;
        padding: 0;
        font-size: 13px;
    }

    .card-event .card-footer {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) inset;
        background-color: rgba(0, 0, 0, 0.01);
    }

    .card-event .card-footer .left {
        font-size: 12px;
        color: #999999;
    }

    .card-event .card-footer .left a {
        color: #464a4c;
        font-weight: bold;
    }

    .card-event .card-footer .social-link a {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        color: #464a4c;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .card-event .card-footer .social-link a:hover {
        color: #999999;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .event-category-list:not(.has-list-view) .card-event .card-body .card-footer, .event-category-list:not(.has-list-view) .card-event .card-body .badge.price-tag {
        display: none;
    }

    .event-category-list .card-event .event-pop-info {
        font-size: 12px;
    }

    .event-category-list .card-event .event-pop-info p {
        margin-bottom: 3px;
    }

    .event-category-list .card-event .event-pop-info .price {
        font-size: 1rem;
    }

    .has-list-view .Classidied-box {
        width: 100%;
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
    }

    .has-list-view .Classidied-box .card-event {
        height: auto;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    @media (max-width: 767px) {
        .has-list-view .Classidied-box .card-event > .card-footer, .has-list-view .Classidied-box .card-event .badge.price-tag {
            display: none;
        }

        .has-list-view .Classidied-box .card-event .event-pop-info > p {
            font-size: .95rem;
        }

        .has-list-view .Classidied-box .card-event .card-body .card-title {
            padding-right: 45px;
        }

        .has-list-view .Classidied-box .card-event .card-body .badge.price-tag {
            display: block;
            position: absolute;
            top: 20px;
            right: 12px;
            font-size: .85rem;
        }

        .has-list-view .Classidied-box .card-event .card-body .card-footer {
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            justify-content: space-between;
            padding: 0;
            margin-top: 5px;
        }
    }
    @media (min-width: 0) and (max-width: 500px) {
        .has-list-view .Classidied-box .card-event .card-title {
            font-size: 13px;
            line-height: normal;
            margin-bottom: 0.5rem;
        }

        .has-list-view .Classidied-box .card-event .card-body > p {
            font-size: 0.75rem;
        }
    }
    .has-list-view .Classidied-box .card-event .img.has-background {
        max-width: 30%;
    }

    @media (min-width: 0) and (max-width: 500px) {
        .has-list-view .Classidied-box .card-event .img.has-background {
            max-width: 35%;
        }
    }
    .has-list-view .Classidied-box .card-event .card-footer {
        border: 0;
        box-shadow: none;
        background: none;
    }

    .has-list-view .Classidied-box .card-event .card-footer .left {
        float: right;
        margin-bottom: 10px;
    }

    .event-rating {
        margin-top: 5px;
    }

    .event-rating .star .fa {
        font-size: 85%;
        color: #a16938;
    }

    .event-rating .review-count {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        opacity: .7;
    }

    .float-right, .pull-right {
        float: right;
    }

    .card-event .card-footer .left {
        font-size: 12px;
        color: #999999;
    }

    .float-left, .pull-left {
        float: left;
    }

    .hide {
        display: none;
    }

    .card-event-info i {
        color: #a16938;
    }

    .card-title a:hover {
        color: #22b574 !important;
    }

    .card-footer i {
        color: #a16938;
    }

    .d-md-none {
        display: block !important;
    }

    .classifiedTabs {
        margin: 0 0 30px 0;
    }

    .classifiedTabs li {
        max-width: 220px;
    }

    .classifiedTabs li a {
        padding: 12px 0;
    }

    .classifiedTabs li a.active {
        background: #a16938 !important;
        color: #fff !important;
    }


    /*===============================
			   PORTFOLIO
=================================*/
    .items-padding {
        margin: 10px;
    }

    .items-padding .portfolio-card {
        padding: 10px;
    }

    .items-padding-inside .portfolio-card {
        padding: 10px;
    }

    .items-2 .portfolio-card {
        width: 50%;
        float: left;
    }

    .items-3 .portfolio-card {
        width: 33.3333%;
        float: left;
    }

    .items-4 .portfolio-card {
        width: 25%;
        float: left;
    }

    .items-5 .portfolio-card {
        width: 20%;
        float: left;
    }

    .items-6 .portfolio-card {
        width: 16.6666%;
        float: left;
    }

    .items-2 .info-title, .items-3 .info-title {
        font-size: 1.3125rem;
    }

    .items-4 .info-title, .items-5 .info-title, .items-6 .info-title {
        font-size: 1.09375rem;
    }

    .portfolio-card {
        overflow: hidden;
        position: relative;
    }

    .portfolio-card .portfolio-card-body {
        overflow: hidden;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title {
        margin-top: 20px;
        margin-bottom: 5px;
        color: #343a40;
        display: block;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a {
        color: #343a40;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover {
        color: #22b574;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .full-screen {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        background: #ffffff;
        color: #343a40;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 44px;
        text-align: center;
    }

    .portfolio-card:hover .portfolio-card-body .portfolio-card-footer .full-screen {
        visibility: visible;
        opacity: 1;
        z-index: 2;
    }

    .portfolio-card .portfolio-card-header {
        overflow: hidden;
        position: relative;
        border-radius: 3px;
    }

    .portfolio-card .portfolio-card-header img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-card:hover .portfolio-card-header img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .portfolio-card .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: #343a40;
        z-index: 1;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-card:hover .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: .2;
        visibility: visible;
        background: #343a40;
    }

    /*Portfolio style 2*/
    .portfolio-style-2 .portfolio-card .portfolio-card-footer {
        position: absolute;
        text-align: left;
        right: 30px;
        left: 30px;
        top: 0;
        bottom: 0px;
        line-height: 30px;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .portfolio-style-2 .portfolio-card a, .portfolio-style-2 .portfolio-card p {
        color: #ffffff;
    }

    .portfolio-style-2 .portfolio-card a:hover {
        color: #ffffff;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover {
        color: #ffffff;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
        background: transparent;
        border: none;
        color: #ffffff;
        padding: 0;
        cursor: pointer;
        right: -10px;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a {
        color: #ffffff;
        margin-bottom: 10px;
    }

    /*Portfolio style 2 normal*/
    .portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
        position: absolute;
        bottom: 60px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title {
        position: absolute;
        bottom: 10px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer p {
        position: absolute;
        bottom: -20px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    /*Portfolio style 2 hover*/
    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .full-screen {
        position: absolute;
        bottom: 90px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .info-title {
        position: absolute;
        bottom: 56px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer p {
        position: absolute;
        bottom: 8px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-header {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        border-radius: 0;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-header {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-header img {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        visibility: visible;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    /*portfolio filter*/
    .portfolio .nav .nav-tabs {
        border: none;
    }

    .portfolio .nav .nav-tabs .nav-filter {
        font-weight: 500;
        display: inline-block;
        line-height: 15px;
        padding: 15px;
        margin-bottom: 20px;
        cursor: pointer;
        color: #343a40;
    }

    .portfolio .nav .nav-tabs .nav-filter:last-child {
        margin-right: 0;
    }

    .portfolio .nav .nav-tabs .nav-filter.active {
        color: #a16938;
    }

    /*nav-tabs-style-1*/
    .portfolio .nav .nav-tabs-style-1 .nav-filter {
        padding: 8px 10px;
        font-size: 0.8125rem;
        border-radius: 50px;
        border-width: 2px;
        border-style: solid;
        border-color: transparent;
    }

    .portfolio .nav .nav-tabs-style-1 .nav-filter.active {
        color: #a16938;
        border-color: #a16938;
    }

    /*nav-tabs-style-2*/
    .portfolio .nav .nav-tabs-style-2 .nav-filter {
        margin-right: 10px;
        padding: 12px 20px;
        font-size: 0.8125rem;
        border-radius: 3px;
        background: #f0f1f3;
    }

    .portfolio .nav .nav-tabs-style-2 .nav-filter.active {
        color: #ffffff;
        background: -moz-linear-gradient(150deg, #22b574 0%, #22b574 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #22b574), color-stop(100%, #22b574));
        background: -webkit-linear-gradient(150deg, #22b574 0%, #22b574 100%);
        background: -o-linear-gradient(150deg, #22b574 0%, #22b574 100%);
        background: -ms-linear-gradient(150deg, #22b574 0%, #22b574 100%);
        background: linear-gradient(150deg, #22b574 0%, #22b574 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*nav-tabs-style-3*/
    .portfolio .nav .nav-tabs-style-3 {
        border: solid 2px rgba(0, 0, 0, 0.1);
        display: inline-block;
        width: auto;
        border-radius: 40px;
    }

    .portfolio .nav .nav-tabs-style-3 .nav-filter {
        margin-right: 10px;
        padding: 12px 20px;
        font-size: 0.8125rem;
        border-radius: 3px;
        background: transparent;
        margin-bottom: 0;
    }

    .portfolio .nav .nav-tabs-style-3 .nav-filter.active {
        border-radius: 40px;
        color: #ffffff;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*nav-tabs-style-4*/
    .portfolio .nav .nav-tabs-style-4 {
        background: #343a40;
        padding: 5px;
        display: inline-block;
        width: auto;
        border-radius: 40px;
    }

    .portfolio .nav .nav-tabs-style-4 .nav-filter {
        color: #ffffff;
        margin-right: 10px;
        padding: 12px 20px;
        font-size: 0.8125rem;
        border-radius: 3px;
        background: transparent;
        margin-bottom: 0;
    }

    .portfolio .nav .nav-tabs-style-4 .nav-filter.active {
        border-radius: 40px;
        color: #ffffff;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*===============================
			 INDEX PORTFOLIO
=================================*/
    .personal-portfolio .portfolio-info {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .personal-portfolio .portfolio {
        margin-left: -10px;
        margin-right: -10px;
    }

    .personal-portfolio .personal-portfolio-main {
        padding: 0 6rem;
    }

    .personal-portfolio .personal-portfolio-profile {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        bottom: 0;
    }

    .personal-portfolio .portfolio .nav .nav-tabs .nav-filter:first-child {
        padding-left: 0;
    }

    @media (max-width: 1199.98px) {
        .items-6 .portfolio-card, .items-5 .portfolio-card {
            width: 25%;
        }

        /*home personal portfolio*/
        .personal-portfolio .personal-portfolio-main {
            padding: 0 2rem;
        }

        .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card {
            width: 50%;
        }
    }
    @media (max-width: 991.98px) {
        .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
            padding: 20px;
        }

        .portfolio-card .portfolio-card-footer .info-title a {
            font-size: 1.09375rem;
        }

        .portfolio-card:hover .portfolio-card-footer p {
            margin-bottom: 0;
        }

        .portfolio-card:hover .portfolio-card-footer .info-title {
            bottom: 30px;
        }

        .personal-portfolio .personal-portfolio-main {
            padding: 0rem;
        }
    }
    @media (max-width: 767.98px) {
        .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card {
            width: 50%;
        }

        .items-6 .portfolio-card {
            width: 33.333333%;
        }

        .personal-portfolio .personal-portfolio-profile {
            position: relative;
        }

        .personal-portfolio .portfolio-info {
            position: relative;
            padding-top: 300px !important;
        }

        .portfolio .nav .nav-tabs-style-3 {
            border: none;
        }

        .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
            padding: 20px;
        }
    }
    @media (max-width: 575.98px) {
        .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card, .items-6 .portfolio-card {
            width: 100%;
        }

        .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card, .personal-portfolio .items-6 .portfolio-card {
            width: 100%;
        }

        .portfolio-card .portfolio-card-footer .info-title a {
            font-size: 1.09375rem;
        }

        .portfolio-card:hover .portfolio-card-footer .info-title {
            bottom: 50px;
        }

        .portfolio-card:hover .portfolio-card-footer p {
            margin-bottom: 20px;
        }

        .personal-portfolio .items-padding-inside .portfolio-card {
            padding-left: 0;
            padding-right: 0;
        }

        .personal-portfolio .portfolio {
            margin: 0px;
        }
    }


    .portfolio .Classidied-box {
        margin-bottom: 0;
    }


    .RandomCat h5 {
        font-size: 16px;
    }

    .cat-list-wrap ul {
        margin: 0;
        padding: 0;
    }

    .cat-list-wrap ul li {
        margin: 0;
        padding: 3px 0;
        display: inline-block;
        width: 100%;
    }

    .cat-list-wrap ul li a span {
        margin: 0;
        padding: 0;
        float: right;
    }

    .cat-list-wrap ul li a:hover {
        font-weight: bold;
        color: #222;
    }


    .cat-list h3 {
        color: #16A085;
        position: relative;
    }

    .cat-list h3, .title-3 {
        font-weight: bold;
        text-transform: uppercase;
        background: #f5f8fb;
        padding: 5px 15px;
    }

    .cat-list h3 a {
        position: relative;
    }

    .cat-title a {
        display: inline-block;
        padding-left: 0;
        padding-top: 0;
        position: relative;
        font-size: 15px;
    }

    @media (min-width: 768px) {
        .btn-cat-collapsed {
            position: absolute;
            right: 0;
            text-indent: -9999px;
            opacity: 0;
        }
    }

    .cat-title i {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ln-shadow {
        background-color: #16A085;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 28px;
        height: 42px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        width: 42px;
        text-shadow: 0px 0px #138a72;
    }

    .cat-list h3 .count {
        clear: both;
        color: #777;
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0;
        text-align: left;
        vertical-align: baseline;
        white-space: nowrap;
    }

    .cat-list ul {
        margin: 0;
        padding: 0;
    }

    .cat-list ul li {
        margin: 0;
        padding: 0;
        list-style: inside;
        width: 100%;
    }

    .cat-list ul li a {
        color: #575757;
        font-size: 12px;
    }

    .cat-list {
        margin: 0 0 20px 0;
    }

    .cat-list ul li a:hover {
        color: #22b574;
    }


    .inner-box ul {
        margin: 0;
        padding: 0;
    }

    .inner-box ul li {
        margin: 0;
        padding: 0;
        list-style: inside;
        width: 100%;
    }

    .inner-box ul li a {
        color: #575757;
        font-size: 12px;
    }

    .inner-box {
        margin: 0 0 20px 0;
    }

    .inner-box ul li a:hover {
        color: #22b574;
    }


    .inner-box.category-content {
        padding-bottom: 0;
    }

    .page-content .inner-box {
        overflow: auto;
        padding: 20px;
    }

    .inner-box {
        background: #ffffff;
        border-radius: 3px 3px;
        box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
        margin-bottom: 30px;
        padding: 20px 15px;
    }


    /*===============================
      INNERPAGE BANNER
=================================*/
    .innerpage-banner {
        position: relative;
    }

    .innerpage-banner h1 {
        font-size: 2.1875rem;
        font-weight: 600;
        padding: 0 0 12px 0;
    }

    .innerpage-banner h6 {
        margin-bottom: 0;
    }

    .innerpage-banner .breadcrumb {
        position: absolute;
    }

    .innerpage-banner.center {
        text-align: center;
    }

    .innerpage-banner.center h6 {
        margin-bottom: 50px;
    }

    .innerpage-banner.center .breadcrumb {
        left: 0px;
        top: 100%;
        right: 0;
        display: block;
    }

    .innerpage-banner.right {
        text-align: right;
    }

    .innerpage-banner.right .breadcrumb {
        left: 15px;
        top: 50%;
        width: auto;
        margin-top: -10px;
    }

    .innerpage-banner.left {
        text-align: left;
    }

    .innerpage-banner.left .breadcrumb {
        right: 15px;
        top: 50%;
        width: auto;
        margin-top: -10px;
    }

    .breadcrumb {
        background: transparent;
        padding: 0;
    }

    .breadcrumb .breadcrumb-item {
        display: inline-block;
    }

    .breadcrumb .breadcrumb-item a i {
        font-size: 12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .breadcrumb .breadcrumb-item a:hover i {
        color: #22b574;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
        content: "\f111" !important;
        padding: 0 12px 0 0px !important;
        font-family: "Font Awesome 5 Free";
        font-size: 7px;
        vertical-align: middle;
        color: #ffffff !important;
    }

    .innerpage-banner {
        padding-bottom: 6rem !important;
    }

    .innerpage-banner {
        padding-top: 6rem !important;
    }

    .all-text-white *, .text-all-white * {
        color: #ffffff;
    }

    .bg-overlay-dark-7:before {
        background: rgba(161, 105, 56, 0.7);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .bg-overlay-dark-7 {
        position: relative;
        z-index: 1;
    }


    /*accordion*/
    .accordion {
        margin-bottom: 30px;
    }

    .accordion-item {
        margin-bottom: 15px;
    }

    .accordion-title {
        background-color: #f0f1f3;
    }

    .accordion-title a {
        position: relative;
        display: block;
        padding: 15px 40px 15px 15px;
        color: #343a40;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }

    .accordion-title a:after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        line-height: 1.8;
        font-weight: bolder;
        font-size: 10px;
        right: 8px;
        padding: 15px;
        color: #343a40;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accordion-title a.collapsed:after {
        content: "\f067";
    }

    .accordion-content {
        padding: 16px 16px 0;
    }

    /*accordion primary color*/
    .accordion-primary .accordion-title {
        background: #a16938;
    }

    .accordion-primary .accordion-title a {
        color: #ffffff;
    }

    .accordion-primary .accordion-title a:after {
        color: #ffffff;
    }

    /*accordion dark*/
    .accordion-dark .accordion-title {
        background: #343a40;
    }

    .accordion-dark .accordion-title a {
        color: #ffffff;
    }

    .accordion-dark .accordion-title a:after {
        color: #ffffff;
    }

    /*accordion gradient color*/
    .accordion-grad .accordion-title a {
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    .accordion-grad .accordion-title a {
        color: #ffffff;
    }

    .accordion-grad .accordion-title a:after {
        color: #ffffff;
    }

    .accordion-grad .accordion-title a.collapsed {
        background: #f0f1f3;
        color: #343a40;
    }

    .accordion-grad .accordion-title a.collapsed:after {
        color: #343a40;
    }

    /*accordion line*/
    .accordion-line .accordion-item {
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
    }

    .accordion-line .accordion-item:first-child {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
    }

    .accordion-line .accordion-content {
        padding: 0px 16px 16px 0;
    }

    .accordion-line .accordion-title {
        background: transparent;
    }

    .accordion-line .accordion-title a {
        color: #343a40;
        padding-left: 0;
    }

    /*toggle icon left*/
    .accordion.toggle-icon-left .accordion-title a {
        padding-left: 40px;
        padding-right: 15px;
    }

    .accordion.toggle-icon-left .accordion-title a:after {
        left: 0;
        right: auto;
    }

    .accordion.toggle-icon-round .accordion-title a:after {
        background: #a16938;
        color: #ffffff;
        padding: 10px;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        line-height: 7px;
        text-align: center;
    }

    .accordion.toggle-icon-round .accordion-title a.collapsed:after {
        background: #f0f1f3;
        color: #343a40;
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem !important;
    }

    h5.mb-3 {
        font-size: 18px;
    }


    /*pattern overlay*/
    .pattern-overlay-1 {
        position: relative;
        z-index: 1;
    }

    .pattern-overlay-1::before {
        content: "";
        background: url(../images/bg/pattern/01.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .pattern-overlay-1-dark {
        position: relative;
        z-index: 1;
    }

    .pattern-overlay-1-dark::before {
        content: "";
        background: url(../images/bg/pattern/01-dark.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .pattern-overlay-2 {
        position: relative;
        z-index: 1;
    }

    .pattern-overlay-2::before {
        content: "";
        background: url(../images/bg/pattern/02.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .pattern-overlay-3 {
        position: relative;
        z-index: 1;
    }

    .pattern-overlay-3::before {
        content: "";
        background: url(../images/bg/pattern/03.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .pattern-overlay-4 {
        position: relative;
        z-index: 1;
    }

    .pattern-overlay-4::before {
        content: "";
        background: url(../images/bg/pattern/04.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    /*SVG fill colors*/
    .fill-grad-start {
        stop-color: #a16938;
    }

    .fill-grad-end {
        stop-color: #a16938;
    }

    .fill-white {
        fill: #ffffff;
    }

    .fill-light {
        fill: #f7f8f9;
    }

    .fill-dark {
        fill: #343a40;
    }

    /* animated headlines*/
    .cd-words-wrapper {
        display: inline-block;
        position: relative;
        text-align: left;
    }

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

    .cd-words-wrapper b.is-visible {
        position: relative;
    }

    .no-js .cd-words-wrapper b {
        opacity: 0;
    }

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }


    /* --------------------------------

xrotate-1

-------------------------------- */
    .cd-headline.rotate-1 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }

    .cd-headline.rotate-1 b {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: cd-rotate-1-in 1.2s;
        -moz-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s;
    }

    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        -moz-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s;
    }

    @-webkit-keyframes cd-rotate-1-in {
        0% {
            -webkit-transform: rotateX(180deg);
            opacity: 0;
        }
        35% {
            -webkit-transform: rotateX(120deg);
            opacity: 0;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(360deg);
            opacity: 1;
        }
    }
    @-moz-keyframes cd-rotate-1-in {
        0% {
            -moz-transform: rotateX(180deg);
            opacity: 0;
        }
        35% {
            -moz-transform: rotateX(120deg);
            opacity: 0;
        }
        65% {
            opacity: 0;
        }
        100% {
            -moz-transform: rotateX(360deg);
            opacity: 1;
        }
    }
    @keyframes cd-rotate-1-in {
        0% {
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
            opacity: 0;
        }
        35% {
            -webkit-transform: rotateX(120deg);
            -moz-transform: rotateX(120deg);
            -ms-transform: rotateX(120deg);
            -o-transform: rotateX(120deg);
            transform: rotateX(120deg);
            opacity: 0;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(360deg);
            -moz-transform: rotateX(360deg);
            -ms-transform: rotateX(360deg);
            -o-transform: rotateX(360deg);
            transform: rotateX(360deg);
            opacity: 1;
        }
    }
    @-webkit-keyframes cd-rotate-1-out {
        0% {
            -webkit-transform: rotateX(0deg);
            opacity: 1;
        }
        35% {
            -webkit-transform: rotateX(-40deg);
            opacity: 1;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(180deg);
            opacity: 0;
        }
    }
    @-moz-keyframes cd-rotate-1-out {
        0% {
            -moz-transform: rotateX(0deg);
            opacity: 1;
        }
        35% {
            -moz-transform: rotateX(-40deg);
            opacity: 1;
        }
        65% {
            opacity: 0;
        }
        100% {
            -moz-transform: rotateX(180deg);
            opacity: 0;
        }
    }
    @keyframes cd-rotate-1-out {
        0% {
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
            opacity: 1;
        }
        35% {
            -webkit-transform: rotateX(-40deg);
            -moz-transform: rotateX(-40deg);
            -ms-transform: rotateX(-40deg);
            -o-transform: rotateX(-40deg);
            transform: rotateX(-40deg);
            opacity: 1;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
            opacity: 0;
        }
    }
    /* --------------------------------

xtype

-------------------------------- */
    .cd-headline.type .cd-words-wrapper {
        vertical-align: top;
        overflow: hidden;
    }

    .cd-headline.type .cd-words-wrapper::after {
        /* vertical bar */
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 90%;
        width: 1px;
        background-color: #aebcb9;
    }

    .cd-headline.type .cd-words-wrapper.waiting::after {
        -webkit-animation: cd-pulse 1s infinite;
        -moz-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite;
    }

    .cd-headline.type .cd-words-wrapper.selected {
        background-color: #aebcb9;
    }

    .cd-headline.type .cd-words-wrapper.selected::after {
        visibility: hidden;
    }

    .cd-headline.type .cd-words-wrapper.selected b {
        color: #0d0d0d;
    }

    .cd-headline.type b {
        visibility: hidden;
    }

    .cd-headline.type b.is-visible {
        visibility: visible;
    }

    .cd-headline.type i {
        position: absolute;
        visibility: hidden;
    }

    .cd-headline.type i.in {
        position: relative;
        visibility: visible;
    }

    @-webkit-keyframes cd-pulse {
        0% {
            -webkit-transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    @-moz-keyframes cd-pulse {
        0% {
            -moz-transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -moz-transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -moz-transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    @keyframes cd-pulse {
        0% {
            -webkit-transform: translateY(-50%) scale(1);
            -moz-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
            -o-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(-50%) scale(0.9);
            -moz-transform: translateY(-50%) scale(0.9);
            -ms-transform: translateY(-50%) scale(0.9);
            -o-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-50%) scale(0);
            -moz-transform: translateY(-50%) scale(0);
            -ms-transform: translateY(-50%) scale(0);
            -o-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    /* --------------------------------

xrotate-2

-------------------------------- */
    .cd-headline.rotate-2 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }

    .cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-headline.rotate-2 b {
        opacity: 0;
    }

    .cd-headline.rotate-2 i {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
        opacity: 0;
    }

    .is-visible .cd-headline.rotate-2 i {
        opacity: 1;
    }

    .cd-headline.rotate-2 i.in {
        -webkit-animation: cd-rotate-2-in 0.4s forwards;
        -moz-animation: cd-rotate-2-in 0.4s forwards;
        animation: cd-rotate-2-in 0.4s forwards;
    }

    .cd-headline.rotate-2 i.out {
        -webkit-animation: cd-rotate-2-out 0.4s forwards;
        -moz-animation: cd-rotate-2-out 0.4s forwards;
        animation: cd-rotate-2-out 0.4s forwards;
    }

    .cd-headline.rotate-2 em {
        -webkit-transform: translateZ(20px);
        -moz-transform: translateZ(20px);
        -ms-transform: translateZ(20px);
        -o-transform: translateZ(20px);
        transform: translateZ(20px);
    }

    .no-csstransitions .cd-headline.rotate-2 i {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 0;
    }

    .no-csstransitions .cd-headline.rotate-2 i em {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .no-csstransitions .cd-headline.rotate-2 .is-visible i {
        opacity: 1;
    }

    @-webkit-keyframes cd-rotate-2-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(90deg);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(-10deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0deg);
        }
    }
    @-moz-keyframes cd-rotate-2-in {
        0% {
            opacity: 0;
            -moz-transform: translateZ(-20px) rotateX(90deg);
        }
        60% {
            opacity: 1;
            -moz-transform: translateZ(-20px) rotateX(-10deg);
        }
        100% {
            opacity: 1;
            -moz-transform: translateZ(-20px) rotateX(0deg);
        }
    }
    @keyframes cd-rotate-2-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(90deg);
            -moz-transform: translateZ(-20px) rotateX(90deg);
            -ms-transform: translateZ(-20px) rotateX(90deg);
            -o-transform: translateZ(-20px) rotateX(90deg);
            transform: translateZ(-20px) rotateX(90deg);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(-10deg);
            -moz-transform: translateZ(-20px) rotateX(-10deg);
            -ms-transform: translateZ(-20px) rotateX(-10deg);
            -o-transform: translateZ(-20px) rotateX(-10deg);
            transform: translateZ(-20px) rotateX(-10deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0deg);
            -moz-transform: translateZ(-20px) rotateX(0deg);
            -ms-transform: translateZ(-20px) rotateX(0deg);
            -o-transform: translateZ(-20px) rotateX(0deg);
            transform: translateZ(-20px) rotateX(0deg);
        }
    }
    @-webkit-keyframes cd-rotate-2-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-100deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-90deg);
        }
    }
    @-moz-keyframes cd-rotate-2-out {
        0% {
            opacity: 1;
            -moz-transform: translateZ(-20px) rotateX(0);
        }
        60% {
            opacity: 0;
            -moz-transform: translateZ(-20px) rotateX(-100deg);
        }
        100% {
            opacity: 0;
            -moz-transform: translateZ(-20px) rotateX(-90deg);
        }
    }
    @keyframes cd-rotate-2-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0);
            -moz-transform: translateZ(-20px) rotateX(0);
            -ms-transform: translateZ(-20px) rotateX(0);
            -o-transform: translateZ(-20px) rotateX(0);
            transform: translateZ(-20px) rotateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-100deg);
            -moz-transform: translateZ(-20px) rotateX(-100deg);
            -ms-transform: translateZ(-20px) rotateX(-100deg);
            -o-transform: translateZ(-20px) rotateX(-100deg);
            transform: translateZ(-20px) rotateX(-100deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-90deg);
            -moz-transform: translateZ(-20px) rotateX(-90deg);
            -ms-transform: translateZ(-20px) rotateX(-90deg);
            -o-transform: translateZ(-20px) rotateX(-90deg);
            transform: translateZ(-20px) rotateX(-90deg);
        }
    }
    /* --------------------------------

xloading-bar

-------------------------------- */
    .cd-headline.loading-bar span {
        display: inline-block;
        padding: .2em 0;
    }

    .cd-headline.loading-bar .cd-words-wrapper {
        overflow: hidden;
        vertical-align: top;
    }

    .cd-headline.loading-bar .cd-words-wrapper::after {
        /* loading bar */
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background: #a16938;
        z-index: 2;
        -webkit-transition: width 0.3s -0.1s;
        -moz-transition: width 0.3s -0.1s;
        transition: width 0.3s -0.1s;
    }

    .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
        width: 100%;
        -webkit-transition: width 3s;
        -moz-transition: width 3s;
        transition: width 3s;
    }

    .cd-headline.loading-bar b {
        top: .2em;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .cd-headline.loading-bar b.is-visible {
        opacity: 1;
        top: 0;
    }

    /* --------------------------------

xslide

-------------------------------- */
    .cd-headline.slide span {
        display: inline-block;
        padding: .2em 0;
    }

    .cd-headline.slide .cd-words-wrapper {
        overflow: hidden;
        vertical-align: top;
    }

    .cd-headline.slide b {
        opacity: 0;
        top: .2em;
    }

    .cd-headline.slide b.is-visible {
        top: 0;
        opacity: 1;
        -webkit-animation: slide-in 0.6s;
        -moz-animation: slide-in 0.6s;
        animation: slide-in 0.6s;
    }

    .cd-headline.slide b.is-hidden {
        -webkit-animation: slide-out 0.6s;
        -moz-animation: slide-out 0.6s;
        animation: slide-out 0.6s;
    }

    @-webkit-keyframes slide-in {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateY(20%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @-moz-keyframes slide-in {
        0% {
            opacity: 0;
            -moz-transform: translateY(-100%);
        }
        60% {
            opacity: 1;
            -moz-transform: translateY(20%);
        }
        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }
    @keyframes slide-in {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateY(20%);
            -moz-transform: translateY(20%);
            -ms-transform: translateY(20%);
            -o-transform: translateY(20%);
            transform: translateY(20%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @-webkit-keyframes slide-out {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateY(120%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(100%);
        }
    }
    @-moz-keyframes slide-out {
        0% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
        60% {
            opacity: 0;
            -moz-transform: translateY(120%);
        }
        100% {
            opacity: 0;
            -moz-transform: translateY(100%);
        }
    }
    @keyframes slide-out {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateY(120%);
            -moz-transform: translateY(120%);
            -ms-transform: translateY(120%);
            -o-transform: translateY(120%);
            transform: translateY(120%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    /* --------------------------------

xclip

-------------------------------- */
    .cd-headline.clip span {
        display: inline-block;
        padding: .2em 0;
    }

    .cd-headline.clip .cd-words-wrapper {
        overflow: hidden;
        vertical-align: top;
    }

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #a16938;
    }

    .cd-headline.clip b {
        opacity: 0;
    }

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

    /* --------------------------------

xzoom

-------------------------------- */
    .cd-headline.zoom .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }

    .cd-headline.zoom b {
        opacity: 0;
    }

    .cd-headline.zoom b.is-visible {
        opacity: 1;
        -webkit-animation: zoom-in 0.8s;
        -moz-animation: zoom-in 0.8s;
        animation: zoom-in 0.8s;
    }

    .cd-headline.zoom b.is-hidden {
        -webkit-animation: zoom-out 0.8s;
        -moz-animation: zoom-out 0.8s;
        animation: zoom-out 0.8s;
    }

    @-webkit-keyframes zoom-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
        }
    }
    @-moz-keyframes zoom-in {
        0% {
            opacity: 0;
            -moz-transform: translateZ(100px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateZ(0);
        }
    }
    @keyframes zoom-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
            -moz-transform: translateZ(100px);
            -ms-transform: translateZ(100px);
            -o-transform: translateZ(100px);
            transform: translateZ(100px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }
    }
    @-webkit-keyframes zoom-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
        }
    }
    @-moz-keyframes zoom-out {
        0% {
            opacity: 1;
            -moz-transform: translateZ(0);
        }
        100% {
            opacity: 0;
            -moz-transform: translateZ(-100px);
        }
    }
    @keyframes zoom-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
            -moz-transform: translateZ(-100px);
            -ms-transform: translateZ(-100px);
            -o-transform: translateZ(-100px);
            transform: translateZ(-100px);
        }
    }
    /* --------------------------------

xrotate-3

-------------------------------- */
    .cd-headline.rotate-3 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }

    .cd-headline.rotate-3 b {
        opacity: 0;
    }

    .cd-headline.rotate-3 i {
        display: inline-block;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .is-visible .cd-headline.rotate-3 i {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .cd-headline.rotate-3 i.in {
        -webkit-animation: cd-rotate-3-in 0.6s forwards;
        -moz-animation: cd-rotate-3-in 0.6s forwards;
        animation: cd-rotate-3-in 0.6s forwards;
    }

    .cd-headline.rotate-3 i.out {
        -webkit-animation: cd-rotate-3-out 0.6s forwards;
        -moz-animation: cd-rotate-3-out 0.6s forwards;
        animation: cd-rotate-3-out 0.6s forwards;
    }

    .no-csstransitions .cd-headline.rotate-3 i {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 0;
    }

    .no-csstransitions .cd-headline.rotate-3 .is-visible i {
        opacity: 1;
    }

    @-webkit-keyframes cd-rotate-3-in {
        0% {
            -webkit-transform: rotateY(180deg);
        }
        100% {
            -webkit-transform: rotateY(0deg);
        }
    }
    @-moz-keyframes cd-rotate-3-in {
        0% {
            -moz-transform: rotateY(180deg);
        }
        100% {
            -moz-transform: rotateY(0deg);
        }
    }
    @keyframes cd-rotate-3-in {
        0% {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }
        100% {
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
    }
    @-webkit-keyframes cd-rotate-3-out {
        0% {
            -webkit-transform: rotateY(0);
        }
        100% {
            -webkit-transform: rotateY(-180deg);
        }
    }
    @-moz-keyframes cd-rotate-3-out {
        0% {
            -moz-transform: rotateY(0);
        }
        100% {
            -moz-transform: rotateY(-180deg);
        }
    }
    @keyframes cd-rotate-3-out {
        0% {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0);
            transform: rotateY(0);
        }
        100% {
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            -ms-transform: rotateY(-180deg);
            -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }
    }
    /* --------------------------------

xscale

-------------------------------- */
    .cd-headline.scale b {
        opacity: 0;
    }

    .cd-headline.scale i {
        display: inline-block;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .is-visible .cd-headline.scale i {
        opacity: 1;
    }

    .cd-headline.scale i.in {
        -webkit-animation: scale-up 0.6s forwards;
        -moz-animation: scale-up 0.6s forwards;
        animation: scale-up 0.6s forwards;
    }

    .cd-headline.scale i.out {
        -webkit-animation: scale-down 0.6s forwards;
        -moz-animation: scale-down 0.6s forwards;
        animation: scale-down 0.6s forwards;
    }

    .no-csstransitions .cd-headline.scale i {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    .no-csstransitions .cd-headline.scale .is-visible i {
        opacity: 1;
    }

    @-webkit-keyframes scale-up {
        0% {
            -webkit-transform: scale(0);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale(1.2);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            opacity: 1;
        }
    }
    @-moz-keyframes scale-up {
        0% {
            -moz-transform: scale(0);
            opacity: 0;
        }
        60% {
            -moz-transform: scale(1.2);
            opacity: 1;
        }
        100% {
            -moz-transform: scale(1);
            opacity: 1;
        }
    }
    @keyframes scale-up {
        0% {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    @-webkit-keyframes scale-down {
        0% {
            -webkit-transform: scale(1);
            opacity: 1;
        }
        60% {
            -webkit-transform: scale(0);
            opacity: 0;
        }
    }
    @-moz-keyframes scale-down {
        0% {
            -moz-transform: scale(1);
            opacity: 1;
        }
        60% {
            -moz-transform: scale(0);
            opacity: 0;
        }
    }
    @keyframes scale-down {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        60% {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
    }
    /* --------------------------------

xpush

-------------------------------- */
    .cd-headline.push b {
        opacity: 0;
    }

    .cd-headline.push b.is-visible {
        opacity: 1;
        -webkit-animation: push-in 0.6s;
        -moz-animation: push-in 0.6s;
        animation: push-in 0.6s;
    }

    .cd-headline.push b.is-hidden {
        -webkit-animation: push-out 0.6s;
        -moz-animation: push-out 0.6s;
        animation: push-out 0.6s;
    }

    @-webkit-keyframes push-in {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateX(10%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    @-moz-keyframes push-in {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100%);
        }
        60% {
            opacity: 1;
            -moz-transform: translateX(10%);
        }
        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }
    @keyframes push-in {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateX(10%);
            -moz-transform: translateX(10%);
            -ms-transform: translateX(10%);
            -o-transform: translateX(10%);
            transform: translateX(10%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @-webkit-keyframes push-out {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateX(110%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(100%);
        }
    }
    @-moz-keyframes push-out {
        0% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
        60% {
            opacity: 0;
            -moz-transform: translateX(110%);
        }
        100% {
            opacity: 0;
            -moz-transform: translateX(100%);
        }
    }
    @keyframes push-out {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateX(110%);
            -moz-transform: translateX(110%);
            -ms-transform: translateX(110%);
            -o-transform: translateX(110%);
            transform: translateX(110%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%);
        }
    }
    .cd-words-wrapper i, .cd-words-wrapper em, .cd-words-wrapper b {
        font-style: normal;
        font-weight: inherit;
    }

    /*New CSS*/
    .cd-headline.big-clip .cd-words-wrapper::after {
        width: 6px;
        height: 70%;
        background-color: #a16938;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .clip-dark.cd-headline.big-clip .cd-words-wrapper::after {
        background-color: #343a40;
    }

    /*blockquote*/
    .blockquote {
        position: relative;
        padding-left: 70px;
        margin-bottom: 20px;
    }

    .blockquote:before {
        content: '"';
        font-family: "arial";
        display: inline-block;
        position: absolute;
        top: -5px;
        left: 0;
        font-size: 100px;
        line-height: 0.9em;
        font-weight: 600;
        color: #a16938;
        font-size: 120px;
    }

    .blockquote cite {
        font-size: 0.875rem;
    }

    /*bg-primary*/
    .blockquote.bg-primary {
        background: #a16938;
        color: #ffffff;
        padding: 20px 20px 20px 90px;
    }

    .blockquote.bg-primary * {
        color: #ffffff;
    }

    .blockquote.bg-primary:before {
        color: #ffffff !important;
        top: 20px;
        left: 20px;
    }

    /*bg-dark*/
    .blockquote.bg-dark {
        padding: 20px 20px 20px 90px;
    }

    .blockquote.bg-dark * {
        color: #ffffff;
    }

    .blockquote.bg-dark:before {
        top: 20px;
        left: 20px;
    }

    /*bg-grad*/
    .blockquote.bg-grad {
        padding: 20px 20px 20px 90px;
    }

    .blockquote.bg-grad * {
        color: #ffffff;
    }

    .blockquote.bg-grad:before {
        color: #ffffff !important;
        top: 20px;
        left: 20px;
    }

    /*bg-light*/
    .blockquote.bg-light {
        padding: 20px 20px 20px 90px;
    }

    .blockquote.bg-light:before {
        top: 20px;
        left: 20px;
    }

    /*primary-line*/
    .blockquote.primary-line {
        padding: 10px 20px;
        border-left: 5px solid #a16938;
    }

    .blockquote.primary-line:before {
        display: none;
    }

    /*gray-line*/
    .blockquote.gray-line {
        padding: 10px 20px;
        border-left: 5px solid #f0f1f3;
    }

    .blockquote.gray-line:before {
        display: none;
    }

    /*grad-line*/
    .blockquote.grad-line {
        padding: 10px 20px;
    }

    .blockquote.grad-line:before {
        display: none;
    }

    .blockquote.grad-line:after {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 100%;
        top: 0px;
        left: 0;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    h5.mb-4 {
        font-size: 18px;
    }

    h5.mb-5 {
        font-size: 18px;
    }

    .btn i {
        margin-right: 0px;
    }


    /*
======================================
Banner1 Area CSS
======================================
*/
    .btn-round {
        height: 46px;
        width: 46px;
        line-height: 46px;
        border-radius: 50%;
        padding: 0;
        text-align: center;
    }

    .bg-primary {
        background-color: #a16938 !important;
    }

    .parallax-bg {
        background: none 65% 0% / cover no-repeat;
        z-index: 0;
    }

    .height-700 {
        height: 700px;
    }

    .position-relative {
        position: relative !important;
    }

    .height-900-responsive {
        height: 700px;
    }

    .pattern-overlay-1 {
        position: relative;
        z-index: 1;
    }

    .pattern-overlay-1::before {
        content: "";
        background: url(../images/01.html);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .position-relative {
        position: relative !important;
    }

    .overflow-hidden {
        overflow: hidden !important;
    }

    .top-0 {
        top: 0;
    }

    .right-0 {
        right: 0;
    }

    .p-0 {
        padding: 0 !important;
    }

    .position-absolute {
        position: absolute !important;
    }

    .w-100 {
        width: 100% !important;
    }

    figure {
        margin: 0 0 1rem;
    }

    .bg-grad {
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    .all-text-white *, .text-all-white * {
        color: #ffffff;
    }

    .display-4 {
        padding: 20px 0;
    }

    .display-xl-5 {
        font-size: 3.5rem;
        padding: 20px 0;
    }

    .display-8 {
        font-size: 1.2rem;
    }

    .cd-headline.clip span {
        display: inline-block;
        padding: .2em 0;
    }

    .cd-headline.clip .cd-words-wrapper {
        overflow: hidden;
        vertical-align: top;
    }

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #a16938;
    }

    .cd-headline.clip b {
        opacity: 0;
    }

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

    .cd-words-wrapper {
        display: inline-block;
        position: relative;
        text-align: left;
    }

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

    .cd-words-wrapper b.is-visible {
        position: relative;
    }

    .no-js .cd-words-wrapper b {
        opacity: 0;
    }

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

    .pattern-overlay-4 {
        position: relative;
        z-index: 1;
    }

    .pattern-overlay-4::before {
        content: "";
        background: url(../images/04.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .z-index-9 {
        z-index: 9;
        position: relative;
    }

    .mt-lg-n9, .my-lg-n9 {
        margin-top: -153px !important;
    }

    /*Fun begins*/
    .tab_container {
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        position: relative;
    }

    .booking-search .np {
        padding: 0;
    }

    .booking-search section {
        clear: both;
        padding-top: 10px;
        display: none;
    }

    .booking-search .feature-box {
        padding: 0 0 0px 0;
    }

    .booking-search .tab-content {
        margin-bottom: 0px;
    }

    .tab_container > input {
        display: none;
    }

    .tab_container label {
        font-weight: 700;
        font-size: 18px;
        display: block;
        float: left;
        width: 20%;
        padding: 1em;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: rgba(0, 0, 0, 0.4);
    }

    #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 {
        display: block;
        padding: 20px;
        color: #999;
        background: #fff;
    }

    .tab_container .tab-content p, .tab_container .tab-content .row {
        -webkit-animation: fadeInScale 0.7s ease-in-out;
        -moz-animation: fadeInScale 0.7s ease-in-out;
        animation: fadeInScale 0.7s ease-in-out;
    }

    .tab_container .tab-content h3 {
        text-align: center;
    }

    .tab_container [id^="tab"]:checked + label {
        background: rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 3px #22b574;
    }

    .tab_container [id^="tab"]:checked + label i {
        color: #22b574;
    }

    .tab_container [id^="tab"]:checked + label span {
        color: #22b574;
    }

    label .fa {
        font-size: 1.3em;
        margin: 0 0.4em 0 0;
    }

    .booking-search label i {
        padding: 0 8px 0 0;
    }

    /*Media query*/
    @media only screen and (max-width: 930px) {
        label span {
            font-size: 14px;
        }

        label .fa {
            font-size: 14px;
        }
    }
    @media only screen and (max-width: 768px) {
        label span {
            display: none;
        }

        label .fa {
            font-size: 16px;
        }

        .tab_container {
            width: 98%;
        }
    }

    /*Content Animation*/
    @keyframes fadeInScale {
        0% {
            transform: scale(0.9);
            opacity: 0;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    .tab-content .form-group span {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 48px;
        text-align: center;
        pointer-events: none;
        color: #a16938;
    }

    #ui-datepicker-div {
        display: none;
        background-color: #fff;
        box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
        margin-top: 0.25rem;
        border-radius: 0.5rem;
        padding: 0.5rem;
        z-index: 9999 !important;
    }

    .ui-datepicker-calendar thead th {
        padding: 0.25rem 0;
        text-align: center;
        font-size: 0.75rem;
        font-weight: 400;
        color: #78909C;
    }

    .ui-datepicker-calendar tbody td {
        width: 2.5rem;
        text-align: center;
        padding: 0;
    }

    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 0.25rem;
        line-height: 2rem;
        transition: 0.3s all;
        color: #546E7A;
        font-size: 0.875rem;
        text-decoration: none;
    }

    .ui-datepicker-calendar tbody td a:hover {
        background-color: #E0F2F1;
    }

    .ui-datepicker-calendar tbody td a.ui-state-active {
        background-color: #22b574;
        color: white;
    }

    .ui-datepicker-header a.ui-corner-all {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 2rem;
        height: 2rem;
        margin: 0.5rem;
        border-radius: 0.25rem;
        transition: 0.3s all;
    }

    .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

    .ui-datepicker-header a.ui-datepicker-prev {
        left: 0;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
        background-repeat: no-repeat;
        background-size: 0.5rem;
        background-position: 50%;
        transform: rotate(180deg);
    }

    .ui-datepicker-header a.ui-datepicker-next {
        right: 0;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 50%;
    }

    .ui-datepicker-header a > span {
        display: none;
    }

    .ui-datepicker-title {
        text-align: center;
        line-height: 2rem;
        margin-bottom: 0.25rem;
        font-size: 0.875rem;
        font-weight: 500;
        padding-bottom: 0.25rem;
    }

    .ui-datepicker-week-col {
        color: #78909C;
        font-weight: 400;
        font-size: 0.75rem;
    }

    .custom-select {
        display: inline-block;
        width: 100%;
        height: 48px;
        padding: 0 5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #3c3c3c;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .padding8 {
        padding: 0 8px !important;
    }

    .booking-search button {
        font-size: 16px;
        margin: 0;
        font-size: 16px;
        margin: 0;
        display: block;
        width: 100%;
        padding: 9px 0;
    }


    /* ===================================
        COLORS AND OVERLAY
====================================== */
    /* text color */
    .all-text-white *, .text-all-white * {
        color: #ffffff;
    }

    .text-grad {
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        -o-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -o-text-fill-color: transparent;
        text-fill-color: transparent;
        opacity: 1;
        z-index: 9;
    }

    /* icon color */
    .icon-primary i:before {
        color: #a16938;
    }

    .icon-black i:before {
        color: #000000;
    }

    .icon-dark i:before {
        color: #343a40;
    }

    .icon-light-gray i:before {
        color: #8f9397;
    }

    .icon-grad i:before {
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        -o-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -o-text-fill-color: transparent;
        text-fill-color: transparent;
    }

    /* background color */
    .bg-grad {
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    .bg-dark-grad {
        background: -moz-linear-gradient(150deg, #343a40 0%, #626d78 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #343a40), color-stop(100%, #626d78));
        background: -webkit-linear-gradient(150deg, #343a40 0%, #626d78 100%);
        background: -o-linear-gradient(150deg, #343a40 0%, #626d78 100%);
        background: -ms-linear-gradient(150deg, #343a40 0%, #626d78 100%);
        background: linear-gradient(150deg, #343a40 0%, #626d78 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    .bg-transparent {
        background: transparent !important;
    }

    /*Gradient overlay*/
    .bg-grad-overlay {
        position: relative;
        z-index: 1;
    }

    .bg-grad-overlay:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        opacity: 0.7;
    }

    @media (min-width: 768px) {
        .text-md-left {
            text-align: left !important;
        }
    }
    .align-self-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
        padding: 10px 0 !important;
    }


    @media (min-width: 768px) {
        .text-md-right {
            text-align: right !important;
        }
    }
    @media (min-width: 768px) {
        .ml-md-auto, .mx-md-auto {
            margin-left: auto !important;
        }
    }


    @media (min-width: 768px) {
        .d-md-flex {
            display: -ms-flexbox !important;
            display: flex !important;
        }
    }









    /*counter*/
    .counter {
        position: relative;
    }

    .counter .counter-item {
        color: #ffffff;
    }

    .counter .counter-item-icon {
        font-size: 70px;
        margin-bottom: 20px;
        display: block;
    }

    .counter .counter-item-digit {
        font-size: 50px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .counter .counter-item-text {
        font-size: 1.09375rem;
        margin-bottom: 0;
    }

    /*counter medium*/
    .counter-medium .counter-item-icon {
        margin-bottom: 0px;
        font-size: 40px;
    }

    .counter-medium .counter-item-digit {
        margin-bottom: 0px;
        font-size: 40px;
        line-height: 40px;
        margin-top: 20px;
    }

    .counter-medium .counter-item-text {
        font-size: 16px;
    }

    /*counter small*/
    .counter-small .counter-item-icon {
        margin-bottom: 0px;
        font-size: 1.75rem;
    }

    .counter-small .counter-item-digit {
        margin-bottom: 0px;
        font-size: 1.75rem;
        line-height: 36px;
        margin-top: 15px;
    }

    .counter-small .counter-item-text {
        font-size: 0.875rem;
    }

    /*counter light*/
    .counter-light .counter-item-icon, .counter-light .counter-item-text {
        color: #8f9397;
    }

    .counter-light .counter-item-digit {
        color: #343a40;
    }

    /*counter gradient text*/
    .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        -o-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -o-text-fill-color: transparent;
        text-fill-color: transparent;
        opacity: 1;
        z-index: 9999;
    }

    /*counter style-2*/
    .counter-style-2 {
        position: relative;
    }

    .counter-style-2 .counter-item-icon, .counter-style-2 .counter-item-digit {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .counter-style-2 .counter-item-text {
        position: absolute;
        left: 60px;
        top: 30px;
    }

    @media (max-width: 767.98px) {
        .counter {
            padding-bottom: 0 !important;
        }

        .counter .counter-item {
            margin-bottom: 30px;
        }
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
            background: none !important;
            color: #a16938 !important;
        }
    }







    .divider {
        color: #8f9397;
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
        text-align: center;
        line-height: 0em;
    }

    .divider i {
        font-size: 20px;
        margin: 0 20px 0 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .divider span, .divider a {
        margin: 0 20px 0 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .divider:before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        display: inline-block;
        height: 0em;
        margin: 0 0 0 -100%;
        vertical-align: middle;
        width: 50%;
    }

    .divider:after {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        display: inline-block;
        height: 0;
        margin: 0 0 0 -100%;
        vertical-align: middle;
        width: 50%;
        margin: 0 -100% 0 0;
    }

    .divider-grad:before {
        height: 3px;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    .divider-grad:after {
        height: 3px;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    .divider-dark:before, .divider-dark:after {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .divider-dotted:before, .divider-dotted:after {
        border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
    }

    .divider-bold:before, .divider-bold:after {
        border-bottom-width: 5px;
    }

    .divider-small {
        width: 10%;
        margin: 5px auto;
    }

    .divider-medium {
        width: 20%;
        margin: 10px auto;
    }

    .divider-large {
        width: 60%;
        margin: 10px auto;
    }

    @media (max-width: 991.98px) {
        .innerpage-banner.left .breadcrumb {
            top: 100%;
            margin: 0;
            left: 15px;
        }
    }












    /*feature-box */
    .feature-box {
        padding: 0 0 20px 0;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .feature-box .feature-box-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .feature-box .feature-box-icon {
        font-size: 50px;
        padding: 20px 0;
        line-height: 24px;
    }

    .feature-box .feature-box-desc {
        margin: 0;
    }

    /*feature box style 1*/
    .feature-box.f-style-1 {
        padding: 20px;
    }

    .feature-box.f-style-1 .feature-box-icon {
        font-size: 60px;
    }

    .feature-box.f-style-1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 5px;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .feature-box.f-style-1:hover.f-style-1:before, .feature-box.f-style-1.active.f-style-1:before {
        opacity: 1;
        visibility: visible;
    }

    .feature-box.f-style-1.f-style-1:hover, .feature-box.f-style-1.f-style-1.active {
        box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
    }

    /*feature-box style 2*/
    .feature-box.f-style-2 {
        padding: 20px;
        box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
    }

    .feature-box.f-style-2 .feature-box-icon {
        font-size: 72px;
        margin-left: -30px;
        float: left;
        margin-right: 30px;
        padding-top: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .feature-box.f-style-2 .feature-box-title {
        margin-top: 20px;
    }

    .feature-box.f-style-2 a {
        display: block;
    }

    .feature-box.f-style-2 .feature-box-desc {
        clear: both;
    }

    .feature-box.f-style-2:hover {
        box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
    }

    .feature-box.f-style-2:hover .feature-box-icon {
        margin-left: 0px;
        margin-right: 10px;
    }

    /*feature-box style 3*/
    .feature-box.f-style-3 {
        padding: 30px;
        border: solid 2px rgba(0, 0, 0, 0.1);
        border-bottom-width: 5px;
    }

    .feature-box.f-style-3:hover {
        border-color: #22b574;
        box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.1);
    }

    .feature-box.f-style-3 .feature-box-icon {
        font-size: 50px;
        margin-left: 0px;
        float: left;
        margin-right: 30px;
        padding: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .feature-box.f-style-3 .feature-box-title {
        margin-top: 10px;
        padding-left: 80px;
    }

    .feature-box.f-style-3 a {
        display: block;
    }

    .feature-box.f-style-3 .feature-box-desc {
        padding-left: 80px;
    }

    /*feature-box style 4*/
    .feature-box.f-style-4 .feature-box-icon {
        font-size: 50px;
        margin-left: 0px;
        float: left;
        margin-right: 10px;
        padding: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .feature-box.f-style-4 .feature-box-title {
        margin-top: 0px;
        padding-left: 70px;
    }

    .feature-box.f-style-4 a {
        display: block;
    }

    .feature-box.f-style-4 .feature-box-desc {
        padding-left: 70px;
    }

    /*feature-box style 5*/
    .feature-box.f-style-5 {
        padding: 20px;
    }

    .feature-box.f-style-5:hover {
        box-shadow: 0 10px 40px 0 rgba(119, 135, 147, 0.15);
    }

    .feature-box.f-style-5 .feature-box-icon {
        font-size: 30px;
        padding: 20px;
        margin-left: 5px;
        margin-bottom: 20px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        display: inline-block;
    }

    @media (max-width: 991.98px) {
        .feature-box.f-style-2 .feature-box-icon {
            margin-left: 0;
        }

        .feature-box.f-style-2 .feature-box-title {
            clear: both;
        }
    }


    .mt-7, .my-7 {
        margin-top: 6rem !important;
    }


    /* skill */
    .skill-item {
        overflow: hidden;
    }

    .skill-item p {
        margin: 10px 0 8px;
    }

    .skill-item .progress {
        background: #f0f1f3;
        border-radius: 3px;
        box-shadow: none;
        height: 10px;
        margin-bottom: 8px;
        overflow: visible;
    }

    .skill-item .progress-bar {
        background-color: #a16938;
        border-radius: 3px;
        box-shadow: none;
        position: relative;
    }

    .skill-item .skill-percent {
        color: #8f9397;
        font-weight: 600;
        line-height: 24px;
        position: absolute;
        right: 0;
        top: -28px;
        font-size: 12px;
    }

    /*skill gradient*/
    .skill.skill-grad .progress-bar {
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    .skill.skill-dark-grad .progress-bar {
        background: #343a40;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*skill dark*/
    .skill.skill-dark .progress-bar {
        background: #343a40;
    }

    /*skill square*/
    .skill.skill-square .progress-bar, .skill.skill-square .progress {
        border-radius: 0px;
    }

    /*skill percent*/
    .skill.percent-bg .skill-percent {
        background: #343a40;
        padding: 2px 5px;
        border-radius: 2px;
        color: #ffffff;
        line-height: 16px;
        position: absolute;
        right: 0;
        top: -25px;
        font-size: 12px;
    }

    .skill.percent-bg .skill-percent:before {
        border-top-color: #343a40;
        border-width: 5px;
        left: 50%;
        margin-left: -5px;
    }

    .skill.percent-bg .skill-percent:after, .skill.percent-bg .skill-percent:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .skill.percent-bg .skill-percent:after {
        border-top-color: #343a40;
        border-width: 4px;
        left: 50%;
        margin-left: -4px;
    }

    /*percent light*/
    .skill.percent-light .skill-percent {
        background: #f0f1f3;
        color: #8f9397;
    }

    .skill.percent-light .skill-percent:before, .skill.percent-light .skill-percent:after {
        border-top-color: #f0f1f3;
    }

    /*Skill size*/
    .skill.skill-xs .progress {
        height: 3px;
    }

    .skill.skill-sm .progress {
        height: 5px;
    }

    .skill.skill-md .progress {
        height: 10px;
    }

    .skill.skill-lg .progress {
        height: 16px;
    }

    .skill.skill-xl .progress {
        height: 20px;
    }

    /*skill-text-in*/
    .skill.skill-text-in .skill-item {
        position: relative;
        margin-top: 10px;
    }

    .skill.skill-text-in .skill-item .progress {
        height: 24px;
    }

    .skill.skill-text-in .skill-item .progress .skill-percent {
        color: #ffffff;
        padding-right: 5px;
        top: 0px;
    }

    .skill.skill-text-in .skill-item p {
        font-size: 0.8125rem;
        margin: 0;
        position: absolute;
        z-index: 1;
        color: #ffffff;
        top: 2px;
        left: 5px;
    }

    .skill.skill-text-in .progress-bar:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        opacity: 0.1;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%, transparent);
        -webkit-background-size: 22px 22px;
        background-size: 22px 22px;
    }


    /*social icons*/
    .social-icons {
        padding: 0;
        line-height: 0;
    }

    .text-center.social-icons {
        display: inline-block;
    }

    .social-icons .social-icons-item {
        display: inline-block;
        list-style: none;
        line-height: 10px;
        margin: 0 5px 5px 0;
    }

    .social-icons-link {
        display: inline-block;
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 16px;
        text-align: center;
        border-radius: 3px;
        border: 0;
        background: transparent;
        color: #343a40;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    /*dark*/
    .social-icons.dark .social-icons-link {
        background: #343a40;
        color: #ffffff;
    }

    /*light*/
    .social-icons.light .social-icons-link {
        background: #f0f1f3;
        color: #343a40;
    }

    /*round*/
    .social-icons.round .social-icons-link {
        border-radius: 50%;
    }

    /*square*/
    .social-icons.square .social-icons-link {
        border-radius: 0;
    }

    /*border*/
    .social-icons.si-border .social-icons-link {
        border: 1px solid #8f9397;
    }

    /*large*/
    .social-icons.si-large .social-icons-link {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    /*medium*/
    .social-icons.si-medium .social-icons-link {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    /*colored*/
    .social-icons.si-colored-bg .social-icons-link, .social-icons.si-colored-bg-on-hover .social-icons-link:hover {
        color: #ffffff;
        border: 0;
    }

    .social-icons.si-colored-bg .social-facebook .social-icons-link, .social-icons.si-colored-bg-on-hover .social-facebook .social-icons-link:hover {
        background-color: #5d82d1;
    }

    .social-icons.si-colored-bg .social-instagram .social-icons-link, .social-icons.si-colored-bg-on-hover .social-instagram .social-icons-link:hover {
        background-color: #548bb6;
    }

    .social-icons.si-colored-bg .social-twitter .social-icons-link, .social-icons.si-colored-bg-on-hover .social-twitter .social-icons-link:hover {
        background-color: #40bff5;
    }

    .social-icons.si-colored-bg .social-youtube .social-icons-link, .social-icons.si-colored-bg-on-hover .social-youtube .social-icons-link:hover {
        background-color: #ef4e41;
    }

    .social-icons.si-colored-bg .social-gplus .social-icons-link, .social-icons.si-colored-bg-on-hover .social-gplus .social-icons-link:hover {
        background-color: #dd5044;
    }

    .social-icons.si-colored-bg .social-rss .social-icons-link, .social-icons.si-colored-bg-on-hover .social-rss .social-icons-link:hover {
        background-color: #faa33d;
    }

    .social-icons.si-colored-bg .social-vimeo .social-icons-link, .social-icons.si-colored-bg-on-hover .social-vimeo .social-icons-link:hover {
        background-color: #35c6ea;
    }

    .social-icons.si-colored-bg .social-myspace .social-icons-link, .social-icons.si-colored-bg-on-hover .social-myspace .social-icons-link:hover {
        background-color: #008dde;
    }

    .social-icons.si-colored-bg .social-stumbleupon .social-icons-link, .social-icons.si-colored-bg-on-hover .social-stumbleupon .social-icons-link:hover {
        background-color: #ff5c30;
    }

    .social-icons.si-colored-bg .social-lastfm .social-icons-link, .social-icons.si-colored-bg-on-hover .social-lastfm .social-icons-link:hover {
        background-color: #f34320;
    }

    .social-icons.si-colored-bg .social-pinterest .social-icons-link, .social-icons.si-colored-bg-on-hover .social-pinterest .social-icons-link:hover {
        background-color: #e13138;
    }

    .social-icons.si-colored-bg .social-google .social-icons-link, .social-icons.si-colored-bg-on-hover .social-google .social-icons-link:hover {
        background-color: #eb5e4c;
    }

    .social-icons.si-colored-bg .social-evernote .social-icons-link, .social-icons.si-colored-bg-on-hover .social-evernote .social-icons-link:hover {
        background-color: #9acf4f;
    }

    .social-icons.si-colored-bg .social-dribbble .social-icons-link, .social-icons.si-colored-bg-on-hover .social-dribbble .social-icons-link:hover {
        background-color: #f7659c;
    }

    .social-icons.si-colored-bg .social-skype .social-icons-link, .social-icons.si-colored-bg-on-hover .social-skype .social-icons-link:hover {
        background-color: #13c1f3;
    }

    .social-icons.si-colored-bg .social-forrst .social-icons-link, .social-icons.si-colored-bg-on-hover .social-forrst .social-icons-link:hover {
        background-color: #45ad76;
    }

    .social-icons.si-colored-bg .social-linkedin .social-icons-link, .social-icons.si-colored-bg-on-hover .social-linkedin .social-icons-link:hover {
        background-color: #238cc8;
    }

    .social-icons.si-colored-bg .social-wordpress .social-icons-link, .social-icons.si-colored-bg-on-hover .social-wordpress .social-icons-link:hover {
        background-color: #2592c3;
    }

    .social-icons.si-colored-bg .social-grooveshark .social-icons-link, .social-icons.si-colored-bg-on-hover .social-grooveshark .social-icons-link:hover {
        background-color: #ffb21d;
    }

    .social-icons.si-colored-bg .social-delicious .social-icons-link, .social-icons.si-colored-bg-on-hover .social-delicious .social-icons-link:hover {
        background-color: #377bda;
    }

    .social-icons.si-colored-bg .social-behance .social-icons-link, .social-icons.si-colored-bg-on-hover .social-behance .social-icons-link:hover {
        background-color: #1879fd;
    }

    .social-icons.si-colored-bg .social-dropbox .social-icons-link, .social-icons.si-colored-bg-on-hover .social-dropbox .social-icons-link:hover {
        background-color: #17a3eb;
    }

    .social-icons.si-colored-bg .social-soundcloud .social-icons-link, .social-icons.si-colored-bg-on-hover .social-soundcloud .social-icons-link:hover {
        background-color: #ff7e30;
    }

    .social-icons.si-colored-bg .social-deviantart .social-icons-link, .social-icons.si-colored-bg-on-hover .social-deviantart .social-icons-link:hover {
        background-color: #6a8a7b;
    }

    .social-icons.si-colored-bg .social-yahoo .social-icons-link, .social-icons.si-colored-bg-on-hover .social-yahoo .social-icons-link:hover {
        background-color: #ab47ac;
    }

    .social-icons.si-colored-bg .social-flickr .social-icons-link, .social-icons.si-colored-bg-on-hover .social-flickr .social-icons-link:hover {
        background-color: #ff48a3;
    }

    .social-icons.si-colored-bg .social-digg .social-icons-link, .social-icons.si-colored-bg-on-hover .social-digg .social-icons-link:hover {
        background-color: #75788d;
    }

    .social-icons.si-colored-bg .social-blogger .social-icons-link, .social-icons.si-colored-bg-on-hover .social-blogger .social-icons-link:hover {
        background-color: #ff9233;
    }

    .social-icons.si-colored-bg .social-tumblr .social-icons-link, .social-icons.si-colored-bg-on-hover .social-tumblr .social-icons-link:hover {
        background-color: #426d9b;
    }

    .social-icons.si-colored-bg .social-quora .social-icons-link, .social-icons.si-colored-bg-on-hover .social-quora .social-icons-link:hover {
        background-color: #ea3d23;
    }

    .social-icons.si-colored-bg .social-github .social-icons-link, .social-icons.si-colored-bg-on-hover .social-github .social-icons-link:hover {
        background-color: #3f91cb;
    }

    .social-icons.si-colored-bg .social-wikipedia .social-icons-link, .social-icons.si-colored-bg-on-hover .social-wikipedia .social-icons-link:hover {
        background-color: #b3b5b8;
    }

    .social-icons.si-colored-bg .social-amazon .social-icons-link, .social-icons.si-colored-bg-on-hover .social-amazon .social-icons-link:hover {
        background-color: #ff8e2e;
    }

    .social-icons.si-colored-bg .social-xing .social-icons-link, .social-icons.si-colored-bg-on-hover .social-xing .social-icons-link:hover {
        background-color: #1a8e8c;
    }

    .social-icons.si-colored li .social-icons-link, .social-icons.si-colored-on-hover li .social-icons-link:hover {
        color: #ffffff;
        border: 0;
    }

    .social-icons.si-colored .social-facebook .social-icons-link, .social-icons.si-colored-on-hover .social-facebook .social-icons-link:hover {
        color: #5d82d1;
    }

    .social-icons.si-colored .social-instagram .social-icons-link, .social-icons.si-colored-on-hover .social-instagram .social-icons-link:hover {
        color: #548bb6;
    }

    .social-icons.si-colored .social-twitter .social-icons-link, .social-icons.si-colored-on-hover .social-twitter .social-icons-link:hover {
        color: #40bff5;
    }

    .social-icons.si-colored .social-youtube .social-icons-link, .social-icons.si-colored-on-hover .social-youtube .social-icons-link:hover {
        color: #ef4e41;
    }

    .social-icons.si-colored .social-gplus .social-icons-link, .social-icons.si-colored-on-hover .social-gplus .social-icons-link:hover {
        color: #dd5044;
    }

    .social-icons.si-colored .social-rss .social-icons-link, .social-icons.si-colored-on-hover .social-rss .social-icons-link:hover {
        color: #faa33d;
    }

    .social-icons.si-colored .social-vimeo .social-icons-link, .social-icons.si-colored-on-hover .social-vimeo .social-icons-link:hover {
        color: #35c6ea;
    }

    .social-icons.si-colored .social-myspace .social-icons-link, .social-icons.si-colored-on-hover .social-myspace .social-icons-link:hover {
        color: #008dde;
    }

    .social-icons.si-colored .social-stumbleupon .social-icons-link, .social-icons.si-colored-on-hover .social-stumbleupon .social-icons-link:hover {
        color: #ff5c30;
    }

    .social-icons.si-colored .social-lastfm .social-icons-link, .social-icons.si-colored-on-hover .social-lastfm .social-icons-link:hover {
        color: #f34320;
    }

    .social-icons.si-colored .social-pinterest .social-icons-link, .social-icons.si-colored-on-hover .social-pinterest .social-icons-link:hover {
        color: #e13138;
    }

    .social-icons.si-colored .social-google .social-icons-link, .social-icons.si-colored-on-hover .social-google .social-icons-link:hover {
        color: #eb5e4c;
    }

    .social-icons.si-colored .social-evernote .social-icons-link, .social-icons.si-colored-on-hover .social-evernote .social-icons-link:hover {
        color: #9acf4f;
    }

    .social-icons.si-colored .social-dribbble .social-icons-link, .social-icons.si-colored-on-hover .social-dribbble .social-icons-link:hover {
        color: #f7659c;
    }

    .social-icons.si-colored .social-skype .social-icons-link, .social-icons.si-colored-on-hover .social-skype .social-icons-link:hover {
        color: #13c1f3;
    }

    .social-icons.si-colored .social-forrst .social-icons-link, .social-icons.si-colored-on-hover .social-forrst .social-icons-link:hover {
        color: #45ad76;
    }

    .social-icons.si-colored .social-linkedin .social-icons-link, .social-icons.si-colored-on-hover .social-linkedin .social-icons-link:hover {
        color: #238cc8;
    }

    .social-icons.si-colored .social-wordpress .social-icons-link, .social-icons.si-colored-on-hover .social-wordpress .social-icons-link:hover {
        color: #2592c3;
    }

    .social-icons.si-colored .social-grooveshark .social-icons-link, .social-icons.si-colored-on-hover .social-grooveshark .social-icons-link:hover {
        color: #ffb21d;
    }

    .social-icons.si-colored .social-delicious .social-icons-link, .social-icons.si-colored-on-hover .social-delicious .social-icons-link:hover {
        color: #377bda;
    }

    .social-icons.si-colored .social-behance .social-icons-link, .social-icons.si-colored-on-hover .social-behance .social-icons-link:hover {
        color: #1879fd;
    }

    .social-icons.si-colored .social-dropbox .social-icons-link, .social-icons.si-colored-on-hover .social-dropbox .social-icons-link:hover {
        color: #17a3eb;
    }

    .social-icons.si-colored .social-soundcloud .social-icons-link, .social-icons.si-colored-on-hover .social-soundcloud .social-icons-link:hover {
        color: #ff7e30;
    }

    .social-icons.si-colored .social-deviantart .social-icons-link, .social-icons.si-colored-on-hover .social-deviantart .social-icons-link:hover {
        color: #6a8a7b;
    }

    .social-icons.si-colored .social-yahoo .social-icons-link, .social-icons.si-colored-on-hover .social-yahoo .social-icons-link:hover {
        color: #ab47ac;
    }

    .social-icons.si-colored .social-flickr .social-icons-link, .social-icons.si-colored-on-hover .social-flickr .social-icons-link:hover {
        color: #ff48a3;
    }

    .social-icons.si-colored .social-digg .social-icons-link, .social-icons.si-colored-on-hover .social-digg .social-icons-link:hover {
        color: #75788d;
    }

    .social-icons.si-colored .social-blogger .social-icons-link, .social-icons.si-colored-on-hover .social-blogger .social-icons-link:hover {
        color: #ff9233;
    }

    .social-icons.si-colored .social-tumblr .social-icons-link, .social-icons.si-colored-on-hover .social-tumblr .social-icons-link:hover {
        color: #426d9b;
    }

    .social-icons.si-colored .social-quora .social-icons-link, .social-icons.si-colored-on-hover .social-quora .social-icons-link:hover {
        color: #ea3d23;
    }

    .social-icons.si-colored .social-github .social-icons-link, .social-icons.si-colored-on-hover .social-github .social-icons-link:hover {
        color: #3f91cb;
    }

    .social-icons.si-colored .social-wikipedia .social-icons-link, .social-icons.si-colored-on-hover .social-wikipedia .social-icons-link:hover {
        color: #b3b5b8;
    }

    .social-icons.si-colored .social-amazon .social-icons-link, .social-icons.si-colored-on-hover .social-amazon .social-icons-link:hover {
        color: #ff8e2e;
    }

    .social-icons.si-colored .social-xing .social-icons-link, .social-icons.si-colored-on-hover .social-xing .social-icons-link:hover {
        color: #1a8e8c;
    }

    /*hover effect*/
    .social-icons .social-icons-link:hover i {
        -webkit-animation: toTopFromBottom 0.3s forwards;
        -moz-animation: toTopFromBottom 0.3s forwards;
        animation: toTopFromBottom 0.3s forwards;
    }

    @-webkit-keyframes toTopFromBottom {
        49% {
            -webkit-transform: translateY(-100%);
        }
        50% {
            opacity: 0;
            -webkit-transform: translateY(100%);
        }
        51% {
            opacity: 1;
        }
    }
    @-moz-keyframes toTopFromBottom {
        49% {
            -moz-transform: translateY(-100%);
        }
        50% {
            opacity: 0;
            -moz-transform: translateY(100%);
        }
        51% {
            opacity: 1;
        }
    }
    @keyframes toTopFromBottom {
        49% {
            transform: translateY(-100%);
        }
        50% {
            opacity: 0;
            transform: translateY(100%);
        }
        51% {
            opacity: 1;
        }
    }
    h5.mb-2 {
        font-size: 18px;
    }

    .elelist h5 {
        font-size: 18px;
        padding: 0 0 20px 0;
    }

    .eleform .form-group {
        margin-bottom: 20px;
    }


    /* Tab */
    .tab-content {
        padding: 25px 0;
        margin-bottom: 20px;
    }

    .nav-tabs .nav-item .nav-link {
        color: #343a40;
        padding: 0.5rem 1rem;
    }

    .nav-tabs .nav-link.active {
        background: #a16938;
        color: #ffffff;
    }

    .nav-tabs .nav-link.active .nav-link {
        color: #ffffff;
    }

    /*tab-line*/
    .nav-tabs.tab-line {
        border-bottom: solid 2px #f0f1f3;
    }

    .nav-tabs.tab-line .nav-link {
        border: transparent;
    }

    .nav-tabs.tab-line .nav-item:first-child .nav-link {
        padding-left: 0;
    }

    .nav-tabs.tab-line .nav-link {
        background: transparent;
        border-bottom: 2px solid transparent;
    }

    .nav-tabs.tab-line .nav-link.active {
        background: transparent;
        color: #a16938;
        border-bottom: 2px solid #a16938;
    }

    .nav-tabs.tab-line .nav-item {
        margin-bottom: -2px;
    }

    /*tab-bordered*/
    .nav-tabs.tab-bordered {
        border: 1px solid #f0f1f3;
    }

    .nav-tabs.tab-bordered .nav-link {
        border: transparent;
    }

    .nav-tabs.tab-bordered .nav-link.active {
        background: #a16938;
        color: #ffffff;
        border-radius: 0;
    }

    /*tab-dark*/
    .nav-tabs.tab-dark .nav-item .nav-link {
        color: #343a40;
    }

    .nav-tabs.tab-dark .nav-link.active {
        background: #343a40;
        color: #ffffff;
    }

    /*tab-gradient*/
    .nav-tabs.tab-grad {
        border: none;
        border-radius: 40px;
    }

    .nav-tabs.tab-grad .nav-link {
        border: transparent;
        margin-right: 10px;
        border-radius: 40px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .nav-tabs.tab-grad .nav-link.active {
        border-radius: 40px;
        color: #ffffff;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*tab-with-icon*/
    .nav-tabs.tab-with-icon i {
        padding-right: 5px;
    }

    /*tab-with-icon*/
    .nav-tabs.tab-with-center-icon i {
        display: block;
        text-align: center;
        font-size: 20px;
        padding: 5px;
    }


    /* team */
    .team {
        overflow: hidden;
    }

    .team-item {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .team-item .team-desc {
        padding: 15px 10px 10px;
    }

    .team-item .team-name {
        margin: 0;
    }

    .team-item .team-name a {
        display: block;
        color: #8f9397;
    }

    .team-item .team-name a:hover {
        color: #22b574;
    }

    .team-item .team-position {
        font-size: 0.8125rem;
        color: #a16938;
    }

    .team-item p {
        margin: 10px 0px 10px;
    }

    /*team hover*/
    .team.team-overlay .team-item:hover .team-avatar {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        overflow: hidden;
        position: relative;
    }

    .team.team-overlay .team-item .team-avatar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .team.team-overlay .team-item:hover .team-avatar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        visibility: visible;
        overflow: hidden;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    /*team bordered*/
    .team.team-bordered .team-desc {
        border: 1px solid #f0f1f3;
        border-top: 0;
    }

    /*Team grid*/
    .team.team-grid .team-avatar {
        width: 50%;
        float: left;
    }

    .team.team-grid .team-desc {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .team.team-grid .social-icons {
        position: absolute;
        bottom: 0;
    }

    .team.team-grid .team-desc p {
        padding-bottom: 30px;
    }

    /*social icon on hover*/
    .team.social-hover .team-item .team-avatar {
        position: relative;
        overflow: hidden;
    }

    .team.social-hover .team-item .team-desc .social-icons {
        position: absolute;
        top: 5px;
        left: -25px;
        visibility: hidden;
        z-index: 99;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .team.social-hover .team-item .social-icons-item {
        display: block;
        margin-left: -50px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .team.social-hover .team-item .social-icons-item a {
        color: #ffffff;
    }

    .team.social-hover .team-item:hover .social-icons {
        visibility: visible;
        left: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .team.social-hover .team-item:hover .social-icons-item:nth-child(1) {
        margin-left: 0px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .team.social-hover .team-item:hover .social-icons-item:nth-child(2) {
        margin-left: 0px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .team.social-hover .team-item:hover .social-icons-item:nth-child(3) {
        margin-left: 0px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .team.social-hover .team-item:hover .social-icons-item:nth-child(4) {
        margin-left: 0px;
        -webkit-transition: all 1.3s ease-in-out;
        -moz-transition: all 1.3s ease-in-out;
        -ms-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out;
    }

    .team.social-hover .team-item:hover .social-icons-item:nth-child(5) {
        margin-left: 0px;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    @media (max-width: 767.98px) {
        .team.team-grid .team-avatar {
            width: 100%;
            float: none;
        }

        .team.team-grid .team-desc {
            width: 100%;
            float: none;
            padding: 15px 0px 10px;
        }
    }





    .position-absolute {
        position: absolute !important;
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem !important;
    }

    .ml-4, .mx-4 {
        margin-left: 1.5rem !important;
    }

    @media (min-width: 768px) {
        .ml-md-n2, .mx-md-n2 {
            margin-left: -0.5rem !important;
        }
    }
    .left-0 {
        left: 0;
    }

    .bottom-0 {
        bottom: 0;
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem !important;
    }


    /*
=========================================
Blog List Home page
=========================================
*/
    .Blog-list {
        background: #f8f9fa !important;
        clear: both;
    }

    .card-body h5 a {
        padding: 0 0 0 0;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 1.8px;
    }

    a.btn-link {
        color: #222;
        font-weight: bold;
        font-size: 14px;
    }

    a.btn-link i {
        position: relative;
        top: 1px;
    }

    a.btn-link:hover {
        text-decoration: none;
        color: #22b574;
    }

    a.blist:hover {
        color: #22b574;
    }

    p.subtitle {
        color: #a16938 !important;
        font-size: 12px;
    }

    .Blog-list .shadow {
        transition: .4s;
        transform: scale(1);
    }

    .Blog-list .shadow:hover {
        transform: translateY(-6px);
        box-shadow: none;
    }

    /*--------------------------------------------------------------
blog-single-section
--------------------------------------------------------------*/
    .blog-single-section .entry-meta {
        list-style: none;
        overflow: hidden;
        margin: 35px 0;
    }

    @media (max-width: 767px) {
        .blog-single-section .entry-meta {
            margin: 25px 0;
        }
    }
    .blog-single-section .entry-meta li {
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
    }

    @media (max-width: 767px) {
        .blog-single-section .entry-meta li {
            font-size: 13px;
            font-size: 0.8125rem;
        }
    }
    @media (max-width: 767px) {
        .blog-single-section .entry-meta li {
            float: none;
        }
    }
    .blog-single-section .entry-meta li i {
        display: inline-block;
        padding-right: 7px;
    }

    .blog-single-section .entry-meta > li + li {
        margin-left: 20px;
        padding-left: 20px;
        position: relative;
    }

    @media (max-width: 767px) {
        .blog-single-section .entry-meta > li + li {
            margin-left: 13px;
            padding-left: 13px;
        }
    }
    @media (max-width: 767px) {
        .blog-single-section .entry-meta > li + li {
            margin: 3px 0 0;
            padding: 3px 0 0;
        }
    }
    .blog-single-section .entry-meta li a {
        color: #797979;
    }

    .blog-single-section .entry-meta li a:hover {
        color: #22b574;
    }

    .blog-single-section .entry-meta > li:last-child i {
        position: relative;
        top: 2px;
    }

    .blog-single-section .post h2 {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 500;
        margin: -0.22em 0 0.7em;
        line-height: 1.3em;
    }

    @media (max-width: 991px) {
        .blog-single-section .post h2 {
            font-size: 28px;
            font-size: 1.75rem;
        }
    }
    @media (max-width: 767px) {
        .blog-single-section .post h2 {
            font-size: 25px;
            font-size: 1.5625rem;
        }
    }
    .blog-single-section .post p {
        font-size: 15px;
        font-size: 1rem;
        margin-bottom: 1.5em;
        line-height: 26px;
    }

    @media (max-width: 991px) {
        .blog-single-section .post p {
            font-size: 15px;
            font-size: 0.9375rem;
        }
    }
    .blog-single-section .post h3 {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.3em;
        margin: 1.8em 0 1em;
    }

    @media (max-width: 991px) {
        .blog-single-section .post h3 {
            font-size: 22px;
            font-size: 1.375rem;
        }
    }
    @media (max-width: 767px) {
        .blog-single-section .post h3 {
            font-size: 20px;
            font-size: 1.25rem;
        }
    }
    .blog-single-section .post blockquote {
        background-color: #0062cc;
        color: #fff;
        line-height: 1.6em;
        padding: 120px 45px 65px;
        margin-top: 60px;
        border: 0;
        position: relative;
    }

    @media (max-width: 767px) {
        .blog-single-section .post blockquote {
            padding: 55px 25px;
        }
    }
    .blog-single-section .post blockquote:before {
        content: "";
        background: url("../images/quote-2.html") center center/auto no-repeat local;
        width: 62px;
        height: 44px;
        position: absolute;
        left: 45px;
        top: 40px;
    }

    @media (max-width: 767px) {
        .blog-single-section .post blockquote:before {
            display: none;
        }
    }
    .blog-single-section .post blockquote .quoter {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        margin-top: 15px;
    }

    .blog-single-section .tag-share {
        border: 1px solid #f1f1f1;
        padding: 25px 25px 35px;
        margin: 55px 0 0;
        color: #333;
        font-weight: 500;
        -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    }

    .blog-single-section .tag-share ul {
        list-style: none;
        display: inline-block;
        overflow: hidden;
    }

    .blog-single-section .tag-share ul li {
        float: left;
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share ul li {
            margin: 2px;
        }
    }
    .blog-single-section .tag-share ul > li + li {
        margin-left: 10px;
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share ul > li + li {
            margin: 2px;
        }
    }
    .blog-single-section .tag-share .tag ul {
        list-style: none;
        position: relative;
        top: 8px;
        left: 8px;
    }

    .blog-single-section .tag-share .tag a {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: normal;
        color: #627381;
        display: block;
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share .tag a {
            font-size: 13px;
            font-size: 0.8125rem;
        }
    }
    .blog-single-section .tag-share .tag a:hover {
        color: #ED1C24;
    }

    .blog-single-section .tag-share .share {
        margin-top: 15px;
    }

    .blog-single-section .tag-share .share ul {
        position: relative;
        top: 15px;
        left: 8px;
    }

    .blog-single-section .tag-share .share ul > li + li {
        margin-left: 10px;
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share .share ul > li + li {
            margin-left: 8px;
        }
    }
    @media (max-width: 767px) {
        .blog-single-section .tag-share .share ul > li {
            margin: 5px;
        }
    }
    .blog-single-section .tag-share .share a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #eae6e6;
        border-radius: 50%;
        display: inline-block;
        font-size: 16px;
        font-size: 1rem;
        color: #627381;
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share .share a {
            font-size: 13px;
            font-size: 0.8125rem;
        }
    }
    .blog-single-section .tag-share .share a:hover {
        background: #22b574;
        border-color: #22b574;
        color: #fff !important;
    }

    .blog-single-section .tag-share .share ul > li:first-child a {
        color: #3c5ba4;
    }

    .blog-single-section .tag-share .share ul > li:nth-child(2) a {
        color: #47a0d9;
    }

    .blog-single-section .tag-share .share ul > li:nth-child(3) a {
        color: #0073b1;
    }

    .blog-single-section .tag-share .share ul > li:nth-child(4) a {
        color: #933f94;
    }

    .blog-single-section .author-box {
        padding: 35px 40px 25px;
        margin: 25px 0;
        border: 1px solid #f1f1f1;
        -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    }

    @media (max-width: 991px) {
        .blog-single-section .author-box {
            padding: 35px 40px;
        }
    }
    @media (max-width: 767px) {
        .blog-single-section .author-box {
            padding: 25px;
        }
    }
    .blog-single-section .author-box .author-avatar {
        float: left;
    }

    @media (max-width: 767px) {
        .blog-single-section .author-box .author-avatar {
            float: none;
        }
    }
    .blog-single-section .author-box .author-content {
        display: block;
        overflow: hidden;
        padding-left: 25px;
    }

    @media (max-width: 767px) {
        .blog-single-section .author-box .author-content {
            padding: 0;
            margin: 15px 0 0 0;
        }
    }
    .blog-single-section .author-box .author-content p {
        font-size: 15px;
        font-size: 0.9375rem;
        color: #949494;
        margin-bottom: 20px;
    }

    .blog-single-section .author-box .author-name {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 10px;
        color: #333;
    }

    .blog-single-section .author-box .social-link {
        display: inline-block;
        list-style: none;
    }

    .blog-single-section .author-box .social-link li {
        float: left;
        margin-right: 15px;
    }

    .blog-single-section .author-box .social-link a {
        display: block;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #333;
    }

    .blog-single-section .author-box .social-link a:hover {
        color: #ED1C24;
    }

    .blog-single-section .more-posts {
        overflow: hidden;
        border: 1px solid #f1f1f1;
        -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    }

    .blog-single-section .more-posts > div {
        width: 50%;
        float: left;
    }

    .blog-single-section .more-posts > div > a {
        display: inline-block;
    }

    .blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
        font-size: 18px;
        font-size: 1.125rem;
        color: #939ba2;
        padding: 30px;
    }

    @media (max-width: 767px) {
        .blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
            padding: 20px;
            font-size: 16px;
            font-size: 1rem;
        }
    }
    @media (max-width: 450px) {
        .blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
            font-size: 14px;
            font-size: 0.875rem;
        }
    }
    .blog-single-section .more-posts .previous-post i, .blog-single-section .more-posts .next-post i {
        position: relative;
        top: 2px;
    }

    @media (max-width: 450px) {
        .blog-single-section .more-posts .previous-post i, .blog-single-section .more-posts .next-post i {
            display: none;
        }
    }
    .blog-single-section .more-posts .next-post {
        text-align: right;
        border-left: 1px solid #e8e8e8;
    }

    .blog-single-section .more-posts .previous-post > a > span, .blog-single-section .more-posts .next-post > a > span {
        display: block;
    }

    .blog-single-section .more-posts .post-control-link {
        color: #939ba2;
        font-weight: 500;
    }

    .blog-single-section .more-posts .next-post i {
        left: 2px;
    }

    .blog-single-section .more-posts a:hover .post-control-link {
        color: #22b574;
    }

    .blog-single-section .comments-area {
        margin-top: 70px;
    }

    .blog-single-section .comments-area .comments {
        -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
        border-bottom: 0;
    }

    .blog-single-section .comments-area li > div {
        border-bottom: 1px solid #f1f1f1;
        padding: 35px;
    }

    @media (max-width: 991px) {
        .blog-single-section .comments-area li > div {
            padding: 35px 25px;
        }
    }
    .blog-single-section .comments-area ol {
        list-style-type: none;
        padding-left: 0;
    }

    .blog-single-section .comments-area ol ul {
        padding-left: 30px;
        list-style-type: none;
    }

    .blog-single-section .comments-area ol > li:last-child div {
        border-bottom: 0;
    }

    .blog-single-section .comments-area .comments-title {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 500;
        margin: 0 0 1.5em;
    }

    @media (max-width: 991px) {
        .blog-single-section .comments-area .comments-title {
            font-size: 20px;
            font-size: 1.25rem;
        }
    }
    .blog-single-section .comments-area li > div {
        position: relative;
    }

    .blog-single-section .comments-area .comment-theme {
        position: absolute;
        left: 35px;
    }

    @media (max-width: 767px) {
        .blog-single-section .comments-area .comment-theme {
            position: static;
        }
    }
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 100px;
    }

    @media (max-width: 767px) {
        .blog-single-section .comments-area .comment-main-area {
            padding-left: 0;
            margin-top: 25px;
        }
    }
    .blog-single-section .comments-area .comment-main-area p {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 20px;
    }

    .blog-single-section .comments-area .comments-meta h4 {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 500;
        margin: 0 0 1em;
    }

    .blog-single-section .comments-area .comments-meta h4 span {
        font-weight: normal;
        color: #949494;
        text-transform: none;
        display: inline-block;
        padding-left: 5px;
        font-size: 14px;
        font-size: 0.875rem;
    }

    @media (max-width: 767px) {
        .blog-single-section .comments-area .comments-meta h4 span {
            padding-left: 0;
        }
    }
    .blog-single-section .comments-area .comment-reply-link {
        background: #0062cc;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        padding: 4px 14px;
        display: inline-block;
    }

    .blog-single-section .comments-area .comment-reply-link:hover {
        background-color: #0062cc;
    }

    .blog-single-section .comment-respond {
        margin-top: 70px;
    }

    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.375rem;
        margin: 0 0 1.5em;
    }

    @media (max-width: 991px) {
        .blog-single-section .comment-respond .comment-reply-title {
            font-size: 20px;
            font-size: 1.25rem;
        }
    }
    .blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
        background-color: #fdfdfd;
        width: 100%;
        height: 50px;
        border: 2px solid #f1f1f1;
        padding: 6px 15px;
        margin-bottom: 15px;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .blog-single-section .comment-respond form input:focus, .blog-single-section .comment-respond form textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #22b574;
    }

    @media (max-width: 991px) {
        .blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
            height: 40px;
        }
    }
    .blog-single-section .comment-respond form textarea {
        height: 220px;
        padding: 15px;
    }

    @media (max-width: 991px) {
        .blog-single-section .comment-respond form textarea {
            height: 150px;
        }
    }
    .blog-single-section .comment-respond .form-inputs {
        overflow: hidden;
    }

    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 49%;
        float: left;
    }

    @media (max-width: 767px) {
        .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
            width: 100%;
            float: none;
        }
    }
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 49%;
        float: right;
    }

    @media (max-width: 767px) {
        .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
            width: 100%;
            float: none;
        }
    }
    .blog-single-section .comment-respond .form-submit input {
        max-width: 180px;
        background-color: #0062cc;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
        border: 0;
        outline: 0;
        text-transform: uppercase;
    }

    .blog-single-section .comment-respond .form-submit input:hover {
        background-color: #313131;
    }

    @media screen and (min-width: 1200px) {
        .blog-single-left-sidebar-section .blog-sidebar {
            padding-right: 45px;
            padding-left: 0;
        }
    }
    /*------------------------------------
	blog sidebar
------------------------------------*/
    .blog-sidebar {
        /*** search-widget ***/
        /*** category-widget ***/
        /*** recent-post-widget ***/
        /*** tag-widget ***/
    }

    @media screen and (min-width: 1200px) {
        .blog-sidebar {
            padding-left: 10px;
        }
    }
    @media (max-width: 991px) {
        .blog-sidebar {
            margin-top: 80px;
        }
    }
    @media (max-width: 767px) {
        .blog-sidebar {
            margin-top: 60px;
        }
    }
    .blog-sidebar .widget {
        -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
        padding: 35px 25px;
    }

    .blog-sidebar .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        border-bottom: 1px solid #f1f1f1;
        margin: 0 0 1.3em;
        padding-bottom: 0.5em;
        position: relative;
        text-transform: capitalize;
    }

    .blog-sidebar > .widget + .widget {
        margin-top: 25px;
    }

    .blog-sidebar .search-widget form div {
        position: relative;
    }

    .blog-sidebar .search-widget input {
        background-color: #f8f8f8;
        height: 50px;
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 6px 50px 6px 20px;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .blog-sidebar .search-widget input:focus {
        background-color: rgba(148, 219, 64, 0.1);
    }

    .blog-sidebar .search-widget form button {
        background: transparent;
        font-size: 20px;
        font-size: 1.25rem;
        color: #ED1C24;
        border: 0;
        outline: 0;
        position: absolute;
        right: 10px;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .blog-sidebar .category-widget ul {
        list-style: none;
    }

    .blog-sidebar .category-widget ul li {
        font-size: 15px;
        font-size: 0.9375rem;
        padding-left: 20px;
        position: relative;
    }

    @media (max-width: 767px) {
        .blog-sidebar .category-widget ul li {
            font-size: 14px;
            font-size: 0.875rem;
        }
    }
    .blog-sidebar .category-widget ul li span {
        position: absolute;
        right: 0;
    }

    .blog-sidebar .category-widget ul li:before {
        content: "";
        background: #797979;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        font-size: 10px;
        position: absolute;
        left: 0;
        top: 7px;
    }

    .blog-sidebar .category-widget ul li:hover:before {
        background: #ED1C24;
    }

    .blog-sidebar .category-widget ul > li + li {
        margin-top: 15px;
    }

    .blog-sidebar .category-widget ul a {
        display: block;
        color: #666;
    }

    .blog-sidebar .category-widget ul a:hover, .blog-sidebar .category-widget ul li:hover:before {
        color: #ED1C24;
    }

    .blog-sidebar .recent-post-widget .post {
        overflow: hidden;
    }

    .blog-sidebar .recent-post-widget .posts > .post + .post {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #f1f1f1;
    }

    .blog-sidebar .recent-post-widget .post .img-holder {
        width: 70px;
        float: left;
    }

    .blog-sidebar .recent-post-widget .post .img-holder img {
        border-radius: 50%;
    }

    .blog-sidebar .recent-post-widget .post .details {
        width: calc(100% - 70px);
        float: left;
        padding-left: 25px;
    }

    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: normal;
        line-height: 1.3em;
        margin: 0 0 0.2em;
    }

    @media (max-width: 1199px) {
        .blog-sidebar .recent-post-widget .post h4 {
            margin: 0;
        }
    }
    .blog-sidebar .recent-post-widget .post h4 a {
        display: inline-block;
        color: #333;
    }

    .blog-sidebar .recent-post-widget .post h4 a:hover {
        color: #ED1C24;
    }

    .blog-sidebar .recent-post-widget .post .details .date {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #8e9696;
    }

    .blog-sidebar .tag-widget ul {
        overflow: hidden;
        list-style: none;
    }

    .blog-sidebar .tag-widget ul li {
        float: left;
        margin: 0 8px 8px 0;
    }

    .blog-sidebar .tag-widget ul li a {
        background: #f3f3f3;
        font-size: 13px;
        font-size: 0.8125rem;
        display: inline-block;
        padding: 5px 14px;
        color: #8e9696;
        border-radius: 0;
    }

    .blog-sidebar .tag-widget ul li a:hover {
        background: #ED1C24;
        color: #fff;
    }

    /* =======================================
32. Coming Soon Area
======================================= */
    .coming-soon {
        background-image: url(../images/cm-bg.html);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 1000px;
        position: relative;
    }

    .coming-soon:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .coming-soon .cm-table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .coming-soon .cm-table .cm-tablecell {
        display: table-cell;
        vertical-align: middle;
    }

    .coming-soon .cm-table .cm-tablecell .cm-top h1 {
        font-size: 60px;
        color: #dddddd;
        margin-bottom: 70px;
    }

    .coming-soon .cm-table .cm-tablecell .countdown-timer {
        margin-bottom: 65px;
    }

    .coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell {
        display: inline-block;
        padding: 0 45px;
        border-right: 1px solid #444444;
    }

    .coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-val {
        font-size: 72px;
        color: #a16938;
        font-weight: 600;
        margin-top: -23px;
        margin-bottom: -10px;
    }

    .coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-unit {
        font-size: 15px;
        color: #567ed2;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: -6px;
    }

    .coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell:last-child {
        border-right: none;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm p {
        font-size: 20px;
        color: #8D8E92;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form {
        width: 400px;
        margin: auto;
        margin-bottom: 50px;
        position: relative;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form input {
        width: 100%;
        height: 45px;
        font-size: 15px;
        color: #fff;
        background: transparent;
        border: 1px solid #8D8E92;
        border-radius: 25px;
        padding-left: 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form input.placeholder {
        font-size: 15px;
        font-style: italic;
        color: #666666;
        font-weight: 600;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form input:-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #666666;
        font-weight: 600;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form input::-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #666666;
        font-weight: 600;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form input:-ms-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #666666;
        font-weight: 600;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form input::-webkit-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #666666;
        font-weight: 600;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form input:focus {
        border-color: #a16938;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm form button {
        position: absolute;
        width: 50px;
        height: 100%;
        top: 0;
        right: 0;
        font-size: 20px;
        color: #a16938;
        border: none;
        background: transparent;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm ul li a {
        font-size: 15px;
        color: #8D8E92;
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid #555555;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        padding-top: 8px;
    }

    .coming-soon .cm-table .cm-tablecell .cm-btm ul li a:hover {
        color: #e5e5e5;
        background: #22b574;
        border-color: #22b574;
    }

    /* =======================================
25. Error Area
======================================= */
    .error-area {
        background-image: url(../images/error-bg.html);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px 0 145px;
        position: relative;
    }

    .error-area:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .error-area .error-box h1 {
        font-size: 256px;
        color: #a16938;
        font-weight: 600;
        margin-bottom: -30px;
    }

    .error-area .error-box h4 {
        color: #e5e5e5;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .error-area .error-box p {
        font-size: 18px;
        color: #8D8E92;
        font-weight: 600;
        margin-bottom: 35px;
    }

    .error-area .error-box a {
        font-size: 15px;
        color: #a16938;
        background: transparent;
        display: block;
        text-align: center;
        width: 200px;
        padding: 12px;
        border: 1px solid #a16938;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin: auto;
    }

    .error-area .error-box a:before {
        position: absolute;
        content: "";
        background: #a16938;
        bottom: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: -1;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .error-area .error-box a i {
        margin-right: 5px;
    }

    .error-area .error-box a:hover {
        color: #fff;
    }

    .error-area .error-box a:hover:before {
        width: 100%;
    }

    .error-area .error-hp {
        margin-top: 36%;
    }

    .error-area .error-hp h5 {
        color: #dddddd;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .error-area .error-hp ul li {
        margin-bottom: 10px;
    }

    .error-area .error-hp ul li a {
        font-size: 15px;
        color: #8D8E92;
        font-weight: 600;
    }

    .error-area .error-hp ul li a i {
        color: #22b574;
        margin-right: 8px;
    }

    .error-area .error-hp ul li a:hover {
        color: #22b574;
    }

    .error-area .error-hp ul li a:hover i {
        color: #22b574;
    }

    .error-area .error-hp ul:first-child {
        margin-right: 40px;
    }

    /* =======================================
31. Registration Area
======================================= */
    .registration {
        padding: 100px 0;
    }

    .registration .registration-box {
        width: 500px;
        margin: auto;
        -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        border-top: 3px solid #a16938;
        padding: 45px 50px;
    }

    .registration .registration-box .reg-top {
        margin-bottom: 30px;
    }

    .registration .registration-box .reg-top h3 {
        color: #444444;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .registration .registration-box .reg-top p {
        font-size: 15px;
        color: #666666;
    }

    .registration .registration-box form.reg-form div.name, .registration .registration-box form.reg-form div.srname, .registration .registration-box form.reg-form div.email, .registration .registration-box form.reg-form div.password {
        margin-bottom: 20px;
    }

    .registration .registration-box form.reg-form div.name label, .registration .registration-box form.reg-form div.srname label, .registration .registration-box form.reg-form div.email label, .registration .registration-box form.reg-form div.password label {
        font-size: 16px;
        color: #444444;
        font-weight: 600;
        display: block;
    }

    .registration .registration-box form.reg-form div.name input, .registration .registration-box form.reg-form div.srname input, .registration .registration-box form.reg-form div.email input, .registration .registration-box form.reg-form div.password input {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 8px 0;
    }

    .registration .registration-box form.reg-form div.name input.placeholder, .registration .registration-box form.reg-form div.srname input.placeholder, .registration .registration-box form.reg-form div.email input.placeholder, .registration .registration-box form.reg-form div.password input.placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .registration .registration-box form.reg-form div.name input:-moz-placeholder, .registration .registration-box form.reg-form div.srname input:-moz-placeholder, .registration .registration-box form.reg-form div.email input:-moz-placeholder, .registration .registration-box form.reg-form div.password input:-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .registration .registration-box form.reg-form div.name input::-moz-placeholder, .registration .registration-box form.reg-form div.srname input::-moz-placeholder, .registration .registration-box form.reg-form div.email input::-moz-placeholder, .registration .registration-box form.reg-form div.password input::-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .registration .registration-box form.reg-form div.name input:-ms-input-placeholder, .registration .registration-box form.reg-form div.srname input:-ms-input-placeholder, .registration .registration-box form.reg-form div.email input:-ms-input-placeholder, .registration .registration-box form.reg-form div.password input:-ms-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .registration .registration-box form.reg-form div.name input::-webkit-input-placeholder, .registration .registration-box form.reg-form div.srname input::-webkit-input-placeholder, .registration .registration-box form.reg-form div.email input::-webkit-input-placeholder, .registration .registration-box form.reg-form div.password input::-webkit-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .registration .registration-box form.reg-form div.name input:focus, .registration .registration-box form.reg-form div.srname input:focus, .registration .registration-box form.reg-form div.email input:focus, .registration .registration-box form.reg-form div.password input:focus {
        border-color: #a16938;
    }

    .registration .registration-box form.reg-form div.chqbox {
        margin-top: 10px;
    }

    .registration .registration-box form.reg-form div.chqbox input {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        vertical-align: sub;
        cursor: pointer;
    }

    .registration .registration-box form.reg-form div.chqbox label {
        font-size: 15px;
        color: #666666;
        cursor: pointer;
    }

    .registration .registration-box form.reg-form div.chqbox label span {
        color: #a16938;
    }

    .registration .registration-box form.reg-form div.chqbox2 {
        margin-top: 0;
    }

    .registration .registration-box form.reg-form button {
        font-size: 15px;
        color: #fff;
        background: #a16938;
        display: block;
        width: 100%;
        height: 48px;
        font-weight: 600;
        border: none;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        margin-top: 35px;
        margin-bottom: 25px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .registration .registration-box form.reg-form button:before {
        position: absolute;
        content: "";
        background: #22b574;
        bottom: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: -1;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .registration .registration-box form.reg-form button:hover:before {
        width: 100%;
    }

    .registration .registration-box .login-btm p {
        font-size: 15px;
        color: #969696;
    }

    .registration .registration-box .login-btm p a {
        color: #a16938;
        font-weight: 600;
        margin-left: 8px;
    }

    /* =======================================
30. Log In Area
======================================= */
    .login-area {
        padding: 80px 0 60px 0;
    }

    .login-area .login-box {
        width: 100%;
        max-width: 500px;
        margin: auto;
        -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-top: 3px solid #a16938;
        padding: 45px 50px;
    }

    .login-area .login-box .login-top {
        margin-bottom: 30px;
    }

    .login-area .login-box .login-top h3 {
        color: #444444;
        font-weight: 600;
        margin-bottom: 0;
        font-size: 18px;
    }

    .login-area .login-box .login-top p {
        font-size: 15px;
        color: #666666;
    }

    .login-area .login-box form.login-form div.email, .login-area .login-box form.login-form div.password {
        margin-bottom: 20px;
    }

    .login-area .login-box form.login-form div.email label, .login-area .login-box form.login-form div.password label {
        font-size: 16px;
        color: #444444;
        font-weight: 600;
        display: block;
    }

    .login-area .login-box form.login-form div.email input, .login-area .login-box form.login-form div.password input {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0;
    }

    .login-area .login-box form.login-form div.email input.placeholder, .login-area .login-box form.login-form div.password input.placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .login-area .login-box form.login-form div.email input:-moz-placeholder, .login-area .login-box form.login-form div.password input:-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .login-area .login-box form.login-form div.email input::-moz-placeholder, .login-area .login-box form.login-form div.password input::-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .login-area .login-box form.login-form div.email input:-ms-input-placeholder, .login-area .login-box form.login-form div.password input:-ms-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .login-area .login-box form.login-form div.email input::-webkit-input-placeholder, .login-area .login-box form.login-form div.password input::-webkit-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .login-area .login-box form.login-form div.email input:focus, .login-area .login-box form.login-form div.password input:focus {
        border-color: #a16938;
    }

    .login-area .login-box form.login-form div.chqbox input {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        vertical-align: sub;
        cursor: pointer;
    }

    .login-area .login-box form.login-form div.chqbox label {
        font-size: 15px;
        color: #666666;
        cursor: pointer;
    }

    .login-area .login-box form.login-form div.forget-btn a {
        font-size: 15px;
        color: #a16938;
    }

    .login-area .login-box form.login-form div.forget-btn a:hover {
        color: #22b574;
    }

    .login-area .login-box form.login-form button {
        font-size: 15px;
        color: #fff;
        background: #a16938;
        display: block;
        width: 100%;
        height: 48px;
        font-weight: 600;
        border: none;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        margin-top: 30px;
        margin-bottom: 38px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .login-area .login-box form.login-form button:before {
        position: absolute;
        content: "";
        background: #22b574;
        bottom: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: -1;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .login-area .login-box form.login-form button:hover:before {
        width: 100%;
    }

    .login-area .login-box .login-btm p {
        font-size: 15px;
        color: #969696;
        margin-bottom: 38px;
    }

    .login-area .login-box .login-btm ul li a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        width: 100px;
        padding: 10px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

    .login-area .login-box .login-btm ul li:nth-child(1) a {
        background: #db4437;
    }

    .login-area .login-box .login-btm ul li:nth-child(2) a {
        background: #3b5998;
    }

    .login-area .login-box .login-btm ul li:nth-child(3) a {
        background: #1da1f2;
    }

    /* =======================================
24. Faq Area
======================================= */
    .faq-area {
        padding: 93px 0 80px;
    }

    .faq-area .faq-box .card {
        border: none;
        border-bottom: 1px solid #eeeeee;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .faq-area .faq-box .card .card-header {
        border: none;
        background: transparent;
        padding: 0;
    }

    .faq-area .faq-box .card .card-header a {
        padding-bottom: 16px;
    }

    .faq-area .faq-box .card .card-header a span {
        font-size: 18px;
        color: #444444;
        font-weight: 600;
    }

    .faq-area .faq-box .card .card-header a i {
        font-size: 15px;
        color: #a16938;
        margin-top: 10px;
    }

    .faq-area .faq-box .card .card-header a[aria-expanded="true"] .la-plus:before {
        content: "\f28e";
    }

    .faq-area .faq-box .card .card-body {
        padding: 0;
        padding-left: 23px;
    }

    .faq-area .faq-box .card .card-body p {
        font-size: 16px;
        color: #969696;
        line-height: 28px;
        margin-bottom: 20px;
    }

    /* =======================================
33. Contact Area
======================================= */
    .contact-area {
        padding: 80px 0;
    }

    .contact-area .get-in-touch .sec-title {
        margin-bottom: 30px;
    }

    .contact-area .get-in-touch .sec-title h3 {
        color: #444444;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .contact-area .get-in-touch .sec-title p {
        font-size: 15px;
        color: #666666;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div {
        margin-bottom: 30px;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div label {
        font-size: 16px;
        color: #444444;
        font-weight: 600;
        display: block;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p input {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 8px 0;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p input.placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p input:-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p input::-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p input:-ms-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p input::-webkit-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p input:focus {
        border-color: #22b574;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea {
        display: block;
        width: 100%;
        height: 120px;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 8px 0;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea.placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea::-moz-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:-ms-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea::-webkit-input-placeholder {
        font-size: 15px;
        font-style: italic;
        color: #969696;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:focus {
        border-color: #22b574;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div button {
        font-size: 15px;
        color: #fff;
        background: #a16938;
        display: block;
        width: 100%;
        height: 48px;
        font-weight: 600;
        border: none;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        margin-top: 10px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div button:before {
        position: absolute;
        content: "";
        background: #22b574;
        bottom: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: -1;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact div div button:hover:before {
        width: 100%;
    }

    .contact-area .get-in-touch .contact-form form#ajax-contact #form-messages {
        font-size: 15px;
        color: #a16938;
        font-weight: 600;
    }

    .contact-area #map {
        width: 100%;
        height: 530px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

    .contact-area .contact-box {
        margin-top: 20px;
    }

    .contact-area .contact-box .contact-item {
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        padding: 30px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

    .contact-area .contact-box .contact-item img {
        max-width: 45px;
        margin-right: 20px;
    }

    .contact-area .contact-box .contact-item h6 {
        color: #444444;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .contact-area .contact-box .contact-item p {
        color: #969696;
    }

    .contact-area .con-social {
        margin-top: 40px;
    }

    .contact-area .con-social p {
        font-size: 15px;
        color: #969696;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .contact-area .con-social ul li a {
        font-size: 18px;
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        padding-top: 6px;
    }

    .contact-area .con-social ul li a:hover {
        background: #22b574;
        color: #fff !important;
        border-color: #22b574;
    }

    .contact-area .con-social ul li:nth-child(1) a {
        color: #3b5998;
    }

    .contact-area .con-social ul li:nth-child(2) a {
        color: #1da1f2;
    }

    .contact-area .con-social ul li:nth-child(3) a {
        color: #d34836;
    }

    .contact-area .con-social ul li:nth-child(4) a {
        color: #0077b5;
    }

    .contact-area .con-social ul li:nth-child(5) a {
        color: #1ab7ea;
    }

    /*About Image*/
    .about-image {
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        margin-right: 40px;
    }

    .about-image img {
        width: 100%;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        .about-image {
            margin-right: 0;
        }
    }
    /*----------------------------------------*/
    /*  05. Timeline CSS
/*----------------------------------------*/
    /*Timeline*/
    .timeline-wrap {
        position: relative;
        z-index: 1;
    }

    .timeline-wrap::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        width: 10px;
        background-color: #f1f1f1;
        border-radius: 50px;
        z-index: -1;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .timeline-wrap::before {
            left: 25%;
            -webkit-transform: translateX(-125%);
            -ms-transform: translateX(-125%);
            transform: translateX(-125%);
        }
    }
    @media only screen and (max-width: 767px) {
        .timeline-wrap::before {
            left: 7px;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }
    /*Timeline*/
    .timeline {
        position: relative;
        margin-bottom: 50px;
        z-index: 1;
    }

    .timeline:last-child {
        margin-bottom: 0;
    }

    .timeline:first-child::before {
        background-color: #f1f1f1;
        border: 8px solid #a16938;
    }

    .timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 24px;
        height: 24px;
        background-color: #a16938;
        border: 8px solid #f1f1f1;
        border-radius: 50px;
        z-index: 2;
    }

    .timeline:nth-child(2n) .timeline-date {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 50px;
        padding-right: 15px;
        text-align: left;
    }

    .timeline:nth-child(2n) .timeline-content {
        padding-left: 15px;
        padding-right: 50px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .timeline .timeline-date {
        padding-left: 15px;
        padding-right: 50px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: right;
    }

    .timeline .timeline-content {
        padding-left: 50px;
        padding-right: 15px;
    }

    .timeline .timeline-content .image {
        margin-bottom: 20px;
    }

    .timeline .timeline-content .image img {
        width: 100%;
    }

    .timeline .timeline-content .images {
        margin-left: -5px;
        margin-right: -5px;
    }

    .timeline .timeline-content .images > [class*="col-"] {
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .timeline .timeline-content .title {
        margin-bottom: 0;
        padding: 0 0 12px 0;
        font-size: 20px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        .timeline::before {
            left: 25%;
        }

        .timeline:nth-child(2n) .timeline-date {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
            padding-left: 15px;
            padding-right: 50px;
            text-align: right;
        }

        .timeline:nth-child(2n) .timeline-content {
            padding-left: 50px;
            padding-right: 15px;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }
    }
    @media only screen and (max-width: 767px) {
        .timeline::before {
            left: 14px;
            top: 10px;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .timeline .timeline-date {
            padding-left: 60px !important;
            padding-right: 15px !important;
            text-align: left !important;
            margin-bottom: 5px;
        }

        .timeline .timeline-content {
            padding-left: 60px !important;
        }
    }
    .section-padding {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-padding--sm {
        padding-top: 90px;
        padding-bottom: 90px;

    }

    .bg-black {
        background-color: #000000 !important;
    }

    .cta-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cta-content .title {
        max-width: calc(100% - 230px);
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: 0;
        padding: 0;
    }

    .btn.btn-light-outline {
        background-color: transparent;
        border-color: #f8f9fa;
        color: #f8f9fa;
    }

    .funfact .inner .icon i {
        display: block;
        font-size: 50px;
        line-height: 1;
        color: #fff;
    }

    .funfact .inner .icon {
        margin-right: 20px;
    }

    .funfact .inner .content {
        min-width: 110px;
    }

    .funfact .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .feature .inner .icon i {
        font-size: 40px;
        padding: 0 0 10px 0;
    }

    .feature .inner .title {
        padding: 0 0 10px;
    }

    /*--------------------------------------------------------------
contact-pg-section
--------------------------------------------------------------*/
    .contact-pg-section {
    }

    @media (max-width: 991px) {
        .contact-pg-section {
            padding-bottom: 15px;
        }
    }
    .contact-pg-section form input, .contact-pg-section form select, .contact-pg-section form textarea {
        background: #fdfdfd;
        width: 100%;
        height: 53px;
        border: 2px solid #f1f1f1;
        border-radius: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    @media (max-width: 991px) {
        .contact-pg-section form input, .contact-pg-section form select, .contact-pg-section form textarea {
            height: 45px;
        }
    }
    .contact-pg-section form input:focus, .contact-pg-section form select:focus, .contact-pg-section form textarea:focus {
        border-color: #ED1C24;
    }

    .contact-pg-section form textarea {
        height: 180px;
    }

    .contact-pg-section form {
        margin: 0 -15px;
        overflow: hidden;
    }

    .contact-pg-section form ::-webkit-input-placeholder {
        font-size: 15px;
        font-style: normal;
        color: #9d9c9c;
    }

    .contact-pg-section form :-moz-placeholder {
        font-size: 15px;
        font-style: normal;
        color: #9d9c9c;
    }

    .contact-pg-section form ::-moz-placeholder {
        font-size: 15px;
        font-style: normal;
        color: #9d9c9c;
    }

    .contact-pg-section form :-ms-input-placeholder {
        font-size: 15px;
        font-style: normal;
        color: #9d9c9c;
    }

    .contact-pg-section form select {
        display: inline-block;
        color: #a9a9a9;
        cursor: pointer;
        opacity: 1;
        padding: 6px 12px;
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .contact-pg-section form > div {
        width: calc(100% - 30px);
        float: left;
        margin: 0 15px 30px;
    }

    @media (max-width: 600px) {
        .contact-pg-section form > div {
            width: calc(100% - 30px);
            float: none;
        }
    }
    .contact-pg-section form .fullwidth {
        width: calc(100% - 30px);
        float: none;
        clear: both;
    }

    .contact-pg-section .contact-info {
        padding: 40px 25px;
        -webkit-box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
    }

    @media (max-width: 991px) {
        .contact-pg-section .contact-info {
            margin-top: 50px;
        }
    }
    .contact-pg-section .contact-info > div {
        position: relative;
        padding-left: 70px;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .contact-pg-section .contact-info > div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .contact-pg-section .contact-info .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 2px solid #a16938;
        border-radius: 50%;
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        left: 0;
        top: -1px;
    }

    .contact-pg-section .contact-info h5 {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 0.3em;
        padding-top: 0.2em;
    }

    .contact-pg-section .contact-info p {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0;
    }

    .contact-map-section .contact-map {
        height: 450px;
    }

    .contact-map-section iframe {
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
    }

    /*pricing*/
    .pricing.pricing-center {
        text-align: center;
    }

    .pricing .pricing-box {
        border: 1px solid #f0f1f3;
        padding: 50px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .pricing .pricing-box h5 {
        font-weight: 600;
    }

    .pricing .pricing-box .price {
        font-size: 50px;
        font-weight: 600;
        display: block;
        line-height: 50px;
    }

    .pricing .pricing-box .price sup {
        font-size: 30px;
        font-weight: 600;
    }

    .pricing .pricing-box p {
        margin: 20px 0;
    }

    .pricing .pricing-box:hover {
        border-color: transparent;
        box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
    }

    /*pricing-dark*/
    .pricing.pricing-dark .pricing-box {
        border: none;
        background: rgba(0, 0, 0, 0.1);
    }

    .pricing.pricing-dark .pricing-box:hover {
        box-shadow: none;
        background: rgba(0, 0, 0, 0.15);
    }

    /*pricing ribbon*/
    .pricing .ribbon {
        position: absolute;
        left: -5px;
        top: -5px;
        z-index: 1;
        overflow: hidden;
        width: 75px;
        height: 75px;
        text-align: left;
    }

    .pricing .ribbon span {
        font-size: 10px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        box-shadow: 0 3px 10px -5px black;
        position: absolute;
        top: 19px;
        left: -21px;
    }

    .pricing .ribbon span::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-right: 3px solid #343a40;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #343a40;
    }

    .pricing .ribbon span::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-right: 3px solid transparent;
        border-left: 3px solid #343a40;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #343a40;
    }

    @media (max-width: 991.98px) {
        .pricing .pricing-box {
            padding: 20px;
        }

        .package .nav-item {
            border-bottom: 0;
            padding: 0px;
        }
    }
    .pricing-center, .service-block, .process-advance, .service {
        padding-top: 5rem;
        padding-bottom: 3.8rem;
    }

    .bg-light {
        background-color: #f7f8f9 !important;
    }

    .list-group {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
    }

    .list-group-icon-primary-bg .list-group-item {
        display: flex;
    }

    .list-group-borderless .list-group-item {
        border: none;
        color: #8f9397;
        padding: 0.425rem 0;
    }

    .list-group .list-group-item {
        background: transparent;
    }

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 0.75rem 1.25rem;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

    .list-group .list-group-item i {
        margin-right: 5px;
    }

    .list-group-icon-primary-bg i {
        background: #ceeddf;
        color: #a16938;
        font-weight: 600;
        height: 22px;
        width: 22px;
        line-height: 23px;
        text-align: center;
        border-radius: 50%;
        margin-right: 10px !important;
        margin-top: 1px;
        font-size: 11px;
        flex-shrink: 0;
        justify-content: center;
    }

    .service-block p {
        padding: 0 0 15px 0;
    }

    .process-advance .process-border {
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .process-advance .process-number {
        border-radius: 50%;
        height: 50px;
        width: 50px;
        line-height: 50px;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
    }

    .process-advance .border-right:after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        width: calc(50% + 30px);
        border-top-width: 1px;
        border-top-style: solid;
        margin-top: -1px;
        right: -30px;
        border-color: #dfe2e5 !important;
        z-index: -1;
    }

    .process-advance .border-left:before {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        width: calc(50% + 30px);
        border-top-width: 1px;
        border-top-style: solid;
        margin-top: -1px;
        left: -30px;
        border-color: #dfe2e5 !important;
        z-index: -1;
    }

    .service-block .title h2 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
        LINE-HEIGHT: 40px;
    }

    .btn-outline-light {
        background: transparent;
        border-color: #d0d4d9;
        color: #b4b9bd;
    }

    /*===============================
			   PORTFOLIO
=================================*/
    .items-padding {
        margin: 10px;
    }

    .items-padding .portfolio-card {
        padding: 10px;
    }

    .items-padding-inside .portfolio-card {
        padding: 10px;
    }

    .items-2 .portfolio-card {
        width: 50%;
        float: left;
    }

    .items-3 .portfolio-card {
        width: 33.3333%;
        float: left;
    }

    .items-4 .portfolio-card {
        width: 25%;
        float: left;
    }

    .items-5 .portfolio-card {
        width: 20%;
        float: left;
    }

    .items-6 .portfolio-card {
        width: 16.6666%;
        float: left;
    }

    .items-2 .info-title, .items-3 .info-title {
        font-size: 1.3125rem;
    }

    .items-4 .info-title, .items-5 .info-title, .items-6 .info-title {
        font-size: 1.09375rem;
    }

    .portfolio-card {
        overflow: hidden;
        position: relative;
    }

    .portfolio-card .portfolio-card-body {
        overflow: hidden;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title {
        margin-top: 20px;
        margin-bottom: 5px;
        color: #343a40;
        display: block;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a {
        color: #343a40;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover {
        color: #22b574;
    }

    .portfolio-card .portfolio-card-body .portfolio-card-footer .full-screen {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        background: #ffffff;
        color: #343a40;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 44px;
        text-align: center;
    }

    .portfolio-card:hover .portfolio-card-body .portfolio-card-footer .full-screen {
        visibility: visible;
        opacity: 1;
        z-index: 2;
    }

    .portfolio-card .portfolio-card-header {
        overflow: hidden;
        position: relative;
        border-radius: 3px;
    }

    .portfolio-card .portfolio-card-header img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-card:hover .portfolio-card-header img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .portfolio-card .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: #343a40;
        z-index: 1;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-card:hover .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: .2;
        visibility: visible;
        background: #343a40;
    }

    /*Portfolio style 2*/
    .portfolio-style-2 .portfolio-card .portfolio-card-footer {
        position: absolute;
        text-align: left;
        right: 30px;
        left: 30px;
        top: 0;
        bottom: 0px;
        line-height: 30px;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .portfolio-style-2 .portfolio-card a, .portfolio-style-2 .portfolio-card p {
        color: #ffffff;
    }

    .portfolio-style-2 .portfolio-card a:hover {
        color: #ffffff;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover {
        color: #ffffff;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
        background: transparent;
        border: none;
        color: #ffffff;
        padding: 0;
        cursor: pointer;
        right: -10px;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a {
        color: #ffffff;
        margin-bottom: 10px;
    }

    /*Portfolio style 2 normal*/
    .portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
        position: absolute;
        bottom: 60px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title {
        position: absolute;
        bottom: 10px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-footer p {
        position: absolute;
        bottom: -20px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    /*Portfolio style 2 hover*/
    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .full-screen {
        position: absolute;
        bottom: 90px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .info-title {
        position: absolute;
        bottom: 56px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-footer p {
        position: absolute;
        bottom: 8px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-header {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        border-radius: 0;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-header {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-header img {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .portfolio-style-2 .portfolio-card .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        visibility: visible;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    /*portfolio filter*/
    .portfolio .nav .nav-tabs {
        border: none;
    }

    .portfolio .nav .nav-tabs .nav-filter {
        font-weight: 500;
        display: inline-block;
        line-height: 15px;
        padding: 15px;
        margin-bottom: 20px;
        cursor: pointer;
        color: #343a40;
    }

    .portfolio .nav .nav-tabs .nav-filter:last-child {
        margin-right: 0;
    }

    .portfolio .nav .nav-tabs .nav-filter.active {
        color: #22b574;
    }

    /*nav-tabs-style-1*/
    .portfolio .nav .nav-tabs-style-1 .nav-filter {
        padding: 8px 10px;
        font-size: 0.8125rem;
        border-radius: 50px;
        border-width: 2px;
        border-style: solid;
        border-color: transparent;
    }

    .portfolio .nav .nav-tabs-style-1 .nav-filter.active {
        color: #22b574;
        border-color: #22b574;
    }

    /*nav-tabs-style-2*/
    .portfolio .nav .nav-tabs-style-2 .nav-filter {
        margin-right: 10px;
        padding: 12px 20px;
        font-size: 0.8125rem;
        border-radius: 3px;
        background: #f0f1f3;
    }

    .portfolio .nav .nav-tabs-style-2 .nav-filter.active {
        color: #ffffff;
        background: -moz-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #a16938 100%);
        background: linear-gradient(150deg, #a16938 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*nav-tabs-style-3*/
    .portfolio .nav .nav-tabs-style-3 {
        border: solid 2px rgba(0, 0, 0, 0.1);
        display: inline-block;
        width: auto;
        border-radius: 40px;
    }

    .portfolio .nav .nav-tabs-style-3 .nav-filter {
        margin-right: 10px;
        padding: 12px 20px;
        font-size: 0.8125rem;
        border-radius: 3px;
        background: transparent;
        margin-bottom: 0;
    }

    .portfolio .nav .nav-tabs-style-3 .nav-filter.active {
        border-radius: 40px;
        color: #ffffff;
        background: -moz-linear-gradient(150deg, #a16938 0%, #22b574 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a16938), color-stop(100%, #22b574));
        background: -webkit-linear-gradient(150deg, #a16938 0%, #22b574 100%);
        background: -o-linear-gradient(150deg, #a16938 0%, #22b574 100%);
        background: -ms-linear-gradient(150deg, #a16938 0%, #22b574 100%);
        background: linear-gradient(150deg, #a16938 0%, #22b574 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*nav-tabs-style-4*/
    .portfolio .nav .nav-tabs-style-4 {
        background: #343a40;
        padding: 5px;
        display: inline-block;
        width: auto;
        border-radius: 40px;
    }

    .portfolio .nav .nav-tabs-style-4 .nav-filter {
        color: #ffffff;
        margin-right: 10px;
        padding: 12px 20px;
        font-size: 0.8125rem;
        border-radius: 3px;
        background: transparent;
        margin-bottom: 0;
    }

    .portfolio .nav .nav-tabs-style-4 .nav-filter.active {
        border-radius: 40px;
        color: #ffffff;
        background: -moz-linear-gradient(150deg, #22b574 0%, #a16938 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #22b574), color-stop(100%, #a16938));
        background: -webkit-linear-gradient(150deg, #22b574 0%, #a16938 100%);
        background: -o-linear-gradient(150deg, #22b574 0%, #a16938 100%);
        background: -ms-linear-gradient(150deg, #22b574 0%, #a16938 100%);
        background: linear-gradient(150deg, #22b574 0%, #a16938 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    }

    /*===============================
			 INDEX PORTFOLIO
=================================*/
    .personal-portfolio .portfolio-info {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .personal-portfolio .portfolio {
        margin-left: -10px;
        margin-right: -10px;
    }

    .personal-portfolio .personal-portfolio-main {
        padding: 0 6rem;
    }

    .personal-portfolio .personal-portfolio-profile {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        bottom: 0;
    }

    .personal-portfolio .portfolio .nav .nav-tabs .nav-filter:first-child {
        padding-left: 0;
    }

    @media (max-width: 1199.98px) {
        .items-6 .portfolio-card, .items-5 .portfolio-card {
            width: 25%;
        }

        /*home personal portfolio*/
        .personal-portfolio .personal-portfolio-main {
            padding: 0 2rem;
        }

        .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card {
            width: 50%;
        }
    }
    @media (max-width: 991.98px) {
        .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
            padding: 20px;
        }

        .portfolio-card .portfolio-card-footer .info-title a {
            font-size: 1.09375rem;
        }

        .portfolio-card:hover .portfolio-card-footer p {
            margin-bottom: 0;
        }

        .portfolio-card:hover .portfolio-card-footer .info-title {
            bottom: 30px;
        }

        .personal-portfolio .personal-portfolio-main {
            padding: 0rem;
        }
    }
    @media (max-width: 767.98px) {
        .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card {
            width: 50%;
        }

        .items-6 .portfolio-card {
            width: 33.333333%;
        }

        .personal-portfolio .personal-portfolio-profile {
            position: relative;
        }

        .personal-portfolio .portfolio-info {
            position: relative;
            padding-top: 300px !important;
        }

        .portfolio .nav .nav-tabs-style-3 {
            border: none;
        }

        .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
            padding: 20px;
        }
    }
    @media (max-width: 575.98px) {
        .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card, .items-6 .portfolio-card {
            width: 100%;
        }

        .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card, .personal-portfolio .items-6 .portfolio-card {
            width: 100%;
        }

        .portfolio-card .portfolio-card-footer .info-title a {
            font-size: 1.09375rem;
        }

        .portfolio-card:hover .portfolio-card-footer .info-title {
            bottom: 50px;
        }

        .portfolio-card:hover .portfolio-card-footer p {
            margin-bottom: 20px;
        }

        .personal-portfolio .items-padding-inside .portfolio-card {
            padding-left: 0;
            padding-right: 0;
        }

        .personal-portfolio .portfolio {
            margin: 0px;
        }
    }



    .policies h5.mb-3 {
        padding: 20px 0;
        color: #a16938;
        margin: 0 !important;
    }

    h5.mb-3 {
        font-size: 18px;
    }

    h2.title {
        font-size: 24px !important;
    }

    .title {
        padding: 0 0 20px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .timeline .timeline-content .title {
        margin-bottom: 0;
        padding: 0 0 12px 0;
        font-size: 20px;
    }

    .innerCategoryList {
        padding: 40px 0 100px 0;
    }

    .pricing .title p {
        text-transform: capitalize;
    }


    .GridList .accordion-content {
        background: #f5f8fb;
        padding: 15px 12px;
    }

    .adsDetails .accordion-content {
        background: #fff;
    }


    .GridList .accordion-content ul {
        margin: 0;
        padding: 0;
    }

    .GridList .accordion-content ul li {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
    }

    .GridList .accordion-content ul li a {
        color: #535353;
        display: block;
        font-size: 13px;
    }

    .GridList .accordion-content ul li i {
        font-size: 16px;
        color: #8E8B8B;
        margin-right: 10px;
    }

    .GridList .accordion-content ul li a span {
        color: #9e9e9e;
        margin-left: 5px;
    }

    .GridList .accordion-content ul li a:hover {
        color: #22b574;
        font-weight: bold;
    }

    .GridList .accordion-primary .accordion-title a {
        font-weight: bold;
    }

    .GridList .custom-checkbox {
        padding-bottom: 10px;
    }


    @media (min-width: 576px) {
        .form-inline .form-control {
            display: inline-block;
            width: 100%;
            vertical-align: middle;
        }
    }















    .page-details h2 {
        margin: 0;
        padding: 0;
    }

    .page-details h2 span {
        background: #ccc none repeat scroll 0 0;
        font-size: 12px;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 2px 10px;
        position: relative;
        top: -6px;
        color: #fff;
        border-radius: 4px;
    }

    .classi-single_info {
        margin: 12px 0;
    }

    ul.sinpro_img {
        margin: 0;
        padding: 0;
    }

    ul.sinpro_img .owl-next {
        float: right;
        font-size: 50px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 20px;
    }

    ul.sinpro_img .owl-prev {
        float: left;
        font-size: 50px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 20px;
    }

    .single-page-details {
        margin: 30px 0 0 0;
    }

    .Detsils-title {
        border-bottom: 1px solid #EDEAEA;
        font-size: 16px;
        margin: 0 0 12px 0;
        padding: 0 0 8px 0;
    }

    .sindetails-info h4 {
        color: #000;
        margin: 0;
        padding: 8px 0 14px;
    }

    ul.classi-specifition li {
        padding: 4px 0;
        list-style: square;
    }


    .shot-info {
        background: #F8F8F8 none repeat scroll 0 0;
        border-radius: 6px;
        margin: 0;
        padding: 15px;
    }

    .shot-info ul {
        margin: 0;
        padding: 0;
    }

    .shot-info ul li {
        margin: 0;
        padding: 8px 0;
        display: inline-block;
        width: 100%;
    }

    .classi_info_kinks {
        margin: 0;
        padding: 0;
    }

    ul.list-border {
        background: #a16938;
        margin: 0;
        padding: 8px 25px;
        border-radius: 5px;
    }

    ul.list-border li {
        display: inline-block;
        margin: 0;
        padding: 8px 0;
        width: 100%;
        border-bottom: 1px solid #a16938;
    }

    ul.list-border li:last-child {
        border: none;
    }

    ul.list-border li a {
        color: #fff;
    }

    ul.list-border li a i {
        padding: 0 4px 0 0;
    }

    ul.list-border li a:hover {
        text-decoration: none;
        color: #292A2D;
    }

    .contact-seller {
        margin: 12px 0;
        padding: 16px;
        background: #F8F8F8;
        border-radius: 5px;
    }

    .seller-heading {
        font-weight: bold;
        font-size: 15px;
        padding: 6px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .seller-details i {
        padding: 0 4px 0 0;
        color: #a16938;
    }

    .seller-details {
        padding: 16px 0 14px;
    }

    ul.classi-specifition li {
        padding: 4px 0;
        list-style: square;
    }

    ul.classi-specifition {
        margin: 0 0 0 25px;
        padding: 12px 0 12px 0;
    }

    .seller-details p {
        padding: 5px 0;
    }

    a.btn.btn-info.btn-block {
        background: #fff;
    }

    .seller_message a {
        background: #a16938;
        color: #fff;
    }

    .send-sms a {
        background: #a16938;
        color: #fff !important;
    }

    .map-canvas iframe {
        width: 100%;
        height: 320px;
        margin: 20px 0 20px 0;
    }

    .seller-details img {
        margin: 0 0 20px 0;
    }

    .modal {
        z-index: 9999;
    }

    .page-details {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    #owl-1 .owl-carousel.owl-drag .owl-item {
        margin-right: 0 !important;
    }

    #owl-2 {
        margin-top: 10px;
    }

    .btns {
        display: table;
        margin: 100px auto;
    }

    .customNextBtn, .customPreviousBtn {
        float: right;
        background: #a16938;
        color: #fff;
        padding: 10px;
        margin-left: 5px;
        cursor: pointer;
    }


    /* list view Modern */
    alsp-listings-block.cz-listview article.listing-post-style-listview_mod .listing-wrapper {
        padding: 0;
        margin-bottom: 15px;
    }

    .alsp-listings-block.cz-listview article .listing-wrapper {
        padding: 10px;
    }

    .alsp-listing .listing-wrapper {
    }

    .listing-post-style-listview_mod .listing-wrapper {
        overflow: visible;
    }

    .alsp-listing .listing-wrapper {
        border-style: solid;
        overflow: hidden;
        background: #fff;
        margin: 0 0 20px 0;
    }

    .alsp-listing .listing-wrapper:hover {

        border-color: rgba(34, 181, 116, 0.7);
        box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
    }


    .listing-post-style-listview_mod figure.alsp-listing-logo {
        padding: 10px 0 10px 10px;
    }

    .listing-post-style-listview_default figure, .listing-post-style-listview_ultra figure, .listing-post-style-listview_mod figure {
        width: 250px;
        float: left;
    }

    figure.alsp-listing-logo {
        margin: 0;
        position: relative;
    }


    .alsp-listing [class^="featured-tag-"] {
        position: absolute;
    }

    .featured-tag-1, .featured-tag-2, .featured-tag-3, .featured-tag-4, .featured-tag-5, .featured-tag-6, .featured-tag-7, .featured-tag-8, .featured-tag-9, .featured-tag-10, .featured-tag-11, .featured-tag-12, .featured-tag-13, .featured-tag-14, .featured-tag-15, .featured-tag-16 {
        text-transform: capitalize;
    }

    .featured-tag-10 {
        min-width: 62px;
        min-height: 20px;
        line-height: 20px;
        border-radius: 1px;
        background: #39a4dc;
        display: inline-block;
        text-align: center;
        color: #fff;
        margin-bottom: 5px;
        font-size: 11px;
        position: absolute;
        top: 15px;
        right: 15px;
        background: #f7425b;
    }

    div.alsp-content img {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    .alsp-listing-logo img {
        width: 100%;
    }


    .alsp-listings-block.cz-listview article .listing-wrapper .alsp-listing-text-content-wrap {
        padding: 15px 0 0 30px;
    }

    .alsp-listings-block.cz-listview .listing-wrapper .alsp-listing-text-content-wrap {
        padding: 30px 30px 0;
        float: left;
    }

    .alsp-listing .listing-wrapper .alsp-listing-text-content-wrap {
        overflow: hidden;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap {
        width: calc(100% - 395px);
        width: -webkit-calc(100% - 395px);
        width: -moz-calc(100% - 395px);
        float: left;
    }

    .alsp-listings-block .alsp-listing-text-content-wrap, .alsp-listings-block .alsp-listing-text-content-wrap-nologo {
        padding: 0 10px;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap {
        position: relative;
        padding: 10px 0 0 !important;
    }


    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .mod-inner-content {
        position: relative;
        padding: 15px 15px 0 30px !important;
    }


    .listing-post-style-listview_mod .list-author-content-area {
        height: 200px;
    }

    .listng-author-img {
        width: 44px;
        height: 44px;
        position: absolute;
        right: 20px;
        top: -27px;
        border-radius: 50%;
    }

    .listing-post-style-listview_mod .list-author-content-area {
        padding: 30px 15px;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .modlist-bottom-area {
        border-top: 1px solid #eee;
        padding: 10px 15px 10px 30px;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .add_to_favourites.btn {
        position: absolute;
        right: 15px;
        top: 15px;
        border: 1px solid #f35359;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 10px;
        padding: 0;
        border-radius: 2px;
        color: #f35359;
    }

    .alsp-content .btn, .alsp-content a, .alsp-content button, .alsp-content input[type=button] {
        transition: all .1s linear 0s;
    }

    header.alsp-listing-header {
        float: none;
        padding: 0;
        margin: 0;
        clear: none;
        overflow: hidden;
    }

    .listing-post-style-listview_mod .list-fields-wrapper.inline-fields {
        margin: 0 -10px;
    }

    .listing-post-style-listview_mod .listing-location {
        margin-bottom: 5px;
    }

    .listing-post-style-listview_mod .cat-wrapper .listing-cat, .listing-post-style-listview_mod .cat-wrapper .cat-seperator {
        font-size: 12px;
        color: #888;
    }

    .listing-post-style-listview_mod .cat-wrapper .listing-cat, .listing-post-style-listview_mod .cat-wrapper .cat-seperator {
        font-size: 12px;
        color: #888;
    }

    .alsp-listing .listing-wrapper .cat-seperator {
        padding: 0 5px;
    }

    #theme-page h1, #theme-page h2, #theme-page h3, #theme-page h4, #theme-page h5, #theme-page h6, .subscription-form .title h5 {
        font-weight: 700;
        color: #222222;
    }

    header.alsp-listing-header h2 {
        font-size: 16px;
    }

    header.alsp-listing-header h2 {
        line-height: 1.5em;
        margin: 5px 0;
        display: inline-block;
    }

    .alsp-listing .listing-wrapper .alsp-listing-text-content-wrap .alsp-listing-header h2 a {
        font-size: 18px;
        font-weight: bold;
        line-height: 16px;
    }


    .author-unverified.pacz-icon-check-circle {
        color: #c5c5c5;
        padding-left: 10px;
        vertical-align: middle;
        font-size: 13px;
    }

    div.alsp-content .alsp-field-output-block.alsp-field-output-block-checkbox, div.alsp-content .alsp-field-output-block:last-child {
        clear: both;
    }

    .listing-post-style-listview_mod .list-exerpt-field .alsp-field {
        margin-bottom: 0 !important;
    }

    div.alsp-content .alsp-field-output-block {
        margin-top: 40px;
    }

    div.alsp-content .alsp-field-output-block {
        margin: 10px 0;
    }

    .listing-post-style-listview_mod .alsp-field-output-block-excerpt {
        margin: 0 0 10px !important;
    }

    .alsp-listings-block.cz-listview article .alsp-field-caption {
        color: #222222;
    }

    .listing-post-style-listview_mod .alsp-field-output-block-excerpt .alsp-field-caption {
        display: none;
    }

    .alsp-listings-block .alsp-field-content {
        display: inline-block;
    }

    .alsp-listings-block.cz-listview article .alsp-field-caption .alsp-field-name {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .listing-post-style-listview_mod .listing-location {
        margin-bottom: 5px;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .modlist-bottom-area {
        border-top: 1px solid #eee;
        padding: 10px 15px 10px 30px;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .listing-rating.grid-rating {
        float: left;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .price {
        float: right;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .listing-rating.grid-rating .rating-numbers {
        background: #a16938;
        color: #fff;
        font-size: 11px;
        padding: 0 10px;
        text-align: center;
        min-width: 26px;
        min-height: 20px;
        line-height: 18px;
        border-radius: 1px;
        display: inline-block;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .listing-rating.grid-rating .single-rating .rating-value {
        display: none;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .listing-rating.grid-rating .single-rating i {
        font-size: 11px;
    }

    .rating-stars {
        vertical-align: bottom;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .price .alsp-field {
        margin: 0;
        font-weight: bold;
    }

    .listing-post-style-listview_mod .alsp-listing-text-content-wrap .price .alsp-field-caption {
        display: none;
    }

    .alsp-listings-block.cz-listview article .alsp-field-caption {
        color: #222222;
    }

    .listing-post-style-listview_mod .list-author-content-area .listng-author-img {
        position: relative;
        margin: 0 auto;
        top: 0;
        left: auto;
        right: auto;
    }

    .listing-post-style-listview_mod .listng-author-img span {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .author-in-active {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #c5c5c5;
        margin-left: 10px;
        display: inline-block;
    }

    .listing-post-style-listview_mod .list-author-content-area .listng-author-name {
        text-align: center;
        margin-top: 5px;
    }

    .listing-post-style-listview_mod .list-author-content-area .listng-author-url-link {
        text-align: center;
    }

    .listing-post-style-listview_mod .list-author-content-area .listng-author-url {
        text-align: center;
        margin-top: 10px;
    }

    .listing-post-style-listview_mod .list-author-content-area .listng-author-url-link a {
        text-align: center;
        font-size: 10px;
        text-transform: capitalize;
        color: #0083c9;
        text-decoration: underline !important;
    }

    .listing-post-style-listview_mod .list-author-content-area .listng-author-url a {
        text-align: center;
        font-size: 12px;
        text-transform: capitalize;
        background: #cdcfd7;
        padding: 3px 15px;
        border-radius: 25px;
        color: #fff;
    }

    .list-author-content-area {
        width: 145px;
        float: left;
        min-height: 203px;
        border-left: 1px solid #eee;
    }


    #theme-page img, #pacz-footer img, .pacz-page-section img, .pacz-inner-grid img, .pacz-header-logo img, .pacz-side-dashboard img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border: 0;
    }

    .listing-post-style-listview_mod .list-author-content-area .listng-author-img img {
        border: 2px solid #ebebeb !important;
    }

    div.alsp-content img {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    .listng-author-img img {
        border-radius: 50% !important;
    }


    .dashboard {
        padding: 100px 0 !important;
    }

    .dashboard h2 {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .dashboardsection .tab-content {
        padding: 0;
        margin-bottom: 0;
    }


    .dashboardsection .tab-content {
        background: #fff;
        padding: 15px;
    }

    .dashboardsection .tab-content .row {
        padding: 15px;
    }

    .author_img {
        text-align: center;
        margin: 0 auto;
        width: 180px;
        height: 180px;

    }

    .author_img img {
        border-radius: 50%;
        border: 4px solid #a16938;
    }

    h3.author_imgtitle {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .dashboardsection a {
        padding: 0;
    }

    .dashboardsection a.btn {
        display: block;
        padding: 4px 8px;
        color: #fff;
        font-size: 10px;
    }

    table.add-manage-table > tbody > tr > td {
        vertical-align: middle;
    }

    .dashboardsection p a {
        font-size: 15px;
    }

    .dashboardsection p {
        font-size: 12px;
        padding: 6px 0 0 0;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(134, 133, 133, 0.05);
    }

    .table-striped tbody tr {
        box-shadow: 0 0 4px 1px #e7e7e7;
    }

    .table-striped tbody tr:hover {
        box-shadow: none;
    }


    .message-list .list-group-item {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    .message-list .list-group-item:hover {
        box-shadow: inset 1px 0 0 #dfdfdf, inset 1px 0 0 #dfdfdf, 0 0px 1px 0 rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
    }

    .message-list .list-group-item .form-check {
        padding-left: 0;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        justify-items: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .message-list .list-group-item .form-check .custom-control {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .message-list .list-group-item .list-box-user {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        width: 12%;
    }

    .message-list .list-group-item .list-box-user img {
        border: solid 1px #ddd;
        padding: 2px;
        border-radius: 2px;
    }

    .message-list .list-group-item .list-box-user .name {
        font-size: 11px;
        font-weight: 500;
        margin-top: 2px;
        text-overflow: ellipsis;
        width: 110%;
        white-space: nowrap;
        overflow: hidden;
    }

    .message-list .list-group-item .list-box-user .name i {
        font-size: 10px;
        margin-right: 3px;
    }

    .message-list .list-group-item .list-box-user .name i.online {
        color: #a16938;
    }

    .message-list .list-group-item .list-box-user .name i.offline {
        color: #636c72;
    }

    .message-list .list-group-item .list-box-content {
        width: 65%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-font-smoothing: antialiased;
    }

    .message-list .list-group-item .list-box-content .title {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: #292b2c;
        font-size: .875rem;
        letter-spacing: .2px;
        text-overflow: ellipsis;
        width: 95%;
        white-space: nowrap;
        overflow: hidden;
    }

    .message-list .list-group-item .list-box-content .message-text {
        color: #292b2c;
        font-size: 12px;
        max-width: 80%;
        font-weight: bold;
    }

    .message-list .list-group-item .list-box-content .time {
        font-size: 11px;
        color: #636c72;
        margin-top: 5px;
    }

    .message-list .list-group-item .list-box-action {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        justify-content: space-evenly;
    }

    .message-list .list-group-item .list-box-action a {
        color: #292b2c;
    }

    .message-list .list-group-item .list-box-action a:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .message-list .list-group-item.seen .list-box-content .title {
        font-weight: normal;
    }

    .message-list .list-group-item.seen .list-box-content .message-text {
        font-weight: normal;
    }

    .inbox-nav {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    @media (max-width: 767px) {
        .inbox-nav {
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            flex-direction: row;
            margin-bottom: 15px;
            border: solid 1px #ddd;
        }
    }
    .inbox-nav li.active, .inbox-nav li:hover {
        background: #f5f5f5;
    }

    .inbox-nav li.active a, .inbox-nav li:hover a {
        font-weight: bold;
    }

    .inbox-nav li a {
        color: #292b2c;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    .inbox-nav li a .badge {
        color: #636c72;
        font-weight: normal;
    }

    .message-tool-bar-right .count-message {
        margin-right: 10px;
    }

    .dashboardsection .inbox-wrapper a.btn {
        padding: 10px 8px;
    }


    .inbox-wrapper .btn-secondary {
        color: #fff;
        background-color: #a16938;
        border-color: #a16938;
    }


    .inbox-wrapper .title {
        padding: 0 0 0;
        text-transform: lowercase;
        color: #a16938;
    }


    .author-setting {
        background: #e96969 none repeat scroll 0 0;
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .author-setting p {
        padding: 8px 0;
        color: #fff;

    }

    .author-setting p a {
        color: #fff;
    }


    .author-profile-details ul {
        list-style: outside none none;
        margin-bottom: 50px;
    }

    .author-profile-details ul li {
        color: #888888;
        margin-bottom: 12px;
    }

    .author-profile-details ul li i {
        background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #e1e1e1;
        display: inline-block;
        height: 32px;
        margin: 0 10px 0 0;
        padding: 8px 0 0;
        text-align: center;
        width: 32px;
    }

    .profile-pricing .price-plan {
        border: 1px solid #e1e1e1;
        padding: 5px;
        position: relative;
        text-align: center;
    }

    .profile-pricing .price-plan > h4 {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: -20px;
    }

    .profile-pricing .price-plan .profile-user-plan {
        background: #f8f8f8 none repeat scroll 0 0;
    }

    .profile-pricing .price-plan > h4 > span {
        background: #3f3d59 none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        padding: 22px 18px;
    }

    .profile-pricing .price-plan .profile-user-plan h4 {
        margin: 0;
        padding: 20px 0 20px;
    }

    .profile-pricing .price-plan .profile-user-plan ul {
        list-style: outside none none;
        margin-bottom: 20px;
        padding: 0;
    }

    .profile-pricing .price-plan .profile-user-plan ul li {
        color: #888888;
        margin: 0 0 0;
    }

    .profile-pricing .price-plan .profile-user-plan a {
        background: #3f3d59 none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        height: 36px;
        margin-bottom: 30px;
        padding: 7px 0 0;
        text-align: center;
        text-decoration: none;
        width: 130px;
    }

    .author-price-plan .author-price-content p {
        color: #888888;
        margin-bottom: 15px;
    }


    .author-profile-details > p {
        color: #888888;
        margin-bottom: 15px;
    }

    .profile-pricing {
        margin: 6px 0 0;
    }


    .mainHeadingin h2 {
        color: #303030;
        font-size: 21px;
        font-weight: normal;
        padding: 0 0 10px !important;
        text-transform: uppercase;
    }

    .mainHeadingin span {
        background: #e96969 none repeat scroll 0 0;
        display: inline-block;
        height: 2px;
        position: relative;
        width: 130px;
        z-index: 1;
    }

    .mainHeadingin i {
        color: #e96969;
        display: inline-block;
        font-size: 14px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: -6px;
        z-index: 2;
    }


    .OurServices .author-profile-details a {
        display: inline;
    }

    .classi-author-account {
        margin: 0 0 25px;
    }

    .account-overview .classifi-account-view {
        background: #f8f8f8 none repeat scroll 0 0;
        height: 42px;
        margin: 0 0 10px;
        padding: 0 30px;
    }

    .account-overview .classifi-account-view span {
        color: #666666;
        display: inline-block;
        font-weight: 500;
        width: 70%;
    }

    .account-overview .classifi-account-view p {
        color: #888888;
        display: inline-block;
        line-height: 32px;
    }

    .text-right {
        text-align: right;
    }

    .author-images {
        border: 1px solid #e1e1e1;
        display: inline-block;
        padding: 5px;
        position: absolute;
        text-align: center;
        top: -40px;
        width: 86%;
    }

    .classauthor-title {
        background: #e96969 none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        margin: 65px 0 10px;
        text-align: center;
        width: 100%;
    }

    .classauthor-title p {
        padding: 8px 0;
    }

    .author-setting {
        background: #e96969 none repeat scroll 0 0;
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .author-setting p a {
        color: #fff;
    }

    .author-profile-details h4.profile-heading {
        padding: 0 0 18px 0;
    }


    .classi-ads-detail {
        width: 100%;
    }

    div#form {
        width: 100%;
    }

    .well {
        width: 100%;
    }


    .inner-boxdrash {
        width: 100%;
    }


    .inner-boxdrash .card-title {
        margin-bottom: 0;
    }

    .inner-boxdrash .card {
        margin: 15px 0;
    }

    .inner-boxdrash .control-label {
        padding: 0 0 15px 15px;
        font-weight: bold;
    }


    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .selectpicker.selecter-element {
        margin: 0;
        padding: 10px 12px;
        width: 100%;
    }

    .add-post .control-label {
        font-weight: bold;
        padding: 0 0 20px 15px;
    }


    .add-post .well {
        text-align: center;
    }

    .add-post .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }


    .add-post {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .form-post-add {
        margin: 40px auto 0 auto;
        max-width: 100%;
    }

    .content-subheading {
        padding: 20px 0 30px;
        text-align: center;
    }


    .registrationAds .registration-box {
        width: 800px;
        margin: auto;
        -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        border-top: 3px solid #a16938;
        padding: 45px 20px;
    }


    .dropdown-item span {
        background: #F00;
        color: #fff;
        padding: 2px 6px;
        margin: 0 0 0 8px;
        border-radius: 6px;
    }


    /*User Dashboard Page Style*/
    .user-dashboard {
        padding: 70px 0;
    }

    .user-dashboard .container {
        max-width: 1320px;
    }

    .user-dashboard .nav-list {
        background-color: #fff;
        margin-bottom: 30px;
    }

    .user-dashboard ul {
        padding: 0px;
        margin: 0px;
        -webkit-box-shadow: 0 2px 7px -5px #777;
        -moz-box-shadow: 0 2px 7px -5px #777;
        box-shadow: 0 2px 7px -5px #777;
    }

    .user-dashboard .nav-list ul li {
        list-style: none;
        padding: 15px 20px 12px 20px;
        margin: 0px;
        border-top: 1px solid #ebedf3;
        line-height: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        display: block;
        width: 100%;
    }

    .user-dashboard .nav-list ul li a {
        display: block;
        outline: none;
        text-decoration: none;
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 12px;
        color: #2f313a;
        font-weight: 600;
        text-transform: uppercase;
    }

    .user-dashboard .nav-list ul li a:hover {
        color: #22b574;
    }

    .user-dashboard .nav-list ul li a i {
        min-width: 14px;
        display: inline-block;
        margin-right: 10px;
        color: #a16938;
        font-size: 14px;
        vertical-align: middle;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        line-height: 13px;
    }

    .form-wrapper {
        -webkit-box-shadow: 0 2px 7px -5px #777;
        -moz-box-shadow: 0 2px 7px -5px #777;
        box-shadow: 0 2px 7px -5px #777;
    }

    .user-dashboard form {
        width: 100%;
        margin: 0 50px;
    }

    .user-dashboard form input:focus, .user-dashboard form select:focus {
        box-shadow: none !important;
    }

    .user-dashboard form .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        height: 48px;
        flex: 1 1 auto;
        font-size: 0.9rem;
        color: #495057;
        width: 1%;
        margin-bottom: 0;
        border-radius: 0;
        border: 1px solid #a16938;
        padding: 12px 15px;
        border-left: 0;
    }

    .user-dashboard form .form-control::placeholder {
        color: #495057;
    }

    .user-dashboard form .form-control::-moz-placeholder {
        color: #495057;
    }

    .user-dashboard form .form-control::-ms-input-placeholder {
        color: #495057;
    }

    .user-dashboard form .input-group-text {
        background: #a16938;
        color: white;
        border: 1px solid #a16938;
    }

    .user-dashboard form .custom-select {
        display: inline-block;
        height: 48px;
        padding: 12px 15px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #a16938;
        border-left: 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .user-dashboard form .custom-file-label {
        border: 1px solid #a16938;
        border-left: 0;
    }

    .user-dashboard form .custom-file, .user-dashboard form .custom-file-label {
        height: 49px;
        padding: 13px 15px;
        border-radius: 0;
        font-size: 0.9rem;
        color: #495057;
    }

    .user-dashboard form .custom-file-label:after {
        height: 49px;
        padding: 13px 15px;
        border-radius: 0;
        background: #a16938;
        color: white;
        font-size: 0.9rem;
        right: -1px;
        top: -1px;
    }

    .user-dashboard form .custom-file-input {
        height: 48px;

    }

    .user-dashboard form .custom-file-input:focus {
        box-shadow: none !important;
    }


    .testim {
        width: 100%;
        position: absolute;
        top: 50%;
        height: 500px;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        cursor: pointer;
        /*font-size: 2em;*/
        color: #79D2AB;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

    .testim .arrow:before {
        cursor: pointer;
    }

    .testim .arrow:hover {
        color: #ea830e;
    }


    .testim .arrow.left {
        left: 10px;
    }

    .testim .arrow.right {
        right: 10px;
    }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        margin-top: -60px;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
    }

    .testim .dots .dot {
        list-style-type: none;
        display: inline-block;
        background-color: lightgrey !important;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #eee;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
    }

    .testim .dots .dot.active,
    .testim .dots .dot:hover {
        background-color: #ea830e;
        border-color: #ea830e;
    }

    .testim .dots .dot.active {
        -webkit-animation: testim-scale .5s ease-in-out forwards;
        -moz-animation: testim-scale .5s ease-in-out forwards;
        -ms-animation: testim-scale .5s ease-in-out forwards;
        -o-animation: testim-scale .5s ease-in-out forwards;
        animation: testim-scale .5s ease-in-out forwards;
    }

    .testim .cont {
        position: relative;
        overflow: hidden;
        margin-top: 30px !important;
    }

    .testim .cont > div {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 70px 0;
        opacity: 0;
    }

    .testim .cont > div.inactive {
        opacity: 1;
    }


    .testim .cont > div.active {
        position: relative;
        opacity: 1;
    }


    .testim .cont div .img img {
        display: block;
        width: 70px;
        height: 70px;
        margin: auto;
        margin-top: 10px;
        border-radius: 50%;
        box-shadow: 0px 0px 15px 0px #30684e;
    }


    .testim .cont div h2 {
        color: #ea830e;
        font-size: 1em;
        margin: 15px 0;
    }

    .testim .cont div p {
        font-size: 1.15em;

        width: 80%;
        margin: auto;
    }

    .testim .cont div.active .img img {
        -webkit-animation: testim-show .5s ease-in-out forwards;
        -moz-animation: testim-show .5s ease-in-out forwards;
        -ms-animation: testim-show .5s ease-in-out forwards;
        -o-animation: testim-show .5s ease-in-out forwards;
        animation: testim-show .5s ease-in-out forwards;
    }

    .testim .cont div.active h2 {
        -webkit-animation: testim-content-in .4s ease-in-out forwards;
        -moz-animation: testim-content-in .4s ease-in-out forwards;
        -ms-animation: testim-content-in .4s ease-in-out forwards;
        -o-animation: testim-content-in .4s ease-in-out forwards;
        animation: testim-content-in .4s ease-in-out forwards;
    }

    .testim .cont div.active p {
        -webkit-animation: testim-content-in .5s ease-in-out forwards;
        -moz-animation: testim-content-in .5s ease-in-out forwards;
        -ms-animation: testim-content-in .5s ease-in-out forwards;
        -o-animation: testim-content-in .5s ease-in-out forwards;
        animation: testim-content-in .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .img img {
        -webkit-animation: testim-hide .5s ease-in-out forwards;
        -moz-animation: testim-hide .5s ease-in-out forwards;
        -ms-animation: testim-hide .5s ease-in-out forwards;
        -o-animation: testim-hide .5s ease-in-out forwards;
        animation: testim-hide .5s ease-in-out forwards;
    }

    .testim .cont div.inactive h2 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;
        -moz-animation: testim-content-out .4s ease-in-out forwards;
        -ms-animation: testim-content-out .4s ease-in-out forwards;
        -o-animation: testim-content-out .4s ease-in-out forwards;
        animation: testim-content-out .4s ease-in-out forwards;
    }

    .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;
        -moz-animation: testim-content-out .5s ease-in-out forwards;
        -ms-animation: testim-content-out .5s ease-in-out forwards;
        -o-animation: testim-content-out .5s ease-in-out forwards;
        animation: testim-content-out .5s ease-in-out forwards;
    }

    @-webkit-keyframes testim-scale {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -webkit-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-moz-keyframes testim-scale {
        0% {
            -moz-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -moz-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -moz-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -moz-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-ms-keyframes testim-scale {
        0% {
            -ms-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -ms-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -ms-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -ms-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-o-keyframes testim-scale {
        0% {
            -o-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -o-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -o-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -o-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @keyframes testim-scale {
        0% {
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-webkit-keyframes testim-content-in {
        from {
            opacity: 0;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-moz-keyframes testim-content-in {
        from {
            opacity: 0;
            -moz-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-ms-keyframes testim-content-in {
        from {
            opacity: 0;
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-o-keyframes testim-content-in {
        from {
            opacity: 0;
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes testim-content-in {
        from {
            opacity: 0;
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @-webkit-keyframes testim-content-out {
        from {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @-moz-keyframes testim-content-out {
        from {
            opacity: 1;
            -moz-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @-ms-keyframes testim-content-out {
        from {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @-o-keyframes testim-content-out {
        from {
            opacity: 1;
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @keyframes testim-content-out {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(-100%);
        }
    }

    @-webkit-keyframes testim-show {
        from {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-moz-keyframes testim-show {
        from {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1);
        }
    }

    @-ms-keyframes testim-show {
        from {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }

    @-o-keyframes testim-show {
        from {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes testim-show {
        from {
            opacity: 0;
            transform: scale(0);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @-webkit-keyframes testim-hide {
        from {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }

    @-moz-keyframes testim-hide {
        from {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }
    }

    @-ms-keyframes testim-hide {
        from {
            opacity: 1;
            -ms-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }
    }

    @-o-keyframes testim-hide {
        from {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }
    }

    @keyframes testim-hide {
        from {
            opacity: 1;
            transform: scale(1);
        }

        to {
            opacity: 0;
            transform: scale(0);
        }
    }

    @media all and (max-width: 300px) {
        body {
            font-size: 14px;
        }
    }

    @media all and (max-width: 500px) {
        .testim .arrow {
            font-size: 1.5em;
        }

        .testim .cont div p {
            line-height: 25px;
        }

    }
    .cookie-banner {
        position: fixed;
        bottom: 1px;
        left: 1px;
        right: 10%;
        width: 100%;
        padding: 15px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #cfdacb;
        border-radius: 5px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

    .close {
        height: 20px;
        background-color: #777;
        border: none;
        color: white;
        border-radius: 2px;
        cursor: pointer;
    }

    .myfont {
        width: 100% !important;
        border-left: 1px solid #a16938 !important;
    }

    #notifier-container {
        top: unset !important;
        bottom: 4px !important;
    }

    .circle-tile {
        margin-bottom: 15px;
        text-align: center;
    }

    .circle-tile-heading {
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 100%;
        color: #FFFFFF;
        height: 80px;
        margin: 0 auto -40px;
        position: relative;
        transition: all 0.3s ease-in-out 0s;
        width: 80px;
    }

    .circle-tile-heading .fa {
        line-height: 80px;
    }

    .circle-tile-content {
        padding-top: 50px;
    }

    .circle-tile-number {
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
        padding: 5px 0 15px;
    }

    .circle-tile-description {
        text-transform: uppercase;
    }

    .circle-tile-footer {
        background-color: rgba(0, 0, 0, 0.1);
        color: rgba(255, 255, 255, 0.5);
        display: block;
        padding: 5px;
        transition: all 0.3s ease-in-out 0s;
    }

    .circle-tile-footer:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

    .circle-tile-heading.dark-blue:hover {
        background-color: #2E4154;
    }

    .circle-tile-heading.green:hover {
        background-color: #138F77;
    }

    .circle-tile-heading.orange:hover {
        background-color: #DA8C10;
    }

    .circle-tile-heading.blue:hover {
        background-color: #2473A6;
    }

    .circle-tile-heading.red:hover {
        background-color: #CF4435;
    }

    .circle-tile-heading.purple:hover {
        background-color: #7F3D9B;
    }

    .tile-img {
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    }

    .dark-blue {
        background-color: #34495E;
    }

    .green {
        background-color: #16A085;
    }

    .blue {
        background-color: #2980B9;
    }

    .orange {
        background-color: #F39C12;
    }

    .red {
        background-color: #E74C3C;
    }

    .purple {
        background-color: #8E44AD;
    }

    .dark-gray {
        background-color: #7F8C8D;
    }

    .gray {
        background-color: #95A5A6;
    }

    .light-gray {
        background-color: #BDC3C7;
    }

    .yellow {
        background-color: #F1C40F;
    }

    .text-dark-blue {
        color: #34495E;
    }

    .text-green {
        color: #16A085;
    }

    .text-blue {
        color: #2980B9;
    }

    .text-orange {
        color: #F39C12;
    }

    .text-red {
        color: #E74C3C;
    }

    .text-purple {
        color: #8E44AD;
    }

    .text-faded {
        color: rgba(255, 255, 255, 0.7);
    }
    .patient-info .card{
        cursor:pointer
    }
.unloggedin-header, .loggedin-header{
    display: none;
}
