@import "variables.less";
@shadow-color:              @brand-color;
@gradient-1-1-color:        #01aad1;
@gradient-2-1-color:        #01a23b;
@gradient-3-1-color:        #00ff01;
@gradient-1-2-color:        #ff3133;

.float() {
    display: table;
    clear: both;
    content: "";
}

.linear() {
    .vendor(transition, all .3s linear 0s);
}

.transform() {
    position: absolute;
    left: 50%;
    top: 50%;
    .vendor(transform, translate(-50%, -50%));
}

.azen-jobook-title() {
    font-family: "@{google-font-family-Poppins}";
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 19px;
    color: @black-darker;
}

.azen-jobook-text() {
    font-family: "@{google-font-family-Poppins}";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 7px;
    color: @black-lighter;
}
.img-style-initial(){
    all: initial;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.azen-jobook-tabs {
    margin-bottom: 60px;
    .azen-general {
        .az-tabs {
            .azen-choice {
                position: relative;
                z-index: 1;
                .vendor(display, flex);
                .vendor(justify-content, space-between);
                .vendor(flex-wrap, nowrap);
                .vendor(box-align, flex-start);
                .vendor(align-items, flex-end);
                padding-bottom: 75px;
                background-color: transparent;

                @media (max-width: 680px) {
                    display: block;
                }
                .azen-choice-item {
                    position: relative;
                    flex-grow: 1;
                    text-align: center;

                    @media (max-width: 680px) {
                        display: block;
                        padding-bottom: 75px;
                        &:last-child {
                            padding-bottom: 0;
                        }
                    }
                    a{
                                                .azh-inherit-initial();

                    }
                    a {
                        position: relative;
                        display: inline-block;
                        > div {
                            position: relative;
                            img {
                                .img-style-initial();
                                position: relative;
                                z-index: 2;
                                max-height: 140px;

                                @media (max-width: 991px) {
                                    max-width: 80px;
                                }
                            }
                            &:before {
                                display: block;
                                border-radius: 100%;
                                content: "";
                                .transform();
                                z-index: 1;
                                width: 1px;
                                height: 1px;
                                box-shadow: 0px 0px 0px 0px transparent;
                                .linear();
                            }
                        }
                    }
                    span {
                        position: absolute;
                        top: 50%;
                        right: -27px;
                        .vendor(transform, translate(0, -50%));

                        @media (max-width: 680px) {
                            top: ~"calc(50% + 25px)";
                            left: ~"calc(50% - 25px)";
                            right: inherit;
                            .vendor(transform, translate(-50%, -50%));
                            .vendor(transform, rotate(90deg));
                        }
                        img {
                            max-width: 55px;
                            max-height: 55px;
                            opacity: 0.1;

                            @media (max-width: 991px) {
                                max-width: 35px;
                                max-height: 35px;
                            }
                        }
                    }
                    .azen-triangle {
                        display: none;
                        position: absolute;
                        left: ~"calc(50% - 14px)";
                        top: ~"calc(100% + 60px)";
                        .vendor(transform, translate(-50%, 100%));
                        width: 28px;
                        height: 28px;
                        border: 1px solid @white-lighter;
                        background-color: @white-lighter;
                        .linear();
                        .vendor(transform, rotate(45deg));
                    }
                    &:last-child {
                        span {
                            img {
                                display: none;
                            }
                        }
                    }
                }
                .azen-choice-item.az-active {
                    a {
                        > div {
                            &:before {
                                box-shadow: 0px 0px 100px 80px lighten(fade(@shadow-color, 50%), 30%);
                            }
                        } 
                    }
                    .azen-triangle {
                        display: block;

                        @media (max-width: 680px) {
                            display: none;
                        }
                    }
                }
            }
            .azen-variants {
                position: relative;
                display: block;
                border-radius: 8px;
                padding: 89px 97px;
                background-color: @white-lighter;
                box-shadow: 0px 0px 50px 20px lighten(fade(@shadow-color, 20%), 30%);

                @media (max-width: 580px) {
                    padding: 59px 67px;
                }
                @media (max-width: 400px) {
                    padding: 29px 37px;
                }
            }
        }
    }
}
.azen-jobook-tabs-1 {
    text-align: center;
    margin-bottom: 80px;
    .azen-general {
        text-align: left;
        .az-tabs {
            .azen-choice {
                .azen-choice-item {
                    text-align: center;
                    display: inline-block;
                    box-sizing: border-box;
                    margin-right: 5px;
                    &:last-child {
                        margin-right: 0;
                    }
                    @media (max-width: 680px) {
                        display: block;
                        margin-right: 0;
                        &:first-child {
                            a {
                                border-radius: 8px 8px 0 0;
                            }
                        }
                        &:nth-child(n + 2) {
                            a {
                                border-radius: 0;
                            }
                        }
                    }
                    a{
                                                .azh-inherit-initial();

                    }
                    a {
                        
                        display: inline-block;
                        font-family: "@{google-font-family-Poppins}";
                        background-color: @brand-color;
                        color: @white-lighter;
                        font-size: 14px;
                        font-weight: 700;
                        text-transform: uppercase;
                        padding: 18px 30px 16px 30px;
                        border-radius: 8px 8px 0 0;
                        transition: none;

                        @media (max-width: 680px) {
                            display: block;
                        }
                    }
                }
                .azen-choice-item.az-active {
                    background-color: transparent;
                    border-top: 3px solid @brand-color;
                    border-radius: 8px 8px 0 0;

                    @media (max-width: 680px) {
                        border-top: 0;
                        border-radius: 0;
                    }
                    a {
                        background-color: @white-lighter;
                        color: @black-darker;
                        padding: 20px 30px 16px 30px;
                    }
                }
            }
            .azen-variants {
                border-radius: 0 8px 8px 8px;
                background-color: @white-lighter;

                @media (max-width: 680px) {
                    border-radius: 0 0 8px 8px;
                }
                .azen-variants-item {
                    display: table;
                    padding: 33px 40px 42px 40px;
                    width: 100%;
                    box-sizing: border-box;
                }
            }
        }
    }
}

.azen-jobook-tabs-2 {
    text-align: center;
    margin-bottom: 80px;
    .azen-general {
        text-align: left;
        .az-tabs {
            .azen-choice {
                .azen-choice-item {
                    text-align: center;
                    display: inline-block;
                    box-sizing: border-box;
                    position: relative;
                    &:before {
                        background-color: darken(@gray-lighter, 2%);
                        content: "";
                        width: 2px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                    }
                    &:after {
                        background-color: transparent;
                        content: "";
                        width: 2px;
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                    }
                    &:first-child:not(.az-active) {
                        &:before {
                            background-color: transparent;
                        }
                        a {
                            border-radius: 8px 0 0 0;
                        }
                    }
                    &:first-child {
                        &.az-active {
                            &:before {
                                background-color: transparent;
                            }
                            a {
                                border-radius: 8px 0 0 0;
                            }
                        }
                    }
                    &:last-child {
                        a {
                            border-radius: 0 8px 0 0;
                        }
                    }

                    @media (max-width: 680px) {
                        display: block;
                        &:before, &:after {
                            display: none;
                        }
                        &:first-child {
                            a {
                                border-radius: 8px 8px 0 0;
                            }
                        }
                        &:nth-child(n + 2) {
                            a {
                                border-radius: 0;
                            }
                        }
                    }
                    a{
                                                .azh-inherit-initial();

                    }
                    a {
                        display: inline-block;
                        font-family: "@{google-font-family-Poppins}";
                        background-color: lighten(@gray-lighter, 3%);
                        color: lighten(@black-light, 3%);
                        font-size: 14px;
                        font-weight: 700;
                        text-transform: uppercase;
                        padding: 18px 28px 16px 28px;
                        word-spacing: 2.5px;
                        transition: none;


                        @media (max-width: 680px) {
                            display: block;
                        }
                    }
                }
                .azen-choice-item.az-active {
                    background-color: transparent;
                    border-right: 0;
                    position: relative;
                    &:first-child {
                        a {
                            border-radius: 8px 0 0 0;
                        }
                    }
                    @media (max-width: 680px) {
                        border-top: 0;
                        border-radius: 0;
                    }
                    a {
                        background-color: @white-lighter;
                        color: @brand-color;
                        position: relative;
                        &:before {
                            content: "";
                            position: absolute;
                            height: 3px;
                            border-radius: 0 0 8px 8px;
                            left: 28px;
                            right: 28px;
                            top: 0;
                            background-color: @brand-color;
                        }
                    }
                }
                .azen-choice-item.az-active + .azen-choice-item {
                    &:before {
                        background-color: transparent;
                    }
                } 
            }
            .azen-variants {
                border-radius: 0 8px 8px 8px;
                background-color: @white-lighter;

                @media (max-width: 680px) {
                    border-radius: 0 0 8px 8px;
                }
                .azen-variants-item {
                    display: table;
                    padding: 33px 40px 42px 40px;
                    width: 100%;
                    box-sizing: border-box;
                }
            }
        }
    }
    &[data-alternative-styles="true"] {
        .azen-general {
            .az-tabs {
                .azen-choice {
                    .azen-choice-item {
                        a {
                            word-spacing: 0;
                            letter-spacing: 0.6px;
                            padding: 18px 34px 16px 34px;
                            &:before {
                                height: 6px;
                                border-radius: 8px 0 0 8px;
                                z-index: 1;
                            }
                            &:after {
                                content: "";
                                position: absolute;
                                background-color: transparent;
                                border-radius: 8px 0 0 0;
                                height: 4px;
                                left: 0;
                                right: 0;
                                top: 3px;
                                z-index: 2;
                            }
                        }
                        &:last-child {
                            &.az-active {
                                a {
                                    &:before {
                                        border-radius: 0 8px 8px 0;
                                    }
                                    &:after {
                                        border-radius: 0 8px 0 0;
                                    }
                                }
                            }
                        }
                        &:not(:first-child) {
                            a {
                                &:before, &:after {
                                    border-radius: 8px;
                                }
                            }
                        }
                    }
                    .azen-choice-item.az-active {
                        a {
                            &:before {
                                left: 0;
                                right: 0;
                            }
                            &:after {
                                background-color: @white-lighter;
                            }
                            @media (max-width: 680px) {
                                &:before, &:after {
                                    border-radius: 8px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.azen-jobook-tabs-3 {
    text-align: center;
    margin-bottom: 80px;
    .azen-general {
        text-align: left;
        .az-tabs {
            .azen-choice {
                margin-bottom: 21px;
                .azen-choice-item {
                    text-align: center;
                    display: inline-block;
                    box-sizing: border-box;
                    position: relative;
                    margin-right: 40px;
                    &:last-child {
                        margin-right: 0;
                    }

                    @media (max-width: 680px) {
                        display: block;
                        margin: 0 0 15px 0;
                        &:last-child {
                            margin: 0;
                        }
                    }
                    a{
                                                .azh-inherit-initial();

                    }
                    a {
                        display: inline-block;
                        font-family: "@{google-font-family-Poppins}";
                        color: @black-darker;
                        font-size: 14px;
                        font-weight: 600;
                        text-transform: uppercase;
                        letter-spacing: 0.5px;
                        transition: none;

                        @media (max-width: 680px) {
                            display: block;
                        }
                    }
                    .azen-triangle {
                        display: none;
                        position: absolute;
                        left: ~"calc(50% - 7px)";
                        top: ~"calc(100% + 13px)";
                        .vendor(transform, translate(-50%, 100%));
                        width: 14px;
                        height: 14px;
                        border: 1px solid @white-lighter;
                        background-color: @white-lighter;
                        .linear();
                        .vendor(transform, rotate(45deg));
                    }
                }
                .azen-choice-item.az-active {
                    background-color: transparent;
                    .azen-triangle {
                        display: block;

                        @media (max-width: 680px) {
                            display: none;
                        }
                    }
                    a {
                        color: @brand-color;
                    }
                }
            }
            .azen-variants {
                border-radius: 8px;
                background-color: @white-lighter;
                .azen-variants-item {
                    display: table;
                    padding: 37px 40px 42px 40px;
                    width: 100%;
                    box-sizing: border-box;
                }
            }
        }
    }
}

.azen-jobook-accordion-1 {
    margin-bottom: 80px;
    .azen-general {
        margin-bottom: 5px;
        &:last-child {
            margin-bottom: 0;
        }
        .azen-title {
            .azh-inherit-initial();
            text-transform: capitalize;
            font-family: "@{google-font-family-Poppins}";
            color: @black-darker;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 1.4;
            cursor: pointer;
            padding: 18px 80px 18px 40px; 
            position: relative;
            border-radius: 4px;
            font-weight: 600;
            letter-spacing: 0.5px;
            background-color: @white-lighter;
            .linear();
            .azen-square {
                position: absolute;
                z-index: 1;
                margin-right: 34px;
                right: 0;
                top: 50%;
                &:after {
                    content: "";
                    position: absolute;
                    z-index: 2;
                    height: 2px;
                    width: 10px;
                    background-color: @black-lighter;
                    top: 50%;
                    left: 50%;
                    .vendor(transform, translate(-50%, -50%));
                }
                &:before {
                    content: "";
                    position: absolute;
                    z-index: 2;
                    height: 10px;
                    width: 2px;
                    background-color: @black-lighter;
                    top: 50%;
                    left: 50%;
                    .vendor(transform, translate(-50%, -50%));
                }
            }
        }
        .azen-content {
            padding: 33px 40px 43px 40px;
            background-color: @white-lighter;
            border-radius: 0 0 4px 4px;
        }
    }
    .az-active {
        box-shadow: 0px 0px 90px 0px lighten(fade(@shadow-color, 40%), 30%);
        .azen-title {
            background-color: @brand-color;
            color: @white-lighter;
            border-radius: 4px 4px 0 0;
            .azen-square {
                &:before {
                    display: none;
                }
                &:after {
                    background-color: @white-lighter;
                }
            }
        }
    }
    &[data-alternative-styles="true"] {
        .azen-general {
            position: relative;
            &:before {
                content: "";
                position: absolute;
                z-index: 2;
                top: 13px;
                bottom: 13px;
                left: 0;
                background-color: transparent;
                width: 3px;
                border-radius: 0 8px 8px 0;
            }
            .azen-content {
                padding: 11px 40px 41px 40px;
            }
        }
        .az-active {
            &:before {
                background-color: @brand-color;
            }
            .azen-title {
                background-color: @white-lighter;
                color: @brand-color;
                .azen-square {
                    &:before {
                        display: none;
                    }
                    &:after {
                        background-color: @brand-color;
                    }
                }
            }
        }
    }
}

.azen-jobook-accordion-2 {
    margin-bottom: 80px;
    .azen-general {
        margin-bottom: 5px;
        &:last-child {
            margin-bottom: 0;
        }
        .azen-title {
            .azh-inherit-initial();
            text-transform: capitalize;
            font-family: "@{google-font-family-Poppins}";
            color: @black-darker;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 1.4;
            cursor: pointer;
            padding: 18px 80px 18px 40px; 
            position: relative;
            border-radius: 4px;
            font-weight: 600;
            letter-spacing: 0.5px;
            background-color: lighten(@gray-lighter, 5%);
            .linear();
            .azen-square {
                position: absolute;
                z-index: 1;
                margin-right: 34px;
                right: 0;
                top: 50%;
                &:after {
                    content: "";
                    position: absolute;
                    z-index: 2;
                    height: 2px;
                    width: 10px;
                    background-color: @black-lighter;
                    top: 50%;
                    left: 50%;
                    .vendor(transform, translate(-50%, -50%));
                }
                &:before {
                    content: "";
                    position: absolute;
                    z-index: 2;
                    height: 10px;
                    width: 2px;
                    background-color: @black-lighter;
                    top: 50%;
                    left: 50%;
                    .vendor(transform, translate(-50%, -50%));
                }
            }
            .azen-triangle {
                display: none;
                position: absolute;
                left: 40px;
                top: ~"calc(100% - 4px)";
                .vendor(transform, translate(-50%, 100%));
                width: 6px;
                height: 6px;
                border: 1px solid lighten(fade(@brand-color, 50%), 45%);
                background-color: @white-lighter;
                .linear();
                .vendor(transform, rotate(45deg));
            }
        }
        .azen-content {
            padding: 38px 40px 42px 40px;
            background-color: @white-lighter;
            border-radius: 0 0 4px 4px;
        }
    }
    .az-active {
        box-shadow: 0px 0px 90px 0px lighten(fade(@shadow-color, 40%), 30%);
        .azen-title {
            background-color: @black-dark;
            color: @white-lighter;
            border-radius: 4px 4px 0 0;
            .azen-square {
                &:before {
                    display: none;
                }
                &:after {
                    background-color: @brand-color;
                }
            }
            .azen-triangle {
                display: block;
            }
        }
    }
    &[data-alternative-styles="true"] {
        .azen-general {
            margin-bottom: 0;
            position: relative;
            .azen-content {
                padding: 18px 40px 42px 40px;
            }
            &:before {
                content: "";
                position: absolute;
                height: 2px;
                left: 0;
                right: 0;
                top: 0;
                background-color: darken(@gray-lighter, 2%);
                z-index: 2;
            }
            &:after {
                content: "";
                position: absolute;
                height: 2px;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: transparent;
                z-index: 2;
            }
            &:first-child {
                &.az-active {
                    &:before, &:after {
                        background-color: transparent;
                    }
                }
            }
            &:first-child:not(.az-active) {
                &:before, &:after {
                    background-color: transparent;
                }
            }
            &.az-active:not(:first-child) {
                &:before, &:after {
                    background-color: transparent;
                }
            }
        }
        .azen-general.az-active + .azen-general {
            &:before, &:after {
                background-color: transparent;
            }
        }
        .az-active {
            .azen-title {
                background-color: @white-lighter;
                color: @brand-color;
                .azen-square {
                    &:before {
                        display: none;
                    }
                    &:after {
                        background-color: @brand-color;
                    }
                }
                .azen-triangle {
                    display: none;
                }
            }
        }
    }
}
div.azen.azen1.azen2.azen3 {





    .azen-jobook-get-jobook {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: transparent;
            z-index: 1;
        }

        @media (max-width: 991px) {
            .vendor(display, flex);
            .vendor(flex-wrap, wrap);
        }
        .azen-left-part {
            position: absolute;
            z-index: 3;
            top: -80px;
            left: 0;
            bottom: 0;
            width: ~"calc(50% + 36px)";
            background-position: right bottom;
            background-size: auto;
            background-repeat: no-repeat;

            @media (max-width: 991px) {
                .vendor(display, flex);
                .vendor(order, 2);
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                background-position: bottom center;
                width: 100%;
                height: 478px;
            }
            @media (max-width: 590px) {
                background-size: contain;
                height: 360px;
            }
            @media (max-width: 550px) {
                height: 320px;
            }
            @media (max-width: 500px) {
                height: 280px;
            }
            @media (max-width: 450px) {
                height: 240px;
            }
            @media (max-width: 400px) {
                height: 200px;
            }
        }
        .azen-general {
            position: relative;
            z-index: 2;
            padding: 160px 0 74px;

            @media (max-width: 991px) {
                .vendor(display, flex);
                .vendor(order, 1);
                padding: 20px 0 0 0;
            }
            .azen-right-part {
                width: ~"calc(50% - 28px)";
                float: right;

                @media (max-width: 991px) {
                    width: 100%;
                    float: none;
                }
                .azen-title {
                    .azen-jobook-title();
                    color: @black;

                    @media (max-width: 610px) {
                        font-size: 32px;
                    }
                    @media (max-width: 450px) {
                        font-size: 24px;
                    }
                    @media (max-width: 350px) {
                        font-size: 22px;
                    }
                }
                .azen-text {
                    .azen-jobook-text();
                    margin-bottom: 18px;
                }
                .azen-button-part {
                    margin: 0 -20px;

                    @media (max-width: 991px) {
                        margin: 0;
                        text-align: center;
                    }
                    a {
                        display: inline-block;
                        max-height: 54px;
                        margin: 20px;
                        box-shadow: 0px 0px 0px 0px transparent;
                        border-radius: 40px;
                        .linear();
                        img {
                            max-height: 54px;
                            max-width: 100%;
                        }
                        &:hover {
                            box-shadow: 0px 0px 50px 20px lighten(fade(@shadow-color, 20%), 30%);
                        }
                    }
                }
            }
            &:after {
                display: table;
                clear: both;
                content: "";
            }
        }
    }

    .azen-jobook-slider-candidates {
        .azen-general {
            padding: 120px 0;
            text-align: center;
            .azen-title {
                .azen-jobook-title();
                letter-spacing: 0.5px;
            }
            .azen-introduction {
                .azen-jobook-text();
                margin-bottom: 41px;
            }
            .az-carousel.az-owl-carousel {
                position: relative;
                .az-owl-stage-outer {
                    .az-owl-item:not(.center) {
                        .azen-item {
                            background-color: mix(fade(spin(@brand-color, 20), 10%), @black, 98%);
                            box-shadow: 0px 0px 0px 0px transparent;
                            .azen-text {
                                color: @black-lighter;
                            }
                            .azen-person-info {
                                .azen-name {
                                    color: @black-darker;
                                }
                            }
                        }
                    }
                    .az-owl-item {
                        .linear();
                        &.center {
                        }
                        .azen-shadow-wrapper {
                            text-align: center;
                            padding: 40px 0 0 0;
                            margin: 0 20px 40px 20px;
                        }
                        .azen-shadow-h {
                            height: 33px;
                        }
                        .azen-item {
                            padding: 70px 40px 39px 40px;
                            border-radius: 8px;
                            display: inline-block;
                            position: relative;
                            box-shadow: 0px 15px 90px 0px lighten(fade(@shadow-color, 50%), 30%);
                            background-color: transparent;
                            .linear();
                            .azen-photo {
                                position: absolute;
                                left: 40px;
                                top: -23px;
                                img {
                                    border-radius: 100%;
                                    max-width: 100%;
                                    max-height: 100%;
                                    width: 70px;
                                    height: 70px;
                                }
                            }
                            .azen-text {
                                .azen-jobook-text();
                                line-height: 1.75;
                                text-align: left;
                                font-size: 14px;
                                color: @black-darker;
                                margin-bottom: 25px;
                                .linear();
                            }
                            .azen-person-info {
                                position: relative;
                                text-align: left;
                                .azen-name {
                                    .azen-jobook-text();
                                    color: @brand-color;
                                    line-height: 1;
                                    font-size: 14px;
                                    font-weight: 600;
                                    margin-bottom: 6px;
                                    text-transform: capitalize;
                                    .linear();
                                }
                                .azen-profession {
                                    .azen-jobook-text();
                                    line-height: 1.75;
                                    font-size: 12px;
                                    color: @gray-darker;
                                    text-transform: capitalize;
                                    margin-bottom: 0;
                                }
                                .azen-quote {
                                    position: absolute;
                                    top: 50%;
                                    right: 0;
                                    .vendor(transform, translate(0, -50%));
                                    span {
                                        &:before {
                                            color: lighten(fade(@brand-color, 30%), 27%);
                                            font-size: 40px;
                                        }
                                    }

                                    @media (max-width: 360px) {
                                        display: none;
                                    }
                                }
                            }
                        }
                    }
                }
                .az-owl-dots {
                    position: relative;
                    display: block;
                    line-height: 10px;
                    .az-owl-dot {
                        display: inline-block;
                        width: 8px;
                        height: 8px;
                        box-sizing: border-box;
                        border-radius: 100%;
                        background-color: @gray-light;
                        margin: 1px 5px;
                        .linear();
                        &.active {
                            background-color: @brand-color;
                            width: 10px;
                            height: 10px;
                            margin: 0 5px;
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-slider-companies {
        position: relative;
        /*        &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background-color: mix(fade(spin(@brand-color, 20), 10%), @black, 98%);
                    z-index: 1;
                }*/
        .azen-general {
            padding: 119px 0 116px;
            text-align: center;
            position: relative;
            z-index: 2;
            .azen-title {
                .azen-jobook-title();
                text-transform: capitalize;
                letter-spacing: 0.5px;
            }
            .azen-introduction {
                .azen-jobook-text();
                margin-bottom: 41px;
            }
            .az-carousel.az-owl-carousel {
                position: relative;
                .az-owl-stage-outer {
                    margin-bottom: 36px;
                    .az-owl-item {
                        position: relative;
                        left: -144.5px;
                        line-height: 100px;

                        @media (max-width: 1199px) {
                            left: -235px;
                        }
                        @media (max-width: 991px) {
                            left: 0;
                        }
                        &:after {
                            content: "";
                            position: absolute;
                            left: 0;
                            top: 50%;
                            .vendor(transform, translate(0, -50%));
                            display: inline-block;
                            height: 40px;
                            width: 2px;
                            background-color: @gray-light;
                        }
                        &:first-child {
                            &:after {
                                display: none;
                            }
                        }
                        .linear();
                        .azen-item {
                            display: inline-block;
                            vertical-align: middle;
                            img {
                                max-height: 100%;
                                max-width: 100%;
                            }
                        }
                    }
                    .az-owl-item:not(.active) {
                        &:after {
                            display: none;
                        }
                    }
                    .az-owl-item:not(.active) + .az-owl-item.active {
                        &:after {
                            display: none;
                        }
                    }
                }
                .az-owl-dots {
                    position: relative;
                    display: inline-block;
                    width: 200px;
                    line-height: 20px;
                    .az-owl-dot {
                        vertical-align: middle;
                        display: inline-block;
                        width: 8px;
                        height: 8px;
                        box-sizing: border-box;
                        border-radius: 100%;
                        background-color: @gray-light;
                        margin: 0 5px;
                        .linear();
                        .vendor(transform, scale(1));
                        &.active {
                            background-color: @brand-color;
                            .vendor(transform, scale(1.3));
                        }
                    }
                }
                .az-owl-nav {
                    .transform();
                    top: ~"calc(100% - 10px)";
                    display: block;
                    width: 278px;
                    height: 20px;
                    .az-owl-prev, .az-owl-next {
                        display: inline-block;
                        position: absolute;
                        span {
                            width: 20px;
                            height: 20px;
                            &:before {
                                color: @gray-darker;
                                font-family: "FontAwesome";
                                font-size: 20px;
                                .linear();
                            }
                        }
                        &:hover {
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                    .az-owl-prev {
                        left: 0;
                        span {
                            &:before {
                                content: "\f177";                           
                            }
                        }
                    }
                    .az-owl-next {
                        right: 0;
                        span {
                            &:before {
                                content: "\f178";                           
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-content-read-more {
        margin-bottom: 80px;
        .azen-general {
            text-align: left;
            .azen-text {
                display: block;
                margin-bottom: 34px;
                span {
                    .azen-jobook-text();
                    display: block;
                    line-height: 1.75;
                    margin-bottom: 10px;
                    font-size: 14px;
                    font-weight: 500;
                    color: @black-lighter;
                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
            .azen-button {
                display: inline-block;
                a {
                    .azen-jobook-text();
                    word-spacing: 1px;
                    display: inline-block;
                    font-size: 14px;
                    font-weight: 600;
                    margin: 0 10px 0 0;
                    text-transform: capitalize;
                    color: lighten(fade(@brand-color, 90%), 48%);
                    line-height: 17px;
                    border-bottom: 1px solid lighten(fade(@brand-color, 90%), 48%);
                    .linear();
                }
                span {
                    &:before {
                        .linear();
                        color: @black-lighter;
                        font-size: 10px;
                    }
                }
                &:hover {
                    a {
                        color: @brand-color;
                        border-color: @brand-color;
                    }
                    span {
                        &:before {
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        &[data-darken-background="false"] {
            .azen-general {
                .azen-button {
                    a {
                        color: @black-lighter;
                        border-bottom: @black-lighter;
                    }
                    span {
                        &:before {
                            .linear();
                            color: @black-lighter;
                            font-size: 10px;
                        }
                    }
                    &:hover {
                        a {
                            color: @brand-color;
                            border-color: @brand-color;
                        }
                        span {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-column-icon-link {
        margin-bottom: 80px;
        .azen-general {
            display: table;
            width: 100%;
            text-align: left;
            .azen-column {
                display: table-cell;
                width: 50%;

                @media (max-width: 500px) {
                    width: 100%;
                    display: block;
                    margin-bottom: 40px;
                    &:last-child {
                        margin-bottom: 0;
                    }
                }
                .azen-title {
                    .azen-jobook-text();
                    font-size: 16px;
                    color: lighten(@brand-color, 47%);
                    text-transform: capitalize;
                    font-weight: 700;
                    letter-spacing: 0.4px;
                    margin-bottom: 22px;
                }
                .azen-item {
                    a {
                        display: block;
                        margin-bottom: 14px;
                        &:last-child {
                            margin-bottom: 0;
                        }
                        .az-icon {
                            display: table-cell;
                            vertical-align: top;
                            padding-right: 16px;
                            &:before {
                                display: block;
                                padding-top: 2px;
                                font-size: 9px;
                                color: lighten(fade(@brand-color, 90%), 48%);
                                .linear();
                            }
                        }
                        .azen-link-text {
                            .azen-jobook-text();
                            display: table-cell;
                            vertical-align: top;
                            font-size: 14px;
                            font-weight: 500;
                            line-height: 1;
                            color: lighten(fade(@brand-color, 90%), 48%);
                            text-transform: capitalize;
                            margin-bottom: 0;
                            .linear();
                        }
                        &:hover {
                            .az-icon {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                            .azen-link-text {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        &[data-darken-background="false"] {
            .azen-general {
                .azen-column {
                    .azen-title {
                        color: @black-darker;
                    }
                    .azen-item {
                        a {
                            .az-icon {
                                &:before {
                                    color: @black-lighter;
                                }
                            }
                            .azen-link-text {
                                color: @black-lighter;
                            }
                            &:hover {
                                .az-icon {
                                    &:before {
                                        color: @brand-color;
                                    }
                                }
                                .azen-link-text {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-under-footer-section {
        position: relative;
        z-index: 6;
        .azen-general {
            position: relative;
            padding: 26px 0;
            width: 100%;
            display: table;
            border-top: 2px solid darken(@black-light, 10%);
            .azen-left-part {
                text-align: left;
                width: 50%;
                display: table-cell;
                vertical-align: middle;

                @media (max-width: 1199px) {
                    width: 100%;
                    display: block;
                    text-align: center;
                    line-height: 27px;
                }
                .azen-category {
                    @media (max-width: 1199px) {
                        margin-bottom: 20px;
                    }
                    a {
                        display: inline-block;
                        .linear();
                        .azen-jobook-text();
                        position: relative;
                        font-size: 14px;
                        font-weight: 700;
                        margin: 14px 30px 14px 0px;
                        line-height: 1;
                        word-spacing: 1.5px;

                        @media (max-width: 1199px) {
                            margin: 7px 14px 7px 0;
                        }
                        &:before {
                            display: inline-block;
                            opacity: 0;
                            position: absolute;
                            top: -42px;
                            left: 0;
                            content: "";
                            height: 4px;
                            width: 100%;
                            border-radius: 0 0 2px 2px;
                            background-color: @brand-color;
                            .linear();

                            @media (max-width: 1199px) {
                                display: none;
                            }
                        }
                        &:hover {
                            color: @brand-color;
                            &:before {
                                opacity: 1;
                            }
                        }
                    }
                }
            }
            .azen-right-part {
                width: 50%;
                display: table-cell;
                vertical-align: middle;
                text-align: right;

                @media (max-width: 1199px) {
                    width: 100%;
                    display: block;
                    text-align: center;
                    padding-bottom: 10px;
                    line-height: 16px;
                }
                .azen-text {
                    .azen-jobook-text();
                    margin-bottom: 0;
                    font-size: 12px;
                    font-weight: 500;
                    .azen-info-text {
                        color: darken(@black-light, 10%);
                    }
                    a {
                        margin-left: 5px;
                        span {
                            color: lighten(fade(@brand-color, 90%), 48%);
                            .linear();
                        }
                        &:hover {
                            span {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-social-icons {
        margin-bottom: 80px;
        .azen-general {
            text-align: left;
            .azen-social-logo {
                a {
                    display: inline-block;
                    margin: 5px 10px;
                    span {
                        &:before {
                            color: lighten(@black, 12%);
                            font-size: 18px;
                            .linear();
                        }
                    }
                    &:last-child {
                        margin-right: 0;
                    }
                    &:hover {
                        span {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-phone-mail-logos {
        margin-bottom: 80px;
        .azen-general-1 {
            .vendor(display, flex);
            .vendor(flex-direction, row);
            .vendor(flex-wrap, nowrap);
            .vendor(justify-content, space-between);

            @media (max-width: 750px) {
                display: block;
            }
            .azen-phone-part {
                .vendor(display, flex);
                .vendor(align-items, center);

                @media (max-width: 750px) {
                    display: block;
                    text-align: center;
                    margin-bottom: 10px;
                }
                .az-icon {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 11px;
                    &:before {
                        color: @brand-color;
                        font-size: 18px;
                    }
                }
                .azen-number, .azen-schedule {
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 12px;
                    display: inline-block;
                    vertical-align: middle;
                }
                .azen-number {
                    color: lighten(fade(@brand-color, 90%), 48%);
                    font-weight: 700;
                    letter-spacing: 0.4px;
                    margin-right: 3px;
                }
                .azen-schedule {
                    color: @black-lighter;
                    font-weight: 500;
                }
            }
            .azen-mail-part {
                .vendor(display, flex);
                .vendor(align-items, center);

                @media (max-width: 750px) {
                    display: block;
                    text-align: center;
                    margin-bottom: 10px;
                }
                .azen-mail {
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 12px;
                    color: @brand-color;
                    font-weight: 500;
                    display: inline-block;
                    vertical-align: middle;
                }
                .az-icon {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 15px;
                    &:before {
                        color: @brand-color;
                        font-size: 18px;
                        font-weight: 600;
                    }
                }
            }
            .azen-social-logo-part {
                .vendor(display, flex);
                .vendor(align-items, center);

                @media (max-width: 750px) {
                    display: block;
                    text-align: center;
                }
                a {
                    display: inline-block;
                    margin: 5px 10px;
                    span {
                        &:before {
                            color: lighten(@black, 12%);
                            font-size: 18px;
                            .linear();
                        }
                    }
                    &:last-child {
                        margin-right: 0;
                    }
                    &:hover {
                        span {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        &[data-darken-background="false"] {
            .azen-general {
                .azen-phone-part {
                    .azen-number {
                        color: @black-darker;
                    }
                }
            }
        }
    }

    .azen-jobook-input-field-footer {
        margin-bottom: 30px;
        form {
            position: relative;
            input {
                .linear();
                .vendor(appearance, none);
                position: relative;
                z-index: 2;
                height: 45px;
                width: 100%;
                padding: 0 20px;
                border-radius: 4px;
                box-sizing: border-box;
                box-shadow: none;
                background-color: @white-lighter;
                display: inline-block;
                .placeholder(color, @black-lighter);
                font-family: "@{google-font-family-Poppins}";
                font-size: 14px;
                font-weight: 400;
                color: @black-darker;
                text-transform: capitalize;
                &:focus {
                    .placeholder(color, @black-darker);
                    .vendor(outline, none);
                }
            }
            .azen-button {
                display: inline-block;
                position: absolute;
                z-index: 3;
                top: 0;
                right: 0;
                width: 45px;
                height: 45px;
                border-radius: 0 4px 4px 0;
                pointer-events: none;
                .linear();
                &:before {
                    .transform();
                    font-family: "FontAwesome";
                    content: "\f003"; 
                    color: @white-lighter;
                    pointer-events: none;
                    font-weight: 600;
                    font-size: 16px;
                }
                button {
                    display: block;
                    cursor: pointer;
                    width: 100%;
                    height: 100%;
                    pointer-events: all;
                }
                &:hover {
                    background-color: @brand-color !important;
                }
            }
        }
        &[data-darken-background="false"] {
            form {
                input[name="name"], input[name="email"], input[name="subject"] {
                    border: 1px solid @gray;
                }
            }
        }
    }

    .azen-jobook-footer-section-wrapper {
        position: relative;
        z-index: 2;
        overflow: hidden;
        &:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: auto;
            background-color: darken(@black-dark, 4%);
            z-index: 2;
            box-shadow: 0px 0px 0px 0px transparent;

            @media (min-width: 1600px) {
                right: 190px;
                border-radius: 0 20px 0 0;
                box-shadow: 0px 0px 20px 0px @black-darker;
            }
        }
        @media (min-width: 1600px) {
            overflow: visible;
        }
        > .azen-general {
            position: relative;
            z-index: 2;
        }
        .azen-go {
            display: block;
            position: absolute;
            z-index: 2;
            width: 190px;
            top: 0;
            bottom: 0;
            right: 0;
            background-color: transparent;
            pointer-events: none;

            @media (min-width: 1600px) {
                z-index: 1;
            }
            @media (max-width: 1300px) {
                display: none;
            }
            a {
                display: block;
                min-width: 120px;
                pointer-events: all;
                position: absolute;
                top: 50%;
                left: 50%;
                .vendor(transform, translate(-50%, -50%) rotate(-90deg));
                .azen-go-text {
                    display: inline-block;
                    vertical-align: middle;
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 14px;
                    color: @black-lighter;
                    font-weight: 700;
                    word-spacing: 1.5px;
                    margin-right: 20px;
                    .linear();
                }
                .az-icon {
                    display: inline-block;
                    vertical-align: middle;
                    &:after {
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 3px;
                        content: "";
                        height: 24px;
                        width: 2px;
                        background-color: @black-darker;
                        .linear();
                    }
                    &:before {
                        display: inline-block;
                        vertical-align: middle;
                        padding-top: 1px;
                        font-size: 24px;
                        color: @black-darker;
                        .linear();
                    }

                    @media (max-width: 1600px) {
                        &:after {
                            background-color: @brand-color;
                        }
                        &:before {
                            color: @brand-color;
                        }
                    }
                }
                &:hover {
                    .azen-go-text {
                        color: @brand-color;
                    }
                    .az-icon {
                        &:after {
                            background-color: @brand-color;
                        }
                        &:before {
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        &[data-alternative-styles="true"] {
            &:before {
                @media (min-width: 1600px) {
                    right: 190px;
                    border-radius: 0;
                    box-shadow: 0px 0px 0px 0px transparent;
                }
            }
            .azen-go {
                @media (min-width: 1600px) {
                    background-color: darken(@black-dark, 4%);
                    z-index: 1;
                }
                a {
                    .az-icon {
                        @media (min-width: 1600px) {
                            &:after {
                                background-color: @brand-color;
                            }
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-input-field {
        margin-bottom: 30px;
        input[name="name"], input[name="email"], input[name="subject"] {
            .vendor(appearance, none);
            position: relative;
            z-index: 2;
            height: 60px;
            width: 100%;
            padding: 0 30px;
            border-radius: 4px;
            box-sizing: border-box;
            box-shadow: 0px 0px 0px 0px transparent;
            background-color: mix(fade(spin(@brand-color, 20), 5%), @gray-darker, 87%);
            display: inline-block;
            .placeholder(color, @black-lighter);
            font-family: "@{google-font-family-Poppins}";
            font-size: 14px;
            font-weight: 400;
            color: @black-darker;
            text-transform: capitalize;
            .linear();
            &:focus {
                .placeholder(color, @black-darker);
                .vendor(outline, none);
                background-color: @white-lighter;
                box-shadow: 0px 10px 20px 0px mix(fade(spin(@brand-color, 20), 5%), @gray-darker, 87%);
            }
        }
    }

    .azen-jobook-dropdown-list {
        margin-bottom: 30px;
        select {
            .vendor(appearance, none);
            position: relative;
            z-index: 2;
            height: 60px;
            width: 100%;
            padding: 0 30px;
            border-radius: 4px;
            box-sizing: border-box;
            box-shadow: 0px 0px 0px 0px transparent;
            background-color: mix(fade(spin(@brand-color, 20), 5%), @gray-darker, 87%);
            display: inline-block;
            .placeholder(color, @black-lighter);
            font-family: "@{google-font-family-Poppins}";
            font-size: 14px;
            font-weight: 400;
            color: @black-darker;
            text-transform: capitalize;
            .linear();
            &:focus {
                .placeholder(color, @black-darker);
                .vendor(outline, none);
                background-color: @white-lighter;
                box-shadow: 0px 10px 20px 0px mix(fade(spin(@brand-color, 20), 5%), @gray-darker, 87%);
            }
        }
    }

    .azen-jobook-form-field {
        margin-bottom: 30px;
        textarea {
            width: 100%;
            text-align: left;
            box-sizing: border-box;
            border-radius: 4px;
            padding: 28px 30px;
            height: 160px;
            box-shadow: none;
            box-shadow: 0px 0px 0px 0px transparent;
            background-color: mix(fade(spin(@brand-color, 20), 5%), @gray-darker, 87%);
            display: block;
            .placeholder(color, @black-lighter);
            font-family: "@{google-font-family-Poppins}";
            font-size: 14px;
            font-weight: 400;
            color: @black-darker;
            text-transform: capitalize;
            .linear();
            &:focus {
                .placeholder(color, @black-darker);
                .vendor(outline, none);
                background-color: @white-lighter;
                box-shadow: 0px 10px 20px 0px mix(fade(spin(@brand-color, 20), 5%), @gray-darker, 87%);
            }
        }
    }

    .azen-jobook-form-container {
        margin-bottom: 80px;
        .azen-button {
            display: inline-block;
            text-align: left;

            @media (max-width: 420px) {
                text-align: center;
            }
            button {
                border-radius: 4px !important;
                font-family: "@{google-font-family-Poppins}" !important;
                font-weight: 700 !important;
                color: @white-lighter;
                padding: 0 40px;
                font-size: 14px;
                line-height: 60px;
                cursor: pointer;
                text-transform: uppercase;
                letter-spacing: 0.6px;
                .linear();
                &:hover {
                    background-color: @brand-color !important;
                }
            }
        }
    }

    .azen-jobook-video-section {
        .azen-jobook-video-section-wrapper{
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            border-radius: 8px 8px 0 0;
            z-index: 2;
        }
        .azen-video-elements{
            @media screen and (max-width: 992px){

                padding: 0 60px;
            }
            @media screen and (max-width: 768px){

                padding: 0 45px;
            }

        }
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 270px 0 265px;
            .azen-icon {
                display: inline-block;
                a {
                    img {
                        .linear();
                        opacity: 1;
                        max-width: 120px;
                        max-height: 120px;
                    }
                    &:hover {
                        img {
                            opacity: 0.5;
                        }   
                    }
                }
            }
        }
    }

    .azen-jobook-pricing-table-1 {
        margin-bottom: 80px;
        padding-top: 45px;
        .azen-general {
            position: relative;
            text-align: center;
            a {
                display: block;
                box-shadow: 0px 0px 0px 0px transparent;
                .azen-wrapper {
                    display: block;
                    border-radius: 8px;
                    background-color: @white-lighter;
                    .azen-price {
                        position: absolute;
                        top: -40px;
                        right: 20px;
                        left: 20px;
                        text-align: left;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                        height: 240px;
                        border-radius: 8px;
                        box-shadow: 0px 0px 10px 0px @black-darker;
                        &:before {
                            content: "";
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            z-index: 1;
                            background-color: fade(@black-darker, 30%);
                            pointer-events: none;
                            border-radius: 8px;
                        }
                        .azen-price-wrapper {
                            position: relative;
                            z-index: 2;
                            padding: 22px 28px;
                            .azen-current {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 30px;
                                font-weight: 700;
                                color: lighten(@brand-color, 21%);
                                margin-bottom: 94px;
                            }
                            .azen-level {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 30px;
                                font-weight: 500;
                                color: @white-lighter;
                                text-transform: capitalize;
                                line-height: 1;
                                margin-bottom: 6px;
                            }
                            .azen-info {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 12px;
                                font-weight: 700;
                                color: lighten(@brand-color, 45%);
                                text-transform: uppercase;
                                word-spacing: 2px;
                            }
                            .azen-circle {
                                position: absolute;
                                right: 30px;
                                bottom: -18px;
                                width: 32px;
                                height: 32px;
                                border-radius: 100%;
                                background-color: @black;
                                box-shadow: 0px 0px 20px 0px @black;
                                .linear();
                                span {
                                    .transform();
                                    &:before {
                                        color: @black-lighter;
                                        font-size: 14px;
                                        padding-left: 1px;
                                        .linear();
                                    }
                                }
                            }
                        }
                    }
                    .azen-items-part {
                        display: block;
                        padding: 244px 20px 44px;
                        .azen-wrapper-items {
                            display: inline-block;
                            margin-bottom: 39px;
                            .azen-item {
                                display: table;
                                text-align: left;
                                padding-bottom: 7px;
                                &:last-child {
                                    padding-bottom: 0;
                                }
                                .az-icon {
                                    display: table-cell;
                                    vertical-align: top;
                                    padding: 4px 18px 0 0;
                                    &:before {
                                        color: @brand-color;
                                        font-size: 12px;
                                    }
                                }
                                .azen-item-title {
                                    display: table-cell;
                                    vertical-align: top;
                                    font-family: "@{google-font-family-Poppins}";
                                    font-size: 16px;
                                    color: @black;
                                }
                            }
                        }
                        .azen-button {
                            span {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 16px;
                                text-transform: capitalize;
                                font-weight: 600;
                                padding: 0 60px;
                                line-height: 48px;
                                word-spacing: 1px;
                                display: inline-block;
                                border: 3px solid;
                                border-color: inherit;
                                border-radius: 30px;
                                box-shadow: 0px 0px 0px 0px transparent;
                                .linear();
                                &:hover{
                                    color: @white-lighter !important;

                                }
                                &:not(:hover){
                                    background-color: transparent !important;

                                }
                            }
                        }
                    }
                }
                &:hover {
                    box-shadow: 0px 15px 90px 0px lighten(fade(@shadow-color, 50%), 30%);
                    .azen-wrapper {
                        .azen-price {
                            .azen-price-wrapper {
                                .azen-circle {
                                    box-shadow: 0px 4px 20px 0px @brand-color;
                                    background-color: @brand-color;
                                    span {
                                        &:before {
                                            color: @white-lighter;
                                        }
                                    }
                                }
                            }
                        }
                        .azen-items-part {
                            .azen-button {
                                span {
                                    background-color: @accent-1-color;
                                    color: @white-lighter;
                                    box-shadow: 0px 0px 10px 0px @accent-1-color;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-pricing-table-2 {
        margin-bottom: 80px;
        .azen-general {
            position: relative;
            text-align: center;
            a {
                display: block;
                position: relative;
                background: linear-gradient(to top right, @gradient-1-1-color, @gradient-2-1-color);
                border-radius: 8px;
                padding: 0 20px;
                box-sizing: border-box;
                box-shadow: 0px 0px 0px 0px transparent;
                .linear();
                &:before {
                    content: "";
                    position: absolute;
                    top: 20px;
                    bottom: 20px;
                    left: 20px;
                    right: 20px;
                    border: 4px solid transparent;
                    border-radius: 8px;
                    .linear();
                }
                .azen-price-wrapper {
                    position: relative;
                    z-index: 2;
                    padding: 57px 0 34px;
                    .azen-level {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 16px;
                        font-weight: 700;
                        text-transform: uppercase;
                        line-height: 1;
                        margin-bottom: 5px;
                        letter-spacing: 3.7px;
                    }
                    .azen-current {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 48px;
                        font-weight: 700;
                        color: @black-darker;
                        margin-bottom: 5px;
                        letter-spacing: 1px;
                        .linear();
                    }
                    .azen-info {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 14px;
                        font-weight: 700;
                        color: lighten(@brand-color, 45%);
                        word-spacing: 2px;
                        margin-bottom: 34px;
                    }
                    .azen-button {
                        span {
                            font-family: "@{google-font-family-Poppins}";
                            font-size: 16px;
                            text-transform: capitalize;
                            font-weight: 500;
                            padding: 0 45px;
                            line-height: 48px;
                            word-spacing: 1px;
                            display: inline-block;
                            border: 3px solid;
                            border-color: inherit;
                            background-color: transparent;
                            border-radius: 30px;
                            .linear();
                            &:hover{
                                color: @black-darker !important;

                            }
                            &:not(:hover){
                                background-color: transparent !important;
                            }
                        }
                    }
                }
                .azen-wrapper-items {
                    display: inline-block;
                    margin-bottom: 37px;
                    position: relative;
                    box-sizing: border-box;
                    padding: 0 15px;
                    > div{
                        pointer-events: all;
                    }
                    .azen-item {
                        text-align: center;
                        padding-bottom: 7px;
                        &:last-child {
                            padding-bottom: 0;
                        }
                        .azen-item-title {
                            font-family: "@{google-font-family-Poppins}";
                            font-size: 16px;
                            font-weight: 500;
                            color: @black-darker;
                            text-transform: capitalize;
                            .linear();
                        }
                    }
                }
                .azen-image {
                    position: relative;
                    display: block;
                    img {
                        max-height: 250px;
                        max-width: 250px;
                        margin-bottom: -4px;
                    }
                }
                &:hover {
                    box-shadow: 0px 0px 90px 0px @gradient-1-1-color;
                    &:before {
                        border-color: @white-lighter;
                    }
                    .azen-price-wrapper {
                        .azen-current {
                            color: @white-lighter;
                        }
                        .azen-button {
                            span {
                            }
                        }
                    }
                    .azen-wrapper-items {
                        .azen-item {
                            .azen-item-title {
                                color: @white-lighter;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-pricing-table-3 {
        margin-bottom: 80px;
        .azen-general {
            position: relative;
            text-align: center;
            a {
                display: block;
                position: relative;
                border-radius: 8px;
                box-shadow: 0px 0px 0px 0px transparent;
                padding: 52px 60px 60px;
                background-color: @white-lighter;
                .linear();
                .azen-price-wrapper {
                    position: relative;
                    z-index: 2;
                    padding: 0 0 39px;
                    .azen-current {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 30px;
                        font-weight: 700;
                        color: @brand-color;
                        margin-bottom: 29px;
                        letter-spacing: 1px;
                    }
                    .azen-image {
                        display: block;
                        margin-bottom: 33px;
                        img {
                            max-height: 100px;
                            max-width: 100px;
                        }
                    }
                    .azen-level {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 30px;
                        font-weight: 700;
                        text-transform: capitalize;
                        line-height: 1;
                        margin-bottom: 5px;
                        letter-spacing: 0.3px;
                        color: @gradient-1-2-color;
                    }
                    .azen-info {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 12px;
                        font-weight: 700;
                        color: @black-lighter;
                        text-transform: uppercase;
                        word-spacing: 2.2px;
                    }
                }
                .azen-wrapper-items {
                    display: inline-block;
                    margin-bottom: 36px;
                    .azen-item {
                        text-align: center;
                        padding-bottom: 11px;
                        border-bottom: 1px solid lighten(fade(@brand-color, 45%), 30%);
                        margin-bottom: 9px;
                        &:last-child {
                            margin-bottom: 0;
                            border-bottom: none;
                        }
                        .azen-item-title {
                            font-family: "@{google-font-family-Poppins}";
                            font-size: 16px;
                            font-weight: 500;
                            color: @black-darker;
                            text-transform: capitalize;
                            word-spacing: 1.5px;
                            letter-spacing: 0.3px;
                        }
                    }
                }
                .azen-button {
                    /*                    position: absolute;
                                        left: 50%;
                                        .vendor(transform, translate(-50%, 0));*/
                    display: block;
                    white-space: nowrap;
                    span {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 16px;
                        text-transform: capitalize;
                        font-weight: 500;
                        padding: 0 55px;
                        line-height: 48px;
                        word-spacing: 1px;
                        display: inline-block;
                        border: 3px solid;
                        border-color: inherit;
                        background: transparent;
                        border-radius: 30px;
                        box-sizing: border-box;
                        position: relative;
                        z-index: 1;
                        /*.linear();*/
                        /*                            &:before{
                                                    border-radius: 30px;
                                                        content: " ";
                                                        position: absolute;
                                                        top: 0;
                                                        right: 0;
                                                        bottom: 0;
                                                        left: 0;
                                                        background-color: @white-lighter;
                                                        opacity: 1;
                                                        visibility: visible;
                                                        transition: background 2s linear;
                                                        z-index: -1;
                                                    }*/
                        &:hover{
                            /*                                &:before{
                                                            visibility: hidden;
                                                            opacity: 0;
                                                            background-color: transparent;
                                                            top: -3px;
                                                            right: -3px;
                                                            bottom: -3px;
                                                            left: -3px;
                                                            }*/
                            border: 0;
                            padding: 0 58px;
                            line-height: 54px;

                            color: @white-lighter !important;
                        }

                    }
                }
                .azen-button {
                    span {
                        &:not(:hover){
                            background: @white-lighter !important;

                        }
                    }
                }
                &:hover {
                    box-shadow: 0px 0px 90px 0px lighten(fade(@shadow-color, 50%), 30%);
                    .azen-button {
                        span {

                        }
                    }
                }
            }
        }
    }

    .azen-jobook-call-to-action {
        background: linear-gradient(to right, @gradient-1-1-color, @gradient-2-1-color);
        .azen-general {
            padding: 65px 0 66px;
            position: relative;
            margin: 0 200px;

            @media (max-width: 1199px) {
                margin: 0;
            }
            .azen-left {
                display: inline-block;
                width: ~"calc(100% - 200px)";

                @media (max-width: 720px) {
                    display: block;
                    width: 100%;
                    margin-bottom: 35px;
                }
                .azen-title {
                    .azen-jobook-title();
                    word-spacing: 3.4px;
                    color: @white-lighter;
                    font-size: 30px;
                    margin-bottom: 13px;
                }
                .azen-text {
                    .azen-jobook-text();
                    margin-bottom: 0;
                    color: lighten(@brand-color, 45%);
                }
            }
            .azen-right {
                display: inline-block;
                position: absolute;
                top: 50%;
                right: 0;
                .vendor(transform, translate(0%, -50%));

                @media (max-width: 720px) {
                    position: relative;
                    display: block;
                    text-align: left;
                    .vendor(transform, translate(0%, 0%));
                }
                .azen-button {
                    a {
                        padding: 0 40px;
                        line-height: 50px;
                        display: inline-block;
                        border: 2px solid @white-lighter;
                        background-color: transparent;
                        border-radius: 30px;
                        .linear();
                        .az-icon {
                            margin-right: 9px;
                            &:before {
                                color: @white-lighter;
                                font-size: 16px;
                            }
                        }
                        .azen-text {
                            font-family: "@{google-font-family-Poppins}";
                            font-size: 14px;
                            text-transform: uppercase;
                            font-weight: 600;
                            color: @white-lighter;
                            word-spacing: 1px;
                        }
                        &:hover {
                            background-color: @brand-color;
                            border-color: @brand-color;
                        }
                    }
                }
            }
        }
    }



    .azen-jobook-skill-line {
        margin-bottom: 80px;
        .azen-list-item {
            margin-bottom: 35px;
            &:last-child {
                margin-bottom: 0;
            }
            .azen-skill {
                display: inline-block;
                font-family: "@{google-font-family-Poppins}";
                font-size: 14px;
                color: @black-darker;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: 0.6px;
                margin-right: 17px;
            }
            .azen-percent {
                display: inline-block;
                font-family: "@{google-font-family-Poppins}";
                font-size: 14px;
                color: lighten(@brand-color, 20%);
                font-weight: 400;
            }
            .azen-background {
                background-color: mix(fade(spin(@brand-color, 20), 10%), @black, 98%);
                margin-top: 14px;
                position: relative;
                height: 10px;
                border-radius: 10px;
                width: 100%;
                z-index: 1;
                .azen-line {
                    position: absolute;
                    height: 10px;
                    background: repeating-linear-gradient(45deg, lighten(@brand-color, 5%), lighten(@brand-color, 5%) 8px, lighten(@brand-color, 20%) 6px, lighten(@brand-color, 20%) 15px);
                    border-radius: 10px;
                    box-shadow: 0px 0px 50px 0px lighten(@shadow-color, 20%);
                    z-index: 2;
                }
            }
        }
    }

    .azen-jobook-circle-bar {
        margin-bottom: 80px;
        .azen-general {
            text-align: center;
            display: table;

            @media (max-width: 500px) {
                display: block;
            }
            .azen-circle {
                display: table-cell;
                vertical-align: top;
                padding-right: 34px;

                @media (max-width: 500px) {
                    display: block;
                    text-align: center;
                    padding: 0;
                    margin-bottom: 20px;
                }
                > div {
                    position: relative;
                    display: inline-block !important;
                    input {
                        font-family: "@{google-font-family-Poppins}" !important;
                        font-size: 41px !important;
                        font-weight: 500 !important;
                        color: @black !important;
                        margin: 0 !important;
                        top: 50% !important;
                        left: 50% !important;
                        .vendor(transform, translate(-50%, -50%)) !important;
                    }
                }
            }
            .azen-info {
                display: table-cell;
                vertical-align: middle;
                text-align: left;

                @media (max-width: 500px) {
                    display: block;
                }
                .azen-title {
                    font-family: "@{google-font-family-Poppins}";
                    color: @black;
                    font-size: 20px;
                    font-weight: 700;
                    text-transform: capitalize;
                    margin-bottom: 10px;
                    word-spacing: 5px;
                }
                .azen-text {
                    .azen-jobook-text();
                    line-height: 1.75;
                    font-size: 14px;
                    text-transform: capitalize;
                    margin-bottom: 0;
                }
            }
        }
    }

    .azen-jobook-counters {
        margin-bottom: 80px;
        .azen-general {
            text-align: center;
        }
        .azen-facts-item {
            position: relative;
            display: inline-block;
            text-align: center;
            width: 25%;
            padding: 20px 0;
            &:before {
                content: "";
                display: block;
                position: absolute;
                right: 0;
                top: 51px;
                bottom: 51px;
                width: 2px;
                background-color: @gray-light;
            }
            &:last-child {
                &:before {
                    display: none;
                }
            }
            @media (max-width: 1199px) {
                width: 33.3333333333%;
                &:nth-child(3n) {
                    &:before {
                        display: none;
                    }
                }
            }
            @media (max-width: 750px) {
                width: 50%;
                &:nth-child(2n) {
                    &:before {
                        display: none;
                    }
                }
                &:nth-child(3n) {
                    &:before {
                        display: block;
                    }
                }
                &:last-child {
                    &:before {
                        display: none;
                    }
                }
            }
            @media (max-width: 500px) {
                width: 100%;
                &:before {
                    display: none;
                }
                &:nth-child(3n) {
                    &:before {
                        display: none;
                    }
                }
            }
            .azen-score {
                font-family: "@{google-font-family-Poppins}";
                font-size: 60px;
                font-weight: 700;
                letter-spacing: 1px;
                line-height: 1;
                color: @accent-1-color;
                margin-bottom: 6px;
            }
            .azen-fact {
                font-family: "@{google-font-family-Poppins}";
                font-size: 24px;
                color: @black-darker;
                font-weight: 600;
                text-transform: capitalize;
                letter-spacing: 0.5px;
            }
        }
    }

    .azen-jobook-counters-2 {
        margin-bottom: 80px;
        .azen-general {
            text-align: center;
            border-radius: 8px;
            box-shadow: 0px 10px 50px 0px @white-darker;
        }
        .azen-items {
            .azen-facts-item {
                position: relative;
                display: inline-block;
                text-align: center;
                width: 25%;
                padding: 44px 0;
                &:before {
                    content: "";
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    width: 2px;
                    background-color: @white-dark;
                }
                &:after {
                    content: "";
                    display: none;
                    position: absolute;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    height: 2px;
                    background-color: @white-dark;
                }
                &:last-child {
                    &:before {
                        display: none;
                    }
                }
                @media (max-width: 1199px) {
                    width: 50%;
                    &:after {
                        display: block;
                    }
                    &:nth-child(2n) {
                        &:before {
                            display: none;
                        }
                    }
                }
                @media (max-width: 750px) {
                    width: 100%;
                    &:before {
                        display: none;
                    }
                }
                .azen-score {
                    font-family: "@{google-font-family-Poppins}";
                    font-weight: 700;
                    letter-spacing: 1px;
                    line-height: 1;
                    color: @accent-1-color;
                    font-size: 40px;
                    margin-bottom: 2px;
                }
                .azen-fact {
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 20px;
                    color: @black-darker;
                    font-weight: 600;
                    text-transform: capitalize;
                    letter-spacing: 0.5px;
                }
            }
            &:only-child {
                .azen-facts-item {
                    &:after {
                        display: none;
                    }
                    @media (max-width: 1199px) {
                        &:after {
                            display: block;
                        }
                        &:nth-last-child(1),  &:nth-last-child(2) {
                            &:after {
                                display: none;
                            }
                        }
                    }
                    @media (max-width: 750px) {
                        &:nth-last-child(2) {
                            &:after {
                                display: block;
                            }
                        }
                    }
                }
            }
            &:not(:last-child) {
                .azen-facts-item {
                    &:after {
                        display: block;
                    }
                }
            }
            &:last-child {
                .azen-facts-item {
                    @media (max-width: 1199px) {
                        &:nth-last-child(1),  &:nth-last-child(2) {
                            &:after {
                                display: none;
                            }
                        }
                    }
                    @media (max-width: 750px) {
                        &:nth-last-child(2) {
                            &:after {
                                display: block;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-features {
        .azen-general {
            position: relative;
            text-align: center;
            padding: 120px 0;
            .azen-triangle {
                position: absolute;
                left: ~"calc(50% - 14px)";
                top: -14px;
                z-index: 10;
                .vendor(transform, translate(-50%, 0));
                width: 26px;
                height: 26px;
                border: 1px solid @white-lighter;
                background-color: @white-lighter;
                .vendor(transform, rotate(45deg));
            }
            .azen-features-wrapper {
                display: block;
                margin-bottom: 80px;
                .azen-features-row {
                    display: block;
                    background-color: @white-dark;
                    &:first-child {
                        .azen-features-item {
                            border-top-color: @white-lighter;
                            &:first-child {
                                border-radius: 0 0 8px 0;
                                border-left-color: @white-lighter;
                            }
                            &:last-child {
                                border-radius: 0 0 0 8px;
                                border-right-color: @white-lighter;
                            }
                            &:not(:first-child):not(:last-child) {
                                border-radius: 0 0 8px 8px;
                            }
                            @media (max-width: 991px) {
                                &:nth-child(even) {
                                    border-radius: 0;
                                    border-right-color: @white-lighter;
                                }
                                &:nth-child(odd) {
                                    border-radius: 0;
                                    border-left-color: @white-lighter;
                                }
                                &:not(:first-child):not(:last-child) {
                                    border-radius: 0;
                                }
                            }
                            @media (max-width: 650px) {
                                border-right-color: @white-lighter;
                                border-left-color: @white-lighter;
                                border-radius: 0;
                            }
                        }
                    }
                    &:last-child {
                        .azen-features-item {
                            border-bottom-color: @white-lighter;
                            &:first-child {
                                border-radius: 0 8px 0 0;
                                border-left-color: @white-lighter;
                            }
                            &:last-child {
                                border-radius: 8px 0 0 0;
                                border-right-color: @white-lighter;
                            }
                            &:not(:first-child):not(:last-child) {
                                border-radius: 8px 8px 0 0;
                            }
                            @media (max-width: 991px) {
                                &:nth-child(even) {
                                    border-radius: 0;
                                    border-right-color: @white-lighter;
                                }
                                &:nth-child(odd) {
                                    border-radius: 0;
                                    border-left-color: @white-lighter;
                                }
                                &:not(:first-child):not(:last-child) {
                                    border-radius: 0;
                                }
                            }
                            @media (max-width: 650px) {
                                border-right-color: @white-lighter;
                                border-left-color: @white-lighter;
                                border-top-color: @white-lighter;
                                border-bottom-color: @white-dark;
                                border-radius: 0;
                                &:last-child {
                                    border-bottom-color: @white-lighter;
                                }
                            }
                        }
                    }
                    &:not(:first-child):not(:last-child) {
                        .azen-features-item {
                            border-top-color: @white-lighter;
                            &:first-child {
                                border-radius: 0 8px 8px 0;
                                border-left-color: @white-lighter;
                            }
                            &:last-child {
                                border-radius: 8px 0 0 8px;
                                border-right-color: @white-lighter;
                            }
                            &:not(:first-child):not(:last-child) {
                                border-radius: 8px;
                            }
                            @media (max-width: 991px) {
                                &:nth-child(even) {
                                    border-radius: 0;
                                    border-right-color: @white-lighter;
                                }
                                &:nth-child(odd) {
                                    border-radius: 0;
                                    border-left-color: @white-lighter;
                                }
                                &:not(:first-child):not(:last-child) {
                                    border-radius: 0;
                                }
                                &:nth-child(3), &:nth-child(4) {
                                    border-bottom-color: @white-lighter;
                                }
                            }
                            @media (max-width: 650px) {
                                &:nth-child(even) {
                                    border-radius: 0;
                                    border-right-color: @white-lighter;
                                    border-left-color: @white-lighter;
                                }
                                &:nth-child(odd) {
                                    border-radius: 0;
                                    border-right-color: @white-lighter;
                                    border-left-color: @white-lighter;
                                }
                                &:not(:first-child):not(:last-child) {
                                    border-radius: 0;
                                }
                                &:nth-child(3), &:nth-child(4) {
                                    border-bottom-color: @white-dark;
                                }
                            }
                        }
                    }
                    &:only-child {
                        .azen-features-item {
                            &:first-child {
                                border-left-color: @white-lighter;
                                border-radius: 0;
                            }
                            &:last-child {
                                border-right-color: @white-lighter;
                                border-radius: 0;
                            }
                            &:not(:first-child):not(:last-child) {
                                border-radius: 0;
                            }
                            @media (max-width: 991px) {
                                &:nth-child(1), &:nth-child(2) {
                                    border-bottom-color: @white-dark;
                                }
                            }
                        }
                    }
                    .azen-features-item {
                        position: relative;
                        display: inline-block;
                        width: ~"calc(25% - 2px)";
                        border: 1px solid @white-dark;
                        background-color: @white-lighter;
                        border-radius: 8px;
                        .linear();
                        &:before {
                            content: "";
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 0;
                            box-shadow: 0px 0px 0px 0px transparent;
                            border-radius: 8px;
                            background-color: @white-lighter;
                            .linear();
                        }

                        @media (max-width: 991px) {
                            width: ~"calc(50% - 2px)";
                        }
                        @media (max-width: 650px) {
                            width: ~"calc(100% - 2px)";
                        }
                        .azen-icon-bg {
                            .transform();
                            z-index: 2;
                            opacity: 0;
                            will-change: transform, opacity;
                            .linear();
                            .az-icon {
                                &:before {
                                    color: lighten(@brand-color, 47%);
                                    font-size: 180px;
                                }
                            }
                        }
                        a {
                            position: relative;
                            display: block;
                            z-index: 2;
                            padding: 63px 0 21px;
                            .azen-icon {
                                margin-bottom: 14px;
                                position: relative;
                                z-index: 2;
                                display: inline-block;
                                .az-icon {
                                    display: block;
                                    &:before {
                                        color: lighten(@brand-color, 25%);
                                        font-size: 55px;
                                        .linear();
                                    }
                                }
                            }
                            .azen-title {
                                position: relative;
                                z-index: 2;
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 16px;
                                font-weight: 500;
                                color: @black-darker;
                                text-transform: capitalize;
                                letter-spacing: 0.1px;
                                margin-bottom: 4px;
                                .linear();
                            }
                            .azen-score {
                                position: relative;
                                z-index: 2;
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 14px;
                                font-weight: 400;
                                color: @gray;
                                word-spacing: 0.5px;
                                margin-bottom: 21px;
                                .linear();
                            }
                            .azen-icon-1 {
                                position: relative;
                                z-index: 2;
                                opacity: 0;
                                will-change: transform, opacity;
                                .linear();
                                &:before {
                                    color: @brand-color;
                                    font-size: 14px;
                                }
                            }
                        }
                        &:hover {
                            border-radius: 8px !important;
                            &:before {
                                box-shadow: 0px 30px 50px 10px lighten(fade(@shadow-color, 40%), 30%);
                                .vendor(transform, scale(1.01));
                                z-index: 2;
                            }
                            .azen-icon-bg {
                                opacity: 1;
                            }
                            a { 
                                .azen-icon {
                                    .az-icon {
                                        &:before {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                .azen-title {
                                    color: @brand-color;
                                }
                                .azen-score {
                                    color: @black-darker;
                                    font-weight: 400;
                                }
                                .azen-icon-1 {
                                    opacity: 1;
                                }
                            }
                        }
                    }
                }
            }
            .azen-button {
                display: inline-block;
                border-radius: 30px;
                .linear();
                a {
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 14px;
                    display: block;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: lighten(fade(@brand-color, 90%), 48%);
                    padding: 0 92px;
                    line-height: 54px;
                    word-spacing: 2px;
                }
                &:hover {
                    background-color: @brand-color !important;
                }
            }
        }
    }

    .azen-jobook-header-section-wrapper {
        position: relative;
        overflow: hidden;
        z-index: 2;
        > .azen-general {
            position: relative;
            z-index: 2;
            padding: 170px 0;
            &:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: -9999px;
                left: 15px;
                width: auto;
                border-bottom-left-radius: 20px;
                z-index: -1;
                box-shadow: 0px 0px 20px 0px lighten(fade(@shadow-color, 50%), 30%);
            }
            @media (max-width: 1600px) {
                &:before {
                    border-bottom-left-radius: none;
                    left: -9999px;
                }
            }
            .azen-go {
                display: block;
                position: absolute;
                top: 50%;
                left: -185px;
                pointer-events: all;
                .vendor(transform, translate(0, -50%) rotate(-90deg));
                .azen-go-text {
                    display: inline-block;
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 14px;
                    color: @black-lighter;
                    font-weight: 700;
                    letter-spacing: 0.2px;
                    word-spacing: 0.5px;
                    margin-right: 29px;
                    text-transform: capitalize;
                }
                .azen-soc-logo {
                    display: inline-block;
                    a {
                        display: inline-block;
                        margin-right: 18px;
                        .vendor(transform, rotate(90deg));
                        span {
                            &:before {
                                color: @black-darker;
                                font-size: 18px;
                                .linear();
                            }
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                        &:hover {
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-menu {
        position: relative;
        height: 70px;
        z-index: 10;
        > div {
            background-color: transparent;
            > div {
                margin: 0 auto;
            }
        }
        &[data-over-top="true"] {
            margin-top: -70px;
        }
        &[data-over-bottom="true"] {
            margin-bottom: -70px;
        }
        > div {
            top: 0;
            left: 0;
            right: 0;
            .azen-inner {
                .vendor(display, flex);
                .vendor(flex-direction, row);
                .vendor(flex-wrap, nowrap);
                .vendor(justify-content, space-between);
                position: relative;
                min-height: 70px;
                background-color: transparent;
                font-weight: 500;
                font-family: "@{google-font-family-Poppins}";
                z-index: 10;

                @media (max-width: 1199px) {
                    .vendor(flex-wrap, wrap);
                }
                .azen-title {
                    .vendor(flex-shrink, 0);
                    .vendor(align-self, flex-start);
                    position: relative;

                    @media (max-width: 1199px) {
                        width: 100%;
                        height: 70px;
                        padding-right: 0;
                        background-color: lighten(spin(@brand-color, 10), 47%);
                    }
                    a {
                        .vendor(display, flex);
                        .vendor(flex-direction, column);
                        .vendor(justify-content, center);
                        position: relative;
                        box-sizing: border-box;
                        height: 100%;
                        .azen-wrp-logo {
                            padding-right: 15px;

                            @media (max-width: 1199px) {
                                padding: 0;
                            }
                            img {
                                display: block;
                                max-height: 70px;

                                @media (max-width: 1199px) {
                                    margin: 0 auto;
                                }
                            }
                        }
                    }
                }
                .azen-mobile-menu-button {
                    display: none;
                    position: absolute;
                    z-index: 10;
                    top: 0; 
                    right: 0; 
                    bottom: 0;
                    margin: auto 0;
                    width: 17px; 
                    height: 17px;
                    text-align: center;
                    cursor: pointer;
                    .linear();

                    @media (max-width: 1199px) {
                        display: block;
                        margin: 0;
                        top: 29px;
                        right: 30px;
                        left: inherit;
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;
                        &:before {
                            color: darken(@gray-darker, 2%);
                            .linear();
                        }
                        &:hover {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;

                        @media (max-width: 1199px) {
                            margin: 0;
                        }
                    }
                }
                .azen-menu-checkbox {
                    display: none;
                    user-select: none;
                }

                @media (max-width: 1199px) {
                    .azen-menu-checkbox:checked + .azen-nav-menu {
                        display: block;
                    }
                }
                .azen-nav-menu {
                    .vendor(justify-content, center);
                    white-space: nowrap;

                    @media (max-width: 1199px) {
                        display: none;
                        position: absolute;
                        right: 0; 
                        left: 0;
                        margin: 0;
                        box-shadow: 0px 1px 5px 0 fade(@black-darker, 50%);
                        padding: 30px 40px;
                        background: @white-lighter;
                        text-align: left;
                        top: 210px;
                        border-radius: 0 0 6px 6px;
                    }
                    > .azen-menu-item {
                        position: relative;
                        display: inline-block;
                        color: @black-darker;
                        font-size: 14px;
                        font-weight: 600;
                        font-family: "@{google-font-family-Poppins}";
                        line-height: 70px;
                        letter-spacing: 0.5px;
                        .linear();
                        &:hover {
                            @media (min-width: 1199px) {
                                .azen-sub-menu {
                                    visibility: visible;
                                    opacity: 1;
                                    .vendor(transition, all .3s linear .0s);

                                }
                            }
                        }
                        > a {
                            display: inline-block;
                            position: relative;
                            padding: 0 13px;
                            .linear();

                            @media (max-width: 1199px) {
                                padding: 0;
                            }
                            &:before {
                                display: inline-block;
                                position: absolute;
                                left: 13px;
                                right: 13px;
                                top: 0;
                                content: "";
                                height: 4px;
                                border-radius: 0 0 2px 2px;
                                background-color: @white-lighter;
                                opacity: 0;
                                .linear();

                                @media (max-width: 1199px) {
                                    display: none;
                                }
                            }
                            &:hover {
                                color: @white-lighter;
                                &:before {
                                    opacity: 1;
                                }

                                @media (max-width: 1199px) {
                                    color: @brand-color;
                                }
                            }
                            .az-icon {
                                display: none;
                            }
                        }
                        @media (max-width: 1199px) {
                            display: block;
                            line-height: 40px;
                        }
                        &.azen-current > a {
                            color: @white-lighter;
                        }
                        &.azen-menu-item-has-children {
                            &:after {
                                content: "";
                                visibility: hidden;
                                opacity: 0;
                                position: absolute;
                                z-index: 16;
                                left: ~"calc(50% - 0px)";
                                bottom: -7px;
                                width: 13px;
                                height: 13px;
                                border: 1px solid @white-lighter;
                                background-color: @white-lighter;
                                .vendor(transform, translate(-50%, 10px) rotate(45deg));
                                .vendor(transition, all .1s linear 0s);

                                @media (max-width: 1199px) {
                                    display: none;
                                }
                            }
                            &:hover {
                                @media (min-width: 1199px) {
                                    &:after {
                                        visibility: visible;
                                        opacity: 1;
                                        .vendor(transition, all .1s linear .2s);

                                        .vendor(transform, translate(-50%, 0px) rotate(45deg));
                                    }
                                }
                            }
                            .linear();
                            label {
                                user-select: none;
                            }
                            @media (max-width: 1199px) {
                                label {
                                    position: relative;
                                    vertical-align: middle;
                                    display: inline-block;
                                    height: 20px;
                                    width: 20px;
                                    cursor: pointer;
                                    padding-left: 20px;
                                    &:after {
                                        position: absolute;
                                        right: 0;
                                        top: 50%;
                                        content: '';
                                        border: solid darken(@gray-darker, 2%);
                                        border-width: 0 1px 1px 0;
                                        width: 5px; 
                                        height: 5px;
                                        .linear();
                                        .vendor(transform, translate(0, -50%) rotate(45deg));
                                    }
                                    &:hover {
                                        &:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 1199px) {
                            .azen-menu-checkbox:checked + .azen-sub-menu {
                                display: block;
                                position: relative;
                                top: inherit;
                                left: inherit;
                                opacity: 1;
                                visibility: visible;
                                box-shadow: none;
                                .azen-menu-item {
                                    line-height: 40px;
                                    margin-bottom: 0;
                                    a {
                                        display: inline-block;
                                    }
                                }
                            }
                        }
                        .azen-sub-menu {
                            .linear();
                            width: 100%;
                            .vendor(transition, all .3s linear .2s);
                            visibility: hidden;
                            opacity: 0;
                            box-sizing: border-box;
                            position: absolute;
                            /*box-shadow: 0px 1px 8px 0 fade(@black-darker, 50%);*/
                            box-shadow: 0 7px 30px 3px mix(fade(spin(@brand-color, 20), 7%), @black, 97%);

                            border-radius: 4px;
                            background: @white-lighter;
                            line-height: 1.2;
                            text-align: left;
                            z-index: 15;
                            padding: 0 0 0 10px;
                            //                            &:after {
                            //                                content: "";
                            //                                position: absolute;
                            //                                left: ~"calc(50% - 7px)";
                            //                                top: -7px;
                            //                                .vendor(transform, translate(-50%, 0));
                            //                                width: 13px;
                            //                                height: 13px;
                            //                                border: 1px solid @white-lighter;
                            //                                background-color: @white-lighter;
                            //                                .vendor(transform, rotate(45deg));
                            //                            }
                            @media (min-width: 1199px) {
                                min-width: 260px;
                                left: ~"calc(-10% - 15px)";
                                top: 70px;
                                padding: 16px 40px;
                            }
                            .azen-menu-item {
                                position: relative;
                                .linear();
                                a {
                                    .linear();
                                    position: relative;
                                    line-height: 40px;
                                    display: block;
                                    &:before {
                                        content: "";
                                        position: absolute;
                                        left: -40px;
                                        top: 0;
                                        bottom: 0;
                                        width: 4px;
                                        border-radius: 0 2px 2px 0;
                                        background-color: transparent;
                                        .linear();

                                        @media (max-width: 1199px) {
                                            display: none;
                                        }
                                    }
                                    .az-icon {
                                        display: none;
                                    }
                                    .azen-category-item {
                                        font-family: "@{google-font-family-Poppins}";
                                        color: lighten(@black-light, 10%);
                                        font-size: 14px;
                                        font-weight: 600;
                                        letter-spacing: 0;
                                        text-transform: capitalize;
                                        line-height: 1;
                                        .linear();
                                    }
                                    &:hover {
                                        &:before {
                                            background-color: @brand-color;
                                        }
                                        .azen-category-item {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                > .azen-sub-menu {
                                    &:after {
                                        display: none;
                                    }
                                    @media (min-width: 1199px) {
                                        left: 100%;
                                        top: -16px;
                                        visibility: hidden;
                                        opacity: 0;
                                    }
                                }
                                &:hover {
                                    > .azen-sub-menu {
                                        @media (min-width: 1199px) {
                                            opacity: 1;
                                            visibility: visible;
                                        }
                                    }
                                }
                                &:last-child {
                                    margin-bottom: 0;
                                }
                            }   
                            .azen-sub-menu-item {
                                width: 100%;
                                > .azen-sub-menu {
                                    @media (min-width: 1199px) {
                                        visibility: hidden;
                                        opacity: 0;
                                        top: -16px;
                                        left: 100%;
                                    }
                                    .azen-menu-item {
                                        a {
                                            @media (max-width: 1199px) {
                                                &:before {
                                                    display: none;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .azen-right-part {
                    .vendor(display, flex);
                    position: relative;
                    padding: 0 0 0 40px;
                    height: 70px;
                    border-bottom-left-radius: 20px;
                    background-color: lighten(spin(@brand-color, 10), 47%);

                    @media (max-width: 1199px) {
                        width: 100%;
                        border-radius: 0;
                        padding: 0;
                        height: 144px;
                        .vendor(flex-wrap, wrap);
                        .vendor(justify-content, center);
                    }
                    .azen-buttons {
                        .vendor(display, flex);
                        .vendor(align-items, center);

                        @media (max-width: 1199px) {
                            position: relative;
                            width: 100%;
                            height: 70px;
                            line-height: 70px;
                            border-bottom: 2px solid @white-dark;
                            .vendor(justify-content, center);
                        }
                        a {
                            display: inline-block;
                            font-family: "@{google-font-family-Poppins}";
                            color: lighten(@brand-color, 20%);
                            font-size: 12px;
                            font-weight: 700;
                            letter-spacing: 0.5px;
                            text-transform: uppercase;
                            line-height: 30px;
                            padding: 0 25px;
                            background-color: @black;
                            border-radius: 20px;
                            .linear();
                            &:first-child {
                                margin-right: 28px;
                                background-color: transparent;
                                color: @black-darker;
                                padding: 0;

                                @media (max-width: 1199px) {
                                    position: absolute;
                                    margin: 0;
                                    top: 50%;
                                    right: ~"calc(50% + 14px)";
                                    .vendor(transform, translate(0, -50%));
                                }
                            }
                            @media (max-width: 1199px) {
                                padding: 0 15px;
                            }
                            &:nth-child(2) {
                                @media (max-width: 1199px) {
                                    position: absolute;
                                    margin: 0;
                                    top: 50%;
                                    left: ~"calc(50% + 14px)";
                                    .vendor(transform, translate(0, -50%));
                                }
                            }
                            .azen-icon {
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 9px 2px 0;
                                img {
                                    display: block;
                                    max-width: 21px;
                                    max-height: 16px;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                            &:hover {
                                &:first-child {
                                    background-color: transparent;
                                    color: lighten(@brand-color, 20%);
                                }
                                background-color: @brand-color;
                                color: lighten(spin(@brand-color, 10), 47%);
                            }
                        }
                    }
                }
            }
            .azen-info-wrapper {
                position: absolute;
                overflow: hidden;
                height: 70px;
                top: 0;
                right: 0;
                left: 0;
                z-index: 6;

                @media (max-width: 1199px) {
                    top: 142px;
                    z-index: 10;
                    height: 72px;
                }
                .azen-info-wrp {
                    position: relative;
                    height: 70px;
                    margin: 0 auto;
                    &:before {
                        position: absolute;
                        content: "";
                        height: 70px;
                        width: 9999px;
                        background-color: lighten(spin(@brand-color, 10), 47%);
                        top: 0;
                        bottom: 0;
                        left: 100%;
                        z-index: 0;

                        @media (max-width: 1199px) {
                            display: none;
                        }
                    }
                    .azen-info {
                        position: absolute;
                        right: -185px;
                        top: 0;
                        bottom: 0;
                        overflow: hidden;
                        width: 185px;

                        @media (min-width: 1600px) {
                            width: auto;
                            min-width: 400px;
                            right: -400px;
                        }
                        @media (max-width: 1199px) {
                            display: inline-block;
                            position: relative;
                            left: inherit;
                            right: inherit;
                            top: inherit;
                            bottom: inherit;
                            width: 100%;
                            height: auto;
                            text-align: center;
                            line-height: 70px;
                            height: 70px;
                            border-bottom: 2px solid @white-dark;
                        }
                        .azen-information {
                            position: absolute;
                            top: 50%;
                            left: 67px;
                            min-width: 300px;
                            .vendor(transform, translate(0, -50%));

                            @media (max-width: 1199px) {
                                display: inline-block;
                                position: relative;
                                left: inherit;
                                right: inherit;
                                top: inherit;
                                bottom: inherit;
                                .vendor(transform, translate(0, 0));
                                width: auto;
                                min-width: auto;
                            }
                            .azen-icon {
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 11px 0 0;
                                img {
                                    display: block;
                                    max-width: 11px;
                                    max-height: 16px;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                            .azen-number, .azen-schedule {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 12px;
                                display: inline-block;
                                vertical-align: middle;
                            }
                            .azen-number {
                                color: @black-darker;
                                font-weight: 700;
                                letter-spacing: 0.4px;
                                margin-right: 3px;
                            }
                            .azen-schedule {
                                color: @black-lighter;
                                font-weight: 500;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-header-1 {
        position: relative;
        z-index: 2;

        margin-bottom: 190px;
        @media (min-width: 1600px) {
        }
        &:before {
            z-index: 2;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top right, lighten(@brand-color, 20%), @brand-color);

            @media (min-width: 1600px) {
                left: 190px;
                bottom: 190px;
                margin-bottom: -190px;
                border-radius: 0 0 0 20px;
                box-shadow: 0px 20px 50px 10px lighten(fade(@shadow-color, 50%), 30%);
            }
        }
        &:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 190px;
            background-color: transparent;

            @media (min-width: 1600px) {
            }
        }
        > .azen-general {
            position: relative;
            z-index: 3;
            display: block;
            pointer-events: none;
            .azen-wrapper {
                position: relative;
                width: 55%;
                padding: 236px 0 230px;
                > div{
                    pointer-events: all;

                }
                @media (max-width: 991px) {
                    width: 85%;
                }
                @media (max-width: 560px) {
                    width: 100%;
                }
                .azen-title {
                    .azen-jobook-title();
                    font-size: 75px;
                    font-weight: 700;
                    color: @white-lighter;
                    letter-spacing: 1px;
                    word-spacing: 8px;
                    line-height: 72px;
                    margin-bottom: 35px;

                    @media (max-width: 991px) {
                        font-size: 65px;
                    }
                    @media (max-width: 660px) {
                        font-size: 55px;
                    }
                    @media (max-width: 560px) {
                        font-size: 35px;
                        line-height: 1.2;
                    }
                }
                .azen-introduction {
                    .azen-jobook-title();
                    font-size: 34px;
                    font-weight: 700;
                    line-height: 1.23;
                    word-spacing: 5px;
                    text-transform: inherit;
                    color: @black-darker;
                    padding-right: 60px;
                    margin-bottom: 40px;

                    @media (max-width: 991px) {
                        font-size: 30px;
                    }
                    @media (max-width: 560px) {
                        padding-right: 0;
                        font-size: 24px;
                    }
                }
                .azen-buttons {
                    a {
                        display: inline-block;
                        .linear();
                        &:first-child {
                            line-height: 54px;
                            padding: 0 46px;
                            word-spacing: 2px;
                            border-radius: 30px;
                            margin-right: 30px;
                            &:hover {
                                background-color: @brand-color !important;
                            }

                            @media (max-width: 400px) {
                                margin: 0 auto 30px;
                                display: table;
                            }
                        }
                        &:nth-child(2) {
                            &:hover {
                                .azen-text-2 {
                                    color: @white-lighter;
                                    border-color: @white-lighter;
                                }
                                .az-icon {
                                    &:before {
                                        color: @white-lighter;
                                    }
                                }
                            }
                            @media (max-width: 400px) {
                                margin: 0 auto;
                                display: table;
                            }
                        }
                        .azen-text-1 {
                            font-family: "@{google-font-family-Poppins}";
                            line-height: 1;
                            color: lighten(@brand-color, 47%);
                            text-transform: capitalize;
                            font-size: 16px;
                            font-weight: 600;
                        }
                    }
                    .azen-text-2 {
                        display: inline-block;
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 16px;
                        font-weight: 500;
                        margin-right: 10px;
                        border-bottom: 1px solid @black-darker;
                        line-height: 1;
                        padding-bottom: 1px;
                        .linear();
                    }
                    .az-icon {
                        &:before {
                            .linear();
                            color: @black-darker;
                            font-size: 10px;
                        }
                    }
                }
            }
        }
        .azen-wrapper-go {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 190px;
            background-color: transparent;

            @media (min-width: 1600px) {
            }
            .azen-go {
                display: block;
                min-width: 220px;
                position: absolute;
                z-index: 4;
                top: 50%;
                left: 50%;
                pointer-events: all;
                .vendor(transform, translate(-50%, -50%) rotate(-90deg));

                @media (max-width: 1300px) {
                    display: none;
                }
                .azen-go-text {
                    display: inline-block;
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 14px;
                    color: @black-lighter;
                    font-weight: 700;
                    letter-spacing: 0.2px;
                    word-spacing: 0.5px;
                    margin-right: 29px;
                    text-transform: capitalize;
                }
                .azen-soc-logo {
                    display: inline-block;
                    a {
                        display: inline-block;
                        margin-right: 18px;
                        .vendor(transform, rotate(90deg));
                        span {
                            &:before {
                                color: @black-darker;
                                font-size: 18px;
                                .linear();
                            }
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                        &:hover {
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
        }
        .azen-bg {
            background-position: left center;
            background-size: auto;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            right: 0;
            width: 75%;
            bottom: 0;
            z-index: 2;
            > div {
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                background-position: left center;
                background-size: auto;
                background-repeat: no-repeat;
            }
        }
    }

    .azen-jobook-header-2 {
        position: relative;
        z-index: 2;
        margin-bottom: 400px;

        @media (max-width: 991px) {
            margin-bottom: 320px;
        }
        @media (max-width: 560px) {
            margin-bottom: 220px;
        }
        &:before {
            z-index: 2;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: transparent;

            @media (min-width: 1600px) {
                left: 190px;
                bottom: 190px;
                margin-bottom: -190px;
                border-radius: 0 0 0 20px;
                box-shadow: 0px 20px 50px 10px lighten(fade(@shadow-color, 50%), 30%);
            }
        }
        &:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -400px;
            height: 400px;
            background-color: transparent;

            @media (max-width: 991px) {
                bottom: -320px;
                height: 320px;
            }
            @media (max-width: 560px) {
                bottom: -220px;
                height: 220px;
            }
        }
        > .azen-general {
            position: relative;
            z-index: 3;
            display: block;
            pointer-events: none;
            .azen-wrapper {
                position: relative;
                width: 100%;
                text-align: center;
                padding: 208px 0 430px;
                > div{
                    pointer-events: all;

                }

                @media (max-width: 1199px) {
                    padding-top: 240px;
                }
                @media (max-width: 991px) {
                    width: 85%;
                    padding-bottom: 325px;
                }
                @media (max-width: 560px) {
                    width: 100%;
                    padding-bottom: 225px;
                }
                .azen-title {
                    .azen-jobook-title();
                    font-size: 75px;
                    font-weight: 700;
                    color: @white-lighter;
                    word-spacing: 30px;
                    line-height: 72px;
                    margin-bottom: 25px;

                    @media (max-width: 991px) {
                        font-size: 65px;
                        word-spacing: 0;
                    }
                    @media (max-width: 660px) {
                        font-size: 55px;
                    }
                    @media (max-width: 560px) {
                        font-size: 35px;
                        line-height: 1.2;
                    }
                }
                .azen-introduction {
                    .azen-jobook-title();
                    font-size: 34px;
                    font-weight: 700;
                    line-height: 1.23;
                    word-spacing: 5px;
                    text-transform: inherit;
                    color: @black-darker;
                    padding: 0 250px;
                    margin-bottom: 0;

                    @media (max-width: 991px) {
                        font-size: 30px;
                        padding: 0;
                    }
                    @media (max-width: 560px) {
                        font-size: 24px;
                    }
                }
            }
        }
        .azen-wrapper-go {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 190px;
            background-color: transparent;

            .azen-go {
                display: block;
                min-width: 220px;
                position: absolute;
                z-index: 4;
                top: 50%;
                left: 50%;
                pointer-events: all;
                .vendor(transform, translate(-50%, -50%) rotate(-90deg));

                @media (max-width: 1300px) {
                    display: none;
                }
                .azen-go-text {
                    display: inline-block;
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 14px;
                    color: @black-lighter;
                    font-weight: 700;
                    letter-spacing: 0.2px;
                    word-spacing: 0.5px;
                    margin-right: 29px;
                    text-transform: capitalize;
                }
                .azen-soc-logo {
                    display: inline-block;
                    a {
                        display: inline-block;
                        margin-right: 18px;
                        .vendor(transform, rotate(90deg));
                        span {
                            &:before {
                                color: @black-darker;
                                font-size: 18px;
                                .linear();
                            }
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                        &:hover {
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
        }
        .azen-bg {
            background-position: left center;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 2;

            @media (min-width: 1600px) {
                left: 190px;
                border-radius: 0 0 0 20px;
            }
            > div {
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;

                @media (min-width: 1600px) {
                    border-radius: 0 0 0 20px;
                }
            }
        }
        .azen-video {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 8px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -330px;
            z-index: 2;
            margin: 0 auto;
            text-align: center;
            padding: 270px 0 265px;

            @media (max-width: 991px) {
                padding: 200px 0;
                bottom: -262px;
            }
            @media (max-width: 560px) {
                padding: 100px 0;
                bottom: -162px;
            }
            .azen-icon {
                a {
                    display: inline-block;
                    img {
                        .linear();
                        opacity: 1;
                        max-width: 120px;
                        max-height: 120px;
                    }
                    &:hover {
                        img {
                            opacity: 0.5;
                        }   
                    }
                }
            }
        }
    }

    .azen-jobook-middle {
        position: relative;
        /*        &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background-color: mix(fade(spin(@brand-color, 20), 10%), @black, 98%);
                    z-index: 1;
                }*/
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: left;
            padding: 52px 0;
            .az-breadcrumbs {
                display: inline-block;
                a, span {
                    font-family: "@{google-font-family-Poppins}";
                    line-height: 36px;
                    vertical-align: middle;
                }
                a {
                    display: inline-block;
                    color: fade(@black-darker, 55%);
                    font-size: 12px;
                    font-weight: 500;
                    .linear();
                    &:after {
                        font-family: "FontAwesome";
                        content: "\f105";
                        float: right;
                        color: lighten(@brand-color, 20%);
                        font-size: 15px;
                        font-weight: 600;
                        margin: 0 19px;

                    }
                    &:hover {
                        color: @brand-color;
                    }
                }
                span {
                    color: @black-darker;
                    font-size: 24px;
                    font-weight: 700;
                    text-transform: capitalize;
                }
            }
        }
    }

    .azen-jobook-menu-2 {
        position: relative;
        height: 70px;
        z-index: 10;
        > div {
            background-color: transparent;
            > div {
                margin: 0 auto;
            }
        }
        &[data-over-top="true"] {
            margin-top: -70px;
        }
        &[data-over-bottom="true"] {
            margin-bottom: -70px;
        }
        > div {
            top: 0;
            left: 0;
            right: 0;
            .azen-inner {
                .vendor(display, flex);
                .vendor(flex-direction, row);
                .vendor(flex-wrap, nowrap);
                .vendor(justify-content, space-between);
                position: relative;
                min-height: 70px;
                background-color: @white-lighter;
                border-radius: 0 0 0 20px;
                font-weight: 500;
                font-family: "@{google-font-family-Poppins}";
                z-index: 10;

                @media (max-width: 1199px) {
                    .vendor(flex-wrap, wrap);
                }
                .azen-title {
                    .vendor(flex-shrink, 0);
                    .vendor(align-self, flex-start);
                    position: relative;

                    @media (max-width: 1199px) {
                        width: 100%;
                        padding-right: 0;
                        background-color: @white-lighter;
                        height: 70px;
                    }
                    a {
                        .vendor(display, flex);
                        .vendor(flex-direction, column);
                        .vendor(justify-content, center);
                        position: relative;
                        box-sizing: border-box;
                        height: 100%;
                        .azen-wrp-logo {
                            padding-right: 15px;

                            @media (max-width: 1199px) {
                                padding: 0;
                            }
                            img {
                                display: block;
                                max-height: 100px;

                                @media (max-width: 1199px) {
                                    margin: 0 auto;
                                }
                            }
                        }
                    }
                }
                .azen-mobile-menu-button {
                    display: none;
                    position: absolute;
                    z-index: 10;
                    top: 0; 
                    right: 0; 
                    bottom: 0;
                    margin: auto 0;
                    width: 17px; 
                    height: 17px;
                    text-align: center;
                    cursor: pointer;
                    .linear();

                    @media (max-width: 1199px) {
                        display: block;
                        margin: 0;
                        top: 29px;
                        right: 30px;
                        left: inherit;
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;
                        &:before {
                            color: darken(@gray-darker, 2%);
                            .linear();
                        }
                        &:hover {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;

                        @media (max-width: 1199px) {
                            margin: 0;
                        }
                    }
                }
                .azen-menu-checkbox {
                    display: none;
                    user-select: none;
                }

                @media (max-width: 1199px) {
                    .azen-menu-checkbox:checked + .azen-nav-menu {
                        display: block;
                    }
                }
                .azen-nav-menu {
                    .vendor(justify-content, center);
                    white-space: nowrap;

                    @media (max-width: 1199px) {
                        display: none;
                        position: absolute;
                        right: 0; 
                        left: 0;
                        margin: 0;
                        box-shadow: 0px 1px 5px 0 fade(@black-darker, 50%);
                        padding: 30px 40px;
                        background: @white-lighter;
                        text-align: left;
                        top: 210px;
                        border-radius: 0 0 6px 6px;
                    }
                    > .azen-menu-item {
                        position: relative;
                        display: inline-block;
                        color: @black-darker;
                        font-size: 14px;
                        font-weight: 600;
                        font-family: "@{google-font-family-Poppins}";
                        line-height: 70px;
                        letter-spacing: 0.5px;
                        .linear();
                        &:hover {
                            @media (min-width: 1199px) {
                                .azen-sub-menu {
                                    visibility: visible;
                                    opacity: 1;
                                }
                            }
                        }
                        > a {
                            display: inline-block;
                            position: relative;
                            padding: 0 13px;
                            .linear();

                            @media (max-width: 1199px) {
                                padding: 0;
                            }
                            &:before {
                                display: inline-block;
                                position: absolute;
                                left: 13px;
                                right: 13px;
                                top: 0;
                                content: "";
                                height: 4px;
                                border-radius: 0 0 2px 2px;
                                background-color: @brand-color;
                                opacity: 0;
                                .linear();

                                @media (max-width: 1199px) {
                                    display: none;
                                }
                            }
                            &:hover {
                                color: @brand-color;
                                &:before {
                                    opacity: 1;
                                }

                                @media (max-width: 1199px) {
                                    color: @brand-color;
                                }
                            }
                            .az-icon {
                                display: none;
                            }
                        }
                        @media (max-width: 1199px) {
                            display: block;
                            line-height: 40px;
                        }
                        &.azen-current > a {
                            color: @white-lighter;
                        }
                        &.azen-menu-item-has-children {
                            .linear();
                            label {
                                user-select: none;
                            }
                            @media (max-width: 1199px) {
                                label {
                                    position: relative;
                                    vertical-align: middle;
                                    display: inline-block;
                                    height: 20px;
                                    width: 20px;
                                    cursor: pointer;
                                    padding-left: 20px;
                                    &:after {
                                        position: absolute;
                                        right: 0;
                                        top: 50%;
                                        content: '';
                                        border: solid darken(@gray-darker, 2%);
                                        border-width: 0 1px 1px 0;
                                        width: 5px; 
                                        height: 5px;
                                        .linear();
                                        .vendor(transform, translate(0, -50%) rotate(45deg));
                                    }
                                    &:hover {
                                        &:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 1199px) {
                            .azen-menu-checkbox:checked + .azen-sub-menu {
                                display: block;
                                position: relative;
                                top: inherit;
                                left: inherit;
                                opacity: 1;
                                visibility: visible;
                                box-shadow: none;
                                .azen-menu-item {
                                    line-height: 40px;
                                    margin-bottom: 0;
                                    a {
                                        display: inline-block;
                                    }
                                }
                            }
                        }
                        .azen-sub-menu {
                            .linear();
                            width: 100%;
                            visibility: hidden;
                            opacity: 0;
                            box-sizing: border-box;
                            position: absolute;
                            box-shadow: 0px 1px 8px 0 fade(@black-darker, 50%);
                            background-color: @white-lighter;
                            line-height: 1.2;
                            text-align: left;
                            z-index: 15;
                            padding: 0 0 0 10px;

                            @media (min-width: 1199px) {
                                border-radius: 0 0 20px 20px;
                                min-width: 260px;
                                left: -27px;
                                top: 70px;
                                padding: 16px 40px;
                                background-color: lighten(@black-darker, 10%);
                            }
                            .azen-menu-item {
                                position: relative;
                                .linear();
                                a {
                                    .linear();
                                    position: relative;
                                    line-height: 40px;
                                    display: block;
                                    &:before {
                                        content: "";
                                        position: absolute;
                                        left: -40px;
                                        top: 0;
                                        bottom: 0;
                                        width: 4px;
                                        border-radius: 0 2px 2px 0;
                                        background-color: transparent;
                                        .linear();

                                        @media (max-width: 1199px) {
                                            display: none;
                                        }
                                    }
                                    .az-icon {
                                        display: none;
                                    }
                                    .azen-category-item {
                                        font-family: "@{google-font-family-Poppins}";
                                        color: lighten(@black-light, 10%);
                                        font-size: 14px;
                                        font-weight: 600;
                                        letter-spacing: 0;
                                        text-transform: capitalize;
                                        line-height: 1;
                                        .linear();
                                    }
                                    &:hover {
                                        &:before {
                                            background-color: @brand-color;
                                        }
                                        .azen-category-item {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                > .azen-sub-menu {
                                    border-radius: 20px;
                                    &:after {
                                        display: none;
                                    }
                                    @media (min-width: 1199px) {
                                        left: 100%;
                                        top: -16px;
                                        visibility: hidden;
                                        opacity: 0;
                                    }
                                }
                                &:hover {
                                    > .azen-sub-menu {
                                        @media (min-width: 1199px) {
                                            opacity: 1;
                                            visibility: visible;
                                        }
                                    }
                                }
                                &:last-child {
                                    margin-bottom: 0;
                                }
                            }   
                            .azen-sub-menu-item {
                                width: 100%;
                                > .azen-sub-menu {
                                    @media (min-width: 1199px) {
                                        visibility: hidden;
                                        opacity: 0;
                                        top: -16px;
                                        left: 100%;
                                    }
                                    .azen-menu-item {
                                        a {
                                            @media (max-width: 1199px) {
                                                &:before {
                                                    display: none;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .azen-right-part {
                    .vendor(display, flex);
                    position: relative;
                    padding: 0 0 0 40px;
                    height: 70px;
                    border-bottom-left-radius: 20px;
                    background-color: @white-lighter;

                    @media (max-width: 1199px) {
                        width: 100%;
                        border-radius: 0;
                        padding: 0;
                        height: 144px;
                        .vendor(flex-wrap, wrap);
                        .vendor(justify-content, center);
                    }
                    .azen-buttons {
                        .vendor(display, flex);
                        .vendor(align-items, center);

                        @media (max-width: 1199px) {
                            position: relative;
                            width: 100%;
                            height: 70px;
                            line-height: 70px;
                            border-bottom: 2px solid @white-dark;
                            .vendor(justify-content, center);
                        }
                        a {
                            display: inline-block;
                            font-family: "@{google-font-family-Poppins}";
                            color: lighten(@brand-color, 20%);
                            font-size: 12px;
                            font-weight: 700;
                            letter-spacing: 0.5px;
                            text-transform: uppercase;
                            line-height: 30px;
                            padding: 0 25px;
                            background-color: @black;
                            border-radius: 20px;
                            .linear();
                            &:first-child {
                                margin-right: 28px;
                                background-color: transparent;
                                color: @black-darker;
                                padding: 0;

                                @media (max-width: 1199px) {
                                    position: absolute;
                                    margin: 0;
                                    top: 50%;
                                    right: ~"calc(50% + 14px)";
                                    .vendor(transform, translate(0, -50%));
                                }
                            }
                            @media (max-width: 1199px) {
                                padding: 0 15px;
                            }
                            &:nth-child(2) {
                                @media (max-width: 1199px) {
                                    position: absolute;
                                    margin: 0;
                                    top: 50%;
                                    left: ~"calc(50% + 14px)";
                                    .vendor(transform, translate(0, -50%));
                                }
                            }
                            .azen-icon {
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 9px 2px 0;
                                img {
                                    display: block;
                                    max-width: 21px;
                                    max-height: 16px;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                            &:hover {
                                &:first-child {
                                    background-color: transparent;
                                    color: lighten(@brand-color, 20%);
                                }
                                background-color: @brand-color;
                                color: lighten(spin(@brand-color, 10), 47%);
                            }
                        }
                    }
                }
            }
            .azen-info-wrapper {
                position: absolute;
                overflow: hidden;
                height: 70px;
                top: 0;
                right: 0;
                left: 0;
                z-index: 6;

                @media (max-width: 1199px) {
                    top: 142px;
                    height: 72px;
                    z-index: 10;
                }
                .azen-info-wrp {
                    position: relative;
                    height: 70px;
                    margin: 0 auto;
                    &:before {
                        position: absolute;
                        content: "";
                        height: 70px;
                        width: 9999px;
                        background-color: @white-lighter;
                        top: 0;
                        bottom: 0;
                        left: 100%;
                        z-index: 0;

                        @media (max-width: 1199px) {
                            display: none;
                        }
                    }
                    .azen-info {
                        position: absolute;
                        right: -185px;
                        top: 0;
                        bottom: 0;
                        overflow: hidden;
                        width: 185px;

                        @media (min-width: 1600px) {
                            width: auto;
                            min-width: 400px;
                            right: -400px;
                        }
                        @media (max-width: 1199px) {
                            display: inline-block;
                            position: relative;
                            left: inherit;
                            right: inherit;
                            top: inherit;
                            bottom: inherit;
                            width: 100%;
                            height: auto;
                            text-align: center;
                            line-height: 70px;
                            height: 70px;
                            border-bottom: 2px solid @white-dark;
                        }
                        .azen-information {
                            position: absolute;
                            top: 50%;
                            left: 67px;
                            min-width: 300px;
                            .vendor(transform, translate(0, -50%));

                            @media (max-width: 1199px) {
                                display: inline-block;
                                position: relative;
                                left: inherit;
                                right: inherit;
                                top: inherit;
                                bottom: inherit;
                                .vendor(transform, translate(0, 0));
                                width: auto;
                                min-width: auto;
                            }
                            .azen-icon {
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 11px 0 0;
                                img {
                                    display: block;
                                    max-width: 11px;
                                    max-height: 16px;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                            .azen-number, .azen-schedule {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 12px;
                                display: inline-block;
                                vertical-align: middle;
                            }
                            .azen-number {
                                color: @black-darker;
                                font-weight: 700;
                                letter-spacing: 0.4px;
                                margin-right: 3px;
                            }
                            .azen-schedule {
                                color: @black-lighter;
                                font-weight: 500;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-video-section-2 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: fade(@black-dark, 75%);
            z-index: 1;
        }
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 130px 0;
            .azen-introduction {
                .azen-jobook-text();
                color: @white-lighter;
                margin-bottom: 27px;
            }
            .azen-title {
                .azen-jobook-title();
                word-spacing: 1.5px;
                letter-spacing: 0.5px;
                color: @white-lighter;
                font-size: 36px;
                line-height: 1.2;
                padding: 0 200px;
                margin-bottom: 12px;

                @media (max-width: 1199px) {
                    padding: 0 150px;
                }
                @media (max-width: 991px) {
                    padding: 0 40px;
                }
                @media (max-width: 768px) {
                    padding: 0;
                }
                @media (max-width: 500px) {
                    font-size: 28px;
                }
                @media (max-width: 400px) {
                    font-size: 22px;
                }
                span {
                    display: block;
                    color: lighten(@brand-color, 15%);
                }
            }
            .azen-icon {
                display: inline-block;
                margin-bottom: 2px;
                a {
                    img {
                        .linear();
                        opacity: 1;
                        max-width: 120px;
                        max-height: 120px;
                    }
                    &:hover {
                        img {
                            opacity: 0.5;
                        }   
                    }
                }
            }
            .azen-duration {
                .azen-jobook-text();
                text-transform: capitalize;
                font-size: 14px;
                font-weight: 600;
                color: @white-lighter;
                word-spacing: 2.5px;
                margin-bottom: 0;
                span {
                    font-weight: 500;
                    word-spacing: 1px;
                    text-transform: initial;
                }
            }
        }
    }

    .azen-jobook-icon-text {
        margin-bottom: 80px;
        .azen-general {
            text-align: center;
            .azen-item {
                text-align: left;
                margin-bottom: 40px;
                .azen-icon {
                    display: block;
                    margin-bottom: 11px;
                    img {
                        max-width: 60px;
                        max-height: 60px;
                    }
                }
                .azen-title {
                    .azen-jobook-text();
                    font-weight: 500;
                    font-size: 17px;
                    letter-spacing: 0.9px;
                    color: @black-darker;
                    text-transform: capitalize;
                    margin-bottom: 12px;
                }
                .azen-text {
                    .azen-jobook-text();
                    font-size: 14px;
                    line-height: 1.75;
                    margin-bottom: 0;
                }
            }
        }
    }

    .azen-jobook-get-jobook-2 {
        position: relative;
        .azen-general {
            padding: 220px 0 230px;

            @media (max-width: 991px) {
                .vendor(display, flex);
                .vendor(flex-wrap, wrap);
                padding: 120px 0;
            }

            .azen-left-part {
                position: absolute;
                z-index: 3;
                top: 18px;
                left: 0;
                bottom: 0;
                width: ~"calc(50% + 49px)";
                background-position: right center;
                background-size: auto;
                background-repeat: no-repeat;

                @media (max-width: 991px) {
                    .vendor(display, flex);
                    .vendor(order, 2);
                    position: relative;
                    top: auto;
                    bottom: auto;
                    left: auto;
                    right: auto;
                    background-size: contain;
                    background-position: bottom center;
                    width: 100%;
                    height: 660px;
                }
                @media (max-width: 590px) {
                    height: 360px;
                }
                @media (max-width: 550px) {
                    height: 320px;
                }
            }
            .azen-right-part {
                width: ~"calc(50% - 28px)";
                float: right;

                @media (max-width: 991px) {
                    width: 100%;
                    float: none;
                    .vendor(display, flex);
                    .vendor(flex-wrap, wrap);
                    .vendor(order, 1);
                }
                .azen-items {
                    margin-bottom: 44px;

                    @media (max-width: 550px) {
                        margin-bottom: 34px;
                    }
                    .azen-item {
                        display: inline-block;
                        width: ~"calc(50% - 30px)";
                        text-align: left;
                        margin: 0 20px 55px 0;
                        vertical-align: top;
                        &:nth-child(2n) {
                            margin: 0 0 55px 20px;
                        }

                        @media (max-width: 550px) {
                            display: block;
                            width: 100%;
                            margin: 0 0 35px 0;
                            &:nth-child(2n) {
                                margin: 0 0 35px 0;
                            }
                        }
                        .azen-icon {
                            display: block;
                            margin-bottom: 11px;
                            img {
                                max-width: 60px;
                                max-height: 60px;
                            }
                        }
                        .azen-title {
                            .azen-jobook-text();
                            font-weight: 600;
                            font-size: 17px;
                            letter-spacing: 0.8px;
                            color: @black-darker;
                            text-transform: capitalize;
                            margin-bottom: 12px;
                        }
                        .azen-text {
                            .azen-jobook-text();
                            font-size: 14px;
                            line-height: 1.75;
                            margin-bottom: 0;
                        }
                    }
                }
                > .azen-title {
                    .azen-jobook-title();
                    color: @black;

                    @media (max-width: 991px) {
                        width: 100%;
                        text-align: center;
                        line-height: 1.2;
                        margin-bottom: 16px;
                    }
                    @media (max-width: 450px) {
                        font-size: 24px;
                    }
                    @media (max-width: 350px) {
                        font-size: 22px;
                    }
                }
                > .azen-text {
                    .azen-jobook-text();
                    margin-bottom: 28px;

                    @media (max-width: 991px) {
                        width: 100%;
                        text-align: center;
                    }
                    @media (max-width: 350px) {
                        font-size: 16px;
                    }
                }
                .azen-button-part {
                    margin: 0 -20px;

                    @media (max-width: 991px) {
                        width: 100%;
                        margin: 0;
                        text-align: center;
                    }
                    a {
                        display: inline-block;
                        max-height: 54px;
                        margin: 20px;
                        box-shadow: 0px 0px 0px 0px transparent;
                        border-radius: 40px;
                        .linear();
                        img {
                            max-height: 54px;
                            max-width: 100%;
                        }
                        &:hover {
                            box-shadow: 0px 0px 50px 20px lighten(fade(@shadow-color, 20%), 30%);
                        }
                    }
                }
            }
            .float();
        }
    }

    .azen-jobook-inspiring-business-performance {
        background-color: @white-lighter;
        .azen-general {
            padding: 132px 0 139px;
            .azen-left-part {
                width: ~"calc(50% - 50px)";

                @media (max-width: 991px) {
                    width: 100%;
                    padding-bottom: 20px;
                }
                .azen-title {
                    .azen-jobook-title();
                    color: @black-darker;
                    line-height: 1.2;
                    letter-spacing: 0.3px;
                    word-spacing: 1.6px;
                    margin-bottom: 16px;

                    @media (max-width: 550px) {
                        font-size: 24px;
                    }
                }
                .azen-description {
                    .azen-jobook-text();
                    margin-bottom: 39px;
                }
                .azen-items {
                    margin-bottom: 56px;
                    .azen-item-wrp {
                        margin-bottom: 14px;
                        &:last-child {
                            margin-bottom: 0;
                        }
                        .az-icon {
                            display: table-cell;
                            vertical-align: top;
                            padding: 2px 25px 0 0;
                            &:before {
                                color: @accent-1-color;
                                font-size: 16px;
                            }
                        }
                        .azen-text {
                            display: table-cell;
                            vertical-align: top;
                            .azen-jobook-text();
                            font-size: 14px;
                            font-weight: 600;
                            word-spacing: 1.8px;
                            color: @black-darker;
                            margin-bottom: 0;
                        }
                    }
                }
                .azen-button {
                    display: inline-block;

                    @media (max-width: 991px) {
                        display: block;
                        text-align: center;
                    }
                    a {
                        display: block;
                        border-radius: 20px;
                        background-color: #eaeaea;
                        padding: 0 42px;
                        line-height: 40px;
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 12px;
                        font-weight: 600;
                        color: darken(@black-lighter, 5%);
                        text-transform: capitalize;
                        letter-spacing: 0.2px;
                        box-shadow: 0px 0px 0px 0px transparent;
                        .linear();

                        @media (max-width: 991px) {
                            display: inline-block;
                        }
                        .az-icon {
                            vertical-align: middle;
                            &:before {
                                font-size: 13px;
                                font-weight: 400;
                                color: darken(@black-lighter, 5%);
                                padding-left: 5px;
                                .linear();
                            }
                        }
                        &:hover {
                            background-color: @brand-color !important;
                            color: @white-lighter;
                            box-shadow: 0px 0px 50px 20px lighten(fade(@shadow-color, 20%), 30%);
                            .az-icon {
                                &:before {
                                    color: @white-lighter;
                                }
                            }
                        }
                    }
                }
            }
            .azen-right-part {
                position: absolute;
                top: 14px;
                right: 0;
                bottom: 0;
                width: ~"calc(50% + 83px)";
                background-position: left center;
                background-size: auto;
                background-repeat: no-repeat;

                @media (max-width: 991px) {
                    position: relative;
                    top: auto;
                    bottom: auto;
                    left: auto;
                    right: auto;
                    background-position: center center;
                    width: 100%;
                    height: 572px;
                }
                @media (max-width: 590px) {
                    background-size: contain;
                    height: 460px;
                }
                @media (max-width: 550px) {
                    height: 360px;
                }
                @media (max-width: 500px) {
                    height: 300px;
                }
            }
        }
    }

    .azen-jobook-feature {
        position: relative;
        margin-bottom: 40px;
        a {
            .azen-number {
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                font-family: "@{google-font-family-Poppins}";
                font-size: 110px;
                font-weight: 700;
                letter-spacing: 3px;
                color: desaturate(spin(lighten(fade(@brand-color, 20%), 10%), -20), 60%);
                .linear();
            }
            .azen-general {
                position: relative;
                z-index: 2;
                padding-top: 85px;
                text-align: left;
                pointer-events: none;
                > div{
                    pointer-events: all;

                }
                .azen-title {
                    .azen-jobook-title();
                    color: @black-darker;
                    font-size: 24px;
                    letter-spacing: 0.5px;
                    line-height: 1.21;
                    margin-bottom: 17px;
                    .linear();
                }
                .azen-text {
                    .azen-jobook-text();
                    font-size: 14px;
                    line-height: 1.75;
                    margin-bottom: 32px;
                }
                .azen-icon{
                    span {
                        &:before {
                            color: darken(@gray, 5%);
                            font-size: 15px;
                            .linear();
                        }
                    }
                }
            }
            &:hover {
                .azen-number {
                    color: @white-lighter;
                }
                .azen-general {
                    .azen-title {
                        color: @brand-color;
                    }
                    .azen-icon {
                        span {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        &[data-darken-background="false"] {
            a {
                &:hover {
                    .azen-number {
                        color: desaturate(spin(darken(fade(@brand-color, 20%), 30%), -20), 60%);
                    }
                } 
            }
        }
    }

    .azen-jobook-latest-projects {
        background-color: @white-lighter;
        overflow: hidden;

        @media (max-width: 991px) {
            overflow: visible;
        }
        .azen-general {
            padding: 118px 0 116px;
            text-align: center;
            margin: 0 -320px;

            @media (max-width: 991px) {
                margin: 0;
            }
            .azen-title {
                .azen-jobook-title();
                word-spacing: 3px;

                @media (max-width: 668px) {
                    font-size: 24px;
                }
            }
            .azen-introduction {
                .azen-jobook-text();
                margin-bottom: 20px;

                @media (max-width: 668px) {
                    font-size: 16px;
                }
            }
            .az-carousel.az-owl-carousel {
                position: relative;
                .az-owl-stage-outer {
                    .az-owl-item:not(.center) {
                        .vendor(transform, scale(0.9));
                        opacity: 0.5;
                        &:before {
                            content: "";
                            position: absolute;
                            z-index: 2;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background-color: fade(@white-lighter, 35%);
                            .linear();
                        }
                        .azen-item {
                            box-shadow: 0px 0px 0px 0px transparent;
                            .azen-photo {
                                img {
                                    box-shadow: 0px 0px 0px 0px transparent;
                                }
                            }
                            .azen-text-part {
                                visibility: hidden;
                                opacity: 0;
                            }
                        }
                    }
                    .az-owl-item {
                        position: relative;
                        opacity: 1;
                        .vendor(transform, scale(1));
                        .linear();
                        &:before {
                            content: "";
                            position: absolute;
                            z-index: 2;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background-color: transparent;
                        }
                        a {
                            position: relative;
                            z-index: 3;
                            .azen-shadow-wrapper {
                                padding: 40px 0 0 0;
                            }
                            .azen-item {
                                display: inline-block;
                                position: relative;
                                .linear();
                                .azen-photo {
                                    margin-bottom: 57px;
                                    img {
                                        border-radius: 8px;
                                        max-width: 100%;
                                        max-height: 100%;
                                        box-shadow: 0px 0px 90px 0px fade(@black-darker, 15%);
                                        .linear();
                                    }
                                }
                                .azen-text-part {
                                    visibility: visible;
                                    opacity: 1;
                                    text-align: center;
                                    .linear();
                                    .azen-item-title {
                                        .azen-jobook-text();
                                        letter-spacing: 0.5px;
                                        line-height: 1.2;
                                        font-size: 24px;
                                        font-weight: 600;
                                        color: @brand-color;
                                        text-transform: capitalize;
                                        margin-bottom: 19px;
                                        .linear();

                                        @media (max-width: 668px) {
                                            font-size: 20px;
                                        }
                                    }
                                    .azen-item-info {
                                        .azen-jobook-text();
                                        letter-spacing: 2.3px;
                                        line-height: 1.2;
                                        font-size: 12px;
                                        font-weight: 600;
                                        color: lighten(@gray-dark, 5%);
                                        text-transform: uppercase;
                                        margin-bottom: 0;
                                        .linear();

                                        @media (max-width: 668px) {
                                            font-size: 10px;
                                        }
                                    }
                                }
                            }
                        }
                        &.center {
                            a {
                                display: inline-block;
                                &:hover {
                                    .azen-item {
                                        .azen-text-part {
                                            .azen-item-title {
                                                color: @black-darker;
                                            }
                                            .azen-item-info {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .az-owl-dots {
                    display: none;
                }
            }
        }
    }

    .azen-jobook-companies-we-helped {
        text-align: center;
        position: relative;
        background-color: transparent;
        z-index: 2;
        &:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background-color: transparent;
        }
        .azen-general {
            padding: 119px 0 126px;
            text-align: center;
            position: relative;
            z-index: 2;
            .azen-title {
                .azen-jobook-title();
                text-transform: capitalize;
                letter-spacing: 0.4px;
                margin-bottom: 22px;

                @media (max-width: 500px) {
                    font-size: 24px;
                }
            }
            .azen-introduction {
                .azen-jobook-text();
                font-size: 15px;
                font-weight: 500;
                color: lighten(@black-light, 3%);
                margin-bottom: 43px;
            }
            .azen-slider {
                .az-thumbnails {
                    margin-bottom: 64px;

                    @media (max-width: 500px) {
                        margin-bottom: 40px;
                    }
                    .az-flex-viewport {
                    }
                    .az-flex-thumbnails {
                        position: relative;
                        z-index: 2;
                        text-align: center;
                        cursor: pointer;
                        .azen-item-slider {
                            display: inline-block;
                            position: relative;
                            line-height: 100px;
                            width: 285px;

                            @media (max-width: 1199px) {
                                width: 235px;
                            }
                            @media (max-width: 991px) {
                                width: 180px;
                            }
                            @media (max-width: 770px) {
                                width: 50%;
                            }
                            @media (max-width: 500px) {
                                width: 100%;
                            }
                            &:after {
                                content: "";
                                position: absolute;
                                left: 0;
                                transition: all;
                                top: 50%;
                                .vendor(transform, translate(0, -50%));
                                display: inline-block;
                                height: 40px;
                                width: 2px;
                                background-color: @gray-light;
                            }
                            &:first-child {
                                &:after {
                                    display: none;
                                }
                            }

                            @media (max-width: 770px) {
                                &:after {
                                    display: none;
                                }
                            }
                            img {
                                max-height: 100%;
                                max-width: 100%;
                                vertical-align: middle;
                                opacity: 0.3;
                                .linear();

                                @media (max-width: 1199px) {
                                    max-width: 150px;
                                }
                                @media (max-width: 991px) {
                                    max-width: 100px;
                                }
                                @media (max-width: 770px) {
                                    max-width: 150px;
                                }
                                @media (max-width: 500px) {
                                    max-width: 180px;
                                }
                            }
                            &.az-flex-active-slide {
                                img {
                                    opacity: 1;
                                }
                            }
                        }
                    }
                }
                .az-slides {
                    position: relative;
                    margin: 0 100px;

                    @media (max-width: 991px) {
                        margin: 0;
                    }
                    .azen-jobook-slide-wrapper {
                        display: block;
                        width: 100%;
                        .azen-left-part {
                            position: relative;
                            display: inline-block;
                            vertical-align: top;
                            width: 260px;

                            @media (max-width: 660px) {
                                width: 180px;
                            }
                            @media (max-width: 500px) {
                                display: block;
                                width: 100%;
                                margin-bottom: 30px;
                            }
                            img {
                                max-width: 260px;
                                max-height: 260px;
                                width: auto;
                                height: auto;
                                display: block;
                                border-radius: 100%;

                                @media (max-width: 660px) {
                                    max-width: 180px;
                                    max-height: 180px;
                                }
                                @media (max-width: 500px) {
                                    margin: 0 auto;
                                }
                            }
                            span {
                                position: absolute;
                                bottom: 0;
                                right: 0;
                                background-color: @white-lighter;
                                border-radius: 100%;
                                width: 81px;
                                height: 81px;

                                @media (max-width: 660px) {
                                    width: 61px;
                                    height: 61px;
                                }
                                @media (max-width: 500px) {
                                    left: ~"calc(50% + 29px)";
                                }
                                img {
                                    .transform();
                                    width: auto;
                                    height: auto;
                                    max-width: 53px;
                                    max-height: 43px;

                                    @media (max-width: 660px) {
                                        max-width: 43px;
                                        max-height: 33px;
                                    }
                                }
                            }
                        }
                        .azen-right-part {
                            position: relative;
                            display: inline-block;
                            vertical-align: top;
                            width: ~"calc(100% - 400px)";
                            padding: 38px 0 0 140px;
                            text-align: left;

                            @media (max-width: 660px) {
                                width: ~"calc(100% - 300px)";
                                padding: 38px 0 0 120px;
                            }
                            @media (max-width: 500px) {
                                display: block;
                                width: ~"calc(100% - 60px)";
                                text-align: center;
                                padding: 0 0 0 60px;
                            }
                            .azen-quote {
                                position: absolute;
                                top: 10px;
                                left: 40px;

                                @media (max-width: 500px) {
                                    top: 0;
                                    left: 0;
                                }
                                span {
                                    &:before {
                                        color: spin(lighten(fade(@brand-color, 15%), 20%), -15);
                                        font-size: 61px;

                                        @media (max-width: 660px) {
                                            font-size: 46px;
                                        }
                                    }
                                }
                            }
                            .azen-testimonial-text {
                                .azen-jobook-text();
                                font-size: 24px;
                                font-weight: 300;
                                color: lighten(@black-light, 7%);
                                line-height: 1.25;
                                margin-bottom: 33px;

                                @media (max-width: 660px) {
                                    font-size: 18px;
                                }
                                @media (max-width: 500px) {
                                    text-align: left;
                                    font-size: 16px;
                                    margin-bottom: 20px;
                                }
                            }
                            .azen-testimonial-name {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 16px;
                                font-weight: 600;
                                color: @brand-color;
                                text-transform: capitalize;
                                word-spacing: 1px;
                                margin-bottom: 8px;
                            }
                            .azen-testimonial-profession {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 14px;
                                font-weight: 400;
                                color: darken(@gray, 5%);
                                text-transform: capitalize;
                            }
                        }
                    }
                }
                .az-flex-direction-nav {
                    position: absolute;
                    top: 0; 
                    right: 0; 
                    bottom: 0; 
                    left: 0;
                    margin: 0 auto;
                    max-width: 1160px;
                    pointer-events: none;
                    z-index: 4;

                    @media (max-width: 770px) {
                        display: none;
                    }
                    .az-flex-prev, .az-flex-next {
                        position: absolute;
                        pointer-events: auto;
                        z-index: 1;
                        &:hover {
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                    .az-flex-prev {
                        top: 525px;
                        right: 100%;

                        @media (max-width: 991px) {
                            top: 277px;
                        }
                        span {
                            &:before {
                                font-family: "FontAwesome";
                                content: "\f053";
                                font-size: 19px;
                                color: lighten(@black-light, 5%);
                                .linear();
                            }
                        }
                    }
                    .az-flex-next {
                        top: 525px;
                        left: 100%;

                        @media (max-width: 991px) {
                            top: 277px;
                        }
                        span {
                            &:before {
                                font-family: "FontAwesome";
                                content: "\f054";
                                font-size: 19px;
                                color: lighten(@black-light, 5%);
                                .linear();
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-header-3 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: fade(@black-dark, 55%);
            z-index: 1;
        }
        .azen-general {
            //padding: 291px 0 332px;
            height: ~"calc(100vh - 70px)";
            text-align: center;
            position: relative;
            z-index: 2;
            .azen-slider {
                .az-slides {
                    position: absolute;
                    top: 50%;
                    .vendor(transform, translate(0, -50%));
                    width: 70%;

                    @media (max-width: 1199px) {
                        width: 100%;
                    }
                    .azen-jobook-slide-wrapper {
                        text-align: left;

                        @media (max-width: 400px) {
                            text-align: center;
                        }
                        .azen-title {
                            .azen-jobook-title();
                            font-size: 80px;
                            font-weight: 700;
                            color: lighten(spin(@brand-color, 7), 18%);
                            letter-spacing: 1.4px;
                            word-spacing: 6px;
                            line-height: 72px;
                            margin-bottom: 23px;
                            text-transform: capitalize;

                            @media (max-width: 991px) {
                                font-size: 65px;
                            }
                            @media (max-width: 660px) {
                                font-size: 55px;
                            }
                            @media (max-width: 560px) {
                                font-size: 28px;
                                line-height: 1.2;
                            }
                        }
                        .azen-introduction {
                            .azen-jobook-title();
                            font-size: 40px;
                            font-weight: 700;
                            line-height: 1.2;
                            word-spacing: 0;
                            text-transform: inherit;
                            color: @white-lighter;
                            letter-spacing: 1px;
                            margin-bottom: 32px;

                            @media (max-width: 991px) {
                                font-size: 30px;
                            }
                            @media (max-width: 560px) {
                                padding-right: 0;
                                font-size: 22px;
                            }
                        }
                        .azen-buttons {
                            a {
                                display: inline-block;
                                .linear();
                                &:first-child {
                                    line-height: 54px;
                                    padding: 0 46px;
                                    word-spacing: 2px;
                                    border-radius: 30px;
                                    margin-right: 28px;
                                    box-shadow: 0px 0px 10px 0px @accent-1-color;
                                    background-color: @accent-1-color;
                                    &:hover {
                                        background-color: @brand-color !important;
                                        box-shadow: 0px 0px 10px 0px @brand-color;
                                    }

                                    @media (max-width: 400px) {
                                        margin: 0 auto 30px;
                                        display: table;
                                    }
                                }
                                &:nth-child(2) {
                                    color: lighten(spin(@brand-color, 7), 18%); 
                                    &:hover {
                                        .azen-text-2 {
                                            color: @white-lighter;
                                            border-color: @white-lighter;
                                        }
                                        .az-icon {
                                            &:before {
                                                color: @white-lighter;
                                            }
                                        }
                                    }
                                    @media (max-width: 400px) {
                                        margin: 0 auto;
                                        display: table;
                                    }
                                }
                                .azen-text-1 {
                                    font-family: "@{google-font-family-Poppins}";
                                    line-height: 1;
                                    color: lighten(@brand-color, 47%);
                                    text-transform: capitalize;
                                    font-size: 16px;
                                    font-weight: 600;
                                }
                            }
                            .azen-text-2 {
                                display: inline-block;
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 16px;
                                font-weight: 600;
                                margin-right: 10px;
                                border-bottom: 1px solid lighten(spin(@brand-color, 7), 18%); 
                                line-height: 1;
                                padding-bottom: 1px;
                                word-spacing: 1px;
                                text-transform: capitalize;
                                .linear();
                            }
                            .az-icon {
                                &:before {
                                    .linear();
                                    color: lighten(spin(@brand-color, 7), 18%); 
                                    font-size: 10px;
                                }
                            }
                        }
                    }
                }
                .az-thumbnails {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    .az-flex-viewport {
                    }
                    .az-flex-thumbnails {
                        .vendor(display, flex);
                        .vendor(flex-wrap, nowrap);
                        .vendor(justify-content, flex-start);
                        position: relative;
                        z-index: 2;
                        text-align: center;
                        cursor: pointer;

                        @media (max-width: 768px) {
                            display: block;
                        }
                        .azen-item-slider {
                            display: inline-block;
                            width: 285px;
                            position: relative;
                            text-align: left;
                            padding: 0 40px 22px 0;

                            @media (max-width: 1199px) {
                                width: 235px;
                            }
                            @media (max-width: 991px) {
                                width: 180px;
                            }
                            @media (max-width: 768px) {
                                width: 50%;
                            }
                            @media (max-width: 650px) {
                                width: 100%;
                                text-align: center;
                                padding: 0 0 22px 0;
                            }
                            &:before {
                                content: "";
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                right: 40px;
                                background-color: transparent;
                                height: 4px;
                                border-radius: 4px 4px 0 0;
                                .linear();
                            }
                            &:last-child {
                                &:before {
                                    right: 0;
                                }
                            }
                            .azen-title {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 16px;
                                font-weight: 700;
                                color: @white-lighter;
                                text-transform: capitalize;
                                line-height: 1.15;
                                word-spacing: 2px;
                                margin-bottom: 20px;
                                .linear();
                            }
                            .azen-text {
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 14px;
                                font-weight: 600;
                                color: @gray;
                                line-height: 1.25;
                                .linear();
                            }
                            &.az-flex-active-slide {
                                .azen-title {
                                    color: @brand-color;
                                }
                                .azen-text {
                                    color: @white-lighter;
                                }
                                &:before {
                                    background-color: @brand-color;

                                    @media (max-width: 768px) {
                                        background-color: transparent;
                                    }
                                }
                            }
                        }
                    }
                    .az-flex-direction-nav {
                        display: none;
                    }
                }
                .az-flex-direction-nav {
                    position: absolute;
                    top: 0; 
                    right: 0; 
                    bottom: 0; 
                    left: 0;
                    margin: 0 auto;
                    pointer-events: none;
                    z-index: 4;

                    @media (max-width: 1300px) {
                        display: none;
                    }
                    .az-flex-prev, .az-flex-next {
                        position: absolute;
                        pointer-events: auto;
                        z-index: 1;
                        span {
                            img {
                                max-width: 60px;
                                max-height: 51px;
                                width: auto;
                                height: auto;
                                display: block;
                                opacity: 0.5;
                                will-change: opacity;
                                .linear();
                            }
                        }
                        &:hover {
                            span {
                                img {
                                    opacity: 1;
                                }
                            }
                        }
                    }
                    .az-flex-prev {
                        top: 50%;
                        right: 100%;
                        margin-right: 80px;
                        .vendor(transform, translate(0, -50%));
                    }
                    .az-flex-next {
                        top: 50%;
                        left: 100%;
                        margin-left: 80px;
                        .vendor(transform, translate(0, -50%));
                    }
                }
            }
        }
    }

    .azen-jobook-menu-3 {
        position: relative;
        height: 70px;
        z-index: 10;
        > div {
            background-color: transparent;
            > div {
                margin: 0 auto;
            }
        }
        &[data-over-top="true"] {
            margin-top: -70px;
        }
        &[data-over-bottom="true"] {
            margin-bottom: -70px;
        }
        > div {
            top: 0;
            left: 0;
            right: 0;
            .azen-inner {
                .vendor(display, flex);
                .vendor(flex-direction, row);
                .vendor(flex-wrap, nowrap);
                .vendor(justify-content, space-between);
                position: relative;
                min-height: 70px;
                background-color: @black-darker;
                font-weight: 500;
                font-family: "@{google-font-family-Poppins}";
                z-index: 10;

                @media (max-width: 1199px) {
                    .vendor(flex-wrap, wrap);
                }
                .azen-title {
                    .vendor(flex-shrink, 0);
                    .vendor(align-self, center);
                    position: relative;

                    @media (max-width: 1199px) {
                        width: 100%;
                        padding-right: 0;
                        background-color: @black-darker;
                        height: 70px;
                    }
                    a {
                        .vendor(display, flex);
                        .vendor(flex-direction, column);
                        .vendor(justify-content, center);
                        position: relative;
                        box-sizing: border-box;
                        height: 100%;
                        .azen-wrp-logo {
                            padding-right: 15px;

                            @media (max-width: 1199px) {
                                padding: 0;
                            }
                            img {
                                display: block;
                                max-height: 70px;

                                @media (max-width: 1199px) {
                                    margin: 0 auto;
                                }
                            }
                        }
                    }
                }
                .azen-mobile-menu-button {
                    display: none;
                    position: absolute;
                    z-index: 10;
                    top: 0; 
                    right: 0; 
                    bottom: 0;
                    margin: auto 0;
                    width: 17px; 
                    height: 17px;
                    text-align: center;
                    cursor: pointer;
                    .linear();

                    @media (max-width: 1199px) {
                        display: block;
                        margin: 0;
                        top: 29px;
                        right: 30px;
                        left: inherit;
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;
                        &:before {
                            color: darken(@gray-darker, 2%);
                            .linear();
                        }
                        &:hover {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;

                        @media (max-width: 1199px) {
                            margin: 0;
                        }
                    }
                }
                .azen-menu-checkbox {
                    display: none;
                    user-select: none;
                }

                @media (max-width: 1199px) {
                    .azen-menu-checkbox:checked + .azen-nav-menu {
                        display: block;
                    }
                }
                .azen-nav-menu {
                    .vendor(justify-content, center);
                    white-space: nowrap;

                    @media (max-width: 1199px) {
                        display: none;
                        position: absolute;
                        right: 0; 
                        left: 0;
                        margin: 0;
                        box-shadow: 0px 1px 5px 0 fade(@black-darker, 50%);
                        padding: 30px 40px;
                        background: @white-lighter;
                        text-align: left;
                        top: 140px;
                        border-radius: 0 0 6px 6px;
                    }
                    > .azen-menu-item {
                        position: relative;
                        display: inline-block;
                        color: @white-lighter;
                        font-size: 14px;
                        font-weight: 700;
                        font-family: "@{google-font-family-Poppins}";
                        line-height: 70px;
                        .linear();

                        @media (max-width: 1199px) {
                            color: @black-darker;
                        }
                        &:hover {
                            @media (min-width: 1199px) {
                                .azen-sub-menu {
                                    visibility: visible;
                                    opacity: 1;
                                }
                            }
                        }
                        > a {
                            display: inline-block;
                            position: relative;
                            padding: 0 16px;
                            .linear();

                            @media (max-width: 1199px) {
                                padding: 0;
                            }
                            &:before {
                                display: inline-block;
                                position: absolute;
                                left: 13px;
                                right: 13px;
                                top: 0;
                                content: "";
                                height: 4px;
                                border-radius: 0 0 2px 2px;
                                background-color: @brand-color;
                                opacity: 0;
                                .linear();

                                @media (max-width: 1199px) {
                                    display: none;
                                }
                            }
                            &:hover {
                                color: @brand-color;
                                &:before {
                                    opacity: 1;
                                }

                                @media (max-width: 1199px) {
                                    color: @brand-color;
                                }
                            }
                            .az-icon {
                                display: none;
                            }
                        }
                        @media (max-width: 1199px) {
                            display: block;
                            line-height: 40px;
                        }
                        &.azen-menu-item-has-children {
                            .linear();
                            label {
                                user-select: none;
                            }
                            @media (max-width: 1199px) {
                                label {
                                    position: relative;
                                    vertical-align: middle;
                                    display: inline-block;
                                    height: 20px;
                                    width: 20px;
                                    cursor: pointer;
                                    padding-left: 20px;
                                    &:after {
                                        position: absolute;
                                        right: 0;
                                        top: 50%;
                                        content: '';
                                        border: solid darken(@gray-darker, 2%);
                                        border-width: 0 1px 1px 0;
                                        width: 5px; 
                                        height: 5px;
                                        .linear();
                                        .vendor(transform, translate(0, -50%) rotate(45deg));
                                    }
                                    &:hover {
                                        &:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 1199px) {
                            .azen-menu-checkbox:checked + .azen-sub-menu {
                                display: block;
                                position: relative;
                                top: inherit;
                                left: inherit;
                                opacity: 1;
                                visibility: visible;
                                box-shadow: none;
                                .azen-menu-item {
                                    line-height: 40px;
                                    margin-bottom: 0;
                                    a {
                                        display: inline-block;
                                    }
                                }
                            }
                        }
                        .azen-sub-menu {
                            .linear();
                            width: 100%;
                            visibility: hidden;
                            opacity: 0;
                            box-sizing: border-box;
                            position: absolute;
                            box-shadow: 0px 1px 8px 0 fade(@black-darker, 50%);
                            box-shadow: 0 7px 30px 3px mix(fade(spin(@brand-color, 20), 7%), @black, 97%);

                            background-color: @white-lighter;
                            line-height: 1.2;
                            text-align: left;
                            z-index: 15;
                            padding: 0 0 0 10px;

                            @media (min-width: 1199px) {
                                border-radius: 0 0 10px 10px;
                                min-width: 260px;
                                left: -27px;
                                top: 70px;
                                padding: 16px 40px;
                                background-color: @white-lighter;
                            }
                            .azen-menu-item {
                                position: relative;
                                .linear();
                                a {
                                    .linear();
                                    position: relative;
                                    line-height: 40px;
                                    display: block;
                                    &:before {
                                        content: "";
                                        position: absolute;
                                        left: -40px;
                                        top: 0;
                                        bottom: 0;
                                        width: 4px;
                                        border-radius: 0 2px 2px 0;
                                        background-color: transparent;
                                        .linear();

                                        @media (max-width: 1199px) {
                                            display: none;
                                        }
                                    }
                                    .az-icon {
                                        display: none;
                                    }
                                    .azen-category-item {
                                        font-family: "@{google-font-family-Poppins}";
                                        color: lighten(@black-light, 10%);
                                        font-size: 14px;
                                        font-weight: 600;
                                        letter-spacing: 0;
                                        text-transform: capitalize;
                                        line-height: 1;
                                        .linear();
                                    }
                                    &:hover {
                                        &:before {
                                            background-color: @brand-color;
                                        }
                                        .azen-category-item {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                > .azen-sub-menu {
                                    border-radius: 20px;
                                    &:after {
                                        display: none;
                                    }
                                    @media (min-width: 1199px) {
                                        left: 100%;
                                        top: -16px;
                                        visibility: hidden;
                                        opacity: 0;
                                    }
                                }
                                &:hover {
                                    > .azen-sub-menu {
                                        @media (min-width: 1199px) {
                                            opacity: 1;
                                            visibility: visible;
                                        }
                                    }
                                }
                                &:last-child {
                                    margin-bottom: 0;
                                }
                            }   
                            .azen-sub-menu-item {
                                width: 100%;
                                > .azen-sub-menu {
                                    @media (min-width: 1199px) {
                                        visibility: hidden;
                                        opacity: 0;
                                        top: -16px;
                                        left: 100%;
                                    }
                                    .azen-menu-item {
                                        a {
                                            @media (max-width: 1199px) {
                                                &:before {
                                                    display: none;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .azen-right-part {
                    .vendor(display, flex);
                    position: relative;
                    padding: 0 0 0 40px;
                    height: 70px;

                    @media (max-width: 1199px) {
                        width: 100%;
                        border-radius: 0;
                        padding: 0;
                        height: 70px;
                        .vendor(flex-wrap, wrap);
                        .vendor(justify-content, center);
                    }
                    .azen-social-links {
                        .vendor(display, flex);
                        .vendor(align-items, center);

                        @media (max-width: 1199px) {
                            position: relative;
                            width: 100%;
                            height: 70px;
                            line-height: 70px;
                            .vendor(justify-content, center);
                        }
                        a {
                            padding: 0 9px;
                            &:last-child {
                                padding-right: 0;
                            }
                            span {
                                &:before {
                                    color: lighten(@black, 12%);
                                    font-size: 18px;
                                    font-weight: 600;
                                    .linear();
                                }
                            }
                            &:hover {
                                span {
                                    &:before {
                                        color: lighten(spin(@brand-color, 7), 18%);
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .azen-bg {
                position: absolute;
                background-color: @black-darker;
                height: 70px;
                top: 0;
                right: 0;
                left: 0;
                z-index: 6;

                @media (max-width: 1199px) {
                    height: 140px;
                }
            }
        }
    }

    .azen-jobook-map-section {
        position: relative;
        .azen-general {
            padding: 120px 0;
            text-align: right;
            font-size: 0;

            @media (max-width: 550px) {
                text-align: center;
            }
            .azen-map {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                > div {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    height: auto !important;

                    @media (max-width: 550px) {
                        height: 400px !important;
                    }
                }
            }
            .azen-content {
                position: relative;
                z-index: 2;
                text-align: left;
                background-color: @white-lighter;
                width: 360px;
                display: inline-block;
                border-radius: 10px;
                box-shadow: 0px 0px 90px 0px lighten(fade(@shadow-color, 50%), 30%);

                @media (max-width: 550px) {
                    display: block;
                    margin-top: 300px;
                    width: auto;
                }
                .azen-content-wrapper {
                    padding: 60px;

                    @media (max-width: 450px) {
                        padding: 40px;
                    }
                    .azen-title {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 18px;
                        color: @black-darker;
                        font-weight: 500;
                        letter-spacing: 0.2px;
                        text-transform: capitalize;
                        line-height: 1.2;
                        margin-bottom: 14px;
                    }
                    .azen-text {
                        .azen-jobook-text();
                        font-size: 14px;
                        line-height: 1.75;
                        margin-bottom: 35px;
                    }
                    .azen-items {
                        margin-bottom: 28px;
                        .azen-item {
                            display: table;
                            padding-bottom: 17px;
                            &:last-child {
                                padding-bottom: 0;
                            }
                            .az-icon {
                                display: table-cell;
                                vertical-align: top;
                                padding: 2px 18px 0 0;
                                &:before {
                                    font-size: 18px;
                                    font-weight: 600;
                                    color: @brand-color;
                                }
                            }
                            .azen-item-text {
                                display: table-cell;
                                vertical-align: top;
                                font-family: "@{google-font-family-Poppins}";
                                font-size: 14px;
                                font-weight: 600;
                                line-height: 1.3;
                                letter-spacing: 0.5px;
                            }
                        }
                    }
                    .azen-social-logo {
                        font-size: 0;
                        margin: -2.5px;
                        a {
                            position: relative;
                            display: inline-block;
                            width: 32px;
                            height: 32px;
                            border-radius: 100%;
                            margin: 2.5px;
                            span {
                                .transform();
                                &:before {
                                    font-size: 17px;
                                    color: @white-lighter;
                                    .linear();
                                }
                            }
                            &:hover {
                                span {
                                    &:before {
                                        color: @brand-color;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-portfolio {
        margin-bottom: 80px;
        .azen-general {
            position: relative;
            text-align: center;
            a {
                display: block;
                border-radius: 8px;
                box-shadow: 0px 0px 0px 0px transparent;
                .linear();
                .azen-image-part {
                    text-align: left;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    height: 240px;
                    border-radius: 8px 8px 0 0;
                    .azen-category {
                        display: inline-block;
                        margin: 20px;
                        line-height: 30px;
                        padding: 0 19.25px;
                        background-color: fade(@black-darker, 30%);
                        border-radius: 30px;
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 12px;
                        font-weight: 400;
                        color: lighten(spin(@brand-color, 10), 47%);
                    }
                }
                .azen-text-part {
                    background-color: @white-lighter;
                    border-radius: 0 0 8px 8px;
                    padding: 37px 44px 38px;
                    .azen-title {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 16px;
                        font-weight: 500;
                        color: @black-darker;
                        line-height: 1.2;
                        word-spacing: 0.5px;
                        letter-spacing: 0.4px;
                        margin-bottom: 19px;
                        .linear();
                    }
                    .azen-date {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 12px;
                        font-weight: 600;
                        color: @gray;
                        line-height: 1;
                        text-transform: uppercase;
                        letter-spacing: 2.2px;
                    }
                }
                &:hover {
                    box-shadow: 0px 15px 90px 0px lighten(fade(@shadow-color, 50%), 30%);
                    .azen-text-part {
                        .azen-title {
                            color: @brand-color;
                        }
                    }
                }
            }
        }
    }

    .azen-jobook-isotope {
        .azen-general {
            text-align: center;
            padding: 120px 0;
            .azen-tabs-wrapper {
                display: inline-block;
                margin-bottom: 47px;
                .azen-choise-item.azen-button {
                    display: inline-block;
                    margin: 0 3px 3px 0;
                    padding: 0 18px;
                    line-height: 38px;
                    .linear();
                    .azen-icon {
                        display: inline-block;
                        position: relative;
                        vertical-align: middle;
                        width: 18px;
                        height: 18px;
                        border-radius: 4px;
                        margin: 0 9px 1px 0;
                        background-color: @white-lighter;
                        box-shadow: 0px 0px 20px 0px fade(@black-darker, 10%);
                        .linear();
                        &:before {
                            visibility: hidden;
                            opacity: 0;
                            will-change: opacity;
                            .transform();
                            font-family: "FontAwesome";
                            content: "\f00c";
                            color: @white-lighter;
                            font-size: 13px;
                            font-weight: 400;
                            .linear();
                        }
                    }
                    span {
                        font-family: "@{google-font-family-Poppins}";
                        color: lighten(@black-light, 10%);
                        font-size: 14px;
                        font-weight: 600;
                        line-height: 1.65;
                        text-transform: capitalize;
                        letter-spacing: 0.1px;
                        word-spacing: 2px;
                        .linear();
                    }
                    &:hover {
                        cursor: pointer;
                        span {
                            color: @brand-color;
                        }
                    }
                }
                .azen-choise-item.azen-button.az-is-checked {
                    .azen-icon {
                        background-color: @brand-color;
                        box-shadow: 0px 0px 20px 0px fade(@brand-color, 50%);
                        &:before {
                            visibility: visible;
                            opacity: 1;
                        }
                    }
                    span {
                        color: @brand-color;
                    }
                }
            }
            .azen-variants {
                text-align: center;
                margin: -20px;
                .azen-item {
                    width: 33.3333333333%;
                    height: auto;
                    display: inline-block;

                    @media (max-width: 991px) {
                        width: 50%;
                    }
                    @media (max-width: 660px) {
                        width: 100%;
                    }
                    .azen-wrapper-item {
                        margin: 20px;
                        border-radius: 8px;
                        box-shadow: 0px 0px 0px 0px transparent;
                        .linear();
                        position: relative;
                        > div{
                            position: relative;
                        }
                        .azen-category {
                            line-height: 30px;
                            padding: 0 19.25px;
                            background-color: fade(@black-darker, 30%);
                            border-radius: 30px;
                            font-family: "@{google-font-family-Poppins}";
                            font-size: 12px;
                            font-weight: 400;
                            color: lighten(spin(@brand-color, 10), 47%);
                            position: absolute;
                            top: 20px;
                            left: 20px;
                            max-width: ~"calc(100% - 40px)";
                            box-sizing: border-box;
                        }
                        a {
                            display: block;
                            .azen-bg {
                                text-align: left;
                                background-repeat: no-repeat;
                                background-position: center;
                                background-size: cover;
                                height: 240px;
                                border-radius: 8px 8px 0 0;
                            }
                        }
                        .azen-text-part {
                            background-color: @white-lighter;
                            border-radius: 0 0 8px 8px;
                            a {
                                padding: 37px 44px 38px;
                                .azen-title {
                                    font-family: "@{google-font-family-Poppins}";
                                    font-size: 16px;
                                    font-weight: 500;
                                    color: @black-darker;
                                    line-height: 1.2;
                                    word-spacing: 0.5px;
                                    letter-spacing: 0.4px;
                                    margin-bottom: 19px;
                                    .linear();
                                }
                                .azen-date {
                                    font-family: "@{google-font-family-Poppins}";
                                    font-size: 12px;
                                    font-weight: 600;
                                    color: @gray;
                                    line-height: 1;
                                    text-transform: uppercase;
                                    letter-spacing: 2.2px;
                                }
                                &:hover {
                                    .azen-title {
                                        color: @brand-color;
                                    }
                                }
                            }
                        }
                        &:hover {
                            box-shadow: 0px 0px 90px 0px lighten(fade(@shadow-color, 50%), 30%);
                        }
                    }
                }
            }
            .azen-button {
                margin-top: 60px;
                a {
                    display: inline-block;
                    border-radius: 30px;
                    font-family: "@{google-font-family-Poppins}";
                    font-size: 14px;
                    font-weight: 600;
                    color: lighten(@black-light, 10%);
                    text-transform: uppercase;
                    word-spacing: 2px;
                    line-height: 54px;
                    padding: 0 114.5px;
                    background-color: desaturate(spin(lighten(fade(@brand-color, 10%), 20%), -140), 50%);
                    .linear();

                    @media (max-width: 450px) {
                        padding: 0;
                        width: 100%;
                    }
                    &:hover {
                        background-color: @brand-color;
                        color: @white-lighter;
                    }
                }
            }
        }
    }

    .azen-jobook-middle-2 {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: lighten(fade(@black-darker, 55%), 20%);
            z-index: 1;
        }
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 91px 0 100px;
            .azen-title {
                font-family: "@{google-font-family-Poppins}";
                color: lighten(@brand-color, 43%);
                font-size: 34px;
                font-weight: 700;
                text-transform: capitalize;
                line-height: 1.2;
                word-spacing: 4px;
                margin-bottom: 8px;

                @media (max-width: 460px) {
                    font-size: 30px;
                }
                @media (max-width: 380px) {
                    font-size: 24px;
                }
            }
            .azen-description {
                font-family: "@{google-font-family-Poppins}";
                color: @white-lighter;
                font-size: 18px;
                font-weight: 400;
                line-height: 1.2;

                @media (max-width: 380px) {
                    font-size: 16px;
                }
            }
        }
    }

    .azen-jobook-middle-3 {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: -331px;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: lighten(fade(@black-darker, 55%), 20%);
            z-index: 1;
        }
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 100px 0 390px;
            .azen-category {
                display: inline-block;
                line-height: 30px;
                padding: 0 21.25px;
                background-color: fade(@black-darker, 40%);
                border-radius: 30px;
                font-family: "@{google-font-family-Poppins}";
                font-size: 12px;
                font-weight: 400;
                color: lighten(spin(@brand-color, 10), 47%);
                margin-bottom: 25px;
            }
            .azen-title {
                font-family: "@{google-font-family-Poppins}";
                color: lighten(@brand-color, 43%);
                font-size: 34px;
                font-weight: 700;
                line-height: 1.21;
                word-spacing: 4px;
                margin-bottom: 25px;
                padding: 0 80px;

                @media (max-width: 1199px) {
                    padding: 0;
                }
                @media (max-width: 460px) {
                    font-size: 30px;
                }
                @media (max-width: 380px) {
                    font-size: 24px;
                }
            }
            .azen-under-title {
                .azen-item {
                    display: inline-block;
                    margin: 0 15px 15px 15px;
                    span {
                        font-family: "@{google-font-family-Poppins}";
                        font-size: 12px;
                        font-weight: 600;
                        color: saturate(lighten(@brand-color, 20%), 30%);
                        text-transform: uppercase;
                        &:first-child {
                            color: @gray;
                            padding-right: 5px;
                        }
                    }
                } 
            }
        }
        &[data-over-top="false"] {
            margin-bottom: 0;
            .azen-general {
                padding: 100px 0 85px;
            }
        }
    }




























}