@import "variables.less";

div.azen.azen1.azen2.azen3 {

    .urim-animation-menu() {
        -webkit-font-smoothing: antialiased;
        animation-iteration-count: 1;
        animation-duration: 1s;
    }
    .urim-menu() {                     
        0% {
            visibility: hidden;
            .vendor(transition, all .3s linear 0s);
            opacity: 0;
            .vendor(transform, translate3d(0,-100%,0));
        }
        100% {
            visibility: visible;
            .vendor(transition, all .3s linear 0s);
            opacity: 1;
            .vendor(transform, translate3d(0,0,0));
        }
    }
    @keyframes urim {
        .urim-menu();
    }

    .button() {
        .vendor(transition, all .3s linear 0s);
        text-transform: uppercase;
        font-family: "@{google-font-family-Raleway}";
        padding: 0 56px;
        line-height: 44px;
        color: @brand-color;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 800;
        border: 3px solid @brand-color;
        letter-spacing: 3px;
        text-align: center;
        display: inline-block;
        white-space: nowrap;
        &:hover {
            background-color: @brand-color;
            color: @white-lighter;
        }
    }
    .button-default() {
        .vendor(transition, all .3s linear 0s);
        text-transform: uppercase;
        font-family: "@{google-font-family-Raleway}";
        padding: 0 52px;
        line-height: 50px;
        color: @white-lighter;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 800;
        background-color: @brand-color;
        letter-spacing: 3px;
        text-align: center;
        display: inline-block;
        white-space: nowrap;
        &:hover {
            background-color: @black-darker;
            color: @white-lighter;
        }
    }

    .azen-title() {
        font-family: "@{google-font-family-Roboto}";
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 7px;
        color: @white-lighter;
        text-transform: capitalize;
    }

    .azen-description() {
        font-family: "@{google-font-family-Roboto}";
        color: @black-lighter;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.65;
        margin-bottom: 22px;
    }

    .introduction() {
        .azen-description();
        color: @white-lighter;
        font-family: "@{google-font-family-Roboto}";
        font-size: 48px;
        font-weight: 300;
        letter-spacing: 29px;
        line-height: 1;
        text-transform: uppercase;
        font-style: normal;
    }
    .introduction-default() {
        font-family: "@{google-font-family-Raleway}";
        font-size: 12px;
        text-transform: uppercase;
        color: @brand-color;
        font-weight: 800;
        letter-spacing: 3px;
        margin-bottom: 4px;
    }
    .title-default() {
        font-family: "@{google-font-family-Raleway}";
        font-size: 36px;
        text-transform: capitalize;
        color: @black-darker;
        font-weight: 700;
        letter-spacing: 3px;
        margin-bottom: 24px;
    }
    .text-default() {
        font-family: "@{google-font-family-Roboto}";
        font-size: 15px;
        color: lighten(@black-lighter, 5%);
        font-weight: 400;
        line-height: 2;
    }
    .transform() {
        position: absolute;
        left: 50%;
        top: 50%;
        .vendor(transform, translate(-50%, -50%));
    }
    .before() {
        &:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background-color: transparent;
            pointer-events: none;
            .vendor(transition, all .3s linear 0s);
        }
    }
    .float() {
        &:after {
            content: "";
            display: table;
            clear: both;
        }
    }

    .azen-urim-slider-1 {
        .azen-general {
            position: relative;
            text-align: center;
            .azen-slider {
                .az-slider {
                    .az-slides {
                        .azen-urim-slide-wrapper {
                            .azen-item {
                                height: 100vh;
                                background-position: center;
                                background-size: cover;
                                background-repeat: no-repeat;
                                position: relative;
                                z-index: 2;
                                &:before {
                                    content: " ";
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                    background-color: fade(@black-darker, 40%);
                                    z-index: 1;
                                }
                                .azen-wrapper-content {
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                    .azen-wrp {
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        .vendor (transform, translate(-50%, -50%));
                                        z-index: 2;
                                        .azen-title {
                                            .azen-title();
                                            font-size: 110px;
                                            font-weight: 800;
                                            color: @white-lighter;
                                            text-transform: uppercase;
                                            margin-bottom: 11px;
                                            white-space: nowrap;
                                            letter-spacing: 7px;

                                            @media (max-width: 1199px) {
                                                font-size: 90px;
                                            }
                                            @media (max-width: 991px) {
                                                font-size: 75px;
                                            }
                                            @media (max-width: 660px) {
                                                font-size: 55px;
                                                white-space: normal;
                                            }
                                            @media (max-width: 550px) {
                                                font-size: 45px;
                                            }
                                            @media (max-width: 500px) {
                                                font-size: 40px;
                                            }
                                            @media (max-width: 450px) {
                                                font-size: 36px;
                                            }
                                            @media (max-width: 380px) {
                                                font-size: 30px;
                                            }
                                        }
                                        .azen-introduction {
                                            .introduction();
                                            margin-bottom: 18px;
                                            line-height: 1.2;
                                            white-space: nowrap;

                                            @media (max-width: 1199px) {
                                                font-size: 44px;
                                            }
                                            @media (max-width: 991px) {
                                                font-size: 40px;
                                                letter-spacing: 16px;
                                            }
                                            @media (max-width: 660px) {
                                                font-size: 36px;
                                                letter-spacing: 10px;
                                                white-space: normal;
                                            }
                                            @media (max-width: 550px) {
                                                font-size: 34px;
                                            }
                                            @media (max-width: 500px) {
                                                font-size: 30px;
                                            }
                                            @media (max-width: 450px) {
                                                font-size: 26px;
                                            }
                                            @media (max-width: 380px) {
                                                font-size: 20px;
                                            }
                                        }
                                        .azen-text {
                                            .azen-description();
                                            color: @white-lighter;
                                            font-size: 20px;
                                            margin-bottom: 43px;
                                            line-height: 1.8;

                                            @media (max-width: 450px) {
                                                font-size: 18px;
                                            }
                                            @media (max-width: 380px) {
                                                font-size: 16px;
                                            }
                                        }
                                        .azen-button {
                                            a {
                                                .button();
                                            }
                                            .azen-button-1 {
                                                color: @white-lighter;
                                                background-color: @brand-color;
                                                border-color: @brand-color;
                                                margin-right: 30px;

                                                @media (max-width: 995px) {
                                                    margin-bottom: 30px;
                                                    display: table;
                                                    margin-left: auto;
                                                    margin-right: auto;
                                                }
                                                &:hover {
                                                    background-color: @black-darker;
                                                    border-color: @black-darker;
                                                }
                                            }
                                            .azen-button-2 {
                                                border-color: @white-lighter;
                                                color: @white-lighter;
                                                padding: 0 45px;
                                                &:hover {
                                                    border-color: @brand-color;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .az-flex-direction-nav {
                        position: absolute;
                        top: 0; 
                        bottom: 0; 
                        right: 0;  
                        left: 0;
                        margin: 0 auto;
                        max-width: 1170px;
                        pointer-events: none;
                        z-index: 4;
                        .az-flex-prev, .az-flex-next {
                            .vendor(transition, all .3s linear 0s);
                            position: absolute;
                            background: none;
                            pointer-events: auto;
                            z-index: 1;
                            width: 106px;
                            height: 106px;
                            border-radius: 2px;
                            background-color: fade(@white-lighter, 30%);
                            span {
                                &:before {
                                    color: @white-lighter;
                                    font-size: 42px;
                                    font-weight: 500;
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    .vendor(transform, translate(-50%, -50%));
                                }
                            }

                            @media (max-width: 1300px) {
                                display: none;
                            }
                            &:hover {
                                background-color: @white-lighter;
                                span {
                                    &:before {
                                        color: @black-darker;
                                    }
                                }
                            }
                        }
                        .az-flex-prev {
                            top: 44%;
                            right: 100%;
                            span {
                                &:before {
                                    left: 48%;
                                }
                            }
                        }
                        .az-flex-next {
                            top: 44%;
                            left: 100%;
                            span {
                                &:before {
                                    left: 52%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-slider-2 {
        .azen-general {
            position: relative;
            text-align: center;
            .azen-slider {
                .az-slider {
                    .az-slides {
                        .azen-urim-slide-wrapper {
                            .azen-item {
                                height: 100vh;
                                background-position: center;
                                background-size: cover;
                                background-repeat: no-repeat;
                                position: relative;
                                z-index: 2;
                                &:before {
                                    content: " ";
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                    background-color: fade(@black-darker, 40%);
                                    z-index: 1;
                                }
                                .azen-wrapper-content {
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                    .azen-wrp {
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        .vendor (transform, translate(-50%, -50%));
                                        z-index: 2;
                                        .azen-wrp-title {
                                            display: inline-block;
                                            .azen-line {
                                                height: 10px;
                                                margin: 0 7px;
                                                background-color: @white-lighter;

                                                @media (max-width: 991px) {
                                                    height: 9px;
                                                    margin: 0 5px;
                                                }
                                                @media (max-width: 660px) {
                                                    height: 7px;
                                                    margin: 0 4px;
                                                }
                                                @media (max-width: 550px) {
                                                    height: 6px;
                                                    margin: 0 3px;
                                                }
                                                @media (max-width: 500px) {
                                                    margin: 0 2px;
                                                    height: 5px;
                                                }
                                                @media (max-width: 380px) {
                                                    height: 4px;
                                                }
                                            }
                                            .azen-title {
                                                .azen-title();
                                                font-family: "@{google-font-family-Raleway}";
                                                font-size: 100px;
                                                font-weight: 700;
                                                color: @white-lighter;
                                                text-transform: uppercase;
                                                margin-bottom: 15px;
                                                white-space: nowrap;
                                                display: inline-block;
                                                padding-top: 1px;
                                                span {
                                                    margin-right: 15px;
                                                    &:last-child {
                                                        margin-right: 0;
                                                    }
                                                }

                                                @media (max-width: 1199px) {
                                                    font-size: 90px;
                                                }
                                                @media (max-width: 991px) {
                                                    font-size: 75px;
                                                }
                                                @media (max-width: 660px) {
                                                    font-size: 55px;
                                                    white-space: normal;
                                                }
                                                @media (max-width: 550px) {
                                                    font-size: 45px;
                                                }
                                                @media (max-width: 500px) {
                                                    font-size: 40px;
                                                }
                                                @media (max-width: 450px) {
                                                    font-size: 36px;
                                                }
                                                @media (max-width: 380px) {
                                                    font-size: 30px;
                                                }
                                            }
                                        }
                                        .azen-introduction {
                                            .introduction();
                                            font-family: "@{google-font-family-Raleway}";
                                            margin-bottom: 37px;
                                            line-height: 1.2;
                                            font-weight: 400;
                                            white-space: nowrap;

                                            @media (max-width: 1199px) {
                                                font-size: 44px;
                                            }
                                            @media (max-width: 991px) {
                                                font-size: 40px;
                                                letter-spacing: 16px;
                                            }
                                            @media (max-width: 660px) {
                                                font-size: 36px;
                                                letter-spacing: 10px;
                                                white-space: normal;
                                            }
                                            @media (max-width: 550px) {
                                                font-size: 34px;
                                            }
                                            @media (max-width: 500px) {
                                                font-size: 30px;
                                            }
                                            @media (max-width: 450px) {
                                                font-size: 26px;
                                            }
                                            @media (max-width: 380px) {
                                                font-size: 20px;
                                            }
                                        }
                                        .azen-button {
                                            a {
                                                .button();
                                            }
                                            .azen-button {
                                                color: @white-lighter;
                                                background-color: @brand-color;
                                                border-color: @brand-color;
                                                margin-right: 30px;
                                                &:hover {
                                                    background-color: @black-darker;
                                                    border-color: @black-darker;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .az-flex-direction-nav {
                        position: absolute;
                        top: 0; right: 0; bottom: 0; left: 0;
                        margin: 0 auto;
                        max-width: 1200px;
                        pointer-events: none;
                        z-index: 4;
                        .az-flex-prev, .az-flex-next {
                            .vendor(transition, all .3s linear 0s);
                            position: absolute;
                            background: none;
                            pointer-events: auto;
                            z-index: 1;
                            width: 106px;
                            height: 106px;
                            border-radius: 2px;
                            background-color: fade(@white-lighter, 30%);
                            span {
                                &:before {
                                    color: @white-lighter;
                                    font-size: 42px;
                                    font-weight: 500;
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    .vendor(transform, translate(-50%, -50%));
                                }
                            }

                            @media (max-width: 1199px) {
                                display: none;
                            }
                            &:hover {
                                background-color: @white-lighter;
                                span {
                                    &:before {
                                        color: @black-darker;
                                    }
                                }
                            }
                        }
                        .az-flex-prev {
                            top: 44%;
                            right: 100%;
                            margin-right: 16x;
                            span {
                                &:before {
                                    left: 48%;
                                }
                            }
                        }
                        .az-flex-next {
                            top: 44%;
                            left: 100%;
                            margin-left: 16px;

                            @media (max-width: 1250px) {
                                margin-left: 0;
                            }
                            span {
                                &:before {
                                    left: 52%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-slider-3 {
        .azen-general {
            position: relative;
            text-align: center;
            .azen-slider {
                .az-slider {
                    .az-slides {
                        .azen-urim-slide-wrapper {
                            .azen-item {
                                height: 100vh;
                                background-position: center;
                                background-size: cover;
                                background-repeat: no-repeat;
                                position: relative;
                                z-index: 2;
                                &:before {
                                    content: " ";
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                    background-color: fade(@black-darker, 40%);
                                    z-index: 1;
                                }
                                .azen-wrapper-content {
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                    .azen-wrp {
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        .vendor (transform, translate(-50%, -50%));
                                        z-index: 2;
                                        .azen-title {
                                            .azen-title();
                                            font-family: "@{google-font-family-Raleway}";
                                            font-size: 72px;
                                            font-weight: 400;
                                            color: @white-lighter;
                                            text-transform: uppercase;
                                            margin-bottom: 40px;
                                            white-space: nowrap;
                                            letter-spacing: 3px;
                                            span {
                                                margin-right: 20px;

                                                @media (max-width: 680px) {
                                                    margin-right: 5px;
                                                }
                                                &:last-child {
                                                    margin-right: 0;
                                                    font-weight: 700;
                                                }
                                            }

                                            @media (max-width: 1199px) {
                                                font-size: 62px;
                                            }
                                            @media (max-width: 991px) {
                                                font-size: 52px;
                                            }
                                            @media (max-width: 680px) {
                                                font-size: 48px;
                                                white-space: normal;
                                            }
                                            @media (max-width: 550px) {
                                                font-size: 45px;
                                            }
                                            @media (max-width: 500px) {
                                                font-size: 40px;
                                            }
                                            @media (max-width: 450px) {
                                                font-size: 36px;
                                            }
                                            @media (max-width: 380px) {
                                                font-size: 30px;
                                            }
                                        }
                                        .azen-introduction {
                                            .introduction();
                                            text-transform: inherit;
                                            letter-spacing: 0;
                                            font-size: 18px;
                                            margin-bottom: 20px;
                                            line-height: 1.2;
                                            white-space: nowrap;
                                        }
                                        .azen-button {
                                            a {
                                                .button();
                                            }
                                            .azen-button {
                                                color: @white-lighter;
                                                background-color: @brand-color;
                                                border-color: @brand-color;
                                                margin-right: 30px;
                                                &:hover {
                                                    background-color: @black-darker;
                                                    border-color: @black-darker;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .az-flex-direction-nav {
                        position: absolute;
                        top: 0; right: 0; bottom: 0; left: 0;
                        margin: 0 auto;
                        max-width: 1200px;
                        pointer-events: none;
                        z-index: 4;
                        .az-flex-prev, .az-flex-next {
                            .vendor(transition, all .3s linear 0s);
                            position: absolute;
                            background: none;
                            pointer-events: auto;
                            z-index: 1;
                            width: 106px;
                            height: 106px;
                            border-radius: 2px;
                            background-color: fade(@white-lighter, 30%);
                            span {
                                &:before {
                                    color: @white-lighter;
                                    font-size: 42px;
                                    font-weight: 500;
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    .vendor(transform, translate(-50%, -50%));
                                }
                            }

                            @media (max-width: 1199px) {
                                display: none;
                            }
                            &:hover {
                                background-color: @white-lighter;
                                span {
                                    &:before {
                                        color: @black-darker;
                                    }
                                }
                            }
                        }
                        .az-flex-prev {
                            top: 44%;
                            right: 100%;
                            margin-right: 16x;
                            span {
                                &:before {
                                    left: 48%;
                                }
                            }
                        }
                        .az-flex-next {
                            top: 44%;
                            left: 100%;
                            margin-left: 16px;

                            @media (max-width: 1250px) {
                                margin-left: 0;
                            }
                            span {
                                &:before {
                                    left: 52%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-menu {
        position: relative;
        height: 100px;
        z-index: 10;
        > div {
            background-color: transparent;

            @media (max-width: 692px) {
                position: absolute !important;
            }
            > div {
                margin: 0 auto;
            }
        }
        &[data-over-top="true"] {
            margin-top: -100px;
        }
        &[data-over-bottom="true"] {
            margin-bottom: -100px;
        }
        > div {
            .urim-animation-menu();
            top: 0;
            left: 0;
            right: 0;
            .azen-inner {
                .vendor(display, flex);
                .vendor(align-items, center);
                position: relative;
                min-height: 100px;
                background-color: transparent;
                font-weight: 500;
                font-family: "@{google-font-family-Poppins}";
                z-index: 10;

                @media (max-width: 480px) {
                    padding: 0;
                }
                .azen-title {
                    .vendor(flex-shrink, 0);
                    position: relative;
                    padding-right: 30px;

                    @media (max-width: 1081px) {
                        padding-right: 26px;
                    }
                    @media (max-width: 480px) {
                        padding-right: 21px;
                    }
                    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;
                            img {
                                display: block;
                                max-height: 100px;
                            }
                        }
                    }
                    &.azen-active a:after {
                        content: '';
                        position: absolute;
                        right: 0; bottom: 0; left: 0;
                        height: 3px;
                        background: @brand-color;
                    }
                }
                .azen-mobile-menu-button {
                    display: none;
                    position: absolute;
                    top: 0; 
                    right: 50px; 
                    bottom: 0;
                    margin: auto 0;
                    padding: 15px 0 15px 15px;
                    width: 17px; height: 17px;
                    color: @white-lighter;
                    text-align: center;
                    cursor: pointer;
                    .vendor(transition, all .3s linear 0s);
                    &:hover {
                        color: @brand-color;
                    }

                    @media (max-width: 1199px) {
                        display: block;
                        right: 0;
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;
                    }
                }
                .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(flex-grow, 1);
                    white-space: nowrap;
                    text-align: right;

                    @media (max-width: 1199px) {
                        display: none;
                        position: absolute;
                        top: 100px; 
                        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;
                    }
                    > .azen-menu-item {
                        position: relative;
                        display: inline-block;
                        color: @white-lighter;
                        font-size: 13px;
                        font-weight: 700;
                        font-family: "@{google-font-family-Raleway}";
                        letter-spacing: 1px;
                        text-transform: uppercase;
                        margin-right: 8px;
                        line-height: 100px;
                        .vendor(transition, all .3s linear 0s);
                        &:last-child {
                            margin-right: 0;
                        }

                        @media (max-width: 1199px) {
                            display: block;
                            color: @black-darker;
                            line-height: 40px;
                            text-transform: none;
                            margin-right: 0;
                        }
                        > a {
                            line-height: 34px;
                            .vendor(transition, all .3s linear 0s);
                            .az-icon {
                                display: none;
                            }
                            &:hover {
                                color: @brand-color;
                                border-color: @brand-color;
                            }

                            @media (max-width: 991px) {
                                border: none;
                            }
                        }
                        > a {
                            display: inline-block;
                            position: relative;
                            padding: 0 18px;
                            &.azen-active {
                                padding-bottom: 0;
                            }
                            @media (max-width: 1199px) {
                                padding: 0 11px;
                            }
                            @media (max-width: 991px) {
                                display: inline-block;
                                padding: 6px 0;
                                line-height: normal;
                            }
                        }
                        &.azen-current > a {
                            color: @brand-color;
                        }
                        &.azen-menu-item-has-children {
                            .vendor(transition, all .3s linear 0s);
                            label {
                                user-select: none;
                            }
                            @media (min-width: 992px) {
                                label {
                                    display: none;
                                }
                            }
                            @media (max-width: 991px) {
                                label {
                                    display: inline-block;
                                    margin-left: 5px;
                                    padding: 0 5px;
                                    cursor: pointer;
                                }
                                label:after {
                                    content: '';
                                    display: inline-block;
                                    margin-bottom: 3px;
                                    border: solid @brand-color;
                                    border-width: 0 1px 1px 0;
                                    width: 5px; height: 5px;
                                    .vendor(transform, rotate(45deg));
                                }
                            }
                        }
                        @media (max-width: 991px) {
                            .azen-menu-checkbox:checked + .azen-sub-menu {
                                display: block;
                                margin-top: 9px;
                            }
                            .azen-menu-checkbox:checked + .azen-sub-mega-menu {
                                display: block;
                                margin-top: 9px;
                            }
                        }
                        .azen-sub-menu {
                            .vendor(transition, all .3s linear 0s);
                            width: 100%;
                            visibility: hidden;
                            opacity: 0;
                            box-sizing: border-box;
                            position: absolute;
                            top: 100px; 
                            left: -20px;
                            box-shadow: 0px 1px 8px 0 fade(@gray, 50%);
                            border-top: 2px solid @brand-color;
                            min-width: 260px;
                            background: @white-lighter;
                            line-height: 1.2;
                            text-align: center;

                            @media (max-width: 1199px) {
                                top: 30px;
                            }

                            @media (max-width: 991px) {
                                position: static;
                                margin: 0;
                                box-shadow: none;
                                border: none;
                                min-width: 0;
                                white-space: normal;
                                display: none;
                                visibility: visible;
                                opacity: 1;
                            }
                            .azen-sub-menu-item {
                                .vendor(transition, all .3s linear 0s);
                                display: inline-block;
                                width: 25%;
                                text-align: left;

                                @media (max-width: 991px) {
                                    display: block;
                                    width: 100%;
                                    margin: 0;
                                }
                                a:hover {
                                    color: @brand-color;
                                }
                                .azen-sub-title {
                                    text-transform: uppercase;
                                    color: @black-darker;
                                    font-family: "@{google-font-family-Raleway}";
                                    font-size: 16px;
                                    font-weight: 700;
                                    line-height: 1;
                                    margin-bottom: 25px;
                                    &:after {
                                        content: "";
                                        border-bottom: 4px solid @brand-color;
                                        border-radius: 3px;
                                        width: 44px;
                                        margin-top: 18px;
                                    }
                                }
                                .azen-category {
                                    padding: 35px 0 40px;

                                    @media (max-width: 991px) {
                                        padding: 0;
                                    }
                                    .azen-sub-menu-link {
                                        .vendor(transition, all .3s linear 0s);
                                        line-height: 40px;
                                        background-color: transparent;
                                        display: block;
                                        margin-bottom: 6px;

                                        @media (max-width: 991px) {
                                            margin-bottom: 0;
                                            line-height: 30px;
                                        }
                                        > span { 
                                            display: inline-block;
                                        }
                                        > span:first-child {
                                            padding-left: 53px;
                                            margin-right: 17px;
                                            &:before {
                                                color: @brand-color;
                                                font-size: 14px;
                                            }
                                            &:last-child {
                                                margin-right: 0;
                                            }

                                            @media (max-width: 991px) {
                                                padding-left: 0;
                                            }
                                        }
                                        .azen-category-item {
                                            font-family: "@{google-font-family-Poppins}";
                                            color: lighten(@black-light, 10%);
                                            font-size: 16px;
                                            font-weight: 400;
                                            text-transform: capitalize;
                                            line-height: 1;
                                            .vendor(transition, all .3s linear 0s);
                                            padding-left: 0;
                                            padding-right: 53px;

                                            @media (max-width: 991px) {
                                                padding-right: 0;
                                            }
                                        }
                                        &:hover {
                                            background-color: lighten(@white-dark, 2%);

                                            @media (max-width: 991px) {
                                                background-color: transparent;
                                            }
                                            .azen-category-item {
                                                color: @brand-color;
                                            }
                                        }
                                        &:last-child {
                                            margin-bottom: 0;
                                        }
                                    }
                                }
                            }
                            > .azen-menu-item{
                                position: relative;
                                .azen-sub-menu{
                                    top: 0px; 
                                    left: 100%;
                                }
                            }
                        }
                        .azen-sub-menu {
                            width: auto;
                            min-width: 270px;
                            padding: 35px 0 40px;
                            text-align: left;
                            z-index: 15;

                            @media (max-width: 1199px) {
                                left: 20%;
                            }
                            @media (max-width: 991px) {
                                min-width: inherit;
                                padding: 0;
                            }
                            .azen-menu-item {
                                .vendor(transition, all .3s linear 0s);
                                margin-bottom: 6px;
                                a {
                                    .vendor(transition, all .3s linear 0s);
                                    line-height: 40px;
                                    background-color: transparent;
                                    display: block;

                                    @media (max-width: 991px) {
                                        line-height: 30px;
                                        display: inline-block;
                                        margin-bottom: 6px;
                                    }
                                    span { 
                                        display: inline-block;

                                    }
                                    span:first-child {
                                        padding-left: 53px;
                                        margin-right: 17px;
                                        &:before {
                                            color: @brand-color;
                                            font-size: 14px;
                                        }
                                        &:last-child {
                                            margin-right: 0;
                                        }

                                        @media (max-width: 991px) {
                                            padding-left: 0;
                                        }
                                    }
                                    .azen-category-item {
                                        font-family: "@{google-font-family-Roboto}";
                                        color: lighten(@black-light, 10%);
                                        font-size: 13px;
                                        font-weight: 500;
                                        text-transform: capitalize;
                                        line-height: 1;
                                        .vendor(transition, all .3s linear 0s);
                                        padding-left: 0;
                                        padding-right: 53px;

                                        @media (max-width: 991px) {
                                            padding-right: 0;
                                        }
                                    }
                                    &:hover {
                                        background-color: lighten(@white-dark, 2%);

                                        @media (max-width: 991px) {
                                            background-color: transparent;
                                        }
                                        .azen-category-item {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                > .azen-sub-menu {
                                    visibility: hidden;
                                    .vendor(transition, all .3s linear 0s);
                                    opacity: 0;

                                    @media (max-width: 991px) {
                                        visibility: visible;
                                        opacity: 1;
                                        margin-left: 24px;
                                        width: auto;
                                        box-sizing: border-box;
                                        min-width: inherit;
                                    }
                                }
                                &:hover {
                                    > .azen-sub-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        left: 100%;
                                    }
                                }
                                &:last-child {
                                    margin-bottom: 0;
                                }
                            }   
                            .azen-sub-menu-item {
                                width: 100%;
                                .azen-sub-sub-menu-item {
                                    position: relative;
                                    > .azen-sub-menu-link {
                                        position: relative;
                                        .azen-right-icon {
                                            &:before {
                                                position: absolute;
                                                font-size: 14px;
                                                color: @brand-color;
                                                top: 50%;
                                                right: 22px;
                                                .vendor(transform, translate(0, -50%));
                                            }

                                            @media (max-width: 991px) {
                                                display: none;
                                            }
                                        }
                                        @media (max-width: 991px) {
                                            display: inline-block;
                                        }
                                    }
                                    > .azen-sub-menu {
                                        .vendor(transition, all .3s linear 0s);
                                        visibility: hidden;
                                        opacity: 0;
                                        top: 0;
                                        left: 100%;
                                        .azen-sub-menu-item {
                                            .azen-category {
                                            }
                                        }

                                        @media (max-width: 991px) {
                                            visibility: visible;
                                            opacity: 1;
                                            margin-left: 24px;
                                            width: auto;
                                            box-sizing: border-box;
                                            min-width: inherit;
                                        }
                                    }
                                    @media (min-width: 992px) {
                                        &:hover .azen-sub-menu {
                                            visibility: visible;
                                            opacity: 1;
                                        }
                                    }
                                }
                            }
                        }
                        @media (min-width: 992px) {
                            &:hover .azen-sub-menu {
                                visibility: visible;
                                opacity: 1;
                            }
                        }
                        @media (min-width: 992px) {
                            &:hover .azen-sub-mega-menu {
                                visibility: visible;
                                opacity: 1;
                            }
                        }
                    }
                }
                .azen-social {
                    .vendor(flex-grow, 1);
                    white-space: nowrap;
                    text-align: right;

                    @media (max-width: 1199px) {
                        margin-right: 38px;
                    }
                    @media (max-width: 480px) {
                        margin-right: 41px;
                    }
                    @media (max-width: 380px) {
                        margin-right: 30px;
                    }
                    .azen-mobile-button {
                        cursor: pointer;

                        @media (max-width: 380px) {
                            margin-right: 12px;
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                        span {
                            &:before {
                                .vendor(transition, all .3s linear 0s);
                                color: @white-lighter;
                                font-size: 13px;
                            }
                        }
                        &:hover {
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                    .azen-search-form-wrp {
                        position: absolute;
                        top: 100px;
                        right: 0;
                        display: none;
                        .vendor(transition, all .3s linear);
                        width: 200px;
                        text-align: left;
                        .azen-searchform {
                            display: inline-block;
                            width: 100%;
                            .azen-searchform-wrapper {
                                box-shadow: 0px 1px 8px 0 fade(@gray, 50%);
                                border-top: 2px solid @brand-color;
                                padding: 35px 40px;
                                line-height: 46px;
                                background-color: @white-lighter;
                                position: relative;
                                border-collapse: separate;

                                @media (max-width: 991px) {
                                    border-top: none;
                                }
                                label {
                                }
                                .azen-screen-reader-text {
                                    clip: rect(1px, 1px, 1px, 1px); 
                                    position: absolute !important; 
                                    height: 1px; 
                                    width: 1px; 
                                    overflow: hidden; 
                                }
                            }
                            input[name="s"] {
                                .vendor(transition, all .3s linear);
                                .vendor(appearance, none)  !important;
                                position: relative;
                                z-index: 2;
                                width: 100%;
                                padding: 0 20px 0 0;
                                border-bottom: 2px solid @black-lighter;
                                text-transform: capitalize;
                                box-sizing: border-box;
                                box-shadow: none;
                                background-color: @white-lighter;
                                display: inline-block;
                                color: @black-darker;
                                font-family: "@{google-font-family-Roboto}";
                                font-weight: 500;
                                font-size: 13px;
                                .placeholder(color, @black-lighter);
                                &:focus {
                                    background-color: @white-lighter;
                                    color: @black-darker;
                                    border-color: @brand-color;
                                    .placeholder(color, @black-darker);
                                    .vendor(outline, none);
                                }
                            }
                            .azen-submit {
                                display: inline-block;
                                vertical-align: top;
                                position: relative;
                                z-index: 2;
                                input {
                                    display: none;
                                }
                            }
                        }
                    }
                    .azen-menu-checkbox:checked + .azen-search-form-wrp {
                        display: block;
                    }
                }
            }
        }
    }

    .azen-urim-about-us {
        .azen-general {
            text-align: center;
            padding: 100px 0 96px;
            max-width: 960px;
            margin: 0 auto;
            .azen-text-part {
                text-align: left;
                .azen-letter {
                    display: inline-block;
                    vertical-align: top;
                    width: 18%;
                    img {
                        max-width: 100%;
                        max-height: 100%;
                    }
                }
                .azen-text-info {
                    display: inline-block;
                    vertical-align: top;
                    width: ~"calc(82% - 30px)";
                    padding-left: 30px;
                    .azen-introduction {
                        .introduction-default(); 
                    }
                    .azen-title {
                        .title-default();
                    }
                    .azen-text {
                        .text-default();
                        .azen-text-left {
                            display: inline-block;
                            width: ~"calc(50% - 30px)";
                            padding-right: 30px;
                            vertical-align: top;

                            @media (max-width: 650px) {
                                display: block;
                                width: 100%;
                                padding: 0 0 30px 0;
                            }
                        }
                        .azen-text-right {
                            display: inline-block;
                            width: 50%;
                            vertical-align: top;

                            @media (max-width: 650px) {
                                display: block;
                                width: 100%;
                            }
                            div.azen-button {
                                margin-top: 43px;
                                a {
                                    .button-default();
                                }
                            }
                        }
                    }
                }
            }
            .azen-image-part {
                position: relative;
                text-align: right;

                @media (max-width: 991px) {
                    text-align: center;
                    margin: 0 -15px;
                }
                @media (max-width: 650px) {
                    margin: 30px 0 0 0;
                }
                .azen-image-1 {
                    position: absolute;
                    width: 300px;
                    left: 9%;
                    top: 100px;
                    z-index: 1;
                    a {
                        display: block;
                        position: relative;
                        .azen-img {
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%;
                            height: 370px;
                        }
                    }
                }
                .azen-image-2 {
                    position: absolute;
                    z-index: 3;
                    width: 270px;
                    right: 23%;
                    top: 50px;
                    .azen-img {
                        position: relative;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: contain;
                        height: 370px;
                        z-index: 2;

                        @media (max-width: 991px) {
                            background-size: auto;
                        }
                    }
                    a {
                        .transform();
                        z-index: 3;
                        img {
                            height: 40px;
                            width: 40px;
                            opacity: 1;
                            .vendor(transition, all .3s linear 0s);
                        }
                        &:hover {
                            img {
                                opacity: 0.5;
                            }
                        }
                    }
                }
                .azen-image-3 {
                    position: relative;
                    z-index: 2;
                    display: inline-block;
                    width: 500px;
                    padding-top: 150px;
                    right: 11%;
                    a {
                        display: block;
                        position: relative;
                        .azen-img {
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%;
                            height: 500px;
                        }
                    }
                }
                .azen-image-1, .azen-image-2, .azen-image-3 {
                    @media (max-width: 991px) {
                        position: relative;
                        display: inline-block;
                        width: ~"calc(33.3333333333% - 30px)";
                        margin: 30px 30px 0 0;
                        left: inherit;
                        top: inherit;
                        right: inherit;
                        vertical-align: top;
                        padding: 0;
                        a {
                            .azen-img {
                                max-height: 370px;
                            }
                        }
                    }
                    @media (max-width: 650px) {
                        display: block;
                        width: 100%;
                        margin: 0 0 30px 0;
                        &:last-child {
                            margin-bottom: 0;
                        }
                    }
                    &:last-child {
                        margin-right: 0;
                    }
                }
                .float();
            }
        }
    }

    .azen-urim-service {
        margin-bottom: 80px;
        .azen-general {
            text-align: center;
            .azen-item {
                .azen-icon {
                    margin-bottom: 25px;
                    span {
                        width: 98px;
                        height: 98px;
                        border-radius: 100%;
                        border: 1px solid @black-darker;
                        background-color: transparent;
                        position: relative;
                        .vendor(transition, all .3s linear 0s);
                        &:before {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            .vendor(transform, translate(-50%, -50%));
                            color: @black-darker;
                            font-size: 30px;
                            .vendor(transition, all .3s linear 0s);
                        }
                    }
                }
                .azen-line {
                    display: block;
                    margin: 0 auto 28px auto;
                    height: 3px;
                    width: 30px;
                    background-color: @gray-lighter;
                }
                .azen-title {
                    .title-default();
                    font-size: 14px;
                    text-transform: uppercase;
                    margin-bottom: 20px;
                }
                .azen-text {
                    .text-default();
                }
                &:hover {
                    .azen-icon {
                        span {
                            background-color: @black-darker;
                            &:before {
                                color: @white-lighter;   
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-features-projects {
        .azen-general {
            text-align: center;
            padding: 98px 0 100px;
            .azen-introduction {
                .introduction-default();
            }
            .azen-title {
                .title-default();
                letter-spacing: 2px;
                margin-bottom: 60px;
            }
            .azen-image-part {
                clear: both;
                width: 100%;
                margin-bottom: 30px;
                .azen-item {
                    position: relative;
                    z-index: 2;
                    margin-bottom: 30px;
                    &[data-grid-width="1"] {
                        width: ~"calc(100% - 0)";
                    }
                    &[data-grid-width="2"]{
                        width: ~"calc((100%/2) - (30px/2))";//30/2=15

                        @media screen and (max-width: 680px){
                            width: ~"calc(100%/1 - 0px)";
                        }
                    }
                    &[data-grid-width="3"] {
                        width: ~"calc((100%/4) - (90px/4))";//60/3=20

                        @media screen and (max-width: 991px) {
                            width: ~"calc((100%/2) - (30px/2))";//30/2=15
                        }
                        @media screen and (max-width: 680px) {
                            width: ~"calc(100%/1 - 0px)";//0
                        }
                    }

                    &[data-grid-width="4"] {
                        width: ~"calc((100%/4) - (90px/4))";
                    }
                    &[data-grid-width="1"],
                    &[data-grid-width="2"],
                    &[data-grid-width="3"],
                    &[data-grid-width="4"],
                    &[data-grid-width="6"],
                    &[data-grid-width="12"] {
                        @media screen and (max-width: 480px){
                            width: 100%;

                        }
                        @media (min-width: 481px) and (max-width: 768px){
                            width: ~"calc((100%/2) - (30px/2))";

                        }
                        @media (min-width: 769px) and (max-width: 991px){
                            width: ~"calc((100%/3) - (60px/3))";
                        }
                    }
                    &[data-grid-width="3"], &[data-grid-width="4"] {
                        @media (max-width: 1199px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 768px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 579px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 480px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    &[data-grid-width="1"], &[data-grid-width="2"] {
                        @media (max-width: 991px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 768px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 579px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 480px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .azen-item-wrapper {
                        .before();
                        a {
                            .azen-bg {
                                img {
                                    position: relative;
                                    display: block;
                                    width: 100%;
                                    max-width: 100%;
                                    height: auto;
                                }
                            }
                            .azen-text-wrapper {
                                .transform();
                                z-index: 1;
                                .azen-image-text {
                                    .introduction-default();
                                    letter-spacing: 1.6px;
                                    font-size: 16px;
                                    line-height: 1.5;
                                    margin: 0 20px 17px 20px;
                                    font-weight: 700;
                                    color: transparent;

                                }
                                .azen-image-category {
                                    .text-default();
                                    font-size: 11px;
                                    font-weight: 600;
                                    letter-spacing: 0.5px;
                                    margin-bottom: 15px;
                                    color: transparent;
                                    line-height: 1.4;
                                }
                                .azen-icon {
                                    span {
                                        &:before {
                                            font-size: 28px;
                                            color: transparent;
                                        }
                                    }
                                }
                            }
                            .azen-icon-like {
                                display: block;
                                position: absolute;
                                width: 100%;
                                text-align: right;
                                bottom: 14px;
                                z-index: 1;
                                .az-icon {
                                    position: absolute;
                                    right: 20px;
                                    bottom: 1px;
                                    &:before {
                                        font-size: 32px;
                                        color: transparent;
                                    }
                                }
                                .az-icon.azen-icon-2 {
                                    display: none;
                                }
                                .azen-score-like {
                                    color: @white-lighter;
                                    opacity: 0;
                                    font-family: "@{google-font-family-Raleway}";
                                    font-size: 36px;
                                    margin-right: 62px;
                                }
                                .azen-score-like.az-ajax {
                                    opacity: 0.5;
                                }
                            }
                            .azen-icon-like.az-liked {
                                .az-icon.azen-icon-1 {
                                    display: none;
                                }
                                .az-icon.azen-icon-2 {
                                    display: block;
                                }
                            }
                        }
                        &:hover {
                            &:before {
                                background-color: fade(@black-darker, 60%);
                            }
                            a {
                                .azen-text-wrapper {
                                    .azen-image-text {
                                        color: @white-lighter;
                                    }
                                    .azen-image-category {
                                        color: lighten(@black-lighter, 5%);
                                    }
                                    .azen-icon {
                                        span {
                                            &:before {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                                .azen-icon-like {
                                    .az-icon {
                                        &:before {
                                            color: @white-lighter;
                                        }
                                    }
                                    .azen-score-like {
                                        opacity: 1;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .azen-button {
                a {
                    .button();
                    border-color: @black-darker;
                    color: @black-darker;
                    font-weight: 700;
                    padding: 0 29px;
                    &:hover {
                        border-color: @brand-color;
                    }
                }
            }
        }
    }

    .azen-urim-call-to-action {
        .azen-general {
            padding: 123px 0 130px;
            position: relative;
            .azen-left {
                width: 75%;
                display: inline-block;

                @media (max-width: 720px) {
                    display: block;
                    width: 100%;
                    margin-bottom: 25px;
                }
                .azen-title {
                    .title-default();
                    font-size: 40px;
                    color: @white-lighter;
                    text-transform: inherit;
                    letter-spacing: 2px;
                    margin-bottom: 0;

                    @media (max-width: 420px) {
                        font-size: 26px;
                    }
                }
            }
            .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 {
                        .button();
                        border-color: @white-lighter;
                        color: @white-lighter;
                        font-weight: 700;
                        padding: 0 50px;
                        &:hover {
                            border-color: @brand-color;
                        }
                    }
                }
            }
            .float();
        }
    }

    .azen-urim-testimonials-slider {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: fade(@black-darker, 50%);
            z-index: 1;
        }
        .azen-quote {
            .transform();
            opacity: 0.15;
            z-index: 1;
            img {
                max-width: 100%;
                max-height: 100%;
                display: block;
            }
        }
        .azen-urim-testimonial-wrapper {
            padding: 98px 0 160px;
            position: relative;
            z-index: 2;
            .azen-introduction {
                .introduction-default();
                color: @white-lighter;
                letter-spacing: 3.5;
            }
            .azen-title {
                .title-default();
                color: @white-lighter;
                letter-spacing: 1.9px;
                margin-bottom: 124px;

                @media (max-width: 450px) {
                    font-size: 30px;
                }
            }
            .azen-urim-testimonial-slider {
                padding: 0 200px;

                @media (max-width: 1199px) {
                    padding: 0 100px;
                }
                @media (max-width: 991px) {
                    padding: 0;
                }
                .az-slider {
                    position: relative;
                    .az-slides {
                        pointer-events: none;
                        .azen-urim-testimonial-wrapp {
                            .azen-testimonial-text {
                                .text-default();
                                font-weight: 500;
                                font-size: 20px;
                                line-height: 1.8;
                                color: @white-lighter;
                                margin-bottom: 78px;

                                @media (max-width: 991px) {
                                    padding: 0;
                                }
                                @media (max-width: 500px) {
                                    font-size: 18px;
                                }
                            }
                            .azen-img {
                                border-radius: 100%;
                                display: inline-block;
                                max-height: 120px;
                                max-width: 120px;
                                position: relative;
                                z-index: 4;
                                margin-bottom: 28px;
                                &:before {
                                    pointer-events: none;
                                    position: absolute;
                                    content: "";
                                    left: 2px;
                                    right: 2px;
                                    top: 2px;
                                    bottom: 2px;
                                    border: 1px solid @white-lighter;
                                    border-radius: 100%;
                                    z-index: 1;
                                }
                                .azen-slider-thumbnail {
                                    max-width: 100%;
                                    max-height: 100%;
                                    width: auto;
                                    pointer-events: all;
                                    height: auto;
                                    cursor: pointer;
                                    border-radius: 100%;
                                    .vendor(transition, all .3s linear 0s);
                                    &.az-flex-active-slide {
                                        opacity: 1;
                                    }
                                }
                            }
                            .azen-name {
                                .title-default();
                                color: @white-lighter;
                                font-size: 14px;
                                text-transform: uppercase;
                                letter-spacing: 2.5;
                                margin-bottom: 3px;
                            }
                            .azen-location {
                                .text-default();
                                text-transform: capitalize;
                                font-size: 15px;
                                margin-bottom: 0;
                                color: @gray;
                            }
                        }
                    }
                    .az-thumbnails {
                        position: absolute;
                        z-index: 2;
                        top: ~"calc(100% + 50px)";
                        left: 50%;
                        .vendor(transform, translate(-50%, 0));
                        .az-flex-thumbnails {
                            text-align: center;
                            .azen-item-slider {
                                display: inline-block;
                                cursor: pointer;
                                content: "";
                                margin: 0 4px;
                                width: 10px;
                                height: 10px;
                                background-color: @gray;
                                border-radius: 100%;
                                .vendor(transition, all .3s linear 0s);
                            }
                            .azen-item-slider.az-flex-active-slide {
                                background-color: @brand-color;
                            }
                        }
                        .az-flex-direction-nav {
                            display: none;
                        }
                    }
                    .az-flex-direction-nav {
                        position: absolute;
                        bottom: 135px;
                        right: 0; 
                        left: 0;
                        pointer-events: none;
                        z-index: 8;
                        .az-flex-prev, .az-flex-next {
                            position: absolute;
                            background: none;
                            pointer-events: auto;
                            z-index: 1;
                            span {
                                &:before {
                                    color: @white-lighter;
                                    font-size: 40px;
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    opacity: 0.5;
                                    .vendor(transform, translate(-50%, -50%));
                                    .vendor(transition, all .3s linear 0s);
                                }
                            }
                            &:hover {
                                span {
                                    &:before {
                                        opacity: 1;
                                    }
                                }
                            }
                        }
                        .az-flex-prev {
                            right: 98%;
                        }
                        .az-flex-next {
                            left: 98%;
                        }
                    }
                }
            }
        }
        &[data-darken-background="false"] {
            &:before {
                background-color: transparent;
            }
            .azen-quote {
                opacity: 0.05;
            }
            .azen-urim-testimonial-wrapper {
                .azen-introduction, .azen-title {
                    color: @black-darker;
                }
                .azen-urim-testimonial-slider {
                    .az-slider {
                        .az-slides {
                            .azen-urim-testimonial-wrapp {
                                .azen-testimonial-text {
                                    color: @black-light;
                                    font-weight: 400;
                                }
                                .azen-name {
                                    color: @black-darker;
                                }
                                .azen-location {
                                    color: @gray-dark;
                                }
                            }
                        }
                        .az-flex-direction-nav {
                            .az-flex-prev, .az-flex-next {
                                span {
                                    &:before {
                                        color: @gray-dark;
                                    }
                                }
                                &:hover {
                                    span {
                                        &:before {
                                            color: @black-darker;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-blog {
        .azen-general {
            padding: 98px 0 100px;
            text-align: center;
            .azen-introduction {
                .introduction-default();
            }
            .azen-title {
                .title-default();
                letter-spacing: 2px;
                margin-bottom: 60px;
            }
            .azen-post {
                margin-bottom: 15px;
                .azen-post-wrapper {
                    width: ~"calc(50% - 30px)";
                    display: inline-block;
                    padding-right: 30px;
                    padding-bottom: 45px;
                    text-align: left;
                    vertical-align: top;
                    &:nth-child(2n) {
                        padding-right: 0;
                    }
                    @media (max-width: 991px) {
                        width: 100%;
                        padding-right: 0;
                        &:nth-child(2n) {
                            padding-right: 0;
                        }
                    }
                    .azen-post-img-wrapper {
                        > a {
                            display: block;
                            margin-bottom: 27px;
                            position: relative;
                            z-index: 2;
                            &:before {
                                .transform();
                                z-index: 1;
                                content: "";
                                background-color: fade(@black-darker, 50%);
                                border-radius: 4px;
                                width: 100px;
                                height: 100px;
                            }
                            &:after {
                                .transform();
                                content: "";
                                z-index: 1;
                                width: 22px;
                                height: 22px;
                                border: 3px solid @brand-color;
                                border-radius: 4px;
                                .vendor(transition, all .3s linear 0s);
                            }
                            .azen-img {
                                background-repeat: no-repeat;
                                background-position: center;
                                background-size: cover;
                                width: 100%;
                                height: 320px;
                            }
                            span {
                                &:before {
                                    font-family: FontAwesome;
                                    content: "\f0c1";
                                    .transform();
                                    top: ~"calc(50% + 1px)";
                                    z-index: 1;
                                    color: @brand-color;
                                    font-size: 16px;
                                    .vendor(transition, all .3s linear 0s);
                                }
                            }
                            &:hover {
                                &:after {
                                    border-color: @white-lighter;
                                }
                                span {
                                    &:before {
                                        color: @white-lighter;
                                    }
                                }
                            }
                        }
                        .azen-post-info-wrapper {
                            padding: 0 30px;
                            .azen-post-title {
                                margin-bottom: 6px;
                                a {
                                    .introduction-default();
                                    font-size: 16px;
                                    color: @black-darker;
                                    font-weight: 700;
                                    .vendor(transition, all .3s linear 0s); 
                                }
                                &:hover {
                                    a {
                                        color: @brand-color;
                                    }
                                }
                            }
                            .azen-post-under-title {
                                margin-bottom: 14px;
                                .azen-post-author {
                                    display: inline-block;
                                    span {
                                        .text-default();
                                        font-size: 11px;
                                        text-transform: uppercase;
                                        color: lighten(@black-lighter, 25%);
                                        margin-right: 5px;
                                        a {
                                            color: lighten(@black-lighter, 10%);
                                            .vendor(transition, all .3s linear 0s); 
                                            &:hover {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                                .azen-post-category {
                                    display: inline-block;
                                    span {
                                        .text-default();
                                        font-size: 11px;
                                        text-transform: uppercase;
                                        color: lighten(@black-lighter, 25%);
                                        margin-right: 5px;
                                        a {
                                            color: @brand-color;
                                            .vendor(transition, all .3s linear 0s);
                                            margin-right: 5px;
                                            &:hover {
                                                color: @black-darker;
                                            }
                                            &:last-child{
                                                margin-right: 0px;
                                            }
                                        }
                                    }
                                }
                                .azen-post-date {
                                    display: inline-block;
                                    .text-default();
                                    font-size: 11px;
                                    text-transform: uppercase;
                                    color: lighten(@black-lighter, 25%);
                                }   
                            }
                            .azen-post-text {
                                .text-default();
                                margin-bottom: 23px;
                            }
                        }
                        .azen-social {
                            padding: 25px;
                            border-top: 1px solid @white-darker;
                            border-bottom: 1px solid @white-darker;
                            &:last-child {
                                margin-right: 0;
                            }
                            div.azen-post-read-more {
                                margin: 5px;
                                display: inline-block;
                                vertical-align: top;
                                a {
                                    .button-default();
                                    color: @white-lighter;
                                    background-color: @gray-light;
                                    width: auto;
                                    padding: 0 40px;
                                }
                            }
                            div.az-liked-azen-liked {
                                .vendor(transition, all .3s linear 0s);
                                cursor: pointer;
                                position: relative;
                                .button-default();
                                color: @white-lighter;
                                background-color: @gray-light;
                                padding: 0 25px;
                                width: auto;
                                vertical-align: top;
                                height: 50px;
                                display: inline-block;
                                margin: 5px;
                                span {
                                    &:before {
                                        font-size: 15px;
                                        font-weight: 600;
                                        color: @white-lighter;
                                    }
                                }
                                .azen-icon-1 {
                                    display: inline-block;
                                }
                                .azen-icon-2 {
                                    display: none;
                                }
                                .azen-score {
                                    display: inline-block;
                                    color: @white-lighter;
                                    font-family: "@{google-font-family-Roboto}";
                                    letter-spacing: 0;
                                    margin-right: 10px;
                                    font-size: 15px;
                                    font-weight: 500;
                                }
                            }
                            .az-liked-azen-liked.azen-liked {
                                .azen-icon-1 {
                                    display: none;
                                }
                                .azen-icon-2 {
                                    display: inline-block;
                                }
                            }
                            .azen-post-share {
                                display: inline-block;
                                margin: 5px;
                                .vendor(transition, all .3s linear 0s);
                                cursor: pointer;
                                position: relative;
                                .button-default();
                                background-color: @gray-light;
                                width: 50px;
                                vertical-align: top;
                                height: 50px;
                                a {
                                    span {
                                        &:before {
                                            .transform();
                                            color: @white-lighter;
                                            font-size: 15px;
                                        }
                                    }
                                }
                            }
                            a {
                                display: inline-block;
                                .azen-comments {
                                    margin: 5px;
                                    display: inline-block;
                                    .vendor(transition, all .3s linear 0s);
                                    cursor: pointer;
                                    position: relative;
                                    .button-default();
                                    letter-spacing: 0;
                                    background-color: @gray-light;
                                    padding: 0 25px;
                                    width: auto;
                                    vertical-align: top;
                                    height: 50px;
                                    .azen-comments-count {
                                        display: inline-block;
                                        color: @white-lighter;
                                        font-family: "@{google-font-family-Roboto}";
                                        letter-spacing: 0;
                                        margin-right: 10px;
                                        font-size: 15px;
                                        font-weight: 500;
                                    }
                                    .az-icon {
                                        &:before {
                                            font-size: 15px;
                                            font-weight: 600;
                                            color: @white-lighter;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .azen-button {
                a {
                    .button();
                    border-color: @black-darker;
                    color: @black-darker;
                    padding: 0 50px;
                    font-weight: 700;
                    &:hover {
                        border-color: @brand-color;
                    }
                }
            }
        }
    }

    .azen-urim-promobox {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        .before();
        &:before {
            background-color: fade(@black-dark, 60%);
        }
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 238px 0 254px;
            .azen-title {
                .title-default();
                line-height: 1.28;
                letter-spacing: 3.8px;
                font-size: 71px;
                text-transform: uppercase;
                color: @white-lighter;
                margin-bottom: 13px;
                .azen-text-1 {
                }
                .azen-text-2 {
                    display: block;
                    .azen-by {
                        margin: 0 20px;
                        font-weight: 300;
                    }
                }

                @media (max-width: 1199px) {
                    .azen-text-2 {
                        display: inline-block;
                    }
                }
                @media (max-width: 730px) {
                    font-size: 62px;
                }
                @media (max-width: 630px) {
                    font-size: 52px; 
                }
                @media (max-width: 540px) {
                    font-size: 42px;
                    .azen-text-2 {
                        .azen-by {
                            margin: 0 10px;
                        }
                    }
                }
                @media (max-width: 450px) {
                    font-size: 34px;
                    margin-bottom: 33px
                }
                @media (max-width: 380px) {
                    font-size: 28px;
                }
            }
            .azen-introduction {
                .azen-description();
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 1px;
                margin-bottom: 34px;

                color: @white-lighter;

                @media (max-width: 450px) {
                    margin-bottom: 39px;
                }
                @media (max-width: 380px) {
                    font-size: 22px;
                }
            }
            .azen-button {
                a {
                }
                a.azen-button-1 {
                    .button-default();
                    padding: 0 67px;
                    background-color: @brand-color;
                    color: @white-lighter;
                    margin-right: 30px;

                    @media (max-width: 995px) {
                        margin-bottom: 30px;
                        display: table;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }
                .azen-button-2 {
                    .button();
                    padding: 0 45px;
                    border-color: @white-lighter;
                    color: @white-lighter;
                    &:hover {
                        border-color: @brand-color;
                    }
                }
            }
        }
    }

    .azen-urim-teammate {
        margin-bottom: 30px;
        .azen-general {
            text-align: center;
            .azen-wrapper {
                .azen-image-part {
                    position: relative;
                    .vendor(perspective, 1000px);
                    a {
                        display: block;
                        position: relative;
                        .azen-bg {
                            background-repeat: no-repeat;
                            background-position: center;
                            background-size: cover;
                            width: 100%;
                            height: 766px;
                        }
                    }
                    .azen-info-wrapper {
                        display: block;
                        content: "";
                        position: absolute;
                        z-index: 2;
                        left: 0;
                        right: 0;
                        top: 50%;
                        bottom: 100px;
                        .vendor(transition, all .2s linear 0s);
                        pointer-events: none;
                        .vendor(display, flex);
                        .vendor(align-items, center);
                        .vendor(justify-content, center);
                        background-color: fade(@black-darker, 60%);
                        .vendor(transform, translate(0, -50%) rotate3d(1, 0, 0, -90deg));
                        .azen-text-wrapper {
                            pointer-events: all;
                            max-width: 200px;
                            margin-top: 29px;
                            .azen-name {
                                .introduction-default();
                                font-size: 14px;
                                color: transparent;
                                letter-spacing: 2.4px;
                                margin-bottom: 4px;
                                .vendor(transition, all .3s linear 0s);
                            }
                            .azen-profession {
                                .text-default();
                                text-transform: capitalize;
                                color: transparent;
                                letter-spacing: 0.4px;
                                margin-bottom: 23px;
                                font-weight: 500;
                                .vendor(transition, all .3s linear 0s);
                            }
                            .azen-soclogo-part {
                                a {
                                    display: inline-block;
                                    margin: 0 13.5px 13.5px 13.5px;
                                    span {
                                        position: relative;
                                        width: 20px;
                                        height: 20px;
                                        border-radius: 2px;
                                        background-color: transparent;
                                        .vendor(transition, all .3s linear 0s);
                                        &:before {
                                            .transform();
                                            color: transparent;
                                            font-size: 16px;
                                            .vendor(transition, all .3s linear 0s);
                                        }
                                    }
                                }
                            }
                        }
                    }
                    &:hover {
                        .azen-info-wrapper {
                            .vendor(transform, translate(0, -50%) rotate3d(1, 0, 0, 0deg));
                            .azen-text-wrapper {
                                .azen-name {
                                    color: @white-lighter;
                                }
                                .azen-profession {
                                    color: darken(@black-lighter, 10%);
                                }
                                .azen-soclogo-part {
                                    a {
                                        span {
                                            background-color: @white-lighter;
                                            &:before {
                                                color: @black-darker;
                                            }
                                        }
                                        &:hover {
                                            span {
                                                background-color: @brand-color;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-facts {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        .before();
        &:before {
            background-color: fade(@black-dark, 60%);
        }
        .azen-general {
            position: relative;
            z-index: 2;
            padding: 64px 0 79px;
            text-align: center;
        }
        .azen-facts-item {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 20%;
            padding: 20px 0;

            @media (max-width: 1199px) {
                width: 25%;
            }
            @media (max-width: 950px) {
                width: 33.3333333333%;
            }
            @media (max-width: 650px) {
                width: 50%;
            }
            @media (max-width: 500px) {
                width: 100%;
            }
            .azen-score {
                .title-default();
                font-size: 48px;
                color: @white-lighter;
                margin-bottom: 13px;
            }
            .azen-fact {
                .introduction-default();
                font-size: 16px;
                color: @white-lighter;
                text-transform: capitalize;
                font-weight: 500;
                letter-spacing: 0.6px;
                margin-bottom: 10px;
            }
            span {
                &:before {
                    color: @white-lighter;
                    font-size: 12px;
                }
            }
        }
        &[data-darken-background="false"] {
            &:before {
                background-color: transparent;
            }
            .azen-score {
                color: @brand-color;
            }
            .azen-fact {
                color: lighten(@black-lighter, 5%);
            }
            span {
                &:before {
                    color: @brand-color;
                }                
            }
        }
    }

    .azen-urim-pricing-plan {
        text-align: center;
        .azen-general {
            display: inline-block;
            text-align: center;
            width: 100%;
            background-color: transparent;
            margin-bottom: 80px;
            border: 3px solid @white-dark;
            box-sizing: border-box;
            .vendor(transition, all .3s linear 0s);
            .azen-price {
                position: relative;
                text-align: center;
                padding: 46px 0 25px;
                &:after {
                    display: block;
                    content: "";
                    width: 60px;
                    height: 3px;
                    background-color: @brand-color;
                    margin: 0 auto;
                    .vendor(transition, all .3s linear 0s);
                }
                .azen-level {
                    .introduction-default();
                    color: @black-dark;
                    font-size: 18px;
                    font-weight: 700;
                    letter-spacing: 1.8px;
                    display: inline-block;
                    margin-bottom: 26px;
                }
            }
            .azen-wrapper-part {
                .vendor(transition, all .3s linear 0s);
                background-color: transparent;
                .azen-numeric {
                    margin: 0 0 54px 0;
                    &:after {
                        content: "";
                        display: block;
                        width: 100%;
                        height: 1px;
                        opacity: 0.1;
                        background-color: @black-darker;
                    }
                    .azen-currency, .azen-amount {
                        .title-default();
                        font-size: 60px;
                        color: @black-dark;
                        letter-spacing: 0;
                        display: inline-block;
                        margin-bottom: 3px;
                    }
                    .azen-currency {
                        margin-right: 14px;
                    }
                    .azen-period {
                        .text-default();
                        text-transform: capitalize;
                        display: block;
                        letter-spacing: 0.7px;
                        margin-bottom: 43px;
                    }
                }
                > div {
                    margin-bottom: 53px;
                    padding: 0 22px;
                    .azen-item {
                        display: table;
                        margin: 0 auto;
                        padding: 0 0 18px;
                        .vendor(transition, all .3s linear 0s);
                        &:last-child {
                            padding: 0;
                        }
                        span {
                            display: table-cell;
                            vertical-align: top;
                            padding: 6px 15px 0 0;
                            &:before {
                                font-size: 14px;
                            }
                        }
                        .azen-item-title {
                            .text-default();
                            display: table-cell;
                            vertical-align: top;
                            margin-bottom: 12px;
                            .vendor(transition, all .3s linear 0s);
                        }
                    }
                }
                div.azen-button {
                    padding: 0 0 56px 0;
                    margin-bottom: 0;
                    a {
                        .button-default();
                        padding: 0 75px;
                        color: @white-lighter;
                        background-color: @brand-color;
                        &:hover {
                            border-color: @brand-color;
                        }
                    }
                }
            }
            &:hover {
                border-color: darken(@black-light, 12%);
                background-color: fade(darken(@brand-color, 87%), 75%);
                .azen-price {
                    .azen-level {
                        color: @white-lighter;
                    }
                }
                .azen-wrapper-part {
                    .azen-numeric {
                        .azen-currency, .azen-amount {
                            color: @white-lighter;
                        }
                        &:after {
                            opacity: 1;
                            background-color: darken(@black-light, 10%);
                        }
                    }
                }
            }
        }
    }

    .azen-urim-input-field {
        margin-bottom: 20px;
        input[name="name"], input[name="email"], input[name="subject"] {
            .vendor(transition, all .3s linear);
            .vendor(appearance, none);
            position: relative;
            z-index: 2;
            height: 48px;
            width: 100%;
            padding: 0 20px 0 0;
            border-bottom: 2px solid @black-lighter;
            box-sizing: border-box;
            box-shadow: none;
            background-color: transparent;
            display: inline-block;
            .placeholder(color, @black-lighter);
            .text-default();
            font-size: 13px;
            font-weight: 500;
            color: @black-darker;
            text-transform: capitalize;
            &:focus {
                .placeholder(color, @black-darker);
                border-color: @brand-color;
                .vendor(outline, none);
            }
        }
    }
    .azen-urim-dropdown-list {
        margin-bottom: 20px;
        select {
            .vendor(transition, all .3s linear);
            .vendor(appearance, none);
            position: relative;
            z-index: 2;
            height: 48px;
            width: 100%;
            padding: 0 20px 0 0;
            border-bottom: 2px solid @black-lighter;
            box-sizing: border-box;
            box-shadow: none;
            background-color: transparent;
            display: inline-block;
            .placeholder(color, @black-lighter);
            .text-default();
            font-size: 13px;
            font-weight: 500;
            color: @black-lighter;
            text-transform: capitalize;
            &:focus {
                .placeholder(color, @black-darker);
                border-color: @brand-color;
                .vendor(outline, none);
            }
        }
    }
    .azen-urim-form-field {
        margin-bottom: 30px;
        textarea {
            width: 100%;
            text-align: left;
            box-sizing: border-box;
            padding: 0 20px 0 0;
            border-bottom: 2px solid @black-lighter;
            height: 157px;
            box-shadow: none;
            background-color: transparent;
            display: block;
            .placeholder(color, @black-lighter);
            .vendor(transition, all .3s linear 0s);
            .text-default();
            font-size: 13px;
            font-weight: 500;
            color: @black-darker;
            text-transform: capitalize;
            &:focus {
                .placeholder(color, @black-darker);
                border-color: @brand-color;
            }
        }
    }

    .azen-urim-form-container {
        margin-bottom: 40px;
        .azen-button {
            display: block;
            text-align: right;

            @media (max-width: 420px) {
                text-align: center;
            }
            button {
                .button();
                border-radius: 2px !important;
                font-family: "@{google-font-family-Raleway}" !important;
                font-weight: 700 !important;
                color: @black-darker;
                border-color: @black-darker;
                cursor: pointer;
                padding: 0 49px;
                &:hover {
                    border-color: @brand-color;
                    background-color: @brand-color;
                }
            }
        }
        &[data-darken-background="true"] {
            input[name="name"], input[name="email"], input[name="subject"] {
                .placeholder(color, darken(@gray, 2%));
                border-color: @white-lighter;
                color: @white-lighter;
                &:focus {
                    .placeholder(color, @white-lighter);
                    border-color: @brand-color;
                    .vendor(outline, none);
                }
            }
            select {
                .placeholder(color, darken(@gray, 2%));
                border-color: @white-lighter;
                &:focus {
                    .placeholder(color, @white-lighter);
                    border-color: @brand-color;
                    .vendor(outline, none);
                }
            }
            textarea {
                .placeholder(color, darken(@gray, 2%));
                border-color: @white-lighter;
                color: @white-lighter;
                &:focus {
                    .placeholder(color, @white-lighter);
                    border-color: @brand-color;
                    .vendor(outline, none);
                }
            }
            .azen-button {
                button {
                    color: @white-lighter;
                    border-color: @white-lighter;
                    &:hover {
                        border-color: @brand-color;
                        background-color: @brand-color;
                    }
                }
            }
        }
        &[data-darken-background="false"] {
            input[name="name"], input[name="email"], input[name="subject"], textarea, select {
                border-color: @gray-light;
                &:focus {
                    border-color: @brand-color;
                }
            }
            .azen-button {
                button {
                    color: @white-lighter;
                    border-color: @brand-color;
                    background-color: @brand-color;
                    &:hover {
                        border-color: @black-darker;
                        background-color: @black-darker;
                    }
                }
            }
        }
    }

    .azen-urim-feature {
        margin-bottom: 80px;
        .azen-general {
            text-align: center;
            .azen-item {
                display: table;
                .azen-icon {
                    display: table-cell;
                    padding-right: 25px;
                    span {
                        width: 98px;
                        height: 98px;
                        border-radius: 100%;
                        border: 1px solid @black-darker;
                        background-color: transparent;
                        position: relative;
                        .vendor(transition, all .3s linear 0s);
                        &:before {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            .vendor(transform, translate(-50%, -50%));
                            color: @black-darker;
                            font-size: 30px;
                            .vendor(transition, all .3s linear 0s);
                        }
                    }
                }
                .azen-text {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: left;
                    .azen-text-item {
                        .text-default();
                        letter-spacing: 0.5px;
                        color: @black-darker;
                        //margin-bottom: 6px;
                        &:last-child {
                            margin-bottom: 0;
                        }
                    }
                }
                &:hover {
                    .azen-icon {
                        span {
                            background-color: @brand-color;
                            border-color: @brand-color;
                            &:before {
                                color: @white-lighter;   
                            }
                        }
                    }
                }
            }
        }
        &[data-darken-background="true"] {
            .azen-general {
                .azen-item {
                    .azen-icon {
                        span {
                            border-color: @white-lighter;
                            &:before {
                                color: @white-lighter;   
                            }
                        }
                    }
                    .azen-text {
                        .azen-text-item {
                            color: @white-lighter;
                        }
                    }
                    &:hover {
                        .azen-icon {
                            span {
                                border-color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        &[data-inverted-styles="true"] {
            .azen-general {
                .azen-item {
                    .azen-icon {
                        span {
                            border-color: @brand-color;
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                    .azen-text {
                        .azen-text-item {
                            color: lighten(@black-lighter, 5%);
                        }
                    }
                    &:hover {
                        .azen-icon {
                            span {
                                &:before {
                                    color: @white-lighter;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-multi-purpose {
        .azen-general {
            padding: 194px 0 196px;
            .azen-left-part {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: ~"calc(50% - 6px)";
                background-position: right 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: 600px;
                }
                @media (max-width: 790px) {
                    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-right-part {
                width: ~"calc(50% - 86px)";
                float: right;

                @media (max-width: 991px) {
                    width: 100%;
                    padding: 40px 40px 0 40px;
                    box-sizing: border-box;
                }
                @media (max-width: 500px) {
                    padding: 20px 20px 0 20px;
                }
                .azen-introduction {
                    .introduction-default();
                    letter-spacing: 3.5px;
                }
                .azen-title {
                    .title-default();
                    letter-spacing: 1.75px;
                    margin-bottom: 24px;
                }
                .azen-text {
                    margin-bottom: 43px;
                    .azen-text-item {
                        .text-default();
                        padding-bottom: 30px;
                        &:last-child {
                            padding-bottom: 0;
                        }
                    }
                }
                div.azen-button {
                    a {
                        .button-default();
                    }
                }
            }
            &:after {
                display: table;
                clear: both;
                content: "";
            }
        }
    }

    .azen-urim-recent-news {
        margin-bottom: 75px;
        .azen-general {
            text-align: left;
            display: block;
            width: 100%;
            .azen-wrp {
                padding-bottom: 19px;
                border-bottom: 1px solid darken(@white-lighter, 80%);
                margin-bottom: 23px;
                .azen-info {
                    .azen-title {
                        padding-bottom: 5px;
                        .text-default();
                        .vendor(transition, all .3s linear);
                        a {
                            display: table-cell;
                            vertical-align: top;
                            letter-spacing: 0.5px;
                            span {
                                display: table-cell;
                                vertical-align: top;
                                padding: 6px 14px 0 0;
                                &:before {
                                    display: block;
                                    color: @brand-color;
                                    font-size: 6px;
                                    .vendor(transition, all .3s linear);
                                }
                            }
                            .azen-text {
                                line-height: 1.3;
                                padding: 0 0 5px 0;
                            }
                        }
                    }
                    .azen-date {
                        .text-default();
                        font-size: 9px;
                        text-transform: uppercase;
                        letter-spacing: 2px;
                        padding-left: 21px;
                        color: darken(@black-light, 5%);
                    }
                }
                &:last-child {
                    border-bottom: none;
                    margin-bottom: 0;
                }
                &:hover {
                    .azen-info {
                        .azen-title {
                            color: @black-darker;
                            span {
                                &:before {
                                    color: @black-darker;
                                }
                            }
                        }
                    }
                }
            }
        }
        &[data-darken-background="true"] {
            .azen-general {
                .azen-wrp {
                    &:hover {
                        .azen-info {
                            .azen-title {
                                color: @white-lighter;
                                span {
                                    &:before {
                                        color: @white-lighter;
                                    }
                                }
                            }
                        }   
                    }
                }
            }
        }
    }

    .azen-urim-twitter-feed {
        margin-bottom: 75px;
        .azen-general {
            text-align: left;
            display: block;
            width: 100%;
            .azen-wrp {
                padding-bottom: 23px;
                border-bottom: 1px solid darken(@white-lighter, 80%);
                margin-bottom: 18px;
                .azen-info {
                    .azen-title {
                        padding-bottom: 5px;
                        .text-default();
                        a {
                            display: table-cell;
                            vertical-align: top;
                            letter-spacing: 0.5px;
                            span {
                                .vendor(transition, all .3s linear);
                                display: table-cell;
                                vertical-align: top;
                                padding: 7px 14px 0 0;
                                &:before {
                                    color: darken(@black-light, 5%);
                                    font-size: 16px;
                                    display: block;
                                    .vendor(transition, all .3s linear);
                                }
                            }
                            .azen-text {
                                padding: 0;
                                line-height: 1.9;
                            }
                        }
                    }
                    .azen-date {
                        .text-default();
                        font-size: 9px;
                        text-transform: uppercase;
                        letter-spacing: 2px;
                        padding-left: 30px;
                        line-height: 1.2;
                        color: darken(@black-light, 5%);
                    }
                }
                &:last-child {
                    border-bottom: none;
                    margin-bottom: 0;
                }
                &:hover {
                    .azen-info {
                        .azen-title {
                            color: @black-darker;
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                            .azen-text {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        &[data-darken-background="true"] {
            .azen-general {
                .azen-wrp {
                    &:hover {
                        .azen-info {
                            .azen-title {
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-contact {
        margin-bottom: 75px;
        .azen-general {
            text-align: left;
            display: block;
            width: 100%;
            .azen-wrapper {
                .azen-wrp {
                    padding-bottom: 13px;
                    border-bottom: 1px solid darken(@white-lighter, 80%);
                    margin-bottom: 17px;
                    .azen-info {
                        .azen-title {
                            padding-bottom: 5px;
                            .text-default();
                            a {
                                letter-spacing: 0.5px;
                                span {
                                    .vendor(transition, all .3s linear);
                                    display: table-cell;
                                    padding: 0 14px 0 0;
                                    &:before {
                                        color: lighten(@black-lighter, 5%);
                                        font-size: 15px;
                                        .vendor(transition, all .3s linear);
                                    }
                                }
                                .azen-contact-item {
                                    display: table-cell;
                                    padding: 0;
                                    .azen-text {
                                        display: block;
                                        font-size: 15px;
                                        padding: 0;
                                        line-height: 1.9;
                                    }
                                }
                            }
                        }
                    }
                    &:hover {
                        .azen-info {
                            .azen-title {
                                span {
                                    &:before {
                                        color: @brand-color;
                                    }
                                }
                                .azen-text {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
            .azen-social-logo {
                display: block;
                margin-left: -14px;
                a {
                    padding: 12px 14px 12px 14px;
                    display: inline-block;
                    span {
                        &:before {
                            font-size: 23px;
                            color: darken(@black-light, 5%);
                            .vendor(transition, all .3s linear);
                        }
                    }
                    &:hover {
                        span {
                            &:before {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        &[data-darken-background="true"] {
            .azen-general {
                .azen-wrapper {
                    .azen-wrp {
                        &:hover {
                            .azen-info {
                                .azen-title {
                                    a {
                                        .azen-contact-item {
                                            .azen-text {
                                                color: @white-lighter;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-under-footer {
        position: relative;
        z-index: 6;
        .azen-general {
            position: relative;
            padding: 28px 0;
            width: 100%;
            display: table;

            @media (max-width: 750px) {
                min-height: inherit;
                padding: 30px 0;
            }
            .azen-left-part {
                width: 50%;
                display: table-cell;
                vertical-align: middle;

                @media (max-width: 750px) {
                    width: 100%;
                    display: block;
                    text-align: center;
                    padding-bottom: 10px;
                    line-height: 16px;
                }
                .azen-text {
                    .text-default();
                    color: @black-light;
                    font-size: 14px;
                    font-weight: 500;
                    a {
                        margin-left: 5px;
                        span {
                            color: @brand-color;
                            .vendor(transition, all .3s linear 0s);
                        }
                        &:hover {
                            span {
                                color: @white-lighter;
                            }
                        }
                    }
                }
            }
            .azen-right-part {
                text-align: right;
                width: 50%;
                display: table-cell;
                vertical-align: middle;

                @media (max-width: 1199px) {
                    text-align: center;
                }
                @media (max-width: 750px) {
                    width: 100%;
                    display: block;
                    text-align: center;
                    line-height: 27px;
                }
                .azen-category {
                    a {
                        display: inline-block;
                        .vendor(transition, all .3s linear);
                        .text-default();
                        color: @black-light;
                        font-size: 14px;
                        font-weight: 500;
                        margin: 14px 0 14px 42px;
                        line-height: 1;
                        &:hover {
                            color: @brand-color;
                        }
                        @media (max-width: 750px) {
                            margin: 5px 5px 0 10px;
                        }
                    }
                }
            }
        }
    }

    .azen-urim-our-story {
        .azen-general {
            padding: 190px 0 192px;
            .azen-left-part {
                width: 50%;

                @media (max-width: 740px) {
                    width: 100%;
                    padding: 0 20px 60px 20px;
                    box-sizing: border-box;
                }
                .azen-introduction {
                    .introduction-default();
                    font-weight: 400;
                    letter-spacing: 3px;
                    font-size: 13px;
                    margin-bottom: 6px;
                }
                .azen-title {
                    .title-default();
                    letter-spacing: 2px;
                    margin-bottom: 28px;
                    text-transform: inherit;
                    line-height: 1;
                }
                .azen-text-part {
                    margin-bottom: 43px;
                    .azen-text {    
                        .text-default();
                        margin-bottom: 30px;
                        &:last-child {
                            margin-bottom: 0;
                        }
                    }
                }
                div.azen-button {
                    a {
                        .button-default();
                        font-weight: 700;
                    }
                }
            }
            .azen-right-part {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: ~"calc(50% - 70px)";
                background-position: left center;
                background-size: auto;
                background-repeat: no-repeat;

                @media (max-width: 740px) {
                    position: relative;
                    top: auto;
                    bottom: auto;
                    left: auto;
                    right: auto;
                    background-position: center center;
                    width: 100%;
                    height: 600px;
                }
                @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-urim-service-1 {
        margin-bottom: 40px;
        .azen-general {
            text-align: left;
            a {
                .azen-bg {
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    width: 100%;
                    height: 200px;
                    margin-bottom: 29px;
                }
                .azen-wrapper-info {
                    display: table;
                    padding-bottom: 12px;
                    span {
                        display: table-cell;
                        vertical-align: top;
                        padding-right: 14px;
                        &:before {
                            color: @black-darker;
                            font-size: 20px;
                            .vendor(transition, all .3s linear 0s);
                        }
                    }
                    .azen-title {
                        .introduction-default();
                        padding-top: 3px;
                        display: table-cell;
                        vertical-align: top;
                        margin-bottom: 0;
                        font-size: 14px;
                        color: @black-darker;
                        letter-spacing: 2.4px;
                        .vendor(transition, all .3s linear 0s);
                    }
                }
                .azen-text {
                    .text-default();
                    color: @black-darker;
                }
                &:hover {
                    .azen-wrapper-info {
                        span {
                            &:before {
                                color: @brand-color;
                            }
                        }
                        .azen-title {
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        &[data-darken-background="true"] {
            .azen-general {
                a {
                    .azen-wrapper-info {
                        span {
                            &:before {
                                color: @white-lighter;
                            }
                        }
                        .azen-title {
                            color: @white-lighter;
                        }
                    }
                    .azen-text {
                        color: @white-lighter;
                    }
                    &:hover {
                        .azen-wrapper-info {
                            span {
                                &:before {
                                    color: @brand-color;
                                }
                            }
                            .azen-title {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-masonry {
        .azen-general {
            text-align: center;
            margin-bottom: 80px;
            .azen-image-part {
                clear: both;
                width: 100%;
                margin-bottom: 30px;
                .azen-item {
                    position: relative;
                    z-index: 2;
                    margin-bottom: 30px;
                    &[data-grid-width="1"] {
                        width: ~"calc(100% - 0)";
                    }
                    &[data-grid-width="2"]{
                        width: ~"calc((100%/2) - (30px/2))";//30/2=15

                        @media screen and (max-width: 680px){
                            width: ~"calc(100%/1 - 0px)";
                        }
                    }
                    &[data-grid-width="3"] {
                        width: ~"calc((100%/4) - (90px/4))";//60/3=20

                        @media screen and (max-width: 991px) {
                            width: ~"calc((100%/2) - (30px/2))";//30/2=15
                        }
                        @media screen and (max-width: 680px) {
                            width: ~"calc(100%/1 - 0px)";//0
                        }
                    }

                    &[data-grid-width="4"] {
                        width: ~"calc((100%/4) - (90px/4))";
                    }
                    &[data-grid-width="1"],
                    &[data-grid-width="2"],
                    &[data-grid-width="3"],
                    &[data-grid-width="4"],
                    &[data-grid-width="6"],
                    &[data-grid-width="12"] {
                        @media screen and (max-width: 480px){
                            width: 100%;

                        }
                        @media (min-width: 481px) and (max-width: 768px){
                            width: ~"calc((100%/2) - (30px/2))";

                        }
                        @media (min-width: 769px) and (max-width: 991px){
                            width: ~"calc((100%/3) - (60px/3))";
                        }
                    }
                    &[data-grid-width="3"], &[data-grid-width="4"] {
                        @media (max-width: 1199px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 768px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 579px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 480px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    &[data-grid-width="1"], &[data-grid-width="2"] {
                        @media (max-width: 991px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 768px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 579px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 480px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .azen-item-wrapper {
                        .before();
                        a {
                            .azen-bg {
                                img {
                                    position: relative;
                                    display: block;
                                    width: 100%;
                                    max-width: 100%;
                                    height: auto;
                                }
                            }
                            .azen-text-wrapper {
                                .transform();
                                z-index: 1;
                                .azen-image-text {
                                    .introduction-default();
                                    letter-spacing: 1.6px;
                                    font-size: 16px;
                                    line-height: 1.5;
                                    margin: 0 20px 17px 20px;
                                    font-weight: 700;
                                    color: transparent;
                                }
                                .azen-image-category {
                                    .text-default();
                                    font-size: 11px;
                                    font-weight: 600;
                                    letter-spacing: 0.5px;
                                    margin-bottom: 15px;
                                    color: transparent;
                                    line-height: 1.4;
                                }
                                .azen-icon {
                                    span {
                                        &:before {
                                            font-size: 28px;
                                            color: transparent;
                                        }
                                    }
                                }
                            }
                            .azen-icon-like {
                                display: block;
                                position: absolute;
                                width: 100%;
                                text-align: right;
                                bottom: 14px;
                                z-index: 1;
                                .az-icon {
                                    position: absolute;
                                    right: 20px;
                                    bottom: 1px;
                                    &:before {
                                        font-size: 32px;
                                        color: transparent;
                                    }
                                }
                                .azen-score-like {
                                    color: @white-lighter;
                                    opacity: 0;
                                    font-family: "@{google-font-family-Raleway}";
                                    font-size: 36px;
                                    margin-right: 62px;
                                }
                                .azen-score-like.az-ajax {
                                    opacity: 0.5;
                                }
                            }
                        }
                        &:hover {
                            &:before {
                                background-color: fade(@black-darker, 60%);
                            }
                            a {
                                .azen-text-wrapper {
                                    .azen-image-text {
                                        color: @white-lighter;
                                    }
                                    .azen-image-category {
                                        color: lighten(@black-lighter, 5%);
                                    }
                                    .azen-icon {
                                        span {
                                            &:before {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                                .azen-icon-like {
                                    .az-icon {
                                        &:before {
                                            color: @white-lighter;
                                        }
                                    }
                                    .azen-score-like {
                                        opacity: 1;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .azen-button {
                a {
                    .button();
                    border-color: @black-darker;
                    color: @black-darker;
                    font-weight: 700;
                    padding: 0 29px;
                    &:hover {
                        border-color: @brand-color;
                    }
                }
            }
        }
    }

    .azen-urim-slider-element {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: fade(@black-darker, 50%);
            z-index: 1;
        }
        .azen-quote {
            .transform();
            top: 31%;
            opacity: 0.15;
            z-index: 1;
            img {
                max-width: 100%;
                max-height: 100%;
                display: block;
            }
        }
        .azen-urim-testimonial-wrapper {
            padding: 98px 0 160px;
            position: relative;
            z-index: 2;
            .azen-urim-testimonial-slider {
                padding: 0 200px;

                @media (max-width: 1199px) {
                    padding: 0 100px;
                }
                @media (max-width: 991px) {
                    padding: 0;
                }
                .az-slider {
                    position: relative;
                    .az-slides {
                        pointer-events: none;
                        .azen-urim-testimonial-wrapp {
                            .azen-testimonial-text {
                                .text-default();
                                font-weight: 500;
                                font-size: 20px;
                                line-height: 1.8;
                                color: @white-lighter;
                                margin-bottom: 78px;

                                @media (max-width: 991px) {
                                    padding: 0;
                                }
                                @media (max-width: 500px) {
                                    font-size: 18px;
                                }
                            }
                            .azen-img {
                                border-radius: 100%;
                                display: inline-block;
                                max-height: 120px;
                                max-width: 120px;
                                position: relative;
                                z-index: 4;
                                margin-bottom: 28px;
                                &:before {
                                    pointer-events: none;
                                    position: absolute;
                                    content: "";
                                    left: 2px;
                                    right: 2px;
                                    top: 2px;
                                    bottom: 2px;
                                    border: 1px solid @white-lighter;
                                    border-radius: 100%;
                                    z-index: 1;
                                }
                                .azen-slider-thumbnail {
                                    max-width: 100%;
                                    max-height: 100%;
                                    width: auto;
                                    pointer-events: all;
                                    height: auto;
                                    cursor: pointer;
                                    border-radius: 100%;
                                    .vendor(transition, all .3s linear 0s);
                                    &.az-flex-active-slide {
                                        opacity: 1;
                                    }
                                }
                            }
                            .azen-name {
                                .title-default();
                                color: @white-lighter;
                                font-size: 14px;
                                text-transform: uppercase;
                                letter-spacing: 2.5;
                                margin-bottom: 3px;
                            }
                            .azen-location {
                                .text-default();
                                text-transform: capitalize;
                                font-size: 15px;
                                margin-bottom: 0;
                                color: @gray;
                            }
                        }
                    }
                    .az-thumbnails {
                        position: absolute;
                        z-index: 2;
                        top: ~"calc(100% + 50px)";
                        left: 50%;
                        .vendor(transform, translate(-50%, 0));
                        .az-flex-thumbnails {
                            text-align: center;
                            .azen-item-slider {
                                display: inline-block;
                                cursor: pointer;
                                content: "";
                                margin: 0 4px;
                                width: 10px;
                                height: 10px;
                                background-color: @gray;
                                border-radius: 100%;
                                .vendor(transition, all .3s linear 0s);
                            }
                            .azen-item-slider.az-flex-active-slide {
                                background-color: @brand-color;
                            }
                        }
                        .az-flex-direction-nav {
                            display: none;
                        }
                    }
                    .az-flex-direction-nav {
                        position: absolute;
                        bottom: 135px;
                        right: 0; 
                        left: 0;
                        pointer-events: none;
                        z-index: 8;
                        .az-flex-prev, .az-flex-next {
                            position: absolute;
                            background: none;
                            pointer-events: auto;
                            z-index: 1;
                            span {
                                &:before {
                                    color: @white-lighter;
                                    font-size: 40px;
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    opacity: 0.5;
                                    .vendor(transform, translate(-50%, -50%));
                                    .vendor(transition, all .3s linear 0s);
                                }
                            }
                            &:hover {
                                span {
                                    &:before {
                                        opacity: 1;
                                    }
                                }
                            }
                        }
                        .az-flex-prev {
                            right: 98%;
                        }
                        .az-flex-next {
                            left: 98%;
                        }
                    }
                }
            }
        }
        &[data-darken-background="false"] {
            &:before {
                background-color: transparent;
            }
            .azen-quote {
                opacity: 0.05;
            }
            .azen-urim-testimonial-wrapper {
                .azen-urim-testimonial-slider {
                    .az-slider {
                        .az-slides {
                            .azen-urim-testimonial-wrapp {
                                .azen-testimonial-text {
                                    color: @black-light;
                                    font-weight: 400;
                                }
                                .azen-name {
                                    color: @black-darker;
                                }
                                .azen-location {
                                    color: @gray-dark;
                                }
                            }
                        }
                        .az-flex-direction-nav {
                            .az-flex-prev, .az-flex-next {
                                span {
                                    &:before {
                                        color: @gray-dark;
                                    }
                                }
                                &:hover {
                                    span {
                                        &:before {
                                            color: @black-darker;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-urim-promobox-2 {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        .before();
        &:before {
            background-color: fade(@black-dark, 60%);
        }
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 248px 0 256px;
            .azen-introduction {
                .azen-description();
                font-size: 18px;
                font-weight: 300;
                letter-spacing: 0.9px;
                margin-bottom: 34px;
                color: @white-lighter;
            }
            .azen-title {
                .title-default();
                line-height: 1.28;
                letter-spacing: 3.8px;
                font-size: 71px;
                text-transform: uppercase;
                color: @white-lighter;
                margin-bottom: 30px;
                span {
                    display: inline-block;
                    padding-right: 21px;

                    @media (max-width: 630px) {
                        padding-right: 11px
                    }
                    @media (max-width: 380px) {
                        padding-right: 8px
                    }
                    &:nth-child(odd) {
                        font-weight: 300;
                    }
                    &:last-child {
                        padding: 0;
                        font-weight: 700;
                        color: @brand-color;
                    }
                }


                @media (max-width: 1199px) {
                    font-size: 56px;
                }
                @media (max-width: 991px) {
                    font-size: 46px;
                }
                @media (max-width: 630px) {
                    font-size: 38px; 
                }
                @media (max-width: 450px) {
                    font-size: 32px; 
                }
                @media (max-width: 380px) {
                    font-size: 28px; 
                }

            }
            .azen-button {
                a {
                }
                .azen-button-1 {
                    .button-default();
                    padding: 0 67px;
                    background-color: @brand-color;
                    color: @white-lighter;
                    margin-right: 30px;

                    @media (max-width: 995px) {
                        margin-bottom: 30px;
                        display: table;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }
                .azen-button-2 {
                    .button();
                    padding: 0 45px;
                    border-color: @white-lighter;
                    color: @white-lighter;
                    &:hover {
                        border-color: @brand-color;
                    }
                }
            }
        }
    }

    .azen-urim-blog-element {
        .azen-general {
            margin-bottom: 80px;
            text-align: center;
            .azen-post {
                margin-bottom: 15px;
                .azen-post-wrapper {
                    width: ~"calc(50% - 30px)";
                    display: inline-block;
                    padding-right: 30px;
                    padding-bottom: 45px;
                    text-align: left;
                    vertical-align: top;
                    &:nth-child(2n) {
                        padding-right: 0;
                    }
                    @media (max-width: 991px) {
                        width: 100%;
                        padding-right: 0;
                        &:nth-child(2n) {
                            padding-right: 0;
                        }
                    }
                    .azen-post-img-wrapper {
                        > a {
                            display: block;
                            margin-bottom: 27px;
                            position: relative;
                            z-index: 2;
                            &:before {
                                .transform();
                                z-index: 1;
                                content: "";
                                background-color: fade(@black-darker, 50%);
                                border-radius: 4px;
                                width: 100px;
                                height: 100px;
                            }
                            &:after {
                                .transform();
                                content: "";
                                z-index: 1;
                                width: 22px;
                                height: 22px;
                                border: 3px solid @brand-color;
                                border-radius: 4px;
                                .vendor(transition, all .3s linear 0s);
                            }
                            .azen-img {
                                background-repeat: no-repeat;
                                background-position: center;
                                background-size: cover;
                                width: 100%;
                                height: 320px;
                            }
                            span {
                                &:before {
                                    font-family: FontAwesome;
                                    content: "\f0c1";
                                    .transform();
                                    top: ~"calc(50% + 1px)";
                                    z-index: 1;
                                    color: @brand-color;
                                    font-size: 16px;
                                    .vendor(transition, all .3s linear 0s);
                                }
                            }
                            &:hover {
                                &:after {
                                    border-color: @white-lighter;
                                }
                                span {
                                    &:before {
                                        color: @white-lighter;
                                    }
                                }
                            }
                        }
                        .azen-post-info-wrapper {
                            padding: 0 30px;
                            .azen-post-title {
                                margin-bottom: 6px;
                                a {
                                    .introduction-default();
                                    font-size: 16px;
                                    color: @black-darker;
                                    font-weight: 700;
                                    .vendor(transition, all .3s linear 0s); 
                                }
                                &:hover {
                                    a {
                                        color: @brand-color;
                                    }
                                }
                            }
                            .azen-post-under-title {
                                margin-bottom: 14px;
                                .azen-post-author {
                                    display: inline-block;
                                    span {
                                        .text-default();
                                        font-size: 11px;
                                        text-transform: uppercase;
                                        color: lighten(@black-lighter, 25%);
                                        margin-right: 5px;
                                        a {
                                            color: lighten(@black-lighter, 10%);
                                            .vendor(transition, all .3s linear 0s); 
                                            &:hover {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                                .azen-post-category {
                                    display: inline-block;
                                    span {
                                        .text-default();
                                        font-size: 11px;
                                        text-transform: uppercase;
                                        color: lighten(@black-lighter, 25%);
                                        margin-right: 5px;
                                        a {
                                            color: @brand-color;
                                            .vendor(transition, all .3s linear 0s);
                                            margin-right: 5px;
                                            &:hover {
                                                color: @black-darker;
                                            }
                                            &:last-child{
                                                margin-right: 0px;
                                            }
                                        }
                                    }
                                }
                                .azen-post-date {
                                    display: inline-block;
                                    .text-default();
                                    font-size: 11px;
                                    text-transform: uppercase;
                                    color: lighten(@black-lighter, 25%);
                                }   
                            }
                            .azen-post-text {
                                .text-default();
                                margin-bottom: 23px;
                            }
                        }
                        .azen-social {
                            padding: 25px;
                            border-top: 1px solid @white-darker;
                            border-bottom: 1px solid @white-darker;
                            &:last-child {
                                margin-right: 0;
                            }
                            div.azen-post-read-more {
                                margin: 5px;
                                display: inline-block;
                                vertical-align: top;
                                a {
                                    .button-default();
                                    color: @white-lighter;
                                    background-color: @gray-light;
                                    width: auto;
                                    padding: 0 40px;
                                }
                            }
                            .az-liked-azen-liked {
                                .vendor(transition, all .3s linear 0s);
                                cursor: pointer;
                                position: relative;
                                .button-default();
                                color: @white-lighter;
                                background-color: @gray-light;
                                padding: 0 25px;
                                width: auto;
                                vertical-align: top;
                                height: 50px;
                                display: inline-block;
                                margin: 5px;
                                span {
                                    &:before {
                                        font-size: 15px;
                                        font-weight: 600;
                                        color: @white-lighter;
                                    }
                                }
                                .azen-icon-1 {
                                    display: inline-block;
                                }
                                .azen-icon-2 {
                                    display: none;
                                }
                                .azen-score {
                                    display: inline-block;
                                    color: @white-lighter;
                                    font-family: "@{google-font-family-Roboto}";
                                    letter-spacing: 0;
                                    margin-right: 10px;
                                    font-size: 15px;
                                    font-weight: 500;
                                }
                            }
                            .az-liked-azen-liked.azen-liked {
                                .azen-icon-1 {
                                    display: none;
                                }
                                .azen-icon-2 {
                                    display: inline-block;
                                }
                            }
                            .azen-post-share {
                                display: inline-block;
                                margin: 5px;
                                .vendor(transition, all .3s linear 0s);
                                cursor: pointer;
                                position: relative;
                                .button-default();
                                background-color: @gray-light;
                                width: 50px;
                                vertical-align: top;
                                height: 50px;
                                a {
                                    span {
                                        &:before {
                                            .transform();
                                            color: @white-lighter;
                                            font-size: 15px;
                                        }
                                    }
                                }
                            }
                            a {
                                display: inline-block;
                                .azen-comments {
                                    margin: 5px;
                                    display: inline-block;
                                    .vendor(transition, all .3s linear 0s);
                                    cursor: pointer;
                                    position: relative;
                                    .button-default();
                                    letter-spacing: 0;
                                    background-color: @gray-light;
                                    padding: 0 25px;
                                    width: auto;
                                    vertical-align: top;
                                    height: 50px;
                                    .azen-comments-count {
                                        display: inline-block;
                                        color: @white-lighter;
                                        font-family: "@{google-font-family-Roboto}";
                                        letter-spacing: 0;
                                        margin-right: 10px;
                                        font-size: 15px;
                                        font-weight: 500;
                                    }
                                    .az-icon {
                                        &:before {
                                            font-size: 15px;
                                            font-weight: 600;
                                            color: @white-lighter;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .azen-button {
                a {
                    .button();
                    border-color: @black-darker;
                    color: @black-darker;
                    padding: 0 50px;
                    font-weight: 700;
                    &:hover {
                        border-color: @brand-color;
                    }
                }
            }
        }
    }

    .azen-urim-partners {
        padding: 77.5px 0;
        text-align: center;
        .azen-logos-item {
            display: inline-block;
            vertical-align: middle;
            width: ~"calc(25% - 100px)";
            margin: 25px 50px;
            text-align: center;

            @media (max-width: 1199px) {
                width: 33.3333333333%;
            }
            @media (max-width: 767px) {
                width: ~"calc(50% - 100px)";
            }
            @media (max-width: 500px) {
                width: ~"calc(100% - 100px)";
            }
            a {
                img {
                    .vendor(transition, all .3s linear 0s);
                    opacity: 0.5;
                    will-change: opacity;
                }
                &:hover {
                    img {
                        opacity: 1;
                    }
                }
            }
        }
    }

    div.azen-urim-button {
        margin-bottom: 60px;
        a {
            .button-default();
        }
    }

    .azen-urim-what-we-do {
        .azen-general {
            .azen-left-part-wrapper {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 50%;
                background-position: center 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: 700px;
                }
                @media (max-width: 790px) {
                    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-left-part {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
            }
            .azen-right-part {
                width: ~"calc(50% - 100px)";
                float: right;
                padding-left: 100px;

                @media (max-width: 991px) {
                    width: 100%;
                    padding-left: 0;
                }
                .azen-right-part-wrapper {
                    padding: 88px 0 83px;

                    @media (max-width: 991px) {
                        padding: 68px 60px 83px;
                    }
                    .azen-introduction {
                        .introduction-default();
                        letter-spacing: 3.5px;
                        color: @black-darker;
                        text-transform: capitalize;
                        font-weight: 400;
                        margin-bottom: 5px;
                    }
                    .azen-title {
                        .title-default();
                        letter-spacing: 1.75px;
                        margin-bottom: 24px;
                    }
                    .azen-text {
                        margin-bottom: 43px;
                        .text-default();
                    }
                    .azen-info {
                        .azen-info-wrapper {
                            margin-bottom: 34px;
                            &:last-child {
                                margin-bottom: 0;
                            }
                            .azen-info-wrp {
                                display: table;
                                padding-bottom: 11px;
                                span {
                                    display: table-cell;
                                    vertical-align: top;
                                    padding-right: 14px;
                                    &:before {
                                        color: @black;
                                        font-size: 20px;
                                        .vendor(transition, all .3s linear 0s);
                                    }
                                }
                                .azen-info-title {
                                    .introduction-default();
                                    padding-top: 2px;
                                    display: table-cell;
                                    vertical-align: top;
                                    margin-bottom: 0;
                                    font-size: 14px;
                                    color: @black;
                                    letter-spacing: 2.4px;
                                    font-weight: 700;
                                    .vendor(transition, all .3s linear 0s);
                                }
                            }
                            .azen-info-text {
                                .text-default();
                            }
                        }
                    }
                }
            }
            &:after {
                display: table;
                clear: both;
                content: "";
            }
        }
    }

    .azen-urim-middle {
        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: fade(@black-darker, 40%);
            z-index: 1;
        }
        .azen-general {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 350px 0 253px;
            .azen-title {
                .title-default();
                color: @white-lighter;
                font-size: 48px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 2.5px;
                margin-bottom: 11px;

                @media (max-width: 580px) {
                    font-size: 42px;
                }
                @media (max-width: 520px) {
                    font-size: 38px;
                }
                @media (max-width: 480px) {
                    font-size: 36px;
                }
                @media (max-width: 460px) {
                    font-size: 30px;
                }
                @media (max-width: 380px) {
                    font-size: 24px;
                }
            }
            .az-breadcrumbs {
                a, span {
                    .text-default();
                    color: @white-lighter;
                    font-size: 15px;
                    letter-spacing: 1.2px;
                }
                a {
                    &:after {
                        content: "-";
                        display: inline-block;
                        color: @white-lighter;
                        margin: 0 5px;
                    }
                    .vendor(transition, all .3s linear 0s);
                    &:hover {
                        color: @brand-color;
                    }
                }
                span {
                    text-transform: capitalize;
                    &:after {
                        content: "-";
                        display: inline-block;
                        color: @white-lighter;
                        margin: 0 5px;
                    }
                    &:last-child {
                        &:after {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    .azen-urim-title-with-line {
        margin-bottom: 80px;
        .azen-general {
            .azen-title {
                .title-default();
                letter-spacing: 1.8px;
                text-align: left;
                text-transform: inherit;
                margin-bottom: 0;
                &:after {
                    content: "";
                    width: 30px;
                    height: 2px;
                    background-color: @brand-color;
                    display: block;
                    margin-top: 27px;
                }
            }
        }
    }

    .azen-urim-isotope {
        margin-bottom: 80px;
        .azen-general {
            text-align: center;
            .azen-tabs-wrapper {
                display: inline-block;
                border: 1px solid @white-darker;
                border-radius: 2px;
                padding: 8px 51px;
                background-color: @white;
                margin-bottom: 60px;
                .azen-choise-item {
                    display: inline-block;
                    margin: 5px 24px;
                    span {
                        .introduction-default();
                        color: lighten(@black-lighter, 5%);
                        cursor: pointer;
                        font-size: 13px;
                        font-weight: 700;
                        letter-spacing: 0.8px;
                        .vendor(transition, all .3s linear 0s);
                    }
                    &:hover {
                        span {
                            color: @brand-color;
                        }
                    }
                }
            }
            .azen-image-part {
                clear: both;
                width: 100%;
                margin-bottom: 30px;
                .azen-item {
                    position: relative;
                    z-index: 2;
                    margin-bottom: 30px;
                    &[data-grid-width="1"] {
                        width: ~"calc(100% - 0)";
                    }
                    &[data-grid-width="2"]{
                        width: ~"calc((100%/2) - (30px/2))";//30/2=15

                        @media screen and (max-width: 680px){
                            width: ~"calc(100%/1 - 0px)";
                        }
                    }
                    &[data-grid-width="3"] {
                        width: ~"calc((100%/4) - (90px/4))";//60/3=20

                        @media screen and (max-width: 991px) {
                            width: ~"calc((100%/2) - (30px/2))";//30/2=15
                        }
                        @media screen and (max-width: 680px) {
                            width: ~"calc(100%/1 - 0px)";//0
                        }
                    }

                    &[data-grid-width="4"] {
                        width: ~"calc((100%/4) - (90px/4))";
                    }
                    &[data-grid-width="1"],
                    &[data-grid-width="2"],
                    &[data-grid-width="3"],
                    &[data-grid-width="4"],
                    &[data-grid-width="6"],
                    &[data-grid-width="12"] {
                        @media screen and (max-width: 480px){
                            width: 100%;

                        }
                        @media (min-width: 481px) and (max-width: 768px){
                            width: ~"calc((100%/2) - (30px/2))";

                        }
                        @media (min-width: 769px) and (max-width: 991px){
                            width: ~"calc((100%/3) - (60px/3))";
                        }
                    }
                    &[data-grid-width="3"], &[data-grid-width="4"] {
                        @media (max-width: 1199px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 768px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 579px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 480px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    &[data-grid-width="1"], &[data-grid-width="2"] {
                        @media (max-width: 991px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 768px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 579px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 10px;
                                            margin: 0 5px 12px 5px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 5px;
                                        }
                                    }
                                }
                            }
                        }
                        @media (max-width: 480px) {
                            .azen-item-wrapper {
                                a {
                                    .azen-text-wrapper {
                                        .azen-image-text {
                                            font-size: 16px;
                                            margin: 0 20px 17px 20px;
                                        } 
                                        .azen-image-category {
                                            margin-bottom: 15px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .azen-item-wrapper {
                        .before();
                        a {
                            .azen-bg {
                                img {
                                    position: relative;
                                    display: block;
                                    width: 100%;
                                    max-width: 100%;
                                    height: auto;
                                }
                            }
                            .azen-text-wrapper {
                                .transform();
                                z-index: 1;
                                .azen-image-text {
                                    .introduction-default();
                                    letter-spacing: 1.6px;
                                    font-size: 16px;
                                    line-height: 1.5;
                                    margin: 0 20px 17px 20px;
                                    font-weight: 700;
                                    color: transparent;

                                }
                                .azen-image-category {
                                    .text-default();
                                    font-size: 11px;
                                    font-weight: 600;
                                    letter-spacing: 0.5px;
                                    margin-bottom: 15px;
                                    color: transparent;
                                    line-height: 1.4;
                                }
                                .azen-icon {
                                    span {
                                        &:before {
                                            font-size: 28px;
                                            color: transparent;
                                        }
                                    }
                                }
                            }
                            .azen-icon-like {
                                display: block;
                                position: absolute;
                                width: 100%;
                                text-align: right;
                                bottom: 14px;
                                z-index: 1;
                                .az-icon {
                                    position: absolute;
                                    right: 20px;
                                    bottom: 1px;
                                    &:before {
                                        font-size: 32px;
                                        color: transparent;
                                    }
                                }
                                .az-icon.azen-icon-2 {
                                    display: none;
                                }
                                .azen-score-like {
                                    color: @white-lighter;
                                    opacity: 0;
                                    font-family: "@{google-font-family-Raleway}";
                                    font-size: 36px;
                                    margin-right: 62px;
                                }
                                .azen-score-like.az-ajax {
                                    opacity: 0.5;
                                }
                            }
                            .azen-icon-like.az-liked {
                                .az-icon.azen-icon-1 {
                                    display: none;
                                }
                                .az-icon.azen-icon-2 {
                                    display: block;
                                }
                            }
                        }
                        &:hover {
                            &:before {
                                background-color: fade(@black-darker, 60%);
                            }
                            a {
                                .azen-text-wrapper {
                                    .azen-image-text {
                                        color: @white-lighter;
                                    }
                                    .azen-image-category {
                                        color: lighten(@black-lighter, 5%);
                                    }
                                    .azen-icon {
                                        span {
                                            &:before {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                                .azen-icon-like {
                                    .az-icon {
                                        &:before {
                                            color: @white-lighter;
                                        }
                                    }
                                    .azen-score-like {
                                        opacity: 1;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .azen-button {
                a {
                    .button();
                    border-color: @black-darker;
                    color: @black-darker;
                    font-weight: 700;
                    padding: 0 49px;
                    &:hover {
                        border-color: @brand-color;
                    }
                }
            }
        }
    }

    .azen-urim-preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: @white-lighter;
        z-index: 9999;
        height: 100%;
        .azen-status {
            width: 29px;
            height: 29px;
            position: absolute;
            top: 50%;
            left: 50%;
            .vendor(transform, translate(-50%, -50%));
            &:before {
                content: "";
                .vendor(transition, all .1s linear 0s);
                position: absolute;
                background-color: @brand-color;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                animation: haoni-1 .3s infinite alternate linear;
                transform: scale(1);
            }
            &:after {
                content: " ";
                .vendor(transition, all .1s linear .2s);
                position: absolute;
                border-radius: 50%;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border: 4px solid @brand-color;
                animation: haoni-2 .6s infinite linear;

            }
        }

        .haoni-1(){
            0%{transform: scale(1); 
            }

            100%{transform: scale(0.3);
            }
        }

        .haoni-2(){
            0%{ transform: scale(.1);
                opacity: 1;
            }
            25%{ transform: scale(.03);
                 opacity: 1;
            }
            50%{ transform: scale(.03);
                 opacity: 1;
            }
            75%{ transform: scale(1);
                 opacity: 1;
            }
            100%{ transform: scale(1.35);
                  opacity: 0;
            }
        }

        @keyframes haoni-1 {
            .haoni-1();
        }

        @-webkit-keyframes haoni-1 {
            .haoni-1();
        }

        @keyframes haoni-2 {
            .haoni-2();
        }

        @-webkit-keyframes haoni-2 {
            .haoni-2();
        }
    }




































}
