@font-face {
    font-family: "government";
    src: url("../fonts/our/government.eot");
    src: url("../fonts/our/government.eot?#iefix") format("embedded-opentype"), url("../fonts/our/government.ttf") format("truetype"), url("../fonts/our/government.woff") format("woff");
}

@font-face {
    font-family: "government_bold";
    src: url("../fonts/our/government_bold.eot");
    src: url("../fonts/our/government_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/our/government_bold.ttf") format("truetype"), url("../fonts/our/government_bold.woff") format("woff");
    font-weight: bold;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "government" !important;
    color: #444444;
    text-align:right
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "government_bold";
}

.text-main-yellow {
    color: #BE9E4B !important;
}

.btn-primary-app {
    color: #fff;
    background-color: #BE9E4B;
    border-color: #BE9E4a;
}

.btn-primary-app:hover {
    background-color:#444;
    color:#fff
}

.title-layout{
    font-size: 20px !important;
}


.header .title-mobile {
    font-size: 16px !important;
    letter-spacing: 1px;
    color: #BE9E4B;
    margin: .75rem 0 .5rem !important;
    text-align: center;
    font-family: government_bold
}

.label-beta-mubile {
    display: inline-block;
    padding: .2rem .5rem !important;
    margin-left: .25rem;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 2em;
    border-color: #347d39;
    color: #57ab5a !important;
    margin-top: 0px !important;
}

        /*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
        section {
    padding: 50px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 10px;
}

.section-header h2 {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #BE9E4B;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #012970;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #BE9E4B;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #f2ecde;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

.header.header-scrolled {
    background: #fff;
    padding: 8px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.navbar-brand {
    margin: 0px !important;
    display: flex !important;
    align-items: center !important;
}

.header .navbar-brand img {
    max-height: 50px;
}

.header .navbar-brand span {
    font-size: 20px;
    letter-spacing: 1px;
    color: #BE9E4B;
    font-family: government_bold
}

.fa-times-circle {
    color: #2C3333 !important;
    margin-top: 10px
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /**
* Desktop Navigation 
*/
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0 10px 20px;
            font-size: 16px;
            font-weight: 700;
            color: #2C3333;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navbar a i, .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
                color: #BE9E4B;
            }

        .navbar .getstarted, .navbar .getstarted:focus {
            background: #BE9E4B;
            padding: 4px 15px;
            margin-left: 20px;
            border-radius: 4px;
            color: #F7F7F7;
        }

            .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
                color: #BE9E4B;
                background: transparent;
                cursor: pointer
            }
    /**
* Mobile Navigation 
*/
    .mobile-nav-toggle {
        color: #BE9E4B;
        font-size: 28px;
        cursor: pointer;
        display: none;
        transition: 0.5s;
    }

        .mobile-nav-toggle.bi-x {
            color: #fff;
        }

    @media (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
        }

        .navbar ul {
            display: none;
        }
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(190, 158, 107, 0.8);
        transition: 0.3s;
    }

        .navbar-mobile .mobile-nav-toggle {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 9999
        }

        .navbar-mobile ul {
            display: block;
            position: absolute;
            top: 55px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            padding: 10px 0;
            border-radius: 10px;
            background-color: #fff;
            overflow-y: auto;
            transition: 0.3s;
        }

        .navbar-mobile a, .navbar-mobile a:focus {
            padding: 10px 20px;
            font-size: 15px;
            color: #2C3333;
        }

            .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
                color: #BE9E4B;
            }

        .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
            margin: 15px;
        }

    .default-section {
        width: 100%;
        padding-top: 100px;
    }

    .request-form-container {
        max-width: 800px;
        width: 100%;
        padding: 20px 15px;
    }

    .form-label {
        margin-bottom: 0.3rem;
        font-family: government_bold
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: government_bold
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    .hero {
        width: 100%;
        height: 100vh;
        background: url(../images/hero-bg.png) top center no-repeat;
        background-size: cover;
    }


        .hero h2 {
            color: #444444;
            margin: 15px 0 0 0;
            font-size: 26px;
        }

        .hero .btn-get-started {
            margin-top: 30px;
            line-height: 0;
            padding: 15px 40px;
            border-radius: 4px;
            transition: 0.5s;
            color: #fff;
            background: #BE9E4B;
        }

            .hero .btn-get-started span {
                font-weight: 600;
                font-size: 16px;
                letter-spacing: 1px;
            }

            .hero .btn-get-started i {
                margin-left: 5px;
                font-size: 18px;
                transition: 0.3s;
            }

            .hero .btn-get-started:hover i {
                transform: translateX(-5px);
            }

        .hero .hero-img {
            text-align: center;
        }

    @media (min-width: 1024px) {
        .hero {
            background-attachment: fixed;
        }
    }

    @media (max-width: 991px) {
        .hero {
            height: auto;
            padding: 120px 0 60px 0;
        }

            .hero .hero-img {
                text-align: center;
                margin-top: 80px;
            }

                .hero .hero-img img {
                    width: 80% !important;
                }
    }

    @media (max-width: 768px) {
        .hero {
            text-align: center;
        }

            .hero h2 {
                font-size: 24px;
            }

            .hero .hero-img img {
                width: 80% !important;
            }

        .features .feture-tabs h3 {
            font-size: 22px !important;
        }
    }
    /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
    .about .content {
        background-color: #f2ecde;
        padding: 40px;
        border-radius: 4px;
    }

    .about h3 {
        font-size: 22px;
        font-weight: 700;
        color: #BE9E4B;
        text-transform: uppercase;
    }

    .about p {
        margin: 15px 0 30px 0;
        line-height: 24px;
        text-align: justify !important
    }

    .about .btn-read-more {
        line-height: 0;
        padding: 15px 40px;
        border-radius: 4px;
        transition: 0.5s;
        color: #fff;
        background: #BE9E4B;
    }

        .about .btn-read-more span {
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 1px;
        }

        .about .btn-read-more i {
            margin-left: 5px;
            font-size: 18px;
            transition: 0.3s;
        }

        .about .btn-read-more:hover i {
            transform: translateX(5px);
        }
    /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
    .features .feature-box {
        padding: 24px 20px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        transition: 0.3s;
        height: 100%;
    }

        .features .feature-box h3 {
            font-size: 18px;
            color: #012970;
            font-weight: 700;
            margin: 0;
        }

        .features .feature-box i {
            line-height: 1;
            background: #f2ecde;
            padding: 6px 8px;
            margin-left: 10px;
            font-size: 18px;
            border-radius: 3px;
            transition: 0.3s;
        }

        .features .feature-box:hover i {
            background: #BE9E4B;
            color: #fff;
        }

    .features .feture-tabs {
        margin-top: 70px;
    }

        .features .feture-tabs h3 {
            color: #BE9E4B;
            font-weight: 700;
            font-size: 26px;
            margin-bottom: 20px;
        }

    @media (max-width: 768px) {
        .features .feture-tabs h3 {
            font-size: 28px;
        }
    }

    .features .feture-tabs .nav-pills {
        border-bottom: 1px solid #eee;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .features .feture-tabs .nav-link {
        background: none;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: #2C3333;
        padding: 12px 0;
        margin-right: 25px;
        margin-bottom: -2px;
        white-space: nowrap;
        border-radius: 0;
    }

        .features .feture-tabs .nav-link.active {
            color: #BE9E4B;
            border-bottom: 4px solid #BE9E4B;
        }

    .features .feture-tabs .tab-content h4 {
        font-size: 18px;
        margin: 0;
        font-weight: 700;
        color: #012970;
    }

    .features .feture-tabs .tab-content i {
        font-size: 24px;
        line-height: 0;
        margin-right: 8px;
        color: #4154f1;
    }

    .features .feature-icons {
        margin-top: 120px;
    }

        .features .feature-icons h3 {
            color: #012970;
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 20px;
            text-align: center;
        }

    @media (max-width: 768px) {
        .features .feature-icons h3 {
            font-size: 28px;
        }
    }

    .features .feature-icons .content .icon-box {
        display: flex;
    }

        .features .feature-icons .content .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
            color: #012970;
        }

        .features .feature-icons .content .icon-box i {
            font-size: 44px;
            line-height: 44px;
            color: #0245bc;
            margin-right: 15px;
        }

        .features .feature-icons .content .icon-box p {
            font-size: 15px;
            color: #848484;
        }
    /*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

    .faq .section-header {
        padding-bottom: 30px !important;
    }

    .faq .accordion-collapse {
        border: 0;
    }

    .faq .accordion-button {
        padding: 15px 15px 20px 0;
        font-weight: 600;
        border: 0;
        font-size: 18px;
        color: #444444;
        text-align: left;
    }

        .faq .accordion-button:focus {
            box-shadow: none;
        }

        .faq .accordion-button:not(.collapsed) {
            background: none;
            color: #BE9E4B;
            border-bottom: 0;
        }

    .faq .accordion-body {
        padding: 0 0 25px 0;
        border: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        font-size: 16px !important;
        text-align: right !important;
    }

    .tab-pane p {
        text-align: justify !important;
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    .footer {
        background: #f6f9ff;
        padding: 0px;
        font-size: 14px;
    }

        .footer .footer-newsletter {
            padding: 50px 0;
            background: #f6f9ff;
            border-top: 1px solid #e1ecff;
        }

            .footer .footer-newsletter h4 {
                font-size: 24px;
                margin: 0 0 10px 0;
                padding: 0;
                line-height: 1;
                font-weight: 700;
                color: #012970;
            }

            .footer .footer-newsletter form {
                margin-top: 20px;
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 4px;
                border: 1px solid #e1ecff;
            }

                .footer .footer-newsletter form input[type=email] {
                    border: 0;
                    padding: 8px;
                    width: calc(100% - 140px);
                }

                .footer .footer-newsletter form input[type=submit] {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 30px;
                    margin: 3px;
                    background: #4154f1;
                    color: #fff;
                    transition: 0.3s;
                    border-radius: 4px;
                }

                    .footer .footer-newsletter form input[type=submit]:hover {
                        background: #5969f3;
                    }

        .footer .footer-top {
            background-color: #f2ecde;
            background-size: contain;
            border-top: 1px solid #e1ecff;
            border-bottom: 1px solid #e1ecff;
            padding: 60px 0 20px 0;
        }

    @media (max-width: 992px) {
        .footer .footer-top {
            background-position: center bottom;
        }
    }

    .footer .footer-top .footer-info {
        margin-bottom: 30px;
        margin-top: 6px !important;
    }

        .footer .footer-top .footer-info .logo {
            line-height: 0;
            margin-bottom: 15px;
        }

            .footer .footer-top .footer-info .logo img {
                max-height: 40px;
                margin-right: 6px;
            }

            .footer .footer-top .footer-info .logo span {
                font-size: 22px;
                font-weight: bold;
                letter-spacing: 1px;
                color: #2C3333;
                margin-top: 3px;
            }

        .footer .footer-top .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            text-align: justify !important;
        }

    .footer .footer-top h4 {
        font-size: 18px;
        font-weight: bold;
        color: #2C3333;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px;
    }

    .footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-top .footer-links ul i {
                padding-right: 2px;
                color: #BE9E4B;
                font-size: 12px;
                line-height: 0;
            }

            .footer .footer-top .footer-links ul li {
                padding: 10px 0;
                align-items: center;
            }

                .footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            .footer .footer-top .footer-links ul a {
                color: #2C3333;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
                font-weight: bold;
            }

                .footer .footer-top .footer-links ul a:hover {
                    color: #BE9E4B;
                }

    .footer .footer-top .footer-contact p {
        line-height: 26px;
        font-size: 16px;
    }

    .footer .copyright {
        text-align: center;
        padding-top: 30px;
        color: #012970;
    }

    .footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }

    .filed-req {
        position: relative;
        padding-right: .25rem
    }

        .filed-req:before {
            content: "*";
            position: absolute;
            color: red;
            font-size: 1.4rem;
            height: 5px;
            width: 5px;
            right: -.4rem;
            top: -.5rem;
        }
    /* tile2  */
    .tile-2 {
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        padding: 10px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 30px;
    }

    .tile-2-remove-bg {
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0 !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-bottom: 15px;
        margin-bottom: 0 !important
    }

    .tile-2 .tile-title {
        position: relative;
        margin-top: 0;
        font-size: 1.4rem;
        font-weight: bolder;
        font-family: "government_bold";
        padding-bottom: 20px;
    }

        .tile-2 .tile-title::before {
            background-color: var(--tile-color-border);
            width: var(--width-border);
            height: 8px;
            border-left: 1px solid var(--tile-color-border);
            border-radius: 20px 0 0 20px;
            position: absolute;
            content: " ";
            bottom: 0;
            right: -10px;
            margin-bottom: 10px;
        }

    .tile-2 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        color: #555;
        border-radius: 3px;
    }

    .line-bottom::before {
        background-color: #2c3333;
        width: 250px;
        height: 5px;
        border-left: #2c3333;
        border-radius: 20px 0 0 20px;
        position: absolute;
        content: " ";
        bottom: -11px;
        right: -10px;
        margin-bottom: 8px;
    }

.offcanvas-start{
    right: 0 !important;
    left: inherit !important
}


.has-search .form-control {
    padding-left: 2.375rem;
}

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
    }

    .btn-search {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .timeline {
        position: relative;
        padding: 5px;
        margin: 0 auto;
        overflow: hidden;
        color: #ffffff;
    }

        .timeline:after {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -1px;
            border-right: 2px dashed #c4d2e2;
            height: 100%;
            display: block;
        }

    .timeline-row {
        padding-left: 50%;
        position: relative;
        margin-bottom: 30px;
    }

        .timeline-row .timeline-time {
            position: absolute;
            right: 50%;
            top: 15px;
            text-align: right;
            margin-right: 20px;
            color: #000000;
            font-size: 1.5rem;
        }

            .timeline-row .timeline-time small {
                display: block;
                font-size: .8rem;
                color: #8796af;
            }

        .timeline-row .timeline-content {
            position: relative;
            padding: 10px 30px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

            .timeline-row .timeline-content:after {
                content: "";
                position: absolute;
                top: 20px;
                height: 3px;
                width: 40px;
            }

            .timeline-row .timeline-content:before {
                content: "";
                position: absolute;
                top: 20px;
                right: -50px;
                width: 20px;
                height: 20px;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                z-index: 100;
                background: #ffffff;
                border: 2px dashed #c4d2e2;
            }

            .timeline-row .timeline-content h4 {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                line-height: 150%;
            }

            .timeline-row .timeline-content p {
                margin-bottom: 30px;
                line-height: 150%;
            }

            .timeline-row .timeline-content i {
                font-size: 2rem;
                color: #ffffff;
                line-height: 100%;
                padding: 10px;
                border: 2px solid #ffffff;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                margin-bottom: 10px;
                display: inline-block;
            }

            .timeline-row .timeline-content .thumbs {
                margin-bottom: 20px;
            }

                .timeline-row .timeline-content .thumbs img {
                    margin-bottom: 10px;
                }

        .timeline-row:nth-child(even) .timeline-content {
            background-color: #203239;
            margin-left: 40px;
            text-align: left;
        }

            .timeline-row:nth-child(even) .timeline-content:after {
                left: -39px;
                border-right: 18px solid #203239;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }

            .timeline-row:nth-child(even) .timeline-content:before {
                left: -50px;
                right: initial;
            }

        .timeline-row:nth-child(odd) {
            padding-left: 0;
            padding-right: 50%;
        }

            .timeline-row:nth-child(odd) .timeline-time {
                right: auto;
                left: 50%;
                text-align: left;
                margin-right: 0;
                margin-left: 20px;
            }

            .timeline-row:nth-child(odd) .timeline-content {
                background-color: #203239;
                margin-right: 40px;
                margin-left: 0;
                text-align: right;
            }

                .timeline-row:nth-child(odd) .timeline-content:after {
                    right: -39px;
                    border-left: 18px solid #203239;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

    @media (max-width: 767px) {
        .timeline {
            padding: 15px 10px;
        }

            .timeline:after {
                left: 28px;
            }

            .timeline .timeline-row {
                padding-left: 0;
                margin-bottom: 16px;
            }

                .timeline .timeline-row .timeline-time {
                    position: relative;
                    right: auto;
                    top: 0;
                    text-align: left;
                    margin: 0 0 6px 56px;
                }

                    .timeline .timeline-row .timeline-time strong {
                        display: inline-block;
                        margin-right: 10px;
                    }

                .timeline .timeline-row .timeline-icon {
                    top: 52px;
                    left: -2px;
                    margin-left: 0;
                }

                .timeline .timeline-row .timeline-content {
                    padding: 15px;
                    margin-left: 56px;
                    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                    position: relative;
                }

                    .timeline .timeline-row .timeline-content:after {
                        right: auto;
                        left: -39px;
                        top: 28px;
                    }

                .timeline .timeline-row:nth-child(odd) {
                    padding-right: 0;
                }

                    .timeline .timeline-row:nth-child(odd) .timeline-time {
                        position: relative;
                        right: auto;
                        left: auto;
                        top: 0;
                        text-align: right;
                        margin: 0 0 2px 56px;
                    }

                .timeline .timeline-row .timeline-time {
                    font-size: 1.2rem;
                    font-weight: bold;
                    text-align: right;
                }

                .timeline .timeline-row:nth-child(odd) .timeline-content {
                    margin-right: 0;
                    margin-left: 55px;
                }

                    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
                        right: auto;
                        left: -39px;
                        top: 24px;
                        border-right: 18px solid #203239;
                        border-left: inherit;
                    }

            .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
                left: 20px;
            }

            .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
                left: 0;
            }

        .timeline-row:nth-child(odd) .timeline-content:before {
            left: -50px;
            right: initial;
        }

        .timeline-row .timeline-content:before {
            top: 24px;
        }

        .timeline-row:nth-child(even) .timeline-content {
            text-align: right
        }
    }

/* Navbar */
.navbar {
    padding: 10px 0;
    transition: all 0.3s ease;
}

/* Links */
.nav-link {
    font-weight: 600;
    color: #2C3333 !important;
    transition: 0.3s;
}

    .nav-link:hover {
        color: #BE9E4B !important;
    }

/* Main Button */
.btn-main {
    background: #BE9E4B !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 16px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

    .btn-main:hover {
        background: #d6ba72 !important;
        color: #fff;
    }

/* Logout */
.btn-logout {
    background: #C3110C !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 16px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

    .btn-logout:hover {
        background: #a10e0a;
    }

/* Offcanvas */
.offcanvas {
    width: 260px;
}


    .label-beta {
        display: inline-block;
        padding: .2rem .5rem !important;
        margin-left: .25rem;
        font-size: 16px !important;
        font-weight: 500;
        line-height: 18px;
        white-space: nowrap;
        border: 1px solid transparent;
        border-radius: 2em;
        border-color: #347d39;
        color: #57ab5a !important;
    }

    @media (min-width: 992px) {
        .w-lg-75 {
            width: 75% !important;
        }
    }