@import "variables.less";
.azen-strong-accordion-1 {
    margin-bottom: 30px;
    .azen-accord {   
        margin-bottom: 2px;
        &:last-child {
            margin-bottom: 0;
        }
        .azen-accord-title {
            .azh-inherit-initial();
            background: darken(@white, 0.5%);
            line-height: 25px;
            padding: 15px 61px 17px 25px;
            font-size: 16px;
            font-weight: 400;
            font-family: "@{google-font-family-Open-Sans}";
            color: @black-darker;
            position: relative;
            cursor: pointer;
            .vendor(transition, all .3s linear 0s);

            &:after {
                position: absolute;
                display: block;
                content: '';
                width: 12px;
                height: 2px;
                right: 25px;
                top: 27px;
                background: darken(@black-light, 3.5%);

            }
            &:before {
                position: absolute;
                display: block;
                content: '';
                width: 2px;
                height: 12px;
                right: 30px;
                top: 22px;
                background: darken(@black-light, 3.5%);
            }
        }
        .azen-accord-text {
        }
        &:last-child {
            .azen-accord-text {
                margin-bottom: 0;
            }
        }
        &.az-active {
            .azen-accord-title {
                background: @brand-color;
                color: @white-lighter;
                margin-bottom: 25px;
                &:before {
                    display: none;
                }
                &:after {
                    background: @white-lighter;
                }
            }  
        }
    }
}
.azen-strong-services-3 {
    margin-bottom: 30px;
    .az-tabs {
        .azen-choise {
            padding-bottom: 20px;
            .azen-choise-item {
                padding: 1px;
                border: 2px solid @brand-color;
                display: inline-block;
                margin-right: 15px;
                margin-bottom: 15px;
                &:last-child {
                    margin-right: 0;
                }
                a{

                    .azh-inherit-initial();
                }
                a {
                    font-size: 14px;
                    color: @brand-color;
                    display: inline-block;
                    font-family: "@{google-font-family-Open-Sans}";
                    font-weight: 600;
                    position: relative;
                    line-height: 1;
                    padding: 10px 24px;
                    &:after {
                        position: absolute;
                        content: '';
                        display: block;
                        width: 0;
                        height: 0;
                        bottom: 0;
                        right: 0;
                        border: 5px solid transparent;  
                        border-right: 5px solid @brand-color; 
                        border-bottom: 5px solid @brand-color;
                    }
                }
                &:hover {
                    a {
                        background: @brand-color;
                        color: @white-lighter;
                    }
                }
                &.az-active {
                    a {
                        background: @brand-color;
                        color: @white-lighter;
                    } 
                }
            }
        }
    }
}
.img-style-initial(){
    all: initial;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
div.azen.azen1.azen2.azen3{		
    .horizontal-list(@width, @offset) {
        text-align: center;
        font-size: 0;
        margin-left: -@offset;
        margin-right: -@offset;
        & > * {
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
            width: @width;
            padding-left: @offset;
            padding-right: @offset;
        }
        @media (max-width: 991px) {
            display: block;
            margin-left: 0 !important;
            margin-right: 0 !important;
            & > * {
                display: block;
                width: 100% !important;
                padding-left: 0 !important;
                padding-right: 0 !important;            
                margin-bottom:  @offset * 2 !important;
            }
        }
    }
    .pe(@do){
        pointer-events: @do;
    }
    /*it was do*/
    .azen-strong-text-block {
        .azen-texts {
            font-size: 0;
            position: relative;
            overflow: hidden;
            @media (max-width: 991px) {
                display: block;
                width: auto;
            }

            .azen-block-left,
            .azen-block-right {
                @media (max-width: 991px) {
                    display: block;
                    width: 100%;
                }
            }
            .azen-block-left {
                position: absolute;
                top: 0;
                bottom: 0;
                .azen-row {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    @media (max-width: 991px) {
                        position: relative;
                    }

                }
                @media (max-width: 991px) {
                    position: relative;
                }
                img {
                    height: 100%;
                    width: 100%;
                    object-fit: contain;
                    @media(max-width: 991px) {
                        position: relative;
                        object-fit: contain;

                    }
                }
            }
            .azen-block-right {
                padding: 172px 0 162px;
                box-sizing: border-box;
                @media (max-width: 991px) {
                    padding: 70px 0 80px;
                }
            }
            .azen-content {
                .azen-wrapper {
                    padding:0 152px 0 2px;
                    @media (max-width: 991px) {
                        padding: 0;
                    }
                    .azen-strong-title {
                        font-family: "@{google-font-family-Open-Sans}";
                        font-weight: 700;
                        color: @black-darker;
                        text-align: left;

                    }
                    .azen-text {
                        font-family: "@{google-font-family-Open-Sans}";
                        position: relative;
                        margin-top: 57px;
                        padding: 50px 50px 47px 0;
                        font-size: 15px;
                        line-height: 25px;
                        color: darken(@black-lighter,7.5%);
                        @media (max-width: 991px) {
                            margin-top: 40px;
                            padding: 35px 30px 30px 0;
                        }
                        &:before {
                            content: '';
                            position: absolute;
                            display: block;
                            width: 50%;
                            height: 7px;
                            right: -1px;
                            top: 0;
                            background: lighten(@white-darker, 2.5%);
                        }
                        border-right: 7px solid lighten(@white-darker, 2.5%);
                        border-bottom: 7px solid lighten(@white-darker, 2.5%);
                    }
                    .azen-strong-button {
                        margin-top: 60px;
                        @media (max-width: 991px) {
                            margin-top: 46px;
                        }
                        .azen-button-wrapper {
                            a {
                                padding: 12px 23px 11px;
                                &:after {
                                    border: 5px solid transparent;	
                                    border-right: 5px solid @brand-color; 
                                    border-bottom: 5px solid @brand-color;
                                }
                            }
                            &:hover {
                                a {
                                    background: @brand-color;
                                    color: @white-lighter;
                                }
                            }
                        }
                    }
                }
            }
            &.azen-post {
                .azen-strong-title {
                    .azen-strong-hor-line {
                        @media (max-width: 1299px) and (min-width: 992px) {
                            &:after {
                                bottom: 0;
                            }
                        }

                    }
                }
                .azen-content {
                    .azen-wrapper {
                        //padding:0 138px 0 45px;
                        padding:0 152px 0 45px;

                        @media (max-width: 991px) {
                            padding: 0;
                        }
                        .azen-text {
                            padding: 51px 50px 43px 0;
                            border-color: darken(@gray-lighter,1.5%);
                            &:before {
                                background: darken(@gray-lighter,1.5%);
                            }

                            margin-top: 57px;
                            @media (max-width: 991px) {
                                margin-top: 35px;
                                padding: 37px 30px 34px 0; 
                            }
                        }
                        .azen-strong-button {
                            margin-top: 59px;
                            @media (max-width: 991px) {
                                margin-top: 50px;
                            }
                        }
                    }
                }
                .azen-block-right {
                    //padding: 68px 15px 60px;
                    padding: 50px 0 60px;
                    @media (max-width: 991px) {
                        padding: 49px 0 60px;
                    }
                }
                .azen-block-left {
                    img {
                        object-fit:cover;
                    }
                }

                .azen-ul {
                    margin-top: 18px;
                    .azen-li {
                        p {
                            font-family: "@{google-font-family-Open-Sans}";
                            font-size: 15px;
                            line-height: 25px; 
                            margin: 0;
                            margin-left: 36px;
                        }
                        span {
                            display: inline-block;
                            float: left;
                            position: relative;
                            height: 25px;
                            &:before {
                                position: absolute;
                                content: '\f00c';
                                font-family: 'FontAwesome';
                                left: 0;
                                top: 0;
                                font-size: 17px;
                                color: @brand-color;    
                            }
                        }

                    }
                }
            }
        }
        &[data-reverse="true"] {
            .azen-left {
                margin-left: 0;
            }
            .azen-block-left {
                left: 50%;
                @media (max-width: 991px) {
                    left: 0;
                }
            }
            .azen-block-right {
                right: 50%;
                margin-left: 0;
                @media (max-width: 991px) {
                    right: 0;
                }

            }

            .azen-texts {
                &.azen-post {
                    .azen-content {
                        .azen-wrapper {
                            padding:0 44px 0 139px;
                            @media (max-width: 991px) {
                                padding: 0;
                            }
                            .azen-strong-title,
                            .azen-strong-button {
                                text-align: right;
                                .azen-button-wrapper {
                                    padding: 1px;
                                }
                            }
                            .azen-strong-button {
                                margin-top: 50px;
                            }
                            .azen-text {
                                text-align: right;
                                padding-top: 50px;

                                &:before {
                                    right: auto;
                                    left: -1px;
                                }
                                padding: 37px 0 30px 30px;
                                border-left: 7px solid darken(@gray-lighter,1.5%);
                                border-right: none;
                            }
                        }
                    }
                    .azen-ul {
                        margin-top: 9px;
                        font-size: 0;
                        overflow: hidden;
                        .azen-li {
                            float: right;
                            font-size: 0;
                            p {
                                margin-left: 19px;
                                font-weight: 600;
                                line-height: 30px;
                                text-align: right;
                            }
                            span {
                                height: 30px;
                                &:before {
                                    width: 3px;
                                    height: 3px;
                                    top: 14px;
                                    border: 1px solid @brand-color;
                                    content: '';
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .azen-strong-advantage-items {
        padding: 120px 0 86px;
        @media (max-width: 991) {
            padding: 121px 0 75px;
        }
        text-align: center;
        overflow: hidden;
        .azen-col-md-4 {
            &:last-child {
                .azen-advantage-item {
                    &:after {
                        display: none;
                    }
                }
            }
        }
        .azen-advantage-item {
            position: relative;
            margin-bottom: 40px;
            .azen-content {
                width: 335px;
                padding: 0 15px;
                margin-left: auto;
                margin-right: auto;
                @media (max-width: 1199px) {
                    width: auto;
                    padding: 0;
                }
            }
            .azen-icon {
                color:  @brand-color;
                font-size: 39px;
                width: 96px;
                height: 96px;
                margin-left: auto;
                margin-right: auto;
                border: 2px solid @brand-color;
                border-radius: 50%;
                text-align: center;
                line-height: 96px;

            }
            .azen-header {
                line-height: 25px;
                font-weight: 700;
                text-align: center;
                margin-top: 29px;
                color: @brand-color;
                font-size: 17px;
                padding-bottom: 11px;
                letter-spacing: 0.5px;
            }
            .azen-text {
                font-size: 15px;
                line-height: 25px;
                text-align: center;
                color: darken(@black-lighter,7.5%);
            }
            &:hover {
                .azen-icon {
                    background: darken(@black-light,3.07%);
                    border-color: darken(@black-light,3.07%);
                    color: @white-lighter;
                }
                .azen-header {
                    color: darken(@black-light,3.07%);
                }
            }
            &:after {
                position: absolute;
                content: '';
                display: block;
                width: 2px;
                top: 3%;
                bottom: 3%;
                right: -15px;
                background: darken(@white,0.5%);
            }

        }
    }
    .azen-strong-blogs-2 {
        .azen-content {
            padding: 116px 0 90px;
        }
        .azen-strong-title {
            padding-bottom: 7px;
        }
        .azen-strong-azen-hr {
            margin-bottom: 60px;
            width: 83px;
        }
        .azen-strong-blog-2 {
            font-size: 0;
            text-align: center;
            margin-bottom: 30px;
            .azen-image {
                position: relative;
                display: inline-block;
                vertical-align: top;
                img {
                    display: block;
                    max-width: 100%;
                    margin: 0 auto;
                }
                .azen-date {
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: @brand-color;
                    padding: 20px 27px 16px 26px;
                    .azen-day {
                        text-align: center;
                        font-weight: 700;
                        font-family: "@{google-font-family-Open-Sans}";
                        font-size: 24px;
                        line-height: 20px;
                        color: @white-lighter;
                    }
                    .azen-month {
                        margin-top: 4px;
                        text-align: center;
                        font-size: 14px;
                        line-height: 20px;
                        font-weight: 400;
                        font-family: "@{google-font-family-Open-Sans}";
                        color: @white-lighter;
                    }
                }
            }
            .azen-data {
                margin-top: 24px;

            }
            .azen-strong-breadcrumbs {
                text-align:left;

            }
            .azen-text {
                text-align:left;
                margin-top: 25px;
                font-family: "@{google-font-family-Open-Sans}";
                font-weight: 400;
                font-size: 15px;
                line-height: 25px;
                color: lighten(@black-light, 6%);
                padding: 30px 0 25px 30px;
                border-left: 7px solid darken(@white, 0.5%);
                border-bottom: 7px solid darken(@white, 0.5%);
                position: relative;
                &:before {
                    content: '';
                    position: absolute;
                    display: block;
                    height: 7px;
                    background: darken(@white, 0.5%);
                    width: 50%;
                    top: 0;
                    left: 0;
                }
            }
        }
    }
    .azen-strong-branding-company-1 {
        .azen-wrapper {
            padding: 115px 0 120px;
            .azen-strong-title {
                padding-bottom: 12px;
                span {
                    font-family: "@{google-font-family-Open-Sans}";
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 25px;
                }
            }
            .azen-strong-azen-hr {
                width: 130px;
            }
            .azen-content {
                margin-top: 60px;
                overflow: hidden;
                .azen-image {
                    img {
                        display: block;
                        max-width: 100%;
                        margin:0 auto;
                    }
                }
                .azen-inner {
                    padding-left: 30px;
                    @media (max-width: 991px) {
                        padding-left: 0;
                        margin-top: 60px;
                    }
                    .azen-strong-textblock {
                        margin-bottom: 0;
                    }
                    .azen-description-list {
                        margin-top: 44px;
                        .azen-description-item {
                            font-size: 0;
                            span {
                                font-family: "@{google-font-family-Open-Sans}";
                                font-size: 15px;
                                line-height: 25px;
                                font-weight: 400;
                                color: lighten(@black-lighter, 8.5%);
                                width: calc(~'50% - 15px');
                                display: inline-block;
                                padding-right: 15px;
                                display: inline-block;
                                vertical-align: top;
                                &.value {
                                    color: darken(@black-lighter,7.5%);
                                    padding-right: 0;
                                    width: 50%;
                                }
                            }
                            margin-bottom: 11px;
                            &:last-child {
                                margin-bottom: 0;
                            }
                        }
                    }
                    .azen-strong-button {
                        margin-top: 48px;
                        a {
                            padding: 12px 23px 11px;
                        }
                    }  
                }

            }
        }
    }
    .azen-strong-background-photo-buytemplate {
        background-size: cover;
        background-position: center;
        position: relative;
        &.az-full-width {
            .azen-buytemplate-background {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: fade(@black-darker, 80%);
            }

        }
        .azen-buytemplate-wrapper {  
            overflow: hidden;
            padding: 62px 0 63px;
            color: @white-lighter;
            position: relative;
            z-index: 2;
            .azen-text {
                font-size: 24px;
                font-weight: 600;
                line-height: 25px;
                font-family: "@{google-font-family-Open-Sans}";
                padding-top: 10px;
                @media(max-width: 991px) {
                    text-align: center;
                }
            }
            .azen-strong-button {
                text-align: right;
                padding-right: 48px;
                @media(max-width: 991px) {
                    text-align: center;
                    padding-right: 0;
                    margin-top: 20px;
                }
                .azen-button-wrapper {
                    border: 2px solid @white-lighter;
                    a {
                        color: @white-lighter;
                        padding: 12px 23px 11px 22px;
                        &:after {
                            border: 5px solid transparent;	
                            border-right: 5px solid @white-lighter; 
                            border-bottom: 5px solid @white-lighter;
                        }
                    }
                    &:hover {
                        a {
                            background: @white-lighter;
                            color: @black-darker;
                        }
                    }
                }
            }
        }

    }
    .azen-strong-clients-about-us-2 {
        position: relative;
        &.az-full-width {
            .azen-background {
                .pe(none);
                background-color: fade(@brand-color, 95%);
            }
        }
        .azen-background,
        .azen-background-image {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
        }
        .azen-background-image {
            z-index: 0;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .azen-wrapper {
            .pe(none);
            position: relative;
            z-index: 2;
            padding: 108px 0 106px;
            .azen-strong-title {
                .az-inline {
                    .pe(all);
                    color: @white-lighter;
                } 
            }
            .azen-strong-slider {
                margin-top: 58px;
                margin-bottom: 0;
                .azen-text {
                    .pe(all);
                    font-weight: 400;
                    color: @white-lighter;
                    position: relative;
                    border-color: @white-lighter;
                    &:before {
                        background: @white-lighter;
                    }
                    &:after {
                        position: absolute;
                        font-family: "@{google-font-family-Open-Sans}";
                        content: '"';
                        .vendor(transform, rotate(180deg));
                        background: @white-lighter;
                        width: 56px;
                        color: @brand-color;
                        font-size: 92px;
                        font-weight: 400;
                        font-style: italic;
                        padding-top: 38px;
                        top: -4px;
                        left: -6px;
                        padding-left: 10px;
                        padding-bottom: 8px;
                    }
                    p {
                        font-family: "@{google-font-family-Open-Sans}";
                        margin: 0;
                        &:before {
                            content: '';
                            display: inline-block;
                            width: 37px;
                            height: 15px;
                        }
                    }
                }
                .azen-review {
                    margin-top: 28px;
                    img {
                        .pe(all);
                        border: 3px solid @white-lighter;
                        width: 44px;
                        height: 44px;
                    }
                    span {
                        .pe(all);
                        color: @white-lighter;
                        line-height: 25px;
                        margin-top: 10px;
                        display: inline-block;

                    }
                }
                .az-owl-nav {
                    padding-right: 0;
                    bottom: 12px;
                    .az-owl-prev,
                    .az-owl-next {
                        margin: 11px 4px;
                        border-color: @white-lighter;
                        &:hover {
                            border-color: @black-darker;
                        }
                    }
                }
            }
        }
        &[data-reverse="true"] {
            .azen-background-image {
                z-index: -1;
            }
            .azen-background {
                background: @white-lighter;
            }
            .azen-wrapper {
                .azen-strong-title {
                    .az-inline {
                        color: @black-darker;
                        &.azen-strong-hor-line {
                            color: @brand-color;
                            &:after {
                                background: @brand-color;
                            }
                        }
                    }
                }
                .azen-strong-slider {
                    .azen-text {
                        border-color: darken(@white, 0.5%);
                        color: darken(@black-lighter,7.5%);
                        &:before {
                            background: darken(@white, 0.5%);
                        }
                        &:after {
                            color: @brand-color;
                            background: darken(@white, 0.5%);
                        }
                    }
                    .azen-review {
                        img {
                            border-color: @brand-color;
                        }
                        span {
                            color: @brand-color;
                        }
                    }
                    .az-owl-nav {
                        .az-owl-next,
                        .az-owl-prev{
                            border-color: @black-darker;
                            &:hover {
                                border-color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
    }
    .azen-strong-contacts {
        background: lighten(@black-dark, 1.5%);
        padding: 53px 0 59px;
        .azen-contact {
            .azen-header {
                font-family: "@{google-font-family-Open-Sans}";
                font-weight: 700;
                font-size: 16px;
                color: @white-lighter;
                @media (max-width: 991px) {
                    margin-bottom: 6px;
                    text-align: center;
                }
            }
            .azen-contactinfo {
                margin-top: 37px;
                @media (max-width: 991px) {
                    margin-bottom: 36px;
                    text-align: center;
                    margin-top: 0;
                }
                .azen-phone,
                .azen-mail,
                .azen-adress {
                    span {
                        font-size: 14px;
                        font-weight: 400;
                        font-family: "@{google-font-family-Open-Sans}";
                        line-height: 25px;
                        color: lighten(@black-lighter, 1.5%);
                        display: block;
                    }
                }
                .azen-mail {
                    margin-top: 27px;
                    @media (max-width: 991px) {
                        margin-top: 0;
                    }

                }
                .azen-adress {
                    margin-top: 26px;
                    @media (max-width: 991px) {
                        margin-top: 0;
                    }
                }
            }
            .azen-about-strong {
                margin-top: 6px;
                padding: 35px 30px 34px;
                background: @brand-color;
                @media (max-width: 991px) {
                    margin-bottom: 40px;
                    margin-top: 0;
                    padding: 25px 30px 24px;
                }
                .azen-header {
                    color: darken(@white-lighter, 0.5%);
                }
                .azen-text {
                    margin-top: 18px;
                    @media (max-width: 991px) {
                        margin-top: 0;
                    }
                    font-size: 15px;
                    line-height: 25px;
                    color: darken(@white-lighter, 0.5%);
                    font-weight: 400;
                    font-family: "@{google-font-family-Open-Sans}";
                }
            }
            .azen-strong-form {
                margin-top: 2px;
                @media (max-width: 991px) {
                    margin-top: 0;
                }
            }
        }
    }
    .azen-strong-form {
        input, textarea {
            font-weight: 400;
            font-family: "@{google-font-family-Open-Sans}";
            font-size: 14px;
            color: lighten(@black-lighter, 1.5%);
            width: 100%;
            padding-left: 22px;
            padding-right: 22px;
            border-bottom: 2px solid lighten(@black-lighter, 1.5%);
            box-sizing: border-box;
            &:focus {
                border-color: @brand-color;
            }
        }
        .azen-input {
            margin-bottom: 26px;
            position: relative;
            &:after {
                position: absolute;
                content:''; 
                width: 2px;
                height: 28px;
                background: lighten(@black-lighter, 1.5%);
                left: 0;
                bottom: 0;

            }
            input {
                padding-bottom: 11px;
            }
        }
        .azen-text-area {
            position: relative;
            &:after {
                position: absolute;
                content:''; 
                width: 2px;
                height: 143px;
                background: lighten(@black-lighter, 1.5%);
                left: 0;
                bottom: 0;

            }
            textarea {
                height: 147px;
            }
        }
        .azen-button {
            position: relative;
            margin-top: 30px;
            border:2px solid lighten(@black-lighter, 1.5%);
            padding: 1px;
            &:after {
                position: absolute;
                content: '';
                display: block;
                width: 0;
                height: 0;
                bottom: 1px;
                right: 1px;
                border: 5px solid transparent;  
                border-right: 5px solid lighten(@black-lighter, 1.5%); 
                border-bottom: 5px solid lighten(@black-lighter, 1.5%);
            }
            button {
                font-weight: 600;
                font-family: "@{google-font-family-Open-Sans}";
                font-size: 16px;
                color: lighten(@black-lighter, 1.5%);
                width: 100%;
                padding: 9px 0;
                width: 100%;
                text-align: center;

                box-sizing: border-box;
            }
            &:hover {
                button {
                    color: darken(@white-lighter, 0.5%);
                    background: lighten(@black-lighter, 1.5%);
                }
            }
        }
    }
    .azen-strong-contacts-2 {
        background: @brand-color;
        .azen-contacts-items {
            padding: 73px 0 46px;
            overflow: hidden;
            .azen-contacts-item {
                color: @white-lighter;
                margin-bottom: 30px;
                .az-icon {
                    font-size: 50px;
                    float: left;
                }
                .azen-header,
                .azen-text {
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 25px;
                    font-family: "@{google-font-family-Open-Sans}";
                    margin-left: 68px;
                }
                .azen-text {
                    font-size: 16px;
                    font-weight: 400;     
                }
                &.azen-phone {
                    span {
                        position: relative;
                        top: 3px;
                    }
                    .azen-text {
                        margin-top: 1px;
                    }

                }
                &.azen-mail {
                    .azen-header {
                        position: relative;
                        top: 1px;
                        margin-left: 80px;
                    }
                    .azen-text {
                        margin-top: 1px;
                        margin-left: 80px;
                    }
                }
                &.azen-adress {
                    margin-top: 3px;
                    margin-bottom: 27px;
                    span {
                        font-size: 45px;
                    }
                    .azen-header,
                    .azen-text {
                        margin-left: 54px;
                        position: relative;

                    }
                }

            }
        }
    }
    .azen-strong-description-1 {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        &.az-full-width {
            .azen-background {
                background-color: fade(@brand-color, 90%);
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 0;
            }
        }

        .azen-image-background {
            z-index: 2;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: calc(~'50% - 215px');
            @media (max-width: 991px) {
                position: relative;
                width: 100%;
                height: 520px;
                padding-top: 97px;
            }

            .azen-image-wrapper {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-position: right bottom;
                background-size: auto;
                background-repeat: no-repeat;
                @media (max-width: 991px) {
                    background-position: center;
                    top: 107px;
                }
            }
        }

        .azen-inner  {
            padding: 107px 0 120px;
            @media (max-width: 991px) {
                padding-top: 97px;
            }
            overflow: hidden;
            position: relative;
            z-index: 1;

            .azen-content {
                float: right;
                width: calc(~'50% + 98px');
                @media (max-width: 991px) {
                    float: none;
                    width: 100%;
                }
                .azen-header {
                    .az-inline {
                        display: block;
                        font-size: 52px;
                        line-height: 60px;
                        font-weight: 800;
                        color: @white-lighter;
                        font-family: "@{google-font-family-Open-Sans}";
                        @media (max-width: 767px) {
                            font-size: 40px;
                        }
                    }
                }
                .azen-text {
                    margin-top: 45px;
                    font-family: "@{google-font-family-Open-Sans}";
                    color: @white-lighter;
                    font-weight: 400;
                    line-height: 25px;
                    font-size: 15px;
                }
                .azen-signature {
                    font-size: 0;
                    margin-top: 53px;
                    .azen-image{
                        max-width: 110px;
                    }
                    .azen-image,
                    .azen-name {
                        display: inline-block;
                        vertical-align: middle;
                    }
                    .azen-name {
                        font-family: "@{google-font-family-Open-Sans}";
                        font-weight: 400;
                        font-style: italic;
                        font-size: 15px;
                        line-height: 25px;
                        margin-left: 24px;
                        color: @white-lighter;
                    }
                }
            }
        }
    }
    .azen-strong-footermenu {
        background:darken(@white, 0.5%);
        padding: 51px 0 53px;
        @media (max-width: 767px) {
            padding: 55px 0 49px;
        }
        .azen-inner {
            position: relative;
            .azen-logo {
                img{
                    max-width: 110px;
                    max-height: 24px;
                }
                float: left;
                @media (max-width: 767px){
                    float: none;
                    display: block;
                    text-align: center;
                    margin-bottom: 20px;
                }
            }

            .azen-nav-menu {
                text-align: right;
                font-size: 0;
                @media (max-width: 767px) {
                    text-align: center;
                }

                .azen-menu-item {
                    display: inline-block;
                    padding-left: 39px;
                    @media (max-width: 767px) {
                        padding: 0 5px;
                    }

                    &:first-child {
                        padding-left: 0;
                    }
                    a {
                        font-size: 15px;
                        line-height: 25px;
                        color: @black-darker;
                        font-family: "@{google-font-family-Open-Sans}";
                        font-weight: 400;
                    }
                }
            }
        }
    }
    .azen-strong-gallery {
        .azen-variants {
            position: relative;
        }
        .azen-tabs {
            width: 100% !important;
            .azen-wrapper {
                margin-left: auto;
                margin-right: auto;
                text-align: right;
                .gall {
                    font-size: 24px;
                    line-height: 25px;
                    font-family: "@{google-font-family-Open-Sans}";
                    color: @white-lighter;
                    font-weight: 700;
                    float: left;
                    padding-top: 37px;
                    @media(max-width: 767px) {
                        display: block;
                        width: 100%;
                        text-align:left;
                        margin-bottom: 25px;
                        float: none;
                    }
                }
            }
            .azen-choise {
                text-align: right;
                background: @brand-color;
                position: relative;
                font-size: 0;
                @media (max-width: 767px) {
                    padding-bottom: 20px;
                }
                .azen-choise-item {
                    font-weight: 600;
                    font-family: "@{google-font-family-Open-Sans}";
                    color: @white-lighter;
                    font-size: 16px;
                    cursor: pointer;
                    margin-left: 39px;
                    display: inline-block;
                    line-height: 100px;
                    @media (max-width: 767px){
                        line-height: 25px;
                        padding-bottom: 15px;
                        display: block;
                        margin-left: 0;
                        text-align: left;

                    } 
                    &:first-child {
                        margin-left: 0;
                    }
                    &.az-is-checked {
                        border-bottom: 2px solid @white-lighter;
                        position: relative;

                        @media (max-width: 767px) {
                            border:none;
                            span {
                                border-bottom: 2px solid @white-lighter;
                            }
                        }

                    }

                }
            }
            .azen-gallery-item {
                position: relative;
                width: 100/6%;
                height: auto;
                &[data-grid-width="1"] {
                    width: 100%;
                }
                &[data-grid-width="2"] {
                    width: 100/2%;
                }
                &[data-grid-width="3"] {
                    width: 100/3%;
                }
                &[data-grid-width="4"] {
                    width: 100/4%;
                }
                &[data-grid-width="6"] {
                    width: 100/6%;
                }
                &[data-grid-width="12"] {
                    width: 100/12%;
                }
                &[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 (max-width: 480px){
                        width: 100/1%;
                    }
                    @media (min-width: 481px) and (max-width: 768px){
                        width: 100/2%;
                    }
                    @media (min-width: 769px) and (max-width: 992px){
                        width: 100/3%;
                    }
                }
                @media (max-width: 480px){
                    width: 100/1%;
                }
                @media (min-width: 481px) and (max-width: 768px){
                    width: 100/2%;
                }
                @media (min-width: 769px) and (max-width: 992px){
                    width: 100/3%;
                }

                img {
                    display: block;
                    width: 100%;
                }
                a {
                    display: block;
                    &:hover {
                        &:after {
                            .pe(none);
                            position: absolute;
                            display: block;
                            content: '';
                            left: 0;
                            right: 0;
                            bottom: 0;
                            top: 0;
                            background: fade(@brand-color, 90%);
                        }
                        &:before {
                            position: absolute;
                            display: block;
                            content: '\f00e';
                            font-family: 'FontAwesome';   
                            font-size: 35px;
                            color: @white-lighter;
                            width: 100%;
                            text-align: center;
                            z-index: 2;
                            top: 50%;
                            .vendor(transform, translateY(-50%));

                        }
                    }
                }

            }
        }	
    }
    .azen-strong-gallery-2 {
        .azen-gallery-wrapper {
            padding: 107px 0 121px;
            .azen-strong-title {
                text-align: center;
            }
            .azen-tabs { 
                margin-top: 28px; 
                @media (max-width: 767px) {
                    margin-top: 35px;
                } 
                .azen-choise {
                    text-align: center;
                    background: none;
                    padding-bottom: 30px;
                    @media (max-width: 767px) {
                        padding-bottom: 20px;
                    } 
                    .azen-tabs-wrapper {
                        text-align: center;
                        .azen-choise-item {
                            line-height: 72px;
                            margin: 0 14px;
                            @media (max-width: 767px){
                                text-align: center;
                            }
                            span {
                                font-family: "@{google-font-family-Open-Sans}";
                                padding: 0 1.8%; 
                                color: @brand-color;
                                font-weight: 400;
                                font-size: 18px;
                                color: darken(@black-light, 3.5%);
                                @media (max-width: 767px) {
                                    padding: 0;
                                } 
                            }

                            @media (max-width: 767px) {
                                line-height: 25px;
                                margin: 0;
                                span {
                                    border-color: @brand-color;
                                }
                            }
                            &:first-child {
                                margin-left: 0;
                            }
                            &:last-child {
                                margin-right: 0;
                            }
                            &.az-is-checked {
                                border-color: @brand-color;
                                span {
                                    padding: 0 1.8%;
                                    color: @brand-color;
                                    font-weight: 600;
                                    @media (max-width: 767px) {
                                        padding: 0;
                                    } 
                                }
                                //letter-spacing: -0.4px;
                            }
                        }
                    }

                }
                .azen-gallery-item {
                    margin-bottom: 35px;
                    width: 100%;
                    &:last-child {
                        margin-bottom: 0;
                    }
                    a {
                        position: relative;
                        img {
                            display: block;
                            max-width: 100%;
                        }

                        &:hover {
                            &:before {
                                display: none;
                            }
                            .azen-strong-photo-description {
                                display: block;
                            }
                        }
                    }
                    @media (max-width: 767px) {

                        .azen-strong-photo-description {
                            .azen-text-item {
                                display: none;
                            }
                        }

                    }
                    @media (max-width: 480px) {

                        .azen-strong-photo-description {
                            .azen-header {
                                display: none;
                            }
                        }
                    }

                }
            }
            .azen-strong-button {
                margin-top: 60px;
                text-align: center;
                @media (max-width: 767px) {
                    margin-top: 40px;
                }
                a {
                    padding: 12px 23px 11px 23px;
                }
            }
        }
    }
    .azen-strong-gallery-3 {
        .azen-gallery-wrapper {
            .azen-tabs {   
                .azen-gallery-item {
                    width: calc(~'33.3% - 23px');
                    @media (max-width: 767px) {
                        width: calc(~'50% - 18px');
                    }
                    @media (max-width: 480px) {
                        width: 100%;
                    }

                }
            }
            .azen-strong-button {
                margin-top: 25px;
                @media (max-width: 767px) {
                    margin-top: 60px;
                }
            }
        }
    }
    .azen-strong-gallery-4 {
        .azen-gallery-wrapper {
            .azen-tabs-wrapper {
                box-sizing: border-box;
                padding: 0 15px;
            }
            .azen-tabs {   
                .azen-gallery-item {
                    margin-bottom: 0;
                    width: 100/6%;
                }
            }
        }
    }
    .azen-strong-header-3 {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        .azen-content {
            text-align: center;
            padding: 337px 0 142px;
            @media (max-width: 991px) {
                padding: 168px 0 100px; 
            }
            .azen-wrapper {
                position: relative;
                display: inline-block;
                padding-bottom: 30px;
                max-width: 80%;
                &:before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 7px;
                    height: 30px;
                    background: @white-lighter;
                    left: 0;
                    bottom: 0;
                    z-index: 2;
                }
                &:after {
                    content: '';
                    display: block;
                    position: absolute;
                    height: 7px;
                    left: 0;
                    right: 30px;
                    background: @white-lighter;
                    bottom: 0;
                    z-index: 2;
                }
                .azen-wrap {
                    position: relative;
                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        height: 7px;
                        right: 0;
                        width: 20px;
                        background: @white-lighter;
                        bottom: -30px;
                        z-index: 2;
                    }
                    &:after {
                        content: '';
                        display: block;
                        position: absolute;
                        height: 20px;
                        right: 0;
                        width: 7px;
                        background: @white-lighter;
                        bottom: -30px;
                        z-index: 2;
                    }
                    .azen-bg {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: -30px;
                        background: fade(@black-darker, 30%);
                        z-index: 0;
                    }
                }
                .azen-header {
                    border: 7px solid @white-lighter;
                    border-bottom: none;
                    position: relative;
                    z-index: 1;
                    .azen-strong-title-3 {
                        padding-left: 29px;
                        padding-right: 29px;
                        padding-top: 24px;
                        .az-inline {
                            line-height: 1;
                            text-transform: uppercase;
                        }
                    }
                }
                .azen-strong-breadcrumbs {
                    text-align: center;
                    margin-top: -1px;
                    padding: 0 29px;
                    a, span {
                        color: @white-lighter;
                        font-size: 15px;
                        line-height: 25px;
                        font-style: normal;
                    }
                    a {
                        padding-right: 13px;
                        margin-right: 8px;
                        &:before {
                            font-style: normal;
                            font-size: 15px;
                            line-height: 25px;
                            color: @white-lighter;
                        }

                    }
                }

            }

        }
    }
    .azen-strong-header-slider {
        .azen-slider {
            .azen-item {
                .azen-content {
                    position: relative;
                    height: 100vh;
                    @media (max-width: 991px) {
                        height: 60vh;
                    }
                    .azen-img {
                        .pe(all);
                        box-sizing: border-box;
                        position: absolute;
                        top:0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            @media (max-width: 991px) {
                                object-fit: cover;
                                position: absolute;
                                width: 100%;
                            }

                        }
                    }
                    .azen-text {
                        .pe(none);
                        position: absolute;
                        width: 100%;
                        top: 50%;
                        .vendor(transform, translateY(-50%));
                        left: 0;
                        margin-top: 70px;
                        @media (max-width: 991px) {
                            position: relative;
                            padding: 42px 0 60px;
                            margin-top: 80px;
                        }
                        .az-container {
                            margin-left: auto;
                            margin-right: auto;

                            @media (max-width: 991px) {
                                padding-left: 0;
                            }
                        }
                        .azen-header {
                            .pe(all);
                            font-family: "@{google-font-family-Open-Sans}";
                            line-height: 110px;
                            font-size: 100px;
                            font-weight: 800;
                            color: @brand-color;
                            position: relative;
                            padding-right: 86px;
                            padding-left: 72px;
                            @media (max-width: 1199px) {
                                font-size: 80px;
                                line-height: 88px;
                            }
                            @media (max-width: 991px) {
                                padding-right: 0;
                                padding-left: 0;
                                text-align: center;
                            }
                            @media (max-width: 479px) {
                                font-size: 40px;
                                line-height: 44px;
                            }
                            span {
                                display: block;
                                position: relative;
                                z-index: 2;
                            }
                            .azen-border {
                                position: absolute;
                                height: 100%;
                                border: 15px solid @white-lighter;
                                bottom: 16px;
                                .vendor(box-shadow, 0px 0px 15px 0px rgba(0,0,0,0.15));
                                &:before {
                                    display: block;
                                    position: absolute;
                                    content: '';
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                    .vendor(box-shadow, inset 0px 0px 15px 0px rgba(0,0,0,0.15));
                                }
                                left: 0;
                                right: 16px;
                                z-index: 1;
                                padding-top: 7px;
                                @media (max-width: 991px) {
                                    display: none;
                                }
                            }
                        }
                        .azen-main-text {
                            .pe(all);
                            padding-left: 72px;
                            padding-right: 86px;
                            margin-top: 39px;
                            font-size: 15px;
                            line-height: 25px;
                            font-weight: 400;
                            font-family: "@{google-font-family-Open-Sans}";
                            color: darken(@black-lighter,7.5%);
                            @media (max-width: 991px) {
                                padding-right: 0;
                                padding-left: 0;
                                text-align: center;
                                margin-top: 19px;
                            }
                        }
                        .azen-strong-button {
                            .pe(all);
                            margin-top: 37px;
                            padding-left: 76px;
                            @media (max-width: 991px) {
                                padding-left: 0;
                                text-align: center;
                                margin-top: 33px;
                            }
                            .azen-button-wrapper {
                                a {
                                    .pe(all);
                                    padding: 12px 23px 11px;
                                }
                            }
                        }
                    }
                }
            }
            .az-owl-nav {
                position: absolute;
                top: 50%;
                margin-top: -22px;
                width: 100%;
                @media (max-width: 991px) {
                    display: none;
                }
                .az-owl-prev,
                .az-owl-next {
                    .pe(all);
                    position: absolute;
                    &:before {
                        position: absolute;
                        display: block;
                        content: '\f053';
                        color: darken(@black-light, 3.5%);
                        font-size: 48px;
                        font-family: 'FontAwesome'; 
                    }
                    &:hover {
                        &:before {
                            color: @brand-color;
                        }
                    }

                }
                .az-owl-prev {
                    left: 50px;
                }
                .az-owl-next {
                    right: 50px;
                    &:before {
                        content: '\f054';
                    }
                }
            }
            .az-owl-dots {
                position: absolute;
                bottom: 62px;
                left: 50%;
                margin-left: -38px;
                @media (max-width: 991px) {
                    display: none;
                }
                .az-owl-dot {
                    display: inline-block;
                    font-size: 0;
                    margin-right: 20px;
                    &:last-child {
                        margin-right: 0;
                    }
                    span {
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        border-radius: 50%;
                        background: @brand-color;
                    }
                    &.active {
                        span {
                            background: darken(@black-light, 3.5%);
                        }
                    } 
                }
            }
        }
    }
    .azen-strong-iphone {
        position: relative;
        overflow: hidden;
        .azen-wrapper {
            position: relative;
            overflow: hidden;
            @media (max-width: 991px) {
                overflow: visible;
            }
        }
        .azen-photo {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 500px;
            left: 50%;
            .vendor(transform, translateX(-50%));
            @media (max-width: 991px){
                display: none;
            }
            .azen-image {
                text-align: center;
                display: inline-block;
                vertical-align: bottom;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                img {
                    max-width: 100%;
                    vertical-align: bottom;
                    position: absolute;
                    bottom: -15px;
                    left: 50%;
                    .vendor(transform, translateX(-50%));
                }
            }
        }
        .azen-bg-left {
            position: absolute;
            left: 0;
            right: 50%;
            top: 0;
            bottom: 0;
            @media (max-width: 991px) {
                display: none;
            }
        }
        .azen-bg-right {
            position: absolute;
            right: 0;
            left: 50%;
            top: 0;
            bottom: 0;
            @media (max-width: 991px) {
                display: none;
            }
        }
        .azen-list-items {
            padding: 122px 0 128px;
            .azen-list-item {
                margin-bottom: 51px;
                &:last-child {
                    margin-bottom: 0;
                }
                .azen-text {
                    margin-top: 16px;
                    font-weight: 400;
                    font-family: "@{google-font-family-Open-Sans}";
                    font-size: 15px;
                    line-height: 25px;
                    color: darken(@black-lighter,7.5%);
                }
            }
            &.azen-left {
                width: calc(~'50% - 250px');
                float: left;
                @media (max-width: 991px){
                    padding-bottom: 128px;
                    position: relative;
                    float: none;
                    width: 100%;
                    .azen-media-bg {
                        position: absolute;
                        left: -150px;
                        width: 1000px;
                        bottom: 0;
                        top: 0;
                        z-index: -1;
                    }
                }
            }
            &.azen-right {
                width: calc(~'50% - 250px');
                float: right;
                @media (max-width: 991px){
                    padding-top:116px;
                    float: none;
                    width: 100%;
                    position: relative;
                    .azen-media-bg {
                        position: absolute;
                        left: -150px;
                        width: 1000px;
                        bottom: 0;
                        top: 0;
                        z-index: -1;
                    }
                }
                .azen-strong-title-4 {
                    text-align: right;
                    @media (max-width: 991px){
                        text-align:left;
                    }
                    .az-inline {
                        color: @white-lighter;
                        &.azen-strong-hor-line {
                            color:@brand-color;
                        }
                    }
                }
                .azen-text {
                    text-align: right;
                    color: @white-lighter;
                    @media (max-width: 991px){
                        text-align:left;
                    }
                }
                .azen-strong-button {
                    text-align: right;
                    @media (max-width: 991px){
                        text-align:left;
                    }
                    .azen-button-wrapper {
                        border-color: @white-lighter;
                        a {
                            color: @white-lighter;
                            &:after {
                                border-bottom-color:@white-lighter;
                                border-right-color:@white-lighter;
                            }
                        }
                        &:hover {
                            a {
                                background:@white-lighter;
                                color: lighten(@black, 8.5%); 
                            }
                        }
                    }
                }
            }
        }
        .azen-strong-button {
            margin-top: 57px;
            a {
                padding: 12px 23px 11px;
            }
        }
    }
    .azen-strong-mainmenu {
        @media (max-width: 991px) {
            background: @white-lighter;
        }
        .azen-menu-wrapper {
            position: absolute;
            top: 60px;
            z-index: 5;
            width: 100%;
            .vendor(transition, all .2s linear 0s);
            @media (max-width: 991px) {
                top: 0;
                right: 0;
                left: 0;
                height: 80px;
                background:@white-lighter;
                padding-left: 0;
                padding-right: 0;
            }
        }
        .azen-menu-wrapper1 {
            position: absolute;
            width: 100%;
            height: 107px;
            right: 0;
            left: 0;
            overflow: hidden;
            z-index: 6;
            pointer-events: none;
            top: 60px;
            .vendor(transition, all .2s linear 0s);
            @media (max-width: 991px) {
                top: 0;
                height: 80px;
                overflow: visible;
                z-index: 6;
                pointer-events: none;
            }
            .az-container {
                background: transparent;
                height: 107px;
                margin-left: auto;
                margin-right: auto;
                position: relative;
                @media (max-width: 991px){
                    height: 80px;
                    position: static;
                }
            }

        }
        .azen-wrappers {
            @media (max-width: 991px) {
                position: absolute;
                width: 100%;
                left: 0;
                right: 0;

            }
        }
        .azen-menu-wrapper-container {
            width: 100%;
        }
        .az-container {
            z-index: 1;
            box-sizing: border-box;
            border-bottom: 2px solid darken(@gray-light, 1.1%);
            background: @white-lighter;
            @media (max-width: 1428px) {
                background: none;
                border: none;
            }
            .azen-logo {
                float: left;
                line-height: 107px;
                img {
                    vertical-align: middle;
                }
                @media (max-width: 991px) {
                    border: none;
                    left: 15px;
                    position: absolute;
                    width: 70px;
                    line-height: 80px;
                }
                &:before {
                    position: absolute;
                    display: block;
                    content: '';
                    width: 1000px;
                    top: 0;
                    bottom: 0;
                    border-bottom: 2px solid darken(@gray-light, 1.1%);
                    background: @white-lighter;
                    right: 0;
                    left: -1000px;
                    z-index: 0;
                    box-sizing: border-box;
                    @media (max-width: 1427px) {
                        bottom: 0;
                    }
                    @media (max-width: 991px) {
                        display: none;
                    }
                }

            }
            .azen-mobile-menu-button {
                text-align: right;
                display: none;
                color: @black-darker;
                cursor: pointer;
                span {
                    font-size: 15px;
                }
                &:hover {
                    color: @brand-color;
                }
                @media (max-width: 991px) {
                    display: block;
                    position: absolute;
                    right: 15px;
                    top: 31px;
                }
            }
            .azen-nav-menu {
                text-align: right;
                font-size: 0;
                @media (max-width: 1428px) {
                    margin-right: 125px;
                    border-bottom: 2px solid darken(@gray-light, 1.1%);
                    background: @white-lighter;
                }
                @media (max-width: 991px) {
                    display: none;
                    text-align: center;
                    z-index: 9999;
                    padding: 0;
                    clear: both;
                    position: absolute;
                    top: 80px;
                    left: 0;
                    right: 0;
                    margin-right: 0;	
                }
                .azen-menu-item {
                    display: inline-block;
                    margin-right: 48px;
                    position: relative;
                    @media (max-width: 1399px) {
                        margin-right: 30px;
                    }
                    @media (max-width: 991px) {
                        display: block;
                        text-align: left;
                        padding: 0;
                        line-height: auto;
                        margin-right: 0;
                        border-bottom: 1px solid @white-dark;
                    }
                    &:last-child {
                        margin-right: 44px;
                        @media (max-width: 1399px) {
                            margin-right: 30px;
                        }
                        @media (max-width: 991px) {
                            border-bottom: none;
                        }
                    }
                    &:hover {
                        &:after {
                            position: absolute;
                            content: '';
                            display: block;
                            width: 100%;
                            height: 2px;
                            background: @black-darker;
                            bottom: -2px;
                            left: 0;
                            @media (max-width: 991px) {
                                display: none;
                            }
                        }
                    }
                    &.azen-menu-item-has-children {
                        input {
                            position: absolute;
                            right: 6px;
                            top: 50%;
                            margin-top: -2px;
                            display: block;
                            visibility: hidden;
                        }
                        label {
                            display: inline-block;

                            &:after {
                                position: absolute;
                                content: '';
                                display: inline-block;
                                margin-bottom: 3px;
                                border: solid @black-darker;
                                border-width: 0 1px 1px 0;
                                width: 5px;
                                height: 5px;
                                cursor: pointer;
                                .vendor(transform, rotate(45deg));
                                right: -13px;
                                top: 50%;
                                margin-top: -5px;
                                @media (max-width: 991px) {
                                    right: 18px;
                                    top: 20px;
                                    width: 5px;
                                    height: 5px;
                                }

                            }
                        }
                        &:hover {
                            .azen-sub-menu {
                                display: block;
                            }
                        }
                        .azen-sub-menu {
                            display: none;
                            position: absolute;
                            top: 100%;
                            left: -35px;
                            border-top: 1px solid @brand-color;
                            padding: 15px;
                            background: @white-lighter;
                            color: darken(@gray-darker, 3%);
                            text-align: left;
                            text-transform: none;
                            white-space: nowrap;
                            border-top: 2px solid @black-darker;
                            .azen-menu-col {
                                display: inline-block;
                                vertical-align: top;
                                padding: 0 20px;
                                min-width: 120px;
                                white-space: normal;
                                .azen-menu-item {
                                    margin-right: 0;
                                    display: block;
                                    a {
                                        line-height: 20px;
                                        font-size: 15px;
                                        font-weight: 600;
                                        padding: 8px 0;
                                        display: inline-block;
                                        text-transform: none;
                                        @media (max-width: 991px) {
                                            padding: 12px 20px;
                                            font-size: 11px;
                                            font-weight: 700;
                                            line-height: 1.42;
                                        }
                                    }
                                    &:hover {
                                        &:after {
                                            display: none;
                                        }
                                        a {
                                            color: @brand-color;
                                        }
                                    }
                                }

                            }
                            @media (max-width: 991px) {
                                position: relative;
                                border-top: 1px solid @white-dark;
                                padding: 10px 0;
                                left: 0;


                                .azen-menu-col {
                                    width: auto;
                                    padding-right: 0;
                                    width: auto;
                                    .azen-menu-item {
                                        border:none;;

                                    }
                                }
                            }

                        }
                        @media (max-width: 991px) {
                            &:hover {
                                .azen-sub-menu {
                                    display: none;
                                }
                            }
                        }
                        .azen-menu-checkbox:checked + .azen-sub-menu {
                            display: block;
                        }
                    }
                    a {
                        font-size: 18px;
                        line-height: 105px;
                        color: @black-darker;
                        font-family: "@{google-font-family-Open-Sans}";
                        font-weight: 400;
                        white-space: nowrap;
                        text-transform: uppercase;
                        @media (max-width: 991px) {
                            padding: 12px 20px;
                            font-size: 11px;
                            line-height: 1.42;
                            font-weight: 700;
                            display: inline-block;
                        }
                    }
                }
            }

            .azen-menu-checkbox {
                display: none;
                user-select: none;
            }
            @media (max-width: 991px) {
                .azen-menu-checkbox:checked + .azen-nav-menu {
                    display: block;
                }
            }

            .azen-find-button {
                pointer-events: all;
                position: absolute;
                right: 0;
                right: -125px;
                width: 105px;
                height: 105px;
                background: @brand-color;
                border-bottom: 2px solid darken(@gray-light, 1.1%);
                text-align: center;
                vertical-align: middle;
                font-size: 0;
                &:after {
                    position: absolute;
                    display: block;
                    content: '';
                    width: 1600px;
                    top: 0;
                    bottom: -2px;
                    border-bottom: 2px solid darken(@gray-light, 1.1%);
                    background: @white-lighter;
                    left: 125px;
                    z-index: 0;
                    box-sizing: border-box;
                }
            }
            .azen-find {

                display:block;
                top: 0;
                span {
                    display: inline-block;
                    font-size: 13px;
                    line-height: 105px;
                    color: @white-lighter;
                    @media (max-width: 991px) {
                        line-height: 80px;
                    }
                }
                &:hover {
                    background: @black-darker;
                    span {
                        color: @white-lighter;
                    }
                }
            }
            @media (max-width: 1428px) {
                .azen-find-button {
                    right: 0;
                }
            }
            @media (max-width: 991px) {
                .azen-find-button {
                    border: none;
                    display: block;
                    color: @white-lighter;
                    width: 80px;
                    height: 80px;
                    position: absolute;
                    left: 0;
                    margin-left: 130px;
                    pointer-events: all;
                    &:hover {
                        background: none;
                        color: @black-darker;
                    }
                    &:after {
                        display: none;
                    }
                }
            }
        }
    }
    .azen-strong-our-partners-2 {
        .azen-wrapper {
            padding: 120px 0 118px;
        }
        .azen-strong-slider {
            .azen-partner {
                margin: 0 auto;
                img {
                    width: auto;
                    max-width: 100%;
                    margin: 0 auto;
                }
            }
            .az-owl-nav {
                padding: 0;
                top: 50%;
                bottom: auto;
                .az-owl-next,
                .az-owl-prev {
                    margin: 0;
                    top: -8px;
                    position: absolute;
                    left: 3px;
                }
                .az-owl-next {
                    left: auto;
                    right: 3px;
                }
            }
        }
    }
    .azen-strong-services-2 {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        &.az-full-width {
            .azen-wrapper {
                background-color: fade(@white-lighter, 90%);
            }
        }
        .azen-wrapper {
            padding: 117px 0 93px;
        }
        .az-container {
            margin-left: auto;
            margin-right: auto;
            .azen-services-2-items {
                margin-top: 64px;
                .azen-services-2-item {
                    padding-bottom: 28px;
                    position: relative;
                    margin-bottom: 30px;
                    &:before {
                        position: absolute;
                        content: '';
                        display: block;
                        width: 4px;
                        height: 28px;
                        background: @brand-color;
                        left: 0;
                        bottom: 0;
                    }
                    &:after {
                        position: absolute;
                        content: '';
                        display: block;
                        left: 0;
                        right: 28px;
                        height: 4px;
                        background: @brand-color;
                        left: 0;
                        bottom: 0;
                    }
                    .azen-item-wrapper {
                        border: 4px solid @brand-color;
                        border-bottom: none;
                        position: relative;
                        padding: 18px 23px 0;
                        &:before {
                            position: absolute;
                            content: '';
                            display: block;
                            width: 4px;
                            height: 18px;
                            background: @brand-color;
                            right: -4px;
                            bottom: -28px;
                        }
                        &:after {
                            position: absolute;
                            content: '';
                            display: block;
                            width: 18px;
                            height: 4px;
                            background: @brand-color;
                            right: -4px;
                            bottom: -28px;
                        }
                        .azen-icon {
                            text-align: center;
                            position: relative;
                            padding-bottom: 18px;
                            color: @brand-color;
                            font-size: 36px;
                            &:after {
                                content: '';
                                display: block;
                                position: absolute;
                                width: 39px;
                                height: 1px;
                                background: @brand-color;
                                bottom: 0;
                                left: 50%;
                                margin-left: -19px;
                            }
                        }
                        .azen-header {
                            font-family: "@{google-font-family-Open-Sans}";
                            line-height: 25px;
                            font-weight: 700;
                            text-align: center;
                            margin-top: 15px;
                            color: @black-darker;
                            font-size: 16px;
                        }
                        .azen-text {
                            font-family: "@{google-font-family-Open-Sans}";
                            font-size: 15px;
                            line-height: 25px;
                            text-align: center;
                            color: darken(@black-lighter,7.5%);
                            margin-top: 6px;
                            font-weight: 400;
                        }
                    }
                    &:hover {
                        &:before,
                            &:after {
                            background: darken(@black-light, 3.5%);
                        }
                        .azen-item-wrapper {
                            border-color: darken(@black-light, 3.5%);
                            &:before,
                                &:after {
                                background: darken(@black-light, 3.5%);
                            }
                        }
                        .azen-icon {
                            color: darken(@black-light, 3.5%);
                        }
                    }
                }
            }
        }
    }
    .azen-strong-background-photo-skills {
        .azen-skills {
            .azen-img-container {
                position: absolute;
                top: 0;
                bottom: 0;
                @media(max-width: 991px) {
                    position: relative;
                }
            }
            .azen-wrapper {
                margin: 109px 0 120px 66px;
                @media(max-width: 991px) {
                    margin: 0;
                    padding-top: 48px;
                    padding-bottom: 40px;
                }

            }
            img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                height: 100%;
                width: 100%;
                object-fit: contain;
                @media(max-width: 991px) {
                    position: relative;
                    object-fit: fill;
                    height: auto;
                    width: auto;
                }
            }
            .azen-strong-title {
                text-align:left;
            }
            .azen-text {
                font-family: "@{google-font-family-Open-Sans}";
                position: relative;
                margin-top: 57px;
                @media(max-width: 991px) {
                    margin-top: 35px;
                    padding: 38px 35px 33px 0;
                }
                padding: 50px 35px 47px 0;
                font-size: 15px;
                line-height: 25px;
                color: darken(@black-lighter,7.5%);
                text-align:left;
                &:before {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 50%;
                    height: 7px;
                    right: -1px;
                    top: 0;
                    background: darken(@white, 0.5%);
                }
                border-right: 7px solid darken(@white, 0.5%);
                border-bottom: 7px solid darken(@white, 0.5%);
            }
            .azen-ratings {
                margin-top: 35px;
                @media(max-width: 991px) {
                    margin-top: 40px;
                }
                .azen-rating {
                    margin-bottom: 33px;
                    @media(max-width: 991px) {
                        margin-bottom: 20px;
                    }
                    .azen-header {
                        font-family: "@{google-font-family-Open-Sans}";
                        font-weight: 600;
                        font-size: 15px;
                        line-height: 25px;
                        color: @black-darker;
                    }
                    .azen-bglines {
                        background: darken(@white, 0.5%);
                        margin-top: 7px;
                        .azen-line {
                            height: 7px;
                            background:  @brand-color;
                            position: relative;
                            span {
                                background: none;
                                position: absolute;
                                font-family: "@{google-font-family-Open-Sans}";
                                font-weight: 600;
                                font-size: 15px;
                                line-height: 25px;
                                color: @black-darker;
                                right: -29px;
                                top: -33px;
                            }
                        }
                    }
                }
            }

        }
    }
    .azen-strong-background-photo-plans {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        &.az-full-width {
            .azen-plans-background {
                background-color: fade(@brand-color, 90%);
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 0;
            }
        }
        .azen-plans-wrapper {
            padding: 109px 0 88px;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }
        .azen-strong-title {
            font-family: "@{google-font-family-Open-Sans}";
            font-weight: 700;
            text-align: center;
            .azen-hor-line {
                color: @white-lighter;
                &:after {
                    background: @white-lighter;
                    bottom: -5px;
                }
            }
            &.azen-white {
                .azen-hor-line {
                    color: @white-lighter;
                    &:after {
                        background: @white-lighter;
                    }	}
            }
        }
        .azen-strong-description {
            color: @white-lighter;
            font-family: "@{google-font-family-Open-Sans}";
            margin: 53px 0 57px;
            font-style: normal;
            padding: 0 110px;
            @media (max-width: 991px) {
                padding: 0;
            }
        }
        .azen-plan-items {
            .horizontal-list(100/3%, 17px);
        }
        .azen-plan-item {
            text-align: center;
            background: @white-lighter;
            padding: 54px 50px 30px;
            margin-bottom: 34px;
            .azen-header {
                font-size: 18px;
                font-weight: 700;
                color: @black-darker;
                font-family: "@{google-font-family-Open-Sans}";
            }
            .azen-price {
                font-size: 48px;
                font-weight: 700;
                color: @brand-color;
                font-family: "@{google-font-family-Open-Sans}";
                margin-top: 9px;
                span {
                    font-size: 36px;
                    margin-right: -9px;
                }
            }
            .azen-time {
                line-height: 25px;
                font-size: 14px;
                font-weight: 400;
                color: darken(@black-lighter,1.5%);
                font-family: "@{google-font-family-Open-Sans}";
                margin-bottom: 17px;
            }
            .azen-declaration {
                font-family: "@{google-font-family-Open-Sans}";
                font-size: 15px;
                line-height: 24px;
                font-weight: 400;
                color: lighten(@black,8.5%);
                padding: 10px 0 11px;
                border-bottom: 2px solid darken(@white,0.5%);
                &:last-child {
                    border-bottom: none;
                }
            }
        }
    }
    .azen-strong-product-gallery-1 {
        .azen-gallery-items {
            font-size: 0;
            text-align: center;
            .azen-gallery-item {
                display: inline-block;
                width: 100/3%;
                text-align: center;
                position: relative;
                overflow: hidden;
                @media (max-width: 1499px) {
                    width: 50%;
                }
                @media (max-width: 767px) {
                    width: 100%;
                }
                a {
                    display: block;
                    position: relative;
                    img {
                        display: block;
                        max-width: 100%;
                    }
                    .azen-strong-photo-description {
                        .az-icon {
                            @media (max-width: 480px) {
                                display: none;
                            }
                        }
                        .azen-text-item {
                            max-height: 100px;
                            overflow: hidden;
                        }
                    }

                    &:hover {
                        .azen-strong-photo-description {
                            display: block;
                            z-index: 2;
                        }
                        &:before {
                            .pe(none);
                            position: absolute;
                            content: '';
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 0;
                            background: fade(@brand-color, 50%);
                            z-index: 0;
                        }
                    }
                }
            }
        }
    }
    .azen-strong-responsive-2 {
        overflow: hidden; 
        padding: 110px 0 70px;    
        .azen-wrapper {
            overflow: hidden;
            width: calc(~'50% - 130px');
            @media (max-width: 991px) {
                width: 100%;
                padding-top: 65px;
            }
            .azen-strong-title {
                text-align: center;
                > span{
                    display: inline-block;
                }
            }
            .azen-responsive-items {
                margin-top: 58px;
                .azen-responsive-item {
                    text-align: center;
                    margin-bottom: 54px;
                    @media (max-width: 991px) {
                        margin-bottom: 37px;
                    }
                    .azen-item-icon {
                        font-size: 18px;
                        text-align: center;
                        color:  @brand-color;
                        width: 37px;
                        height: 37px;
                        border: 4px solid @brand-color;
                        margin-left: auto;
                        margin-right: auto;
                        margin-bottom: 23px;
                        .az-icon {
                            line-height: 37px;
                        }
                    }
                    .azen-header {
                        color: @black-darker;
                        font-size: 16px;
                        font-weight: 700;
                        margin-bottom: 9px;
                        line-height: 25px;
                        font-family: "@{google-font-family-Open-Sans}";
                    }
                    .azen-text {
                        color: lighten(@black-light, 6%);
                        font-size: 15px;
                        font-weight: 400;
                        line-height: 25px;
                        font-family: "@{google-font-family-Open-Sans}";
                    }
                    &:hover {
                        .azen-item-icon {
                            border-color: darken(@black-light,3.5%);
                            color: darken(@black-light,3.5%);
                        }

                    }
                }
            }
        }
        .azen-image-background {
            position: absolute;
            right: 0;
            width: 50%;
            top: 0;
            bottom: 0;
            @media (max-width: 991px) {
                position: relative;
                width: 100%;
                height: 660px;
            }
            .azen-image-wrapper {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-position: center left;
                background-size: auto;
                background-repeat: no-repeat;
                @media (max-width: 991px) {
                    background-position: center;
                }
            }
        }
    }
    .azen-strong-services{
        padding-top: 117px;
        padding-bottom: 70px;
        .azen-h1-wrap{
            text-align: center;
        }
        .azen-h1{
            text-align: center;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 24px;
        }
        .azen-span-our{
            color: @brand-color;
            font-family: "@{google-font-family-Open-Sans}";
        }
        .azen-span-services{
            color: @black-darker;
            font-family: "@{google-font-family-Open-Sans}";
        }
        .azen-hr{
            height: 3px;
            width: 7%;
            margin: 4px auto;
            margin-bottom: 58px;
            background-color: @brand-color;
        }
        .azen-block{
            .fa{
                color: @brand-color;
                font-size: 17px;
            }
        }
        .azen-h2{
            padding-left: 16px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
            color: @black-darker;
            font-family: "@{google-font-family-Open-Sans}";
        }
        .azen-text{
            border-top: 1px solid @white-dark;
            padding-top: 17px;
            margin-top: 19px;
            margin-bottom: 55px;
            span{
                line-height: 25px;
                color: @black-light;
                font-size: 15px;
                font-family: "@{google-font-family-Open-Sans}";
            }
        }
        .az-row{
            clear: both;
        }
        .az-column{
            width: 33.333333%;
            float: left;
            box-sizing: border-box;
            @media (max-width: 767px){
                width: auto;
                float: none;
            }
        }		

    }
    .azen-strong-social {
        padding: 22px 0;
        background:darken(@white, 0.5%);
        @media (max-width: 991px) {
            padding: 23px 0 21px;
        }
        .azen-socials {
            font-size: 0;
            padding-top: 4px;
            @media (max-width: 991px) {
                text-align: center;
            }
            a {
                margin-right: 10px;
                vertical-align: middle;
                display: inline-block;
                span {
                    font-size: 19px;
                }
                &:last-child {
                    margin-right: 0;
                }
            }
        }
        .azen-text-copyright {
            text-align: right;
            font-weight: 400;
            font-family: "@{google-font-family-Open-Sans}";
            font-size: 14px;
            line-height: 25px;
            color: darken(@black-lighter, 1.5%);
            @media (max-width: 991px) {
                text-align: center;
                margin-top: 8px;
            }
        }
    }
    .azen-strong-statistic {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        &.az-full-width {
            .azen-statistic-wrapper {
                background-color: fade(@brand-color, 90%);
            }
        }
        .azen-statistic-items {
            text-align: center;
            .azen-statistic-wrapper {
                padding: 90px 0 68px;
                overflow: hidden;
                @media (max-width: 1199px) {
                    padding: 81px 0 68px;
                }
            }
            .azen-statistic-item {
                text-align: center;
                margin-bottom: 30px;
                font-family: "@{google-font-family-Open-Sans}";
                .azen-number {
                    font-style: normal;
                    line-height: 80px;
                    text-align: center;
                    color: @white-lighter;
                    font-size: 71px;
                    font-weight: 900;
                    font-family: "@{google-font-family-Open-Sans}";
                }
                .azen-description {
                    color: @white-lighter;
                    span {
                        display: inline-block;
                        font-size: 24px;
                        font-style: normal;
                        color: @white-lighter;
                        line-height: 30px;
                        &.az-icon {
                            font-size: 20px;
                            font-weight: normal;
                            margin-right: 17px;
                            position: relative;
                            /*top: -2px;*/
                            vertical-align: top;
                        }
                        &.text{
                            font-family: "@{google-font-family-Open-Sans}";
                            font-weight: 900;
                        }
                    }
                }
            }
        }
    }
    .azen-strong-background-photo-thebest {
        /* background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        
        position: relative; */
        overflow: hidden;
        .azen-image {
            width: 50%;
            height: 100%;
            position: absolute;
            top: 0;
            right: -44%;
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        .azen-background-text {
            font-family: "@{google-font-family-Open-Sans}";
            font-weight: 800;
            font-size: 131px;
            color: lighten(@gray-lighter, 6.3%);
            position: absolute;
            bottom: 52px;
            left: 43px;
            white-space: nowrap;
        }
        .azen-wrapper {
            padding-right: 15px;
            padding: 109px 0 120px;
        }
        .azen-title {
            text-align: left;
            padding-bottom: 6px;
            font-size: 24px;
            font-weight: 700;
            font-family: "@{google-font-family-Open-Sans}";
            .azen-hor-line {
                &:after {
                    background: @brand-color;
                    bottom: -6px;
                }
            }
            .azen-hor-line {
                color: @brand-color;
                line-height: 38px;
            }
        }
        .azen-text {
            margin-top: 57px;
            position: relative;
            padding: 50px 0 45px 50px;
            font-size: 15px;
            line-height: 25px;
            color: darken(@black-lighter,7.5%);
            font-weight: 400;
            &:before {
                content: '';
                position: absolute;
                display: block;
                width: 50%;
                height: 7px;
                left: -1px;
                top: 0;
                background: darken(@gray-lighter,1.5%);
            }
            border-left: 7px solid darken(@gray-lighter,1.5%);
            border-bottom: 7px solid darken(@gray-lighter,1.5%);
        }

        .azen-strong-button {
            text-align: left;
            margin-top: 30px;
            .azen-button-wrapper {
                border: 2px solid @brand-color;
                a {
                    color: @brand-color;
                    padding: 12px 24px 11px;
                    &:after {
                        border: 5px solid transparent;	
                        border-right: 5px solid @brand-color; 
                        border-bottom: 5px solid @brand-color;
                    }
                }
                &:hover {
                    a {
                        background: @brand-color;
                        color: @white-lighter;
                    }
                }
            }
        }
    }
    .azen-strong-we-work-with-2 {
        .azen-wrapper {
            padding: 106px 0 66px;
            .azen-describe {
                margin-bottom: 60px;
                .azen-strong-title {
                    .az-inline {
                        line-height: 44px;
                    }
                }
                .azen-text-describe {
                    margin-top: 47px;
                    color: lighten(@black-light, 6%);
                    font-size: 15px;
                    line-height: 25px;
                    font-weight: 400;
                    font-family: "@{google-font-family-Open-Sans}";
                }
            }
            .azen-work-items {
                margin-top: 100px;
                @media (max-width: 991px){
                    margin-top: 56px;
                }
            }
            .azen-work-item {
                margin-bottom: 51px;
                .azen-icon {
                    width: 60px;
                    height: 60px;
                    border-radius:50%;
                    background: @brand-color;
                    float: left;
                    text-align: center;
                    margin-right: 30px;
                    margin-top: 5px;
                    span {
                        color: @white-lighter;
                        line-height: 60px;
                        font-size: 23px;
                    }
                }
                .azen-header {
                    margin-left: 90px;
                    font-weight: 700;
                    color: @black-darker;
                    font-size: 16px;
                    line-height: 25px;
                    font-family: "@{google-font-family-Open-Sans}";
                }
                .azen-text {
                    margin-left: 90px;
                    font-weight: 400;
                    color: lighten(@black-light, 6%);
                    font-size: 15px;
                    line-height: 25px;
                    margin-top: 8px;
                    font-family: "@{google-font-family-Open-Sans}";
                }
            }
        }
    }
    .azen-strong-write-to-us {
        .azen-wrapper {
            padding: 109px 0 90px;
            .azen-strong-title {
                .azen-strong-hor-line {
                    &:after {
                        height: 2px;
                        bottom: -5px;
                    }
                }
            }
        }
        .azen-strong-form {
            margin-top: 53px;
            input, textarea {
                border-left: 2px solid darken(@gray-lighter, 1.5%);
                border-bottom-color: darken(@gray-lighter, 1.5%);
                color: darken(@black-lighter, 7.5%);
                padding-left: 20px;
                padding-right: 20px;
                .placeholder(color, @gray);
                &:focus {
                    border-color: @brand-color;
                }

            }
            .azen-input,
            .azen-text-area {
                &:after {
                    display: none;
                }

            }
            .azen-input {
                margin-bottom: 48px;
                @media (max-width: 991px) {
                    margin-bottom: 30px;    
                }
            }
            .azen-button {
                border-color: @brand-color;
                margin-bottom: 30px;
                &:after {
                    border-right-color: @brand-color;
                    border-bottom-color: @brand-color;
                }
                &:hover {
                    button {
                        background: @brand-color;
                        color: @white-lighter;
                    }
                }
                button {
                    color: @brand-color;
                    padding: 9px 0 8px;
                }
            }
        }
        .azen-map {
            box-sizing: border-box;
            padding-top: 10px;
            @media (max-width: 991px){
                padding-top: 0;
                margin-top: 45px;
            }
        }
    }

    .azen-strong-other-projects-1 {
        margin-bottom: 30px;
        .azen-items {
            font-size: 0;
            text-align: center;
            .azen-item {
                display: inline-block;
                width: 100/4%;
                text-align: center;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                a {
                    display: block;
                    padding-top: 50%;
                    padding-bottom: 50%;
                    position: relative;
                    &:hover {
                        &:before {
                            position: absolute;
                            content: '';
                            display: block;
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 0;
                            background: fade(@brand-color, 90%);
                        }
                    }
                }
                @media (max-width: 480px) {
                    width: 50%;
                }

            }
        }
    }
    .azen-strong-our-team-member-03 {
        position: relative;
        padding-bottom: 122px;
        margin-bottom: 30px;
        .azen-image {
            position: relative;
            > div{
                &:after{
                    .pe(none);
                }
            }
            img {
                display: block;
                margin: 0 auto;
            } 
            .azen-header {
                position: absolute;
                bottom: -90px;
                left: 0;
                right: 0;
                margin-top: 24px;
                .azen-name {
                    display: block;
                    font-family: "@{google-font-family-Open-Sans}";
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 25px;
                    text-align: center;
                    color: @black-darker;

                }
                .azen-position {
                    display: block;
                    font-family: "@{google-font-family-Open-Sans}";
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 25px;
                    color: lighten(@black-lighter, 8.5%);
                    text-align: center;
                    margin-top: 16px;
                    //margin-top: 21px;
                    position: relative;
                    &:before {
                        display: block;
                        position: absolute;
                        content: '';
                        width: 55px;
                        height: 1px;
                        background: @white-dark;
                        top: -8px;
                        left: 50%;
                        .vendor(transform, translateX(-50%));
                    }
                }
                .azen-social-links {
                    display: none;
                    font-size: 0;
                    text-align: center;
                    margin-top: 15px;
                    a {
                        display: inline-block;
                        margin-right:34px;
                        &:last-child {
                            margin-right: 0;
                        }
                        span {
                            font-size: 19px;
                            line-height: 25px;
                            color: @white-lighter;
                        }
                    }
                }
            }
        }
        .azen-description {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            font-family: "@{google-font-family-Open-Sans}";
            font-weight: 400;
            font-size: 15px;
            line-height: 25px;
            color: lighten(@black-light, 6%);
            text-align: center;
            margin-top: 22px;
            height: 100px;
            overflow: hidden;
        }
        &:hover {
            .azen-wrapper {
                position: relative;
                &:after {
                    position: absolute;
                    display: block;
                    content: '';
                    left: 0;
                    right: 0;
                    top:0;
                    bottom: 0;
                    background-color: fade(@brand-color, 90%);
                }
            }
            .azen-header {
                position: absolute;
                top: 50%;
                .vendor(transform, translateY(-50%));
                margin-top: 0;
                bottom: auto;
                left: 0;
                right: 0;
                .azen-name,
                .azen-position {
                    color: @white-lighter;
                    &:before {
                        background: @white-lighter;
                    }
                }
                .azen-position {
                    margin-top: 21px;
                    &:before {
                        top: -9px;
                    }
                }
                .azen-social-links {
                    display: block;
                }

            }
            .azen-description {
                display: block;
            }
        }
    }
    .azen-strong-partners {
        margin-bottom: 30px;
        .azen-items {
            font-size: 0;
            text-align: center;
            .azen-item {
                display: inline-block;
                width: 100/3%;
                text-align: center;
                margin-bottom:30px;
                @media (max-width: 991px) {
                    width: 50%;
                }

            }
        }
    }
    .azen-strong-services-item {
        border:1px solid lighten(@white-darker, 2.5%);
        padding: 1px;
        position: relative;
        margin-bottom: 30px;
        &:after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            bottom: 1px;
            right: 1px;
            border: 15px solid transparent;	
            border-right: 15px solid @brand-color; 
            border-bottom: 15px solid @brand-color;
        }
        .azen-wrapper {
            padding: 23px 32px 28px;
        }
        .azen-icon {
            text-align: center;
            position: relative;
            padding-bottom: 17px;
            color: darken(@black-light,3.07%);
            font-size: 39px;
            &:after {
                content: '';
                display: block;
                position: absolute;
                width: 39px;
                height: 1px;
                background: @brand-color;
                bottom: 0;
                left: 50%;
                margin-left: -19px;
            }
        }
        .azen-header {
            line-height: 25px;
            font-weight: 600;
            text-align: center;
            margin-top: 14px;
            color: darken(@black-light,3.07%);
            font-size: 16px;
        }
        .azen-text {
            font-size: 15px;
            line-height: 25px;
            text-align: center;
            color: darken(@black-lighter,7.5%);
            margin-top: 8px;
        }
        &:hover {
            border-color: @brand-color;
            .azen-wrapper {
                background: @brand-color;
                .azen-icon,
                .azen-header,
                .azen-text {
                    color: @white-lighter;
                }
                .azen-icon {
                    &:after {
                        background: @white-lighter;
                    }
                }

            }
        }
    }
    .azen-strong-skilllist-2 {
        margin-bottom: 30px;
        .azen-skill {
            width: 136px;
            height: 136px;
            border-radius: 50%;
            background: @brand-color;
            overflow: hidden;
            box-sizing: border-box;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            .azen-wrapper {
                position: absolute;
                left: 6px;
                right: 6px;
                top: 6px;
                bottom: 6px;
                border-radius: 50%;
                background: @white-lighter;
                .azen-content {
                    position: absolute;
                    left: -1px;
                    right: -1px;
                    top: -1px;
                    bottom: -1px;
                    border-radius: 50%;
                    padding: 4px;
                    box-sizing: border-box;
                    background: none;
                    .azen-number {
                        background: @brand-color;
                        position: absolute;
                        left: 4px;
                        right: 4px;
                        top: 4px;
                        bottom: 4px;
                        border-radius: 50%;
                        box-sizing: border-box;
                        text-align: center;
                        span {
                            font-size: 30px;
                            color: @white-lighter;
                            font-weight: 600;
                            font-family: "@{google-font-family-Open-Sans}";
                            line-height: 118px;
                        }
                    }
                }
            }

        }
        .azen-header {
            font-weight: 600;
            color: @black-darker;
            font-family: "@{google-font-family-Open-Sans}";
            font-size: 18px;
            text-align: center;
            line-height: 25px;
            margin-top: 14px;
        }
    }
    .azen-strong-skilllist {
        margin-bottom: 30px;
        .azen-ratings {
            .azen-rating {
                margin-bottom: 33px;
                @media(max-width: 991px) {
                    margin-bottom: 20px;
                }
                .azen-header {
                    font-family: "@{google-font-family-Open-Sans}";
                    font-weight: 600;
                    font-size: 15px;
                    line-height: 25px;
                    color: @black-darker;
                }
                .azen-bglines {
                    background: darken(@white, 0.5%);
                    margin-top: 7px;
                    .azen-line {
                        height: 7px;
                        background:  @brand-color;
                        position: relative;
                        span {
                            background: none;
                            position: absolute;
                            font-family: "@{google-font-family-Open-Sans}";
                            font-weight: 600;
                            font-size: 15px;
                            line-height: 25px;
                            color: @black-darker;
                            right: -29px;
                            top: -33px;
                        }
                    }
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
    .azen-strong-slider {
        margin-bottom: 30px;
        .azen-text {
            font-family: "@{google-font-family-Open-Sans}";
            position: relative;
            padding: 50px 0 47px 50px;
            font-size: 15px;
            line-height: 25px;
            color: darken(@black-lighter,7.5%);
            &:before {
                content: '';
                position: absolute;
                display: block;
                width: 50%;
                height: 7px;
                left: -1px;
                top: 0;
                background: darken(@white, 0.5%);
            }
            border-left: 7px solid darken(@white, 0.5%);
            border-bottom: 7px solid darken(@white, 0.5%);
        }
        .azen-review {
            margin-top: 30px;
            img {
                display: inline-block;
                width: 35px;
                height: 35px;
                float: left;

            }
            span {
                font-size: 15px;
                font-style: italic;
                line-height: 35px;
                font-family: "@{google-font-family-Open-Sans}";
                color: @brand-color;
                margin-left: 20px;
            }
        }
        .az-owl-nav {
            position: absolute;
            width: 100%;
            text-align: right;
            bottom:-1px;
            box-sizing: border-box;
            padding-right: 13px;
            .az-owl-prev,
            .az-owl-next {
                display: inline-block;
                margin: 11px 5px;
                border: solid lighten(@black, 8%);
                border-width: 0 1px 1px 0;
                width: 13px;
                height: 13px;
                cursor: pointer;
                .vendor(transform, rotate(135deg));
                position: relative;
                top: -5px;
                &:hover {
                    border-color: @brand-color;
                }
            }
            .az-owl-next {
                .vendor(transform, rotate(-45deg));
            }
        }
    }
    .azen-strong-text {
        margin-bottom: 30px;
    }

    .azen-strong-textblock {
        margin-bottom: 30px;
        .azen-text {
            font-family: "@{google-font-family-Open-Sans}";
            position: relative;
            font-weight: 400;
            padding: 50px 0 47px 50px;
            font-size: 15px;
            line-height: 25px;
            color: darken(@black-lighter,7.5%);
            &:before {
                content: '';
                position: absolute;
                display: block;
                width: 50%;
                height: 7px;
                left: -1px;
                top: 0;
                background: darken(@white, 0.5%);
            }
            border-left: 7px solid darken(@white, 0.5%);
            border-bottom: 7px solid darken(@white, 0.5%);
        }
    }
    .azen-strong-header-slider-2 {
        .azen-slider {
            .azen-item {
                .azen-content {
                    .azen-text {
                        .azen-header {
                            color: @black-darker;
                            position: relative;
                            padding: 64px 0 54px 0;
                            border-bottom: 15px solid @brand-color;
                            border-right: 15px solid @brand-color;
                            margin-right: 70px;
                            &:before {
                                content: '';
                                display: block;
                                position: absolute;
                                width: 285px;
                                height: 15px;
                                background: @brand-color;
                                top: 0;
                                right: 0;
                            }
                            @media (max-width: 991px) {
                                padding: 0;
                                border: none;
                                margin-right: 0;
                                text-align:left;
                                &:before {
                                    display: none;
                                }
                            }  
                        }
                        .azen-main-text {
                            padding: 0;
                            margin-top: 43px;
                            @media (max-width: 991px) {
                                margin-top: 19px;
                            }
                            .azen-ul {
                                margin-top: 11px;
                                margin-left: 2px;
                                .azen-li {
                                    position: relative;
                                    padding-left: 35px;
                                    font-family: "@{google-font-family-Open-Sans}";
                                    font-size: 15px;
                                    line-height: 25px;
                                    margin-bottom: 7px;
                                    @media (max-width: 991px) {
                                        text-align:left;
                                    }
                                    &:last-child {
                                        margin-bottom: 0;
                                    }

                                    &:before {
                                        position: absolute;
                                        content: '\f00c';
                                        font-family: 'FontAwesome'; ;
                                        left: 0;
                                        top: 0;
                                        font-size: 17px;
                                        color: @brand-color;    
                                    }

                                }
                            }

                        }
                        .azen-strong-button {
                            margin-top: 28px;
                            padding-left: 0;
                            @media (max-width: 991px) {
                                text-align:left;
                            }
                            .azen-button-wrapper {
                                a {
                                    padding: 12px 23px 11px;
                                }
                            }
                        }
                    }
                }
            }
            .az-owl-dots {
                display: none;
            }
        }
    }
    .azen-strong-title {     
        line-height: 1;
        text-align: left;
        padding-bottom: 6px;
        span {
            font-family: "@{google-font-family-Open-Sans}";
            font-weight: 700;
            font-size: 24px;
        }
        &.azen-strong-center {
            text-align: center;
        }
        .azen-strong-title-h1 {
            color: @brand-color;
        }

        .azen-strong-hor-line {
            position: relative;
            color: @brand-color;
            display: inline;
            line-height: 37px;
            &:after {
                content: '';
                display: block;
                position: absolute;
                width: 100%;
                height: 3px;
                left: 0;
                bottom: -6px;
                background: @brand-color;

            }
        }
        .az-inline	{
            font-family: "@{google-font-family-Open-Sans}";
            display: inline;
        }
        &.azen-white {
            .azen-strong-hor-line {
                color: @white-lighter;
                &:after {
                    background: @white-lighter;
                }
            }
        }
    }
    .azen-strong-title-2 {
        font-weight: 700;
        text-align: left;
        font-size: 18px;
        .az-inline  {
            font-family: "@{google-font-family-Open-Sans}";
            display: inline;
            line-height: 25px;
            font-size: 18px;
            color: @black-darker;
            &.azen-strong-hor-line {
                color: @brand-color;
            }
        }

    }
    .azen-strong-title-3 {
        text-align: center;
        .az-inline {
            font-weight: 800;
            font-family: "@{google-font-family-Open-Sans}";
            font-size: 36px;
            line-height: 110px;
            color: @white-lighter;
        }
    }
    .azen-strong-title-4 {
        .az-inline {
            font-family: "@{google-font-family-Open-Sans}";
            line-height: 25px;
            font-size: 16px;
            font-weight: 700;
            color: @black-darker;
            &.azen-strong-hor-line {
                color: @brand-color;
            }
        }
    }
    .azen-strong-azen-hr {
        height: 3px;
        width: 52px;
        margin-left: auto;
        margin-right: auto;
        background: @brand-color;

    }
    .azen-strong-description {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        font-style: italic;
        color: darken(@gray, 0.75%);
    }
    .azen-strong-breadcrumbs {
        font-size: 0;
        margin-top: 4px;
        a, span {
            font-style: italic;
            font-size: 12px;
            line-height: 20px;
            color: @brand-color;
            font-family: "@{google-font-family-Open-Sans}";
            font-weight: 400;
            display: inline-block;
        }
        span {
            color: lighten(@black-lighter, 1.5%)
        }
        a {
            padding-right: 11px;
            position: relative;
            margin-right: 6px; 
            &:before {
                position: absolute;
                content: '/';
                font-family: "@{google-font-family-Open-Sans}";
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                font-style: italic;
                right: 0;
                color: lighten(@black-lighter, 1.5%);
            }
        }
        .azen-current {
            position: relative;

        }
    }
    .azen-strong-button {
        .azen-button-wrapper {
            display: inline-block;
            padding: 1px;
            border: 2px solid @brand-color;
            a {
                font-size: 16px;
                color: @brand-color;
                display: inline-block;
                font-family: "@{google-font-family-Open-Sans}";
                font-weight: 700;
                position: relative;
                line-height: 1;
                &:after {
                    position: absolute;
                    content: '';
                    display: block;
                    width: 0;
                    height: 0;
                    bottom: 0;
                    right: 0;
                    border: 5px solid transparent;	
                    border-right: 5px solid @brand-color; 
                    border-bottom: 5px solid @brand-color;
                }
            }
            &:hover {
                a {
                    background: @brand-color;
                    color: @white-lighter;
                }
            }
        }
    }
    .azen-strong-photo-description {
        z-index: 1;
        display: none;
        position: absolute;
        left: 0;
        top: 50%;
        .vendor(transform, translateY(-50%));
        right: 0;
        text-align: center;
        padding: 0 17%;
        box-sizing: border-box;
        .az-icon {
            color: @white-lighter;
            font-size: 38px;
        }
        .azen-header {
            font-family: "@{google-font-family-Open-Sans}";
            font-weight: 600;
            color: @white-lighter;
            font-size: 20px;
            line-height: 25px;
            margin-top: 23px;
        }
        .azen-text-item {
            font-family: "@{google-font-family-Open-Sans}";
            font-weight: 400;
            color: @white-lighter;
            font-size: 15px;
            line-height: 25px;
            margin-top: 13px;
        }
    }
    .azen-strong-preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: @white-lighter;
        z-index: 9999;
        height: 100%;
        .azen-status {
            background-color: transparent;
            position: fixed;
            left: 50%;
            top: 50%;
            .vendor(transform, translate(-50%, -50%));
            width: 130px;
            height: 130px;
            &::before {
                content: '';
                position: absolute;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjE1MCIgaGVpZ2h0PSIxNTAiIGZpbGw9IiMyZjM2M2EiPiAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDApIiBjeD0iMCIgY3k9IjE2IiByPSIwIj4gICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIHZhbHVlcz0iMDsgNDsgMDsgMCIgZHVyPSIxLjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjAiICAgICAga2V5dGltZXM9IjA7MC4yOzAuNzsxIiBrZXlTcGxpbmVzPSIwLjIgMC4yIDAuNCAwLjg7MC4yIDAuNiAwLjQgMC44OzAuMiAwLjYgMC40IDAuOCIgY2FsY01vZGU9InNwbGluZSIgLz4gIDwvY2lyY2xlPiAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNiAwKSIgY3g9IjAiIGN5PSIxNiIgcj0iMCI+ICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiB2YWx1ZXM9IjA7IDQ7IDA7IDAiIGR1cj0iMS4ycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjMiICAgICAga2V5dGltZXM9IjA7MC4yOzAuNzsxIiBrZXlTcGxpbmVzPSIwLjIgMC4yIDAuNCAwLjg7MC4yIDAuNiAwLjQgMC44OzAuMiAwLjYgMC40IDAuOCIgY2FsY01vZGU9InNwbGluZSIgLz4gIDwvY2lyY2xlPiAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNCAwKSIgY3g9IjAiIGN5PSIxNiIgcj0iMCI+ICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiB2YWx1ZXM9IjA7IDQ7IDA7IDAiIGR1cj0iMS4ycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjYiICAgICAga2V5dGltZXM9IjA7MC4yOzAuNzsxIiBrZXlTcGxpbmVzPSIwLjIgMC4yIDAuNCAwLjg7MC4yIDAuNiAwLjQgMC44OzAuMiAwLjYgMC40IDAuOCIgY2FsY01vZGU9InNwbGluZSIgLz4gIDwvY2lyY2xlPjwvc3ZnPg==);
                background-size: cover;            
                left: 35px;
                top: 40px;
                bottom: 30px;
                right: 35px;
            }
        }
    }    

}
