    /* ----------------------------------

Template Name: Buscom - Multipurpose Business and Corporate Template
Author: validtheme
Description:
Version: 1.4

Main Font    : Montserrat
Main Color   : #ff4450

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
        - Version One
        - Version Two
    06. Services
        - Carousel
        - Grid
    07. Why Chose Us
    08. Pricing Table
    09. Fun Factor
    10. Team
    11. Our EXpertise
    12. Testimonials
    13. Portfolio
        - Grid Colum
        - Masonary Colum
    14. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    15. Concat Area
        - Version One
        - Version Two
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/
    /*
** General Styles for HTML tags
*/
    
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
    * {
        padding: 0;
        margin: 0;
    }
    
    html {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: visible;
    }
    
    body {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        overflow-x: hidden;
        background-color: #ffffff;
        color: #666666;
    }
    
    html,
    body,
    .wrapper {
        height: 100%;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #232323;
        font-weight: normal;
        line-height: 1.2;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0;
        margin: 0;
        margin-bottom: 15px;
    }
    
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 36px;
    }
    
    h3 {
        font-size: 27px;
    }
    
    h4 {
        font-size: 20px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6 {
        font-size: 14px;
    }
    
    img {
        border: none;
        outline: none;
        max-width: 100%;
        height: auto;
    }
    
    label {
        display: inline-block;
        font-weight: normal;
        margin-bottom: 5px;
        max-width: 100%;
    }
    
    a,
    .btn,
    button {
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        outline: medium none;
    }
    
    a img,
    iframe {
        border: none;
    }
    
    p {
        color: #666666;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
    }
    
    hr {
        margin-top: 0;
        margin-bottom: 0;
        border: 0;
        border-top: 1px solid #eee;
    }
    
    pre {
        display: block;
        margin: 0 0 30px;
        padding: 9.5px;
        word-wrap: break-word;
        word-break: break-all;
        color: #333;
        border: 1px solid #ededed;
        border-radius: inherit;
        background-color: #f9f9f9;
        font-size: 13px;
        line-height: 1.42857143;
    }
    
    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        box-shadow: inherit;
    }
    
    ul {
        margin: 0;
        list-style-type: none;
    }
    
    a,
    a:active,
    a:focus,
    a:hover {
        outline: none;
        text-decoration: none;
        color: #232323;
    }
    
    a:hover {
        color: #232323;
    }
    
    a {
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
    }
    
    b,
    strong {
        font-weight: 900;
    }
    
    .btn.active,
    .btn:active {
        background-image: inherit !important;
    }
    
    .btn.focus,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover {
        outline: 0;
    }
    
    .btn.circle {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    
    .btn.active,
    .btn:active {
        outline: 0;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }
    
    input {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
        min-height: 50px;
    }
    /* Default CSS */
    
    .container-half {
        margin: 0 auto;
        width: 60%;
        padding: 0 15px;
    }
    
    .bg-cover {
        background-position: center center;
        background-size: cover;
    }
    
    .bg-contain {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .bg-fixed {
        background-attachment: fixed;
        background-position: center top;
        background-size: cover;
    }
    
    .bg-gray {
        background-color: #f7f7f7;
    }
    
    .bg-theme-small {
        background-color: #edf5ff;
    }
    
    .bg-light {
        background-color: #ffffff;
    }
    
    .bg-theme {
        background-color: #CEB84D;
    }
    
    .text-light h1,
    .text-light h2,
    .text-light h3,
    .text-light h4,
    .text-light h5,
    .text-light h6,
    .text-light p,
    .text-light a {
        color: #ffffff;
    }
    
    .shadow {
        position: relative;
        z-index: 1;
    }
    
    .shadow.dark::after {
        /* background: #000000 none repeat scroll 0 0; */
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .shadow.dark-hard::after {
        background: #1d2024 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .shadow.light::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .shadow.theme::after {
        background: #CEB84D none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .shadow.theme-hard::after {
        background: #CEB84D none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .default-padding {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .default-padding-top {
        padding-top: 120px;
    }
    
    .default-padding-bottom {
        padding-bottom: 120px;
    }
    
    .default-padding.bottom-less {
        padding-top: 120px;
        padding-bottom: 90px;
    }
    
    .default-padding-top.bottom-less {
        margin-bottom: -30px;
    }
    
    .default-padding-bottom.bottom-less {
        padding-bottom: 90px;
    }
    
    .default-padding.bottom-30 {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    
    .default-padding.bottom-20 {
        padding-top: 120px;
        padding-bottom: 20px;
    }
    
    .padding-xl {
        padding-top: 180px;
        padding-bottom: 180px;
    }
    
    .top-border {
        border-top: 1px solid #e7e7e7;
    }
    
    @media screen and (min-width: 1200px) {
        .item-flex {
            display: flex;
        }
    }
    
    .item-flex.center {
        align-items: center;
    }
    
    .btn {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        line-height: 25px;
        text-transform: capitalize;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        overflow: hidden;
        border-radius: 5px;
    }
    
    .btn-md {
        padding: 12px 40px 12px;
    }
    
    .btn-sm {
        padding: 10px 35px;
        font-size: 12px;
    }
    
    .btn.btn-sm-pro {
        font-size: 10px;
        font-weight: 700;
        margin-top: 5px;
        padding: 4px 35px;
        display: inline-block;
    }
    
    .btn-border-light {
        border: 2px solid #ffffff;
    }
    
    .btn.btn-sm-pro.btn-border-light:hover,
    .btn.btn-sm-pro.btn-border-light:focus {
        background-color: #ffffff;
        color: #232323;
        border: 2px solid #ffffff;
    }
    
    .btn-dark {
        background-color: #232323;
        color: #ffffff;
        border: 2px solid #232323;
    }
    
    .btn-dark.border {
        background-color: transparent;
        color: #232323;
        border: 2px solid #232323;
    }
    
    .btn-dark.border:hover {
        background-color: #232323;
        color: #ffffff !important;
        border: 2px solid #232323;
    }
    
    .btn-gray.border {
        background-color: transparent;
        color: #666666;
        border: 1px solid #dddddd;
    }
    
    .btn-gray.border:hover {
        background-color: #CEB84D;
        color: #ffffff !important;
        border: 1px solid #CEB84D;
    }
    
    .btn.btn-light {
        background: #1d3557 none repeat scroll 0 0;
        border: 2px solid #1d3557 !important;
        color: #457b9d!important;
        font-size: 20px !important;
    }
    
    .btn.btn-light:hover,
    .btn.btn-light:focus {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-size: 20px !important;
    }
    
    .btn.btn-light.effect:hover,
    .btn.btn-light.effect:focus {
        background-color: #CEB84D;
        color: #ffffff !important;
        border: 2px solid #CEB84D;
    }
    
    .btn.btn-light.border {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
    }
    
    .btn.btn-light.border:hover {
        background: #ffffff none repeat scroll 0 0 !important;
        border: 2px solid #ffffff !important;
        color: #232323 !important;
    }
    
    .btn-dark:hover,
    .btn-dark:focus {
        color: #232323 !important;
        background: transparent;
    }
    
    .bg-dark {
        background: #111d30 none repeat scroll 0 0;
    }
    
    .btn-theme {
        background-color: #CEB84D;
        color: #ffffff !important;
        border: 2px solid #CEB84D;
    }
    
    .btn-theme.border {
        background-color: transparent;
        color: #CEB84D !important;
        border: 2px solid #CEB84D;
    }
    
    .btn-theme.border:hover {
        background-color: #CEB84D;
        color: #ffffff !important;
        border: 2px solid #CEB84D;
    }
    
    .btn-theme.effect:hover,
    .btn-theme.effect:focus {
        background: #CEB84D none repeat scroll 0 0;
        border: 2px solid #CEB84D;
        color: #ffffff;
    }
    
    .btn.btn-sm-lm {
        font-size: 12px;
        padding: 4px 35px;
    }
    
    .bg-theme a.btn-theme.btn:hover,
    .bg-theme a.btn-theme.btn:focus {
        border: 2px solid #ffffff;
        color: #ffffff;
    }
    
    .bg-fixed {
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }
    
    .bg-cover {
        background-position: center center;
        background-size: cover;
    }
    
    .container-full {
        padding: 0 15px;
        width: 100%;
    }
    
    .container-medium {
        padding: 0 15px;
        margin: auto;
    }
    
    .oh {
        overflow: hidden;
    }
    
    .less-margin {
        margin: 0;
    }
    
    header {
        position: relative;
    }
    
    .navbar img,
    .top-bar-area img {
        height: 50px;
    }
    
    header nav.navbar.border.bootsnav.navbar-fixed.no-background {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
        position: relative;
        z-index: 1;
        margin-left: 3px;
    }
    
    header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
        border: medium none;
    }
    
    header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
        background: #ffffff none repeat scroll 0 0;
        bottom: -2px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 0;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    
    header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
    header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
        width: 100%;
    }
    
    header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
    header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
        width: 0;
    }
    
    .attr-nav .social.right li {
        margin-left: 20px;
    }
    
    .attr-nav .social li a {
        font-size: 16px;
    }
    /* Navbar */
    
    nav.bootsnav.navbar-default.info-topbar .navbar-header {
        display: none;
    }
    
    nav.bootsnav.navbar-default.info-topbar ul li a {
        margin-right: 30px;
        padding: 35px 0;
    }
    
    nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
        margin-right: 0;
        padding: 35px 20px;
    }
    
    .attr-nav>a.btn-theme.effect:hover,
    .attr-nav>a.btn-theme.effect,
    .attr-nav>a.btn-theme.effect:focus {
        background: #CEB84D none repeat scroll 0 0;
        border: 2px solid #CEB84D;
        color: #ffffff !important;
    }
    
    nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
        margin-right: 30px;
        padding: 35px 0;
    }
    
    .attr-nav.social li {
        display: inline-block;
        padding: 25px 0 !important;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }
    
    .attr-nav.social li a {
        border: 1px solid #f4f4f4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #CEB84D;
        display: inline-block;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        margin-left: 10px;
        padding: 0 !important;
        text-align: center;
        width: 20px;
    }
    
    nav.navbar.bootsnav.sticked .attr-nav.social li {
        display: inline-block;
        padding: 10px 0 !important;
    }
    
    .site-heading h4 {
        font-weight: 500;
        color: #666666;
        font-size: 16px;
        display: inline-flex;
    }
    
    .text-light .site-heading h4 {
        color: #ffffff;
    }
    
    .site-heading h4::before {
        position: relative;
        top: 6px;
        content: '';
        background-color: #CEB84D;
        width: 6px;
        height: 6px;
        margin-right: 10px;
        border-radius: 50%;
    }
    
    .site-heading.clean h2 {
        padding-bottom: 0;
    }
    
    .site-heading.clean h2 span {
        color: #CEB84D;
    }
    
    .site-heading h2 span {
        color: #CEB84D;
    }
    
    .site-heading.barber h2 span {
        color: #bc9355;
    }
    
    .site-heading p {
        margin: 0;
    }
    
    .site-heading h2 {
        display: block;
        font-weight: 700;
        padding-bottom: 0;
        position: relative;
        margin-bottom: 0;
    }
    
    .site-heading h2 span {
        color: #CEB84D;
    }
    
    .site-heading {
        margin-bottom: 60px;
        overflow: hidden;
        margin-top: -5px;
    }
    
    .site-heading.single {
        margin-bottom: 35px;
    }
    
    .carousel-shadow .owl-stage-outer {
        margin: -15px -15px 0;
        padding: 15px;
    }
    
    @media (min-width:576px) {
        .container {
            max-width: 540px;
        }
    }
    
    @media (min-width:768px) {
        .container {
            max-width: 720px;
        }
    }
    
    @media (min-width:992px) {
        .container {
            max-width: 960px;
        }
    }
    
    @media (min-width:1200px) {
        .container {
            max-width: 1200px;
            width: 1200px;
        }
    }
    
    @media (min-width:576px) {
        .container-medium {
            max-width: 540px;
        }
    }
    
    @media (min-width:768px) {
        .container-medium {
            max-width: 720px;
        }
    }
    
    @media (min-width:992px) {
        .container-medium {
            max-width: 960px;
        }
    }
    
    @media (min-width:1200px) {
        .container-medium {
            max-width: 1200px;
            width: 1200px;
        }
    }
    /* ===================================
    # Shape
====================================== */
    
    .shape {
        position: relative;
        z-index: 1;
    }
    
    .shape:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 0;
        border-right: 100vw solid #f7f7f7;
        border-top: 200px solid transparent;
        width: 0;
        z-index: -1;
    }
    
    .side-bg {
        height: 100%;
        position: absolute;
        left: -30px;
        top: 0;
        width: 30%;
    }
    
    .side-bg img {
        left: 0;
        position: absolute;
        top: 60px;
        opacity: 0.7;
    }
    
    .side-bg.right {
        height: 100%;
        position: absolute;
        right: -30px;
        left: auto;
        top: 0;
        width: 30%;
    }
    
    .side-bg.right img {
        right: 0;
        left: auto;
        position: absolute;
        top: 60px;
        opacity: 0.7;
    }
    /* ============================================================== 
     # Bradcrumb 
=================================================================== */
    
    .breadcrumb-area {
        padding: 15px 0;
        overflow: hidden;
    }
    
    .breadcrumb-area .breadcrumb {
        background: transparent none repeat scroll 0 0;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    
    .page-title-area {
        padding: 150px 0;
    }
    
    .page-title-area h1 {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 40px;
        margin-top: -10px;
        margin-bottom: 0;
    }
    
    .breadcrumb>li+li::before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        padding: 0 5px;
        color: #ffffff;
        display: none;
    }
    
    .breadcrumb-area .breadcrumb li i {
        margin-right: 5px;
    }
    
    .breadcrumb-area .breadcrumb li {
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }
    
    .breadcrumb-area .breadcrumb li::after {
        content: "";
        height: 130px;
        left: -2px;
        margin-top: -5px;
        position: absolute;
        top: -50px;
        width: 1px;
        background: #dddddd;
    }
    
    .breadcrumb-area .breadcrumb li:first-child::after {
        display: none;
    }
    
    .breadcrumb-area .breadcrumb a,
    .breadcrumb-area .breadcrumb li {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .breadcrumb-area .breadcrumb li.active {
        color: #CEB84D;
    }
    /* Topbar CSS */
    
    .top-bar-area {
        /*   border-bottom: 1px solid #e7e7e7; */
        padding: 8px 0;
        overflow: hidden;
        background: #ffffff;
    }
    
    .top-bar-area .row {
        align-items: center;
        display: flex;
        float: none;
        vertical-align: middle;
    }
    
    .top-bar-area .info.box li {
        display: flex;
        text-align: left;
        float: left;
        align-items: center;
    }
    
    .top-bar-area .address-info.text-right {
        margin-bottom: -10px;
    }
    
    .top-bar-area .info.box li .icon,
    .top-bar-area .info.box li .info {
        display: table-cell;
        vertical-align: middle;
    }
    
    .top-bar-area.bg-dark .info.box li .icon,
    .top-bar-area.bg-dark .info.box li .info {
        color: #ffffff;
    }
    
    .top-bar-area .info.box li .info span {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .top-bar-area .info.box li .icon i {
        color: #CEB84D;
        font-size: 40px;
        display: inline-block;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    
    .top-bar-area.bg-light .info.box li .icon i {
        color: #CEB84D;
    }
    
    .top-bar-area .info.box li .icon {
        padding-right: 15px;
    }
    
    .top-bar-area .address-info.text-right .info.box li {
        margin-left: 20px;
        padding-left: 20px;
        position: relative;
    }
    
    .top-bar-area .address-info.text-left .info.box li {
        margin-right: 15px;
        padding-right: 15px;
        position: relative;
    }
    
    .top-bar-area .address-info.text-right .info.box li::after {
        background: #e7e7e7 none repeat scroll 0 0;
        content: "";
        height: 40px;
        left: 0;
        position: absolute;
        top: 5px;
        width: 1px;
    }
    
    .top-bar-area.bg-dark .address-info.text-right .info.box li::after {
        background: rgba(255, 255, 255, 0.3);
    }
    
    .top-bar-area .address-info.text-left .info.box li::after {
        background: rgba(255, 255, 255, 0.1);
        content: "";
        height: 200px;
        right: 0;
        position: absolute;
        top: -50%;
        width: 1px;
    }
    
    .top-bar-area .address-info.text-right .info.box li:first-child::after {
        display: none;
    }
    
    .top-bar-area .address-info.text-left .info.box li:last-child::after {
        display: none;
    }
    
    .top-bar-area .address-info.text-right .info.box li:first-child {
        border: medium none;
        margin-left: 0;
        padding-left: 0;
    }
    
    .top-bar-area .address-info.text-left .info.box li:last-child {
        border: medium none;
        margin-right: 0;
        padding-right: 0;
    }
    
    .top-bar-area .address-info.text-right .info {
        display: inline-block;
    }
    
    .top-bar-area .link.text-right a {
        margin-left: 5px;
    }
    
    .top-bar-area .social li {
        display: inline-block;
    }
    
    .top-bar-area .social li a {
        display: inline-block;
        color: #666666;
        text-align: center;
        margin-left: 20px;
        font-size: 20px;
    }
    
    .top-bar-area.bg-dark .social li a {
        color: #ffffff;
    }
    
    .top-bar-area.text-dark .social li a {
        color: #ffffff;
    }
    
    .top-bar-area .social.text-right li {
        margin-left: 5px;
    }
    
    .top-bar-area.one-line li {
        margin-right: 15px;
        padding-right: 15px;
    }
    
    .top-bar-area.bg-dark li {
        color: #ffffff;
    }
    
    .top-bar-area.one-line.bg-dark li {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .top-bar-area.one-line li:last-child {
        border: medium none;
        margin-right: 0;
        padding-right: 0;
    }
    
    .top-bar-area.one-line li i {
        margin-right: 5px;
    }
    
    .top-bar-area.one-line li i {
        color: #CEB84D !important;
    }
    
    .top-bar-area.one-line .link a {
        border-left: 1px solid #e7e7e7;
        font-weight: 500;
        margin-left: 13px;
        padding-left: 15px;
        text-transform: uppercase;
    }
    
    .top-bar-area.one-line.bg-dark .link a {
        border-left: 1px solid #ffffff;
    }
    
    .top-bar-area.one-line .link a:hover,
    .top-bar-area.one-line .link a:last-child:hover {
        color: #CEB84D !important;
    }
    
    .top-bar-area.one-line .link a:last-child {
        color: #232323;
    }
    
    .top-bar-area.one-line.bg-dark .link a:last-child {
        color: #ffffff;
    }
    
    .top-bar-area.one-line .link a:first-child {
        border: medium none;
        padding-left: 0;
    }
    
    .top-bar-area .address-info.text-right a {
        color: #CEB84D;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 25px;
    }
    
    .top-bar-area .address-info.text-center .info.box {
        display: inline-block;
        margin-bottom: -10px;
    }
    
    .top-bar-area .address-info.text-center .info.box li {
        margin: 0 15px;
    }
    
    .top-bar-area .address-info.text-center .info.box li span {
        margin-bottom: 3px;
    }
    
    .top-bar-area .address-info.text-center .info.box li span i {
        margin-right: 5px;
        color: #CEB84D;
    }
    /* ============================================================== 
     # Banner 
=================================================================== */
    
    body,
    .banner-area,
    .banner-area div {
        height: 100%;
    }
    
    .banner-area.auto-height,
    .banner-area.auto-height div {
        height: auto;
        min-height: 100%;
    }
    
    .banner-area .box-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    
    .banner-area .box-table {
        display: table;
        width: 100%;
    }
    
    .banner-area .box-cell,
    .banner-area .box-cell div {
        height: auto;
    }
    
    .banner-area {
        position: relative;
        overflow: hidden;
    }
    
    .banner-area .wavesshape {
        bottom: -2px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
    }
    
    .banner-area .wavesshape.shape {
        bottom: -50px;
        height: auto;
    }
    
    .banner-area .content {
        position: relative;
        z-index: 9;
    }
    
    .banner-area.wavesshape {
        position: relative;
        z-index: 1;
    }
    
    .banner-area.triangle-shadow {
        position: relative;
        z-index: 1;
    }
    
    .banner-area.triangle-shadow::before {
        border-bottom: 0 solid transparent;
        border-right: 100vw solid #fff;
        border-top: 80px solid transparent;
        bottom: 0;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 101;
    }
    
    .banner-area.shadow-inner .content {
        padding: 30px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .banner-area.content-double .double-items {
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }
    
    .banner-area .banner-carousel .owl-item.center img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    
    .banner-area .banner-carousel .owl-item img {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    /* Animation delays */
    
    .banner-area .item h1:first-child,
    .banner-area .item h2:first-child,
    .banner-area .item h3:first-child,
    .banner-area .item h4:first-child,
    .banner-area .item h5:first-child,
    .banner-area .item h6:first-child {
        animation-delay: .5s;
    }
    
    .banner-area .item h1:nth-child(2),
    .banner-area .item h2:nth-child(2),
    .banner-area .item h3:nth-child(2),
    .banner-area .item h4:nth-child(2),
    .banner-area .item h5:nth-child(2),
    .banner-area .item h6:nth-child(2) {
        animation-delay: .7s;
    }
    
    .carousel-caption h1:nth-child(3),
    .carousel-caption h2:nth-child(3),
    .carousel-caption h3:nth-child(3),
    .carousel-caption h4:nth-child(3),
    .carousel-caption h5:nth-child(3),
    .carousel-caption h6:nth-child(3) {
        animation-delay: .9s;
    }
    
    .banner-area .item p {
        animation-delay: .5s;
    }
    
    .banner-area .item ul {
        animation-delay: .6s;
    }
    
    .banner-area .item a,
    .banner-area .item button {
        animation-delay: .7s;
    }
    /* Carousel Fade Effect */
    
    .carousel-fade .carousel-inner .item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }
    
    .carousel-fade .carousel-inner .item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }
    
    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }
    
    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
    
    .carousel-fade .carousel-control {
        z-index: 2;
    }
    /* Slider Zoom Effect */
    
    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1, 1);
        }
        to {
            -webkit-transform: scale(1.2, 1.2);
        }
    }
    
    @-moz-keyframes zoom {
        from {
            -moz-transform: scale(1, 1);
        }
        to {
            -moz-transform: scale(1.2, 1.2);
        }
    }
    
    @-o-keyframes zoom {
        from {
            -o-transform: scale(1, 1);
        }
        to {
            -o-transform: scale(1.2, 1.2);
        }
    }
    
    @keyframes zoom {
        from {
            transform: scale(1, 1);
        }
        to {
            transform: scale(1.2, 1.2);
        }
    }
    
    .carousel-inner .item>.slider-thumb {
        -webkit-animation: zoom 20s;
        animation: zoom 20s;
    }
    
    .banner-area .carousel-zoom .slider-thumb {
        height: 100%;
        position: absolute;
        width: 100%;
    }
    
    #particles-js,
    #ripple {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .banner-area .carousel-control {
        background: transparent none repeat scroll 0 0;
        font-size: 40px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        opacity: 1;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 50px;
        z-index: 1;
    }
    
    .banner-area .carousel-control.shadow {
        background: transparent none repeat scroll 0 0;
        color: #ffffff;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        opacity: 1;
        padding: 0;
        position: absolute;
        text-shadow: inherit;
        top: 50%;
        width: 50px;
        z-index: 1;
    }
    
    .banner-area .carousel-control.shadow::after {
        background: #1e2726 none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .banner-area .carousel-control.left {
        left: -50px;
    }
    
    .banner-area:hover .carousel-control.left {
        left: 0;
    }
    
    .banner-area:hover .carousel-control.shadow.left {
        left: 20px;
    }
    
    .banner-area .carousel-control.right {
        right: -50px;
    }
    
    .banner-area:hover .carousel-control.right {
        right: 0;
    }
    
    .banner-area:hover .carousel-control.shadow.right {
        right: 20px;
    }
    /* Carousel Indicators */
    
    .banner-area .carousel-indicators {
        position: absolute;
        right: 40px;
        left: auto;
        width: auto;
        height: auto;
        top: 50%;
        transform: translate(10px, -50%);
        -webkit-transform: translate(10px, -50%);
        -moz-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
        -o-transform: translate(10px, -50%);
        bottom: auto;
        margin: 0;
    }
    
    .banner-area .carousel-indicators li {
        display: block;
        height: 20px;
        width: 20px;
        margin: 10px 0;
        border: 2px solid #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        position: relative;
        z-index: 1;
    }
    
    .banner-area .carousel-indicators li.active::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    
    .banner-area.video-bg-live .mbYTP_wrapper {
        z-index: 1 !important;
    }
    /* Content */
    
    .banner-area .top-pad .content {
        padding-top: 140px;
    }
    
    .banner-area .content .lists {
        margin-bottom: 20px;
    }
    
    .banner-area .content .lists ul {
        display: inline-block;
    }
    
    .banner-area .content .lists li {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        margin-right: 10px;
        border-right: 1px solid #666666;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: #232323;
        padding-right: 15px;
        line-height: 15px;
    }
    
    .banner-area .text-light .content .lists li {
        color: #ffffff;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    
    .banner-area .content .lists li:last-child {
        border: none;
    }
    
    .banner-area .content .lists li i {
        margin-right: 2px;
    }
    
    .banner-area .content h2 {
        font-size: 60px;
        margin-bottom: 35px;
        text-transform: capitalize;
        /*   font-weight: 700; */
        color: #1d3557;
    }
    
    .banner-area .content h2 strong {
        font-weight: 700;
    }
    
    .banner-area .content a {
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .banner-area .content h3 {
        margin-bottom: 25px;
        /*  text-transform: capitalize; */
        font-weight: 300;
    }
    
    .banner-area .content h3 span {
        font-weight: 700;
    }
    
    .banner-area.inc-desc .content a {
        margin-top: 15px;
    }
    
    .banner-area .text-center .content p {
        padding: 0 15%;
    }
    
    .banner-area .content p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .banner-area.top-padding .content {
        padding-top: 90px;
    }
    
    .banner-area .text-large .content h2 {
        font-size: 90px;
        line-height: 1;
        margin-bottom: 25px;
    }
    
    .banner-area .text-large .content a {
        margin-top: 30px;
    }
    
    .banner-area .text-large .content h3 {
        text-transform: uppercase;
        margin-bottom: 25px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    
    .banner-area .heading-uppercase .content h3 {
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .banner-area .text-large .content p {
        margin-bottom: 0;
    }
    
    .banner-area .text-medium .content h2 {
        font-size: 65px;
    }
    
    .banner-area .text-medium .content h2 strong {
        color: #CEB84D;
    }
    
    .banner-area .text-medium .content a {
        margin-top: 15px;
    }
    
    .banner-area .content p {
        font-size: 18px;
        line-height: 32px;
        padding-right: 20%;
    }
    
    .banner-area.text-center p {
        padding: 0 10%;
    }
    
    .banner-area .content h3 {
        margin-bottom: 25px;
        /*  text-transform: uppercase; */
        font-weight: 500;
        font-size: 20px;
    }
    /* ============================================================== 
     # Video Button Play
=================================================================== */
    
    .video-play-button {
        color: #CEB84D;
        font-size: 30px;
        left: 50%;
        padding-left: 7px;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        z-index: 1;
    }
    
    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #ffffff repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
    }
    
    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #ffffff repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
    }
    
    @-webkit-keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0;
        }
    }
    
    @keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0;
        }
    }
    
    .video-play-button i {
        display: block;
        position: relative;
        z-index: 3;
        color: #CEB84D;
    }
    /* ============================================================== 
     # About
=================================================================== */
    
    .about-area ul {
        margin: 0;
    }
    
    .about-area .about-items .left-info {
        padding-right: 35px;
    }
    
    .about-area .about-info li {
        float: left;
        margin-top: 30px;
        width: 50%;
    }
    
    .about-area.full-width .single-item {
        margin-bottom: 30px;
    }
    
    .about-area .about-info li:first-child,
    .about-area .about-info li:nth-child(2) {
        margin-top: 10px;
    }
    
    .about-area .about-items .item a {
        padding: 50px 30px;
        display: block;
    }
    
    .about-area .about-info li i,
    .about-area .about-items .item i {
        color: #CEB84D;
        display: inline-block;
        font-size: 55px;
        margin-bottom: 20px;
        transition: all 0.35s ease-in-out;
    }
    
    .about-area .features-items .single-item:nth-child(2n) .item i {
        color: #666666;
    }
    
    .about-area .features-items .single-item .item:hover i {
        color: #CEB84D;
        transform: rotate(360deg);
    }
    
    .about-area .about-info li h4,
    .about-area .about-info li h5,
    .about-area .about-items .item h4,
    .about-area .about-items .item h5 {
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    
    .about-area .about-items .item h5 {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .about-area .about-content .info {
        padding-right: 35px;
    }
    
    .about-area .features-items {
        padding: 30px;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        background: #ffffff;
    }
    
    .about-area .features-items .single-item {
        border-right: 1px solid #e7e7e7;
    }
    
    .about-area .features-items .single-item:last-child {
        border: none;
    }
    
    .fixed-features .features-items {
        position: relative;
        top: -120px;
        z-index: 1;
    }
    
    .about-area .about-content {
        display: block;
        float: left;
        width: 100%;
    }
    
    .about-area .author-box {
        margin-top: 30px;
    }
    
    .author-quote blockquote {
        margin-bottom: 35px;
        background: rgba(28, 185, 200, 0.07);
        padding: 30px;
        border-color: #CEB84D;
        line-height: 30px;
        position: relative;
        z-index: 1;
        border-width: 5px;
        font-size: 16px;
    }
    
    .author-quote blockquote::after {
        position: absolute;
        left: 50px;
        bottom: -15px;
        content: "";
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid rgba(28, 185, 200, 0.07);
    }
    
    .about-area .author-box .info img {
        height: 60px;
        width: auto;
    }
    
    .about-area .author-box .thumb img {
        height: 120px;
        width: 120px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #e7e7e7;
        padding: 3px;
    }
    
    .about-area .author-box .info {
        padding-left: 25px;
        padding-right: 0;
    }
    
    .about-area .author-box.thumb-less .info {
        padding-left: 0;
    }
    
    .about-area .author-box .info h4 {
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 10px;
        color: #232323;
    }
    
    .about-area .author-box .info strong {
        font-weight: 700;
        color: #999999;
    }
    
    .about-area .info h2 {
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: -5px;
    }
    
    .about-area .info h4 {
        margin-bottom: 25px;
        color: #CEB84D;
        font-weight: 700;
    }
    
    .about-area .about-items .thumb-box {
        position: relative;
        top: -170px;
        margin-bottom: -170px;
        padding-right: 35px;
    }
    
    .about-area .about-items .info li {
        float: left;
        padding-right: 30px;
        display: flex;
        align-items: center;
    }
    
    .about-area .about-items .left-info h2 {
        font-weight: 700;
        line-height: 1.3;
    }
    
    .about-area .about-items .left-info h2 strong {
        color: #CEB84D;
    }
    
    .about-area.pad-bottom {
        padding-bottom: 50px;
    }
    
    .about-area .about-items .right-info>a {
        margin-top: 10px;
    }
    
    .about-area .about-items .left-info li {
        display: block;
        position: relative;
        z-index: 1;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    
    .about-area .about-items .left-info li::after {
        position: absolute;
        left: 0;
        content: "\e64d";
        top: 0;
        font-family: 'themify';
        color: #CEB84D;
    }
    
    .about-area .about-items .left-info li:last-child {
        margin-bottom: 0;
    }
    
    .about-area .about-items.reverse .info {
        padding-right: 35px;
    }
    
    .about-area .about-items.reverse .thumb-box {
        padding-right: 0;
    }
    
    .about-area .about-items .thumb-box .thumb.shape-bg {
        position: relative;
        z-index: 1;
        padding-right: 65px;
        margin-top: 50px;
    }
    
    .about-area .about-items .thumb.shape-bg::after {
        position: absolute;
        right: 15px;
        top: -10%;
        content: "";
        height: 80%;
        width: 50%;
        background: rgba(28, 185, 200, 0.1);
        z-index: -1;
    }
    /* About version three */
    
    .about-area .about-items .about-info {
        padding-right: 35px;
    }
    
    .about-area .about-items .info ul {
        list-style: none;
        margin: 0;
        margin-top: 25px;
        overflow: hidden;
    }
    
    .about-area .about-items .info li h5 {
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .about-area .about-items .about-info a {
        margin-top: 15px;
    }
    
    .about-area .about-items .info li .info span {
        display: block;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .about-area .about-items .info li .info {
        padding-left: 15px;
    }
    
    .about-area .about-items .info li .icon {
        font-size: 45px;
        color: #CEB84D;
    }
    
    .about-area .about-items .about-info .feature-list-box {
        border-top: 1px solid #e7e7e7;
        margin-top: 30px;
    }
    
    .about-area .about-info ul {
        overflow: hidden;
        margin: 0;
        list-style: none;
        margin: 0 -15px;
    }
    
    .about-area .about-info.right-info ul {
        margin: 0;
        list-style: none;
        overflow: inherit;
        border-top: none;
        margin-top: 0;
    }
    
    .about-area .about-items .about-info.right-info li {
        margin-top: 60px;
    }
    
    .about-area .about-items .about-info.right-info li:first-child,
    .about-area .about-items .about-info.right-info li:nth-child(2) {
        margin-top: 0;
    }
    
    .about-area .about-items .about-info li {
        position: relative;
        z-index: 1;
        margin: 0;
        display: flex;
        border: none;
        padding: 0 15px;
        margin-top: 40px;
        margin-bottom: -5px;
    }
    
    .about-area .about-items .about-info li h5 {
        margin-bottom: 15px;
        text-transform: capitalize;
        font-size: 18px;
    }
    
    .about-area .about-items .about-info li p {
        margin-bottom: 0;
    }
    
    .about-area .about-items .about-info h2 {
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 25px;
        margin-top: -5px;
    }
    
    .about-area .about-items .about-info li i {
        margin: 0;
        padding-right: 20px;
        font-size: 50px;
    }
    
    .about-area .about-items .about-info li:nth-child(2) i,
    .about-area .about-items .about-info li:nth-child(3) i,
    .about-area .about-items .about-info li:nth-child(6) i {
        color: #666666;
    }
    
    .about-area .management-quote h4 {
        text-transform: capitalize;
        font-weight: 700;
    }
    
    .management-quote h2 {
        font-weight: 700;
    }
    
    .about-area .about-items .thumb {
        padding-right: 35px;
    }
    
    .about-area .about-items .thumb-box .thumb {
        padding-right: 0;
        position: relative;
    }
    
    .about-area .about-items .thumb-box .thumb::after {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        -webkit-animation-name: infiUpDown;
        animation-name: infiUpDown;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }
    
    @keyframes infiUpDown {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
        50% {
            -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    
    @-webkit-keyframes infiUpDown {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
        50% {
            -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    
    .about-area .about-items .thumb-box .thumb::after {
        position: absolute;
        left: -50px;
        top: -30px;
        content: "";
        height: 150px;
        width: 150px;
        background: url(assets/img/bg-dotted.png);
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .about-area .management-quote .management-carousel .owl-dots {
        bottom: 20px;
        text-align: center;
        margin-bottom: -12px;
        margin-top: 30px;
        position: absolute;
        top: -80px;
        right: 0;
        left: auto;
        width: auto;
    }
    
    .about-area .management-quote .management-carousel .owl-dots span {
        background: #ffffff none repeat scroll 0 0;
        border: 3px solid #e7e7e7;
        height: 12px;
        width: 35px;
    }
    
    .about-area .management-quote .management-carousel .owl-dots .owl-dot.active span {
        background: #CEB84D none repeat scroll 0 0;
        border-color: #CEB84D;
    }
    
    .about-area .management-quote .management-carousel .owl-nav {
        text-align: left;
        margin-top: 20px;
        margin-bottom: -5px;
    }
    
    .about-area .management-quote .management-carousel .owl-nav .owl-prev,
    .about-area .management-quote .management-carousel .owl-nav .owl-next {
        padding: 0;
        height: 35px;
        width: 35px;
        line-height: 38px;
        text-align: center;
        background: #f1f1f1;
        color: #232323;
        font-size: 16px;
        border-radius: 50%;
        margin: 0;
        margin-right: 8px;
    }
    
    .about-area.solid .about-items .thumb-box {
        top: 0;
        margin-bottom: 100px;
    }
    
    .about-area.solid .thumb-box .thumb img:first-child {
        max-width: 80%;
    }
    
    .about-area.solid .thumb-box .thumb img:last-child {
        position: absolute;
        right: 0;
        bottom: -100px;
        width: 300px;
        border: 10px solid #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    }
    
    .about-area .info p strong {
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }
    
    .about-area.solid .info a {
        margin-top: 15px;
    }
    /* New Styles */
    
    .about-area .about-content .thumb {
        position: relative;
    }
    
    .about-area .about-content .thumb img {
        width: 50%;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        padding: 10px;
        background: #ffffff;
    }
    
    .about-area .about-content .thumb img:nth-child(2) {
        position: absolute;
        right: 15px;
        width: 45%;
    }
    
    .about-area .about-content .thumb img:first-child {
        margin-top: 80px;
    }
    
    .about-area .about-content .info a {
        margin-top: 30px;
    }
    
    .about-area .about-content ul {
        list-style: none;
        margin-top: 30px;
    }
    
    .about-area .about-content ul li {
        display: flex;
        margin-bottom: 10px;
        position: relative;
        font-weight: 700;
    }
    
    .about-area .about-content ul li:last-child {
        margin-bottom: 0;
    }
    
    .about-area .about-content ul li i {
        display: inline-block;
        text-align: center;
        color: #CEB84D;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
    
    .about-area .author {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    
    .about-area .author .signature img {
        max-height: 70px;
    }
    
    .about-area .author .content {
        display: flex;
        align-items: center;
    }
    
    .about-area .author .content .thumb img {
        margin: 0;
        padding: 0;
        box-shadow: inherit;
        border-radius: 50%;
        height: 80px;
        width: 80px !important;
        min-width: 80px;
        min-height: 80px;
    }
    
    .about-area .author .content .thumb {
        margin-right: 20px;
    }
    
    .about-area .author .content .info {
        padding: 0;
    }
    
    .about-area .author .content .info h4 {
        margin-bottom: 10px;
        color: #232323;
        font-size: 18px;
    }
    
    .about-area .author .signature {
        margin-left: 30px;
        padding-left: 30px;
        border-left: 1px solid #dddddd;
    }
    /* ===================================
    # Why Choose Us
====================================== */
    
    .choose-us-area {
        position: relative;
        z-index: 1;
    }
    
    .choose-us-area .fixed-shape {
        position: absolute;
        right: 0;
        z-index: -1;
        width: 40%;
        text-align: right;
        opacity: 0.025;
        bottom: 0;
    }
    
    .choose-us-area .thumb-box h2 {
        position: absolute;
        right: 0;
        bottom: 30px;
        z-index: 1;
        padding: 40px;
    }
    
    .choose-us-area .thumb-box h2 strong {
        font-size: 100px;
        font-weight: 700;
        position: relative;
        display: block;
        line-height: 80px;
        margin-bottom: 15px;
    }
    
    .choose-us-area .thumb-box h2 {
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        background: #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        line-height: 1;
    }
    
    .choose-us-area .info {
        padding-left: 35px;
    }
    
    .choose-us-area .info .content>h4 {
        font-weight: 500;
        color: #666666;
        font-size: 16px;
        display: inline-flex;
    }
    
    .choose-us-area .info .content>h4::before {
        position: relative;
        top: 6px;
        content: '';
        background-color: #CEB84D;
        width: 6px;
        height: 6px;
        margin-right: 10px;
        border-radius: 50%;
    }
    
    .choose-us-area .info h2 {
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .choose-us-area ul {
        list-style: none;
        margin-top: 40px;
        margin-left: 0;
        margin-bottom: 0;
    }
    
    .choose-us-area li .info {
        padding-left: 0;
    }
    
    .choose-us-area ul li {
        display: flex;
        margin-bottom: 30px;
    }
    
    .choose-us-area ul li:last-child {
        margin-bottom: 0;
    }
    
    .choose-us-area ul li p {
        margin-bottom: 0;
    }
    
    .choose-us-area ul li i {
        display: inline-block;
        font-size: 30px;
        margin-right: 35px;
        position: relative;
        color: #ffffff;
        background: #111d30;
        border-radius: 8px;
        text-align: center;
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    
    .choose-us-area ul li i::after {
        position: absolute;
        right: -15px;
        top: -10px;
        content: "\4e";
        font-family: 'ElegantIcons';
        background: #CEB84D;
        font-size: 13px;
        height: 30px;
        width: 30px;
        line-height: 25px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    }
    
    .choose-us-area .info ul li h5,
    .choose-us-area .info ul li h4 {
        font-weight: 700;
        text-transform: inherit;
        color: #232323;
        margin-bottom: 15px;
    }
    
    .choose-us-area .thumb-box {
        position: relative;
    }
    
    .choose-us-area .thumb-box::after {
        position: absolute;
        right: 50px;
        top: 50px;
        content: "";
        height: 100%;
        width: 100px;
        background: #f7f7f7;
        z-index: -1;
    }
    
    .choose-us-area .thumb-box img:first-child {
        width: 80%;
    }
    
    .choose-us-area .thumb-box img:last-child {
        position: relative;
        width: 60%;
        right: 0;
        float: right;
        top: -150px;
        margin-bottom: -150px;
        border: 10px solid #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    }
    /* ===================================
    # Skill Area
====================================== */
    
    .skill-area .tab-items {
        border-left: 1px solid #e7e7e7;
        padding-left: 35px;
    }
    
    .skill-area .skill-items li a {
        border: 1px solid #e7e7e7;
        padding: 10px 24px;
        margin-bottom: 10px;
        margin-right: 10px;
        border-radius: inherit;
        font-weight: 600;
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
    
    .skill-area .skill-items li.active a::after {
        position: absolute;
        left: 50%;
        bottom: -9px;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #CEB84D;
        margin-left: -10px;
    }
    
    .skill-area .skill-items ul.nav-pills {
        margin-bottom: 20px;
    }
    
    .skill-area .skill-items .tab-content img {
        margin-top: 15px;
    }
    
    .skill-area .skill-items li.active a {
        background: #CEB84D;
        border-color: transparent;
    }
    
    .skill-area .info-box {
        padding-right: 35px;
    }
    
    .skill-area .info-box h2 {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 25px;
    }
    
    .skill-area .info-box .skill-items .progress-box .progress {
        margin-bottom: 30px;
        height: 3px;
    }
    
    .skill-area .info-box .skill-items .progress-box:last-child .progress {
        margin-bottom: 0;
    }
    
    .skill-area .info-box .skill-items .progress-box h5 {
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .skill-area .info-box .skill-items {
        margin-top: 30px;
    }
    
    .skill-area .info-box .skill-items .progress-box .progress .progress-bar {
        background: #CEB84D;
    }
    /* ===================================
    # Process
====================================== */
    
    .process-items .item .icon {
        display: inline-block;
        height: 120px;
        width: 120px;
        line-height: 120px;
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        font-size: 40px;
        color: #CEB84D;
        position: relative;
        z-index: 1;
        background: rgba(255, 255, 255, 0.7);
        border: 2px solid rgba(255, 255, 255, 0.8);
    }
    
    .process-items .item .icon span {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: normal;
        background: #ffffff;
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        color: #232323;
        font-weight: 700;
    }
    
    .process-items .item h4 {
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 25px;
        font-weight: 600;
    }
    
    .process-items .single-item {
        margin-top: 120px;
    }
    
    .process-items .single-item:nth-child(2n) {
        margin-top: 0;
    }
    /* ===================================
    # Services
====================================== */
    
    .services-area .services-items .equal-height {
        margin-bottom: 30px;
    }
    
    .services-area .services-items .item {
        -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }
    
    .services-area.text-center .services-items .item {
        padding: 67px 37px;
        position: relative;
        z-index: 1;
    }
    
    .services-area.text-center .services-items .item::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: url(assets/img/shape-6a.png);
        background-repeat: no-repeat;
        background-position: right top;
        z-index: -1;
    }
    
    .services-area .services-items .item .info {
        padding: 60px 37px;
    }
    
    .services-area .services-items .item span {
        font-family: 'Roboto', sans-serif;
        position: absolute;
        right: 37px;
        bottom: 30px;
        color: #e7e7e7;
        font-size: 36px;
        font-weight: 700;
        opacity: 0.7;
    }
    
    .services-area .services-items .item>i,
    .services-area .services-items .item .icon i {
        color: #CEB84D;
    }
    
    .services-area.text-center .services-items .item>i,
    .services-area.text-center .services-items .item .icon i {
        clip-path: inherit;
        margin-left: 0;
        font-size: 60px;
    }
    /* Dot Shape */
    
    .services-area .services-items .item .icon {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 30px;
    }
    
    .services-area .services-items .item .shape-box {
        z-index: 999;
        position: absolute;
        left: 20px;
        top: 8px;
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
    }
    
    .services-area.text-center .services-items .item .shape-box {
        left: 17px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
    }
    
    .services-area .services-items .item .icon span.dot-shape {
        left: 0;
        top: 0;
        height: 18px;
        width: 3px;
        background: #ffffff;
        opacity: 1;
    }
    
    .services-area.text-center .services-items .item .icon span.dot-shape {
        height: 15px;
    }
    
    .services-area .services-items .item .icon span.dot-shape:nth-child(2) {
        left: 12px;
        top: 0;
    }
    
    .services-area .services-items .item .icon span.dot-shape:nth-child(3) {
        left: 6px;
        top: 0;
    }
    
    .services-area .services-items .item h4 {
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .services-area .services-items .item a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        color: #666666;
    }
    
    .services-area.text-center .services-items .item a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }
    
    .services-area.text-center .services-items .item a:hover {
        color: #CEB84D !important;
    }
    
    .services-area .services-items .item a:hover {
        color: #CEB84D !important;
    }
    
    .services-area .services-items .item a i {
        position: relative;
        top: 1px;
        font-size: 12px;
    }
    
    .services-area .services-items.services-carousel .owl-dots {
        bottom: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: -12px;
        margin-top: 30px;
    }
    
    .services-area .services-items.services-carousel .owl-dots span {
        background: #ffffff none repeat scroll 0 0;
        border: 3px solid #e7e7e7;
        height: 12px;
        width: 35px;
    }
    
    .services-area .services-items.services-carousel .owl-dots .owl-dot.active span {
        background: #CEB84D none repeat scroll 0 0;
        border-color: #CEB84D;
    }
    /* Services Thumb */
    
    .services-area.inc-thumb .equal-height {
        margin-bottom: 30px;
    }
    
    .services-area.inc-thumb .item {
        display: flex;
        -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        border-radius: 5px;
    }
    
    .services-area.inc-thumb .item .info {
        padding: 60px 30px;
    }
    
    .services-area.inc-thumb .item .thumb,
    .services-area.inc-thumb .item .info {
        width: 50%;
        border-radius: 5px;
    }
    
    .services-area.inc-thumb .item .thumb {
        background-size: cover;
        background-position: center center;
    }
    
    .services-area.inc-thumb .item .info h4 {
        position: relative;
        font-weight: 700;
        text-transform: capitalize;
    }
    
    .services-area.inc-thumb .item .info h4 i {
        position: absolute;
        left: -90px;
        top: -30px;
        background: #ffffff;
        height: 80px;
        width: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 40px;
        color: #CEB84D;
        border-radius: 5px;
    }
    
    .services-area.inc-thumb .service-items .equal-height:nth-child(2n) .item h4 i,
    .services-area.inc-thumb .service-items .owl-item:nth-child(2n) .item h4 i {
        color: #FEA369;
    }
    
    .services-area.inc-thumb .service-items .equal-height:nth-child(3n) .item h4 i,
    .services-area.inc-thumb .service-items .owl-item:nth-child(3n) .item h4 i {
        color: #1BDBAC;
    }
    
    .services-area.inc-thumb .service-items .equal-height:nth-child(4n) .item h4 i,
    .services-area.inc-thumb .service-items .owl-item:nth-child(4n) .item h4 i {
        color: #F48687;
    }
    
    .services-area.inc-thumb .service-items .equal-height:nth-child(5n) .item h4 i,
    .services-area.inc-thumb .service-items .owl-item:nth-child(5n) .item h4 i {
        color: #30af8c;
    }
    
    .services-area.inc-thumb .service-items .equal-height:nth-child(6n) .item h4 i,
    .services-area.inc-thumb .service-items .owl-item:nth-child(6n) .item h4 i {
        color: #e02d76;
    }
    
    .services-area.inc-thumb .item .info a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        color: #CEB84D;
        text-decoration: underline;
    }
    /* Services Icon Only */
    
    .services-area.icon-only .services-items {
        position: relative;
        z-index: 1;
    }
    
    .services-area.icon-only .fixed-shape {
        display: none;
    }
    
    @media only screen and (min-width: 1299px) {
        .services-area.icon-only .fixed-shape {
            position: absolute;
            right: -120px;
            top: -150px;
            height: 300px;
            width: 300px;
            background-size: contain;
            background-position: right;
            transform: rotate(-45deg);
            display: inline-block;
        }
    }
    
    .services-area.icon-only .services-items .equal-height {
        margin-bottom: 30px !important;
    }
    
    .services-area.icon-only .services-items .equal-height .item::after,
    .services-area.icon-only .services-items .owl-item .item::after {
        display: none;
    }
    
    .services-area.icon-only .services-items .item .info>i {
        display: inline-block;
        font-size: 50px;
        color: #CEB84D;
        margin-bottom: 30px;
    }
    
    .services-area.icon-only.inc-shape .services-items .item .info>i {
        position: relative;
        z-index: 1;
    }
    
    .services-area.icon-only.inc-shape .services-items .item .info>i::after {
        position: absolute;
        left: 0;
        top: -15px;
        content: "";
        height: 80px;
        width: 80px;
        background: rgba(28, 185, 200, 0.07);
        z-index: -1;
        border-radius: 50%;
    }
    
    .services-area.icon-only .services-items .item .info>a {
        color: #666666;
    }
    
    .services-area.icon-only .services-items .item .info>a:hover {
        color: #CEB84D !important;
    }
    
    .services-area.modern .thumb {
        position: relative;
        z-index: 1;
    }
    
    .services-area.modern .thumb .shapes {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 100%;
    }
    
    .services-area.modern .thumb .shapes img {
        width: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .services-area.modern .services-items .item .info {
        padding-top: 55px;
        padding-bottom: 55px;
        position: relative;
    }
    
    .services-area.modern .services-items .item .info .icon {
        position: absolute;
        top: -50px;
    }
    /* Services Single */
    
    .services-single-area .info img {
        margin: 0;
    }
    
    .services-single-area .services-info .row .col-md-6 {
        margin-top: 30px;
    }
    
    .services-single-area .sidebar-item li a {
        font-weight: 500;
    }
    
    .services-single-area .sidebar-item li a:hover {
        color: #CEB84D !important;
    }
    
    .services-single-area .sidebar-item li {
        margin-bottom: 10px;
    }
    
    .services-single-area .sidebar-item li:last-child {
        margin-bottom: 0;
    }
    
    .services-single-area ul {
        margin: 0;
        list-style: none;
    }
    
    .services-single-area .services-info .info {
        padding-top: 30px;
    }
    
    .services-single-area .services-info .info h2 {
        font-weight: 700;
    }
    
    .services-single-area .services-info .info h4 {
        font-weight: 700;
        margin-top: 20px;
    }
    
    .services-single-area .services-info .faq-area {
        margin-top: 50px;
    }
    
    .services-single-area .services-info .faq-area h2 {
        font-weight: 700;
        margin-bottom: 25px;
    }
    
    .services-single-area .sidebar .sidebar-item {
        margin-bottom: 50px;
        background: #f8f8f8;
        padding: 30px;
        overflow: hidden;
        border-radius: 8px;
    }
    
    .services-single-area .sidebar .sidebar-item.widget_text {
        padding: 0;
    }
    
    .services-single-area .sidebar {
        padding-left: 35px;
    }
    
    .services-single-area .sidebar .sidebar-item:last-child {
        margin: 0;
    }
    
    .services-single-area .sidebar .sidebar-item h4 {
        text-transform: capitalize;
        font-weight: 700;
        color: #232323;
        margin-bottom: 25px;
    }
    
    .services-single-area .sidebar .sidebar-item.link li {
        display: block;
        margin-bottom: 10px;
    }
    
    .services-single-area .sidebar .sidebar-item.link li a {
        display: block;
        font-weight: 500;
        color: #666666;
        background: #ffffff;
        padding: 15px 25px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        padding-left: 15px;
        border: 1px solid #e7e7e7;
    }
    
    .services-single-area .sidebar .sidebar-item.link li a::after {
        position: absolute;
        right: 15px;
        top: 17px;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
    }
    
    .services-single-area .sidebar .sidebar-item.link li a:hover,
    .services-single-area .sidebar .sidebar-item.link li.active a {
        background: #CEB84D !important;
        color: #ffffff;
    }
    
    .services-single-area .sidebar .sidebar-item.link li.current-menu-item i {
        color: #ffffff;
    }
    
    .services-single-area .sidebar .sidebar-item.link li a:hover i {
        color: #ffffff;
    }
    
    .services-single-area .sidebar .sidebar-item.link li a i {
        color: #CEB84D !important;
        margin-right: 5px;
        transition: all 0.35s ease-in-out;
    }
    
    .services-single-area .sidebar .sidebar-item.link li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }
    
    .services-single-area .sidebar-item.address ul li {
        margin-bottom: 10px;
    }
    
    .services-single-area .sidebar-item.address ul li .icon {
        padding-right: 15px;
    }
    
    .services-single-area .sidebar-item.address ul li .icon i {
        display: inline-block;
        font-size: 30px;
        color: #CEB84D;
    }
    
    .services-single-area .sidebar-item.address ul li:last-child {
        margin-bottom: 0;
    }
    
    .services-single-area .sidebar .sidebar-item.contact.address {
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
        color: #ffffff;
        text-align: center;
    }
    
    .services-single-area .sidebar .sidebar-item.contact.address::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: #000000;
        z-index: -1;
        opacity: 0.6;
    }
    
    .services-single-area .sidebar .sidebar-item.contact.address h4 {
        color: #ffffff;
    }
    
    .services-single-area .sidebar .sidebar-item.project li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .services-single-area .sidebar .sidebar-item.project li:last-child {
        margin-bottom: 0;
    }
    
    .services-single-area .sidebar .sidebar-item form input,
    .services-single-area .sidebar .sidebar-item form textarea {
        border-radius: 5px;
        box-shadow: inherit;
        background: #ffffff;
        border: 1px solid #e7e7e7;
        padding: 15px;
    }
    
    .services-single-area .sidebar .sidebar-item form textarea {
        padding-top: 15px;
        min-height: 150px;
        min-height: 80px;
        height: 120px;
    }
    
    .services-single-area .sidebar .sidebar-item form button {
        border: none;
        display: inline-block;
        background: #CEB84D;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        padding: 12px 40px 12px;
        border-radius: 5px;
    }
    
    .services-single-area form .wpcf7-response-output {
        overflow: hidden;
        margin-top: 20px;
        position: relative;
        top: 20px;
    }
    /* ===================================
    # Services Modern 
====================================== */
    
    .modern-services-area .item {
        background: #ffffff;
        padding: 60px 30px;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        border-radius: 8px;
        position: relative;
        z-index: 1;
    }
    
    .modern-services-area .item .icon i {
        font-size: 50px;
        margin-bottom: 30px;
        color: #CEB84D;
        display: inline-block;
        position: relative;
        z-index: 1;
        height: 100px;
        width: 100px;
        line-height: 105px;
    }
    
    .modern-services-area .item .icon i::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #CEB84D;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        opacity: 0.08;
        border-radius: 50%;
        transition: all 0.35s ease-in-out;
    }
    
    .modern-services-area .item:hover .icon i::after,
    .modern-services-area .single-item:first-child .item .icon i::after {
        background: #ffffff;
        opacity: 1;
    }
    
    .modern-services-area .item h4 {
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .modern-services-area .single-item {
        margin-bottom: 30px;
    }
    
    .modern-services-area .item::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: url(assets/img/shape-5.png);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 8px;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        z-index: -1;
    }
    
    .modern-services-area .item::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 70%;
        width: 100%;
        background: #CEB84D;
        z-index: -1;
        border-radius: 8px;
        transition: all 0.35s ease-in-out;
        opacity: 0;
    }
    
    .modern-services-area .item:hover::after,
    .modern-services-area .single-item:first-child .item::after {
        opacity: 1;
    }
    
    .modern-services-area .item:hover::before,
    .modern-services-area .single-item:first-child .item::before {
        opacity: 1;
        height: 100%;
    }
    
    .modern-services-area .item .content a {
        margin-top: 5px;
        display: inline-block;
        margin-bottom: -15px;
        color: #666666;
    }
    
    .modern-services-area .item .content a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }
    
    .modern-services-area .item .content a i {
        position: relative;
        top: 1px;
        font-size: 12px;
        transition: all 0.05s ease-in-out;
    }
    
    .modern-services-area .item h4,
    .modern-services-area .item p,
    .modern-services-area .item i {
        transition: all 0.35s ease-in-out;
    }
    
    .modern-services-area .item:hover h4,
    .modern-services-area .item:hover p,
    .modern-services-area .item:hover a,
    .modern-services-area .single-item:first-child .item h4,
    .modern-services-area .single-item:first-child .item p,
    .modern-services-area .single-item:first-child .item a {
        color: #ffffff;
    }
    /* ===================================
    # Why Chose Us
====================================== */
    
    .why-chose-us-area {
        position: relative;
        z-index: 1;
    }
    
    .why-chose-us-area::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 50%;
        background: #000000;
        opacity: 0.7;
        z-index: -1;
    }
    
    .why-chose-us-area.full::after {
        background: #111d30 none repeat scroll 0 0;
        opacity: 1;
    }
    
    .why-chose-us-area .item-box .info {
        max-width: 600px;
        padding: 120px 0 120px 50px;
    }
    
    .why-chose-us-area .item-box .info li {
        position: relative;
        z-index: 1;
        display: block;
        margin-bottom: 25px;
        padding-left: 35px;
    }
    
    .why-chose-us-area .item-box .info li::after {
        position: absolute;
        left: 0;
        top: -2px;
        content: "\f14a";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #CEB84D;
        font-size: 20px;
    }
    
    .why-chose-us-area .item-box .info li:last-child {
        margin-bottom: 0;
    }
    
    .why-chose-us-area .item-box .info li h4 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .about-area .right-info li p {
        margin: 0;
    }
    
    .why-chose-us-area .heading h4 {
        text-transform: uppercase;
        color: #CEB84D;
        margin-bottom: 25px;
        font-weight: 500;
    }
    
    .why-chose-us-area .heading {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .why-chose-us-area .heading p:last-child {
        margin: 0;
    }
    
    .why-chose-us-area .heading h2 {
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.4;
        margin-top: -5px;
    }
    
    .why-chose-us-area .item-box .info a {
        margin-top: 15px;
    }
    /* ===================================
    # Expertise Area
====================================== */
    
    .expertise-area {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .shape-theme::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 50%;
        background: #CEB84D;
        z-index: -1;
        opacity: 1;
    }
    
    .expertise-area .info img {
        padding-bottom: 30px;
    }
    
    .expertise-area .our-expertise {
        padding-left: 50px;
    }
    
    .expertise-area .our-expertise>h4 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.6px;
        margin-bottom: 30px;
        color: #CEB84D;
    }
    
    .expertise-area.shape-theme .our-expertise>h4 {
        color: #ffffff;
    }
    
    .expertise-area .our-expertise .expertise-items h2 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 25px;
    }
    
    .expertise-area .our-expertise .expertise-items li {
        float: left;
        margin-right: 30px;
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }
    
    .expertise-area .our-expertise .expertise-items ul {
        overflow: hidden;
        margin-top: 30px;
    }
    
    .expertise-area .our-expertise .expertise-items li::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
    }
    
    .expertise-area.shape-theme .our-expertise .expertise-items li::after {
        background: rgba(255, 255, 255, 0.3);
    }
    
    .expertise-area .our-expertise .expertise-items li:last-child::after {
        display: none;
    }
    
    .expertise-area .our-expertise .expertise-items li:last-child {
        margin: 0;
        padding: 0;
    }
    
    .expertise-area .our-expertise .expertise-items a {
        margin-top: 30px;
    }
    
    .expertise-area .our-expertise .expertise-items li h4 {
        font-weight: 600;
    }
    
    .expertise-area .our-expertise .expertise-items li span {
        color: #cccccc;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }
    
    .expertise-area.shape-theme .our-expertise .expertise-items li span {
        color: #ffffff;
    }
    
    .expertise-area .our-expertise .expertise-items .owl-dots {
        margin-bottom: -8px;
        margin-top: 35px;
        text-align: left;
    }
    
    .expertise-area .our-expertise .expertise-items .owl-dots .owl-dot span {
        height: 15px;
        width: 15px;
        border: 3px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
    
    .expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot span {
        border: 3px solid rgba(255, 255, 255, 0.6);
    }
    
    .expertise-area .our-expertise .expertise-items .owl-dots .owl-dot.active span {
        position: relative;
        z-index: 1;
        width: 60px;
        border-color: #CEB84D;
    }
    
    .expertise-area .our-expertise .expertise-items .owl-dots .owl-dot.active span::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        background: #CEB84D;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    
    .expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot.active span {
        border-color: #ffffff;
    }
    
    .expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot.active span::after {
        background: #ffffff;
    }
    
    .expertise-area .info h2 {
        font-weight: 600;
        margin-bottom: 25px;
        margin-top: -5px;
        text-transform: capitalize;
    }
    
    .expertise-area .info h2 span {
        text-decoration: underline;
    }
    
    .expertise-area .info .progress .progress-bar {
        background: #CEB84D;
        box-shadow: inherit;
    }
    
    .expertise-area .info .progress-box:last-child .progress {
        margin-bottom: 0;
    }
    
    .expertise-area .info .progress-box h5 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 17px;
        color: #ffffff;
    }
    
    .expertise-area .skill-items .progress-box .progress .progress-bar span {
        color: #ffffff;
    }
    
    .expertise-area .skill-items {
        margin-top: 30px;
    }
    
    .expertise-area .achivements {
        margin-top: 30px;
    }
    
    .achivements .progressbar canvas {
        height: 100% !important;
        width: 100% !important;
    }
    
    .achivements .progressbar .circle {
        position: relative;
        z-index: 1;
    }
    
    .achivements .progressbar .circle strong {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 24px;
        margin-top: -15px;
        color: #cccccc;
    }
    
    .achivements .progressbar .circle h5 {
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 15px;
    }
    /* ===================================
    # Progress Area
====================================== */
    
    .progress-area .info h4 {
        font-weight: 500;
        color: #666666;
        font-size: 16px;
        display: inline-flex;
    }
    
    .progress-area .info h4::before {
        position: relative;
        top: 6px;
        content: '';
        background-color: #CEB84D;
        width: 6px;
        height: 6px;
        margin-right: 10px;
        border-radius: 50%;
    }
    
    .progress-area .info h2 {
        font-weight: 600;
        margin: 0;
    }
    
    .progress-area .info a {
        margin-top: 30px;
    }
    /* ===================================
    # Chart Area
====================================== */
    
    .chart-area .info {
        padding-left: 35px;
    }
    
    .chart-area .info h2 {
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 25px;
        margin-top: -5px;
    }
    
    .chart-area .info h2 strong {
        font-weight: 700;
    }
    
    .chart-area .fun-fact {
        font-family: 'Roboto', sans-serif;
    }
    
    .chart-area .fun-fact .timer {
        font-size: 40px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 10px;
        color: #232323;
    }
    
    .chart-area .fun-fact .medium {
        font-weight: 600;
    }
    
    .chart-area .fun-facts {
        margin-top: 30px;
    }
    /* ===================================
    # Testimonials Area
====================================== */
    
    .testimonials-area .testimonial-items .item {
        background: #ffffff;
        padding: 50px 37px;
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    }
    
    .testimonials-area .testimonial-items .item .author {
        border-top: 1px solid #dddddd;
        padding-top: 30px;
        margin-top: 25px;
        position: relative;
        display: flex;
        align-items: center;
        text-align: left;
    }
    
    .testimonials-area .testimonial-items .item .author .avatar {
        margin-right: 20px;
    }
    
    .testimonials-area .testimonial-items .item .author::after,
    .testimonials-area .testimonial-items .item .author::before {
        position: absolute;
        margin: auto;
        top: -1px;
        left: 100px;
        right: auto;
        width: 15px;
        height: 15px;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #fff;
        content: "";
    }
    
    .testimonials-area .testimonial-items .item .author::after {
        border-right: transparent;
        border-top: transparent;
        border-left: 1px solid #dddddd;
        -webkit-transform: rotate(-49deg);
        -ms-transform: rotate(-49deg);
        transform: rotate(-49deg);
        width: 10px;
        height: 22px;
        right: auto;
        top: -8px;
        left: 105px;
    }
    
    .testimonials-area .testimonial-items .item .author img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
    }
    
    .testimonials-area .testimonial-items .item .author h4 {
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: capitalize;
    }
    
    .testimonials-area .testimonial-items .item .author span {
        color: #CEB84D;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }
    
    .testimonials-area .testimonial-items .item i {
        font-size: 50px;
        position: absolute;
        right: 50px;
        bottom: 65px;
        opacity: 0.1;
        transform: rotate(180deg);
    }
    
    .testimonials-area .testimonial-items.testimonial-carousel .owl-dots span {
        background: #ffffff none repeat scroll 0 0;
        border: 3px solid #e7e7e7;
        height: 12px;
        width: 35px;
    }
    
    .testimonials-area .testimonial-items.testimonial-carousel .owl-dots {
        bottom: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: -12px;
        margin-top: 30px;
    }
    
    .testimonials-area .testimonial-items.testimonial-carousel .owl-dots .owl-dot.active span {
        background: #CEB84D none repeat scroll 0 0;
        border-color: #CEB84D;
    }
    
    .testimonials-area .testimonial-items .item p {
        font-size: 18px;
        line-height: 34px;
        font-style: italic;
    }
    /* ===================================
    # Team Area
====================================== */
    
    .team-area .single-item {
        margin-bottom: 30px;
    }
    
    .team-area .item .info {
        padding-top: 25px;
        position: relative;
    }
    
    .team-area .item .info h4 {
        margin-bottom: 8px;
        font-weight: 700;
        text-transform: capitalize;
    }
    
    .team-area .item .info span {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
        color: #a4a4a4;
        display: block;
        margin-bottom: -5px;
    }
    
    .team-area .team-items .thumb {
        overflow: hidden;
        position: relative;
    }
    
    .team-area .team-items .thumb img {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    
    .team-area .team-items .item:hover .thumb img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .team-area .team-items .thumb .social {
        position: absolute;
        right: 20px;
        top: 20px;
        margin: 0;
    }
    
    .team-area .team-items .thumb .social li {
        display: block;
        margin-bottom: 10px;
    }
    
    .team-area .team-items .thumb .social li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        background: #437eeb;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.30s ease-in-out;
        opacity: 0;
        position: relative;
        right: -30px;
    }
    
    .team-area .team-items .thumb .social li:first-child a {
        transition: all 0.50s ease-in-out;
    }
    
    .team-area .team-items .thumb .social li:last-child a {
        transition: all 0.30s ease-in-out;
    }
    
    .team-area .team-items .item:hover .social li a {
        opacity: 1;
        margin: 0;
        right: 0;
    }
    
    .team-area .team-items ul.social li a {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 45px;
        background: #CEB84D;
        border-radius: 50%;
        color: #ffffff;
    }
    
    .team-area .team-items ul.social li.facebook a {
        background: #3B5998 none repeat scroll 0 0;
    }
    
    .team-area .team-items ul.social li.twitter a {
        background: #1DA1F2 none repeat scroll 0 0;
    }
    
    .team-area .team-items ul.social li.pinterest a {
        background: #BD081C none repeat scroll 0 0;
    }
    
    .team-area .team-items ul.social li.g-plus a {
        background: #DB4437 none repeat scroll 0 0;
    }
    
    .team-area .team-items ul.social li.linkedin a {
        background: #0077B5 none repeat scroll 0 0;
    }
    
    .team-area .team-items ul.social li.youtube a {
        background: #c4302b none repeat scroll 0 0;
    }
    
    .team-area .team-items ul.social li.behance a {
        background: #053eff none repeat scroll 0 0;
    }
    /* ============================================================== 
     # Team Single
=================================================================== */
    
    .team-single-area .right-info {
        padding-left: 35px;
    }
    
    .team-single-area .right-info h2 {
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .team-single-area .right-info span {
        display: block;
        color: #CEB84D;
        margin-bottom: 25px;
        text-transform: uppercase;
    }
    
    .team-single-area .right-info ul {
        margin: 0;
        margin-top: 25px;
        list-style: none;
    }
    
    .team-single-area .right-info ul li {
        margin-top: 10px;
        color: #232323;
    }
    
    .team-single-area .right-info ul li a {
        font-weight: 400;
    }
    
    .team-single-area .right-info ul li a:hover {
        color: #CEB84D !important;
    }
    
    .team-single-area .right-info .social {
        display: flex;
        margin-top: 25px;
        font-weight: 600;
        align-items: center;
    }
    
    .team-single-area .right-info .social h4 {
        font-weight: 600;
        margin-bottom: 0;
        margin-right: 25px;
    }
    
    .team-single-area .right-info .social ul {
        margin: 0;
    }
    
    .team-single-area .right-info .social ul li {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
    
    .team-single-area .right-info .social ul li a {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 47px;
        background: #e7e7e7;
        text-align: center;
        border-radius: 50%;
    }
    
    .team-single-area .top-info {
        padding: 50px;
        background: #f7f7f7;
    }
    
    .team-single-area .bottom-info {
        margin-top: 80px;
    }
    
    .skill-items .info h2 {
        display: block;
        font-weight: 700;
    }
    
    .skill-items .info h3 {
        margin-bottom: 30px;
        font-weight: 700;
        color: #666666;
    }
    
    .skill-area .thumb .image-box {
        position: relative;
        z-index: 1;
        padding-bottom: 100px;
        padding-left: 35px;
    }
    
    .skill-area .thumb .image-box img {
        margin-right: 20%;
        border: 10px solid #ffffff;
        box-shadow: 0 0 10px #cccccc;
        max-width: 80%;
    }
    
    .skill-area .thumb .image-box img:nth-child(2) {
        position: absolute;
        right: -20%;
        bottom: 0;
        margin: 0;
        height: 60%;
        width: auto;
    }
    
    .skill-items .progress-box {
        margin-bottom: 40px;
    }
    
    .skill-items .progress-box:last-child {
        margin-bottom: 0;
    }
    
    .skill-items .progress-box h5 {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px;
        text-align: left;
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
    
    .skill-items .progress-box h5 span {
        position: absolute;
        font-size: 50px;
        line-height: 1;
        top: -21px;
        left: 0;
        z-index: -1;
        opacity: 0.05;
        font-weight: 900;
    }
    
    .skill-items .skill-items {
        margin-top: 40px;
    }
    
    .skill-items .progress-box .progress {
        background: transparent;
        border-bottom: 2px solid #dddddd;
        box-shadow: inherit;
        border-radius: inherit;
        overflow: inherit;
    }
    
    .skill-items .progress-box .progress .progress-bar {
        height: 6px;
        border-radius: 30px;
        background: #CEB84D;
        top: 16px;
        position: relative;
        overflow: inherit;
    }
    
    .blue .skill-items .progress-box .progress .progress-bar {
        background: #4628ba;
    }
    
    .skill-items .progress-box .progress .progress-bar span {
        position: absolute;
        right: 0;
        top: -40px;
        display: block;
        font-size: 14px;
        color: #232323;
        font-weight: 700;
    }
    
    .team-single-area .bottom-info .about-area {
        padding-left: 35px;
    }
    
    .team-single-area .bottom-info h2 {
        font-weight: 600;
        margin-bottom: 25px;
    }
    /* ===================================
    # Pricing Area
====================================== */
    
    .pricing-area .pricing {
        margin-top: 30px;
    }
    
    .pricing-area .single-item {
        margin-bottom: 30px;
    }
    
    .pricing-area .pricing-item {
        background: #ffffff;
        padding: 50px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        transition: all 0.35s ease-in-out;
        border: 2px solid transparent;
    }
    
    .pricing-area .single-item:nth-child(2) .pricing-item,
    .pricing-area .single-item .pricing-item:hover {
        border: 2px solid #CEB84D;
    }
    
    .pricing-area .single-item:nth-child(2) .pricing-item {
        padding: 80px 50px;
        margin-top: -30px;
    }
    
    .pricing-area .pricing-item ul {
        margin: 0;
        list-style: none;
        display: inline-block;
        text-align: left;
    }
    
    .pricing-area .pricing-item .pricing-header {
        text-align: center;
        margin-bottom: 0;
        border: none;
        padding: 0;
        display: block;
    }
    
    .pricing-area .pricing-item .pricing-header i {
        display: block;
        font-size: 40px;
        position: relative;
        z-index: 1;
        height: 100px;
        width: 100px;
        line-height: 100px;
        margin-right: 0;
        margin-left: 0;
        margin: auto auto 15px;
        color: #CEB84D;
    }
    
    .pricing-area .pricing-item.active .pricing-header i {
        color: #CEB84D;
    }
    
    .pricing-area .pricing-item .pricing-header i::after {
        position: absolute;
        left: -8px;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: url(assets/img/icon-shape003.png);
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.07;
    }
    
    .pricing-area .pricing-item .pricing-header h4 {
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .pricing-area .pricing-item .price {
        text-align: center;
        position: relative;
        z-index: 1;
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .pricing-area .pricing-item .price::after {
        position: absolute;
        left: -100%;
        top: 0;
        content: "";
        height: 100%;
        width: 300%;
        z-index: -1;
    }
    
    .pricing-area .pricing-item .price h2 {
        font-weight: 700;
        margin: auto auto 25px;
        letter-spacing: -1px;
        font-size: 68px;
    }
    
    .pricing-area .pricing-item .price h2 span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        color: #666666;
        margin-top: 5px;
        text-transform: capitalize;
    }
    
    .pricing-area .pricing-item .price h2 sub {
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        left: -13px;
    }
    
    .pricing-area .pricing-item .price h2 sup {
        font-size: 24px;
        top: -35px;
        font-weight: 500;
        margin-right: 3px;
    }
    
    .pricing-area .pricing-item .footer {
        text-align: center;
        margin-top: 35px;
    }
    
    .pricing-area .pricing-item i {
        margin-left: 30px;
        color: #232323;
        font-size: 14px;
    }
    
    .pricing-area .pricing-item i.fa-times-circle {
        color: #CEB84D;
    }
    
    .pricing-area .pricing-item li {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .pricing-area .pricing-item li:last-child {
        margin-bottom: 0;
        border: none;
        padding: 0;
    }
    
    .pricing-area .pricing-item .btn {
        border-radius: 5px;
    }
    
    .pricing-area .pricing-item li strong {
        font-weight: 700;
    }
    /* ===================================
    # Fun Fact Area
====================================== */
    
    .fun-fact-area {
        color: #ffffff;
        position: relative;
        z-index: 1;
    }
    
    .fun-fact-area .fixed-shape {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        opacity: 0.03;
        z-index: -1;
    }
    
    .fun-fact-area .fun-fact {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .fun-fact-area .item {
        position: relative;
        z-index: 1;
    }
    
    .fun-fact-area .timer {
        display: inline-block;
        font-size: 68px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1;
        position: relative;
        z-index: 1;
        margin-top: -5px;
    }
    
    .fun-fact-area .timer::after {
        position: absolute;
        right: -24px;
        top: -5px;
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-size: 17px;
        color: #CEB84D;
    }
    
    .fun-fact-area .medium {
        display: block;
        color: #cccccc;
        text-transform: uppercase;
    }
    
    .fun-fact-area i {
        display: inline-block;
        font-size: 60px;
        color: #ffffff;
        margin-right: 25px;
    }
    
    .fun-fact-area p {
        margin: 0;
    }
    
    .fun-factor-area.icon-first .timer {
        display: block;
    }
    
    .fun-fact-area.icon-first .fun-fact .timer {
        display: block;
    }
    
    .fun-fact-area.icon-first .fun-fact i {
        display: inline-block;
        margin-bottom: 40px;
        margin-top: 0;
    }
    
    .fun-fact-area.icon-first .item::after {
        display: none;
    }
    /* ============================================================== 
     # Faq Accordion
=================================================================== */
    
    .faq-area {
        overflow: hidden;
    }
    
    .faq-items .panel-group,
    .acd-items .panel-group {
        margin-bottom: 0;
    }
    
    .faq-area .faq-items {
        margin-top: -15px;
    }
    
    .acd-items .panel-heading .panel-title a span {
        background: #CEB84D none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
        text-align: center;
        width: 30px;
    }
    
    .acd-items .panel-heading .panel-title a {
        display: block;
        font-weight: 600;
        padding: 19px 0 20px 15px;
        position: relative;
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .acd-items .panel-heading {
        padding: 0;
        background: transparent;
    }
    
    .faq-area .acd-items .panel-body {
        padding: 30px;
    }
    
    .acd-items .panel.panel-default {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
        margin: 0 0 10px;
    }
    
    .acd-items .panel.panel-default:last-child {
        margin-bottom: 0;
    }
    
    .acd-items .panel-body p:last-child {
        margin: 0;
    }
    
    .faq-items .panel-body {
        padding: 30px;
    }
    
    .faq-items .acd-items .panel .panel-body {
        border-color: #e7e7e7;
    }
    
    .acd-arrow .panel-group.symb .panel-heading a::after {
        content: "\f107";
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 17px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    
    .acd-arrow.left .panel-group.symb .panel-heading a::after {
        content: "\f01b" !important;
        font-size: 20px;
        position: absolute;
        right: auto;
        left: 10px;
        top: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    
    .acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
        content: "\f01a" !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    
    .faq-area .faq-items .panel-group {
        margin: 0;
    }
    
    .acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    /* ===================================
    # Portfolio
====================================== */
    
    .portfolio-area {
        overflow: hidden;
    }
    
    .portfolio-area.default-padding {
        padding-bottom: 105px;
    }
    
    .portfolio-area.gallery-carousel {
        padding-bottom: 120px;
    }
    
    .portfolio-area .gallery-items.col-3 .pf-item {
        float: left;
        padding: 15px;
        width: 33.3333%;
    }
    
    .portfolio-area .gallery-items.col-2 .pf-item {
        float: left;
        padding: 15px;
        width: 50%;
    }
    
    .portfolio-area .gallery-items.col-4 .pf-item {
        float: left;
        padding: 15px;
        width: 25%;
    }
    
    .gallery-items-area .effect-box .info .left {
        padding-right: 20px;
    }
    
    .gallery-items-area button {
        background: transparent;
        border: none;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        padding: 10px 20px;
        position: relative;
        z-index: 1;
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .gallery-items-area button.active {
        background: #CEB84D;
        color: #ffffff;
    }
    
    .mix-item-menu {
        margin-bottom: 30px;
    }
    
    .gallery-items-area button::after {
        position: absolute;
        left: 50%;
        bottom: -4px;
        content: "";
        height: 10px;
        width: 10px;
        background: #ffffff;
        margin-left: -5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    
    .gallery-items-area .effect-box {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .gallery-items-area .effect-box img {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    
    .gallery-items-area .effect-box:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .gallery-items-area .effect-box .info {
        position: absolute;
        right: 30px;
        bottom: 30px;
        left: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        opacity: 0;
    }
    
    .gallery-items-area .effect-box:hover .info {
        opacity: 1;
    }
    
    .gallery-items-area .effect-box:hover::after {
        opacity: 1;
    }
    
    .gallery-items-area .effect-box .info h4 {
        margin-bottom: 10px;
        font-weight: 600;
        position: relative;
        left: -30px;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }
    
    .gallery-items-area .effect-box:hover .info h4 {
        left: 0;
    }
    
    .gallery-items-area .effect-box::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 50%;
        width: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        opacity: 0;
    }
    
    .gallery-items-area .effect-box .info h4 a {
        color: #ffffff;
    }
    
    .gallery-items-area .effect-box .info p {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        margin: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        position: relative;
        bottom: -30px;
    }
    
    .gallery-items-area .effect-box:hover .info p {
        bottom: 0;
    }
    
    .gallery-items-area .effect-box .info .right a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        background: #ffffff;
        display: inline-block;
        text-align: center;
        color: #CEB84D;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 14px;
        position: relative;
        top: -30px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    
    .gallery-items-area .effect-box .info .right a i {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    
    .gallery-items-area .effect-box:hover .info .right a {
        top: 0;
    }
    
    .gallery-items-area .portfolio-carousel .owl-nav {
        margin: 0;
    }
    
    .gallery-items-area .portfolio-carousel .owl-nav .owl-prev,
    .gallery-items-area .portfolio-carousel .owl-nav .owl-next {
        background: transparent none repeat scroll 0 0;
        color: #ffffff;
        font-size: 30px;
        height: 40px;
        left: 15px;
        line-height: 40px;
        margin: -20px 0 0;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 40px;
    }
    
    .gallery-items-area .portfolio-carousel .owl-nav .owl-next {
        left: auto;
        right: 15px;
    }
    /* Gallery Single */
    
    .gallery-single-area img {
        margin-bottom: 30px;
    }
    
    .gallery-single-area h2,
    .gallery-single-area h3,
    .gallery-single-area h4 {
        font-weight: 700;
    }
    
    .gallery-single-area ul.project-info ul li {
        display: inline-block;
    }
    
    .gallery-single-area ul.project-info {
        margin-bottom: 15px;
        margin-left: 0;
    }
    
    .gallery-single-area ul.project-info li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 15px;
        padding-right: 20px;
        position: relative;
        z-index: 1;
        font-family: 'Roboto', sans-serif;
    }
    
    .gallery-single-area ul.project-info li::after {
        position: absolute;
        right: 0;
        top: 3px;
        content: "";
        height: 20px;
        width: 1px;
        background: #cccccc;
    }
    
    .gallery-single-area ul.project-info li:last-child::after {
        display: none;
    }
    
    .gallery-single-area ul.project-info li strong {
        font-weight: 700;
        color: #232323;
    }
    
    .gallery-single-area .info p:last-child {
        margin-bottom: 0;
    }
    
    .gallery-single-area .info .row {
        margin-top: 30px;
    }
    /* ===================================
    # Call Back
====================================== */
    
    .call-back-area .container .call-back-items {
        display: flex;
        align-items: center;
    }
    
    .call-back-area .form {
        padding-bottom: 120px;
    }
    
    .call-back-area h2 {
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .call-back-area h2 strong {
        font-weight: 600;
        color: #CEB84D;
    }
    
    .call-back-area p {
        margin-bottom: 25px;
    }
    
    .call-back-area input {
        box-shadow: inherit;
        border: 1px solid #e7e7e7;
        border-radius: inherit;
    }
    
    .call-back-area input:focus {
        box-shadow: inherit;
    }
    
    .call-back-area .form button {
        font-family: 'Roboto', sans-serif;
        border: 2px solid #e7e7e7;
        background: transparent;
        padding: 10px 50px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #CEB84D;
        margin-top: 15px;
        font-size: 14px;
    }
    
    img.loader {
        margin-left: 5px;
    }
    /* ===================================
    # Clients Area
====================================== */
    
    .clients-area .clients-box {
        position: relative;
        z-index: 1;
    }
    
    .clients-area .clients-box::after {
        position: absolute;
        left: 0;
        top: -300px;
        content: "";
        height: 700px;
        width: 300%;
        background: #111d30 none repeat scroll 0 0;
        z-index: -2;
    }
    
    .clients-area {
        overflow: hidden;
    }
    
    .clients-area .left-info {
        padding-right: 35px;
    }
    
    .clients-area .clients-box .single-item img {
        width: auto;
        margin: auto;
        height: 70px;
    }
    
    .clients-area .left-info h4 {
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 25px;
    }
    
    .clients-area .left-info p {
        margin: 0;
    }
    
    .clients-area .clients-items.clients-carousel .owl-dots {
        bottom: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: -12px;
        margin-top: 30px;
    }
    
    .clients-area .clients-items.clients-carousel .owl-dots span {
        background: rgba(255, 255, 255, 0.3);
        border: 3px solid rgba(255, 255, 255, 0.3);
        height: 12px;
        width: 35px;
    }
    
    .clients-area .clients-items.clients-carousel .owl-dots .owl-dot.active span {
        background: #ffffff;
        border-color: #ffffff;
    }
    /* ===================================
    # Blog Area
====================================== */
    
    .blog-area .blog-items .single-item {
        margin-bottom: 30px;
    }
    
    .blog-area .blog-item-box .single-item {
        margin-bottom: 50px;
    }
    
    .blog-area .blog-item-box .single-item:last-child {
        margin-bottom: 0;
    }
    
    .blog-area .pagi-area {
        margin-top: 50px;
    }
    
    .blog-area .blog-items .thumb {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    
    .blog-area .blog-items .thumb .post-date {
        position: absolute;
        right: 30px;
        bottom: 30px;
        height: 70px;
        width: 80px;
        background: #CEB84D;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        padding: 0 20px;
        line-height: 1.3;
        font-weight: 600;
        padding-top: 15px;
        border-radius: 5px 5px 0 5px;
        text-transform: uppercase;
    }
    
    .blog-area .blog-items .thumb .post-date::after {
        position: absolute;
        right: 0;
        bottom: -10px;
        content: "";
        border-right: 15px solid #CEB84D;
        border-top: 0;
        border-bottom: 15px solid transparent;
    }
    
    .blog-area .blog-items .item {
        -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        background: #ffffff;
    }
    
    .blog-area .blog-items .item .info {
        background: #ffffff;
        padding: 30px;
    }
    
    .blog-area .blog-items .info .tags a {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #666666;
    }
    
    .blog-area .blog-items .info .tags {
        color: #999999;
        margin-bottom: 15px;
        margin-top: -7px;
    }
    
    .blog-area .post-tags.share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    
    .blog-area .blog-items .post-tags.share .tags {
        margin-bottom: 0;
    }
    
    .blog-area .blog-items .post-tags.share .tags a {
        text-transform: capitalize;
    }
    
    .blog-area .post-tags.share .share li {
        display: inline-block;
    }
    
    .blog-area .post-tags.share .share li a {
        height: 40px;
        width: 40px;
        padding: 0;
        text-align: center;
        line-height: 40px;
        margin: 0;
        margin-left: 3px;
        margin-top: 5px;
    }
    
    .blog-area .blog-items .info p:last-child {
        margin-bottom: 0;
    }
    
    .blog-area .blog-items .top-meta ul li {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin-right: 25px;
        text-transform: uppercase;
        font-size: 13px;
    }
    
    .blog-area .blog-items .top-meta ul {
        display: block;
        margin-bottom: 15px;
    }
    
    .blog-area .blog-items .top-meta ul li i {
        color: #CEB84D;
        margin-right: 4px;
    }
    
    .blog-area .blog-items .top-meta ul li,
    .blog-area .blog-items .top-meta ul li a {
        font-weight: 500;
        color: #666666;
    }
    
    .blog-area .blog-items .top-meta ul li::after {
        position: absolute;
        right: -16px;
        top: 11px;
        content: "";
        height: 5px;
        width: 5px;
        background: #CEB84D;
        border-radius: 50%;
        z-index: -1;
    }
    
    .blog-area .blog-items .top-meta ul li:last-child::after {
        display: none;
    }
    
    .blog-area .blog-items .top-meta ul li:last-child {
        margin-right: 0;
    }
    
    .blog-area.single .post-tags span {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin-right: 5px;
        text-transform: uppercase;
    }
    
    .blog-area.single .post-tags a {
        border: 1px solid #e7e7e7;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        color: #232323;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin-right: 5px;
        padding: 3px 25px;
        text-transform: capitalize;
        margin-top: 5px;
    }
    
    .blog-area .blog-items .info h2,
    .blog-area .blog-items .info h3,
    .blog-area .blog-items .info h4 {
        font-weight: 600;
        line-height: 1.4;
    }
    
    .blog-area .single-item .item .meta ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .blog-area .blog-items .item li img {
        height: 50px;
        width: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #e7e7e7;
        padding: 3px;
        margin-right: 5px;
    }
    
    .blog-area .single-item .item .meta {
        padding: 30px;
        border-top: 1px solid #e7e7e7;
    }
    
    .blog-area .single-item .item .meta a {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }
    
    .blog-area .single-item .item .meta a i {
        color: #CEB84D;
        margin-right: 3px;
    }
    
    .blog-area .blog-items .info>a {
        margin-top: 5px;
        font-size: 15px;
    }
    
    .blog-area .blog-items .info a:hover {
        color: #CEB84D !important;
    }
    /* Pagination */
    
    .blog-area .pagi-area .pagination li a {
        border: 1px solid #e7e7e7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #CEB84D;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        width: 50px;
    }
    
    .blog-area .pagi-area .pagination li.active a {
        background: #CEB84D none repeat scroll 0 0;
        border-color: transparent;
        color: #ffffff;
    }
    
    .blog-area .pagi-area .pagination {
        margin-bottom: -10px;
        margin-top: -5px;
    }
    
    .blog-area .pagi-area {
        margin-top: 50px;
    }
    /* Sidebar */
    
    .blog-area.left-sidebar .blog-content {
        float: right;
    }
    
    .blog-area.left-sidebar .sidebar {
        padding-right: 35px;
    }
    
    .blog-area.right-sidebar .sidebar {
        padding-left: 35px;
    }
    
    .blog-area .sidebar .title {
        display: block;
    }
    
    .blog-area .sidebar .title h4 {
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: -5px;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .blog-area .sidebar .title h4::before {
        background: #CEB84D none repeat scroll 0 0;
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 50px;
        z-index: -1;
    }
    
    .blog-area .sidebar input[type="text"] {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
        min-height: 60px;
    }
    
    .blog-area .sidebar form {
        position: relative;
    }
    
    .blog-area .sidebar input[type="submit"] {
        background: #CEB84D none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0 25px;
        position: absolute;
        right: 5px;
        text-transform: uppercase;
        top: 5px;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    
    .blog-area .sidebar input[type="submit"]:hover {
        background: #CEB84D none repeat scroll 0 0;
    }
    
    .blog-area .sidebar .sidebar-item {
        float: left;
        margin-bottom: 50px;
        width: 100%;
    }
    
    .blog-area .sidebar .sidebar-item:last-child {
        margin-bottom: 0;
    }
    
    .blog-area .sidebar .sidebar-item.category .sidebar-info,
    .blog-area .sidebar .sidebar-item.archives .sidebar-info {
        margin-top: -5px;
    }
    
    .blog-area .sidebar .sidebar-item.category li {
        display: block;
        padding: 8px 0;
        position: relative;
    }
    
    .blog-area .sidebar .sidebar-item.category li a {
        display: inline-block;
        text-transform: capitalize;
        padding-left: 25px;
        font-size: 14px;
    }
    
    .blog-area .sidebar .sidebar-item li a:hover {
        color: #CEB84D !important;
    }
    
    .sidebar-item.category ul li a::after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "\e639";
        font-family: "themify";
        height: 8px;
        left: 0;
        position: absolute;
        width: 8px;
        top: 10px;
    }
    
    .blog-area .sidebar .sidebar-item.category li a span {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #666666;
        font-weight: 500;
        padding: 0 10px;
        position: absolute;
        right: 0;
        background: #f1f1f1;
        top: 10px;
    }
    
    .blog-area .sidebar .sidebar-item.category li:first-child a span {
        top: 0;
    }
    
    .blog-area .sidebar .sidebar-item.category li:first-child {
        margin-top: 0;
        padding-top: 0;
    }
    
    .blog-area .sidebar .sidebar-item.category li:first-child a::after {
        top: 0;
    }
    
    .blog-area .sidebar .sidebar-item.category li:last-child {
        border: medium none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .sidebar-item.recent-post li a {
        color: #333333;
        display: block;
        font-weight: 600;
    }
    
    .sidebar-item.recent-post li a:last-child {
        display: inline-block;
    }
    
    .sidebar-item.recent-post .meta-title {
        color: #999999;
        font-family: 'Roboto', sans-serif;
        margin-top: 5px;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
    
    .sidebar-item.recent-post li a:hover {
        color: #CEB84D !important;
    }
    
    .color-yellow .sidebar-item.recent-post li a:hover {
        color: #CEB84D !important;
    }
    
    .sidebar-item.recent-post li a span {
        display: inline-block;
        color: #232323;
    }
    
    .sidebar-item.recent-post li span {
        display: inline-block;
    }
    
    .sidebar-item.recent-post .meta-title a {
        color: #999999;
    }
    
    .sidebar-item.recent-post li {
        color: #cdd0d3;
    }
    
    .sidebar-item.recent-post li {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .sidebar-item.recent-post li:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }
    
    .sidebar-item.recent-post li:last-child {
        margin: 0;
    }
    
    .sidebar-item.recent-post li .thumb {
        display: table-cell;
        padding-top: 5px;
        vertical-align: top;
        width: 80px;
    }
    
    .sidebar-item.recent-post .thumb img {
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    
    .sidebar-item.recent-post li .info {
        box-shadow: inherit;
        color: #837f7e;
        display: table-cell;
        line-height: 26px;
        padding: 0 0 0 20px;
        vertical-align: top;
    }
    
    .blog-area .sidebar-item.gallery ul {
        margin: -7px;
        overflow: hidden;
    }
    
    .sidebar-item.gallery ul li {
        box-sizing: border-box;
        float: left;
        padding: 7px;
        width: 33.333%;
    }
    
    .sidebar-item.gallery ul li img {
        min-height: 70px;
        width: 100%;
    }
    
    .sidebar-item.archives ul li {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }
    
    .sidebar-item.archives ul li:last-child {
        margin-bottom: 0;
    }
    
    .sidebar-item.archives ul li a {
        color: #666666;
        display: inline-block;
        font-weight: 500;
        text-transform: capitalize;
        z-index: 1;
        padding-left: 25px;
        font-size: 14px;
    }
    
    .sidebar-item.archives ul li a::after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "\e639";
        font-family: "themify";
        height: 8px;
        left: 0;
        position: absolute;
        width: 8px;
    }
    
    .sidebar-item.social-sidebar li {
        display: inline-block;
        float: left;
        margin-right: 5px;
    }
    
    .sidebar-item.social-sidebar li a {
        background: #232323 none repeat scroll 0 0;
        border: medium none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 5px;
        text-align: center;
        width: 60px;
    }
    
    .sidebar-item.social-sidebar li a:hover {
        color: #ffffff !important;
    }
    
    .sidebar-item.social-sidebar li.facebook a {
        background: #3B5998 none repeat scroll 0 0;
    }
    
    .sidebar-item.social-sidebar li.twitter a {
        background: #1DA1F2 none repeat scroll 0 0;
    }
    
    .sidebar-item.social-sidebar li.pinterest a {
        background: #BD081C none repeat scroll 0 0;
    }
    
    .sidebar-item.social-sidebar li.g-plus a {
        background: #DB4437 none repeat scroll 0 0;
    }
    
    .sidebar-item.social-sidebar li.linkedin a {
        background: #0077B5 none repeat scroll 0 0;
    }
    
    .sidebar-item.tags ul {
        margin-top: -8px;
    }
    
    .sidebar-item.tags ul li {
        display: inline-block;
    }
    
    .sidebar-item.tags ul li a {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #e7e7e7;
        display: inline-block;
        font-weight: 600;
        margin-top: 8px;
        margin-right: 5px;
        padding: 7px 20px;
        text-transform: capitalize;
        font-size: 13px;
    }
    
    .sidebar-item.tags ul li a:hover {
        color: #CEB84D !important;
    }
    /* Blog Single */
    
    .blog-area.single .item .content-box span {
        background: #CEB84D none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 3px 20px;
        text-transform: uppercase;
    }
    
    .blog-area.single .item .content-box h2,
    .blog-area.single .item .content-box h3,
    .blog-area.single .item .content-box h4 {
        font-weight: 500;
    }
    
    .blog-area.single .content-box .cats {
        float: left;
        margin-right: 5px;
    }
    
    .blog-area.single .content-box .meta .date {
        float: right;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .blog-area.single .content-box .meta {
        overflow: hidden;
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
    }
    
    .blog-area.single .content-box .cats a:last-child::after {
        display: none;
    }
    
    .blog-area.single .item {
        margin-bottom: 0;
    }
    
    .blog-area .item blockquote {
        background: #f6f6f6 none repeat scroll 0 0;
        border-color: #666666;
        color: #414141;
        font-size: 15px;
        padding: 30px;
        position: relative;
        z-index: 1;
    }
    
    .blog-area .item blockquote p {
        margin: 0;
        position: relative;
        z-index: 1;
    }
    
    .author-bio {
        display: block;
        margin-top: 30px;
        width: 100%;
    }
    
    .author-bio .avatar {
        display: table-cell;
        vertical-align: top;
        width: 200px;
    }
    
    .author-bio .content {
        display: table-cell;
        padding: 0 0 0 30px;
        vertical-align: middle;
    }
    
    .author-bio .content p {
        margin: 0;
        position: relative;
        z-index: 1;
        padding-top: 5px;
    }
    
    .author-bio .content p::after {
        content: ",,";
        font-family: "Times New Roman";
        font-size: 60px;
        left: 0;
        letter-spacing: -4px;
        opacity: 0.5;
        position: absolute;
        top: 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    
    .author-bio .content h4 {
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 15px;
        text-transform: uppercase;
    }
    
    .blog-area.single .post-pagi-area {
        background: #f9f9f9 none repeat scroll 0 0;
        margin-top: 30px;
        overflow: hidden;
        padding: 15px;
    }
    
    .blog-area.single .post-pagi-area a {
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .blog-area.single .post-pagi-area a:hover {
        color: #CEB84D !important;
    }
    
    .blog-area.single.color-yellow .post-pagi-area a:hover {
        color: #CEB84D !important;
    }
    
    .blog-area.single .post-pagi-area a:last-child {
        float: right;
    }
    
    .blog-area.single .post-pagi-area a:first-child i {
        margin-right: 3px;
    }
    
    .blog-area.single .post-pagi-area a:last-child i {
        margin-left: 3px;
    }
    
    .comments-area .commen-item .comments-info p {
        display: block;
        margin: 0;
    }
    
    .blog-area .contact-comments .submit {
        margin-bottom: 0;
    }
    
    .blog-area.single .post-tags a:hover {
        color: #CEB84D !important;
    }
    
    .blog-area.single.color-yellow .post-tags a:hover {
        color: #CEB84D !important;
    }
    
    .responsive-video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    
    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* Comments */
    
    .blog-area .comments-form {
        margin-top: 25px;
    }
    
    .comments-list .commen-item .avatar {
        float: left;
        height: 105px;
        width: 105px;
    }
    
    .comments-list .commen-item .content {
        display: table-cell;
        vertical-align: top;
    }
    
    .comments-list .commen-item .avatar img {
        height: 80px;
        width: 80px;
    }
    
    .comments-list .commen-item {
        margin-bottom: 25px;
    }
    
    .comments-list .commen-item:last-child {
        margin-bottom: 0;
    }
    
    .comments-list .commen-item.reply {
        padding-left: 80px;
    }
    
    .comments-area {
        margin-top: 40px;
    }
    
    .comments-area .comments-title h2,
    .comments-area .comments-title h3,
    .comments-area .comments-title h4 {
        border-bottom: 1px solid #e2e2e2;
        font-weight: 700;
        margin-bottom: 30px;
        padding-bottom: 25px;
        text-transform: uppercase;
    }
    
    .comments-list .commen-item .content h3,
    .comments-list .commen-item .content h4,
    .comments-list .commen-item .content h5 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    
    .comments-list .commen-item .content .title {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    
    .comments-list .commen-item .content .title span {
        border-left: 1px solid #e7e7e7;
        padding-left: 15px;
        margin-left: 15px;
    }
    
    .comments-info a {
        border: 1px solid #e7e7e7;
        color: #232323;
        display: inline-block;
        font-size: 12px;
        margin-top: 5px;
        padding: 1px 10px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .comments-info a:hover {
        color: #CEB84D !important;
    }
    
    .color-yellow .comments-info a:hover {
        color: #CEB84D !important;
    }
    
    .comments-info a i {
        margin-right: 10px;
    }
    
    .comments-form input,
    .comments-form textarea {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #e7e7e7;
        border-image: none;
        border-radius: inherit;
        border-style: none none solid;
        border-width: medium medium 1px;
        box-shadow: inherit;
    }
    
    .comments-form textarea {
        min-height: 180px;
        padding: 15px;
    }
    
    .blog-area.full-blog.single-blog .form-group.submit {
        margin-bottom: 0;
    }
    
    .comments-form button {
        background-color: #CEB84D;
        border: 1px solid transparent;
        color: #ffffff;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 25px;
        margin-top: 20px;
        padding: 12px 40px;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }
    
    .comments-form button:hover {
        color: #ffffff;
        background-color: #1d2024;
        border: 1px solid transparent;
    }
    
    .comments-area .commen-item .comments-info {
        margin-bottom: 15px;
    }
    
    .comments-form .title h2,
    .comments-form .title h3,
    .comments-form .title h4 {
        border-bottom: 1px solid #e7e7e7;
        font-weight: 700;
        margin-bottom: 30px;
        padding-bottom: 25px;
        text-transform: uppercase;
    }
    
    .blog-area .contact-comments .comments {
        margin-top: 20px;
    }
    
    .blog-area.single .blog-items .item .contact-comments .col-md-6 {
        float: left;
        padding: 0 15px;
    }
    /* ===================================
    # Login Form 
====================================== */
    
    .login-area form {
        padding: 50px;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        overflow: hidden;
    }
    
    .login-area form input {
        border: 1px solid #e7e7e7;
        box-shadow: inherit;
        border-radius: 30px;
        padding: 0 20px;
    }
    
    .login-area form .login-social {
        border-top: 1px solid #e7e7e7;
        margin-top: 30px;
        padding-top: 30px;
        text-align: center;
        float: left;
        width: 100%;
    }
    
    .login-area form .login-social h4 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .login-area form .login-social li {
        display: inline-block;
        margin-right: 5px;
    }
    
    .login-area form .login-social li a {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 45px;
        border-radius: 5px;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
    }
    
    form.white-popup-block label {
        float: left;
    }
    
    form.white-popup-block label input {
        float: left;
        margin-right: 5px;
        min-height: 24px;
    }
    
    form.white-popup-block .lost-pass-link {
        float: right;
        font-size: 14px;
        font-weight: 600;
    }
    
    .login-area form .icon {
        position: absolute;
        left: 50%;
        height: 80px;
        width: 80px;
        line-height: 80px;
        text-align: center;
        top: -40px;
        background: #ffffff;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        border-radius: 50%;
        color: #CEB84D;
        font-size: 20px;
        margin-left: -40px;
    }
    
    .login-area .login-custom h4 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .login-area .login-custom h4 i {
        color: #CEB84D;
        top: 2px;
        position: relative;
    }
    
    .login-area .login-custom h4 i.fa-user {
        font-weight: 500;
        top: 0;
    }
    
    .login-area button {
        border: none;
        padding: 10px 50px;
        background: #CEB84D;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 30px;
        font-weight: 600;
        margin-top: 10px;
    }
    
    .login-area p.link-bottom {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    .login-area p.link-bottom a {
        font-size: 14px;
        color: #CEB84D;
        font-weight: 600;
        text-decoration: underline;
    }
    
    form.white-popup-block li.facebook a {
        background: #3b5998 none repeat scroll 0 0;
    }
    
    form.white-popup-block li.twitter a {
        background: #1da1f2 none repeat scroll 0 0;
    }
    
    form.white-popup-block li.pinterest a {
        background: #bd081c none repeat scroll 0 0;
    }
    
    form.white-popup-block li.g-plus a {
        background: #db4437 none repeat scroll 0 0;
    }
    
    form.white-popup-block li.linkedin a {
        background: #0077b5 none repeat scroll 0 0;
    }
    /* ===================================
    # Contact 
====================================== */
    
    .contact-area.bottom-half {
        position: relative;
        bottom: -120px;
        margin-top: -120px;
    }
    
    .contact-area .address-items {
        padding: 50px;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 1;
    }
    
    .contact-area .address-items::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: #000000;
        z-index: -1;
        opacity: 0.7;
    }
    
    .contact-area .address-items li {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .contact-area .address-items li h4 {
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .contact-area .address-items li .icon i {
        color: #ffffff;
        display: inline-block;
        font-size: 60px;
        margin-bottom: 30px;
    }
    
    .contact-area .address-items li span {
        color: #ffffff;
    }
    
    .contact-area .address-items li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }
    
    .contact-area .contact-items>.row {
        display: flex;
        align-items: center;
    }
    
    .contact-area .contact-items {
        background: #ffffff;
        -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    }
    
    .contact-area .contact-items .form-box {
        padding-right: 65px;
        padding-left: 35px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .contact-area .contact-items .form-box h2 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 25px;
    }
    
    .contact-area .contact-items .form-box p {
        margin-bottom: 30px;
    }
    
    .contact-area .contact-items .form-box input,
    .contact-area .contact-items .form-box textarea {
        box-shadow: inherit;
        border: 1px solid #e7e7e7;
    }
    
    .contact-area .contact-items .form-box textarea {
        min-height: 180px;
        padding-top: 15px;
    }
    
    .contact-area .contact-items .form-box button {
        border: none;
        background: #CEB84D;
        padding: 12px 35px;
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .contact-area .contact-items .form-box button i {
        margin-left: 5px;
    }
    /* Google Maps */
    
    .google-maps iframe {
        border: medium none;
        height: 550px;
        margin-bottom: -10px;
        width: 100%;
    }
    
    .maps-area {
        overflow: hidden;
    }
    /* ===================================
    # Footer
====================================== */
    
    footer .footer-content.default-padding {
        padding-top: 70px;
    }
    
    footer .widget-title {
        margin-bottom: 30px;
    }
    
    footer .f-item {
        margin-top: 50px;
    }
    
    footer .footer-items.default-padding {
        padding-top: 70px;
    }
    
    footer .logo {
        margin-bottom: 30px;
    }
    
    footer .footer-bottom img {
        height: 50px;
    }
    
    footer .about ul {
        margin: 0;
        list-style: none;
        margin-top: 25px;
    }
    
    footer .f-item a:hover {
        color: #CEB84D !important;
    }
    
    footer .f-item img {
        margin-bottom: 30px;
        height: 83px;
    }
    
    footer .about ul li {
        display: inline-block;
    }
    
    footer .about ul li a {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 15px;
        height: 40px;
        width: 40px;
        line-height: 43px;
        background: #e7e7e7;
        text-align: center;
        border-radius: 50%;
    }
    
    footer.bg-dark .about ul li a {
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }
    
    footer.bg-gray .about ul li a {
        color: #CEB84D;
    }
    
    footer .recent-post .thumb {
        width: 100px;
        top: 8px;
        margin-right: 20px;
        position: relative;
    }
    
    footer .recent-post .info a {
        font-size: 16px;
    }
    
    footer.bg-dark .recent-post .info a {
        color: #ffffff;
    }
    
    footer .recent-post .info a:hover {
        color: #CEB84D !important;
    }
    
    footer .f-item.recent-post .meta-title span {
        display: block;
        font-size: 12px;
        text-transform: capitalize;
        margin-top: 5px;
        font-weight: 500;
    }
    
    footer .f-item.recent-post .meta-title i {
        font-weight: 500;
        margin-right: 7px;
    }
    
    footer .recent-post .content a {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    footer .recent-post .content .meta li {
        color: #CEB84D;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }
    
    footer .recent-post .content .meta li i {
        margin-right: 5px;
        position: relative;
        top: 1px;
    }
    
    footer .recent-post .single {
        margin-bottom: 30px;
    }
    
    footer .recent-post .single:last-child {
        margin-bottom: 0;
    }
    
    footer .recent-post img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
    }
    
    footer .f-item.address li,
    footer .f-item.recent-post li {
        display: flex;
    }
    /* Twitter Widget */
    
    footer .f-item .twitter-item a {
        color: #CEB84D;
        font-size: 14px;
    }
    
    footer .f-item .twitter-item .twitter-context {
        color: #666666;
    }
    
    footer.bg-dark .f-item .twitter-item .twitter-context {
        color: #ffffff;
    }
    
    footer .f-item .twitter-item .twitter-context i {
        color: #CEB84D;
        margin-right: 5px;
    }
    
    footer .f-item .twitter-item {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    footer.bg-dark .f-item .twitter-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    footer .f-item .twitter-item:last-child {
        border: medium none;
        margin-bottom: 0;
        padding: 0;
    }
    
    footer .link li {
        display: block;
        margin-bottom: 15px;
    }
    
    footer .link li:last-child {
        margin-bottom: 0;
    }
    
    footer .link li a {
        display: inline-block;
        padding-left: 17px;
        position: relative;
    }
    
    footer .link li a:hover {
        margin-left: 10px;
        color: #CEB84D !important;
    }
    
    footer .link li a::before {
        content: "\e649";
        font-family: "themify";
        left: 0;
        position: absolute;
        font-size: 10px;
    }
    
    footer .contact li {
        display: flex;
        margin-bottom: 30px;
        width: 100%;
    }
    
    footer .f-item.address li {
        padding-bottom: 0;
    }
    
    footer .contact li i {
        float: left;
        font-size: 24px;
        text-align: center;
        margin-top: 5px;
    }
    
    footer .f-item .address li {
        display: flex;
        margin-bottom: 25px;
        padding: 0;
    }
    
    footer .f-item .address li .content,
    footer .f-item .address li .content a {
        color: #a0a2a6;
    }
    
    footer .f-item .address li i {
        display: inline-block;
        margin-right: 20px;
        color: #ffffff;
        font-size: 24px;
        color: #CEB84D;
        position: relative;
        top: 5px;
    }
    
    footer .f-item .address li:last-child {
        margin-bottom: 0;
    }
    
    footer .f-item .address li strong {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 5px;
    }
    
    footer.bg-dark .contact li i {
        color: #ffffff;
    }
    
    footer .contact li span {
        padding-left: 20px;
    }
    
    footer .contact li:last-child {
        margin-bottom: 0;
    }
    
    footer .widget-title {
        font-weight: 700;
        position: relative;
        z-index: 1;
        display: inline-block;
        text-transform: capitalize;
    }
    
    footer.bg-dark .widget-title {
        color: #ffffff;
    }
    
    footer.bg-dark p,
    footer.bg-dark li,
    footer.bg-dark a {
        color: #cccccc;
    }
    
    .footer-bottom.text-center.pt-50.oh {
        border-top: 1px solid #263442;
        color: white;
        float: left;
        width: 100%;
    }
    
    .footer-bottom {
        border-top: 1px solid #e7e7e7;
        float: left;
        width: 100%;
        color: midnightblue !important;
        font-size: 19px;
        font-weight: bold;
        padding: 30px 0;
        background: #6ea8d8 none repeat scroll 0 0;
    }
    
    .footer-bottom .row {
        display: flex;
        align-items: center;
    }
    
    footer.bg-dark .footer-bottom {
        border-color: #263442;
    }
    
    .footer-bottom p {
        margin: 0;
        text-transform: capitalize;
        color: #cccccc;
    }
    
    footer.bg-dark.v2 .f-item .widget-title {
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    footer .f-item.subscribe .input-group {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    
    footer .f-item.subscribe input.form-control {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: inherit;
        margin-bottom: 10px;
    }
    
    footer .f-item.subscribe button {
        background: #CEB84D none repeat scroll 0 0;
        border: medium none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: inherit;
        color: #ffffff;
        min-height: 45px;
        width: 100%;
    }
    
    .footer-menu li {
        display: inline-block;
    }
    
    .footer-menu li a {
        display: inline-block;
        font-weight: 700;
        margin: 10px;
        text-transform: uppercase;
    }
    
    .footer-bottom .copyright {
        float: left;
    }
    
    .footer-bottom .footer-social {
        float: right;
    }
    
    .footer-bottom .footer-social li {
        display: inline-block;
    }
    
    .footer-bottom .footer-social li a {
        display: inline-block;
        padding: 10px;
    }
    
    .footer-bottom .copyright p {
        line-height: 45px;
    }
    
    footer .f-item.tags li {
        display: inline-block;
        float: left;
    }
    
    footer .f-item.tags li a {
        background: #263442 none repeat scroll 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        display: inline-block;
        font-weight: 500;
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 5px 20px;
        text-transform: capitalize;
    }
    
    footer .f-item.tags li a:hover {
        background: #CEB84D none repeat scroll 0 0 !important;
    }
    /* Error Page */
    
    .error-page-area .search {
        text-align: center;
        max-width: 400px;
        margin: auto;
        margin-top: 30px;
    }
    
    .error-page-area .search .input-group {
        width: 100%;
    }
    
    .error-page-area .search .input-group form {
        position: relative;
        z-index: 1;
        border: 1px solid #e7e7e7;
        overflow: hidden;
    }
    
    .error-page-area .search .input-group form input {
        border: none;
        box-shadow: inherit;
        border-radius: inherit;
    }
    
    .error-page-area .search .input-group form button {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 9;
        border: none;
        background: #CEB84D;
        color: #ffffff;
        padding: 0 15px;
        min-height: 40px;
    }
    
    .error-page-area .error-box>a {
        margin-top: 30px;
    }
    
    .error-page-area h1 {
        font-size: 160px;
        font-weight: 800;
        line-height: 120px;
        margin-top: -5px;
        margin-bottom: 30px;
    }
    
    .error-page-area h2 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 25px;
    }
    /* ============================================================== 
     # Preloader 
=================================================================== */
    
    .no-js #loader {
        display: none;
    }
    
    .js #loader {
        display: block;
        position: absolute;
        left: 100px;
        top: 0;
    }
    
    .se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: url(assets/img/preloader.gif) center no-repeat #fff;
        text-align: center;
    }
    /* add */
    
    nav.navbar.bootsnav ul.nav>li>a.active {
        color: #CEB84D !important;
    }
    
    nav.navbar.bootsnav ul.nav>li>a:hover {
        color: #CEB84D !important;
    }
    
    nav.navbar.bootsnav.active-border ul.nav>li>a.active::before {
        border-bottom: 3px solid #CEB84D !important;
    }
    /* new */
    
    .navbar.inc-shape .navbar-header::after {
        position: absolute;
        right: -30px;
        top: 0;
        content: "";
        height: 101%;
        width: 400%;
        background: white;
        z-index: -1;
        transform: skewX(-10deg);
    }
    
    .padding-top {
        padding-top: 100px;
    }
    
    .margin {
        margin-top: 100px;
    }
    
    .footer-heading {
        font-size: 45px;
        padding-top: 20px;
        color: #CEB84D !important;
    }
    
    .footer-contect {
        color: white;
        font-size: 20px;
    }
    
    .text-white {
        color: white;
        font-size: 25px;
    }
    
    .footer-add {
        font-size: 25px;
    }
    
    .footer-bottom p {
        color: rgb(10, 30, 100) !important;
    }
    
    .back-top p {
        color: rgb(10, 30, 100) !important;
    }
    
    .navbar img,
    .top-bar-area img {
        height: 80px;
    }
    
    .navbar-right {
        margin-top: 25px!important;
    }
    
    .nav-icon a {
        font-size: 25px !important;
        position: relative;
        right: 140px;
        bottom: 10px;
    }
    
    @media only screen and (max-width: 767px) {
        body,
        .banner-area,
        .banner-area div {
            height: auto;
            height: 280px !important;
        }
    }


    @media only screen and (max-width: 767px) {
        .banner-area .content h3 {
            line-height: 1.4;
            font-size: 10px;
        }
    }
    /* from */
    /* from */